@font-face {
  font-family: Agina;
  src: url('../fonts/Agina.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gold: #d0b287;
  --gainsboro: #dbdbdb;
  --black: var(--color);
  --white-smoke: #ffffff3b;
  --burlywood: #ebb96a;
  --white: #0000;
  --firebrick: #ac1313;
  --dark-grey: #575757;
  --orange-red: #ff5f0f;
  --grey: #858585;
  --dim-grey-2: #fff0;
  --color: #000;
  --light-coral: #d77474;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #0c152f99;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  color: var(--gold);
  text-align: left;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.item-tittle {
  color: var(--gold);
  font-family: Agina, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: color .4s;
}

.item-tittle:hover {
  color: var(--gainsboro);
}

.wrapper-pages {
  aspect-ratio: auto;
  background-color: var(--black);
  height: 1744.6px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  overflow: visible;
}

.hero-section {
  pointer-events: auto;
  color: #0000;
  background-color: #dbdbdb1a;
  background-image: linear-gradient(#0003, #0003), linear-gradient(75deg, #000 48%, #fff0 71%), url('../images/web-optimized.webp');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 1300px;
  background-attachment: scroll, scroll, scroll;
  align-items: center;
  height: 700px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 12px;
  display: flex;
}

.hero-section.about-us {
  background-image: linear-gradient(#0000008a, #0000008a), url('../images/IMG_5024.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  padding-top: 200px;
  padding-bottom: 961px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.about-us.shop {
  border: 1px none var(--black);
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/00ba9558-c41d-4c22-adc6-336a497e6510.JPG');
  background-position: 0 0, 50% 59%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-bottom: -6px;
  padding-bottom: 327px;
}

.hero-section.about-us.plates {
  background-color: #dbdbdb00;
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_8737.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  height: 700px;
  margin-top: 0;
  padding-top: 279px;
  padding-bottom: 459px;
}

.nav-link {
  opacity: 1;
  pointer-events: none;
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #98989800;
  border: 1px #000;
  border-radius: 0;
  margin-top: 0;
  margin-right: 0;
  padding: 21px 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  transition: opacity .375s;
}

.nav-link:hover {
  opacity: 1;
  color: #000;
}

.nav-link.w--current {
  color: var(--gold);
  border-style: none;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.heading {
  color: #d0b287;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -267px;
  padding-left: 0;
  font-family: Droid Serif, serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 40px;
}

.heading.left {
  text-align: left;
  margin-left: 0;
  font-family: Poppins, sans-serif;
}

.items-content {
  z-index: 200;
  background-color: var(--black);
  text-align: left;
  border-bottom: 0 #0000;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.left-block {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.left-block.hero {
  flex-direction: row;
  align-items: center;
  margin-top: 196px;
  margin-bottom: 144px;
  padding-top: 0;
  padding-bottom: 12px;
}

.section {
  background-color: var(--black);
  color: #111b3799;
  border-top: 1px #000;
  padding-top: 120px;
  padding-bottom: 162px;
  font-weight: 500;
  position: relative;
}

.section.collections {
  background-color: #000;
  border-top-style: none;
  margin-top: -1px;
  padding: 0 20px 22px;
  position: relative;
}

.section.footer-section {
  color: #0000;
  background-color: #000;
  margin-top: -120px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 137px;
  line-height: 24px;
  position: relative;
}

.section.newslatter {
  background-color: var(--black);
  opacity: 1;
  border-top-style: solid;
  border-top-color: #000;
  width: 100%;
  max-width: 100%;
  height: 120px;
  max-height: 120px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section.gray {
  background-color: #000;
  margin-top: 0;
  margin-bottom: -52px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.gray.testimonials {
  position: relative;
}

.section.cta {
  background-image: linear-gradient(to right, #ffffffe3 13%, #fff0 57%), url('../images/raul-cacho-oses-779595-unsplash-p-3200.jpeg');
  background-position: 0 0, 50% 33%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.sale-section {
  color: #0000;
  margin-top: -3px;
  margin-bottom: 163px;
  padding-top: 40px;
  padding-bottom: 0;
  font-size: 0;
  position: relative;
}

.section.sale-section.about {
  padding-bottom: 0;
}

.section.collection {
  position: relative;
}

.brand {
  float: none;
  color: #000;
  text-align: left;
  margin-top: -4px;
  font-weight: 700;
  display: block;
}

.brand.w--current {
  float: left;
  margin-top: -4px;
}

.brand.footer {
  margin-bottom: 20px;
}

.items-price {
  color: var(--gold);
  margin-top: 11px;
  font-family: Agina, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  transition: all .375s;
}

.items-price:hover {
  color: var(--gainsboro);
}

.nav-flex {
  color: #d0b287;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  margin-bottom: -25px;
  padding-bottom: 0;
  display: flex;
}

.section-content-tittle {
  color: #000;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-content-tittle.no-bottom-padding {
  margin-bottom: 0;
}

.nav-menu {
  z-index: 3;
  opacity: 1;
  border: 1px #0000;
  margin-top: -8px;
  margin-right: -67px;
  padding-right: 0;
  display: block;
}

.vertical-category {
  color: var(--gainsboro);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: rotate(-90deg)translate(0, -50%);
}

.vertical-category.right {
  top: 50%;
  left: auto;
  right: 0%;
}

.subscribe-form-block {
  margin-top: 40px;
}

.subscribe-form-block.section-newsletter {
  width: 500px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top-text {
  color: var(--gold);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Agina, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.top-text.left {
  text-align: left;
  font-size: 22px;
}

.top-text.cta {
  text-align: left;
}

.top-text.hero {
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Agina, sans-serif;
  font-size: 15px;
}

.link-block-flex {
  border: 1px #0000;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 1200px;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.container.about-section {
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  margin-top: 0;
  padding: 140px 0;
  display: flex;
}

.footer-subscribe {
  float: left;
  color: var(--gold);
  background-color: #dbdbdb1a;
  background-image: url('../images/icons8-secured-letter-64_1icons8-secured-letter-64.png');
  background-position: 9px 57%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-style: solid;
  border-color: #ebebeb;
  border-bottom-width: 1px;
  width: 64%;
  height: 45px;
  margin-right: 2px;
  padding-left: 40px;
  font-size: 13px;
  line-height: 23px;
  display: inline-block;
}

.footer-subscribe.email {
  width: 94%;
  font-family: Agina, sans-serif;
  font-weight: 400;
}

.subscribe-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #000;
  border-radius: 0;
  width: 35%;
  height: 45px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 12px;
  transition: all .4s;
}

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

.top-padding {
  margin-top: 40px;
  display: flex;
}

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

.footer-content-block.padding {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.section-image-newsletter {
  background-color: var(--burlywood);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.form {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.links-category {
  color: #999;
  background-color: #0000;
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.links-category:hover {
  color: #000;
  text-decoration: none;
}

.links-category.w--current {
  color: #000;
  background-color: #0000;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  text-decoration: none;
}

.newsletter-block {
  width: 100%;
  margin-top: 40px;
}

.button {
  background-color: var(--white);
  color: var(--gold);
  letter-spacing: 1px;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px #fff0;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--gold);
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -5px);
}

.button.w--current {
  color: #d4c9b1;
  background-color: #fff0;
  border-color: #fff0;
  transition: all .4s;
}

.button.dark {
  background-color: var(--gold);
  color: #000;
  text-shadow: 0 1px 1px #0003;
  border-style: none;
  border-color: #000;
  border-radius: 5px;
  margin: 55px 6px 34px 34px;
  padding: 20px 50px;
  font-family: Agina, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.button.dark:hover {
  background-color: var(--white);
  color: var(--gold);
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

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

.button.dark.black {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--burlywood);
  color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 64px;
  margin-bottom: 117px;
  margin-left: 0;
  font-family: Agina, sans-serif;
  display: inline-block;
}

.button.dark.black:hover {
  background-color: var(--black);
  color: var(--burlywood);
}

.button.black {
  background-color: var(--black);
  color: #fff;
  height: 38px;
  font-family: Poppins, sans-serif;
}

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

.button.dark-copy {
  background-color: var(--gold);
  color: #000;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  margin-top: -222px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

.button.dark-copy:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.button.dark-copy.center {
  text-align: center;
  display: block;
}

.button.dark-copy.black {
  background-color: var(--black);
  height: auto;
}

.button.dark-copy.black:hover {
  background-color: var(--firebrick);
}

.product-page-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-image: url('../images/Premium-Coffee-Aesthetic-Flyer-1-copy-3.jpg');
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 700px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.list-item {
  align-items: center;
  padding-top: 10px;
  font-family: Agina, sans-serif;
  display: flex;
}

.category-content {
  color: var(--burlywood);
  margin-top: 20px;
  font-size: 16px;
}

.link-category {
  color: var(--burlywood);
  margin-left: 5px;
  font-size: 17px;
  text-decoration: none;
  transition: color .4s;
}

.link-category:hover {
  color: #000;
}

.price-text {
  color: var(--gainsboro);
  margin-top: 30px;
  font-family: Agina, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.category-item {
  color: var(--gainsboro);
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: Agina, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
}

.product-info {
  color: #000;
  text-align: left;
  padding: 0 40px;
}

.tittle-plock {
  margin-bottom: 20px;
}

.tittle {
  color: #0c152f99;
  margin-top: 20px;
  font-size: 21px;
  font-weight: 400;
  line-height: 38px;
}

.tittle.tab-tittle {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.page-title {
  color: var(--gainsboro);
  letter-spacing: 1px;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  font-family: Agina, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 54px;
}

.page-title.big {
  color: var(--gainsboro);
  margin-bottom: 10px;
  font-family: Agina, sans-serif;
  font-size: 47px;
  font-weight: 500;
  line-height: 58px;
}

.paragraph {
  font-size: 16px;
  line-height: 26px;
}

.paragraph.main {
  pointer-events: auto;
  border-radius: 0;
  margin-bottom: 91px;
  margin-right: -128px;
  padding-bottom: 28px;
  padding-right: 0;
  font-family: Agina, sans-serif;
  font-size: 23px;
}

.tab-block {
  background-color: var(--burlywood);
  border: 30px solid #0000000d;
  border-radius: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 30px;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
}

.tab-block:hover {
  box-shadow: 0 10px 15px #0000001a;
}

.section-tittle {
  color: var(--gold);
  font-family: Agina, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.section-tittle.cta {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 46px;
}

.history-tittle {
  color: #fff;
  text-align: center;
  background-color: #0000;
  margin-top: 36px;
  margin-bottom: 39px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.history-paragraph {
  color: var(--gold);
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  line-height: 24px;
}

.about-column {
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
}

.link-2 {
  color: #000;
  margin-left: 2px;
  margin-right: 2px;
  text-decoration: none;
  transition: all .4s;
}

.link-2:hover {
  opacity: 1;
  color: var(--firebrick);
  text-decoration: underline;
}

.link-2._2 {
  color: #000;
  margin-right: 2px;
  text-decoration: none;
}

.sub-footer {
  color: #0d0b0b;
  background-color: #0000001a;
  border-top: 1px solid #ebebeb;
  margin-top: -72px;
  margin-bottom: -49px;
  padding-top: 30px;
  padding-bottom: 17px;
}

.sub-footer.no-padding {
  background-color: var(--black);
  margin-top: 0;
}

.right-footertext {
  text-align: right;
  padding-left: 1px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.right-footertext.center {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.container-2 {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 1170px;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.social-icon-div {
  text-align: center;
  padding-top: 20px;
}

.social-icon-div.no-padding {
  padding-top: 0;
}

.social-icon-div.no-padding.more-left {
  margin-left: 5px;
}

.social-wrapper-div {
  opacity: .6;
  background-color: #0000;
  background-image: url('../images/facebook-logo-Black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  width: 32px;
  height: 32px;
  margin-left: 3px;
  margin-right: 3px;
  transition: all .4s;
}

.social-wrapper-div:hover {
  border-color: var(--burlywood);
  opacity: 1;
  background-color: #0000;
}

.social-wrapper-div.twitter {
  background-image: url('../images/twitter-logo-silhouette-black.svg');
  background-size: 16px;
}

.social-wrapper-div.twitter:hover {
  border-color: var(--orange-red);
}

.social-wrapper-div.google {
  opacity: .52;
  background-image: url('../images/google-plus-Black.svg');
  background-size: 16px;
}

.social-wrapper-div.google:hover {
  border-color: var(--firebrick);
  opacity: 1;
}

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

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

.columns {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.related-block {
  color: #000;
  margin-top: 0;
}

.body {
  background-color: #000;
  height: 100%;
  font-family: Libre Franklin, sans-serif;
  display: block;
  overflow: visible;
}

.cta-button-block {
  justify-content: flex-end;
  margin-top: 20px;
  display: flex;
}

.cta-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.different-font {
  color: var(--firebrick);
  font-family: Playfair Display, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 68px;
  position: relative;
}

.color-block {
  background-color: #f5f5f5;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 220px;
  display: flex;
  position: relative;
}

.info-sale-block {
  text-align: left;
  width: 70%;
}

.sale-tittle {
  text-align: left;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.sale-tittle.contact {
  margin-top: 0;
  font-family: Agina, sans-serif;
}

.sale-tittle.related {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
}

.sale-tittle.product {
  color: var(--gainsboro);
  font-family: Agina, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.detail-paragraph {
  text-align: left;
}

.detail-paragraph.subpage {
  color: var(--gold);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: 0 1px 1px #0003;
  align-self: auto;
  margin-bottom: 0;
  padding-left: 140px;
  padding-right: 140px;
  font-family: Agina, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 38px;
}

.button-link {
  color: #000;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s;
}

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

.button-link.product {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  display: inline-block;
}

.row-padding {
  margin-bottom: 67px;
  margin-left: 0;
  margin-right: 0;
}

.footer-title {
  color: var(--gainsboro);
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: var(--gainsboro);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Agina, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 23px;
}

.about-pompeo-text {
  width: 75%;
  font-family: Libre Franklin, sans-serif;
  line-height: 24px;
}

.about-pompeo-text.center {
  text-align: center;
}

.checkbox {
  float: none;
  margin-top: 40px;
  margin-bottom: 28px;
  display: block;
}

.checkbox-2 {
  float: none;
  color: #fff;
  background-color: #8534ff;
  margin-top: 2px;
  margin-right: 10px;
  font-size: 16px;
}

.subscribe-text-field {
  color: #a1a1a1;
  font-family: Lato, sans-serif;
}

.div-info-wrapper {
  margin-top: 90px;
}

.div-column-left {
  float: left;
  width: 90%;
}

.div-column-right {
  float: right;
  text-align: center;
  width: 90%;
}

.image-2 {
  position: relative;
  top: 19px;
  left: 53px;
}

.image-3 {
  position: relative;
  top: 21px;
  right: 119px;
}

.team-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px #eaf0fd;
  border-radius: 0;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
}

.image-team-div {
  background-image: url('../images/matheus-ferrero-216385-1-p-1600.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-team-div._2 {
  background-image: url('../images/lucas-sankey-378674.jpg');
}

.image-team-div._3 {
  background-image: url('../images/erik-lucatero-310633.jpg');
}

.icon-tittle {
  color: #1f2532;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
}

.icon-tittle.color {
  color: #1f2532;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.icon-tittle.position {
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  width: 120px;
  margin: 0 auto 20px;
  font-size: 10px;
  font-weight: 500;
  display: block;
}

.contact-div-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-info {
  color: var(--gold);
  text-align: center;
  margin-top: 10px;
  font-family: Agina, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.form-block-2 {
  background-color: #fff;
  height: 560px;
  margin-bottom: 163px;
  padding: 60px 60px 0;
}

.button-2 {
  color: #fff;
  background-color: #da0000;
  border: 1px #0675ec;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 185px;
  padding: 12px 25px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #fff;
  background-color: #da0000;
  border-width: 0;
  border-color: #000;
}

.button-2.contact {
  background-color: var(--gold);
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: var(--black);
  text-transform: uppercase;
  border-color: #0000;
  border-radius: 7px;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Agina, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.button-2.contact:hover {
  background-color: var(--black);
  color: var(--gold);
}

.center-button-block {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  text-align: left;
  display: flex;
}

.left-form {
  text-align: left;
}

.text-field-3 {
  float: none;
  border-radius: 3px;
  height: 42px;
  margin-bottom: 12px;
  display: inline-block;
}

.text-field-3.contact-form {
  font-size: 13px;
  line-height: 18px;
}

.text-field-3.contact-form.gray {
  color: var(--gold);
  background-color: #dbdbdb1a;
  background-image: url('../images/icons8-contacts-64_1icons8-contacts-64.png');
  background-position: 7px 48%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  width: 98%;
  height: 45px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-family: Agina, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.text-field-3.contact-form.gray:active, .text-field-3.contact-form.gray:focus-visible, .text-field-3.contact-form.gray[data-wf-focus-visible] {
  color: var(--gold);
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 0;
  padding: 20px;
  font-family: Libre Franklin, sans-serif;
  line-height: 24px;
}

.contact-form.message.gray {
  pointer-events: auto;
  color: var(--gold);
  background-color: #dbdbdb1a;
  background-image: url('../images/icons8-edit-80_1icons8-edit-80.png');
  background-position: 8px 8px;
  background-repeat: no-repeat;
  background-size: 23px;
  border: 1px solid #ebebeb;
  width: 98%;
  min-height: 45px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-family: Agina, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.contact-form.message.gray:active, .contact-form.message.gray:focus-visible, .contact-form.message.gray[data-wf-focus-visible] {
  color: var(--gold);
}

.field-label-2 {
  text-align: left;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.field-label-2.contact-us-field {
  color: #3f3f3f;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 400;
}

.field-label-2.contact-us-field.gray {
  color: var(--burlywood);
  font-family: Agina, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #159f0e;
  border-radius: 0;
  font-family: Libre Franklin, sans-serif;
  line-height: 24px;
}

.map {
  background-image: url('../images/map-site.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  height: 440px;
}

.map-wrapper {
  background-color: #fff;
  border-right: 1px solid #ebebeb;
  height: 560px;
  padding: 36px 60px 45px;
}

.info-contact-row {
  width: 80%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.image-div {
  background-image: url('../images/test-Recovered1.jpg');
  background-position: 0 51%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.divider {
  background-color: #dcdcdc;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.bold-text-3 {
  font-weight: 500;
}

.category-list-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.licence-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -24px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licence-item-1 {
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  width: 66.66%;
  margin-bottom: 24px;
  padding: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.image-div-2 {
  background-image: url('../images/36245.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.image-div-2.second {
  background-image: url('../images/524.jpg');
}

.licence-links-wrapper {
  color: #717177;
  flex: 1;
  justify-content: space-between;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.licence-link {
  color: #7c8499;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link:hover {
  color: var(--firebrick);
  text-decoration: underline;
}

.cta-text {
  width: 80%;
  margin-top: 10px;
  font-size: 16px;
}

.text-span {
  color: var(--firebrick);
  font-weight: 600;
  text-decoration: underline;
}

.columns-3 {
  margin-left: 0;
  margin-right: 0;
}

.sticky-navbar {
  z-index: 1000;
  opacity: .46;
  background-color: #000;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 20px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px #0000000d;
}

.container-3 {
  z-index: 10;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.success-message-2 {
  color: #fff;
  background-color: #1cd814;
  font-weight: 500;
}

.error-message {
  background-color: var(--firebrick);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.items-wrapper {
  border-bottom: 1px solid var(--gainsboro);
  margin-bottom: 20px;
}

.items-wrapper:hover {
  border-bottom-color: var(--gainsboro);
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.project-image {
  vertical-align: baseline;
  width: 100%;
  height: 100%;
  max-height: 100.004%;
  overflow: clip;
}

.item-overlay {
  z-index: 2;
  background-image: linear-gradient(#0000001a, #0000001a);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.quantity {
  float: none;
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.list-item-2 {
  color: var(--burlywood);
  border-bottom: 1px solid #dcdcdc40;
  font-family: Agina, sans-serif;
}

.list-item-3 {
  border-bottom: 1px solid #dcdcdc40;
  font-family: Agina, sans-serif;
}

.error-state {
  color: var(--firebrick);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.center-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.checkout-form-container {
  background-color: #0000;
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-hero-block {
  z-index: 1;
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin: 32px 0% 0 0;
  padding: 144px 0% 0 0;
  display: flex;
  position: relative;
}

.center {
  text-align: center;
}

.order-item {
  border-top: 1px #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 0;
  padding-bottom: 16px;
}

.order-confirmation-container {
  background-color: #0000;
  border: 1px #e6e6e6;
  max-width: 1200px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.image-4 {
  opacity: 1;
  color: #d0b287;
  background-color: #d0b287;
  border: 1px solid #d0b287;
  margin-right: 5px;
}

.image-4:hover {
  opacity: 1;
}

.cart-text {
  color: #d0b287;
}

.cart-button {
  opacity: .7;
  background-color: #0000;
  border-left: 1px solid #ebebeb;
  transition: opacity .4s;
}

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

.text-block {
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.text-block:hover {
  color: var(--firebrick);
}

.tittle-product {
  color: var(--dim-grey-2);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.quantity-cart, .cart-line-item {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
}

.required {
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.field-label {
  color: var(--black);
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
  display: flex;
}

.country {
  color: #000;
  font-family: Libre Franklin, sans-serif;
}

.shipping-tittle {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
}

.total {
  color: #000;
  font-family: Poppins, sans-serif;
}

.billing {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
}

.line-item {
  color: var(--gold);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.div-block {
  flex-basis: 320px;
}

.container-checkout {
  max-width: 1200px;
}

.block-header {
  background-color: #dbdbdb1a;
}

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

.pay-buttons {
  border: 1px solid #e6e6e6;
  border-bottom-style: none;
  padding: 40px 5%;
  display: flex;
}

.paypal {
  flex: 1;
  height: 45px;
  padding-left: 0;
  padding-right: 0;
  line-height: 24px;
}

.web-payments {
  flex: 1;
  height: 48px;
  padding-left: 8px;
  padding-right: 8px;
}

.apple-pay {
  border-radius: 4px;
  height: 45px;
}

.about-hero-block-2 {
  z-index: 1;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-right: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.licence-item-first {
  background-color: #ff8e644d;
  border: 1px #dde1e7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.licence-item-first.changelog {
  background-color: var(--white);
  width: 60%;
}

.licence-link-2 {
  color: #343e52;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link-2:hover {
  color: #bc3219;
  text-decoration: underline;
}

.logo-icon {
  margin-right: 20px;
}

.div-block-2 {
  align-items: flex-start;
}

.remove-button-2 {
  text-decoration: none;
}

.hero-div {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.hero-div.small {
  clear: none;
  width: 60%;
  margin-left: -73px;
  margin-right: 0%;
  padding-left: 0;
}

.hero-image {
  background-image: url('../images/test.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 800px;
  background-attachment: scroll;
  width: 1000px;
  height: 500px;
  margin-left: -196px;
}

.hero-image-div {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.discount {
  border-top-style: none;
  margin-bottom: 20px;
}

.brand-copy {
  float: none;
  color: #000;
  text-align: left;
  margin-top: -4px;
  font-weight: 700;
  display: block;
}

.brand-copy.w--current {
  float: left;
  margin-top: -4px;
}

.brand-copy.footer {
  margin-bottom: 20px;
}

.text-block-3 {
  color: #d0b287;
  text-align: center;
  background-color: #0000;
  font-family: Poppins, sans-serif;
  font-size: 40px;
}

.collection-list-wrapper, .collection-list-wrapper-2 {
  pointer-events: auto;
}

.image-5 {
  margin-left: -338px;
  padding-top: 93px;
  padding-bottom: 0;
  padding-left: 0;
}

.image-6 {
  margin-right: -290px;
  padding-right: 0;
}

.collection-list {
  padding-top: 0;
}

.image-7 {
  margin-top: -70px;
  margin-left: -4px;
  padding-top: 0;
  padding-left: 18px;
}

.image-8 {
  margin-top: -71px;
  margin-left: 18px;
}

.image-9 {
  margin-top: 35px;
  padding-bottom: 0;
}

.image-10 {
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.image-11 {
  color: #fff9;
  margin-left: 54px;
  padding-left: 0;
  padding-right: 0;
}

.image-12 {
  margin-left: 54px;
}

.image-13 {
  margin-left: 41px;
  padding-left: 0;
}

.image-14 {
  margin-left: 54px;
  margin-right: -8px;
}

.image-15 {
  margin-left: 54px;
}

.image-16 {
  margin-left: 65px;
  margin-right: 62px;
}

.text-block-4 {
  color: var(--dim-grey-2);
  text-align: left;
  letter-spacing: 1px;
  margin-top: 36px;
  margin-bottom: 15px;
  margin-left: -45px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
}

.text-block-5 {
  color: var(--gold);
  text-align: left;
  margin-top: -27px;
  margin-left: 5px;
  padding-top: 0;
  padding-bottom: 64px;
  line-height: 24px;
}

.image-17 {
  margin-left: -1002px;
}

.image-18 {
  margin-top: -175px;
  margin-left: -1010px;
}

.link-3 {
  color: var(--gold);
  letter-spacing: 1px;
  margin-right: -92px;
  padding-left: 16px;
  padding-right: 19px;
  font-family: Agina, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  text-decoration: none;
}

.container-4 {
  margin-bottom: 91px;
  padding-bottom: 0;
}

.image-19 {
  margin-top: -136px;
  margin-left: -1007px;
}

.link-4 {
  color: var(--gold);
  letter-spacing: 1px;
  font-family: Agina, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  text-decoration: none;
}

.div-block-3 {
  margin-top: -86px;
  margin-bottom: 59px;
  margin-left: -908px;
  padding-top: 2px;
  padding-bottom: 0;
}

.image-20 {
  opacity: .14;
  mix-blend-mode: exclusion;
  margin-top: 78px;
  margin-left: 500px;
  padding-left: 0;
}

.heading-2 {
  color: var(--dark-grey);
  margin-top: -538px;
  margin-left: 600px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.heading-3 {
  color: var(--dark-grey);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.div-block-4 {
  margin-top: 406px;
  margin-left: -6px;
  padding-left: 500px;
}

.container-5 {
  background-image: url('../images/logo-vins-crni.jpg');
  background-position: 0 0;
  background-size: auto;
}

.section-2 {
  background-image: url('../images/logo-vins-crni.jpg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  width: 1500px;
  height: 2000px;
}

.heading-4 {
  color: var(--gold);
  padding-bottom: 228px;
}

.heading-5 {
  color: var(--gold);
  margin-top: -1700px;
}

.section-3 {
  width: 500px;
  margin-top: -448px;
  margin-left: 59px;
}

.section-4 {
  float: left;
  object-fit: contain;
  background-image: url('../images/IMG_222.jpg');
  background-position: 50% 3%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.heading-6 {
  color: var(--gold);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: -36px;
  padding-top: 9px;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.container-6 {
  text-align: center;
  overflow-wrap: normal;
  object-fit: cover;
  width: 500px;
  margin-top: 142px;
  margin-left: 494px;
  padding-left: 0;
  font-size: 16px;
  display: block;
}

.text-block-6 {
  color: var(--gold);
  letter-spacing: 1px;
  margin-top: 45px;
  padding-top: 0;
  padding-left: 1px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.container-7 {
  margin-top: 92px;
  margin-left: 175px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-8 {
  background-image: url('../images/logo-png-transparent-2_1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 80px 80px;
  width: 200px;
  height: 200px;
  margin-top: -313px;
  margin-left: 703px;
  padding-left: 0;
}

.column-2, .column-3, .column-4 {
  padding-left: 0;
  padding-right: 0;
}

.image-21 {
  width: 20%;
  margin-left: 0;
  padding-top: 0;
}

.column-8 {
  text-align: right;
  margin-top: 287px;
}

.slide {
  position: absolute;
}

.section-5 {
  background-image: url('../images/Screenshot-2023-12-19-021530.png');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
  margin-bottom: 0;
  padding-top: 656px;
  padding-bottom: 0;
}

.container-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.image-22 {
  background-color: #0000;
}

.section-6 {
  margin-top: -119px;
}

.button-3 {
  color: var(--grey);
  background-color: #fff0;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-top: -9px;
  margin-left: 103px;
  margin-right: -86px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  display: flex;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title-2 {
  color: var(--gold);
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: var(--dark-grey);
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field:focus-visible, .footer-form-field[data-wf-focus-visible] {
  color: #22242b99;
}

.footer-form-field::placeholder {
  color: #111113cc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: var(--gold);
  color: var(--gold);
}

.footer-divider-two {
  background-color: var(--gold);
  color: var(--gold);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: var(--dark-grey);
}

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

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

.footer.section {
  margin-top: 0;
  padding-top: 46px;
  padding-bottom: 46px;
}

.link-block {
  display: block;
}

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

.navbar-no-shadow {
  background-color: var(--black);
  opacity: .47;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand {
  flex: 0 auto;
  align-self: auto;
  margin-left: -128px;
  display: block;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: disc;
  display: flex;
}

.nav-link-2 {
  color: var(--gold);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

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

.button-primary.footer-form-button {
  letter-spacing: 1px;
  border-radius: 6px;
  padding: 8px 18px;
  font-family: Agina, sans-serif;
  font-weight: 400;
  position: absolute;
  right: 8px;
}

.button-primary.footer-form-button:hover {
  background-color: var(--gold);
}

.text-block-7 {
  color: var(--gold);
}

.footer-subscribe-2 {
  background-color: var(--black);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 0;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.footer-form-two {
  background-color: var(--gainsboro);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#0009, #0009), url('../images/DJI_0104-min.JPG'), url('../images/VINS_2K_008.jpg');
  background-position: 0 0, 50% 60%, 50% 60%;
  background-size: auto, cover, auto;
  background-clip: border-box;
  border-radius: 5px;
  flex-flow: column;
  align-items: center;
  margin-bottom: 40px;
  padding: 60px 64px;
  display: flex;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  color: var(--gold);
  letter-spacing: 1px;
  padding-right: 20px;
  font-family: Agina, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  opacity: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  letter-spacing: 1px;
  background-color: #ffffffc9;
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
  font-family: Agina, sans-serif;
}

.footer-form-input:focus-visible, .footer-form-input[data-wf-focus-visible] {
  color: var(--dark-grey);
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  font-family: Agina, sans-serif;
  display: flex;
}

.footer-link-three {
  color: var(--dark-grey);
  letter-spacing: 1px;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  transition: all .3s;
}

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

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

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

.footer-divider-two-2 {
  background-color: var(--gold);
  color: var(--gold);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright-2 {
  color: var(--dark-grey);
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: var(--dark-grey);
  margin-left: 24px;
  text-decoration: none;
}

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

.text-block-8 {
  font-weight: 400;
}

.bold-text-4 {
  font-size: 13px;
  font-weight: 500;
  transition: all .3s;
}

.bold-text-4:hover {
  color: var(--gold);
}

.navbar-no-shadow-2 {
  opacity: 1;
  background-color: #0000;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: var(--black);
  opacity: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 100px;
  display: flex;
}

.container-regular-2 {
  width: 100%;
  max-width: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.navbar-brand-2 {
  margin-left: 13px;
  padding-left: 0;
  padding-right: 0;
}

.navbar-brand-2.w--current {
  margin-left: 13px;
}

.nav-menu-wrapper-2 {
  margin-left: 0;
  margin-right: 25px;
  padding-left: 0;
  padding-right: 0;
}

.nav-menu-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  display: flex;
}

.nav-link-3 {
  color: var(--gold);
  letter-spacing: 1px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Agina, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: all .5s;
}

.nav-link-3:hover {
  color: var(--gainsboro);
  font-size: 16px;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3.w--current {
  letter-spacing: 1px;
  font-family: Agina, sans-serif;
  transition: all .5s;
}

.nav-link-3.w--current:hover {
  color: var(--gainsboro);
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
}

.button-primary-2 {
  background-color: var(--black);
  color: var(--gainsboro);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-family: Agina, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  background-color: var(--black);
  color: #fff;
}

.button-primary-2:active {
  background-color: var(--black);
}

.image-24 {
  margin-left: 0;
}

.features-metrics {
  background-color: var(--white);
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Untitled-design-copy.png');
  background-position: 0 0, 50% 55%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 1px #000;
  margin-top: 0;
  padding: 220px 30px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  color: var(--gold);
  justify-content: center;
  align-items: center;
  font-family: Agina, sans-serif;
  font-size: 18px;
  display: flex;
}

.features-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 70px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.text-block-9, .text-block-10 {
  font-size: 22px;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

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

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

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

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

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

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

.hero-split {
  flex-direction: row;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  flex: 0 auto;
  align-self: auto;
  display: block;
  box-shadow: 0 4px 24px #96a3b514;
}

.text-block-11 {
  font-family: Agina, sans-serif;
  font-size: 22px;
}

.team-slider {
  background-color: var(--black);
  border-bottom: 1px solid #000;
  padding: 100px 0;
  position: relative;
}

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

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

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: 100%;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  height: 100%;
  margin-right: 5%;
  position: relative;
}

.team-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-bottom: 24px;
  display: block;
}

.team-member-image-two {
  margin-bottom: 18px;
  padding-top: 0;
  display: inline-block;
  position: static;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.team-member-name-two {
  color: var(--gainsboro);
  margin-bottom: 12px;
  font-family: Agina, sans-serif;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
  padding-right: 10px;
  font-family: Agina, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 40px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-without-image {
  background-color: #000;
  border-bottom: 1px solid #000;
  padding: 40px 30px;
  position: relative;
}

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

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  text-align: center;
  margin-bottom: 24px;
  font-family: Agina, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

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

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

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

.heading-7 {
  color: var(--gold);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 20px;
  font-family: Agina, sans-serif;
  font-weight: 600;
}

.text-block-12 {
  font-size: 22px;
}

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

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

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 100%;
  height: 80%;
  margin-right: 0;
}

.hero-stack-2 {
  border-bottom: 1px none var(--black);
  background-color: var(--black);
  opacity: 1;
  background-image: linear-gradient(#000000c9, #000000c9), url('../images/IMG_5497_1.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  padding: 40px 30px 80px;
  display: block;
  position: relative;
}

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

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-5 {
  clear: none;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: fill;
  background-color: #1a1b1f;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: block;
  position: static;
}

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

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

.hero-image-3 {
  width: 100%;
  margin-top: 50px;
}

.hero-image-3.shadow-two {
  box-shadow: none;
  width: 13%;
  padding-top: 29px;
  padding-bottom: 8px;
}

.heading-8 {
  color: var(--gold);
  text-shadow: 0 3px 2px #0003;
  margin-top: 24px;
  padding-top: 10px;
  font-family: Agina, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.logos-without-title {
  border-bottom: 0px solid var(--black);
  background-color: var(--black);
  margin-bottom: 47px;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  border-radius: 3px;
  max-width: 11%;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.text-block-13, .text-block-14 {
  font-family: Agina, sans-serif;
}

.hero-stack-3 {
  background-color: var(--black);
  border-bottom: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 220px 0 0;
  position: relative;
}

.container-18 {
  width: 100%;
  max-width: 100%;
  height: 99.9091%;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 220px;
  padding-right: 220px;
  display: flex;
}

.margin-bottom-24px-4 {
  text-align: justify;
  width: 80%;
  max-width: 80%;
  height: 82.3084%;
  max-height: 82.3084%;
  margin-bottom: 24px;
  font-family: Agina, sans-serif;
  font-size: 17px;
}

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

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

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

.hero-image-4 {
  width: 100%;
  margin-top: 50px;
}

.hero-image-4.shadow-two {
  height: 50%;
  max-height: 50%;
}

.heading-9 {
  color: var(--gold);
  justify-content: center;
  font-family: Agina, sans-serif;
  display: flex;
}

.testimonial-slider-large {
  background-color: var(--black);
  border-bottom: 0 #e4ebf3;
  width: 100%;
  max-width: 100%;
  height: 800px;
  max-height: 800px;
  padding: 0 0 60px;
  position: relative;
}

.container-19 {
  background-color: var(--black);
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: var(--white);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 153.929%;
  max-height: 153.929%;
  margin-bottom: 0;
  padding: 200px 0 200px 64px;
  display: flex;
}

.testimonial-content {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  max-width: 460px;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  color: var(--gold);
  margin-bottom: 12px;
  padding-top: 11px;
  font-family: Agina, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  background-color: var(--black);
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  color: var(--gold);
  font-family: Agina, sans-serif;
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  background-color: var(--white);
  display: none;
}

.testimonial-slider-nav {
  background-color: var(--black);
  margin-top: 0;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-15 {
  color: var(--gold);
  padding-bottom: 20px;
  font-family: Agina, sans-serif;
}

.div-block-5 {
  font-size: 16px;
}

.testimonial-slider-small {
  border-top: .5px none var(--gold);
  border-bottom: .5px none var(--gold);
  background-color: var(--black);
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/whatsapp-image-2025-03-03-11-21-57-optimized.webp');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  padding: 80px 30px 100px;
  position: relative;
}

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

.centered-heading-2 {
  color: var(--gold);
  text-align: center;
  margin-bottom: 60px;
  font-family: Agina, sans-serif;
}

.centered-subheading-2 {
  color: var(--gainsboro);
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Agina, sans-serif;
  font-size: 20px;
  line-height: 27px;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: var(--gainsboro);
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.testimonial-author {
  color: var(--gold);
  margin-bottom: 2px;
  font-family: Agina, sans-serif;
}

.tagline {
  margin-bottom: 10px;
  font-family: Agina, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

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

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

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

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

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

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

.hero-without-image-2 {
  border-top: 1px none var(--gold);
  background-color: var(--color);
  border-bottom: 1px #e4ebf3;
  padding: 100px 30px 0;
  position: relative;
}

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

.hero-wrapper-two-5 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-5 {
  color: var(--gainsboro);
  text-align: center;
  width: 80%;
  margin-bottom: 24px;
  font-family: Agina, sans-serif;
  font-size: 16px;
}

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

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

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

.heading-10 {
  color: var(--gold);
  margin-bottom: 20px;
  font-family: Agina, sans-serif;
}

.testimonial-slider-large-2 {
  background-color: var(--black);
  border-bottom: 0 #e4ebf3;
  padding: 20px 30px 80px;
  position: relative;
}

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

.testimonial-slider-two-2 {
  background-color: #0000;
  height: auto;
}

.testimonial-slide-2 {
  border: 1px solid var(--gold);
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  padding: 40px 60px;
  display: flex;
}

.testimonial-content-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon-2 {
  margin-bottom: 24px;
}

.testimonial-quote-2 {
  color: var(--gold);
  margin-top: 31px;
  margin-bottom: 32px;
  font-family: Agina, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two-2 {
  align-items: center;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-right: 16px;
}

.testimonial-author-name-2 {
  color: var(--gold);
  font-family: Agina, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.testimonial-image-two-2 {
  object-fit: cover;
  border-radius: 20px;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow-2 {
  display: none;
}

.testimonial-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-16 {
  color: var(--gainsboro);
  padding-top: 10px;
  font-family: Agina, sans-serif;
  font-size: 18px;
}

.container-23 {
  background-color: var(--black);
  background-image: linear-gradient(0deg, #000 15%, #fff0 37%), url('../images/flasa-opis-fnal-optimized.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 800px;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.section-7 {
  background-color: var(--black);
  height: 1000px;
}

.cell {
  background-image: url('../images/flasa-opis-fnal-optimized.webp');
  background-position: 0 0;
  background-size: auto;
}

.container-24 {
  background-image: url('../images/flasa-opis-fnal-optimized.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  max-width: 200%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.container-25 {
  background-image: linear-gradient(357deg, #000 8%, #fff0 60%), url('../images/strukirana-flas-opis-optimized.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 500px;
  max-width: 100%;
  height: 100%;
}

.section-8 {
  background-color: var(--black);
  width: 100%;
  height: 1000px;
  display: block;
}

.gallery-overview {
  background-color: var(--black);
  border-bottom: 1px #e4ebf3;
  padding: 80px 0;
  position: relative;
}

.container-26 {
  width: 100%;
  max-width: 100%;
  height: 99.7778%;
  margin-left: 0;
  margin-right: 0;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: 99.9985%;
  height: 100%;
  display: flex;
}

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

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

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

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

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

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  max-width: 48.3361%;
  height: 900px;
  padding-left: 40px;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.container-27 {
  background-image: linear-gradient(2deg, #000 10%, #fff0 36%), url('../images/flasa-opis-fnal-optimized.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  max-width: 100%;
  height: 80%;
  max-height: 99.9924%;
  margin-left: 0;
  margin-right: 0;
}

.container-28 {
  background-color: var(--black);
  background-image: linear-gradient(2deg, #000 16%, #fff0 46%), url('../images/strukirana-flas-opis-optimized.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 400px;
  width: 100%;
  max-width: 100%;
  height: 99.9998%;
  margin-left: 0;
  margin-right: 0;
}

.mask {
  background-color: var(--black);
  overflow: hidden;
}

.testimonial-stack {
  border-bottom: 1px #e4ebf3;
  padding: 220px 30px 80px;
  position: relative;
}

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

.testimonial-card-three {
  opacity: 1;
  text-align: center;
  background-color: #f5f7fa;
  border-radius: 13px;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 40px;
  font-family: Agina, sans-serif;
  font-size: 26px;
}

.testimonial-text-three {
  text-align: center;
  font-family: Agina, sans-serif;
  font-size: 21px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-3 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image-3.centered {
  width: 300px;
  height: 30px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
  font-family: Agina, sans-serif;
}

.testimonial-title {
  font-family: Agina, sans-serif;
  font-size: 16px;
}

.testimonial-slider-large-3 {
  background-color: var(--black);
  border-bottom: 1px #e4ebf3;
  height: 800px;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two-3 {
  background-color: #0000;
  height: 700px;
}

.testimonial-slide-3 {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 378.857px;
  margin-top: 68px;
  padding: 20px 12px 20px 64px;
  display: flex;
}

.testimonial-content-3 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  margin-top: 83px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon-3 {
  margin-top: 58px;
  margin-bottom: 0;
}

.testimonial-quote-3 {
  color: var(--gold);
  text-align: center;
  width: 100%;
  height: 3.21353%;
  margin-top: 21px;
  margin-bottom: 32px;
  font-family: Agina, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 45px;
}

.testimonial-info-two-3 {
  text-align: center;
  align-items: center;
  display: flex;
}

.testimonial-author-name-3 {
  color: var(--gainsboro);
  padding-bottom: 11px;
  font-size: 22px;
  font-weight: 700;
}

.testimonial-image-two-3 {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three-3 {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow-3 {
  display: none;
}

.testimonial-slider-nav-3 {
  color: var(--gold);
  margin-top: 0;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-17 {
  color: var(--gold);
  font-size: 20px;
}

.div-block-6 {
  font-family: Agina, sans-serif;
  font-size: 17px;
}

.text-block-18, .text-block-19 {
  color: var(--gold);
}

.hero-heading-left {
  background-color: var(--black);
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(90deg, #000 55%, #fff0 67%), url('../images/IMG_8313.jpg');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 800px;
  border-bottom: 1px #e4ebf3;
  margin-bottom: 100px;
  padding: 60px 0 140px 100px;
  position: relative;
}

.container-30 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.hero-split-2 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  height: 100%;
  padding-left: 40px;
  font-family: Agina, sans-serif;
  display: flex;
}

.margin-bottom-24px-6 {
  text-align: justify;
  margin-bottom: 24px;
  font-family: Agina, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

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

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

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

.shadow-two-2 {
  padding-left: 0;
  box-shadow: 0 4px 24px #96a3b514;
}

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

.heading-11 {
  text-align: right;
}

.heading-12 {
  color: var(--gainsboro);
  font-family: Agina, sans-serif;
  font-size: 45px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.hero-heading-right-3 {
  background-color: var(--black);
  border-bottom: 1px #e4ebf3;
  padding: 100px 100px 100px 0;
  position: relative;
}

.container-32 {
  width: 100%;
  max-width: 100%;
  height: 99.7001%;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 100%;
  height: 100%;
  padding-right: 40px;
  display: flex;
}

.shadow-two-3 {
  max-width: 800px;
  height: 600px;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-7 {
  text-align: right;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 20px;
  line-height: 30px;
}

.heading-13 {
  color: var(--gainsboro);
  padding-left: 0;
  font-size: 45px;
}

.hero-heading-right-4 {
  background-color: var(--black);
  background-image: linear-gradient(270deg, #000 63%, #fff0 76%), url('../images/IMG_8255.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 700px;
  border-bottom: 1px #e4ebf3;
  padding: 140px 100px 140px 0;
  position: relative;
}

.container-33 {
  width: 100%;
  max-width: 100%;
  height: 99.7001%;
  margin-left: 0;
  margin-right: 0;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 46%;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-8 {
  text-align: justify;
  margin-bottom: 24px;
  font-family: Agina, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.heading-14 {
  color: var(--gainsboro);
  text-align: right;
  margin-bottom: 57px;
  font-family: Agina, sans-serif;
  font-size: 45px;
}

.text-block-20 {
  color: var(--gold);
}

.mask-2 {
  height: 100%;
}

.icon-5 {
  background-color: var(--white);
}

.slide-2 {
  background-image: url('../images/img-3495-optimized.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/VINS_2K_008.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/0-02-05-7d250e6651d5cd208cde938f273740b775c0b959701a39f891d042a30feb8b64_bcc65f3ecbb6e582.jpg');
  background-position: 50%;
  background-size: auto;
}

.slide-5 {
  background-image: url('../images/VINS_2K_008.jpg');
  background-position: 50%;
  background-size: auto;
}

.slide-6 {
  background-image: url('../images/IMG_5505.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/img-3495-optimized.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.mask-3 {
  background-image: linear-gradient(#00000080, #00000080);
  padding-bottom: 0;
}

.slider {
  height: 600px;
}

.testimonial-slider-large-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-slider-two-4 {
  background-color: #0000;
  height: auto;
}

.testimonial-slide-4 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content-4 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon-4 {
  margin-bottom: 24px;
}

.testimonial-quote-4 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two-4 {
  align-items: center;
  display: flex;
}

.testimonial-image-4 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name-4 {
  font-weight: 700;
}

.testimonial-image-two-4 {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three-4 {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow-4 {
  display: none;
}

.testimonial-slider-nav-4 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.slide-8 {
  background-image: url('../images/IMG_5609.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/img-3572-optimized.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/img-4581-optimized.webp');
  background-position: 50%;
  background-size: cover;
}

.image-26 {
  text-align: left;
  align-self: center;
  padding-bottom: 15px;
  display: inline-block;
}

.background-video {
  filter: sepia(50%) blur(3px);
  height: 800px;
  margin-top: -391px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bold-text-5 {
  margin-left: 5px;
  font-size: 40px;
}

.bold-text-6 {
  text-align: left;
  margin-left: 5px;
  padding-left: 0;
  font-size: 40px;
}

.bold-text-7 {
  margin-left: 15px;
  font-size: 40px;
}

.bold-text-8 {
  margin-left: -8px;
  font-size: 40px;
}

.image-27 {
  padding-bottom: 40px;
}

.background-video-2 {
  filter: blur(4px) sepia(66%);
  background-color: #0000;
  height: 700px;
  margin-top: -455px;
}

.section-9 {
  background-color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
}

.hero-stack-4 {
  background-color: var(--black);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-35 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-6 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-9 {
  text-align: center;
  margin-bottom: 24px;
  font-family: Agina, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

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

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

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

.hero-image-5 {
  width: 100%;
  margin-top: 50px;
}

.hero-image-5.shadow-two {
  opacity: 1;
  border-radius: 5px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: auto;
  max-width: none;
  height: 500px;
  display: block;
}

.heading-15 {
  color: var(--gainsboro);
  font-family: Agina, sans-serif;
}

.hero-stack-5 {
  background-color: var(--black);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-24px-10 {
  text-align: center;
  margin-bottom: 24px;
  font-family: Agina, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
}

.heading-16 {
  color: var(--gainsboro);
  font-family: Agina, sans-serif;
}

.hero-heading-left-2 {
  background-color: var(--black);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  padding-left: 58px;
  padding-right: 60px;
  display: flex;
}

.hero-split-5 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 46%;
  padding-right: 0;
  display: flex;
}

.margin-bottom-24px-11 {
  text-align: center;
  margin-bottom: 24px;
  font-family: Agina, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.shadow-two-5 {
  align-self: flex-start;
  max-width: 90%;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-17 {
  color: var(--gainsboro);
  font-family: Agina, sans-serif;
  font-size: 40px;
}

.hero-stack-6 {
  background-color: var(--black);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.margin-bottom-24px-12 {
  text-align: center;
  margin-bottom: 24px;
  font-family: Agina, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.heading-18 {
  color: var(--gainsboro);
  font-family: Agina, sans-serif;
}

.hero-stack-7 {
  background-color: var(--black);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.margin-bottom-24px-13 {
  text-align: center;
  margin-bottom: 24px;
  font-family: Agina, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.heading-19 {
  color: var(--gainsboro);
  font-family: Agina, sans-serif;
}

.hero-stack-8 {
  background-color: var(--black);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.margin-bottom-24px-14 {
  text-align: center;
  margin-bottom: 24px;
  font-family: Agina, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.heading-20 {
  color: var(--gainsboro);
  font-family: Agina, sans-serif;
}

.hero-stack-9 {
  background-color: var(--black);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.margin-bottom-24px-15 {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 28px;
}

.heading-21 {
  color: var(--gainsboro);
  align-self: center;
  font-family: Agina, sans-serif;
}

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

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

.margin-bottom-24px-16 {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 30px;
}

.heading-22 {
  color: var(--gainsboro);
  font-family: Agina, sans-serif;
  line-height: 50px;
}

.hero-heading-center {
  background-color: var(--black);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.centered-heading-3.margin-bottom-32px {
  color: var(--gainsboro);
  margin-top: 40px;
  margin-bottom: 100px;
  font-family: Agina, sans-serif;
}

.hero-wrapper-6 {
  justify-content: space-between;
  align-items: center;
  margin-top: 74px;
  display: flex;
}

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

.margin-bottom-24px-17 {
  text-align: justify;
  align-items: flex-start;
  margin-bottom: 24px;
  font-family: Agina, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.shadow-two-6 {
  border-radius: 11px;
  padding-left: 0;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-right-5 {
  background-color: var(--black);
  border-bottom: 1px #e4ebf3;
  padding: 100px 30px;
  position: relative;
}

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

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

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

.shadow-two-7 {
  align-self: center;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-18 {
  text-align: justify;
  align-self: flex-end;
  margin-bottom: 24px;
  font-family: Agina, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

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

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

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

.heading-23 {
  color: var(--gainsboro);
  align-self: center;
  font-family: Agina, sans-serif;
}

.link-block-2 {
  text-decoration: none;
}

.image-28 {
  align-self: center;
  padding-bottom: 15px;
}

.testimonial-slider-large-5 {
  background-color: var(--black);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-slider-two-5 {
  background-color: #0000;
  height: auto;
}

.testimonial-slide-5 {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content-5 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon-5 {
  margin-bottom: 24px;
}

.testimonial-quote-5 {
  color: var(--gold);
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two-5 {
  align-items: center;
  display: flex;
}

.testimonial-image-5 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name-5 {
  color: var(--gold);
  font-weight: 700;
}

.testimonial-image-two-5 {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three-5 {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow-5 {
  display: none;
}

.testimonial-slider-nav-5 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.container-44 {
  width: 500px;
  max-width: 700px;
  height: 500px;
  margin-left: 0;
  margin-right: 0;
}

.background-video-3 {
  max-width: 100%;
  height: 100%;
}

.text-block-21 {
  color: var(--gold);
}

.footer-subscribe-3 {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-45 {
  width: 100%;
  max-width: 940px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-form-two-2 {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title-2 {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input-2 {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input-2::placeholder {
  color: #1a1b1fcc;
}

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

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

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

.button-primary-12.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three-2 {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

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

.footer-social-link-three-2 {
  margin-left: 32px;
}

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

.footer-bottom-3 {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.footer-copyright-3 {
  color: #3a4554;
  font-weight: 400;
}

.footer-legal-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link-2 {
  opacity: .6;
  color: var(--gold);
  margin-left: 24px;
  text-decoration: none;
}

.footer-legal-link-2:hover {
  opacity: 1;
  color: var(--gainsboro);
}

.bold-text-9 {
  opacity: .6;
  color: var(--gold);
  font-weight: 500;
}

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

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

.hero-wrapper-two-7 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-19 {
  text-align: center;
  align-self: center;
  margin-bottom: 24px;
  font-family: Agina, sans-serif;
  font-size: 16px;
}

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

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

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

.link-block-6 {
  text-decoration: none;
}

.container-47 {
  background-image: linear-gradient(0deg, black 15%, var(--white) 37%), url('../images/add-dsfdsfa-subheading-optimized.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 800px;
  max-width: 100%;
  height: 100%;
}

.section-10 {
  z-index: 10;
  background-color: var(--black);
  opacity: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 99.9997%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.container-48 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: ltr;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  place-items: center;
  max-width: 150px;
  max-height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image-29 {
  object-fit: cover;
  order: 1;
  align-self: center;
  max-height: 100%;
  display: block;
  position: sticky;
  inset: 0%;
  overflow: visible;
}

.slide-11 {
  background-image: linear-gradient(95deg, #000, #fff0 72%), url('../images/IMG_3120.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  max-width: 100%;
  height: 700px;
  max-height: 700px;
  margin-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-12 {
  background-image: linear-gradient(87deg, #000, #fff0), url('../images/img-4923-optimized.webp');
  background-position: 0 0, 0%;
  height: 700px;
  max-height: 700px;
}

.slide-13 {
  background-image: linear-gradient(89deg, #000, #fff0), url('../images/432260396_754391496663194_5991099671169742953_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  max-width: 100%;
  height: 700px;
  max-height: 700px;
}

.slide-14 {
  background-image: linear-gradient(89deg, #000, #fff0 69%), url('../images/a88308bf-f094-432f-8047-2172ab07118b.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 700px;
  max-height: 700px;
}

.slide-15 {
  background-image: linear-gradient(85deg, #000, #fff0), url('../images/img-6036-optimized.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  max-width: 100%;
  height: 700px;
  max-height: 700px;
}

.slide-16 {
  background-image: linear-gradient(90deg, #000, #fff0), url('../images/img-6174-optimized.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  max-width: 100%;
  height: 700px;
  max-height: 700px;
}

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

.testimonial-slider-large-6 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-49 {
  width: 100%;
  max-width: 85%;
  height: 99.8154%;
  max-height: 99.8154%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two-6 {
  background-color: #0000;
  height: auto;
}

.testimonial-slide-6 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content-6 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon-6 {
  margin-bottom: 24px;
}

.testimonial-quote-6 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two-6 {
  align-items: center;
  display: flex;
}

.testimonial-image-6 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name-6 {
  font-weight: 700;
}

.testimonial-image-two-6 {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three-6 {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow-6 {
  display: none;
}

.testimonial-slider-nav-6 {
  margin-top: 20px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.mask-4 {
  width: 99.9985%;
  max-width: 100%;
}

.testimonial-slider-large-7 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-slider-two-7 {
  background-color: #0000;
  height: auto;
}

.testimonial-slide-7 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content-7 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon-7 {
  margin-bottom: 24px;
}

.testimonial-quote-7 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two-7 {
  align-items: center;
  display: flex;
}

.testimonial-image-7 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name-7 {
  font-weight: 700;
}

.testimonial-image-two-7 {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three-7 {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow-7 {
  display: none;
}

.testimonial-slider-nav-7 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-stack-10 {
  background-color: var(--black);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-8 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-20 {
  color: var(--gainsboro);
  text-align: center;
  margin-bottom: 24px;
  font-family: Agina, sans-serif;
}

.button-primary-14 {
  background-color: var(--gold);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 12px 25px;
  font-family: Agina, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-14:hover {
  background-color: var(--white);
  color: #fff;
}

.button-primary-14:active {
  background-color: var(--white);
}

.hero-image-6 {
  width: 100%;
  margin-top: 50px;
}

.heading-24 {
  color: var(--gold);
  font-family: Agina, sans-serif;
}

.slide-17 {
  background-image: linear-gradient(92deg, #000, #fff0), url('../images/434171934_17915248454910453_7940055595174836567_n.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  height: 700px;
  max-height: 700px;
}

.hero-without-image-5 {
  background-color: var(--black);
  border-bottom: 1px #e4ebf3;
  padding: 140px 30px 10px;
  position: relative;
}

.margin-bottom-24px-21 {
  color: var(--gainsboro);
  text-align: center;
  margin-bottom: 24px;
  font-family: Agina, sans-serif;
}

.heading-25 {
  color: var(--gold);
  font-family: Agina, sans-serif;
}

.hero-stack-11 {
  background-color: var(--black);
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/353018-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom: 1px #e4ebf3;
  margin-bottom: 0;
  padding: 100px 30px;
  position: relative;
}

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

.hero-wrapper-two-9 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-22 {
  color: var(--gainsboro);
  text-align: center;
  margin-bottom: 24px;
  font-family: Agina, sans-serif;
}

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

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

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

.hero-image-7 {
  width: 100%;
  margin-top: 50px;
}

.heading-26 {
  color: var(--gold);
  text-align: center;
  font-family: Agina, sans-serif;
}

.heading-27 {
  color: var(--gold);
  justify-content: center;
  margin-top: 60px;
  font-family: Agina, sans-serif;
  font-size: 70px;
  display: flex;
}

.slide-19 {
  background-image: linear-gradient(86deg, #000, #fff0 53%), linear-gradient(#00000059, #00000059), url('../images/DD230668.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  height: 700px;
  max-height: 700px;
}

.testimonial-stack-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-52 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonial-card-three-2 {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content-2 {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading-2 {
  margin-bottom: 24px;
}

.testimonial-text-three-2 {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-8 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image-8.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three-2 {
  margin-bottom: 10px;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-slider-large-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  border-bottom: 1px #e4ebf3;
  justify-content: center;
  align-items: center;
  padding: 80px 30px 20px;
  display: flex;
  position: relative;
}

.testimonial-slider-two-8 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
}

.testimonial-slide-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content-8 {
  flex-direction: column;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon-8 {
  margin-bottom: 24px;
}

.testimonial-quote-8 {
  color: var(--gold);
  text-align: center;
  margin-bottom: 32px;
  font-family: Agina, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two-8 {
  align-items: center;
  display: flex;
}

.testimonial-author-name-8 {
  color: var(--gainsboro);
  text-align: center;
  font-family: Agina, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.testimonial-image-two-8 {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three-8 {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow-8 {
  display: none;
}

.testimonial-slider-nav-8 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial-slider-large-9 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slide-9 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content-9 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-9 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-author-name-9 {
  font-weight: 700;
}

.text-block-22 {
  color: var(--gold);
  text-align: center;
  font-family: Agina, sans-serif;
  font-size: 18px;
}

.bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14 {
  font-size: 25px;
  line-height: 37px;
}

.slide-20 {
  background-image: linear-gradient(89deg, #000, #fff0 50%), linear-gradient(#00000052, #00000052), url('../images/430861919_890416206099610_1114327279237498694_n.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  height: 700px;
  max-height: 700px;
}

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

.slide-21 {
  background-image: linear-gradient(88deg, #000, #fc555500 62%), url('../images/IMG_9280.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 99.9997%;
  max-width: 99.9986%;
  height: 700px;
  max-height: 700px;
}

.footer-subscribe-4 {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two-3 {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title-3 {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input-3 {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input-3::placeholder {
  color: #1a1b1fcc;
}

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

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

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

.button-primary-16.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three-3 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three-3 {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

.footer-social-block-three-3 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.footer-social-link-three-3 {
  margin-left: 10px;
  margin-right: 10px;
}

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

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

.footer-copyright-4 {
  color: #3a4554;
}

.footer-legal-block-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link-3 {
  color: #3a4554;
  margin-left: 24px;
}

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

.image-35 {
  display: inline-block;
}

.paragraph-3, .paragraph-4 {
  font-family: Agina, sans-serif;
}

.slide-22 {
  background-image: linear-gradient(88deg, #000, #fff0 54%), url('../images/IMG_0556.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  height: 700px;
  max-height: 700px;
}

.text-block-23, .icon-6 {
  color: var(--gold);
}

.dropdown-link {
  background-color: #414141;
  background-image: url('../images/uk-flag-round-circle-icon.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 20px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.dropdown-list {
  background-color: var(--white);
}

.dropdown-list.w--open {
  background-color: var(--white);
  margin-bottom: 0;
  padding-bottom: 0;
}

.dropdown-link-2 {
  background-color: #414141;
  background-image: url('../images/pngtree-glossy-germany-flag-circle-png-image_6474412.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 20px;
  height: 30px;
}

.navbar-no-shadow-container-3 {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 100px;
  display: flex;
}

.container-regular-3 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-4 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-5 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-5:focus-visible, .nav-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-4 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-4 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-4:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-4:focus-visible, .nav-dropdown-toggle-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-4 {
  margin-right: 10px;
}

.nav-dropdown-list-4 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-4.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-4:focus-visible, .nav-dropdown-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-3 {
  margin-left: 120px;
}

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

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

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

.icon-7 {
  color: var(--gold);
}

.dropdown-link-3 {
  background-color: var(--grey);
  background-image: url('../images/serbia-emoji-2048x2048-hilgcz1w.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-list-2 {
  background-color: var(--white);
}

.dropdown-list-2.w--open {
  background-color: var(--white);
  border-radius: 0;
}

.dropdown-link-4 {
  background-color: var(--grey);
  background-image: url('../images/pngtree-glossy-germany-flag-circle-png-image_6474412.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 0;
}

.icon-8 {
  color: var(--gold);
}

.dropdown-link-5 {
  background-color: var(--grey);
  background-image: url('../images/serbia-emoji-2048x2048-hilgcz1w.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 10px;
}

.dropdown-link-6 {
  background-color: var(--grey);
  background-image: url('../images/uk-flag-round-circle-icon.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  height: 30px;
  margin-bottom: 10px;
}

.dropdown-list-3 {
  background-color: var(--grey);
}

.dropdown-list-3.w--open {
  background-color: var(--white);
}

.dropdown-toggle-2 {
  z-index: 1;
  vertical-align: baseline;
  display: inline-block;
}

.dropdown {
  z-index: 1;
  margin-top: 20px;
}

.dropdown-link-7 {
  background-color: var(--grey);
  background-image: url('../images/uk-flag-round-circle-icon.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  height: 30px;
  margin-bottom: 10px;
  display: block;
}

.dropdown-link-8 {
  background-color: var(--grey);
  background-image: url('../images/pngtree-glossy-germany-flag-circle-png-image_6474412.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  height: 30px;
  margin-bottom: 0;
}

.dropdown-list-4, .dropdown-list-4.w--open {
  background-color: var(--white);
}

.dropdown-2 {
  z-index: 1;
  margin-top: 20px;
}

.icon-9 {
  color: var(--gold);
}

.dropdown-link-9 {
  background-color: var(--grey);
  background-image: url('../images/serbia-emoji-2048x2048-hilgcz1w.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  height: 30px;
  margin-bottom: 10px;
}

.dropdown-list-5 {
  background-color: var(--grey);
}

.dropdown-list-5.w--open {
  background-color: var(--white);
}

.dropdown-link-10 {
  background-color: var(--grey);
  background-image: url('../images/pngtree-glossy-germany-flag-circle-png-image_6474412.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  height: 30px;
}

.dropdown-3 {
  z-index: 1;
  margin-top: 20px;
}

.icon-10 {
  color: var(--gold);
}

.dropdown-link-11 {
  background-color: var(--grey);
  background-image: url('../images/serbia-emoji-2048x2048-hilgcz1w.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  height: 30px;
  margin-bottom: 10px;
}

.dropdown-list-6 {
  background-color: var(--grey);
}

.dropdown-list-6.w--open {
  background-color: var(--white);
}

.dropdown-link-12 {
  background-color: var(--grey);
  background-image: url('../images/uk-flag-round-circle-icon.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  height: 30px;
}

.dropdown-toggle-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.dropdown-toggle-3.w--open {
  padding-left: 20px;
}

.slide-23 {
  background-image: linear-gradient(84deg, #000, #d6d6d629 47%, #fff0), url('../images/IMG_7306.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 700px;
  max-height: 700px;
}

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

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

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

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

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

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

.gallery-slide-image {
  border-radius: 0;
  margin-top: 0;
  position: relative;
}

.gallery-image-2 {
  border-radius: 20px;
  width: 100%;
  margin-top: 0;
  transition: all .425s;
}

.gallery-slide-text {
  color: #8b6d23;
  margin-top: 0;
  margin-bottom: -20px;
  font-family: Varela, sans-serif;
  line-height: 32px;
  display: block;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

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

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

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

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

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

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

.paragraph-5 {
  border-radius: 0;
  margin-top: -89px;
  margin-bottom: 72px;
  margin-left: 25px;
}

.image-37 {
  width: 50px;
  max-width: 50px;
  height: 50px;
  display: block;
}

.container-55 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  display: flex;
}

.image-38 {
  max-width: 50px;
  max-height: 50px;
}

.link-block-7 {
  pointer-events: auto;
}

.body-3, .body-4 {
  background-color: var(--color);
}

.hero-heading-center-2 {
  background-color: var(--black);
  text-align: left;
  border-top: 1px #000;
  border-bottom: 1px #e4ebf3;
  border-radius: 0;
  margin-top: 0;
  padding: 40px 30px 132px;
  position: relative;
}

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

.centered-heading-5 {
  color: var(--black);
  text-align: center;
  margin-bottom: 16px;
  font-family: Agina, sans-serif;
}

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

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

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

.margin-bottom-24px-23 {
  margin-bottom: 24px;
}

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

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

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

.shadow-two-8 {
  max-width: 120%;
  margin-top: -53px;
  box-shadow: 0 4px 24px #96a3b514;
}

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

.hero-subscribe-right {
  background-color: var(--black);
  border-top: 1px #000;
  border-bottom: 1px #e4ebf3;
  margin-bottom: 92px;
  padding: 80px 30px;
  position: relative;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.heading-28 {
  font-family: Agina, sans-serif;
}

.image-39 {
  max-width: 110%;
}

.testimonial-slider-large-10 {
  background-color: var(--black);
  border-top: 1px #000;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-slider-two-9 {
  background-color: #0000;
  height: auto;
}

.testimonial-slide-10 {
  background-color: var(--color);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px 12px 40px 64px;
  display: flex;
}

.testimonial-content-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon-9 {
  margin-bottom: 24px;
}

.testimonial-quote-10 {
  margin-bottom: 32px;
  margin-right: -342px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two-9 {
  align-items: center;
  display: flex;
}

.testimonial-image-9 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name-10 {
  font-weight: 700;
}

.testimonial-image-two-9 {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three-9 {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow-9 {
  margin-left: -57px;
  margin-right: -29px;
  display: none;
}

.testimonial-slider-nav-9 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.bold-text-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--gold);
  font-family: Agina, sans-serif;
  font-size: 22px;
  display: flex;
}

.bold-text-16 {
  color: var(--gainsboro);
  font-family: Agina, sans-serif;
  font-size: 18px;
}

.text-block-24 {
  color: var(--gainsboro);
  font-family: Agina, sans-serif;
  font-size: 16px;
}

.features-table {
  background-color: var(--white);
  color: var(--black);
  background-image: url('../images/gold-gradient-background-illustration-vector.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 1px #e4ebf3;
  margin-bottom: 87px;
  padding: 80px 30px;
  font-family: Agina, sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  font-family: Agina, sans-serif;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 20px;
  line-height: 30px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.slide-1 {
  background-image: linear-gradient(91deg, #000, #fff0 54%), url('../images/DD233993.jpg');
  background-position: 0 0, 50% 15%;
  background-size: auto, auto;
  height: 700px;
  max-height: 700px;
}

.hero-heading-center-3 {
  background-color: var(--black);
  border-bottom: 1px #e4ebf3;
  margin-top: 0;
  padding: 34px 30px 0;
  position: relative;
}

.container-58 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 231px;
}

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

.centered-heading-6.margin-bottom-32px {
  color: var(--gold);
  margin-bottom: 114px;
  font-family: Agina, sans-serif;
}

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

.hero-split-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 500px;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-24 {
  margin-bottom: 24px;
  font-family: Agina, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

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

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

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

.shadow-two-9 {
  min-width: 500px;
  margin-left: 60px;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-29 {
  color: var(--gold);
  font-family: Agina, sans-serif;
}

.heading-30 {
  color: var(--gainsboro);
  font-family: Agina, sans-serif;
  font-size: 30px;
}

.slide-1-2 {
  background-image: linear-gradient(88deg, #000 5%, #fff0 50%), url('../images/medium-awards-celebration-winners.png');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  height: 700px;
  max-height: 700px;
}

.section-11 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Untitled-design-copy.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  max-width: 100%;
  height: 800px;
  max-height: 800px;
}

.section-12 {
  z-index: 1;
  background-image: url('../images/Untitled-design.png');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 800px;
  max-height: 800px;
  margin-top: -774px;
  position: relative;
}

.list {
  margin-bottom: 179px;
  padding-bottom: 0;
  font-size: 16px;
}

.default-state {
  margin-top: -136px;
}

.paragraph-6 {
  color: var(--burlywood);
  margin-top: 43px;
  margin-bottom: 20px;
  padding-bottom: 29px;
  font-family: Agina, sans-serif;
  font-size: 18px;
}

.column-9 {
  flex-flow: column;
  display: flex;
}

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

.collection-item {
  flex-flow: column;
  justify-content: center;
  width: 500px;
  display: flex;
}

.collection-list-2 {
  justify-content: center;
  display: flex;
}

.email-2 {
  display: flex;
}

.div-block-7 {
  margin-top: 0;
}

.paragraph-7 {
  font-size: 30px;
}

.paragraph-8 {
  color: var(--burlywood);
  margin-top: 18px;
  margin-bottom: 31px;
  font-family: Agina, sans-serif;
  font-size: 30px;
}

.column-12 {
  margin-bottom: -54px;
}

.text-block-25 {
  color: var(--burlywood);
  text-align: left;
  margin-bottom: 57px;
  font-family: Agina, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.button-4 {
  background-color: var(--gold);
  color: var(--black);
  text-align: center;
  border-radius: 7px;
  width: 300px;
  padding: 20px 40px;
  font-family: Agina, sans-serif;
  font-size: 16px;
  line-height: 30px;
  transition: background-color .4s;
}

.button-4:hover {
  background-color: var(--black);
  color: var(--gold);
}

.section-13 {
  flex-flow: column;
  align-items: center;
  margin-top: 120px;
  transition: background-color .4s;
  display: flex;
}

.heading-31 {
  color: var(--gold);
  text-align: center;
  margin-bottom: 56px;
  font-family: Agina, sans-serif;
}

.paragraph-9 {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 220px;
  padding-right: 220px;
  font-family: Agina, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.button-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--gold);
  color: var(--black);
  text-align: center;
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 38px;
  margin-bottom: 72px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Agina, sans-serif;
  font-size: 20px;
  transition: background-color .4s;
  display: flex;
}

.button-5:hover {
  background-color: var(--black);
  color: var(--gold);
}

.features-table-2 {
  color: #000;
  background-color: #0000;
  background-image: url('../images/gold-gradient-background-illustration-vector.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 1px #e4ebf3;
  margin-bottom: 66px;
  padding: 80px 30px;
  font-family: Agina, sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.centered-heading-7 {
  color: #000;
  text-align: center;
  margin-bottom: 16px;
  font-family: Agina, sans-serif;
}

.comparison-row-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #858585;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 20px;
  line-height: 30px;
  display: grid;
}

.features-table-3 {
  color: #000;
  background-color: #0000;
  background-image: url('../images/gold-gradient-background-illustration-vector.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 1px #e4ebf3;
  margin-bottom: 93px;
  padding: 80px 30px;
  font-family: Agina, sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.centered-heading-8 {
  color: #000;
  text-align: center;
  margin-bottom: 16px;
  font-family: Agina, sans-serif;
}

.container-59 {
  max-width: 500px;
  display: flex;
}

.button-6 {
  background-color: var(--gold);
  color: var(--black);
  border-radius: 7px;
  width: 150px;
  margin-top: 44px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Agina, sans-serif;
  font-size: 17px;
  transition: all .425s;
}

.button-6:hover {
  background-color: var(--black);
  color: var(--gold);
}

.section-14 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2879.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 700px;
  padding-top: 220px;
  padding-bottom: 960px;
  display: flex;
}

.container-60 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .wrapper-pages {
    height: 234.16px;
    margin-top: -74px;
  }

  .hero-section {
    background-color: #fbfbfb;
    background-image: linear-gradient(355deg, #000 11%, #fff0 17%), linear-gradient(#0000004f, #0000004f), url('../images/Untitled-design.jpg');
    background-position: 0 0, 0 0, 55%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, 1300px;
    background-attachment: scroll, scroll, scroll;
    height: auto;
    margin-top: -40px;
    margin-bottom: 0;
    padding: 76px 20px 276px;
    display: block;
  }

  .hero-section.about-us {
    background-color: #0c152f99;
    background-image: linear-gradient(#00000075, #00000075), url('../images/IMG_2879.jpg');
    background-position: 0 0, 50% 70%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1200px;
    background-attachment: scroll, scroll;
    height: auto;
    margin-top: 0;
    padding: 110px 8px 163px;
  }

  .hero-section.about-us.shop {
    background-color: #0000;
    background-image: linear-gradient(to right, var(--white-smoke) 31%, #ffffff8c), url('../images/Untitled-3-3.jpg');
    background-position: 0 0, 50% 59%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section.about-us.plates {
    background-image: linear-gradient(#00000080, #00000080), url('../images/img-8757-optimized.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-bottom: 166px;
  }

  .nav-link {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px #dcdcdc;
    width: 100%;
    max-width: 100%;
  }

  .left-block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    display: block;
  }

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

  .section.collections {
    border-top-width: 0;
  }

  .section.footer-section {
    margin-top: -25px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.newslatter {
    border-top-style: none;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .section.gray {
    margin-top: -115px;
    margin-bottom: 85px;
  }

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

  .brand {
    padding-left: 14px;
  }

  .brand.w--current {
    margin-top: 0;
  }

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

  .section-content-tittle {
    margin-left: 20px;
  }

  .nav-menu {
    background-color: var(--black);
    opacity: .89;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
    top: 90px;
    overflow: visible;
  }

  .vertical-category {
    display: none;
    top: 30%;
    left: -60px;
  }

  .vertical-category.right {
    top: 30%;
    right: -10%;
  }

  .icon-2 {
    color: #1f2532;
  }

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

  .top-text.hero {
    text-align: left;
    align-self: center;
    margin-top: -27px;
    margin-bottom: -10px;
  }

  .link-block-flex {
    flex-direction: row;
  }

  .container {
    margin-bottom: 0;
    padding: 0 10px;
  }

  .container.about-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-self: auto;
    margin-top: 39px;
    margin-bottom: 112px;
  }

  .top-padding {
    margin-top: 13px;
  }

  .footer-content-block {
    text-align: left;
    margin-bottom: 0;
  }

  .footer-content-block.padding {
    margin-bottom: 100px;
  }

  .button {
    margin-right: 0;
  }

  .button.dark {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    margin-top: 13px;
    margin-left: 285px;
    margin-right: -132px;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .product-info {
    margin-top: 80px;
    padding-left: 0;
  }

  .page-title {
    color: var(--gainsboro);
    text-align: center;
    order: 0;
    align-self: auto;
    margin-top: -31px;
    margin-left: 0;
    display: block;
  }

  .page-title.big {
    color: var(--gainsboro);
    text-align: center;
    width: 70%;
    margin-top: 14px;
    margin-left: 0;
    font-size: 52px;
  }

  .paragraph.main {
    text-align: center;
    width: 60%;
    margin-left: -135px;
    font-size: 21px;
  }

  .tab-block {
    width: 200px;
    height: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .history-tittle {
    margin-left: 30px;
  }

  .history-paragraph {
    padding-left: 56px;
    font-size: 18px;
  }

  .about-column {
    padding-bottom: 0;
  }

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

  .right-footertext {
    text-align: right;
  }

  .right-footertext.center {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -382px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns {
    display: block;
  }

  .cta-button-block {
    justify-content: flex-start;
  }

  .color-block {
    width: auto;
  }

  .info-sale-block {
    width: 90%;
    margin-left: 20px;
  }

  .info-sale-block.padding {
    margin-left: 0;
  }

  .detail-paragraph.subpage {
    color: var(--gold);
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .div-column-left {
    margin-left: -6px;
  }

  .team-wrapper {
    width: 96%;
  }

  .form-block-2 {
    margin-top: -20px;
    margin-bottom: 160px;
  }

  .button-2:hover {
    background-color: #fc6f00;
  }

  .info-contact-row, .category-list-wrapper {
    width: 100%;
  }

  .licence-item-1 {
    width: 80%;
  }

  .sticky-navbar {
    opacity: 1;
    padding: 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .container-3 {
    position: relative;
  }

  .menu-button {
    background-color: #fff;
    font-size: 40px;
  }

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

  .about-hero-block {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 66.66%;
    margin: 51px 0% 135px 123px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block.right {
    width: 100%;
  }

  .container-checkout {
    flex-direction: column;
  }

  .paypal {
    height: 45px;
  }

  .web-payments {
    height: 35px;
  }

  .apple-pay {
    height: 45px;
  }

  .left-div-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .about-hero-block-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 66.66%;
    margin-bottom: 0;
    margin-right: 33.33%;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
  }

  .licence-item-first.changelog {
    width: 80%;
  }

  .hero-div.small {
    align-items: center;
    width: 100%;
    margin-top: -97px;
    margin-left: -13px;
  }

  .hero-image {
    background-size: 700px;
    width: 100%;
    margin-left: 0;
  }

  .hero-image-div {
    width: 100%;
    display: inline-block;
  }

  .brand-copy {
    padding-left: 14px;
  }

  .brand-copy.w--current {
    margin-top: 0;
  }

  .brand-copy.footer {
    padding-left: 0;
  }

  .image-8.logo-icon {
    margin-top: -66px;
  }

  .image-12 {
    margin-left: 37px;
  }

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

  .image-14 {
    margin-left: 27px;
  }

  .image-16 {
    margin-left: 41px;
    margin-right: 11px;
  }

  .text-block-4 {
    margin-left: 40px;
  }

  .image-17 {
    margin-left: -596px;
  }

  .link-3 {
    margin-left: -1px;
  }

  .image-19 {
    margin-left: -599px;
  }

  .link-4 {
    margin-left: 402px;
  }

  .div-block-3 {
    margin-top: -89px;
  }

  .section-4 {
    background-position: 49% 0;
    background-size: 1700px;
  }

  .heading-6 {
    font-size: 38px;
  }

  .container-6 {
    margin-top: 246px;
    margin-left: 133px;
  }

  .container-7 {
    margin-top: 126px;
    margin-left: -28px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-8 {
    margin-top: -274px;
    margin-left: 348px;
  }

  .menu-button-2 {
    margin-right: 15px;
  }

  .menu-button-2.w--open {
    background-color: var(--gold);
    color: #000;
  }

  .image-21 {
    width: 30%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-5 {
    background-position: 50% 100%;
    padding-top: 302px;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .footer-subscribe-2 {
    border-bottom-style: none;
    border-bottom-color: var(--black);
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .navbar-no-shadow-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
  }

  .navbar-no-shadow-container-2 {
    padding-left: 10px;
    padding-right: 20px;
  }

  .container-regular-2 {
    margin-left: auto;
  }

  .navbar-wrapper-2 {
    margin-left: 0;
    padding-left: 0;
  }

  .navbar-brand-2, .navbar-brand-2.w--current {
    margin-left: 30px;
  }

  .nav-menu-wrapper-2 {
    opacity: .87;
    background-color: #0000;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .nav-menu-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--black);
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-left: 0;
    display: flex;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .mobile-margin-top-11 {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    list-style-type: none;
  }

  .nav-button-wrapper-2 {
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .button-primary-2 {
    background-color: var(--black);
    flex: 0 auto;
    align-self: auto;
  }

  .menu-button-4 {
    background-color: var(--white);
    color: var(--gold);
    padding: 12px;
  }

  .menu-button-4.w--open {
    background-color: var(--white);
    color: var(--gainsboro);
  }

  .icon-3 {
    background-color: var(--gold);
  }

  .icon-4 {
    background-color: var(--white);
    color: var(--gold);
  }

  .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8 {
    list-style-type: none;
  }

  .features-metrics {
    background-image: linear-gradient(to bottom, null, null), url('../images/Untitled-design-copy.png');
    background-size: auto, cover;
    margin-bottom: 0;
  }

  .container-12 {
    max-width: 728px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .features-title {
    font-size: 60px;
  }

  .text-block-10 {
    font-size: 20px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

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

  .hero-without-image {
    padding-bottom: 0;
  }

  .container-14, .container-15 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .hero-stack-2 {
    background-image: linear-gradient(#000000c9, #000000c9), url('../images/IMG_5497_1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .container-16, .container-17 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

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

  .container-19 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-slider-two {
    max-width: 100%;
    height: 100%;
  }

  .testimonial-slide {
    background-position: 0 0, 20%;
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

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

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .hero-without-image-2 {
    margin-top: 0;
  }

  .container-21, .container-22 {
    max-width: 728px;
  }

  .testimonial-slide-2 {
    padding-left: 32px;
  }

  .testimonial-quote-2 {
    overflow: visible;
  }

  .container-23 {
    background-position: 0 0, 50% 60%;
    background-size: auto, 700px;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-stack {
    padding-top: 140px;
  }

  .container-29 {
    max-width: 1000px;
  }

  .testimonial-slider-large-3 {
    height: 1100px;
    margin-top: 0;
  }

  .testimonial-slider-two-3 {
    height: 1000px;
  }

  .testimonial-slide-3 {
    padding-left: 32px;
  }

  .testimonial-content-3 {
    margin-top: 182px;
  }

  .testimonial-quote-3 {
    font-size: 30px;
    overflow: visible;
  }

  .hero-heading-left {
    background-image: linear-gradient(#0000, #0000), linear-gradient(90deg, #000 55%, #fff0 67%), url('../images/IMG_8313.jpg');
    background-position: 0 0, 0 0, -500%;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 0;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    align-self: flex-start;
    max-width: 50%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px-6 {
    font-size: 18px;
  }

  .shadow-two-2 {
    align-self: auto;
    height: 100%;
  }

  .heading-12 {
    font-size: 40px;
  }

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

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-5 {
    padding: 12px;
  }

  .menu-button-5.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-heading-right-3 {
    padding-right: 0;
  }

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

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-heading-right-4 {
    background-position: 0 0, -200%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .container-33 {
    max-width: 109%;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    align-self: center;
    max-width: 100%;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .margin-bottom-24px-8 {
    margin-left: 0;
  }

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

  .testimonial-slide-4 {
    padding-left: 32px;
  }

  .testimonial-quote-4 {
    overflow: visible;
  }

  .image-26 {
    text-align: left;
    display: inline-block;
  }

  .background-video-2 {
    opacity: 0;
  }

  .section-9 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/dji-0101-optimized.webp');
    background-position: 0 0, 50% 10%;
    background-size: auto, cover;
  }

  .hero-stack-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-35 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .hero-wrapper-two-6 {
    max-width: 106%;
    height: 100%;
  }

  .margin-bottom-24px-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-image-5.shadow-two {
    max-width: 100%;
    height: 100%;
  }

  .hero-stack-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-24px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-stack-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-36 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-stack-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-37 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .hero-stack-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-38 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .container-39, .container-40, .container-41 {
    max-width: 728px;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two-6 {
    align-self: center;
    height: 600px;
  }

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

  .hero-wrapper-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-7 {
    order: 0;
    align-self: center;
    max-width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .shadow-two-7 {
    align-self: center;
  }

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

  .testimonial-slide-5 {
    padding-left: 32px;
  }

  .testimonial-quote-5 {
    overflow: visible;
  }

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

  .footer-form-two-2 {
    padding: 40px;
  }

  .footer-form-title-2 {
    margin-right: 15px;
  }

  .footer-form-input-2 {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three-2 {
    margin-top: 40px;
  }

  .footer-bottom-3 {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-copyright-3 {
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    padding-right: 0;
    display: flex;
  }

  .footer-legal-block-2 {
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: center;
    padding-left: 0;
  }

  .bold-text-9 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

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

  .container-47 {
    background-position: 0 0, 50% 60%;
    background-size: auto, 700px;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-10 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    inset: 0%;
  }

  .container-48 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .image-29 {
    object-fit: contain;
    align-self: center;
  }

  .slide-12 {
    background-size: auto, cover;
  }

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

  .testimonial-slide-6 {
    padding-left: 32px;
  }

  .testimonial-quote-6 {
    overflow: visible;
  }

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

  .testimonial-slide-7 {
    padding-left: 32px;
  }

  .testimonial-quote-7 {
    overflow: visible;
  }

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

  .slide-18 {
    margin-top: 125px;
  }

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

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .testimonial-slide-8 {
    padding-left: 32px;
  }

  .testimonial-quote-8 {
    overflow: visible;
  }

  .testimonial-slide-9 {
    padding-left: 32px;
  }

  .testimonial-quote-9 {
    overflow: visible;
  }

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

  .footer-form-two-3 {
    padding: 40px;
  }

  .footer-form-title-3 {
    margin-right: 15px;
  }

  .footer-form-input-3 {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three-3 {
    margin-top: 40px;
  }

  .footer-social-link-three-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .dropdown-list.w--open {
    z-index: 1;
    margin-left: -10px;
    position: absolute;
  }

  .navbar-no-shadow-container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-wrapper-4 {
    background-color: #0000;
  }

  .nav-menu-4 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-3 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-6 {
    padding: 12px;
  }

  .menu-button-6.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .dropdown-list-2.w--open {
    margin-left: -10px;
  }

  .dropdown-list-3.w--open {
    z-index: 1;
    margin-left: -10px;
    position: absolute;
  }

  .dropdown-toggle {
    margin-right: 7px;
  }

  .dropdown-toggle.w--open {
    margin-right: 0;
  }

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

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slide-text {
    font-size: 18px;
    line-height: 28px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

  .hero-wrapper-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-8 {
    text-align: center;
    flex-flow: column;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two-8, .image-39 {
    max-width: 100%;
  }

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

  .testimonial-slide-10 {
    padding-left: 32px;
  }

  .testimonial-quote-10 {
    margin-right: -161px;
    overflow: visible;
  }

  .testimonial-slider-arrow-9 {
    margin-left: -35px;
  }

  .slide-1 {
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

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

  .hero-wrapper-9 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-9 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two-9 {
    margin-left: 0;
  }

  .section-11 {
    background-position: 100%;
  }

  .section-12 {
    background-position: 50% 100%;
    background-size: cover;
    height: 400px;
    max-height: 400px;
    margin-top: -392px;
  }

  .section-13 {
    margin-top: 65px;
  }

  .paragraph-9 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    background-color: #fbfbfb;
    background-image: linear-gradient(359deg, #000 8%, #fff0 13%), linear-gradient(#0000004d, #0000004d), url('../images/mobile-optimized.webp');
    background-position: 0 0, 0 0, 80%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
    height: auto;
    margin-top: 0;
    padding-top: 0%;
  }

  .hero-section.about-us {
    background-image: linear-gradient(#0000008a, #0000008a), url('../images/IMG_2879.jpg');
    background-position: 0 0, 50% 70%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1200px;
    background-attachment: scroll, scroll;
    height: auto;
    padding: 110px 0 0;
  }

  .hero-section.about-us.shop {
    height: auto;
    padding-top: 110px;
  }

  .hero-section.about-us.plates {
    background-position: 0 0, 0 0, 70%;
  }

  .left-block {
    margin-bottom: 60px;
  }

  .section.newslatter {
    padding-top: 40px;
    padding-bottom: 20px;
    position: static;
  }

  .section.cta {
    background-image: linear-gradient(to right, var(--gainsboro) 44%, #fff0), url('../images/raul-cacho-oses-779595-unsplash-p-3200.jpeg');
    background-position: 0 0, 50% 33%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.sale-section {
    padding-top: 50%;
    padding-bottom: 20%;
  }

  .section-content-tittle.no-bottom-padding {
    margin-left: 0;
  }

  .vertical-category {
    display: none;
  }

  .top-text {
    margin-left: -19px;
  }

  .container {
    height: auto;
    margin-top: 0;
  }

  .footer-content-block {
    margin-bottom: 60px;
  }

  .footer-content-block.padding {
    margin-bottom: 0;
  }

  .button {
    text-align: center;
  }

  .button.dark {
    margin-left: 140px;
    margin-right: -105px;
    display: inline-block;
  }

  .page-title {
    color: var(--gainsboro);
  }

  .page-title.big {
    width: 80%;
    font-size: 42px;
    line-height: 48px;
  }

  .paragraph.main {
    width: 70%;
  }

  .tab-block {
    margin-bottom: 30px;
  }

  .history-tittle {
    margin-left: 48px;
  }

  .sub-footer {
    margin-top: 120px;
  }

  .right-footertext {
    text-align: center;
    flex: 1;
  }

  .right-footertext.center {
    margin-left: -482px;
    padding-left: 0;
  }

  .container-2 {
    height: auto;
  }

  .cta-button-block {
    justify-content: flex-start;
    margin-top: 0;
  }

  .cta-row {
    display: block;
  }

  .sale-block.padding {
    margin-top: 120px;
  }

  .info-sale-block {
    margin-top: 0;
    margin-left: 0;
  }

  .info-sale-block.padding {
    margin-top: 120px;
    margin-left: 0;
  }

  .detail-paragraph.subpage {
    padding-left: 0;
    padding-right: 0;
  }

  .row-padding {
    margin-bottom: 90px;
  }

  .footer-title {
    color: var(--gainsboro);
  }

  .div-info-wrapper {
    margin-top: 60px;
  }

  .div-column-left {
    margin-bottom: 40px;
    margin-left: -14px;
  }

  .div-column-right {
    float: none;
    margin-top: 30px;
  }

  .team-wrapper {
    margin-bottom: 20px;
  }

  .form-block-2 {
    height: auto;
    padding-bottom: 38px;
  }

  .column {
    margin-top: 150px;
    margin-bottom: 0;
  }

  .licence-item-1 {
    width: 100%;
  }

  .columns-3 {
    flex-direction: column-reverse;
    display: flex;
  }

  .menu-button {
    font-size: 30px;
  }

  .about-hero-block {
    width: 75%;
    margin-bottom: 0;
    margin-left: 76px;
    margin-right: 0%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block {
    text-decoration: none;
  }

  .paypal {
    height: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .apple-pay {
    height: 35px;
  }

  .about-hero-block-2 {
    width: 75%;
    margin-bottom: 0;
    margin-right: 25%;
  }

  .licence-item-first {
    width: 100%;
  }

  .licence-item-first.changelog {
    width: 90%;
  }

  .remove-button-2 {
    text-decoration: none;
  }

  .hero-div.small {
    margin-left: 0;
  }

  .hero-image {
    background-size: 500px;
    height: 400px;
  }

  .image-8.logo-icon {
    margin-top: -66px;
  }

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

  .image-12 {
    margin-top: 0;
    margin-left: 6px;
  }

  .image-13 {
    margin-left: 52px;
  }

  .image-14 {
    margin-top: 0;
    margin-left: 16px;
    margin-right: -31px;
  }

  .image-16 {
    margin-top: 0;
    margin-left: 42px;
    margin-right: 0;
  }

  .text-block-4 {
    color: var(--dark-grey);
    margin-left: 31px;
  }

  .image-17 {
    margin-left: -426px;
  }

  .image-19 {
    margin-left: -430px;
  }

  .link-4 {
    margin-left: 572px;
  }

  .section-4 {
    background-position: 50% 1%;
    background-repeat: no-repeat;
    background-size: 300%;
    background-attachment: fixed;
  }

  .heading-6 {
    margin-left: -14px;
  }

  .container-6 {
    margin-left: 43px;
  }

  .text-block-6 {
    margin-left: -25px;
  }

  .container-7 {
    margin-left: -37px;
  }

  .container-8 {
    margin-left: 243px;
  }

  .image-21 {
    width: 40%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-5 {
    background-position: 50% 110%;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-subscribe-2 {
    border-bottom-style: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-11 {
    float: none;
    clear: none;
    background-color: var(--black);
    position: static;
    inset: auto 0% 0%;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    text-align: center;
    flex-flow: column wrap;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-link-three.w--current {
    text-align: center;
  }

  .footer-social-block-three {
    align-self: center;
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    order: -1;
    margin-top: 15px;
    margin-left: 0;
    padding-bottom: 20px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-3 {
    flex-direction: column;
    flex: 0 auto;
    align-self: auto;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    display: flex;
  }

  .nav-link-3 {
    border-bottom: 0px none var(--gold);
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link-3.w--current {
    border-bottom-style: none;
    border-bottom-width: 0;
    font-size: 16px;
  }

  .nav-link-3.w--current:hover {
    border-bottom: 1px solid var(--gold);
    color: var(--gainsboro);
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    align-self: flex-start;
    margin-top: 10px;
    padding-left: 20px;
  }

  .nav-button-wrapper-2 {
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
  }

  .button-primary-2 {
    align-self: auto;
    margin-left: -18px;
  }

  .list-item-4 {
    order: 0;
    align-self: flex-start;
    margin-top: 18px;
  }

  .list-item-5, .list-item-6, .list-item-7 {
    align-self: flex-start;
  }

  .features-metrics {
    background-image: linear-gradient(#0006, #0006), url('../images/Untitled-design-copy.png');
    background-position: 0 0, 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-flow: column;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .hero-stack, .hero-heading-right, .team-slider {
    padding: 60px 15px;
  }

  .hero-without-image {
    padding: 40px 15px 0;
  }

  .margin-bottom-24px-2 {
    text-align: center;
  }

  .features-list {
    padding: 60px 15px;
  }

  .hero-stack-2 {
    background-image: linear-gradient(#000000c4, #000000c4), url('../images/IMG_5497_1.jpg');
    background-size: auto, cover;
    padding: 60px 15px;
  }

  .hero-image-3.shadow-two {
    width: 15%;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    max-width: 15%;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-stack-3 {
    padding: 60px 15px;
  }

  .testimonial-slider-large {
    height: 700px;
    max-height: 700px;
    padding: 60px 0;
  }

  .container-19 {
    height: 500px;
  }

  .testimonial-slide {
    background-position: 0 0, 20% 70%;
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .testimonial-slider-small {
    padding: 10px 15px 60px;
  }

  .testimonial-slider {
    max-width: 149%;
    height: 77.5444%;
    margin-left: 40px;
    margin-right: 40px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .hero-without-image-2 {
    padding: 60px 15px 0;
  }

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

  .testimonial-slider-large-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-2 {
    flex-direction: column;
    padding: 23px 60px;
  }

  .testimonial-content-2 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon-2 {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-quote-2 {
    text-align: center;
    font-size: 18px;
  }

  .testimonial-image-two-2 {
    width: 350px;
    height: 400px;
  }

  .container-23 {
    background-size: auto, 600px;
  }

  .gallery-overview, .testimonial-stack {
    padding: 60px 15px;
  }

  .container-29 {
    height: 1300px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .testimonial-slider-large-3 {
    height: 1300px;
    margin-bottom: 100px;
    padding: 60px 15px;
  }

  .testimonial-slider-two-3 {
    height: 1300px;
  }

  .testimonial-slide-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    height: 1000px;
    margin-top: 0;
    padding: 20px 23px 23px;
  }

  .testimonial-content-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 0;
    display: flex;
  }

  .testimonial-quote-icon-3 {
    width: 70px;
    margin-top: 143px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .testimonial-quote-3 {
    height: 100%;
    margin-top: 0;
    margin-bottom: -65px;
    font-size: 27px;
  }

  .testimonial-image-two-3 {
    width: 100%;
    height: auto;
  }

  .div-block-6 {
    order: 1;
    align-self: auto;
    margin-top: 81px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .hero-heading-left {
    background-image: linear-gradient(#0000, #0000), linear-gradient(90deg, #000 55%, #fff0 67%), url('../images/IMG_8274.jpg');
    background-position: 0 0, 0 0, 0%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 700px;
    padding: 60px 15px;
  }

  .hero-split-2 {
    align-self: flex-start;
    padding-left: 0;
  }

  .shadow-two-2 {
    align-self: auto;
  }

  .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .hero-heading-right-3 {
    padding: 60px 15px;
  }

  .hero-heading-right-4 {
    background-position: 0 0, 100%;
    background-size: auto, 700px;
    padding: 60px 15px;
  }

  .hero-split-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slider-large-4 {
    padding: 60px 15px;
  }

  .testimonial-slide-4 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-4 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon-4 {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two-4 {
    width: 100%;
    height: auto;
  }

  .hero-stack-4 {
    padding: 60px 0;
  }

  .hero-wrapper-two-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-stack-5 {
    padding: 60px 0;
  }

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .hero-stack-6 {
    padding: 60px 0;
  }

  .container-36 {
    margin-left: auto;
  }

  .hero-stack-7, .hero-stack-8 {
    padding: 60px 0;
  }

  .hero-stack-9, .hero-without-image-3, .hero-heading-center, .hero-heading-right-5 {
    padding: 60px 15px;
  }

  .hero-split-7 {
    margin-top: 100px;
  }

  .testimonial-slider-large-5 {
    padding: 60px 15px;
  }

  .testimonial-slide-5 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-5 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon-5 {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two-5 {
    width: 100%;
    height: auto;
  }

  .footer-subscribe-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title-2 {
    margin-right: 0;
  }

  .footer-form-block-two-2 {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input-2 {
    width: 100%;
  }

  .footer-block-three-2 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three-2 {
    margin-bottom: 10px;
  }

  .footer-social-block-three-2 {
    margin-top: 10px;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block-2 {
    flex: 0 auto;
    order: -1;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 15px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .footer-legal-link-2 {
    order: 0;
    align-self: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-link-2.w--current {
    align-self: center;
  }

  .bold-text-9 {
    text-align: center;
  }

  .link-block-4 {
    align-self: center;
  }

  .link-block-4.w--current {
    flex: 0 auto;
    order: -1;
    align-self: center;
  }

  .hero-without-image-4 {
    padding: 60px 15px;
  }

  .container-47 {
    background-size: auto, 600px;
  }

  .image-29 {
    max-width: 50%;
    max-height: 50%;
  }

  .slide-11 {
    background-position: 0 0, 50%;
  }

  .slide-12 {
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

  .testimonial-slider-large-6 {
    padding: 60px 15px;
  }

  .testimonial-slide-6 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-6 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon-6 {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two-6 {
    width: 100%;
    height: auto;
  }

  .image-30 {
    align-self: center;
  }

  .testimonial-slider-large-7 {
    padding: 60px 15px;
  }

  .testimonial-slide-7 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-7 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon-7 {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two-7 {
    width: 100%;
    height: auto;
  }

  .hero-stack-10 {
    padding: 60px 15px;
  }

  .slide-17 {
    background-position: 0 0, 50% 100%;
  }

  .hero-without-image-5 {
    padding: 100px 15px 60px;
  }

  .hero-stack-11 {
    padding: 60px 15px;
  }

  .slide-18 {
    height: 1300px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .mask-5 {
    margin-bottom: 0;
    overflow: visible;
  }

  .testimonial-stack-2 {
    padding: 60px 15px;
  }

  .testimonial-text-three-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .testimonial-slider-large-8 {
    padding: 60px 15px;
  }

  .testimonial-slide-8 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-8 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon-8 {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two-8 {
    width: 100%;
    height: auto;
  }

  .testimonial-slider-large-9 {
    padding: 60px 15px;
  }

  .testimonial-slide-9 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-9 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .slide-21 {
    background-position: 0 0, 30% 100%;
  }

  .footer-subscribe-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title-3 {
    margin-right: 0;
  }

  .footer-form-block-two-3 {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input-3 {
    width: 100%;
  }

  .footer-block-three-3 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three-3 {
    margin-bottom: 10px;
  }

  .footer-social-block-three-3 {
    margin-top: 10px;
  }

  .footer-social-link-three-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-bottom-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block-3 {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .navbar-brand-4 {
    padding-left: 0;
  }

  .nav-menu-4 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-4.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-13 {
    margin-top: 10px;
  }

  .slide-23 {
    background-position: 0 0, 30%;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    margin-top: 0;
    margin-bottom: 33px;
    font-size: 12px;
    line-height: 20px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .paragraph-5 {
    margin-top: -59px;
    margin-bottom: 91px;
    font-size: 9px;
  }

  .hero-heading-center-2, .hero-heading-left-3, .hero-subscribe-right, .testimonial-slider-large-10 {
    padding: 60px 15px;
  }

  .testimonial-slide-10 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-10 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon-9 {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-quote-10 {
    margin-right: 0;
  }

  .testimonial-image-two-9 {
    width: 100%;
    height: auto;
  }

  .features-table, .hero-heading-center-3 {
    padding: 60px 15px;
  }

  .section-11 {
    background-image: linear-gradient(#0000, #0000), url('../images/Untitled-design-copy.png');
    background-position: 0 0, 80%;
  }

  .section-12 {
    height: 300px;
    max-height: 300px;
    margin-top: -295px;
  }

  .section-13 {
    margin-top: 79px;
  }

  .paragraph-9 {
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .features-table-2, .features-table-3 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .item-tittle {
    font-size: 18px;
  }

  .wrapper-pages {
    margin-top: 0;
    margin-bottom: 119px;
    padding-bottom: 0;
  }

  .hero-section {
    background-color: #020202;
    background-image: linear-gradient(353deg, #000 3%, #fff0 28%), linear-gradient(#00000030, #00000030), url('../images/mobile-optimized.webp');
    background-position: 0 0, 0 0, 80% 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, 800px;
    background-attachment: scroll, scroll, scroll;
    height: auto;
    margin-top: 98px;
    margin-bottom: 256px;
    padding-top: 135px;
    padding-bottom: 206px;
  }

  .hero-section.about-us {
    background-image: linear-gradient(#000000ab, #000000ab), url('../images/IMG_5024.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 800px;
    background-attachment: scroll, scroll;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 194px;
  }

  .hero-section.about-us.shop {
    background-image: linear-gradient(#00000080, #00000080), url('../images/лига-пуб.jpg');
    background-position: 0 0, 50% 59%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: auto;
    padding-top: 115px;
    padding-bottom: 126px;
  }

  .hero-section.about-us.plates {
    opacity: 1;
    background-image: linear-gradient(#000000b5, #000000b5), url('../images/image0-2-optimized.webp');
    background-position: 0 0, 30%;
    background-repeat: repeat, repeat;
    background-size: auto, 600px;
    background-attachment: scroll, scroll;
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 220px;
  }

  .left-block.hero {
    margin-top: -100px;
    margin-bottom: 104px;
    padding-bottom: 14px;
    padding-left: 0;
  }

  .section.collections {
    margin-top: -136px;
  }

  .section.footer-section {
    margin-top: -91px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 105px;
  }

  .section.newslatter {
    margin-top: -165px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section.gray {
    border-top-color: var(--black);
    margin-top: -135px;
    margin-bottom: 0;
  }

  .section.sale-section {
    padding-bottom: 40%;
  }

  .section.checkout, .section.order {
    padding-left: 10px;
    padding-right: 10px;
  }

  .items-price {
    font-size: 16px;
  }

  .nav-flex {
    height: 80px;
  }

  .section-content-tittle {
    margin-left: auto;
  }

  .nav-menu {
    margin-top: 0;
  }

  .subscribe-form-block.section-newsletter {
    width: auto;
  }

  .top-text {
    margin-left: 0;
    font-size: 16px;
  }

  .top-text.hero {
    align-self: center;
    margin-top: 0;
    font-size: 11px;
  }

  .container {
    height: auto;
    margin-top: -83px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.about-section {
    color: #fff0;
    margin-top: -17px;
    margin-bottom: 57px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-subscribe {
    float: none;
    width: 100%;
  }

  .footer-subscribe.email {
    width: 98%;
  }

  .subscribe-button {
    width: 100%;
  }

  .top-padding {
    margin-top: -11px;
  }

  .section-image-newsletter {
    margin-top: 6px;
  }

  .button {
    margin-bottom: 10px;
  }

  .button.dark {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    height: 295.633%;
    margin-left: 61px;
    margin-right: -30px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    display: inline;
  }

  .button.dark-copy {
    margin-top: -258px;
    padding: 10px 30px;
  }

  .product-page-image {
    height: 400px;
  }

  .link-category, .category-item {
    font-size: 16px;
  }

  .page-title {
    color: var(--gainsboro);
    text-align: center;
    -webkit-text-stroke-color: var(--dark-grey);
    text-shadow: 0 4px 1px #0000004a;
    margin: -324px 0 22px;
    padding: 28px 0 0;
    font-size: 25px;
    line-height: 40px;
  }

  .page-title.big {
    color: var(--gainsboro);
    text-shadow: 0 1px 1px #0000006e;
    width: 100%;
    margin-top: -14px;
    margin-bottom: 13px;
    margin-left: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph.main {
    letter-spacing: 0;
    text-shadow: 0 3px 3px #0003;
    width: 100%;
    margin-top: -10px;
    margin-left: -127px;
    font-size: 17px;
  }

  .tab-block {
    margin-left: 0;
    margin-right: 0;
  }

  .section-tittle {
    font-size: 22px;
    line-height: 40px;
  }

  .history-tittle {
    margin-left: 24px;
  }

  .history-paragraph {
    margin-left: -22px;
    margin-right: -56px;
    padding-left: 0;
  }

  .right-footertext.center {
    color: var(--dark-grey);
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: block;
  }

  .container-2 {
    height: auto;
  }

  .cta-button-block {
    justify-content: flex-start;
  }

  .cta-row {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .different-font {
    font-size: 48px;
    line-height: 58px;
  }

  .sale-block {
    margin-top: 120px;
  }

  .sale-block.padding {
    margin-top: 80px;
  }

  .info-sale-block {
    width: 100%;
    margin-left: 0;
  }

  .info-sale-block.padding {
    margin-top: 80px;
  }

  .sale-tittle.product {
    font-size: 28px;
  }

  .detail-paragraph.subpage {
    opacity: 1;
    text-align: center;
    text-shadow: 0 2px 1px #0000005e;
    align-self: auto;
    margin: 9px 0 -14px;
    padding-bottom: 22px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 30px;
  }

  .about-pompeo-text.center {
    width: 80%;
  }

  .image-2 {
    left: 83px;
  }

  .image-3 {
    right: 89px;
  }

  .team-wrapper {
    text-align: center;
  }

  .contact-div-wrapper {
    width: 100%;
  }

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

  .button-2 {
    width: 100%;
  }

  .button-2.contact {
    padding: 15px 30px;
    font-size: 14px;
  }

  .center-button-block {
    margin-top: 59px;
  }

  .field-label-2.contact-us-field.gray {
    font-size: 16px;
  }

  .map-wrapper {
    padding: 29px;
  }

  .image-div {
    background-position: 100%;
  }

  .licence-item-1 {
    justify-content: space-between;
    padding: 15px 15px 14px;
  }

  .image-div-2 {
    flex: 0 auto;
    width: 100px;
  }

  .licence-links-wrapper {
    flex: 1;
    padding-left: 16px;
    padding-right: 16px;
  }

  .licence-link {
    margin-right: 10px;
  }

  .checkout-form-container {
    background-color: #0000;
    padding: 0;
  }

  .about-hero-block {
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
    padding-top: 142px;
    padding-bottom: 323px;
    bottom: -255px;
  }

  .order-confirmation-container {
    color: #0000;
    background-color: #0000;
    border-style: none;
    padding: 0;
  }

  .pay-buttons {
    flex-direction: column;
  }

  .web-payments {
    padding-left: 0;
    padding-right: 0;
  }

  .about-hero-block-2 {
    width: 100%;
    margin-right: 0%;
  }

  .licence-item-first {
    justify-content: space-between;
    width: auto;
    padding: 15px 15px 14px;
  }

  .licence-item-first.changelog {
    flex-direction: column;
  }

  .licence-link-2 {
    margin-right: 0;
  }

  .logo-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .hero-div.small {
    margin-top: 0;
  }

  .hero-image {
    background-size: 300px;
    height: 200px;
  }

  .image-8 {
    margin-top: -57px;
    margin-left: 17px;
  }

  .image-8.logo-icon {
    margin-top: -52px;
  }

  .image-8.logo-icon.button-link {
    margin-left: 20px;
  }

  .image-10 {
    margin-top: 40px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .image-11 {
    margin-left: 0;
  }

  .image-12 {
    margin-top: 40px;
    margin-left: 0;
    padding-left: 15px;
  }

  .image-13 {
    margin-top: 56px;
    margin-left: 0;
  }

  .image-14 {
    margin-top: 30px;
    margin-left: 18px;
    margin-right: -30px;
  }

  .image-15 {
    margin-left: 0;
  }

  .image-16 {
    margin: 30px 0 0 41px;
  }

  .text-block-4 {
    text-align: center;
    margin-left: 7px;
  }

  .image-17 {
    margin-left: -80px;
  }

  .image-19 {
    margin-left: -92px;
  }

  .link-4 {
    margin-left: 567px;
  }

  .div-block-3 {
    margin-left: -562px;
  }

  .section-4 {
    opacity: 1;
    filter: blur();
    background-position: 48% 5%;
    background-size: 450%;
    background-attachment: fixed;
  }

  .heading-6 {
    margin-top: -5px;
    margin-left: -56px;
    font-size: 30px;
  }

  .container-6 {
    width: 78%;
    height: 9.25786%;
    margin-top: 256px;
    margin-left: 70px;
  }

  .text-block-6 {
    margin-left: -63px;
    padding-left: 0;
    font-size: 15px;
  }

  .container-7 {
    margin: 20px 0 -63px -89px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .container-8 {
    background-size: 60px;
    width: 150px;
    height: 150px;
    margin-top: -371px;
    margin-left: 165px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .menu-button-2 {
    margin-top: -10px;
  }

  .column-5 {
    margin-top: -12px;
    padding-bottom: 36px;
  }

  .column-6 {
    padding-bottom: 45px;
  }

  .column-7 {
    margin-bottom: -18px;
    padding-bottom: 0;
  }

  .image-21 {
    width: 80%;
    margin-top: 32px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    display: inline-block;
  }

  .section-5 {
    background-position: 90% 200%;
    background-size: 400px;
    margin-top: -7px;
    padding-bottom: 12px;
  }

  .container-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-left: auto;
    display: flex;
  }

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

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

  .footer-block-two {
    order: 0;
    align-self: center;
    align-items: center;
    margin-top: 40px;
  }

  .footer-title-2 {
    float: none;
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .footer-link-two:hover, .footer-link-two:active {
    color: var(--gold);
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -36px;
    margin-left: 20px;
  }

  .footer-copyright {
    text-align: center;
    margin-left: 11px;
  }

  .footer-social-block-two {
    flex: 0 auto;
    order: -1;
    align-self: center;
    margin-top: 20px;
    margin-bottom: 26px;
    margin-left: 0;
  }

  .image-23 {
    display: block;
  }

  .link-block.w--current {
    margin-top: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary.footer-form-button {
    align-self: center;
    margin-top: 11px;
    position: relative;
    right: 0;
  }

  .container-11 {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-title {
    text-align: left;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-wrapper-three {
    margin-bottom: 20px;
  }

  .footer-block-three {
    text-align: center;
    align-self: center;
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 17px;
    line-height: 30px;
  }

  .footer-link-three, .footer-link-three.w--current {
    text-align: center;
    align-self: center;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .footer-copyright-2 {
    text-align: center;
    flex: 0 auto;
    align-self: auto;
  }

  .footer-legal-block {
    text-align: center;
    align-self: center;
    margin-left: 0;
  }

  .text-block-8 {
    margin-left: 0;
    font-size: 10px;
  }

  .bold-text-4 {
    margin-left: 0;
    font-size: 9px;
    font-weight: 500;
  }

  .navbar-no-shadow-2 {
    align-items: stretch;
    margin-bottom: 0;
    display: block;
  }

  .navbar-no-shadow-container-2 {
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 20px;
    display: flex;
  }

  .container-regular-2 {
    flex: 0 auto;
    align-self: auto;
  }

  .navbar-brand-2, .navbar-brand-2.w--current {
    margin-left: 25px;
  }

  .nav-menu-wrapper-2 {
    opacity: 1;
  }

  .nav-menu-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    background-color: #000000eb;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }

  .nav-link-3 {
    border-bottom: 0px none var(--gold);
    font-size: 16px;
    display: flex;
  }

  .nav-link-3:lang(en) {
    border-bottom-style: none;
  }

  .nav-link-3.w--current {
    text-align: left;
    border-bottom-style: none;
    border-bottom-width: 0;
    width: 88.7192%;
    height: 100%;
  }

  .nav-link-3.w--current:hover, .nav-link-3.w--current:active {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .nav-link-3.w--current:lang(en) {
    border-bottom-style: none;
  }

  .mobile-margin-top-11 {
    flex: 1;
    order: 0;
    align-self: stretch;
    padding-left: 0;
  }

  .nav-button-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    padding-left: 20px;
    display: flex;
  }

  .button-primary-2 {
    background-color: var(--gold);
    color: var(--black);
    border-radius: 0;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-left: 0;
  }

  .image-24 {
    margin-left: 0;
  }

  .list-item-4 {
    border-bottom: 0px none var(--gold);
    text-align: left;
    align-self: flex-start;
    width: 100%;
    height: 12.0483%;
    text-decoration: none;
  }

  .list-item-4:hover {
    border-bottom-style: none;
  }

  .list-item-4:active {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .list-item-4:lang(en) {
    border-bottom-style: none;
    border-bottom-width: 1px;
  }

  .list-item-5 {
    text-align: left;
    align-self: flex-start;
    width: 100%;
  }

  .list-item-5:lang(en) {
    border-bottom: 0px none var(--gold);
  }

  .list-item-6 {
    align-self: flex-start;
    width: 100%;
  }

  .list-item-7 {
    flex: 0 auto;
    order: 0;
    align-self: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .features-metrics {
    background-image: linear-gradient(#00000070, #00000070), url('../images/Untitled-design-copy.png');
    background-position: 0 0, 80%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    margin-bottom: 0;
  }

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

  .features-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .features-block {
    flex: 0 auto;
    align-self: auto;
    margin-bottom: 60px;
  }

  .features-title {
    font-size: 50px;
  }

  .text-block-9, .text-block-10 {
    font-size: 19px;
  }

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

  .team-slider {
    margin-bottom: 0;
  }

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

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

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-block {
    padding-bottom: 0;
  }

  .team-block-info {
    padding-bottom: 60px;
  }

  .hero-without-image {
    padding-bottom: 0;
  }

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

  .margin-bottom-24px-2 {
    font-size: 18px;
  }

  .heading-7 {
    margin-bottom: 48px;
    padding-bottom: 0;
    font-size: 35px;
  }

  .text-block-12 {
    font-size: 19px;
  }

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .hero-stack-2 {
    background-color: var(--black);
    background-image: linear-gradient(#000c, #000c), url('../images/IMG_5497_1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 0;
  }

  .container-16 {
    align-items: stretch;
    max-width: none;
    display: flex;
  }

  .hero-image-3.shadow-two {
    box-shadow: none;
    width: 25%;
    margin-top: 0;
    padding-top: 34px;
    padding-bottom: 0;
  }

  .heading-8 {
    text-shadow: 0 2px 2px #0003;
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 45px;
  }

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

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    max-width: 60%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .testimonial-slider-large {
    padding-top: 0;
  }

  .container-19 {
    max-width: none;
    height: 600px;
  }

  .testimonial-slide {
    background-image: linear-gradient(#0003, #0003);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
    font-size: 25px;
  }

  .centered-subheading-2 {
    font-size: 16px;
  }

  .testimonial-slider {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

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

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .hero-without-image-2 {
    padding-bottom: 0;
  }

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

  .margin-bottom-24px-5 {
    font-size: 14px;
  }

  .heading-10 {
    font-size: 25px;
    line-height: 36px;
  }

  .image-25 {
    height: 62.1522%;
  }

  .testimonial-slider-large-2 {
    padding-top: 0;
  }

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

  .testimonial-slide-2 {
    padding-bottom: 23px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-content-2 {
    margin-bottom: 0;
  }

  .testimonial-quote-icon-2 {
    width: 30px;
  }

  .testimonial-quote-2 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .testimonial-image-2 {
    width: 70px;
    height: 70px;
  }

  .testimonial-author-name-2 {
    font-size: 20px;
  }

  .testimonial-image-two-2 {
    border-radius: 7px;
  }

  .testimonial-author-image-three-2 {
    margin-right: 16px;
  }

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

  .container-23 {
    background-position: 0 0, 50% 70%;
    background-size: auto, 350px;
    max-width: 100%;
    margin-top: -18px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-7 {
    width: 99.9955%;
    max-width: 100%;
    height: 500px;
    padding-top: 0;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .container-29 {
    flex-flow: column;
    justify-content: space-around;
    max-width: none;
    height: 100%;
    display: flex;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-card-heading {
    font-size: 20px;
  }

  .testimonial-text-three {
    font-size: 18px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .testimonial-author-name-three {
    font-size: 22px;
  }

  .testimonial-slider-large-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 1300px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .testimonial-slider-two-3 {
    height: 1000px;
  }

  .testimonial-slide-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-content-3 {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
  }

  .testimonial-quote-icon-3 {
    width: 60px;
  }

  .testimonial-quote-3 {
    height: 100%;
    font-size: 16px;
    line-height: 30px;
  }

  .testimonial-info-two-3 {
    padding-top: 0;
  }

  .testimonial-author-name-3 {
    font-size: 18px;
  }

  .testimonial-author-image-three-3 {
    margin-right: 16px;
  }

  .testimonial-slider-nav-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .div-block-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-heading-left {
    background-image: linear-gradient(9deg, #000, #fff0 31%), linear-gradient(#0000009e, #0000009e), url('../images/IMG_8303.jpg'), url('../images/IMG_8313.jpg');
    background-position: 0 0, 0 0, 50%, 50%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, cover, cover;
    margin-bottom: 100px;
    padding-top: 0;
    padding-bottom: 100px;
  }

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

  .hero-split-2 {
    align-self: center;
    max-width: 100%;
    padding-left: 0;
  }

  .margin-bottom-24px-6 {
    font-size: 15px;
    line-height: 27px;
  }

  .shadow-two-2 {
    padding-left: 10px;
  }

  .heading-12 {
    font-size: 35px;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }

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

  .hero-heading-right-4 {
    background-image: linear-gradient(359deg, #000, #fff0 6%), linear-gradient(#0000008c, #0000008c), url('../images/IMG_4175.jpg');
    background-position: 0 0, 0 0, 30%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    margin-top: 10px;
    margin-bottom: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .hero-split-4 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .margin-bottom-24px-8 {
    margin-left: 0;
    font-size: 15px;
    line-height: 27px;
  }

  .heading-14 {
    text-align: right;
    align-self: flex-end;
    font-size: 35px;
  }

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

  .testimonial-quote-icon-4 {
    width: 30px;
  }

  .testimonial-quote-4 {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three-4 {
    margin-right: 16px;
  }

  .image-26 {
    flex: 0 auto;
    order: 0;
    align-self: center;
    display: block;
  }

  .background-video-2 {
    opacity: 0;
    height: 700px;
    margin-top: -460px;
    padding-left: 0;
  }

  .section-9 {
    background-image: linear-gradient(#000000ad, #000000ad), url('../images/dji-0101-optimized.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-top: 0;
  }

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

  .hero-wrapper-two-6 {
    max-width: 100%;
    height: 100%;
  }

  .hero-image-5.shadow-two {
    border-radius: 0;
    order: 1;
    max-width: 100%;
    height: 30%;
  }

  .margin-bottom-24px-10 {
    text-align: center;
    order: 1;
  }

  .container-36 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-24px-12 {
    text-align: center;
  }

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

  .margin-bottom-24px-13 {
    text-align: center;
    flex: 0 auto;
    order: 1;
    align-self: center;
    display: block;
  }

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

  .margin-bottom-24px-14 {
    text-align: center;
  }

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

  .margin-bottom-24px-15 {
    text-align: justify;
  }

  .heading-21 {
    text-align: center;
    max-width: 123.264%;
    height: 8.68539%;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 0;
    font-size: 33px;
  }

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

  .hero-heading-center {
    padding-bottom: 0;
  }

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

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .centered-heading-3.margin-bottom-32px {
    font-size: 33px;
  }

  .shadow-two-6 {
    height: auto;
  }

  .hero-heading-right-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-42 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    max-width: none;
    display: flex;
  }

  .hero-wrapper-7 {
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-top: 49px;
    display: flex;
  }

  .hero-split-7 {
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-end;
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
  }

  .shadow-two-7 {
    order: 0;
    align-self: auto;
    margin-top: -95px;
    padding-left: 0;
  }

  .margin-bottom-24px-18 {
    text-align: justify;
    order: 0;
    align-self: flex-end;
    margin-bottom: 65px;
  }

  .heading-23 {
    order: -1;
  }

  .image-28 {
    order: 0;
  }

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

  .testimonial-quote-icon-5 {
    width: 30px;
  }

  .testimonial-quote-5 {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three-5 {
    margin-right: 16px;
  }

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

  .footer-form-two-2 {
    padding: 20px;
  }

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

  .footer-form-input-2 {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-12.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .footer-legal-block-2 {
    margin-left: 0;
  }

  .footer-legal-link-2 {
    font-size: 18px;
  }

  .bold-text-9 {
    font-size: 10px;
  }

  .link-block-3 {
    order: 0;
    align-self: auto;
  }

  .link-block-4.w--current {
    order: 0;
    align-self: center;
  }

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

  .margin-bottom-24px-19 {
    font-size: 14px;
  }

  .link-block-5 {
    margin-top: 0;
    margin-bottom: -10px;
    padding-bottom: 0;
  }

  .container-47 {
    background-position: 0 0, 50% 70%;
    background-size: auto, 350px;
    max-width: 100%;
    margin-top: -18px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-10 {
    inset: 0%;
  }

  .container-48 {
    max-height: 200px;
    inset: 0%;
  }

  .image-29 {
    flex: 0 auto;
    order: 0;
    align-self: center;
    max-width: 60%;
    max-height: 70%;
    margin-top: 430px;
    display: block;
    position: static;
    inset: 0%;
  }

  .slide-11 {
    background-image: linear-gradient(#00000057, #00000057), url('../images/IMG_3120.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .slide-12 {
    background-image: linear-gradient(#0000004f, #0000004f), url('../images/img-4923-optimized.webp');
    background-position: 0 0, 15%;
    background-size: auto, cover;
  }

  .slide-13 {
    background-image: linear-gradient(#00000069, #00000069), url('../images/432260396_754391496663194_5991099671169742953_n.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slide-14 {
    background-image: linear-gradient(#0000006b, #0000006b), url('../images/a88308bf-f094-432f-8047-2172ab07118b.JPG');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .slide-15 {
    background-image: linear-gradient(#00000061, #00000061), url('../images/img-6036-optimized.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .slide-16 {
    background-image: linear-gradient(#00000069, #00000069), url('../images/img-6174-optimized.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

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

  .testimonial-quote-icon-6 {
    width: 30px;
  }

  .testimonial-quote-6 {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three-6 {
    margin-right: 16px;
  }

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

  .testimonial-quote-icon-7 {
    width: 30px;
  }

  .testimonial-quote-7 {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three-7 {
    margin-right: 16px;
  }

  .slide-17 {
    background-position: 0 0, 50% 0;
  }

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

  .heading-26 {
    font-size: 25px;
    line-height: 36px;
  }

  .heading-27 {
    font-size: 55px;
  }

  .slide-18 {
    height: 900px;
    margin-top: 0;
  }

  .slide-19 {
    background-image: linear-gradient(86deg, #000, #fff0 53%), linear-gradient(#0000, #0000), url('../images/DD230668.jpg');
    background-position: 0 0, 0 0, 85%;
  }

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

  .testimonial-card-three-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four-2 {
    text-align: center;
    flex-direction: column;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .testimonial-quote-icon-8 {
    width: 30px;
  }

  .testimonial-quote-8 {
    font-size: 15px;
    line-height: 30px;
  }

  .testimonial-author-name-8 {
    font-size: 18px;
  }

  .testimonial-author-image-three-8 {
    margin-right: 16px;
  }

  .testimonial-quote-9 {
    font-size: 22px;
    line-height: 30px;
  }

  .text-block-22 {
    font-size: 16px;
  }

  .bold-text-10 {
    font-size: 20px;
    line-height: 27px;
  }

  .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14 {
    font-size: 15px;
    line-height: 30px;
  }

  .slide-21 {
    background-position: 0 0, 10%;
  }

  .container-53 {
    max-width: none;
    font-size: 20px;
  }

  .footer-form-two-3 {
    padding: 20px;
  }

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

  .footer-form-input-3 {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-16.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-social-link-three-3 {
    margin-left: 10px;
    padding-right: 0;
  }

  .footer-bottom-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-31, .image-32, .image-33, .image-34 {
    display: block;
  }

  .slide-22 {
    background-position: 0 0, 30% 100%;
  }

  .nav-menu-4 {
    flex-direction: column;
  }

  .nav-button-wrapper-3 {
    width: auto;
  }

  .dropdown {
    margin-top: 55px;
  }

  .dropdown-2 {
    margin-top: 51px;
  }

  .dropdown-toggle-3 {
    margin-top: 30px;
  }

  .slide-23 {
    background-position: 0 0, 35%;
  }

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

  .gallery-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slide-text {
    margin-top: 0;
    margin-bottom: 29px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .paragraph-5 {
    margin-top: -63px;
  }

  .hero-heading-center-2 {
    padding-top: 10px;
  }

  .container-56 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    margin-right: auto;
    display: block;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .shadow-two-8 {
    max-width: 100%;
  }

  .hero-subscribe-right {
    padding-top: 5px;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

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

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .image-39 {
    max-width: 100%;
  }

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

  .testimonial-quote-icon-9 {
    width: 30px;
  }

  .testimonial-quote-10 {
    margin-right: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .testimonial-author-image-three-9 {
    margin-right: 16px;
  }

  .bold-text-15 {
    font-size: 16px;
    line-height: 25px;
  }

  .comparison-table {
    font-size: 20px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

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

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    max-width: 140.063px;
    margin-left: 10px;
    margin-right: 0;
    padding-left: 20px;
  }

  .slide-1 {
    background-position: 0 0, 100%;
  }

  .container-58 {
    max-width: 290px;
  }

  .centered-heading-6 {
    margin-bottom: 24px;
  }

  .centered-heading-6.margin-bottom-32px {
    margin-bottom: 51px;
    font-size: 30px;
  }

  .hero-wrapper-9 {
    flex-flow: column;
    align-items: flex-start;
    max-width: 100%;
  }

  .hero-split-9 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    min-width: 100%;
  }

  .margin-bottom-24px-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    font-size: 17px;
    display: flex;
  }

  .shadow-two-9 {
    min-width: 100%;
  }

  .heading-29 {
    font-size: 22px;
  }

  .heading-30 {
    font-size: 20px;
  }

  .slide-1-2 {
    background-position: 0 0, 51%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-11 {
    background-image: url('../images/Untitled-design-copy.png');
    background-position: 70% 100%;
    background-size: cover;
    background-attachment: scroll;
    height: 300px;
    max-height: 300px;
  }

  .section-12 {
    background-position: 100% 100%;
    height: 100px;
    max-height: 100px;
    margin-top: -97px;
    padding-bottom: 0;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item {
    width: 300px;
  }

  .paragraph-8 {
    font-size: 25px;
  }

  .column-10, .column-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-13 {
    margin-top: 60px;
  }

  .heading-31 {
    font-size: 25px;
  }

  .paragraph-9 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
  }

  .button-5 {
    width: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-size: 12px;
  }

  .centered-heading-7 {
    margin-bottom: 24px;
  }

  .comparison-row-2 {
    grid-column-gap: 10px;
    align-items: stretch;
    font-size: 15px;
  }

  .features-table-3 {
    font-size: 20px;
  }

  .centered-heading-8 {
    margin-bottom: 24px;
  }

  .button-6 {
    width: 100px;
    font-size: 15px;
  }

  .section-14 {
    background-image: linear-gradient(#0000008c, #0000008c), url('../images/IMG_2879.jpg');
    background-position: 0 0, 50% 70%;
    background-size: auto, cover;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 62px;
  }
}

#w-node-_7a177c9b-d245-e4ba-08bf-f256a4af2c84-3b13177c, #w-node-_7a177c9b-d245-e4ba-08bf-f256a4af2c82-3b13177c, #w-node-_7a177c9b-d245-e4ba-08bf-f256a4af2c89-3b13177c, #w-node-_7a177c9b-d245-e4ba-08bf-f256a4af2c87-3b13177c, #w-node-_7a177c9b-d245-e4ba-08bf-f256a4af2c8e-3b13177c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a177c9b-d245-e4ba-08bf-f256a4af2c8c-3b13177c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7a177c9b-d245-e4ba-08bf-f256a4af2c93-3b13177c, #w-node-_7a177c9b-d245-e4ba-08bf-f256a4af2c91-3b13177c, #w-node-_7a177c9b-d245-e4ba-08bf-f256a4af2c98-3b13177c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a177c9b-d245-e4ba-08bf-f256a4af2c96-3b13177c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5718909d-fca8-cbe1-2c16-023b4d7db1aa-3b131788 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5718909d-fca8-cbe1-2c16-023b4d7db1a6-3b131788 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_300f1a61-0868-f959-cb3e-cd61a01b4bdc-a5fd9ccb, #w-node-_300f1a61-0868-f959-cb3e-cd61a01b4bde-a5fd9ccb, #w-node-_300f1a61-0868-f959-cb3e-cd61a01b4be1-a5fd9ccb, #w-node-_300f1a61-0868-f959-cb3e-cd61a01b4be3-a5fd9ccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_300f1a61-0868-f959-cb3e-cd61a01b4be6-a5fd9ccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_300f1a61-0868-f959-cb3e-cd61a01b4be8-a5fd9ccb, #w-node-_300f1a61-0868-f959-cb3e-cd61a01b4beb-a5fd9ccb, #w-node-_300f1a61-0868-f959-cb3e-cd61a01b4bed-a5fd9ccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_300f1a61-0868-f959-cb3e-cd61a01b4bf0-a5fd9ccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_300f1a61-0868-f959-cb3e-cd61a01b4bf2-a5fd9ccb, #w-node-_084f2c85-21f1-0dc7-7ec7-589e8dfc5956-505a5e8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_084f2c85-21f1-0dc7-7ec7-589e8dfc5961-505a5e8e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5d5c902a-3de2-35db-d5da-10ba9005b968-b2b448db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d5c902a-3de2-35db-d5da-10ba9005b973-b2b448db {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0b19e242-bfc0-d964-fb1c-805c71206fb6-5b04d21d, #w-node-_0b19e242-bfc0-d964-fb1c-805c71206fb8-5b04d21d, #w-node-_0b19e242-bfc0-d964-fb1c-805c71206fbb-5b04d21d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b19e242-bfc0-d964-fb1c-805c71206fbd-5b04d21d, #w-node-_0b19e242-bfc0-d964-fb1c-805c71206fc0-5b04d21d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0b19e242-bfc0-d964-fb1c-805c71206fc2-5b04d21d, #w-node-_0b19e242-bfc0-d964-fb1c-805c71206fc5-5b04d21d, #w-node-_0b19e242-bfc0-d964-fb1c-805c71206fc7-5b04d21d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b19e242-bfc0-d964-fb1c-805c71206fca-5b04d21d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0b19e242-bfc0-d964-fb1c-805c71206fcc-5b04d21d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_7a177c9b-d245-e4ba-08bf-f256a4af2c98-3b13177c, #w-node-_5718909d-fca8-cbe1-2c16-023b4d7db1a6-3b131788, #w-node-_300f1a61-0868-f959-cb3e-cd61a01b4bf2-a5fd9ccb, #w-node-_084f2c85-21f1-0dc7-7ec7-589e8dfc5961-505a5e8e, #w-node-_5d5c902a-3de2-35db-d5da-10ba9005b973-b2b448db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0b19e242-bfc0-d964-fb1c-805c71206fc7-5b04d21d {
    justify-self: auto;
  }

  #w-node-_0b19e242-bfc0-d964-fb1c-805c71206fcc-5b04d21d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}


@font-face {
  font-family: 'Agina';
  src: url('../fonts/Agina.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* === VINS FIX: SHOP IMAGE UNIFICATION + PERFECT RATIO === */
.items-wrapper .image-wrapper {
  width: 100%;
  aspect-ratio: 383 / 450; /* isti format za obe slike */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.items-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* === VINS FIX: SHOP COLUMN EQUALIZATION === */
.container-59 {
  width: 50% !important;
  max-width: 50% !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
}

.container-60 {
  display: flex !important;
  gap: 40px; /* razmak između proizvoda */
  justify-content: center;
}

/* === VINS HOVER EFFECT (FORCE OVERRIDE INLINE WEBFLOW TRANSFORM) === */
.items-wrapper a:hover .image-wrapper img {
  transform: scale(1.08) !important;  /* pregazi inline translate3d/scale3d */
  transition: transform .6s ease !important;
}

/* Poboljšanje performansi */
.items-wrapper .image-wrapper img {
  will-change: transform;
  backface-visibility: hidden;
}

/* === MOBILE FIX: PROIZVODI JEDAN ISPOD DRUGOG === */
@media screen and (max-width: 767px) {

  /* Glavna dva kontejnera više ne idu side-by-side */
  .container-60 {
    flex-direction: column !important;
    gap: 60px !important; /* veći razmak između proizvoda */
    align-items: center !important;
  }

  /* Svaki proizvod zauzima 100% širine */
  .container-59 {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Slike lepo uvećane i jasne */
  .items-wrapper .image-wrapper {
    width: 100%;
    max-width: 420px; /* idealna širina za telefon */
    margin: 0 auto;
  }

  /* Naslov i cena centrirani */
  .items-content {
    text-align: center !important;
  }

  .item-tittle,
  .items-price {
    font-size: 20px !important;
    line-height: 1.3em !important;
  }
}

/* === FIX YOUTUBE EMBED MOBILE === */
@media screen and (max-width: 767px) {

  /* YouTube container full width */
  .w-embed-youtubevideo {
    width: 100% !important;
    height: auto !important;
    padding-top: 56.25% !important; /* 16:9 ratio */
    margin: 0 auto 20px auto !important;
  }

  /* Iframe pravilno skaliran */
  .w-embed-youtubevideo iframe {
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
  }

  /* Video description – centriraj i popravi raspadanje teksta */
  .video-description {
    text-align: center !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    padding: 0 20px !important;
    display: block !important;
  }
}

/* === FORCE YOUTUBE + TEXT STACK ON MOBILE (WEBFLOW FIX) === */
@media screen and (max-width: 767px) {

  /* Glavni container – prebaci u column */
  .container-42 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }

  /* Video zauzima punu širinu */
  .container-42 .w-embed-youtubevideo {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  /* Tekst SKROZ ispod videa, centriran */
  .container-42 .video-description {
    width: 100% !important;
    text-align: center !important;
    padding: 0 20px !important;
    margin-top: 10px !important;
    display: block !important;
  }
}

/* === HARD FIX: UKINI WEBFLOW GRID NA CONTAINER-42 === */
/* Mobilni do 767px */
@media screen and (max-width: 767px) {

  .container-42 {
    display: block !important;    /* uklanja grid i flex */
  }

  /* YouTube blok full width */
  .container-42 .w-embed-youtubevideo {
    display: block !important;
    width: 100% !important;
    margin: 0 auto 20px auto !important;
  }

  /* Tekst ispod videa */
  .container-42 .video-description {
    display: block !important;
    width: 100% !important;
    margin-top: 10px !important;
    text-align: center !important;
    font-size: 14px !important;   /* sitniji tekst */
    line-height: 1.4 !important;
    padding: 0 20px !important;
  }
}

/* ================================
   HOMEPAGE: centriranje jedine kartice
   ================================ */
   body.pocetna .container-59 {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }
  
  body.pocetna .container-59 .items-wrapper {
    margin: 0 auto !important;
  }
  
  /* === HOMEPAGE PRODUCT SIZE REDUCTION === */
body.pocetna .items-wrapper .image-wrapper {
  max-width: 420px !important;  /* elegantna premium širina */
  margin: 0 auto !important;
}

body.pocetna .items-wrapper img {
  object-fit: cover;
  width: 100% !important;
  height: auto !important;
}

/* === VINS CUSTOM POLISH: WHERE SLIDER SAFE ZONE + PREMIUM MOTION === */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.testimonial-slider-large,
.testimonial-slider-large .container-19,
.testimonial-slider-large .testimonial-slider-two,
.testimonial-slider-large .mask,
.testimonial-slider-large .w-slider-mask,
.testimonial-slider-large .w-slide,
.testimonial-slider-large .testimonial-slide {
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
}

.testimonial-slider-large {
  height: auto;
  max-height: none;
  padding: 0 0 58px;
}

.testimonial-slider-large .container-19,
.testimonial-slider-large .testimonial-slider-two,
.testimonial-slider-large .mask,
.testimonial-slider-large .w-slider-mask {
  height: clamp(560px, 55vw, 760px);
  min-height: 560px;
  max-height: none;
}

.testimonial-slider-large .w-slide {
  height: 100%;
  max-height: none;
  background-repeat: no-repeat;
  background-size: auto, cover;
}

.testimonial-slider-large .testimonial-slide {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: none;
  padding: 0;
  background-color: transparent;
}

.testimonial-slider-large .testimonial-content {
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  left: clamp(28px, 6vw, 92px);
  right: clamp(28px, 6vw, 92px);
  bottom: clamp(58px, 9vw, 118px);
  width: auto;
  max-width: min(560px, calc(100vw - 56px));
  margin: 0;
  padding: 0;
  transform: translate3d(0, 0, 0);
  overflow-wrap: break-word;
  word-break: normal;
}

.testimonial-slider-large .testimonial-quote,
.testimonial-slider-large .testimonial-author-name,
.testimonial-slider-large .text-block-15 {
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

.testimonial-slider-large .testimonial-info-two,
.testimonial-slider-large .div-block-5 {
  max-width: 100%;
  min-width: 0;
}

.testimonial-slider-large .testimonial-slider-nav {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding-top: 18px;
  text-align: center;
  position: static;
}

a,
.w-button,
.nav-link,
.nav-link-2,
.nav-link-3,
.dropdown-link,
.dropdown-link-2,
.dropdown-link-3,
.dropdown-link-4,
.footer-link-three,
.footer-link-three-3,
.footer-social-link-three,
.footer-social-link-three-3,
.items-wrapper,
.project-card,
.team-block,
.testimonial-card-two,
.gallery-image-2,
.image-wrapper img,
.w-input,
.w-select,
.contact-form,
.hero-form-input,
.footer-form-input,
.footer-form-input-3,
.shadow-two,
.shadow-two-6,
.shadow-two-7,
.shadow-two-8,
.shadow-two-9 {
  transition-property: color, background-color, border-color, box-shadow, opacity, transform;
  transition-duration: .32s;
  transition-timing-function: ease;
}

a.w-button:hover,
.button:hover,
.button-2:hover,
.button-3:hover,
.button-4:hover,
[class^="button-primary-"]:hover,
[class*=" button-primary-"]:hover,
.items-wrapper:hover,
.project-card:hover,
.team-block:hover,
.testimonial-card-two:hover {
  transform: translate3d(0, -2px, 0);
}

.footer-social-link-three:hover,
.footer-social-link-three-3:hover,
.gallery-image-2:hover,
.shadow-two:hover,
.shadow-two-6:hover,
.shadow-two-7:hover,
.shadow-two-8:hover,
.shadow-two-9:hover {
  opacity: .9;
}

.w-input:focus,
.w-select:focus,
.contact-form:focus,
.hero-form-input:focus,
.footer-form-input:focus,
.footer-form-input-3:focus {
  outline-color: var(--gold);
  box-shadow: 0 0 0 1px #bb934b55;
}

.vins-reveal {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition: opacity .84s cubic-bezier(.22, 1, .36, 1), transform .84s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}

.vins-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.vins-reveal-delay-1 {
  transition-delay: .08s;
}

.vins-reveal-delay-2 {
  transition-delay: .16s;
}

.vins-reveal-delay-3 {
  transition-delay: .24s;
}

@media screen and (max-width: 991px) {
  .testimonial-slider-large {
    padding-bottom: 52px;
  }

  .testimonial-slider-large .container-19,
  .testimonial-slider-large .testimonial-slider-two,
  .testimonial-slider-large .mask,
  .testimonial-slider-large .w-slider-mask {
    height: clamp(540px, 62vw, 680px);
    min-height: 540px;
  }

  .testimonial-slider-large .testimonial-slide {
    min-height: 100%;
  }

  .testimonial-slider-large .testimonial-content {
    left: clamp(24px, 5vw, 56px);
    right: clamp(24px, 5vw, 56px);
    bottom: clamp(48px, 8vw, 92px);
    max-width: min(520px, calc(100vw - 48px));
  }

  .testimonial-slider-large .testimonial-quote {
    font-size: clamp(26px, 3.8vw, 30px);
    line-height: 1.12;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-slider-large {
    padding-bottom: 48px;
  }

  .testimonial-slider-large .container-19,
  .testimonial-slider-large .mask,
  .testimonial-slider-large .w-slider-mask,
  .testimonial-slider-large .testimonial-slider-two {
    height: clamp(500px, 88vw, 620px);
    min-height: 500px;
  }

  .testimonial-slider-large .testimonial-slide {
    min-height: 100%;
  }

  .testimonial-slider-large .testimonial-content {
    left: max(20px, env(safe-area-inset-left));
    right: max(20px, env(safe-area-inset-right));
    bottom: 54px;
    max-width: calc(100vw - 40px);
  }

  .testimonial-slider-large .testimonial-quote {
    font-size: clamp(23px, 6.2vw, 29px);
    line-height: 1.12;
  }
}

@media screen and (max-width: 479px) {
  .testimonial-slider-large .container-19,
  .testimonial-slider-large .mask,
  .testimonial-slider-large .w-slider-mask,
  .testimonial-slider-large .testimonial-slider-two {
    height: clamp(470px, 118vw, 560px);
    min-height: 470px;
  }

  .testimonial-slider-large .testimonial-content {
    left: 18px;
    right: 18px;
    bottom: 48px;
    max-width: calc(100vw - 40px);
  }

  .testimonial-slider-large .testimonial-quote {
    font-size: clamp(21px, 7vw, 26px);
    line-height: 1.12;
  }

  .testimonial-slider-large .text-block-15 {
    padding-bottom: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }

  .vins-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* === VINS PHASE 14B: premium trust and shop polish === */
.vins-trust-strip {
  background: var(--black);
  border-bottom: 1px solid rgba(208, 178, 135, .14);
  border-top: 1px solid rgba(208, 178, 135, .18);
  padding: clamp(34px, 5vw, 70px) 30px;
}

.vins-trust-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1120px, 100%);
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.vins-trust-card {
  min-height: 132px;
  background: linear-gradient(180deg, rgba(208, 178, 135, .08), rgba(0, 0, 0, .24));
  border: 1px solid rgba(208, 178, 135, .28);
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 20px;
  display: flex;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .22);
}

.vins-trust-card strong {
  color: var(--gold);
  font-family: Agina, sans-serif;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 600;
  line-height: 1.05;
}

.vins-trust-card span {
  color: #f2ede3;
  font-family: Agina, sans-serif;
  font-size: 15px;
  line-height: 1.35;
}

.vins-trust-kicker {
  color: rgba(208, 178, 135, .72) !important;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px !important;
}

.vins-shop-trust-row {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 980px;
  margin: 18px auto 34px;
  display: flex;
}

.vins-shop-trust-row span,
.vins-product-badges span {
  color: var(--gold);
  background: rgba(208, 178, 135, .07);
  border: 1px solid rgba(208, 178, 135, .34);
  padding: 8px 12px;
  font-family: Agina, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.vins-product-badges {
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 14px 0 16px;
  display: flex;
}

.vins-product-cta {
  color: var(--gold);
  border: 1px solid rgba(208, 178, 135, .5);
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 10px 18px;
  font-family: Agina, sans-serif;
  text-decoration: none;
  transition: color .28s ease, border-color .28s ease, background-color .28s ease, transform .28s ease;
  display: inline-flex;
}

.vins-product-cta:hover {
  background: rgba(208, 178, 135, .1);
  border-color: rgba(208, 178, 135, .85);
  transform: translate3d(0, -2px, 0);
}

.vins-order-trust {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 30px;
  display: grid;
}

.vins-order-trust div {
  background: rgba(208, 178, 135, .06);
  border: 1px solid rgba(208, 178, 135, .28);
  padding: 16px 14px;
}

.vins-order-trust span {
  color: rgba(208, 178, 135, .72);
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Agina, sans-serif;
  font-size: 12px;
  display: block;
}

.vins-order-trust strong {
  color: var(--gainsboro);
  font-family: Agina, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.vins-contact-note {
  color: var(--gainsboro);
  border-left: 1px solid rgba(208, 178, 135, .5);
  margin: 0 0 22px;
  padding-left: 16px;
  font-family: Agina, sans-serif;
  font-size: 18px;
  line-height: 1.45;
}

@media screen and (max-width: 991px) {
  .vins-trust-grid,
  .vins-order-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vins-trust-strip {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media screen and (max-width: 767px) {
  .vins-trust-grid,
  .vins-order-trust {
    grid-template-columns: 1fr;
  }

  .vins-trust-card {
    min-height: auto;
    gap: 18px;
  }

  .vins-shop-trust-row {
    margin-bottom: 28px;
  }

  .vins-product-cta {
    width: 100%;
    max-width: 280px;
  }
}

@media screen and (max-width: 479px) {
  .vins-trust-strip {
    padding-top: 30px;
    padding-bottom: 36px;
  }

  .vins-shop-trust-row span,
  .vins-product-badges span {
    font-size: 13px;
  }

  .vins-contact-note {
    font-size: 16px;
  }
}

/* === VINS PHASE 15B: frontend-only mini-cart prototype === */
.navbar-no-shadow-2 {
  z-index: 1000;
  position: sticky;
  top: 0;
  box-shadow: 0 14px 35px rgba(0, 0, 0, .22);
}

.nav-link-3 {
  position: relative;
}

.nav-link-3:after {
  content: "";
  opacity: 0;
  background: var(--gold);
  height: 1px;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  transform: scaleX(.4);
  transition: opacity .24s ease, transform .24s ease;
}

.nav-link-3.w--current:after,
.nav-link-3:hover:after {
  opacity: 1;
  transform: scaleX(1);
}

.dropdown-list,
.dropdown-list-2,
.dropdown-list-3 {
  opacity: 0;
  transform: translate3d(0, 8px, 0);
  transition: opacity .22s ease, transform .22s ease;
}

.dropdown-list.w--open,
.dropdown-list-2.w--open,
.dropdown-list-3.w--open {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.dropdown-link-ru {
  color: var(--gold);
  text-align: center;
  letter-spacing: .04em;
  background-color: #414141;
  border: 1px solid rgba(208, 178, 135, .35);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  height: 30px;
  margin-top: 10px;
  padding: 6px 8px;
  font-family: Agina, Georgia, serif;
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
  transition: color .22s ease, border-color .22s ease, background-color .22s ease, transform .22s ease;
  display: flex;
}

.dropdown-link-ru:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(208, 178, 135, .75);
  transform: translateY(-1px);
}

.vins-lang-current {
  color: var(--gold);
  letter-spacing: .04em;
  background: rgba(208, 178, 135, .08);
  border: 1px solid rgba(208, 178, 135, .45);
  border-radius: 999px;
  padding: 7px 9px 5px;
  font-family: Agina, Georgia, serif;
  font-size: 11px;
  line-height: 1;
  display: inline-flex;
}

.vins-cart-trigger {
  color: var(--gold);
  background: rgba(208, 178, 135, .08);
  border: 1px solid rgba(208, 178, 135, .38);
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  margin-left: 18px;
  padding: 8px 14px;
  font-family: Agina, sans-serif;
  font-size: 15px;
  line-height: 1;
  display: inline-flex;
  cursor: pointer;
}

.vins-cart-trigger svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 18px;
  height: 18px;
}

.vins-cart-trigger span {
  display: inline-flex;
}

.vins-cart-trigger .vins-cart-count {
  color: var(--black);
  background: var(--gold);
  border-radius: 999px;
  min-width: 22px;
  padding: 4px 7px;
  font-size: 13px;
  text-align: center;
}

.vins-cart-actions {
  justify-content: center;
  align-items: end;
  gap: 10px;
  margin-top: 16px;
  display: flex;
}

.vins-cart-actions-product {
  justify-content: flex-start;
  margin-top: 18px;
}

.vins-cart-qty-label {
  color: rgba(242, 237, 227, .78);
  flex-direction: column;
  gap: 6px;
  font-family: Agina, sans-serif;
  font-size: 13px;
  display: flex;
}

.vins-cart-qty-input {
  color: var(--gainsboro);
  background: rgba(0, 0, 0, .35);
  border: 1px solid rgba(208, 178, 135, .35);
  width: 82px;
  min-height: 42px;
  padding: 8px 10px;
  font-family: Agina, sans-serif;
}

.vins-add-to-cart,
.vins-cart-primary,
.vins-cart-secondary,
.vins-cart-back {
  border: 1px solid rgba(208, 178, 135, .55);
  min-height: 42px;
  padding: 10px 16px;
  font-family: Agina, sans-serif;
  transition: background-color .24s ease, border-color .24s ease, transform .24s ease;
  cursor: pointer;
}

.vins-add-to-cart,
.vins-cart-primary {
  color: var(--black);
  background: var(--gold);
}

.vins-cart-secondary,
.vins-cart-back {
  color: var(--gold);
  background: transparent;
}

.vins-add-to-cart:hover,
.vins-cart-primary:hover,
.vins-cart-secondary:hover,
.vins-cart-back:hover {
  border-color: rgba(208, 178, 135, .9);
  transform: translate3d(0, -2px, 0);
}

.vins-cart-primary:disabled {
  opacity: .45;
  cursor: not-allowed;
  transform: none;
}

.vins-cart-shell {
  z-index: 9999;
  pointer-events: none;
  position: fixed;
  inset: 0;
}

.vins-cart-overlay {
  opacity: 0;
  background: rgba(0, 0, 0, .66);
  position: absolute;
  inset: 0;
  transition: opacity .25s ease;
}

.vins-cart-drawer {
  color: var(--gainsboro);
  background: #070707;
  border-left: 1px solid rgba(208, 178, 135, .28);
  width: min(460px, 100vw);
  height: 100%;
  margin-left: auto;
  padding: 26px;
  overflow-y: auto;
  transform: translate3d(100%, 0, 0);
  transition: transform .28s ease;
  box-shadow: -24px 0 70px rgba(0, 0, 0, .5);
}

.vins-cart-open .vins-cart-shell {
  pointer-events: auto;
}

.vins-cart-open .vins-cart-overlay {
  opacity: 1;
}

.vins-cart-open .vins-cart-drawer {
  transform: translate3d(0, 0, 0);
}

.vins-cart-head {
  border-bottom: 1px solid rgba(208, 178, 135, .22);
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  display: flex;
}

.vins-cart-head span,
.vins-cart-confirmation span {
  color: rgba(208, 178, 135, .72);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Agina, sans-serif;
  font-size: 12px;
}

.vins-cart-head h2,
.vins-checkout-form h3,
.vins-cart-confirmation h3 {
  color: var(--gold);
  margin: 6px 0 0;
  font-family: Agina, sans-serif;
  font-size: 30px;
  line-height: 1.1;
}

.vins-cart-close {
  color: var(--gold);
  background: transparent;
  border: 1px solid rgba(208, 178, 135, .35);
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.vins-cart-items {
  grid-row-gap: 12px;
  display: grid;
}

.vins-cart-empty,
.vins-cart-item {
  background: rgba(208, 178, 135, .06);
  border: 1px solid rgba(208, 178, 135, .2);
  padding: 16px;
}

.vins-cart-item {
  grid-row-gap: 14px;
  display: grid;
}

.vins-cart-item strong {
  color: var(--gainsboro);
  font-family: Agina, sans-serif;
  line-height: 1.25;
}

.vins-cart-item span,
.vins-cart-note {
  color: rgba(242, 237, 227, .72);
  font-family: Agina, sans-serif;
  font-size: 14px;
}

.vins-cart-item-controls {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  display: flex;
}

.vins-cart-item-controls button,
.vins-cart-item-controls input {
  color: var(--gainsboro);
  background: rgba(0, 0, 0, .3);
  border: 1px solid rgba(208, 178, 135, .28);
  min-height: 34px;
  padding: 6px 10px;
  font-family: Agina, sans-serif;
}

.vins-cart-item-controls input {
  width: 64px;
}

.vins-cart-summary {
  grid-row-gap: 10px;
  border-top: 1px solid rgba(208, 178, 135, .2);
  border-bottom: 1px solid rgba(208, 178, 135, .2);
  margin: 20px 0;
  padding: 16px 0;
  display: grid;
}

.vins-cart-summary div {
  justify-content: space-between;
  gap: 18px;
  display: flex;
}

.vins-cart-summary span {
  color: rgba(242, 237, 227, .7);
  font-family: Agina, sans-serif;
}

.vins-cart-summary strong {
  color: var(--gainsboro);
  text-align: right;
  font-family: Agina, sans-serif;
}

.vins-cart-total strong {
  color: var(--gold);
  font-size: 20px;
}

.vins-cart-actions-row {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  display: grid;
}

.vins-checkout-form {
  grid-row-gap: 14px;
  display: grid;
}

.vins-checkout-form[hidden],
.vins-cart-view[hidden],
.vins-company-fields[hidden],
.vins-bank-note[hidden],
.vins-checkout-confirmation[hidden] {
  display: none !important;
}

.vins-checkout-form label {
  color: rgba(242, 237, 227, .82);
  grid-row-gap: 6px;
  font-family: Agina, sans-serif;
  font-size: 14px;
  display: grid;
}

.vins-checkout-form input,
.vins-checkout-form select,
.vins-checkout-form textarea {
  color: var(--gainsboro);
  background: rgba(0, 0, 0, .35);
  border: 1px solid rgba(208, 178, 135, .28);
  border-radius: 0;
  min-height: 42px;
  padding: 10px 12px;
  font-family: Agina, sans-serif;
}

.vins-checkout-form textarea {
  resize: vertical;
}

.vins-checkout-radio {
  gap: 14px;
  display: flex;
}

.vins-company-fields {
  grid-row-gap: 12px;
  display: grid;
}

.vins-cart-confirmation p {
  color: rgba(242, 237, 227, .8);
  font-family: Agina, sans-serif;
  line-height: 1.5;
}

.vins-checkout-page {
  background: var(--black);
  min-height: 100vh;
  padding: clamp(48px, 7vw, 90px) 24px;
}

.vins-checkout-hero {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 36px;
}

.vins-checkout-hero p {
  color: var(--gainsboro);
  font-family: Agina, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.vins-checkout-layout {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 28px;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
}

.vins-checkout-page-form,
.vins-checkout-side,
.vins-checkout-confirmation {
  background: linear-gradient(180deg, rgba(208, 178, 135, .07), rgba(0, 0, 0, .18));
  border: 1px solid rgba(208, 178, 135, .25);
  padding: clamp(22px, 3vw, 34px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .24);
}

.vins-checkout-page-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vins-checkout-page-form h3,
.vins-checkout-page-form .vins-cart-back,
.vins-checkout-page-form .vins-checkout-radio,
.vins-checkout-page-form .vins-company-fields,
.vins-checkout-page-form .vins-bank-note,
.vins-checkout-page-form label:has(textarea),
.vins-checkout-page-form button[type="submit"] {
  grid-column: 1 / -1;
}

.vins-checkout-side {
  align-self: start;
  position: sticky;
  top: 120px;
}

.vins-checkout-side h2,
.vins-checkout-confirmation h2 {
  color: var(--gold);
  margin-top: 0;
  font-family: Agina, sans-serif;
}

.vins-bank-note,
.vins-checkout-confirmation p {
  color: rgba(242, 237, 227, .8);
  border-left: 1px solid rgba(208, 178, 135, .5);
  margin: 0;
  padding-left: 14px;
  font-family: Agina, sans-serif;
  line-height: 1.5;
}

.vins-checkout-status {
  color: var(--gainsboro);
  background: rgba(208, 178, 135, .08);
  border: 1px solid rgba(208, 178, 135, .32);
  padding: 12px 14px;
  font-family: Agina, sans-serif;
  line-height: 1.45;
}

.vins-checkout-status.is-error {
  color: #f7d7d7;
  border-color: rgba(210, 78, 78, .45);
  background: rgba(116, 20, 20, .24);
}

.vins-checkout-confirmation {
  grid-column: 1 / -1;
  max-width: 760px;
  margin: 0 auto;
}

.items-wrapper {
  height: 100%;
}

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

@media screen and (max-width: 991px) {
  .vins-cart-trigger {
    margin-left: auto;
    margin-right: 12px;
  }

  .vins-checkout-layout {
    grid-template-columns: 1fr;
  }

  .vins-checkout-side {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .vins-cart-actions,
  .vins-cart-actions-product,
  .vins-cart-actions-row {
    grid-template-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .vins-cart-qty-input,
  .vins-add-to-cart,
  .vins-cart-primary,
  .vins-cart-secondary {
    width: 100%;
  }

  .vins-cart-drawer {
    padding: 22px 18px;
  }

  .vins-checkout-radio {
    flex-direction: column;
    gap: 8px;
  }

  .vins-cart-trigger-label {
    display: none !important;
  }

  .vins-checkout-page-form {
    grid-template-columns: 1fr;
  }
}

/* VINS PHASE 21A PREMIUM POLISH */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: var(--black);
}

.navbar-no-shadow-2,
.navbar-no-shadow-container-2,
.navbar-no-shadow-container-3 {
  z-index: 999;
}

.navbar-no-shadow-container-2,
.navbar-no-shadow-container-3 {
  position: sticky;
  top: 0;
  background: rgba(0, 0, 0, .92);
  border-bottom: 1px solid rgba(208, 178, 135, .16);
  box-shadow: 0 14px 44px rgba(0, 0, 0, .24);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.navbar-wrapper-2 {
  gap: clamp(14px, 2vw, 34px);
}

.image-24 {
  transition: opacity .28s ease, transform .28s ease, filter .28s ease;
}

.navbar-brand-2:hover .image-24 {
  opacity: .92;
  transform: translate3d(0, -1px, 0);
  filter: drop-shadow(0 0 16px rgba(208, 178, 135, .16));
}

.nav-link-3,
.footer-link-three,
.footer-link-three-3,
.dropdown-link,
.dropdown-link-2,
.dropdown-link-3,
.dropdown-link-4,
.dropdown-link-5,
.dropdown-link-6,
.dropdown-link-ru {
  position: relative;
  text-decoration: none;
  text-underline-offset: 4px;
}

.nav-link-3::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -8px;
  height: 1px;
  background: linear-gradient(90deg, rgba(208, 178, 135, 0), rgba(208, 178, 135, .95), rgba(208, 178, 135, 0));
  opacity: 0;
  transition: left .28s ease, right .28s ease, opacity .28s ease;
}

.nav-link-3:hover::after,
.nav-link-3.w--current::after {
  left: 12%;
  right: 12%;
  opacity: 1;
}

.nav-link-3.w--current {
  color: var(--gold);
}

.w-dropdown-toggle {
  border-radius: 999px;
  transition: background-color .26s ease, border-color .26s ease, transform .26s ease;
}

.w-dropdown-toggle:hover {
  background-color: rgba(208, 178, 135, .08);
  transform: translate3d(0, -1px, 0);
}

.dropdown-list,
.dropdown-list-2,
.dropdown-list-3 {
  border: 1px solid rgba(208, 178, 135, .24);
  background: rgba(6, 6, 6, .96);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .34);
  transform: translate3d(0, 8px, 0);
  opacity: 0;
  visibility: hidden;
  transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
}

.dropdown-list.w--open,
.dropdown-list-2.w--open,
.dropdown-list-3.w--open {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

a:focus-visible,
button:focus-visible,
.w-button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.w-dropdown-toggle:focus-visible {
  outline: 2px solid rgba(208, 178, 135, .78);
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(208, 178, 135, .14);
}

.section-tittle,
.page-title,
.sale-tittle,
.centered-heading-2,
.centered-heading-6,
.heading-7,
.heading-12,
.heading-14,
.heading-15,
.heading-16,
.heading-18,
.heading-19,
.heading-21,
.heading-23,
.heading-29,
.heading-30 {
  text-wrap: balance;
  overflow-wrap: break-word;
}

p,
.margin-bottom-24px-2,
.margin-bottom-24px-6,
.margin-bottom-24px-8,
.margin-bottom-24px-13,
.margin-bottom-24px-18,
.margin-bottom-24px-24,
.team-member-text,
.text-block-24 {
  overflow-wrap: break-word;
}

.section,
.hero-heading-center-2,
.hero-heading-center-3,
.hero-heading-left-3,
.hero-heading-right-5,
.hero-stack-11,
.team-slider,
.gallery-slider,
.features-metrics {
  position: relative;
}

.section::before,
.hero-heading-center-2::before,
.hero-heading-center-3::before,
.hero-heading-left-3::before,
.hero-heading-right-5::before,
.hero-stack-11::before,
.team-slider::before,
.gallery-slider::before,
.features-metrics::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(24px, 7vw, 112px);
  right: clamp(24px, 7vw, 112px);
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(208, 178, 135, .16), transparent);
}

.testimonial-slider-large {
  isolation: isolate;
}

.testimonial-slider-large .container-19,
.testimonial-slider-large .testimonial-slider-two,
.testimonial-slider-large .mask,
.testimonial-slider-large .w-slider-mask,
.testimonial-slider-large .w-slide,
.testimonial-slider-large .testimonial-slide {
  width: 100%;
  max-width: 100%;
}

.testimonial-slider-large .w-slide {
  background-size: auto, cover !important;
  background-repeat: no-repeat !important;
}

.testimonial-slider-large .testimonial-content {
  left: clamp(30px, 7vw, 104px);
  right: clamp(30px, 7vw, 104px);
  bottom: clamp(62px, 8vw, 116px);
  max-width: min(620px, calc(100vw - 60px));
  padding: clamp(10px, 1vw, 16px) 0;
}

.testimonial-slider-large .testimonial-quote {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .74);
}

.testimonial-slider-large .testimonial-author-name,
.testimonial-slider-large .text-block-15 {
  text-shadow: 0 2px 14px rgba(0, 0, 0, .68);
}

.testimonial-slider-large .testimonial-slider-nav {
  padding-left: 20px;
  padding-right: 20px;
}

.items-wrapper,
.vins-trust-card,
.vins-checkout-page-form,
.vins-checkout-side,
.vins-checkout-confirmation,
.vins-cart-drawer,
.vins-cart-item,
.vins-shop-trust-row,
.testimonial-card-two {
  border-radius: 8px;
}

.items-wrapper,
.vins-trust-card,
.vins-checkout-page-form,
.vins-checkout-side,
.vins-checkout-confirmation,
.testimonial-card-two {
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease, background-color .3s ease;
}

.items-wrapper:hover,
.vins-trust-card:hover,
.testimonial-card-two:hover {
  border-color: rgba(208, 178, 135, .38);
  box-shadow: 0 22px 64px rgba(0, 0, 0, .3), 0 0 0 1px rgba(208, 178, 135, .08);
}

.items-wrapper {
  background: linear-gradient(180deg, rgba(208, 178, 135, .055), rgba(0, 0, 0, .12));
  border: 1px solid rgba(208, 178, 135, .16);
  overflow: hidden;
}

.items-content {
  width: 100%;
  min-height: 100%;
  padding-bottom: 4px;
}

.vins-product-badges,
.vins-shop-trust-row {
  justify-content: center;
}

.vins-product-cta,
.vins-add-to-cart,
.vins-cart-primary,
.vins-cart-secondary,
.vins-cart-back,
.button,
.button-2,
.button-3,
.button-4,
[class^="button-primary-"],
[class*=" button-primary-"] {
  border-radius: 4px;
  letter-spacing: .04em;
}

.vins-product-cta:hover,
.vins-add-to-cart:hover,
.vins-cart-primary:hover,
.vins-cart-secondary:hover,
.vins-cart-back:hover {
  box-shadow: 0 12px 32px rgba(208, 178, 135, .16);
}

.vins-cart-trigger {
  box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
}

.vins-cart-trigger:hover {
  border-color: rgba(208, 178, 135, .52);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .28), 0 0 0 1px rgba(208, 178, 135, .12);
}

.vins-cart-open .vins-cart-trigger,
.vins-cart-trigger.is-active {
  color: var(--black);
  background: var(--gold);
}

.vins-checkout-page {
  background:
    radial-gradient(circle at 50% 0%, rgba(208, 178, 135, .08), transparent 34%),
    var(--black);
}

.vins-checkout-page-form input,
.vins-checkout-page-form select,
.vins-checkout-page-form textarea,
.contact-form,
.text-field-3,
.footer-subscribe,
.hero-form-input,
.footer-form-input,
.footer-form-input-3 {
  transition: border-color .24s ease, box-shadow .24s ease, background-color .24s ease;
}

.vins-checkout-page-form input:focus,
.vins-checkout-page-form select:focus,
.vins-checkout-page-form textarea:focus,
.contact-form:focus,
.text-field-3:focus,
.footer-subscribe:focus,
.hero-form-input:focus,
.footer-form-input:focus,
.footer-form-input-3:focus {
  border-color: rgba(208, 178, 135, .64);
  background-color: rgba(0, 0, 0, .48);
}

.footer-wrapper-three,
.footer-wrapper-three-3 {
  gap: clamp(18px, 4vw, 48px);
}

.footer-link-three:hover,
.footer-link-three-3:hover {
  color: var(--gold);
}

@media screen and (max-width: 991px) {
  .navbar-wrapper-2 {
    gap: 12px;
  }

  .menu-button-2,
  .menu-button-3 {
    border: 1px solid rgba(208, 178, 135, .24);
    background: rgba(208, 178, 135, .06);
  }

  .nav-menu-wrapper-2 {
    background: rgba(0, 0, 0, .98);
    border-top: 1px solid rgba(208, 178, 135, .18);
  }

  .nav-link-3::after {
    display: none;
  }

  .testimonial-slider-large .testimonial-content {
    left: clamp(24px, 5vw, 64px);
    right: clamp(24px, 5vw, 64px);
    max-width: min(560px, calc(100vw - 48px));
  }

  .testimonial-slider-large .testimonial-quote {
    font-size: clamp(24px, 4vw, 32px);
  }
}

@media screen and (max-width: 767px) {
  .navbar-no-shadow-container-2,
  .navbar-no-shadow-container-3 {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .image-24 {
    max-width: min(190px, 48vw);
    height: auto;
  }

  .vins-cart-trigger {
    min-width: 42px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-tittle,
  .page-title,
  .sale-tittle,
  .centered-heading-2,
  .centered-heading-6 {
    font-size: clamp(30px, 9vw, 44px);
    line-height: 1.08;
  }

  .testimonial-slider-large .container-19,
  .testimonial-slider-large .testimonial-slider-two,
  .testimonial-slider-large .mask,
  .testimonial-slider-large .w-slider-mask {
    height: clamp(480px, 112vw, 620px);
    min-height: 480px;
  }

  .testimonial-slider-large .testimonial-content {
    left: 20px;
    right: 20px;
    bottom: 52px;
    max-width: calc(100vw - 40px);
  }

  .testimonial-slider-large .testimonial-quote {
    font-size: clamp(21px, 6vw, 28px);
    line-height: 1.12;
  }

  .testimonial-slider-large .testimonial-author-name,
  .testimonial-slider-large .text-block-15 {
    font-size: clamp(14px, 4vw, 17px);
    line-height: 1.22;
  }

  .vins-shop-trust-row,
  .vins-product-badges {
    justify-content: flex-start;
  }

  .vins-checkout-page {
    padding-left: 18px;
    padding-right: 18px;
  }

  .vins-checkout-page-form,
  .vins-checkout-side,
  .vins-checkout-confirmation {
    padding: 20px 16px;
  }

  .footer-wrapper-three,
  .footer-wrapper-three-3 {
    text-align: center;
  }
}

@media screen and (max-width: 390px) {
  .testimonial-slider-large .testimonial-content {
    left: 16px;
    right: 16px;
    max-width: calc(100vw - 32px);
  }

  .testimonial-slider-large .testimonial-quote {
    font-size: clamp(20px, 6.3vw, 25px);
  }

  .vins-cart-drawer {
    width: min(100vw, 390px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html,
  body {
    scroll-behavior: auto;
  }

  .navbar-brand-2:hover .image-24,
  .w-dropdown-toggle:hover,
  .items-wrapper:hover,
  .vins-trust-card:hover,
  .testimonial-card-two:hover,
  .vins-product-cta:hover,
  .vins-add-to-cart:hover,
  .vins-cart-primary:hover,
  .vins-cart-secondary:hover,
  .vins-cart-back:hover {
    transform: none !important;
  }
}

/* VINS PHASE 21B VISUAL QA BUGFIXES */
.testimonial-slider-large .w-slide {
  background-size: cover !important;
  background-position: center center !important;
}

.testimonial-slider-large .testimonial-content {
  min-width: 0;
  width: auto;
  max-width: min(620px, calc(100% - 60px));
}

.testimonial-slider-large .testimonial-quote,
.testimonial-slider-large .testimonial-author-name,
.testimonial-slider-large .text-block-15 {
  min-width: 0;
  white-space: normal;
}

.vins-cart-drawer,
.vins-cart-panel,
.vins-checkout-page,
.vins-checkout-page * {
  box-sizing: border-box;
}

.vins-cart-drawer {
  max-width: 100vw;
}

@media screen and (max-width: 991px) {
  .navbar-wrapper-2,
  .nav-menu-wrapper-2 {
    min-width: 0;
    max-width: 100%;
  }

  .dropdown-list,
  .dropdown-list-2,
  .dropdown-list-3 {
    left: auto;
    right: 0;
    max-width: min(220px, calc(100vw - 28px));
  }

  .hero-wrapper-9 {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .hero-split-9 {
    min-width: 0 !important;
  }

  .shadow-two-9 {
    min-width: 0 !important;
    max-width: 100%;
  }

  .testimonial-slider-large .testimonial-content {
    max-width: min(560px, calc(100% - 48px));
  }
}

@media screen and (max-width: 767px) {
  .hero-wrapper-9 {
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
    margin-bottom: 0;
  }

  .hero-split-9 {
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 24px;
  }

  .shadow-two-9 {
    width: 100%;
    height: auto;
    margin-left: 0 !important;
  }

  .testimonial-slider-large .testimonial-content {
    left: 20px;
    right: 20px;
    max-width: calc(100% - 40px);
  }

  .vins-cart-trigger {
    max-width: calc(100vw - 32px);
  }

  .vins-checkout-page-form input,
  .vins-checkout-page-form select,
  .vins-checkout-page-form textarea,
  .contact-form,
  .text-field-3,
  .footer-subscribe,
  .hero-form-input,
  .footer-form-input,
  .footer-form-input-3 {
    max-width: 100%;
  }
}

@media screen and (max-width: 390px) {
  .testimonial-slider-large .testimonial-content {
    left: 16px;
    right: 16px;
    max-width: calc(100% - 32px);
  }

  .dropdown-list,
  .dropdown-list-2,
  .dropdown-list-3 {
    max-width: calc(100vw - 20px);
  }
}

/* VINS PHASE 23A PREMIUM ECOMMERCE POLISH */
:root {
  --vins-fixed-header-height: 94px;
}

html {
  scroll-padding-top: calc(var(--vins-fixed-header-height) + 18px);
}

body {
  padding-top: var(--vins-fixed-header-height);
}

.navbar-no-shadow-container-2,
.navbar-no-shadow-container-3 {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, .94);
  border-bottom: 1px solid rgba(208, 178, 135, .18);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .34);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.navbar-wrapper-2 {
  min-height: var(--vins-fixed-header-height);
}

.navbar-brand-2 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.navbar-brand-2::after {
  content: "";
  display: block;
  width: 34px;
  height: 46px;
  flex: 0 0 auto;
  border: 1px solid rgba(208, 178, 135, .34);
  border-radius: 5px;
  background-image: url("../images/iwscmedal.png");
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 18px rgba(208, 178, 135, .18);
  opacity: .92;
}

.testimonial-slider-large .testimonial-slider-arrow {
  display: flex !important;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(208, 178, 135, .34);
  border-radius: 999px;
  background: rgba(0, 0, 0, .48);
  color: var(--gold);
  text-shadow: none;
  opacity: .86;
  transition: opacity .24s ease, transform .24s ease, border-color .24s ease, background-color .24s ease;
}

.testimonial-slider-large .testimonial-slider-arrow:hover,
.testimonial-slider-large .testimonial-slider-arrow:focus-visible {
  opacity: 1;
  border-color: rgba(208, 178, 135, .72);
  background: rgba(0, 0, 0, .68);
  transform: scale(1.04);
}

.testimonial-slider-large .w-icon-slider-left,
.testimonial-slider-large .w-icon-slider-right {
  color: var(--gold);
  font-size: 20px;
}

.testimonial-slider-large .testimonial-content {
  box-sizing: border-box;
  width: min(620px, calc(100% - 72px));
  max-width: min(620px, calc(100% - 72px));
}

.testimonial-slider-large .testimonial-quote {
  overflow-wrap: break-word;
  hyphens: auto;
}

.vins-country-placeholder {
  display: inline-flex;
  width: 166px;
  height: 166px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(208, 178, 135, .38);
  border-radius: 999px;
  background: radial-gradient(circle at 35% 25%, rgba(208, 178, 135, .18), rgba(0, 0, 0, .72) 64%);
  color: var(--gold);
  font-family: Agina, Georgia, serif;
  font-size: 38px;
  letter-spacing: 0;
  box-shadow: inset 0 0 24px rgba(208, 178, 135, .08);
}

.vins-family-acrostic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: min(520px, 100%);
  margin-top: 22px;
}

.vins-family-acrostic span {
  display: flex;
  align-items: baseline;
  gap: 2px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(208, 178, 135, .24);
  border-radius: 6px;
  background: rgba(0, 0, 0, .24);
  color: rgba(255, 255, 255, .82);
  white-space: nowrap;
}

.vins-family-acrostic strong {
  color: var(--gold);
  font-size: 1.22em;
  font-weight: 600;
}

.vins-legacy-order-copy,
.vins-legacy-order-form {
  display: none !important;
}

.vins-cart-actions-product {
  display: flex !important;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.vins-cart-actions-product [data-vins-qty] {
  width: 92px;
  min-height: 48px;
}

.vins-cart-actions-product .vins-add-to-cart {
  min-height: 48px;
}

.vins-product-gallery-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.vins-product-gallery-thumb {
  width: 70px;
  height: 70px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(208, 178, 135, .28);
  border-radius: 7px;
  background: rgba(0, 0, 0, .46);
  cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, opacity .22s ease;
}

.vins-product-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vins-product-gallery-thumb:hover,
.vins-product-gallery-thumb:focus-visible,
.vins-product-gallery-thumb.is-active {
  border-color: rgba(208, 178, 135, .78);
  transform: translateY(-1px);
  opacity: .96;
}

.vins-price-stack {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.vins-price-old {
  color: rgba(255, 255, 255, .48);
  text-decoration: line-through;
}

.vins-discount-label,
.vins-cart-line-saving {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(208, 178, 135, .36);
  border-radius: 999px;
  padding: 3px 8px;
  color: var(--gold);
  background: rgba(208, 178, 135, .08);
  font-size: 12px;
  line-height: 1.2;
}

.vins-map-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(208, 178, 135, .22);
  border-radius: 8px;
  background: rgba(0, 0, 0, .5);
}

.vins-map-iframe {
  display: block;
  width: 100%;
  min-height: 520px;
  border: 0;
  filter: grayscale(.18) contrast(1.02) brightness(.9);
}

.vins-map-link {
  position: absolute;
  right: 18px;
  bottom: 18px;
  border: 1px solid rgba(208, 178, 135, .42);
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(0, 0, 0, .72);
  color: var(--gold);
  text-decoration: none;
  transition: background-color .22s ease, border-color .22s ease, transform .22s ease;
}

.vins-map-link:hover,
.vins-map-link:focus-visible {
  border-color: rgba(208, 178, 135, .76);
  background: rgba(0, 0, 0, .88);
  transform: translateY(-1px);
}

.footer-subscribe-2 {
  border-top: 1px solid rgba(208, 178, 135, .18);
  background: radial-gradient(circle at 50% 0%, rgba(208, 178, 135, .07), rgba(0, 0, 0, 0) 42%), #030303;
}

.footer-wrapper-three,
.footer-wrapper-three-3,
.footer-form-two {
  border-color: rgba(208, 178, 135, .18);
}

.footer-link-three,
.footer-link-three-3,
.footer-social-link-three {
  transition: color .22s ease, opacity .22s ease, transform .22s ease;
}

.footer-link-three:hover,
.footer-link-three-3:hover,
.footer-social-link-three:hover {
  color: var(--gold);
  opacity: 1;
  transform: translateY(-1px);
}

@media screen and (max-width: 991px) {
  :root {
    --vins-fixed-header-height: 82px;
  }

  .navbar-brand-2::after {
    width: 26px;
    height: 35px;
  }

  .testimonial-slider-large .testimonial-slider-arrow {
    width: 38px;
    height: 38px;
  }

  .vins-country-placeholder {
    width: 128px;
    height: 128px;
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --vins-fixed-header-height: 76px;
  }

  .navbar-brand-2::after {
    display: none;
  }

  .testimonial-slider-large .testimonial-content {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }

  .testimonial-slider-large .testimonial-slider-arrow {
    width: 34px;
    height: 34px;
  }

  .vins-family-acrostic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vins-cart-actions-product {
    align-items: stretch;
  }

  .vins-cart-actions-product [data-vins-qty],
  .vins-cart-actions-product .vins-add-to-cart {
    width: 100%;
  }

  .vins-map-iframe {
    min-height: 380px;
  }

  .vins-map-link {
    left: 14px;
    right: 14px;
    text-align: center;
  }
}

@media screen and (max-width: 390px) {
  .vins-family-acrostic {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-slider-large .testimonial-slider-arrow,
  .vins-product-gallery-thumb,
  .vins-map-link,
  .footer-link-three,
  .footer-link-three-3,
  .footer-social-link-three {
    transition-duration: .001ms !important;
    transform: none !important;
  }
}

/* VINS PHASE 23B TARGETED UI BUGFIXES */
.items-content {
  box-sizing: border-box;
  width: 100%;
  padding-left: clamp(14px, 2vw, 22px);
  padding-right: clamp(14px, 2vw, 22px);
}

.items-content .item-tittle {
  display: block;
  max-width: 100%;
  overflow-wrap: break-word;
  line-height: 1.18;
}

.items-content .vins-cart-actions {
  display: grid;
  grid-template-columns: 96px minmax(158px, auto);
  align-items: end;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.items-content .vins-cart-qty-label {
  width: 96px;
}

.items-content .vins-cart-qty-input {
  width: 100%;
  min-height: 44px;
}

.items-content .vins-add-to-cart {
  min-height: 44px;
  align-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vins-cart-actions-product {
  display: grid !important;
  grid-template-columns: 96px minmax(170px, auto);
  align-items: end;
  justify-content: flex-start;
  gap: 12px;
}

.vins-cart-actions-product .vins-cart-qty-label {
  width: 96px;
}

.vins-cart-actions-product [data-vins-qty] {
  width: 100%;
  min-height: 48px;
}

.vins-cart-actions-product .vins-add-to-cart {
  min-height: 48px;
  align-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.div-block-7:has(.vins-legacy-order-form) {
  min-height: 0 !important;
  margin-top: clamp(22px, 3vw, 42px);
  margin-bottom: 0 !important;
  padding-bottom: clamp(26px, 4vw, 54px);
  border: 0 !important;
  background: transparent !important;
}

.div-block-7:has(.vins-legacy-order-form) .vins-order-trust {
  margin-bottom: 0;
}

.navbar-brand-2::after {
  width: 46px;
  height: 58px;
  border: 0;
  border-radius: 0;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: none;
  opacity: .96;
}

.testimonial-slider-large .w-slider-arrow-left {
  left: clamp(22px, 3.8vw, 58px) !important;
}

.testimonial-slider-large .w-slider-arrow-right {
  right: clamp(22px, 3.8vw, 58px) !important;
}

.testimonial-slider-large .testimonial-content {
  left: clamp(48px, 6vw, 92px) !important;
  right: clamp(24px, 6vw, 92px) !important;
  width: min(620px, calc(100% - 112px));
  max-width: min(620px, calc(100% - 112px));
  transform: none !important;
}

.testimonial-slider-large .testimonial-quote {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.container-55 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 28px);
  flex-wrap: wrap;
}

.container-55 .image-37,
.container-55 .image-38,
.container-55 .vins-country-placeholder {
  width: clamp(116px, 10vw, 156px);
  height: clamp(116px, 10vw, 156px);
  max-width: 156px;
  max-height: 156px;
  border-radius: 999px;
  object-fit: cover;
}

.container-55 .vins-country-placeholder {
  font-size: clamp(28px, 3vw, 38px);
  transition: transform .22s ease, border-color .22s ease, opacity .22s ease;
}

.container-55 .w-inline-block:hover .image-37,
.container-55 .w-inline-block:hover .image-38,
.container-55 .vins-country-placeholder:hover {
  transform: translateY(-2px);
  opacity: .96;
}

.map-wrapper.vins-map-wrapper {
  height: auto;
  min-height: 0;
  margin-bottom: 0;
  padding: 0;
  background: rgba(0, 0, 0, .46);
}

.vins-map-iframe {
  min-height: 430px;
  height: clamp(360px, 38vw, 500px);
}

.vins-map-link {
  right: 16px;
  bottom: 16px;
  padding: 9px 14px;
  font-size: 14px;
  line-height: 1.2;
}

.button-2.contact {
  width: auto;
  min-width: 168px;
  max-width: 100%;
  padding: 13px 28px;
  line-height: 1.25;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.button-2.contact:hover,
.button-2.contact:focus-visible {
  border-color: rgba(208, 178, 135, .7);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
}

@media screen and (max-width: 991px) {
  .navbar-brand-2::after {
    width: 34px;
    height: 44px;
  }

  .testimonial-slider-large .w-slider-arrow-left {
    left: 18px !important;
  }

  .testimonial-slider-large .w-slider-arrow-right {
    right: 18px !important;
  }

  .testimonial-slider-large .testimonial-content {
    left: 34px !important;
    right: 34px !important;
    width: calc(100% - 68px);
    max-width: min(560px, calc(100% - 68px));
  }
}

@media screen and (max-width: 767px) {
  .items-content .vins-cart-actions,
  .vins-cart-actions-product {
    grid-template-columns: 1fr;
    align-items: stretch;
    justify-content: stretch;
  }

  .items-content .vins-cart-qty-label,
  .vins-cart-actions-product .vins-cart-qty-label,
  .items-content .vins-add-to-cart,
  .vins-cart-actions-product .vins-add-to-cart {
    width: 100%;
  }

  .testimonial-slider-large .w-slider-arrow-left {
    left: 10px !important;
  }

  .testimonial-slider-large .w-slider-arrow-right {
    right: 10px !important;
  }

  .testimonial-slider-large .testimonial-content {
    left: 22px !important;
    right: 22px !important;
    bottom: 58px;
    width: calc(100% - 44px);
    max-width: calc(100% - 44px);
  }

  .testimonial-slider-large .testimonial-quote {
    font-size: clamp(19px, 5.6vw, 25px);
    line-height: 1.12;
  }

  .container-55 .image-37,
  .container-55 .image-38,
  .container-55 .vins-country-placeholder {
    width: clamp(96px, 28vw, 128px);
    height: clamp(96px, 28vw, 128px);
  }

  .vins-map-iframe {
    min-height: 320px;
    height: 360px;
  }

  .vins-map-link {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .button-2.contact {
    min-width: 150px;
    padding: 12px 22px;
  }
}

@media screen and (max-width: 390px) {
  .testimonial-slider-large .testimonial-content {
    left: 18px !important;
    right: 18px !important;
    width: calc(100% - 36px);
    max-width: calc(100% - 36px);
  }

  .testimonial-slider-large .testimonial-quote {
    font-size: clamp(18px, 5.4vw, 22px);
  }
}

/* VINS PHASE 23C TARGETED VISUAL FIXES */
.items-content .vins-cart-actions,
.vins-cart-actions-product {
  align-items: end !important;
  gap: 14px !important;
}

.items-content .vins-cart-qty-label,
.vins-cart-actions-product .vins-cart-qty-label {
  display: grid !important;
  grid-template-rows: auto 44px;
  gap: 7px;
  line-height: 1.15;
}

.items-content .vins-cart-qty-input,
.items-content .vins-add-to-cart {
  height: 44px !important;
  min-height: 44px !important;
  box-sizing: border-box;
}

.items-content .vins-add-to-cart {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1 !important;
  align-self: end !important;
}

.vins-cart-actions-product .vins-cart-qty-label {
  grid-template-rows: auto 48px;
}

.vins-cart-actions-product [data-vins-qty],
.vins-cart-actions-product .vins-add-to-cart {
  height: 48px !important;
  min-height: 48px !important;
  box-sizing: border-box;
}

.vins-cart-actions-product .vins-add-to-cart {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1 !important;
  align-self: end !important;
}

.items-content {
  padding-left: clamp(20px, 2.4vw, 28px) !important;
  padding-right: clamp(20px, 2.4vw, 28px) !important;
}

.items-content .item-tittle {
  padding-left: 0;
  padding-right: 0;
}

.div-block-7:has(.vins-legacy-order-form) {
  padding-top: clamp(18px, 2.4vw, 32px) !important;
  padding-bottom: clamp(18px, 2.4vw, 32px) !important;
  margin-top: clamp(18px, 2.4vw, 32px) !important;
  margin-bottom: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.div-block-7:has(.vins-legacy-order-form) + .container-11,
.div-block-7:has(.vins-legacy-order-form) + .footer-subscribe-2 {
  margin-top: 0 !important;
}

.navbar-brand-2::after {
  width: 54px;
  height: 54px;
  margin-left: 2px;
  background-size: contain !important;
  background-position: center !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.testimonial-slider-large,
.testimonial-slider-large .container-19,
.testimonial-slider-large .testimonial-slider-two,
.testimonial-slider-large .mask,
.testimonial-slider-large .w-slider-mask {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.testimonial-slider-large .w-slide {
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  overflow: hidden !important;
}

.testimonial-slider-large .testimonial-slide {
  position: relative !important;
  width: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
}

.testimonial-slider-large .testimonial-content {
  position: absolute !important;
  left: clamp(72px, 7vw, 112px) !important;
  right: clamp(56px, 7vw, 112px) !important;
  bottom: clamp(70px, 8vw, 120px) !important;
  width: min(640px, calc(100% - 128px)) !important;
  max-width: min(640px, calc(100% - 128px)) !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  overflow: visible !important;
}

.testimonial-slider-large .testimonial-quote,
.testimonial-slider-large .testimonial-author-name,
.testimonial-slider-large .text-block-15 {
  max-width: 100% !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

.testimonial-slider-large .w-slider-arrow-left {
  left: clamp(44px, 4vw, 72px) !important;
}

.testimonial-slider-large .w-slider-arrow-right {
  right: clamp(44px, 4vw, 72px) !important;
}

.container-55 .image-37,
.container-55 .image-38,
.container-55 .vins-country-placeholder {
  width: 150px !important;
  height: 150px !important;
  max-width: 150px !important;
  max-height: 150px !important;
  min-width: 150px !important;
  min-height: 150px !important;
}

.container-55 .vins-country-placeholder {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  font-size: 36px !important;
  line-height: 1 !important;
}

.contact-div-wrapper .columns-2 {
  display: flex;
  align-items: stretch;
}

.contact-div-wrapper .about-column {
  display: flex;
  flex-direction: column;
}

.contact-div-wrapper .map-wrapper.vins-map-wrapper,
.contact-div-wrapper .form-block-2 {
  height: auto !important;
  min-height: 560px;
  margin-bottom: 0 !important;
}

.contact-div-wrapper .map-wrapper.vins-map-wrapper {
  width: 100%;
}

.contact-div-wrapper .vins-map-iframe {
  height: 560px !important;
  min-height: 560px !important;
}

.contact-div-wrapper .vins-map-link {
  bottom: 18px;
  right: 18px;
  max-width: calc(100% - 36px);
}

@media screen and (max-width: 991px) {
  .navbar-brand-2::after {
    width: 42px;
    height: 42px;
  }

  .testimonial-slider-large .testimonial-content {
    left: 54px !important;
    right: 54px !important;
    width: calc(100% - 108px) !important;
    max-width: calc(100% - 108px) !important;
  }

  .testimonial-slider-large .w-slider-arrow-left {
    left: 22px !important;
  }

  .testimonial-slider-large .w-slider-arrow-right {
    right: 22px !important;
  }

  .contact-div-wrapper .columns-2 {
    display: block;
  }

  .contact-div-wrapper .map-wrapper.vins-map-wrapper,
  .contact-div-wrapper .form-block-2 {
    min-height: 0;
  }

  .contact-div-wrapper .vins-map-iframe {
    height: 430px !important;
    min-height: 430px !important;
  }
}

@media screen and (max-width: 767px) {
  .items-content .vins-cart-actions,
  .vins-cart-actions-product {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .items-content .vins-cart-qty-label,
  .vins-cart-actions-product .vins-cart-qty-label {
    width: 100% !important;
  }

  .navbar-brand-2::after {
    width: 34px;
    height: 34px;
  }

  .testimonial-slider-large .testimonial-content {
    left: 28px !important;
    right: 28px !important;
    bottom: 62px !important;
    width: calc(100% - 56px) !important;
    max-width: calc(100% - 56px) !important;
  }

  .testimonial-slider-large .w-slider-arrow-left {
    left: 12px !important;
  }

  .testimonial-slider-large .w-slider-arrow-right {
    right: 12px !important;
  }

  .container-55 .image-37,
  .container-55 .image-38,
  .container-55 .vins-country-placeholder {
    width: 118px !important;
    height: 118px !important;
    min-width: 118px !important;
    min-height: 118px !important;
  }

  .container-55 .vins-country-placeholder {
    font-size: 30px !important;
  }

  .contact-div-wrapper .vins-map-iframe {
    height: 360px !important;
    min-height: 360px !important;
  }

  .contact-div-wrapper .vins-map-link {
    left: 14px;
    right: 14px;
    bottom: 14px;
    text-align: center;
  }
}

@media screen and (max-width: 390px) {
  .navbar-brand-2::after {
    display: none;
  }

  .testimonial-slider-large .testimonial-content {
    left: 22px !important;
    right: 22px !important;
    width: calc(100% - 44px) !important;
    max-width: calc(100% - 44px) !important;
  }
}

/* VINS PHASE 23D FINAL VISUAL ALIGNMENT FIXES */
.items-content .vins-cart-actions {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  gap: 14px !important;
}

.items-content .vins-cart-qty-label {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  gap: 7px !important;
  width: 84px !important;
  margin: 0 !important;
  line-height: 1.1 !important;
}

.items-content .vins-cart-qty-input,
.items-content .vins-add-to-cart {
  height: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.items-content .vins-cart-qty-input {
  width: 84px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.items-content .vins-add-to-cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-end !important;
  padding: 0 18px !important;
  line-height: 1 !important;
  transform: none !important;
}

.vins-cart-actions-product {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  margin-top: 18px !important;
}

.vins-cart-actions-product .vins-cart-qty-label {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  gap: 7px !important;
  width: 88px !important;
  margin: 0 !important;
  line-height: 1.1 !important;
}

.vins-cart-actions-product [data-vins-qty],
.vins-cart-actions-product .vins-add-to-cart {
  height: 46px !important;
  min-height: 46px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.vins-cart-actions-product [data-vins-qty] {
  width: 88px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.vins-cart-actions-product .vins-add-to-cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-end !important;
  padding: 0 22px !important;
  line-height: 1 !important;
  transform: none !important;
}

.vins-legacy-order-hidden {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

.section:has(.vins-legacy-order-hidden) {
  padding-bottom: clamp(22px, 3vw, 42px) !important;
}

.section:has(.vins-legacy-order-hidden) + .footer-subscribe-2 {
  margin-top: 0 !important;
  border-top-color: rgba(208, 178, 135, .14) !important;
}

.testimonial-slider-large,
.testimonial-slider-large .container-19,
.testimonial-slider-large .testimonial-slider-two,
.testimonial-slider-large .mask,
.testimonial-slider-large .w-slider-mask {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100vw !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: hidden !important;
}

.testimonial-slider-large .w-slide,
.testimonial-slider-large .testimonial-slide {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.testimonial-slider-large .w-slide {
  background-size: cover, cover !important;
  background-position: center center, center center !important;
  background-repeat: no-repeat, no-repeat !important;
}

.testimonial-slider-large .testimonial-content {
  box-sizing: border-box !important;
  position: absolute !important;
  z-index: 3 !important;
  left: clamp(56px, 5vw, 82px) !important;
  right: clamp(56px, 5vw, 82px) !important;
  bottom: clamp(66px, 7vw, 108px) !important;
  width: min(540px, calc(100vw - 112px)) !important;
  max-width: min(540px, calc(100vw - 112px)) !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  translate: none !important;
}

.testimonial-slider-large .testimonial-quote {
  font-size: clamp(24px, 2.8vw, 34px) !important;
  line-height: 1.1 !important;
}

.testimonial-slider-large .testimonial-quote,
.testimonial-slider-large .testimonial-author-name,
.testimonial-slider-large .text-block-15 {
  display: block !important;
  max-width: 100% !important;
  min-width: 0 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

.testimonial-slider-large .w-slider-arrow-left {
  left: clamp(28px, 3vw, 54px) !important;
}

.testimonial-slider-large .w-slider-arrow-right {
  right: clamp(28px, 3vw, 54px) !important;
}

.navbar-brand-2::after {
  width: 60px !important;
  height: 60px !important;
  flex-basis: 60px !important;
  background-color: transparent !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border: 0 !important;
  box-shadow: none !important;
}

.container-55 .image-37,
.container-55 .image-38,
.container-55 .vins-country-placeholder {
  width: 146px !important;
  height: 146px !important;
  min-width: 146px !important;
  min-height: 146px !important;
  max-width: 146px !important;
  max-height: 146px !important;
  aspect-ratio: 1 / 1 !important;
}

.container-55 .vins-country-placeholder {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  padding: 0 !important;
  font-size: 34px !important;
  line-height: 1 !important;
}

.contact-div-wrapper {
  overflow: hidden;
}

.contact-div-wrapper .columns-2 {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: stretch !important;
}

.contact-div-wrapper .about-column {
  width: auto !important;
  min-width: 0 !important;
  display: flex !important;
}

.contact-div-wrapper .map-wrapper.vins-map-wrapper,
.contact-div-wrapper .form-block-2 {
  width: 100% !important;
  height: 420px !important;
  min-height: 420px !important;
  max-height: none !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.contact-div-wrapper .map-wrapper.vins-map-wrapper {
  padding: 0 !important;
  overflow: hidden !important;
}

.contact-div-wrapper .vins-map-iframe {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  border: 0 !important;
}

.contact-div-wrapper .vins-map-link {
  position: absolute !important;
  right: 14px !important;
  bottom: 14px !important;
  left: auto !important;
  max-width: calc(100% - 28px) !important;
}

.contact-div-wrapper .form-block-2 {
  padding-top: 44px !important;
  padding-bottom: 34px !important;
  overflow: auto !important;
}

.button-2.contact {
  min-height: 42px !important;
  min-width: 154px !important;
  padding: 11px 24px !important;
  font-size: 15px !important;
}

@media screen and (max-width: 991px) {
  .navbar-brand-2::after {
    width: 44px !important;
    height: 44px !important;
    flex-basis: 44px !important;
  }

  .testimonial-slider-large .testimonial-content {
    left: 46px !important;
    right: 46px !important;
    width: calc(100vw - 92px) !important;
    max-width: calc(100vw - 92px) !important;
  }

  .testimonial-slider-large .w-slider-arrow-left {
    left: 18px !important;
  }

  .testimonial-slider-large .w-slider-arrow-right {
    right: 18px !important;
  }

  .contact-div-wrapper .columns-2 {
    display: block !important;
  }

  .contact-div-wrapper .map-wrapper.vins-map-wrapper,
  .contact-div-wrapper .form-block-2 {
    height: auto !important;
    min-height: 0 !important;
  }

  .contact-div-wrapper .vins-map-iframe {
    height: 380px !important;
  }
}

@media screen and (max-width: 767px) {
  .items-content .vins-cart-actions,
  .vins-cart-actions-product {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .items-content .vins-cart-qty-label,
  .vins-cart-actions-product .vins-cart-qty-label,
  .items-content .vins-cart-qty-input,
  .vins-cart-actions-product [data-vins-qty],
  .items-content .vins-add-to-cart,
  .vins-cart-actions-product .vins-add-to-cart {
    width: 100% !important;
  }

  .testimonial-slider-large .testimonial-content {
    left: 24px !important;
    right: 24px !important;
    bottom: 58px !important;
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
  }

  .testimonial-slider-large .testimonial-quote {
    font-size: clamp(18px, 5.2vw, 24px) !important;
    line-height: 1.12 !important;
  }

  .container-55 .image-37,
  .container-55 .image-38,
  .container-55 .vins-country-placeholder {
    width: 112px !important;
    height: 112px !important;
    min-width: 112px !important;
    min-height: 112px !important;
  }

  .contact-div-wrapper .vins-map-iframe {
    height: 340px !important;
  }

  .contact-div-wrapper .form-block-2 {
    padding-top: 32px !important;
  }
}

@media screen and (max-width: 390px) {
  .navbar-brand-2::after {
    display: none !important;
  }

  .testimonial-slider-large .testimonial-content {
    left: 20px !important;
    right: 20px !important;
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
  }
}

/* VINS PHASE 23E FINAL TARGETED BUGFIXES */
.vins-shop-cart-row,
.vins-product-cart-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-end !important;
  justify-content: center !important;
  gap: 14px !important;
  width: 100% !important;
  margin-top: 16px !important;
}

.vins-product-cart-row {
  justify-content: flex-start !important;
  margin-top: 18px !important;
}

.vins-shop-cart-row .vins-cart-qty-label,
.vins-product-cart-row .vins-cart-qty-label {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  gap: 7px !important;
  width: 88px !important;
  min-width: 88px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.1 !important;
}

.vins-shop-cart-row .vins-cart-qty-input,
.vins-shop-cart-row .vins-add-to-cart {
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.vins-product-cart-row [data-vins-qty],
.vins-product-cart-row .vins-add-to-cart {
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.vins-shop-cart-row .vins-cart-qty-input,
.vins-product-cart-row [data-vins-qty] {
  width: 88px !important;
  padding: 0 10px !important;
  line-height: 1 !important;
}

.vins-shop-cart-row .vins-add-to-cart,
.vins-product-cart-row .vins-add-to-cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-end !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.vins-legacy-order-hidden {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  overflow: hidden !important;
}

.section:has(.vins-legacy-order-hidden) {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}

.section:has(.vins-legacy-order-hidden) .columns {
  margin-bottom: 0 !important;
}

.section:has(.vins-legacy-order-hidden) + .footer-subscribe-2 {
  margin-top: 0 !important;
}

.vins-where-slider {
  width: 100% !important;
  max-width: 100vw !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
  contain: paint;
}

.vins-where-slider .container-19,
.vins-where-slider .testimonial-slider-two,
.vins-where-slider .mask,
.vins-where-slider .w-slider-mask {
  width: 100% !important;
  max-width: 100vw !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.vins-where-slider .w-slider-mask {
  position: relative !important;
}

.vins-where-slider .w-slide {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background-size: cover, cover !important;
  background-position: center center, center center !important;
  background-repeat: no-repeat, no-repeat !important;
  overflow: hidden !important;
}

.vins-where-slider .testimonial-slide {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
}

.vins-where-slider .testimonial-content {
  position: absolute !important;
  left: clamp(44px, 4.5vw, 76px) !important;
  right: clamp(44px, 4.5vw, 76px) !important;
  bottom: clamp(64px, 7vw, 104px) !important;
  width: min(540px, calc(100vw - 88px)) !important;
  max-width: min(540px, calc(100vw - 88px)) !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  translate: none !important;
}

.vins-where-slider .testimonial-quote,
.vins-where-slider .testimonial-author-name,
.vins-where-slider .text-block-15 {
  max-width: 100% !important;
  min-width: 0 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
}

.vins-where-slider .testimonial-quote {
  font-size: clamp(23px, 2.7vw, 33px) !important;
  line-height: 1.1 !important;
}

.vins-where-slider .w-slider-arrow-left {
  left: clamp(22px, 3vw, 46px) !important;
}

.vins-where-slider .w-slider-arrow-right {
  right: clamp(22px, 3vw, 46px) !important;
}

.vins-contact-map-section {
  overflow: hidden !important;
}

.vins-contact-map-section .columns-2 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
  align-items: stretch !important;
  gap: 0 !important;
}

.vins-contact-map-section .about-column {
  width: auto !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}

.vins-contact-map-section .map-wrapper.vins-map-wrapper,
.vins-contact-map-section .form-block-2 {
  width: 100% !important;
  height: 420px !important;
  min-height: 420px !important;
  max-height: 420px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.vins-contact-map-section .map-wrapper.vins-map-wrapper {
  position: relative !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000 !important;
}

.vins-contact-map-section .vins-map-iframe {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  border: 0 !important;
}

.vins-contact-map-section .vins-map-link {
  position: absolute !important;
  right: 14px !important;
  bottom: 14px !important;
  left: auto !important;
  max-width: calc(100% - 28px) !important;
  z-index: 2 !important;
}

.vins-contact-map-section .form-block-2 {
  padding: 42px 52px 32px !important;
  overflow: auto !important;
}

.navbar-brand-2::after {
  width: 66px !important;
  height: 66px !important;
  flex: 0 0 66px !important;
  background-color: transparent !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border: 0 !important;
  box-shadow: none !important;
}

.container-55 .image-37,
.container-55 .image-38,
.container-55 .vins-country-placeholder {
  width: 146px !important;
  height: 146px !important;
  min-width: 146px !important;
  min-height: 146px !important;
  max-width: 146px !important;
  max-height: 146px !important;
  aspect-ratio: 1 / 1 !important;
}

.container-55 .vins-country-placeholder {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border-radius: 50% !important;
  font-size: 34px !important;
  line-height: 1 !important;
}

@media screen and (max-width: 991px) {
  .navbar-brand-2::after {
    width: 46px !important;
    height: 46px !important;
    flex-basis: 46px !important;
  }

  .vins-where-slider .testimonial-content {
    left: 38px !important;
    right: 38px !important;
    width: calc(100vw - 76px) !important;
    max-width: calc(100vw - 76px) !important;
  }

  .vins-where-slider .w-slider-arrow-left {
    left: 16px !important;
  }

  .vins-where-slider .w-slider-arrow-right {
    right: 16px !important;
  }

  .vins-contact-map-section .columns-2 {
    display: block !important;
  }

  .vins-contact-map-section .map-wrapper.vins-map-wrapper,
  .vins-contact-map-section .form-block-2 {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  .vins-contact-map-section .vins-map-iframe {
    height: 380px !important;
  }
}

@media screen and (max-width: 767px) {
  .vins-shop-cart-row,
  .vins-product-cart-row {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
  }

  .vins-shop-cart-row .vins-cart-qty-label,
  .vins-product-cart-row .vins-cart-qty-label,
  .vins-shop-cart-row .vins-cart-qty-input,
  .vins-product-cart-row [data-vins-qty],
  .vins-shop-cart-row .vins-add-to-cart,
  .vins-product-cart-row .vins-add-to-cart {
    width: 100% !important;
    min-width: 0 !important;
  }

  .vins-where-slider .testimonial-content {
    left: 22px !important;
    right: 22px !important;
    bottom: 58px !important;
    width: calc(100vw - 44px) !important;
    max-width: calc(100vw - 44px) !important;
  }

  .vins-where-slider .testimonial-quote {
    font-size: clamp(18px, 5.2vw, 24px) !important;
    line-height: 1.12 !important;
  }

  .vins-where-slider .w-slider-arrow-left {
    left: 10px !important;
  }

  .vins-where-slider .w-slider-arrow-right {
    right: 10px !important;
  }

  .vins-contact-map-section .vins-map-iframe {
    height: 340px !important;
  }

  .vins-contact-map-section .form-block-2 {
    padding: 32px 22px 28px !important;
  }

  .container-55 .image-37,
  .container-55 .image-38,
  .container-55 .vins-country-placeholder {
    width: 112px !important;
    height: 112px !important;
    min-width: 112px !important;
    min-height: 112px !important;
  }
}

@media screen and (max-width: 390px) {
  .navbar-brand-2::after {
    display: none !important;
  }

  .vins-where-slider .testimonial-content {
    left: 18px !important;
    right: 18px !important;
    width: calc(100vw - 36px) !important;
    max-width: calc(100vw - 36px) !important;
  }
}

/* VINS PHASE 23F TARGETED SLIDER SHOP CONTACT FIXES */
.vins-where-slider,
.vins-where-slider .testimonial-slider-two,
.vins-where-slider .w-slider,
.vins-where-slider .w-slider-mask {
  width: 100% !important;
  max-width: 100vw !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.vins-where-slider .w-slider-mask {
  position: relative !important;
  left: 0 !important;
  right: 0 !important;
  transform: none !important;
}

.vins-where-slider .w-slider-mask > .w-slide {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  transform: none !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.vins-where-slider .w-slider-mask > .w-slide[aria-hidden="true"] {
  pointer-events: none !important;
}

.vins-where-slider .testimonial-content {
  position: absolute !important;
  left: clamp(32px, 4.6vw, 78px) !important;
  right: auto !important;
  width: auto !important;
  max-width: min(540px, calc(100vw - 128px)) !important;
  margin-left: 0 !important;
  transform: none !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

.vins-where-slider .testimonial-content,
.vins-where-slider .testimonial-content * {
  min-width: 0 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

.vins-where-slider .w-slider-arrow-left,
.vins-where-slider .w-slider-arrow-right {
  width: 42px !important;
  height: 42px !important;
  max-width: 42px !important;
  overflow: visible !important;
  z-index: 6 !important;
}

.vins-where-slider .w-slider-arrow-left {
  left: clamp(18px, 2.6vw, 52px) !important;
}

.vins-where-slider .w-slider-arrow-right {
  right: clamp(18px, 2.6vw, 52px) !important;
}

.items-content .vins-product-badges {
  display: none !important;
}

.vins-contact-map-section {
  width: min(980px, calc(100vw - 48px)) !important;
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: visible !important;
}

.vins-contact-map-section .columns-2 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  float: none !important;
  box-sizing: border-box !important;
}

.vins-contact-map-section .columns-2::before,
.vins-contact-map-section .columns-2::after {
  display: none !important;
  content: none !important;
}

.vins-contact-map-section .w-col,
.vins-contact-map-section .about-column {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

.vins-contact-map-section .map-wrapper.vins-map-wrapper {
  position: relative !important;
  width: 100% !important;
  height: 420px !important;
  min-height: 420px !important;
  max-height: 420px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  background: #050505 !important;
  box-sizing: border-box !important;
}

.vins-contact-map-section .vins-map-iframe {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  border: 0 !important;
}

.vins-contact-map-section .vins-map-link {
  position: absolute !important;
  right: 14px !important;
  bottom: 14px !important;
  left: auto !important;
  z-index: 3 !important;
  margin: 0 !important;
}

.vins-contact-map-section .form-block-2 {
  width: 100% !important;
  height: auto !important;
  min-height: 420px !important;
  max-height: none !important;
  margin: 0 !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

.vins-shop-cart-row {
  align-items: flex-end !important;
}

.vins-shop-cart-row .vins-add-to-cart,
.vins-shop-cart-row .vins-cart-qty-input {
  height: 38px !important;
  min-height: 38px !important;
}

.vins-product-cart-row {
  align-items: flex-end !important;
}

.vins-product-cart-row .vins-add-to-cart,
.vins-product-cart-row [data-vins-qty] {
  height: 40px !important;
  min-height: 40px !important;
}

.vins-legacy-order-hidden {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

@media screen and (max-width: 991px) {
  .vins-contact-map-section {
    width: min(720px, calc(100vw - 36px)) !important;
  }

  .vins-contact-map-section .columns-2 {
    display: block !important;
  }

  .vins-contact-map-section .map-wrapper.vins-map-wrapper {
    height: 360px !important;
    min-height: 360px !important;
    max-height: 360px !important;
  }

  .vins-contact-map-section .form-block-2 {
    min-height: 0 !important;
  }

  .vins-where-slider .testimonial-content {
    left: 32px !important;
    max-width: calc(100vw - 96px) !important;
  }
}

@media screen and (max-width: 767px) {
  .vins-where-slider .testimonial-content {
    left: 22px !important;
    bottom: 56px !important;
    max-width: calc(100vw - 62px) !important;
  }

  .vins-where-slider .testimonial-quote {
    font-size: clamp(18px, 5vw, 24px) !important;
    line-height: 1.12 !important;
  }

  .vins-where-slider .w-slider-arrow-left,
  .vins-where-slider .w-slider-arrow-right {
    width: 36px !important;
    height: 36px !important;
  }

  .vins-where-slider .w-slider-arrow-left {
    left: 12px !important;
  }

  .vins-where-slider .w-slider-arrow-right {
    right: 12px !important;
  }

  .vins-contact-map-section {
    width: calc(100vw - 28px) !important;
  }

  .vins-contact-map-section .map-wrapper.vins-map-wrapper {
    height: 320px !important;
    min-height: 320px !important;
    max-height: 320px !important;
  }

  .vins-shop-cart-row,
  .vins-product-cart-row {
    align-items: stretch !important;
  }
}

/* VINS PHASE 23G FINAL MICRO VISUAL FIXES */
.items-content .items-price {
  margin-bottom: 18px !important;
}

.items-content .vins-product-cta {
  margin-top: 2px !important;
  margin-bottom: 20px !important;
}

.items-content .vins-product-badges {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

.vins-contact-map-section {
  width: min(960px, calc(100vw - 48px)) !important;
  margin: clamp(42px, 5vw, 72px) auto clamp(70px, 8vw, 118px) !important;
  padding-bottom: 0 !important;
  overflow: visible !important;
}

.vins-contact-map-section .columns-2 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  align-items: stretch !important;
  gap: 0 !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.vins-contact-map-section .columns-2::before,
.vins-contact-map-section .columns-2::after {
  display: none !important;
  content: none !important;
}

.vins-contact-map-section .w-col,
.vins-contact-map-section .about-column {
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.vins-contact-map-section .map-wrapper.vins-map-wrapper {
  position: relative !important;
  width: 100% !important;
  height: 440px !important;
  min-height: 440px !important;
  max-height: 440px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #030303 !important;
  box-sizing: border-box !important;
}

.vins-contact-map-section .vins-map-iframe {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  border: 0 !important;
}

.vins-contact-map-section .vins-map-link {
  position: absolute !important;
  right: 16px !important;
  bottom: 16px !important;
  left: auto !important;
  z-index: 3 !important;
  margin: 0 !important;
}

.vins-contact-map-section .form-block-2 {
  width: 100% !important;
  min-height: 440px !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding-top: clamp(34px, 3.2vw, 48px) !important;
  padding-bottom: clamp(34px, 3.2vw, 48px) !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

.vins-legacy-order-hidden,
.vins-legacy-order-hidden * {
  display: none !important;
}

.vins-legacy-order-hidden {
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
}

.vins-legacy-order-hidden + .divider,
.vins-legacy-order-hidden ~ .divider,
.section:has(.vins-legacy-order-hidden) .divider {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
}

.dropdown-list,
.dropdown-list-2,
.dropdown-list-3,
.dropdown-list-4,
.dropdown-list-5,
.dropdown-list-6 {
  background: rgba(5, 5, 5, .5) !important;
  border: 1px solid rgba(208, 178, 135, .12) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .32) !important;
  opacity: 0 !important;
  transform: translate3d(0, 8px, 0) scale(.98) !important;
  transform-origin: top center !important;
  transition: opacity .24s ease, transform .24s ease, border-color .24s ease, background-color .24s ease !important;
  pointer-events: none !important;
  overflow: hidden !important;
  backdrop-filter: blur(8px) !important;
}

.dropdown-list.w--open,
.dropdown-list-2.w--open,
.dropdown-list-3.w--open,
.dropdown-list-4.w--open,
.dropdown-list-5.w--open,
.dropdown-list-6.w--open {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
  pointer-events: auto !important;
}

.dropdown-link,
.dropdown-link-2,
.dropdown-link-3,
.dropdown-link-4,
.dropdown-link-5,
.dropdown-link-6,
.dropdown-link-7,
.dropdown-link-8,
.dropdown-link-9,
.dropdown-link-10,
.dropdown-link-11,
.dropdown-link-12,
.dropdown-link-ru {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  transition: background-color .22s ease, border-color .22s ease, color .22s ease, transform .22s ease, opacity .22s ease !important;
}

.dropdown-link:hover,
.dropdown-link-2:hover,
.dropdown-link-3:hover,
.dropdown-link-4:hover,
.dropdown-link-5:hover,
.dropdown-link-6:hover,
.dropdown-link-7:hover,
.dropdown-link-8:hover,
.dropdown-link-9:hover,
.dropdown-link-10:hover,
.dropdown-link-11:hover,
.dropdown-link-12:hover,
.dropdown-link-ru:hover {
  background-color: rgba(208, 178, 135, .12) !important;
  border-color: rgba(208, 178, 135, .28) !important;
  box-shadow: 0 0 18px rgba(208, 178, 135, .12) !important;
  transform: translateY(-1px) !important;
}

@media screen and (max-width: 991px) {
  .vins-contact-map-section {
    width: min(720px, calc(100vw - 36px)) !important;
    margin-bottom: clamp(58px, 8vw, 92px) !important;
  }

  .vins-contact-map-section .columns-2 {
    display: block !important;
  }

  .vins-contact-map-section .map-wrapper.vins-map-wrapper {
    height: 380px !important;
    min-height: 380px !important;
    max-height: 380px !important;
  }

  .vins-contact-map-section .form-block-2 {
    min-height: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .items-content .items-price {
    margin-bottom: 16px !important;
  }

  .items-content .vins-product-cta {
    margin-bottom: 18px !important;
  }

  .vins-contact-map-section {
    width: calc(100vw - 28px) !important;
    margin-top: 34px !important;
    margin-bottom: 64px !important;
  }

  .vins-contact-map-section .map-wrapper.vins-map-wrapper {
    height: 320px !important;
    min-height: 320px !important;
    max-height: 320px !important;
  }
}

/* VINS PHASE 23H FINAL CART CONTACT LANGUAGE QUANTITY FIXES */
.vins-cart-trigger .vins-cart-count {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  min-width: 22px !important;
  height: 22px !important;
  padding: 0 7px !important;
  border-radius: 999px !important;
  line-height: 1 !important;
  text-align: center !important;
  font-variant-numeric: tabular-nums !important;
  flex: 0 0 auto !important;
}

.vins-contact-map-section .columns-2 {
  align-items: stretch !important;
}

.vins-contact-map-section .about-column {
  display: flex !important;
  flex-direction: column !important;
  align-self: stretch !important;
}

.vins-contact-map-section .map-wrapper.vins-map-wrapper {
  flex: 1 1 auto !important;
  align-self: stretch !important;
  height: 100% !important;
  min-height: 460px !important;
  max-height: none !important;
}

.vins-contact-map-section .vins-map-iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 460px !important;
}

.vins-contact-map-section .form-block-2 {
  min-height: 460px !important;
  align-self: stretch !important;
}

@keyframes vinsLanguageDropdownIn {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0) scale(.96);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.dropdown-list,
.dropdown-list-2,
.dropdown-list-3,
.dropdown-list-4,
.dropdown-list-5,
.dropdown-list-6 {
  background: rgba(3, 3, 3, .42) !important;
  border-color: rgba(208, 178, 135, .14) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .28) !important;
  transform-origin: top center !important;
}

.dropdown-list.w--open,
.dropdown-list-2.w--open,
.dropdown-list-3.w--open,
.dropdown-list-4.w--open,
.dropdown-list-5.w--open,
.dropdown-list-6.w--open {
  animation: vinsLanguageDropdownIn .26s cubic-bezier(.22, 1, .36, 1) both !important;
}

.dropdown-list.w--open .w-dropdown-link,
.dropdown-list-2.w--open .w-dropdown-link,
.dropdown-list-3.w--open .w-dropdown-link,
.dropdown-list-4.w--open .w-dropdown-link,
.dropdown-list-5.w--open .w-dropdown-link,
.dropdown-list-6.w--open .w-dropdown-link {
  animation: vinsLanguageDropdownIn .28s cubic-bezier(.22, 1, .36, 1) both !important;
}

.dropdown-list.w--open .w-dropdown-link:nth-child(2),
.dropdown-list-2.w--open .w-dropdown-link:nth-child(2),
.dropdown-list-3.w--open .w-dropdown-link:nth-child(2),
.dropdown-list-4.w--open .w-dropdown-link:nth-child(2),
.dropdown-list-5.w--open .w-dropdown-link:nth-child(2),
.dropdown-list-6.w--open .w-dropdown-link:nth-child(2) {
  animation-delay: .035s !important;
}

.dropdown-list.w--open .w-dropdown-link:nth-child(3),
.dropdown-list-2.w--open .w-dropdown-link:nth-child(3),
.dropdown-list-3.w--open .w-dropdown-link:nth-child(3),
.dropdown-list-4.w--open .w-dropdown-link:nth-child(3),
.dropdown-list-5.w--open .w-dropdown-link:nth-child(3),
.dropdown-list-6.w--open .w-dropdown-link:nth-child(3) {
  animation-delay: .07s !important;
}

@media screen and (max-width: 991px) {
  .vins-contact-map-section .map-wrapper.vins-map-wrapper,
  .vins-contact-map-section .vins-map-iframe {
    height: 380px !important;
    min-height: 380px !important;
  }

  .vins-contact-map-section .form-block-2 {
    min-height: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .vins-cart-trigger .vins-cart-count {
    min-width: 20px !important;
    height: 20px !important;
    padding: 0 6px !important;
    font-size: 12px !important;
  }

  .vins-contact-map-section .map-wrapper.vins-map-wrapper,
  .vins-contact-map-section .vins-map-iframe {
    height: 320px !important;
    min-height: 320px !important;
  }
}

/* VINS FLAG ICON AND HOME COPY SUPPORT FIXES */
.dropdown-link-ru {
  color: transparent !important;
  font-size: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  background-image: url('../images/russianflag.webp') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 999px !important;
}

.dropdown-link-ru::before,
.dropdown-link-ru::after {
  display: none !important;
  content: none !important;
}

.container-55 .vins-country-placeholder {
  color: transparent !important;
  font-size: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  background-image: url('../images/netherlandflag.webp') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* VINS PHASE 23I RU LANGUAGE FLAG FIX */
.dropdown-link-ru {
  display: block !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  max-width: 30px !important;
  max-height: 30px !important;
  aspect-ratio: 1 / 1 !important;
  margin: 10px auto 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  object-fit: cover !important;
  background-image: url('../images/russianflag.webp') !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  box-sizing: border-box !important;
  text-indent: -9999px !important;
}

/* VINS PHASE 24A CHECKOUT SUCCESS POLISH */
.vins-checkout-page {
  padding-bottom: clamp(64px, 8vw, 110px) !important;
}

.vins-checkout-hero {
  text-align: center !important;
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.vins-checkout-hero .section-tittle {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.vins-checkout-hero-copy {
  max-width: 620px !important;
  margin: 12px auto 0 !important;
  text-align: center !important;
}

.vins-checkout-layout {
  align-items: start !important;
}

.vins-checkout-page-form,
.vins-checkout-side {
  box-shadow: 0 24px 60px rgba(0, 0, 0, .26) !important;
}

.vins-checkout-back-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: max-content !important;
  min-height: 42px !important;
  margin-bottom: 30px !important;
  padding: 10px 18px !important;
  border: 1px solid rgba(208, 178, 135, .42) !important;
  border-radius: 4px !important;
  background: rgba(208, 178, 135, .08) !important;
  color: #d0b287 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
  transition: background-color .22s ease, color .22s ease, border-color .22s ease, transform .22s ease !important;
}

.vins-checkout-back-link:hover,
.vins-checkout-back-link:focus-visible {
  background: rgba(208, 178, 135, .18) !important;
  border-color: rgba(208, 178, 135, .72) !important;
  color: #f2d39f !important;
  transform: translateY(-1px) !important;
}

.vins-checkout-fieldset-label {
  grid-column: 1 / -1 !important;
  margin: -4px 0 4px !important;
  color: rgba(245, 234, 216, .76) !important;
  font-size: 14px !important;
}

.vins-checkout-radio {
  align-items: flex-start !important;
  gap: 18px !important;
}

.vins-checkout-radio label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  color: rgba(245, 234, 216, .82) !important;
  line-height: 1.2 !important;
}

.vins-checkout-radio input[type="radio"] {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  accent-color: #d0b287 !important;
  cursor: pointer !important;
}

.vins-country-field input[readonly] {
  color: rgba(245, 234, 216, .72) !important;
  background: rgba(208, 178, 135, .05) !important;
  border-color: rgba(208, 178, 135, .22) !important;
  cursor: not-allowed !important;
}

.vins-country-note {
  grid-column: 1 / -1 !important;
  margin: -12px 0 12px !important;
  color: rgba(208, 178, 135, .78) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.vins-checkout-page-form .is-invalid {
  border-color: rgba(156, 42, 42, .95) !important;
  box-shadow: 0 0 0 1px rgba(156, 42, 42, .28), 0 0 18px rgba(156, 42, 42, .16) !important;
}

.vins-field-error {
  display: block !important;
  margin-top: 6px !important;
  color: #d98282 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.vins-checkout-status {
  grid-column: 1 / -1 !important;
  margin-top: 6px !important;
}

.vins-checkout-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}

.vins-submit-spinner {
  display: none !important;
  width: 16px !important;
  height: 16px !important;
  border: 2px solid rgba(12, 10, 7, .28) !important;
  border-top-color: rgba(12, 10, 7, .85) !important;
  border-radius: 50% !important;
  animation: vinsSubmitSpin .7s linear infinite !important;
}

.vins-checkout-form.is-submitting .vins-submit-spinner {
  display: inline-block !important;
}

.vins-checkout-form.is-submitting .vins-checkout-submit {
  opacity: .78 !important;
  cursor: wait !important;
}

@keyframes vinsSubmitSpin {
  to {
    transform: rotate(360deg);
  }
}

.vins-cart-close {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  padding: 0 !important;
  border-radius: 2px !important;
  line-height: 1 !important;
  text-align: center !important;
  font-size: 18px !important;
}

.vins-success-page {
  min-height: 70vh !important;
  padding: clamp(120px, 12vw, 190px) 24px clamp(70px, 9vw, 120px) !important;
  background: radial-gradient(circle at 50% 18%, rgba(208, 178, 135, .1), transparent 34%), #030303 !important;
}

.vins-success-card {
  width: min(880px, 100%) !important;
  margin: 0 auto !important;
  padding: clamp(34px, 5vw, 62px) !important;
  border: 1px solid rgba(208, 178, 135, .22) !important;
  border-radius: 8px !important;
  background: rgba(8, 7, 5, .78) !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .36) !important;
  text-align: center !important;
}

.vins-success-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 58px !important;
  height: 58px !important;
  margin-bottom: 18px !important;
  border: 1px solid rgba(104, 171, 99, .55) !important;
  border-radius: 50% !important;
  color: #8bcf82 !important;
  font-size: 30px !important;
  line-height: 1 !important;
  box-shadow: 0 0 28px rgba(104, 171, 99, .16) !important;
}

.vins-success-card .section-tittle,
.vins-success-copy {
  text-align: center !important;
}

.vins-success-copy {
  max-width: 620px !important;
  margin: 12px auto 28px !important;
  color: rgba(245, 234, 216, .78) !important;
}

.vins-order-summary-card {
  display: grid !important;
  gap: 0 !important;
  width: min(680px, 100%) !important;
  margin: 0 auto !important;
  border: 1px solid rgba(208, 178, 135, .18) !important;
  border-radius: 6px !important;
  background: rgba(0, 0, 0, .28) !important;
  text-align: left !important;
  overflow: hidden !important;
}

.vins-order-summary-card > div,
.vins-order-summary-card > p {
  display: flex !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 13px 16px !important;
  border-bottom: 1px solid rgba(208, 178, 135, .12) !important;
  color: rgba(245, 234, 216, .78) !important;
}

.vins-order-summary-card > div:last-child,
.vins-order-summary-card > p:last-child {
  border-bottom: 0 !important;
}

.vins-order-summary-card span {
  color: rgba(208, 178, 135, .78) !important;
}

.vins-order-summary-card strong {
  color: rgba(245, 234, 216, .9) !important;
  text-align: right !important;
}

.vins-order-summary-items {
  align-items: flex-start !important;
}

.vins-success-actions {
  display: flex !important;
  justify-content: center !important;
  gap: 14px !important;
  margin-top: 28px !important;
  flex-wrap: wrap !important;
}

.vins-order-success-page .footer-subscribe-2,
.vins-checkout-page + .footer-subscribe-2 {
  margin-top: 0 !important;
}

@media screen and (max-width: 991px) {
  .vins-checkout-layout {
    grid-template-columns: 1fr !important;
  }

  .vins-checkout-side {
    position: static !important;
  }
}

@media screen and (max-width: 767px) {
  .vins-checkout-page-form,
  .vins-checkout-side,
  .vins-checkout-confirmation {
    padding: 24px 18px !important;
  }

  .vins-checkout-radio {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .vins-order-summary-card > div,
  .vins-order-summary-card > p {
    display: block !important;
  }

  .vins-order-summary-card strong {
    display: block !important;
    margin-top: 5px !important;
    text-align: left !important;
  }
}

/* VINS PHASE 24B CHECKOUT FORM ALIGNMENT AND SELECT FIX */
.vins-checkout-page-form {
  column-gap: clamp(18px, 2.2vw, 24px) !important;
  row-gap: 18px !important;
  align-items: start !important;
}

.vins-checkout-page-form h3 {
  margin-top: 18px !important;
  margin-bottom: 0 !important;
}

.vins-checkout-page-form h3:first-of-type {
  margin-top: 0 !important;
}

.vins-checkout-page-form label {
  align-self: start !important;
  min-width: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  grid-template-rows: auto auto auto !important;
  align-content: start !important;
}

.vins-checkout-page-form input,
.vins-checkout-page-form select,
.vins-checkout-page-form textarea {
  width: 100% !important;
  box-sizing: border-box !important;
}

.vins-checkout-page-form input.is-invalid,
.vins-checkout-page-form select.is-invalid,
.vins-checkout-page-form textarea.is-invalid {
  border-color: rgba(150, 45, 45, .9) !important;
  box-shadow: 0 0 0 1px rgba(150, 45, 45, .24), 0 10px 28px rgba(70, 0, 0, .18) !important;
}

.vins-checkout-page-form .vins-field-error {
  min-height: 16px !important;
  margin-top: 7px !important;
  color: #c97f7f !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

.vins-checkout-status {
  margin-top: 10px !important;
  margin-bottom: 2px !important;
}

.vins-checkout-page-form select {
  appearance: auto !important;
  -webkit-appearance: menulist !important;
  color: rgba(245, 234, 216, .92) !important;
  background-color: rgba(0, 0, 0, .42) !important;
  border-color: rgba(208, 178, 135, .34) !important;
  color-scheme: dark !important;
}

.vins-checkout-page-form select:focus {
  border-color: rgba(208, 178, 135, .82) !important;
  box-shadow: 0 0 0 1px rgba(208, 178, 135, .24), 0 0 22px rgba(208, 178, 135, .12) !important;
  outline: none !important;
}

.vins-checkout-page-form select option {
  color: #f5ead8 !important;
  background-color: #11100e !important;
}

.vins-checkout-page-form select option:checked {
  color: #11100e !important;
  background-color: #d0b287 !important;
}

.vins-checkout-radio input[type="radio"] {
  accent-color: #d0b287 !important;
}

.vins-checkout-radio label {
  width: auto !important;
  grid-template-rows: none !important;
}

@media screen and (max-width: 767px) {
  .vins-checkout-page-form {
    grid-template-columns: 1fr !important;
    row-gap: 16px !important;
  }
}

/* VINS PHASE 24C PAYMENT DROPDOWN CONTRAST FIX */
.vins-checkout-page-form select[name="paymentMethod"] {
  color: rgba(245, 234, 216, .96) !important;
  background-color: #080706 !important;
  border-color: rgba(208, 178, 135, .5) !important;
  color-scheme: light !important;
}

.vins-checkout-page-form select[name="paymentMethod"]:focus {
  color: #fff7e8 !important;
  background-color: #080706 !important;
  border-color: rgba(208, 178, 135, .9) !important;
  box-shadow: 0 0 0 1px rgba(208, 178, 135, .28), 0 0 24px rgba(208, 178, 135, .14) !important;
}

.vins-checkout-page-form select[name="paymentMethod"] option {
  color: #17130e !important;
  background-color: #f6efe4 !important;
}

.vins-checkout-page-form select[name="paymentMethod"] option:checked,
.vins-checkout-page-form select[name="paymentMethod"] option:hover {
  color: #080706 !important;
  background-color: #d0b287 !important;
}

/* VINS PHASE 24D SUCCESS ACTIONS CLEANUP */
.vins-order-success-page .vins-success-actions a,
.vins-order-success-page .vins-success-actions a:visited,
.vins-order-success-page .vins-success-actions a:hover,
.vins-order-success-page .vins-success-actions a:focus-visible {
  text-decoration: none !important;
}

.vins-order-success-page .vins-success-actions .vins-cart-secondary,
.vins-order-success-page .vins-success-actions .vins-cart-primary {
  display: inline-flex !important;
  width: auto !important;
  min-width: 148px !important;
  max-width: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 11px 18px !important;
  line-height: 1.1 !important;
}

/* VINS PHASE 25A DISCOUNT AND PROMO STATE */
.vins-price-stack {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

.vins-price-old {
  color: rgba(245, 234, 216, .5) !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 1px !important;
  text-decoration-color: rgba(208, 178, 135, .8) !important;
}

.vins-price-current {
  color: #d0b287 !important;
  font-weight: 700 !important;
}

.vins-discount-label,
.vins-cart-line-saving,
.vins-summary-item-discount,
.vins-order-item-discount {
  display: inline-flex !important;
  width: fit-content !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 4px !important;
  padding: 3px 8px !important;
  border: 1px solid rgba(208, 178, 135, .34) !important;
  border-radius: 999px !important;
  background: rgba(208, 178, 135, .08) !important;
  color: rgba(208, 178, 135, .92) !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

.vins-summary-products strong,
.vins-order-summary-items strong {
  display: grid !important;
  gap: 10px !important;
}

.vins-summary-item-line,
.vins-order-item-line {
  display: grid !important;
  gap: 3px !important;
  justify-items: end !important;
  color: rgba(245, 234, 216, .9) !important;
}

.vins-summary-item-price,
.vins-order-item-line > span:nth-child(2) {
  color: #d0b287 !important;
  font-weight: 700 !important;
}

.vins-order-discount-row strong {
  color: #d0b287 !important;
}

.vins-promo-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9997 !important;
  display: grid !important;
  place-items: center !important;
  padding: 22px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity .24s ease !important;
}

.vins-promo-modal.is-visible {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.vins-promo-backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, .72) !important;
  backdrop-filter: blur(8px) !important;
}

.vins-promo-card {
  position: relative !important;
  width: min(520px, 100%) !important;
  padding: clamp(28px, 4vw, 42px) !important;
  border: 1px solid rgba(208, 178, 135, .28) !important;
  border-radius: 8px !important;
  background: linear-gradient(145deg, rgba(13, 11, 8, .98), rgba(0, 0, 0, .96)) !important;
  box-shadow: 0 34px 110px rgba(0, 0, 0, .6), 0 0 42px rgba(208, 178, 135, .08) !important;
  color: rgba(245, 234, 216, .86) !important;
  text-align: center !important;
  transform: translateY(10px) scale(.985) !important;
  transition: transform .26s ease !important;
}

.vins-promo-modal.is-visible .vins-promo-card {
  transform: translateY(0) scale(1) !important;
}

.vins-promo-card h2 {
  margin: 8px 0 12px !important;
  color: #d0b287 !important;
  font-size: clamp(30px, 4vw, 46px) !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

.vins-promo-card p {
  max-width: 390px !important;
  margin: 0 auto 22px !important;
  color: rgba(245, 234, 216, .75) !important;
  line-height: 1.55 !important;
}

.vins-promo-card .top-text {
  margin-bottom: 0 !important;
  color: rgba(208, 178, 135, .88) !important;
}

.vins-promo-close {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  display: inline-flex !important;
  width: 34px !important;
  height: 34px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(208, 178, 135, .28) !important;
  border-radius: 50% !important;
  background: rgba(0, 0, 0, .38) !important;
  color: #d0b287 !important;
  font-size: 22px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.vins-promo-media {
  width: min(190px, 58vw) !important;
  margin: 0 auto 18px !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  border: 1px solid rgba(208, 178, 135, .18) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .03) !important;
}

.vins-promo-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.vins-promo-actions {
  display: flex !important;
  justify-content: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

.vins-promo-actions a,
.vins-promo-actions button {
  text-decoration: none !important;
}

@media screen and (max-width: 479px) {
  .vins-summary-item-line,
  .vins-order-item-line {
    justify-items: start !important;
    text-align: left !important;
  }

  .vins-promo-actions {
    flex-direction: column !important;
  }

  .vins-promo-actions .vins-cart-primary,
  .vins-promo-actions .vins-cart-secondary {
    width: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vins-promo-modal,
  .vins-promo-card {
    transition: none !important;
  }
}

/* VINS PHASE 25B DISCOUNT UI POLISH */
.items-price .vins-price-stack,
.price-text .vins-price-stack,
[data-vins-product-price] .vins-price-stack {
  display: grid !important;
  gap: 6px !important;
  justify-items: center !important;
  align-items: center !important;
}

.product-info .vins-price-stack,
.vins-product-cart-row ~ .vins-price-stack {
  justify-items: start !important;
}

.vins-price-stack .vins-discount-label {
  order: -2 !important;
  margin-top: 0 !important;
}

.vins-price-stack .vins-price-old {
  order: -1 !important;
  font-size: .88em !important;
}

.vins-price-stack .vins-price-current {
  font-size: 1.08em !important;
  line-height: 1.15 !important;
}

.vins-discount-saving {
  display: inline-flex !important;
  width: fit-content !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 3px 9px !important;
  border: 1px solid rgba(208, 178, 135, .22) !important;
  border-radius: 999px !important;
  background: rgba(208, 178, 135, .055) !important;
  color: rgba(245, 234, 216, .72) !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
}

.vins-cart-summary [data-vins-cart-discount-row],
.vins-order-discount-row {
  color: rgba(245, 234, 216, .78) !important;
}

.vins-cart-summary [data-vins-cart-discount],
.vins-order-discount-row strong {
  color: #d0b287 !important;
}

.vins-cart-item .vins-price-stack {
  justify-content: flex-start !important;
  justify-items: start !important;
  margin-top: 6px !important;
}

.vins-cart-item .vins-price-current,
.vins-cart-item .vins-price-old {
  font-size: 12px !important;
}

.vins-cart-line-saving,
.vins-summary-item-discount,
.vins-order-item-discount {
  border-color: rgba(208, 178, 135, .24) !important;
  background: rgba(208, 178, 135, .055) !important;
}

.vins-summary-item-discount,
.vins-order-item-discount {
  justify-self: end !important;
  text-align: right !important;
}

.vins-promo-modal {
  padding: clamp(16px, 3vw, 34px) !important;
}

.vins-promo-backdrop {
  background:
    radial-gradient(circle at 35% 35%, rgba(208, 178, 135, .12), transparent 34%),
    rgba(0, 0, 0, .76) !important;
  opacity: 0 !important;
  transition: opacity .32s ease !important;
}

.vins-promo-modal.is-visible .vins-promo-backdrop {
  opacity: 1 !important;
}

.vins-promo-card {
  width: min(820px, 100%) !important;
  min-height: 390px !important;
  display: grid !important;
  grid-template-columns: minmax(240px, .92fr) minmax(280px, 1.08fr) !important;
  gap: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  text-align: left !important;
  transform: translateY(18px) scale(.965) !important;
  transition: transform .36s cubic-bezier(.2, .8, .2, 1), opacity .36s ease !important;
}

.vins-promo-media {
  width: 100% !important;
  min-height: 390px !important;
  height: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  aspect-ratio: auto !important;
  background: #050403 !important;
}

.vins-promo-media img {
  filter: saturate(.92) contrast(1.04) brightness(.78) !important;
}

.vins-promo-content {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: clamp(30px, 4vw, 54px) !important;
  background:
    linear-gradient(135deg, rgba(208, 178, 135, .08), transparent 32%),
    linear-gradient(145deg, rgba(13, 11, 8, .98), rgba(0, 0, 0, .97)) !important;
}

.vins-promo-mark {
  display: inline-flex !important;
  width: 42px !important;
  height: 42px !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 14px !important;
  border: 1px solid rgba(208, 178, 135, .34) !important;
  border-radius: 50% !important;
  background: rgba(208, 178, 135, .08) !important;
  color: #d0b287 !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: 24px !important;
  line-height: 1 !important;
  box-shadow: 0 0 28px rgba(208, 178, 135, .12) !important;
}

.vins-promo-card .top-text,
.vins-promo-card h2,
.vins-promo-card p,
.vins-promo-actions {
  opacity: 0 !important;
  transform: translateY(10px) !important;
  transition: opacity .38s ease, transform .38s ease !important;
}

.vins-promo-modal.is-visible .vins-promo-card .top-text {
  transition-delay: .08s !important;
}

.vins-promo-modal.is-visible .vins-promo-card h2 {
  transition-delay: .14s !important;
}

.vins-promo-modal.is-visible .vins-promo-card p {
  transition-delay: .2s !important;
}

.vins-promo-modal.is-visible .vins-promo-actions {
  transition-delay: .26s !important;
}

.vins-promo-modal.is-visible .vins-promo-card .top-text,
.vins-promo-modal.is-visible .vins-promo-card h2,
.vins-promo-modal.is-visible .vins-promo-card p,
.vins-promo-modal.is-visible .vins-promo-actions {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.vins-promo-card h2 {
  max-width: 360px !important;
  margin: 8px 0 14px !important;
  font-size: clamp(34px, 4vw, 54px) !important;
}

.vins-promo-card p {
  max-width: 360px !important;
  margin: 0 0 24px !important;
}

.vins-promo-card .top-text {
  max-width: none !important;
  margin: 0 0 4px !important;
}

.vins-promo-actions {
  justify-content: flex-start !important;
}

.vins-promo-actions .vins-cart-primary {
  width: auto !important;
  min-width: 150px !important;
  text-decoration: none !important;
}

.vins-promo-actions .vins-cart-secondary {
  display: none !important;
}

.vins-promo-close {
  z-index: 2 !important;
  top: 14px !important;
  right: 14px !important;
  width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  line-height: 1 !important;
}

@media screen and (max-width: 767px) {
  .vins-promo-card {
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    width: min(430px, 100%) !important;
  }

  .vins-promo-media {
    min-height: 220px !important;
    aspect-ratio: 16 / 10 !important;
  }

  .vins-promo-content {
    padding: 30px 24px 28px !important;
    text-align: center !important;
    align-items: center !important;
  }

  .vins-promo-card h2,
  .vins-promo-card p {
    max-width: 100% !important;
  }

  .vins-promo-actions {
    justify-content: center !important;
    width: 100% !important;
  }

  .vins-promo-actions .vins-cart-primary {
    width: 100% !important;
  }

  .vins-summary-item-discount,
  .vins-order-item-discount {
    justify-self: start !important;
    text-align: left !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vins-promo-backdrop,
  .vins-promo-card .top-text,
  .vins-promo-card h2,
  .vins-promo-card p,
  .vins-promo-actions {
    transition: none !important;
    transform: none !important;
  }
}

/* VINS PHASE 25C PROMO POPUP MICRO POLISH */
.vins-promo-card {
  width: min(760px, calc(100vw - 44px)) !important;
  min-height: 360px !important;
  border-color: rgba(208, 178, 135, .28) !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .58), 0 0 42px rgba(208, 178, 135, .08) !important;
}

.vins-promo-media {
  min-height: 360px !important;
}

.vins-promo-media img {
  object-position: center center !important;
  filter: saturate(.94) contrast(1.03) brightness(.82) !important;
}

.vins-promo-content {
  padding: clamp(28px, 3.2vw, 44px) !important;
}

.vins-promo-mark {
  width: 36px !important;
  height: 36px !important;
  margin-bottom: 12px !important;
  font-family: Agina, "Playfair Display", Georgia, serif !important;
  font-size: 19px !important;
  font-weight: 400 !important;
}

.vins-promo-card .top-text {
  margin-bottom: 8px !important;
  color: #d0b287 !important;
  font-family: Agina, "Playfair Display", Georgia, serif !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.vins-promo-card h2 {
  max-width: 330px !important;
  margin: 0 0 16px !important;
  color: #d8bd8d !important;
  font-family: Agina, "Playfair Display", Georgia, serif !important;
  font-size: clamp(30px, 3.05vw, 42px) !important;
  font-weight: 400 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

.vins-promo-card p:not(.top-text) {
  max-width: 330px !important;
  margin-bottom: 22px !important;
  color: rgba(244, 236, 219, .82) !important;
  font-family: Agina, "Playfair Display", Georgia, serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
}

.vins-promo-actions .vins-cart-primary {
  min-width: 132px !important;
  padding: 11px 20px !important;
  border-radius: 5px !important;
  font-family: Agina, "Playfair Display", Georgia, serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  text-align: center !important;
}

.vins-promo-close {
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  font-family: Agina, "Playfair Display", Georgia, serif !important;
  font-size: 19px !important;
}

@media screen and (max-width: 767px) {
  .vins-promo-card {
    width: min(420px, calc(100vw - 28px)) !important;
  }

  .vins-promo-media {
    min-height: 200px !important;
  }

  .vins-promo-content {
    padding: 26px 22px 24px !important;
  }

  .vins-promo-card h2 {
    max-width: 300px !important;
    font-size: clamp(28px, 9vw, 36px) !important;
  }

  .vins-promo-card p:not(.top-text) {
    max-width: 300px !important;
    font-size: 15px !important;
  }
}

/* VINS PHASE 25D PROMO AND SHOP CARD FINAL ALIGNMENT */
.vins-promo-content {
  align-items: flex-start !important;
}

.vins-promo-mark {
  align-self: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.vins-promo-card .top-text {
  width: 100% !important;
  max-width: 330px !important;
  text-align: center !important;
}

body.shop .items-wrapper {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

body.shop .items-wrapper > a.w-inline-block {
  display: block !important;
  flex: 0 0 auto !important;
}

body.shop .items-content {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 0 !important;
}

body.shop .items-content .item-tittle {
  width: 100% !important;
}

body.shop .items-content .vins-product-cta {
  margin-top: 14px !important;
}

body.shop .items-content .vins-shop-cart-row {
  margin-top: auto !important;
  padding-top: 22px !important;
  align-self: center !important;
}

@media screen and (max-width: 767px) {
  .vins-promo-content {
    align-items: center !important;
  }

  .vins-promo-card .top-text {
    max-width: 300px !important;
  }

  body.shop .items-wrapper {
    height: auto !important;
  }

  body.shop .items-content .vins-shop-cart-row {
    width: 100% !important;
    padding-top: 20px !important;
  }
}

/* VINS PHASE 25E SHOP CARD BOTTOM BREATHING ROOM */
body.shop .items-content {
  padding-bottom: clamp(18px, 2vw, 28px) !important;
}

body.shop .items-content .vins-shop-cart-row {
  margin-bottom: clamp(8px, 1vw, 14px) !important;
  padding-top: 18px !important;
}

@media screen and (max-width: 767px) {
  body.shop .items-content {
    padding-bottom: 22px !important;
  }

  body.shop .items-content .vins-shop-cart-row {
    margin-bottom: 6px !important;
  }
}

/* VINS PHASE 25C FINAL DISCOUNT PROMO POLISH */
.vins-price-stack {
  display: inline-grid !important;
  justify-items: center !important;
  gap: 5px !important;
  color: #d0b287 !important;
  font-family: Agina, "Playfair Display", Georgia, serif !important;
  line-height: 1.15 !important;
}

.vins-discount-label,
.vins-discount-saving,
.vins-cart-line-saving,
.vins-summary-item-discount,
.vins-order-item-discount {
  width: fit-content !important;
  border: 1px solid rgba(208, 178, 135, .28) !important;
  border-radius: 999px !important;
  background: rgba(208, 178, 135, .075) !important;
  color: #d0b287 !important;
  font-family: Agina, "Playfair Display", Georgia, serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.vins-discount-label,
.vins-discount-saving {
  padding: 4px 9px !important;
  font-size: 12px !important;
}

.vins-price-old {
  color: rgba(244, 236, 219, .5) !important;
  font-size: .82em !important;
  text-decoration: line-through !important;
  text-decoration-color: rgba(208, 178, 135, .78) !important;
  text-decoration-thickness: 1px !important;
}

.vins-price-current {
  color: #d0b287 !important;
  font-family: Agina, "Playfair Display", Georgia, serif !important;
  font-weight: 400 !important;
}

body.shop .items-price .vins-price-current,
body.pocetna .items-price .vins-price-current {
  font-size: clamp(19px, 1.4vw, 24px) !important;
}

body.shop .items-price .vins-price-stack {
  margin: 3px auto 0 !important;
}

body.shop .items-price .vins-discount-saving {
  margin-top: 1px !important;
}

.vins-cart-item .vins-price-stack {
  justify-items: start !important;
  gap: 4px !important;
}

.vins-cart-item .vins-discount-label,
.vins-cart-item .vins-discount-saving {
  padding: 3px 8px !important;
  font-size: 11px !important;
}

.vins-cart-line-saving {
  display: inline-flex !important;
  margin-top: 8px !important;
  padding: 4px 9px !important;
  font-size: 12px !important;
}

.vins-summary-item-discount,
.vins-order-item-discount {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px 9px !important;
  align-items: center !important;
  justify-content: flex-end !important;
  margin-top: 7px !important;
  padding: 5px 9px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
}

.vins-summary-item-discount .vins-price-current,
.vins-order-item-discount .vins-price-current {
  font-size: 12px !important;
}

.vins-order-discount-row,
[data-vins-cart-discount-row] {
  color: #d0b287 !important;
}

.vins-order-discount-row strong,
[data-vins-cart-discount] {
  color: #d0b287 !important;
}

.vins-promo-modal {
  backdrop-filter: blur(7px) !important;
  -webkit-backdrop-filter: blur(7px) !important;
}

.vins-promo-backdrop {
  background:
    radial-gradient(circle at 42% 44%, rgba(208, 178, 135, .12), transparent 34%),
    rgba(0, 0, 0, .78) !important;
}

.vins-promo-card {
  width: min(730px, calc(100vw - 44px)) !important;
  min-height: 350px !important;
  border: 1px solid rgba(208, 178, 135, .24) !important;
  background: rgba(5, 4, 3, .96) !important;
}

.vins-promo-media {
  min-height: 350px !important;
}

.vins-promo-content {
  justify-content: center !important;
  padding: clamp(28px, 3vw, 40px) !important;
}

.vins-promo-mark {
  margin-bottom: 10px !important;
  box-shadow: 0 0 22px rgba(208, 178, 135, .1) !important;
}

.vins-promo-card h2 {
  max-width: 315px !important;
  font-size: clamp(29px, 2.8vw, 39px) !important;
}

.vins-promo-actions .vins-cart-primary {
  min-width: 126px !important;
  box-shadow: 0 12px 28px rgba(208, 178, 135, .08) !important;
}

.vins-success-actions a {
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .vins-summary-item-discount,
  .vins-order-item-discount {
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .vins-promo-card {
    width: min(410px, calc(100vw - 28px)) !important;
    min-height: 0 !important;
  }

  .vins-promo-media {
    min-height: 190px !important;
  }

  .vins-promo-card h2 {
    font-size: clamp(27px, 8vw, 34px) !important;
  }
}

/* VINS PHASE 27B LOCALIZED PRODUCT POLISH */
.en-product-page .sale-tittle.product,
.de-product-page .sale-tittle.product,
.ru-product-page .sale-tittle.product {
  line-height: 1.08 !important;
  overflow-wrap: anywhere;
}

.en-product-page .paragraph-6,
.de-product-page .paragraph-6,
.ru-product-page .paragraph-6 {
  line-height: 1.58 !important;
}

.en-product-page .vins-cart-actions-product,
.de-product-page .vins-cart-actions-product,
.ru-product-page .vins-cart-actions-product {
  align-items: flex-end !important;
  gap: 14px !important;
}

.en-product-page .vins-add-to-cart,
.de-product-page .vins-add-to-cart,
.ru-product-page .vins-add-to-cart {
  min-width: 154px;
  white-space: normal;
  text-align: center;
}

.de-product-page .vins-add-to-cart,
.ru-product-page .vins-add-to-cart {
  min-width: 176px;
}

.en-product-page .category-content,
.de-product-page .category-content,
.ru-product-page .category-content {
  width: 100%;
  max-width: 520px;
}

.en-product-page .category-item,
.de-product-page .category-item,
.ru-product-page .category-item {
  min-width: 118px;
}

.en-product-page .link-category,
.de-product-page .link-category,
.ru-product-page .link-category {
  overflow-wrap: anywhere;
}

@media screen and (max-width: 767px) {
  .en-product-page .sale-tittle.product,
  .de-product-page .sale-tittle.product,
  .ru-product-page .sale-tittle.product {
    font-size: clamp(30px, 9vw, 42px) !important;
  }

  .en-product-page .vins-cart-actions-product,
  .de-product-page .vins-cart-actions-product,
  .ru-product-page .vins-cart-actions-product {
    align-items: stretch !important;
  }

  .en-product-page .vins-add-to-cart,
  .de-product-page .vins-add-to-cart,
  .ru-product-page .vins-add-to-cart {
    width: 100%;
    min-width: 0;
  }
}

/* VINS PHASE 28A LANGUAGE PARITY VISUAL QA */
html[lang="en"] .nav-menu-3,
html[lang="de"] .nav-menu-3,
html[lang="ru"] .nav-menu-3 {
  column-gap: clamp(10px, 1.1vw, 20px);
}

html[lang="en"] .nav-link-3,
html[lang="de"] .nav-link-3,
html[lang="ru"] .nav-link-3 {
  white-space: nowrap;
}

html[lang="en"] .dropdown-link,
html[lang="en"] .dropdown-link-2,
html[lang="en"] .dropdown-link-3,
html[lang="en"] .dropdown-link-4,
html[lang="en"] .dropdown-link-5,
html[lang="en"] .dropdown-link-ru,
html[lang="de"] .dropdown-link,
html[lang="de"] .dropdown-link-2,
html[lang="de"] .dropdown-link-3,
html[lang="de"] .dropdown-link-4,
html[lang="de"] .dropdown-link-5,
html[lang="de"] .dropdown-link-ru,
html[lang="ru"] .dropdown-link,
html[lang="ru"] .dropdown-link-2,
html[lang="ru"] .dropdown-link-3,
html[lang="ru"] .dropdown-link-4,
html[lang="ru"] .dropdown-link-5,
html[lang="ru"] .dropdown-link-ru {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  max-width: 30px !important;
  max-height: 30px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background-size: cover !important;
  background-position: center center !important;
  overflow: hidden !important;
}

html[lang="en"] .dropdown-link-ru .vins-language-flag-ru,
html[lang="de"] .dropdown-link-ru .vins-language-flag-ru,
html[lang="ru"] .dropdown-link-ru .vins-language-flag-ru,
html[lang="ru"] .w-dropdown-toggle .vins-language-flag-ru {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

html[lang="ru"] .w-dropdown-toggle .vins-language-flag-ru {
  width: 30px !important;
  height: 30px !important;
  flex: 0 0 30px !important;
}

html[lang="en"] .about-hero-block,
html[lang="de"] .about-hero-block,
html[lang="ru"] .about-hero-block {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: clamp(420px, 42vw, 620px);
  padding: clamp(96px, 11vw, 150px) clamp(24px, 5vw, 80px) clamp(72px, 8vw, 120px) !important;
  text-align: center;
}

html[lang="en"] .about-hero-block::before,
html[lang="de"] .about-hero-block::before,
html[lang="ru"] .about-hero-block::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .28) 42%, rgba(0, 0, 0, .52));
}

html[lang="en"] .about-hero-block > *,
html[lang="de"] .about-hero-block > *,
html[lang="ru"] .about-hero-block > * {
  position: relative;
  z-index: 1;
}

html[lang="en"] .about-hero-block .page-title,
html[lang="de"] .about-hero-block .page-title,
html[lang="ru"] .about-hero-block .page-title {
  max-width: min(940px, calc(100vw - 48px));
  margin-left: auto !important;
  margin-right: auto !important;
  color: rgba(255, 255, 255, .92) !important;
  text-align: center !important;
  text-shadow: 0 3px 22px rgba(0, 0, 0, .66);
}

html[lang="en"] .about-hero-block .detail-paragraph.subpage,
html[lang="de"] .about-hero-block .detail-paragraph.subpage,
html[lang="ru"] .about-hero-block .detail-paragraph.subpage {
  max-width: min(1040px, calc(100vw - 48px));
  margin-left: auto !important;
  margin-right: auto !important;
  color: rgba(208, 178, 135, .94) !important;
  text-align: center !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .7);
}

html[lang="en"] .en-product-page .product-info,
html[lang="de"] .de-product-page .product-info,
html[lang="ru"] .ru-product-page .product-info {
  max-width: 560px;
}

html[lang="en"] .en-product-page .sale-tittle.product,
html[lang="de"] .de-product-page .sale-tittle.product,
html[lang="ru"] .ru-product-page .sale-tittle.product {
  letter-spacing: 0;
  text-wrap: balance;
}

@media screen and (max-width: 991px) {
  html[lang="en"] .nav-menu-3,
  html[lang="de"] .nav-menu-3,
  html[lang="ru"] .nav-menu-3 {
    column-gap: 8px;
  }
}

@media screen and (max-width: 767px) {
  html[lang="en"] .about-hero-block,
  html[lang="de"] .about-hero-block,
  html[lang="ru"] .about-hero-block {
    min-height: 420px;
    padding: 96px 22px 68px !important;
  }

  html[lang="en"] .about-hero-block .page-title,
  html[lang="de"] .about-hero-block .page-title,
  html[lang="ru"] .about-hero-block .page-title {
    font-size: clamp(30px, 8vw, 42px) !important;
    line-height: 1.12 !important;
  }
}

/* VINS PHASE 28A LANGUAGE PARITY HERO CONTENT POLISH */
.about-hero-block {
  position: relative !important;
  z-index: 1;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(1120px, calc(100vw - 48px)) !important;
  min-height: clamp(390px, 41vw, 600px) !important;
  margin: 0 auto !important;
  padding: clamp(88px, 9vw, 132px) clamp(22px, 5vw, 76px) clamp(70px, 7vw, 110px) !important;
  text-align: center !important;
  overflow: visible !important;
}

.about-hero-block::before {
  content: "" !important;
  position: absolute !important;
  inset: auto 50% clamp(42px, 6vw, 86px) !important;
  width: min(920px, calc(100vw - 56px)) !important;
  height: clamp(170px, 18vw, 270px) !important;
  transform: translateX(-50%) !important;
  z-index: 0 !important;
  pointer-events: none !important;
  border-radius: 0 !important;
  background: radial-gradient(circle at center, rgba(0, 0, 0, .42), rgba(0, 0, 0, .22) 48%, rgba(0, 0, 0, 0) 74%) !important;
  box-shadow: none !important;
}

.about-hero-block > * {
  position: relative !important;
  z-index: 1 !important;
}

.about-hero-block .page-title {
  max-width: min(980px, calc(100vw - 56px)) !important;
  margin: 0 auto 10px !important;
  color: rgba(255, 255, 255, .93) !important;
  text-align: center !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .74) !important;
}

.about-hero-block .image-26 {
  width: min(232px, 54vw) !important;
  margin: 2px auto 14px !important;
}

.about-hero-block .detail-paragraph.subpage {
  max-width: min(980px, calc(100vw - 56px)) !important;
  margin: 0 auto !important;
  color: rgba(208, 178, 135, .94) !important;
  text-align: center !important;
  font-size: clamp(18px, 1.45vw, 23px) !important;
  line-height: 1.58 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .74) !important;
}

.hero-section.about-us,
.hero-section.about-us.plates,
.section-14 {
  position: relative !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: clamp(560px, 56vw, 700px) !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.hero-section.about-us::after,
.hero-section.about-us.plates::after,
.section-14::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .08) 42%, rgba(0, 0, 0, .58)), radial-gradient(circle at center, rgba(0, 0, 0, .08), rgba(0, 0, 0, .42) 78%) !important;
}

.hero-section.about-us > *,
.hero-section.about-us.plates > *,
.section-14 > * {
  position: relative !important;
  z-index: 1 !important;
}

.section-14 .container.about-section {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.vins-family-acrostic {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 8px !important;
  max-width: min(560px, calc(100vw - 56px)) !important;
  margin: 20px auto 0 !important;
}

.vins-family-acrostic span {
  min-width: 92px !important;
  padding: 9px 14px !important;
  border: 1px solid rgba(208, 178, 135, .24) !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .08)) !important;
  color: rgba(208, 178, 135, .94) !important;
  font-family: Agina, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.1 !important;
  text-align: left !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .7) !important;
}

.vins-family-acrostic strong {
  color: rgba(208, 178, 135, 1) !important;
  font-size: 25px !important;
  line-height: 1 !important;
}

.vins-home-shop-teaser {
  margin-top: 0 !important;
  padding-top: clamp(70px, 8vw, 112px) !important;
  padding-bottom: clamp(72px, 8vw, 116px) !important;
}

.vins-home-shop-teaser .section-content-tittle {
  max-width: min(900px, calc(100vw - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-bottom: 32px !important;
}

.vins-home-shop-teaser .top-text {
  max-width: min(820px, calc(100vw - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  line-height: 1.5 !important;
}

.vins-home-shop-teaser .container-59 {
  max-width: 420px !important;
}

.hero-stack-11 {
  padding-bottom: clamp(64px, 7vw, 104px) !important;
}

.hero-stack-11 + .footer-subscribe-2,
.hero-stack-11 + .container-11,
.gallery-slider + .footer-subscribe-2,
.gallery-slider + .container-11,
.wrapper-pages > .container-11 {
  margin-top: clamp(34px, 5vw, 72px) !important;
}

.footer-wrapper-three .footer-link-three {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .about-hero-block {
    width: min(100%, calc(100vw - 28px)) !important;
    min-height: clamp(360px, 84vw, 470px) !important;
    padding: 82px 18px 62px !important;
  }

  .about-hero-block::before {
    width: calc(100vw - 28px) !important;
    height: 240px !important;
    bottom: 46px !important;
  }

  .about-hero-block .page-title {
    max-width: calc(100vw - 38px) !important;
    font-size: clamp(30px, 8vw, 42px) !important;
    line-height: 1.12 !important;
  }

  .about-hero-block .detail-paragraph.subpage {
    max-width: calc(100vw - 38px) !important;
    font-size: clamp(16px, 4.4vw, 19px) !important;
    line-height: 1.48 !important;
  }

  .vins-family-acrostic {
    max-width: 320px !important;
    gap: 7px !important;
  }

  .vins-family-acrostic span {
    min-width: 132px !important;
    text-align: center !important;
  }

  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14 {
    min-height: 520px !important;
  }

  .vins-home-shop-teaser {
    padding-top: 58px !important;
    padding-bottom: 74px !important;
  }
}

/* VINS PHASE 28C SR SHOP PRODUCT PRICE ALIGNMENT FIX */
html[lang="sr"] body.shop .container-60 {
  align-items: stretch !important;
}

html[lang="sr"] body.shop .container-60 > .container-59 {
  display: flex !important;
}

html[lang="sr"] body.shop .items-wrapper {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

html[lang="sr"] body.shop .items-content {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
}

html[lang="sr"] body.shop .items-content .item-tittle {
  order: 1 !important;
  min-height: 48px !important;
}

html[lang="sr"] body.shop .items-content .vins-product-badges {
  order: 2 !important;
  min-height: 32px !important;
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}

html[lang="sr"] body.shop .items-content .items-price {
  order: 3 !important;
  display: flex !important;
  min-height: 82px !important;
  margin-top: auto !important;
  margin-bottom: 0 !important;
  align-items: flex-end !important;
  justify-content: center !important;
  text-align: center !important;
}

html[lang="sr"] body.shop .items-content .items-price .vins-price-stack {
  width: 100% !important;
  margin: 0 auto !important;
  align-items: center !important;
  justify-items: center !important;
}

html[lang="sr"] body.shop .items-content .vins-product-cta {
  order: 4 !important;
  margin-top: 14px !important;
}

html[lang="sr"] body.shop .items-content .vins-shop-cart-row {
  order: 5 !important;
  margin-top: 18px !important;
  padding-top: 0 !important;
  align-self: center !important;
}

html[lang="sr"] .product-info .price-text {
  display: block !important;
  width: 100% !important;
  margin: 14px 0 18px !important;
  padding-left: 0 !important;
  text-align: left !important;
  transform: none !important;
}

html[lang="sr"] .product-info .price-text .vins-price-stack {
  display: grid !important;
  width: fit-content !important;
  margin: 0 !important;
  align-items: flex-start !important;
  justify-items: start !important;
  text-align: left !important;
  transform: none !important;
}

html[lang="sr"] .product-info .price-text .vins-discount-label,
html[lang="sr"] .product-info .price-text .vins-discount-saving {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

html[lang="sr"] .product-info .price-text .vins-price-current {
  text-align: left !important;
}

@media screen and (max-width: 767px) {
  html[lang="sr"] body.shop .container-60 > .container-59 {
    display: block !important;
  }

  html[lang="sr"] body.shop .items-wrapper {
    height: auto !important;
  }

  html[lang="sr"] body.shop .items-content .item-tittle,
  html[lang="sr"] body.shop .items-content .vins-product-badges,
  html[lang="sr"] body.shop .items-content .items-price {
    min-height: 0 !important;
  }

  html[lang="sr"] body.shop .items-content .items-price {
    margin-top: 18px !important;
  }

  html[lang="sr"] body.shop .items-content .vins-shop-cart-row {
    width: 100% !important;
    margin-top: 16px !important;
  }

  html[lang="sr"] .product-info .price-text,
  html[lang="sr"] .product-info .price-text .vins-price-stack {
    width: 100% !important;
    text-align: left !important;
  }
}

/* VINS PHASE 29A LANGUAGE PARITY FIXES */
html[lang="en"] .navbar-no-shadow-container-2,
html[lang="de"] .navbar-no-shadow-container-2,
html[lang="ru"] .navbar-no-shadow-container-2 {
  background: rgba(0, 0, 0, .96) !important;
  border-bottom: 1px solid rgba(208, 178, 135, .12) !important;
}

html[lang="en"] .navbar-wrapper-2,
html[lang="de"] .navbar-wrapper-2,
html[lang="ru"] .navbar-wrapper-2 {
  align-items: center !important;
}

html[lang="en"] .nav-menu-3,
html[lang="de"] .nav-menu-3,
html[lang="ru"] .nav-menu-3 {
  align-items: center !important;
}

html[lang="en"] .w-dropdown-toggle,
html[lang="de"] .w-dropdown-toggle,
html[lang="ru"] .w-dropdown-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  min-width: 48px !important;
  padding: 6px 8px !important;
}

html[lang="en"] .w-dropdown-toggle img,
html[lang="de"] .w-dropdown-toggle img,
html[lang="ru"] .w-dropdown-toggle img,
html[lang="en"] .vins-language-flag-ru,
html[lang="de"] .vins-language-flag-ru,
html[lang="ru"] .vins-language-flag-ru {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  display: block !important;
}

html[lang="en"] .dropdown-list,
html[lang="en"] .dropdown-list-2,
html[lang="en"] .dropdown-list-3,
html[lang="de"] .dropdown-list,
html[lang="de"] .dropdown-list-2,
html[lang="de"] .dropdown-list-3,
html[lang="ru"] .dropdown-list,
html[lang="ru"] .dropdown-list-2,
html[lang="ru"] .dropdown-list-3 {
  min-width: 54px !important;
  padding: 8px !important;
  border: 1px solid rgba(208, 178, 135, .24) !important;
  border-radius: 8px !important;
  background: rgba(3, 3, 3, .96) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .42) !important;
}

html[lang="en"] .dropdown-list a,
html[lang="en"] .dropdown-list-2 a,
html[lang="en"] .dropdown-list-3 a,
html[lang="de"] .dropdown-list a,
html[lang="de"] .dropdown-list-2 a,
html[lang="de"] .dropdown-list-3 a,
html[lang="ru"] .dropdown-list a,
html[lang="ru"] .dropdown-list-2 a,
html[lang="ru"] .dropdown-list-3 a {
  width: 30px !important;
  height: 30px !important;
  min-height: 30px !important;
  margin: 5px auto !important;
  padding: 0 !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

html[lang="en"] .vins-home-shop-teaser .container,
html[lang="de"] .vins-home-shop-teaser .container,
html[lang="ru"] .vins-home-shop-teaser .container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

html[lang="en"] .vins-home-shop-teaser .container-59,
html[lang="de"] .vins-home-shop-teaser .container-59,
html[lang="ru"] .vins-home-shop-teaser .container-59 {
  width: min(420px, calc(100vw - 44px)) !important;
  max-width: 420px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html[lang="en"] .vins-home-shop-teaser .items-wrapper,
html[lang="de"] .vins-home-shop-teaser .items-wrapper,
html[lang="ru"] .vins-home-shop-teaser .items-wrapper {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html[lang="en"] .wrapper-pages .hero-section:not(.about-us),
html[lang="en"] .wrapper-pages .hero-section:not(.about-us) .container,
html[lang="en"] .wrapper-pages .hero-section:not(.about-us) .left-block,
html[lang="en"] .wrapper-pages .hero-section:not(.about-us) .hero-div,
html[lang="en"] .wrapper-pages .hero-section:not(.about-us) .top-text.hero,
html[lang="en"] .wrapper-pages .hero-section:not(.about-us) .page-title.big,
html[lang="en"] .wrapper-pages .hero-section:not(.about-us) .paragraph.main,
html[lang="en"] .wrapper-pages .hero-section:not(.about-us) .hero-image-div,
html[lang="de"] .wrapper-pages .hero-section:not(.about-us),
html[lang="de"] .wrapper-pages .hero-section:not(.about-us) .container,
html[lang="de"] .wrapper-pages .hero-section:not(.about-us) .left-block,
html[lang="de"] .wrapper-pages .hero-section:not(.about-us) .hero-div,
html[lang="de"] .wrapper-pages .hero-section:not(.about-us) .top-text.hero,
html[lang="de"] .wrapper-pages .hero-section:not(.about-us) .page-title.big,
html[lang="de"] .wrapper-pages .hero-section:not(.about-us) .paragraph.main,
html[lang="de"] .wrapper-pages .hero-section:not(.about-us) .hero-image-div,
html[lang="ru"] .wrapper-pages .hero-section:not(.about-us),
html[lang="ru"] .wrapper-pages .hero-section:not(.about-us) .container,
html[lang="ru"] .wrapper-pages .hero-section:not(.about-us) .left-block,
html[lang="ru"] .wrapper-pages .hero-section:not(.about-us) .hero-div,
html[lang="ru"] .wrapper-pages .hero-section:not(.about-us) .top-text.hero,
html[lang="ru"] .wrapper-pages .hero-section:not(.about-us) .page-title.big,
html[lang="ru"] .wrapper-pages .hero-section:not(.about-us) .paragraph.main,
html[lang="ru"] .wrapper-pages .hero-section:not(.about-us) .hero-image-div {
  opacity: 1 !important;
}

html[lang="en"] body.shop .container-60,
html[lang="de"] body.shop .container-60,
html[lang="ru"] body.shop .container-60 {
  align-items: stretch !important;
}

html[lang="en"] body.shop .container-60 > .container-59,
html[lang="de"] body.shop .container-60 > .container-59,
html[lang="ru"] body.shop .container-60 > .container-59 {
  display: flex !important;
}

html[lang="en"] body.shop .items-wrapper,
html[lang="de"] body.shop .items-wrapper,
html[lang="ru"] body.shop .items-wrapper {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

html[lang="en"] body.shop .items-content,
html[lang="de"] body.shop .items-content,
html[lang="ru"] body.shop .items-content {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
}

html[lang="en"] body.shop .items-content .item-tittle,
html[lang="de"] body.shop .items-content .item-tittle,
html[lang="ru"] body.shop .items-content .item-tittle {
  order: 1 !important;
  min-height: 54px !important;
}

html[lang="en"] body.shop .items-content .vins-product-badges,
html[lang="de"] body.shop .items-content .vins-product-badges,
html[lang="ru"] body.shop .items-content .vins-product-badges {
  order: 2 !important;
  min-height: 32px !important;
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}

html[lang="en"] body.shop .items-content .items-price,
html[lang="de"] body.shop .items-content .items-price,
html[lang="ru"] body.shop .items-content .items-price {
  order: 3 !important;
  display: flex !important;
  min-height: 82px !important;
  margin-top: auto !important;
  margin-bottom: 0 !important;
  align-items: flex-end !important;
  justify-content: center !important;
  text-align: center !important;
}

html[lang="en"] body.shop .items-content .items-price .vins-price-stack,
html[lang="de"] body.shop .items-content .items-price .vins-price-stack,
html[lang="ru"] body.shop .items-content .items-price .vins-price-stack {
  width: 100% !important;
  margin: 0 auto !important;
  align-items: center !important;
  justify-items: center !important;
}

html[lang="en"] body.shop .items-content .vins-product-cta,
html[lang="de"] body.shop .items-content .vins-product-cta,
html[lang="ru"] body.shop .items-content .vins-product-cta {
  order: 4 !important;
  margin-top: 14px !important;
}

html[lang="en"] body.shop .items-content .vins-shop-cart-row,
html[lang="de"] body.shop .items-content .vins-shop-cart-row,
html[lang="ru"] body.shop .items-content .vins-shop-cart-row {
  order: 5 !important;
  margin-top: 18px !important;
  padding-top: 0 !important;
  align-self: center !important;
}

html[lang="en"] .product-info .price-text,
html[lang="de"] .product-info .price-text,
html[lang="ru"] .product-info .price-text {
  display: block !important;
  width: 100% !important;
  margin: 14px 0 18px !important;
  padding-left: 0 !important;
  text-align: left !important;
  transform: none !important;
}

html[lang="en"] .product-info .price-text .vins-price-stack,
html[lang="de"] .product-info .price-text .vins-price-stack,
html[lang="ru"] .product-info .price-text .vins-price-stack {
  display: grid !important;
  width: fit-content !important;
  margin: 0 !important;
  align-items: flex-start !important;
  justify-items: start !important;
  text-align: left !important;
  transform: none !important;
}

html[lang="en"] .product-info .price-text .vins-discount-label,
html[lang="en"] .product-info .price-text .vins-discount-saving,
html[lang="de"] .product-info .price-text .vins-discount-label,
html[lang="de"] .product-info .price-text .vins-discount-saving,
html[lang="ru"] .product-info .price-text .vins-discount-label,
html[lang="ru"] .product-info .price-text .vins-discount-saving {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

html[lang="en"] .hero-section.about-us,
html[lang="en"] .hero-section.about-us.plates,
html[lang="en"] .section-14,
html[lang="de"] .hero-section.about-us,
html[lang="de"] .hero-section.about-us.plates,
html[lang="de"] .section-14,
html[lang="ru"] .hero-section.about-us,
html[lang="ru"] .hero-section.about-us.plates,
html[lang="ru"] .section-14 {
  min-height: clamp(560px, 56vw, 700px) !important;
  margin-bottom: 0 !important;
}

html[lang="en"] .hero-stack-11 + .footer-subscribe-2,
html[lang="de"] .hero-stack-11 + .footer-subscribe-2,
html[lang="ru"] .hero-stack-11 + .footer-subscribe-2,
html[lang="en"] .gallery-slider + .footer-subscribe-2,
html[lang="de"] .gallery-slider + .footer-subscribe-2,
html[lang="ru"] .gallery-slider + .footer-subscribe-2,
html[lang="en"] .section + .footer-subscribe-2,
html[lang="de"] .section + .footer-subscribe-2,
html[lang="ru"] .section + .footer-subscribe-2 {
  margin-top: clamp(34px, 5vw, 72px) !important;
}

html[lang="en"] .vins-checkout-page,
html[lang="de"] .vins-checkout-page,
html[lang="ru"] .vins-checkout-page {
  padding-top: clamp(54px, 7vw, 92px) !important;
}

html[lang="en"] .vins-checkout-page-form,
html[lang="de"] .vins-checkout-page-form,
html[lang="ru"] .vins-checkout-page-form {
  display: grid !important;
  row-gap: 14px !important;
}

@media screen and (max-width: 767px) {
  html[lang="en"] body.shop .container-60 > .container-59,
  html[lang="de"] body.shop .container-60 > .container-59,
  html[lang="ru"] body.shop .container-60 > .container-59 {
    display: block !important;
  }

  html[lang="en"] body.shop .items-wrapper,
  html[lang="de"] body.shop .items-wrapper,
  html[lang="ru"] body.shop .items-wrapper {
    height: auto !important;
  }

  html[lang="en"] body.shop .items-content .item-tittle,
  html[lang="en"] body.shop .items-content .vins-product-badges,
  html[lang="en"] body.shop .items-content .items-price,
  html[lang="de"] body.shop .items-content .item-tittle,
  html[lang="de"] body.shop .items-content .vins-product-badges,
  html[lang="de"] body.shop .items-content .items-price,
  html[lang="ru"] body.shop .items-content .item-tittle,
  html[lang="ru"] body.shop .items-content .vins-product-badges,
  html[lang="ru"] body.shop .items-content .items-price {
    min-height: 0 !important;
  }

  html[lang="en"] body.shop .items-content .items-price,
  html[lang="de"] body.shop .items-content .items-price,
  html[lang="ru"] body.shop .items-content .items-price {
    margin-top: 18px !important;
  }

  html[lang="en"] body.shop .items-content .vins-shop-cart-row,
  html[lang="de"] body.shop .items-content .vins-shop-cart-row,
  html[lang="ru"] body.shop .items-content .vins-shop-cart-row {
    width: 100% !important;
    margin-top: 16px !important;
  }

  html[lang="en"] .product-info .price-text,
  html[lang="en"] .product-info .price-text .vins-price-stack,
  html[lang="de"] .product-info .price-text,
  html[lang="de"] .product-info .price-text .vins-price-stack,
  html[lang="ru"] .product-info .price-text,
  html[lang="ru"] .product-info .price-text .vins-price-stack {
    width: 100% !important;
    text-align: left !important;
  }
}

/* VINS PHASE 29B LANGUAGE PARITY TARGETED FIXES */
html[lang="en"] .container-55,
html[lang="de"] .container-55,
html[lang="ru"] .container-55 {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(18px, 2.4vw, 32px) !important;
}

html[lang="en"] .container-55 img,
html[lang="de"] .container-55 img,
html[lang="ru"] .container-55 img,
html[lang="en"] .vins-country-placeholder,
html[lang="de"] .vins-country-placeholder,
html[lang="ru"] .vins-country-placeholder {
  width: clamp(116px, 10vw, 166px) !important;
  height: clamp(116px, 10vw, 166px) !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

html[lang="en"] .vins-country-placeholder,
html[lang="de"] .vins-country-placeholder,
html[lang="ru"] .vins-country-placeholder {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  border: 2px solid rgba(208, 178, 135, .34) !important;
  background: linear-gradient(180deg, rgba(185, 25, 42, .9) 0 33%, rgba(255, 255, 255, .92) 33% 66%, rgba(33, 70, 145, .9) 66% 100%) !important;
  color: transparent !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .28) !important;
}

html[lang="en"] .vins-legacy-order-copy,
html[lang="en"] .vins-legacy-order-form,
html[lang="de"] .vins-legacy-order-copy,
html[lang="de"] .vins-legacy-order-form,
html[lang="ru"] .vins-legacy-order-copy,
html[lang="ru"] .vins-legacy-order-form {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

html[lang="en"] .product-info,
html[lang="de"] .product-info,
html[lang="ru"] .product-info {
  text-align: left !important;
}

html[lang="en"] .vins-checkout-page-form .vins-field-error,
html[lang="de"] .vins-checkout-page-form .vins-field-error,
html[lang="ru"] .vins-checkout-page-form .vins-field-error {
  min-height: 0 !important;
}

@media screen and (max-width: 767px) {
  html[lang="en"] .container-55,
  html[lang="de"] .container-55,
  html[lang="ru"] .container-55 {
    gap: 16px !important;
  }
}

/* VINS PHASE 32B RESPONSIVE QA FIXES */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.navbar-no-shadow-container-2,
.navbar-no-shadow-container-3,
.navbar-wrapper-2,
.nav-menu-wrapper-2,
.nav-menu-3,
.dropdown-list,
.dropdown-list-2,
.dropdown-list-3,
.dropdown-list-4,
.dropdown-list-5,
.dropdown-list-6,
.vins-cart-drawer,
.vins-promo-modal,
.vins-promo-card,
.vins-checkout-page,
.vins-checkout-layout,
.hero-wrapper-9,
.container-55,
.container-59,
.container-60,
.items-wrapper,
.product-section,
.product-info,
.vins-contact-map-section,
.map-wrapper,
.vins-map-wrapper,
.footer-subscribe-2 {
  box-sizing: border-box !important;
  max-width: 100% !important;
}

.page-title,
.page-title.big,
.section-tittle,
.heading-29,
.heading-30,
.item-tittle,
.product-info h1,
.product-info .product-name,
.vins-checkout-hero-copy,
.paragraph.main,
.detail-paragraph.subpage {
  overflow-wrap: break-word;
  word-break: normal;
}

.vins-cart-trigger,
.vins-cart-primary,
.vins-cart-secondary,
.vins-add-to-cart,
.vins-product-cta,
.button-10,
.button-11,
.vins-checkout-submit,
.vins-map-link {
  box-sizing: border-box !important;
  max-width: 100% !important;
  white-space: normal !important;
}

.dropdown-list.w--open,
.dropdown-list-2.w--open,
.dropdown-list-3.w--open,
.dropdown-list-4.w--open,
.dropdown-list-5.w--open,
.dropdown-list-6.w--open {
  right: 0 !important;
  left: auto !important;
  max-width: min(220px, calc(100vw - 24px)) !important;
}

@media screen and (max-width: 1100px) {
  .navbar-wrapper-2 {
    padding-left: clamp(18px, 2.2vw, 30px) !important;
    padding-right: clamp(18px, 2.2vw, 30px) !important;
    gap: clamp(10px, 1.4vw, 18px) !important;
  }

  .nav-menu-3 {
    gap: clamp(8px, 1.1vw, 14px) !important;
  }

  .nav-link-3 {
    padding-left: 6px !important;
    padding-right: 6px !important;
    font-size: clamp(14px, 1.24vw, 17px) !important;
    white-space: nowrap !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(170px, 17vw, 220px) !important;
    max-width: 24vw !important;
    height: auto !important;
  }

  .navbar-brand-2::after {
    width: 28px !important;
    height: 38px !important;
  }

  .w-dropdown-toggle {
    min-width: 42px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .vins-cart-trigger {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media screen and (max-width: 900px) {
  .hero-section,
  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14 {
    min-height: clamp(500px, 66vw, 640px) !important;
  }

  .about-hero-block,
  .hero-div,
  .hero-div.small {
    width: min(100%, calc(100vw - 48px)) !important;
    max-width: min(680px, calc(100vw - 48px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .page-title,
  .page-title.big,
  .about-hero-block .page-title {
    font-size: clamp(34px, 5.2vw, 54px) !important;
    line-height: 1.08 !important;
  }

  .paragraph.main,
  .detail-paragraph.subpage,
  .about-hero-block .detail-paragraph.subpage {
    max-width: min(640px, calc(100vw - 56px)) !important;
    line-height: 1.45 !important;
  }

  .container-60 {
    gap: clamp(22px, 4vw, 38px) !important;
  }

  .items-wrapper {
    min-width: 0 !important;
  }

  .product-section {
    column-gap: clamp(28px, 4vw, 48px) !important;
  }

  .product-info {
    min-width: 0 !important;
  }

  .vins-checkout-layout {
    grid-template-columns: 1fr !important;
  }

  .vins-checkout-side {
    position: static !important;
  }

  .footer-wrapper-three,
  .footer-wrapper-three-3 {
    gap: 18px !important;
  }
}

@media screen and (max-width: 768px) {
  .navbar-wrapper-2 {
    min-height: var(--vins-fixed-header-height) !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(142px, 38vw, 190px) !important;
    max-width: 48vw !important;
  }

  .hero-section,
  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14 {
    min-height: clamp(460px, 82vw, 600px) !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .left-block.hero,
  .hero-div,
  .hero-div.small,
  .about-hero-block {
    align-items: center !important;
    text-align: center !important;
  }

  .page-title,
  .page-title.big,
  .section-tittle,
  .about-hero-block .page-title {
    font-size: clamp(31px, 8vw, 46px) !important;
    line-height: 1.08 !important;
    text-align: center !important;
  }

  .paragraph.main,
  .detail-paragraph.subpage,
  .about-hero-block .detail-paragraph.subpage {
    width: 100% !important;
    max-width: min(560px, calc(100vw - 40px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .vins-home-shop-teaser .container-59,
  body.shop .container-60 > .container-59,
  .container-59 {
    width: min(100%, calc(100vw - 36px)) !important;
    max-width: 420px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.shop .container-60 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
  }

  body.shop .items-content .vins-shop-cart-row,
  .vins-cart-actions-product {
    width: 100% !important;
    justify-content: center !important;
  }

  .vins-cart-actions-product {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .vins-cart-actions-product [data-vins-qty],
  .vins-cart-actions-product .vins-add-to-cart {
    width: 100% !important;
  }

  .product-section {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: 28px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .product-info {
    width: min(100%, 620px) !important;
  }

  .vins-product-gallery-thumbs {
    justify-content: center !important;
  }

  .vins-checkout-page-form,
  .vins-checkout-side,
  .vins-checkout-confirmation,
  .vins-success-card {
    width: 100% !important;
    max-width: calc(100vw - 36px) !important;
  }

  .vins-checkout-submit,
  .vins-success-actions .vins-cart-primary,
  .vins-success-actions .vins-cart-secondary,
  .vins-product-cta,
  .vins-add-to-cart {
    width: min(100%, 320px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero-wrapper-9,
  .gallery-slider,
  .testimonial-slider-large-9 {
    width: 100% !important;
    overflow: hidden !important;
  }

  .container-55 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    justify-items: center !important;
    width: min(100%, calc(100vw - 36px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .container-55 img,
  .container-55 .vins-country-placeholder,
  .vins-country-placeholder {
    width: clamp(112px, 31vw, 150px) !important;
    height: clamp(112px, 31vw, 150px) !important;
  }

  .vins-contact-map-section .hero-wrapper-9,
  .vins-contact-map-section .hero-split-9 {
    display: flex !important;
    flex-direction: column !important;
  }

  .vins-contact-map-section .map-wrapper.vins-map-wrapper {
    order: 1 !important;
  }

  .vins-contact-map-section .form-block-2 {
    order: 2 !important;
    width: 100% !important;
  }

  .footer-wrapper-three,
  .footer-wrapper-three-3,
  .footer-link-wrapper-three,
  .footer-social-block-three {
    justify-content: center !important;
    text-align: center !important;
    flex-wrap: wrap !important;
  }
}

@media screen and (max-width: 430px) {
  .navbar-wrapper-2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(124px, 38vw, 162px) !important;
    max-width: 42vw !important;
  }

  .navbar-brand-2::after {
    display: none !important;
  }

  .w-dropdown-toggle {
    min-width: 36px !important;
    padding: 4px !important;
  }

  .w-dropdown-toggle img,
  .vins-language-flag-ru {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
  }

  .vins-cart-trigger {
    min-height: 34px !important;
    padding: 7px 10px !important;
    gap: 5px !important;
  }

  .vins-cart-trigger .vins-cart-count {
    min-width: 19px !important;
    height: 19px !important;
    padding: 0 5px !important;
  }

  .dropdown-list.w--open,
  .dropdown-list-2.w--open,
  .dropdown-list-3.w--open,
  .dropdown-list-4.w--open,
  .dropdown-list-5.w--open,
  .dropdown-list-6.w--open {
    right: 0 !important;
    max-width: calc(100vw - 18px) !important;
  }

  .page-title,
  .page-title.big,
  .section-tittle,
  .about-hero-block .page-title {
    font-size: clamp(28px, 8.4vw, 38px) !important;
    line-height: 1.09 !important;
  }

  .hero-section,
  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14 {
    min-height: clamp(420px, 108vw, 540px) !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .vins-home-shop-teaser .container-59,
  body.shop .container-60 > .container-59,
  .container-59,
  .items-wrapper {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
  }

  .items-content {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.shop .items-content .item-tittle {
    overflow-wrap: anywhere !important;
  }

  .vins-promo-modal {
    padding: 12px !important;
  }

  .vins-promo-card {
    width: min(100%, calc(100vw - 24px)) !important;
    max-height: calc(100vh - 24px) !important;
    overflow-y: auto !important;
  }

  .vins-promo-media {
    min-height: 170px !important;
  }

  .vins-promo-content {
    padding: 22px 18px 20px !important;
  }

  .vins-promo-card h2 {
    font-size: clamp(25px, 8vw, 33px) !important;
  }

  .vins-cart-drawer,
  .vins-cart-panel {
    width: min(100vw, 430px) !important;
    max-width: 100vw !important;
  }

  .container-55 {
    gap: 14px !important;
    max-width: calc(100vw - 28px) !important;
  }

  .footer-subscribe-2 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .footer-link-wrapper-three,
  .footer-social-block-three {
    gap: 12px !important;
  }
}

@media screen and (max-width: 390px) {
  html[lang="de"] .page-title,
  html[lang="de"] .page-title.big,
  html[lang="de"] .section-tittle,
  html[lang="ru"] .page-title,
  html[lang="ru"] .page-title.big,
  html[lang="ru"] .section-tittle,
  html[lang="de"] .about-hero-block .page-title,
  html[lang="ru"] .about-hero-block .page-title {
    font-size: clamp(25px, 7.7vw, 33px) !important;
    line-height: 1.1 !important;
    overflow-wrap: anywhere !important;
    hyphens: auto !important;
  }

  .vins-product-cta,
  .vins-add-to-cart,
  .vins-checkout-submit,
  .vins-map-link {
    overflow-wrap: anywhere !important;
  }

  .container-55 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .container-55 img,
  .container-55 .vins-country-placeholder,
  .vins-country-placeholder {
    width: clamp(96px, 36vw, 132px) !important;
    height: clamp(96px, 36vw, 132px) !important;
  }

  .vins-cart-drawer,
  .vins-cart-panel,
  .vins-promo-card {
    max-width: 100vw !important;
  }

  .vins-checkout-page-form label,
  .vins-order-summary-card > div,
  .vins-order-summary-card > p,
  .vins-order-summary-card strong,
  .vins-order-summary-card span,
  .vins-summary-item-line,
  .vins-order-item-line {
    overflow-wrap: anywhere !important;
  }
}

@media screen and (max-width: 360px) {
  :root {
    --vins-fixed-header-height: 70px;
  }

  .navbar-wrapper-2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .navbar-brand-2 .image-24 {
    width: 118px !important;
    max-width: 38vw !important;
  }

  .vins-cart-trigger {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .hero-section,
  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14 {
    min-height: clamp(390px, 112vw, 510px) !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .page-title,
  .page-title.big,
  .section-tittle,
  .about-hero-block .page-title {
    font-size: clamp(24px, 7.4vw, 31px) !important;
  }

  .paragraph.main,
  .detail-paragraph.subpage,
  .about-hero-block .detail-paragraph.subpage {
    max-width: calc(100vw - 28px) !important;
    font-size: clamp(14px, 4.1vw, 16px) !important;
  }

  .container-55 {
    grid-template-columns: 1fr !important;
  }

  .container-55 img,
  .container-55 .vins-country-placeholder,
  .vins-country-placeholder {
    width: 118px !important;
    height: 118px !important;
  }

  .vins-checkout-page {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .vins-checkout-page-form,
  .vins-checkout-side,
  .vins-checkout-confirmation,
  .vins-success-card {
    max-width: calc(100vw - 24px) !important;
    padding: 18px 14px !important;
  }

  .vins-cart-actions-product,
  body.shop .items-content .vins-shop-cart-row {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  body.shop .items-content .vins-shop-cart-row [data-vins-qty],
  body.shop .items-content .vins-shop-cart-row .vins-add-to-cart,
  .vins-cart-actions-product [data-vins-qty],
  .vins-cart-actions-product .vins-add-to-cart {
    width: 100% !important;
    min-width: 0 !important;
  }

  .vins-product-gallery-thumbs {
    gap: 8px !important;
  }

  .vins-product-gallery-thumb {
    width: 60px !important;
    height: 60px !important;
  }

  .product-info table,
  .product-info tr,
  .product-info td,
  .product-info th {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .vins-map-link {
    left: 10px !important;
    right: 10px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    white-space: normal !important;
  }

  .footer-link-three,
  .footer-link-three-3 {
    display: inline-flex !important;
    justify-content: center !important;
    max-width: 100% !important;
    text-align: center !important;
  }
}

/* VINS PHASE 34C HEADER RESPONSIVE STABILIZATION */
.navbar-no-shadow-container-2 .container-regular-2 {
  width: 100% !important;
  max-width: none !important;
}

.navbar-wrapper-2 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  min-width: 0 !important;
  overflow: visible !important;
}

.navbar-brand-2 {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
  position: relative !important;
  z-index: 3 !important;
  overflow: visible !important;
}

.navbar-brand-2 .image-24 {
  flex: 0 0 auto !important;
  max-width: none !important;
}

.navbar-brand-2::after {
  flex: 0 0 auto !important;
  position: static !important;
  transform: none !important;
  z-index: 1 !important;
}

.nav-menu-wrapper-2 {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  position: relative !important;
  z-index: 2 !important;
  overflow: visible !important;
}

.nav-menu-3 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

.nav-menu-3 > li,
.nav-menu-3 .mobile-margin-top-11,
.nav-menu-3 .nav-button-wrapper-2,
.nav-menu-3 .w-dropdown {
  flex: 0 0 auto !important;
  min-width: 0 !important;
}

.nav-link-3 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  min-width: max-content !important;
  line-height: 1.08 !important;
}

.w-dropdown-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  min-width: 0 !important;
  overflow: visible !important;
  white-space: nowrap !important;
}

.w-dropdown-toggle > img,
.w-dropdown-toggle .vins-language-flag-ru {
  display: block !important;
  order: 1 !important;
  flex: 0 0 auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  border-radius: 999px !important;
  object-fit: cover !important;
}

.w-dropdown-toggle .w-icon-dropdown-toggle {
  order: 2 !important;
  position: static !important;
  inset: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  transform: none !important;
  pointer-events: none !important;
}

.vins-cart-trigger {
  position: relative !important;
  z-index: 4 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

.vins-cart-trigger .vins-cart-count {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  min-width: 20px !important;
  height: 20px !important;
  padding: 0 6px !important;
  border-radius: 999px !important;
  line-height: 1 !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

@media screen and (max-width: 1280px) {
  .navbar-no-shadow-container-2 {
    padding-left: clamp(22px, 2.4vw, 38px) !important;
    padding-right: clamp(22px, 2.4vw, 38px) !important;
  }

  .navbar-wrapper-2 {
    gap: 8px !important;
  }

  .navbar-brand-2 {
    flex-basis: clamp(218px, 20vw, 258px) !important;
    width: clamp(218px, 20vw, 258px) !important;
    max-width: clamp(218px, 20vw, 258px) !important;
    gap: 8px !important;
    margin-right: 8px !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(158px, 13.4vw, 190px) !important;
    height: auto !important;
  }

  .navbar-brand-2::after {
    width: clamp(44px, 3.7vw, 54px) !important;
    height: clamp(44px, 3.7vw, 54px) !important;
    flex-basis: clamp(44px, 3.7vw, 54px) !important;
    background-size: contain !important;
  }

  .nav-menu-wrapper-2 {
    margin-right: 6px !important;
  }

  .nav-menu-3 {
    gap: clamp(4px, .45vw, 8px) !important;
  }

  .nav-link-3 {
    padding: 3px clamp(2px, .35vw, 5px) !important;
    font-size: clamp(12px, .95vw, 14px) !important;
    letter-spacing: 0 !important;
  }

  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: clamp(11.5px, .9vw, 13.5px) !important;
  }

  .w-dropdown-toggle {
    min-width: 48px !important;
    padding: 5px 6px !important;
    gap: 5px !important;
  }

  .w-dropdown-toggle > img,
  .w-dropdown-toggle .vins-language-flag-ru {
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
  }

  .vins-cart-trigger {
    min-height: 36px !important;
    padding: 7px 10px !important;
    gap: 5px !important;
    font-size: 13px !important;
  }
}

@media screen and (max-width: 1180px) {
  .navbar-no-shadow-container-2 {
    padding-left: clamp(18px, 2vw, 30px) !important;
    padding-right: clamp(18px, 2vw, 30px) !important;
  }

  .navbar-wrapper-2 {
    gap: 6px !important;
  }

  .navbar-brand-2 {
    flex-basis: clamp(190px, 18vw, 220px) !important;
    width: clamp(190px, 18vw, 220px) !important;
    max-width: clamp(190px, 18vw, 220px) !important;
    gap: 7px !important;
    margin-right: 6px !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(142px, 12.4vw, 162px) !important;
  }

  .navbar-brand-2::after {
    width: clamp(38px, 3.4vw, 44px) !important;
    height: clamp(38px, 3.4vw, 44px) !important;
    flex-basis: clamp(38px, 3.4vw, 44px) !important;
  }

  .nav-menu-3 {
    gap: clamp(3px, .34vw, 6px) !important;
  }

  .nav-link-3 {
    padding-left: 2px !important;
    padding-right: 2px !important;
    font-size: clamp(10.8px, .88vw, 12.5px) !important;
  }

  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: clamp(10.4px, .84vw, 12px) !important;
  }

  .w-dropdown-toggle {
    min-width: 46px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .w-dropdown-toggle > img,
  .w-dropdown-toggle .vins-language-flag-ru {
    width: 27px !important;
    height: 27px !important;
    max-width: 27px !important;
  }

  .vins-cart-trigger {
    min-height: 34px !important;
    padding: 6px 9px !important;
    font-size: 12.5px !important;
  }
}

@media screen and (max-width: 1100px) {
  .navbar-brand-2 {
    flex-basis: clamp(168px, 16.5vw, 192px) !important;
    width: clamp(168px, 16.5vw, 192px) !important;
    max-width: clamp(168px, 16.5vw, 192px) !important;
    gap: 6px !important;
    margin-right: 4px !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(126px, 11.7vw, 144px) !important;
  }

  .navbar-brand-2::after {
    width: clamp(32px, 3.2vw, 38px) !important;
    height: clamp(32px, 3.2vw, 38px) !important;
    flex-basis: clamp(32px, 3.2vw, 38px) !important;
  }

  .nav-menu-3 {
    gap: 3px !important;
  }

  .nav-link-3 {
    padding-left: 1px !important;
    padding-right: 1px !important;
    font-size: clamp(10px, .82vw, 11.5px) !important;
  }

  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: clamp(9.8px, .8vw, 11px) !important;
  }

  .w-dropdown-toggle {
    min-width: 44px !important;
    gap: 4px !important;
  }

  .w-dropdown-toggle > img,
  .w-dropdown-toggle .vins-language-flag-ru {
    width: 26px !important;
    height: 26px !important;
    max-width: 26px !important;
  }

  .vins-cart-trigger {
    min-height: 32px !important;
    padding: 6px 8px !important;
    gap: 4px !important;
    font-size: 12px !important;
  }

  .vins-cart-trigger .vins-cart-count {
    min-width: 19px !important;
    height: 19px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 1040px) {
  .navbar-no-shadow-container-2 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .navbar-brand-2 {
    flex-basis: clamp(144px, 15vw, 168px) !important;
    width: clamp(144px, 15vw, 168px) !important;
    max-width: clamp(144px, 15vw, 168px) !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(116px, 11.3vw, 132px) !important;
  }

  .navbar-brand-2::after {
    width: 28px !important;
    height: 28px !important;
    flex-basis: 28px !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: 9.8px !important;
  }

  .vins-cart-trigger-label {
    display: none !important;
  }

  .vins-cart-trigger {
    min-width: 42px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}

@media screen and (max-width: 980px) {
  .navbar-brand-2::after {
    display: none !important;
  }

  .navbar-brand-2 {
    flex-basis: clamp(126px, 17vw, 150px) !important;
    width: clamp(126px, 17vw, 150px) !important;
    max-width: clamp(126px, 17vw, 150px) !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(112px, 16vw, 134px) !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: 9.4px !important;
  }
}

@media screen and (max-width: 900px) {
  .navbar-no-shadow-container-2 {
    max-width: 100vw !important;
    overflow: visible !important;
  }

  .navbar-wrapper-2,
  .nav-menu-wrapper-2,
  .nav-menu-3 {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .dropdown-list.w--open,
  .w-dropdown-list.w--open {
    right: 0 !important;
    left: auto !important;
    max-width: calc(100vw - 24px) !important;
  }
}

/* VINS PHASE 34E TABLET MOBILE RESPONSIVE PASS */
@media screen and (max-width: 900px) {
  .navbar-no-shadow-container-2,
  .navbar-wrapper-2,
  .nav-menu-wrapper-2,
  .nav-menu-3,
  .hero-section,
  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14,
  .items-wrapper,
  .items-content,
  .vins-checkout-page,
  .vins-checkout-layout,
  .vins-contact-map-section,
  .map-wrapper,
  .vins-map-wrapper,
  .footer-subscribe-2 {
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }

  .navbar-no-shadow-container-2 {
    padding-left: 14px !important;
    padding-right: 14px !important;
    overflow: visible !important;
  }

  .navbar-wrapper-2 {
    gap: 6px !important;
    min-width: 0 !important;
  }

  .navbar-brand-2 {
    width: clamp(96px, 16vw, 124px) !important;
    max-width: clamp(96px, 16vw, 124px) !important;
    flex-basis: clamp(96px, 16vw, 124px) !important;
  }

  .navbar-brand-2::after {
    display: none !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(96px, 16vw, 124px) !important;
    max-width: 100% !important;
  }

  .nav-menu-wrapper-2 {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .nav-menu-3 {
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: clamp(4px, .8vw, 8px) !important;
    min-width: 0 !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    white-space: nowrap !important;
    min-width: max-content !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: clamp(9px, 1.15vw, 10.5px) !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }

  .w-dropdown-toggle {
    min-width: 38px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
    gap: 4px !important;
  }

  .w-dropdown-toggle > img,
  .w-dropdown-toggle .vins-language-flag-ru {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    flex-basis: 24px !important;
  }

  .vins-cart-trigger {
    min-width: 40px !important;
    min-height: 32px !important;
    margin-left: 2px !important;
    padding: 6px 7px !important;
    gap: 4px !important;
    font-size: 11px !important;
  }

  .vins-cart-trigger-label {
    display: none !important;
  }

  .vins-cart-trigger svg {
    width: 16px !important;
    height: 16px !important;
  }

  .vins-cart-trigger .vins-cart-count {
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 5px !important;
    font-size: 11px !important;
  }

  .dropdown-list.w--open,
  .w-dropdown-list.w--open {
    right: 0 !important;
    left: auto !important;
    max-width: calc(100vw - 20px) !important;
  }

  .hero-section,
  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14 {
    min-height: clamp(440px, 76vw, 620px) !important;
    padding-left: clamp(18px, 4vw, 36px) !important;
    padding-right: clamp(18px, 4vw, 36px) !important;
  }

  .page-title,
  .page-title.big,
  .section-tittle,
  .about-hero-block .page-title {
    font-size: clamp(34px, 6.8vw, 56px) !important;
    line-height: 1.08 !important;
    overflow-wrap: break-word !important;
  }

  .paragraph.main,
  .detail-paragraph.subpage,
  .about-hero-block .detail-paragraph.subpage,
  .vins-checkout-hero-copy {
    max-width: min(100%, 680px) !important;
    line-height: 1.42 !important;
  }

  .w-embed-youtubevideo,
  .w-embed-youtubevideo iframe,
  iframe,
  .w-embed iframe {
    max-width: 100% !important;
  }

  .items-wrapper {
    width: min(100%, 420px) !important;
    max-width: calc(100vw - 36px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .items-wrapper .image-wrapper,
  .items-wrapper .image-wrapper img {
    max-width: 100% !important;
  }

  body.shop .container-60,
  body.shop .items-grid,
  body.shop .collection-list,
  body.shop .collection-list-wrapper {
    grid-template-columns: 1fr !important;
  }

  body.shop .items-content .item-tittle,
  html[lang="de"] .item-tittle,
  html[lang="ru"] .item-tittle {
    overflow-wrap: anywhere !important;
  }

  body.shop .items-content .vins-shop-cart-row,
  .vins-product-cart-row,
  .vins-cart-actions-product {
    flex-wrap: wrap !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 10px !important;
  }

  .vins-product-gallery-thumbs {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px !important;
  }

  .vins-product-gallery-thumb {
    width: 66px !important;
    height: 66px !important;
  }

  .vins-checkout-layout {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .vins-checkout-page {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .vins-checkout-page-form,
  .vins-checkout-side,
  .vins-checkout-confirmation,
  .vins-success-card {
    width: 100% !important;
    max-width: min(100%, 720px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .vins-checkout-page-form input,
  .vins-checkout-page-form select,
  .vins-checkout-page-form textarea,
  .vins-checkout-submit {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .vins-checkout-radio {
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  .vins-contact-map-section .columns-2,
  .vins-contact-map-section .hero-wrapper-9,
  .vins-contact-map-section .hero-split-9 {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 24px !important;
  }

  .vins-contact-map-section .map-wrapper.vins-map-wrapper,
  .vins-contact-map-section .form-block-2,
  .vins-map-wrapper,
  .map-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .vins-map-iframe {
    width: 100% !important;
    min-height: 360px !important;
  }

  .container-55 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(120px, 1fr)) !important;
    gap: 18px !important;
    justify-items: center !important;
    width: min(100%, 620px) !important;
    max-width: calc(100vw - 36px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .container-55 img,
  .container-55 .image-37,
  .container-55 .image-38,
  .container-55 .vins-country-placeholder,
  .vins-country-placeholder {
    width: clamp(118px, 20vw, 150px) !important;
    height: clamp(118px, 20vw, 150px) !important;
    max-width: 100% !important;
  }

  .vins-cart-drawer,
  .vins-cart-panel {
    width: min(100vw, 430px) !important;
    max-width: 100vw !important;
  }

  .vins-promo-card,
  .vins-age-gate,
  .age-gate,
  .age-modal {
    width: min(100%, calc(100vw - 28px)) !important;
    max-width: calc(100vw - 28px) !important;
    max-height: calc(100vh - 28px) !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
  }

  .vins-promo-media {
    min-height: 190px !important;
  }

  .footer-subscribe-2,
  .footer-wrapper-three-2,
  .footer-wrapper-three-3 {
    text-align: center !important;
  }

  .footer-link-three,
  .footer-link-three-3,
  .footer-social-block-three-2,
  .footer-social-block-three-3 {
    justify-content: center !important;
    flex-wrap: wrap !important;
  }
}

@media screen and (max-width: 768px) {
  .navbar-no-shadow-container-2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .navbar-brand-2 {
    width: clamp(88px, 15vw, 112px) !important;
    max-width: clamp(88px, 15vw, 112px) !important;
    flex-basis: clamp(88px, 15vw, 112px) !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(88px, 15vw, 112px) !important;
  }

  .nav-menu-3 {
    gap: clamp(3px, .6vw, 6px) !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: clamp(8.3px, 1.18vw, 9.5px) !important;
  }

  .hero-section,
  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14 {
    min-height: clamp(410px, 92vw, 560px) !important;
    padding-top: 72px !important;
    padding-bottom: 42px !important;
  }

  .page-title,
  .page-title.big,
  .section-tittle,
  .about-hero-block .page-title {
    font-size: clamp(30px, 7.6vw, 48px) !important;
  }

  .items-wrapper {
    max-width: calc(100vw - 32px) !important;
  }

  .vins-product-cart-row [data-vins-qty],
  .vins-product-cart-row .vins-add-to-cart,
  body.shop .items-content .vins-shop-cart-row [data-vins-qty],
  body.shop .items-content .vins-shop-cart-row .vins-add-to-cart {
    min-width: 0 !important;
  }

  .vins-map-iframe {
    min-height: 320px !important;
  }
}

@media screen and (max-width: 600px) {
  .navbar-wrapper-2 {
    gap: 4px !important;
  }

  .navbar-brand-2 {
    width: 84px !important;
    max-width: 84px !important;
    flex-basis: 84px !important;
  }

  .navbar-brand-2 .image-24 {
    width: 84px !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: 8px !important;
  }

  .w-dropdown-toggle > img,
  .w-dropdown-toggle .vins-language-flag-ru {
    width: 22px !important;
    height: 22px !important;
    max-width: 22px !important;
    flex-basis: 22px !important;
  }

  .vins-cart-trigger {
    min-width: 36px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .hero-section,
  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14 {
    min-height: clamp(390px, 106vw, 520px) !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .container-55 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .vins-checkout-page-form,
  .vins-checkout-side,
  .vins-checkout-confirmation,
  .vins-success-card {
    padding: 24px 18px !important;
  }

  .vins-promo-actions,
  .vins-success-actions,
  .vins-cart-actions {
    flex-direction: column !important;
    align-items: stretch !important;
  }
}

@media screen and (max-width: 430px) {
  .navbar-no-shadow-container-2 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }

  .navbar-brand-2 {
    width: 78px !important;
    max-width: 78px !important;
    flex-basis: 78px !important;
  }

  .navbar-brand-2 .image-24 {
    width: 78px !important;
  }

  .nav-menu-3 {
    gap: 3px !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: 7.3px !important;
  }

  .w-dropdown-toggle {
    min-width: 30px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
    gap: 3px !important;
  }

  .w-dropdown-toggle > img,
  .w-dropdown-toggle .vins-language-flag-ru {
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    flex-basis: 20px !important;
  }

  .vins-cart-trigger {
    min-width: 32px !important;
    min-height: 30px !important;
    padding: 5px !important;
  }

  .vins-cart-trigger svg {
    width: 15px !important;
    height: 15px !important;
  }

  .vins-cart-trigger .vins-cart-count {
    min-width: 17px !important;
    height: 17px !important;
    font-size: 10px !important;
  }

  .page-title,
  .page-title.big,
  .section-tittle,
  .about-hero-block .page-title {
    font-size: clamp(27px, 8.6vw, 38px) !important;
    line-height: 1.08 !important;
  }

  .paragraph.main,
  .detail-paragraph.subpage,
  .about-hero-block .detail-paragraph.subpage {
    font-size: clamp(14px, 4.2vw, 16px) !important;
    max-width: calc(100vw - 32px) !important;
  }

  .items-wrapper,
  .vins-home-shop-teaser .items-wrapper,
  body.shop .items-wrapper {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
  }

  .items-content {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .vins-promo-card {
    width: calc(100vw - 24px) !important;
    max-height: calc(100vh - 24px) !important;
  }

  .vins-promo-media {
    min-height: 160px !important;
  }

  .vins-promo-content {
    padding: 22px 18px 20px !important;
  }

  .vins-cart-drawer,
  .vins-cart-panel {
    width: 100vw !important;
    max-width: 100vw !important;
  }

  .vins-map-link {
    left: 10px !important;
    right: 10px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    white-space: normal !important;
  }
}

@media screen and (max-width: 390px) {
  .navbar-brand-2 {
    width: 72px !important;
    max-width: 72px !important;
    flex-basis: 72px !important;
  }

  .navbar-brand-2 .image-24 {
    width: 72px !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: 6.8px !important;
  }

  html[lang="de"] .page-title,
  html[lang="ru"] .page-title,
  html[lang="de"] .section-tittle,
  html[lang="ru"] .section-tittle {
    overflow-wrap: anywhere !important;
    hyphens: auto !important;
  }

  .container-55 img,
  .container-55 .image-37,
  .container-55 .image-38,
  .container-55 .vins-country-placeholder,
  .vins-country-placeholder {
    width: clamp(104px, 35vw, 132px) !important;
    height: clamp(104px, 35vw, 132px) !important;
  }

  .vins-checkout-page-form label,
  .vins-order-summary-card,
  .vins-order-summary-card *,
  .vins-summary-item-line,
  .vins-order-item-line,
  .vins-product-specs,
  .vins-product-specs * {
    overflow-wrap: anywhere !important;
  }
}

@media screen and (max-width: 375px) {
  .navbar-brand-2,
  .navbar-brand-2 .image-24 {
    width: 68px !important;
    max-width: 68px !important;
    flex-basis: 68px !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: 6.4px !important;
  }

  body.shop .items-content .vins-shop-cart-row,
  .vins-product-cart-row,
  .vins-cart-actions-product {
    flex-direction: column !important;
  }

  body.shop .items-content .vins-shop-cart-row [data-vins-qty],
  body.shop .items-content .vins-shop-cart-row .vins-add-to-cart,
  .vins-product-cart-row [data-vins-qty],
  .vins-product-cart-row .vins-add-to-cart,
  .vins-cart-actions-product [data-vins-qty],
  .vins-cart-actions-product .vins-add-to-cart {
    width: 100% !important;
    min-width: 0 !important;
  }

  .vins-product-gallery-thumb {
    width: 60px !important;
    height: 60px !important;
  }
}

@media screen and (max-width: 360px) {
  .navbar-no-shadow-container-2 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .navbar-brand-2,
  .navbar-brand-2 .image-24 {
    width: 64px !important;
    max-width: 64px !important;
    flex-basis: 64px !important;
  }

  .nav-menu-3 {
    gap: 2px !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: 6px !important;
  }

  .w-dropdown-toggle > img,
  .w-dropdown-toggle .vins-language-flag-ru {
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    flex-basis: 18px !important;
  }

  .vins-cart-trigger {
    min-width: 30px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .hero-section,
  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14 {
    min-height: clamp(370px, 112vw, 500px) !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .page-title,
  .page-title.big,
  .section-tittle,
  .about-hero-block .page-title {
    font-size: clamp(24px, 7.8vw, 31px) !important;
  }

  .container-55 {
    grid-template-columns: 1fr !important;
  }

  .vins-checkout-page {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .vins-checkout-page-form,
  .vins-checkout-side,
  .vins-checkout-confirmation,
  .vins-success-card {
    padding: 18px 14px !important;
  }
}

/* VINS PHASE 34D HEADER FLUID SCALE FIX */
.navbar-wrapper-2 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: clamp(12px, 1.4vw, 28px) !important;
  width: 100% !important;
  min-width: 0 !important;
  overflow: visible !important;
}

.navbar-brand-2 {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 1 auto !important;
  min-width: 0 !important;
  max-width: clamp(210px, 18vw, 310px) !important;
  gap: clamp(8px, .8vw, 14px) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  position: relative !important;
  z-index: 3 !important;
}

.navbar-brand-2 .image-24 {
  width: clamp(150px, 13vw, 230px) !important;
  max-width: 100% !important;
  height: auto !important;
  flex: 0 1 auto !important;
}

.navbar-brand-2::after {
  width: clamp(42px, 3.4vw, 58px) !important;
  height: clamp(42px, 3.4vw, 58px) !important;
  flex: 0 0 clamp(42px, 3.4vw, 58px) !important;
  position: static !important;
  transform: none !important;
  background-size: contain !important;
}

.nav-menu-wrapper-2 {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 2 !important;
}

.nav-menu-3 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  gap: clamp(14px, 1.45vw, 34px) !important;
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.nav-menu-3 > li,
.nav-menu-3 .mobile-margin-top-11,
.nav-menu-3 .nav-button-wrapper-2,
.nav-menu-3 .w-dropdown {
  flex: 0 0 auto !important;
  min-width: 0 !important;
}

.nav-link-3 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 4px clamp(3px, .35vw, 8px) !important;
  white-space: nowrap !important;
  min-width: max-content !important;
  font-size: clamp(14px, 1.05vw, 16px) !important;
  line-height: 1.1 !important;
  letter-spacing: .02em !important;
}

.w-dropdown-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  min-width: 0 !important;
  padding: 5px 6px !important;
  overflow: visible !important;
  white-space: nowrap !important;
}

.w-dropdown-toggle > img,
.w-dropdown-toggle .vins-language-flag-ru {
  display: block !important;
  order: 1 !important;
  width: 30px !important;
  height: 30px !important;
  max-width: 30px !important;
  flex: 0 0 30px !important;
  opacity: 1 !important;
  visibility: visible !important;
  border-radius: 999px !important;
  object-fit: cover !important;
}

.w-dropdown-toggle .w-icon-dropdown-toggle {
  order: 2 !important;
  position: static !important;
  inset: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  transform: none !important;
}

.vins-cart-trigger {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  gap: 7px !important;
  min-height: 38px !important;
  margin-left: 10px !important;
  padding: 8px 13px !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
  position: relative !important;
  z-index: 4 !important;
}

.vins-cart-trigger .vins-cart-count {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 21px !important;
  height: 21px !important;
  padding: 0 6px !important;
  border-radius: 999px !important;
  line-height: 1 !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

@media screen and (max-width: 1360px) {
  .navbar-no-shadow-container-2 {
    padding-left: clamp(28px, 3vw, 52px) !important;
    padding-right: clamp(28px, 3vw, 52px) !important;
  }

  .navbar-wrapper-2 {
    gap: clamp(10px, 1vw, 18px) !important;
  }

  .navbar-brand-2 {
    max-width: clamp(190px, 16.5vw, 250px) !important;
    gap: 8px !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(145px, 12.4vw, 185px) !important;
  }

  .navbar-brand-2::after {
    width: clamp(38px, 3vw, 48px) !important;
    height: clamp(38px, 3vw, 48px) !important;
    flex-basis: clamp(38px, 3vw, 48px) !important;
  }

  .nav-menu-3 {
    gap: clamp(10px, 1.05vw, 22px) !important;
  }

  .nav-link-3 {
    font-size: clamp(13px, .96vw, 15px) !important;
    padding-left: clamp(2px, .25vw, 5px) !important;
    padding-right: clamp(2px, .25vw, 5px) !important;
  }
}

@media screen and (max-width: 1280px) {
  .navbar-no-shadow-container-2 {
    padding-left: clamp(22px, 2.4vw, 38px) !important;
    padding-right: clamp(22px, 2.4vw, 38px) !important;
  }

  .navbar-wrapper-2 {
    gap: 10px !important;
  }

  .navbar-brand-2 {
    max-width: clamp(140px, 13.5vw, 172px) !important;
    flex-basis: clamp(140px, 13.5vw, 172px) !important;
    width: clamp(140px, 13.5vw, 172px) !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(136px, 12.8vw, 168px) !important;
  }

  .navbar-brand-2::after {
    display: none !important;
  }

  .nav-menu-3 {
    gap: clamp(8px, .85vw, 16px) !important;
  }

  .nav-link-3 {
    font-size: clamp(12.5px, .9vw, 14px) !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: clamp(12px, .86vw, 13.5px) !important;
  }

  .w-dropdown-toggle > img,
  .w-dropdown-toggle .vins-language-flag-ru {
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
    flex-basis: 28px !important;
  }

  .vins-cart-trigger {
    min-height: 36px !important;
    margin-left: 6px !important;
    padding: 7px 11px !important;
    gap: 5px !important;
    font-size: 13px !important;
  }
}

@media screen and (max-width: 1180px) {
  .navbar-no-shadow-container-2 {
    padding-left: clamp(18px, 2vw, 28px) !important;
    padding-right: clamp(18px, 2vw, 28px) !important;
  }

  .navbar-wrapper-2 {
    gap: 8px !important;
  }

  .navbar-brand-2 {
    max-width: clamp(126px, 12.4vw, 150px) !important;
    flex-basis: clamp(126px, 12.4vw, 150px) !important;
    width: clamp(126px, 12.4vw, 150px) !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(124px, 12vw, 148px) !important;
  }

  .nav-menu-3 {
    gap: clamp(6px, .7vw, 12px) !important;
  }

  .nav-link-3 {
    font-size: clamp(11.5px, .84vw, 13px) !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: clamp(11px, .8vw, 12.5px) !important;
  }

  .w-dropdown-toggle {
    gap: 5px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .vins-cart-trigger {
    min-height: 34px !important;
    padding: 6px 9px !important;
    font-size: 12.5px !important;
  }
}

@media screen and (max-width: 1100px) {
  .navbar-no-shadow-container-2 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .navbar-wrapper-2 {
    gap: 6px !important;
  }

  .navbar-brand-2 {
    max-width: clamp(116px, 11.4vw, 136px) !important;
    flex-basis: clamp(116px, 11.4vw, 136px) !important;
    width: clamp(116px, 11.4vw, 136px) !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(114px, 11vw, 134px) !important;
  }

  .nav-menu-3 {
    gap: clamp(5px, .55vw, 9px) !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: clamp(10.6px, .78vw, 12px) !important;
  }

  .w-dropdown-toggle > img,
  .w-dropdown-toggle .vins-language-flag-ru {
    width: 26px !important;
    height: 26px !important;
    max-width: 26px !important;
    flex-basis: 26px !important;
  }

  .vins-cart-trigger {
    min-height: 32px !important;
    padding: 6px 8px !important;
    font-size: 12px !important;
  }

  .vins-cart-trigger .vins-cart-count {
    min-width: 19px !important;
    height: 19px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 1024px) {
  .navbar-brand-2 {
    max-width: clamp(104px, 10.6vw, 122px) !important;
    flex-basis: clamp(104px, 10.6vw, 122px) !important;
    width: clamp(104px, 10.6vw, 122px) !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(104px, 10.4vw, 120px) !important;
  }

  .nav-menu-3 {
    gap: clamp(4px, .45vw, 7px) !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: clamp(10px, .72vw, 11.2px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .vins-cart-trigger-label {
    display: none !important;
  }

  .vins-cart-trigger {
    min-width: 42px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}

@media screen and (max-width: 980px) {
  .navbar-no-shadow-container-2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .navbar-brand-2 {
    max-width: 104px !important;
    flex-basis: 104px !important;
    width: 104px !important;
  }

  .navbar-brand-2 .image-24 {
    width: 104px !important;
  }

  .nav-menu-3 {
    gap: 5px !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: 10px !important;
    letter-spacing: 0 !important;
  }
}

@media screen and (max-width: 900px) {
  .navbar-wrapper-2,
  .nav-menu-wrapper-2,
  .nav-menu-3 {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .navbar-brand-2 {
    flex-shrink: 1 !important;
  }

  .w-dropdown-toggle {
    min-width: 40px !important;
  }

  .dropdown-list.w--open,
  .w-dropdown-list.w--open {
    right: 0 !important;
    left: auto !important;
    max-width: calc(100vw - 24px) !important;
  }
}

/* VINS PHASE 34C HEADER RESPONSIVE STABILIZATION */
.navbar-no-shadow-container-2 .container-regular-2 {
  width: 100% !important;
  max-width: none !important;
}

.navbar-wrapper-2 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-width: 0 !important;
  width: 100% !important;
}

.navbar-brand-2,
.navbar-brand-2.w--current {
  display: inline-flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  min-width: 0 !important;
}

.navbar-brand-2::after {
  flex-shrink: 0 !important;
  transform: none !important;
}

.nav-menu-wrapper-2 {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.nav-menu-3 {
  flex-wrap: nowrap !important;
  align-items: center !important;
  min-width: 0 !important;
}

.nav-menu-3 > li,
.mobile-margin-top-11,
.nav-button-wrapper-2,
.w-dropdown {
  flex: 0 0 auto !important;
  min-width: 0 !important;
}

.nav-link-3 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  min-width: max-content !important;
  line-height: 1.08 !important;
}

.w-dropdown-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  overflow: visible !important;
  white-space: nowrap !important;
}

.w-dropdown-toggle > img,
.w-dropdown-toggle .vins-language-flag-ru {
  display: block !important;
  flex: 0 0 auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  border-radius: 999px !important;
  object-fit: cover !important;
}

.w-dropdown-toggle .w-icon-dropdown-toggle {
  position: static !important;
  inset: auto !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  transform: none !important;
  pointer-events: none !important;
}

.vins-cart-trigger {
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
}

.vins-cart-trigger .vins-cart-count {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
}

@media screen and (max-width: 1280px) {
  .navbar-no-shadow-container-2 {
    padding-left: clamp(26px, 3vw, 46px) !important;
    padding-right: clamp(26px, 3vw, 46px) !important;
  }

  .navbar-wrapper-2 {
    gap: 12px !important;
  }

  .navbar-brand-2,
  .navbar-brand-2.w--current {
    flex-basis: clamp(238px, 23vw, 292px) !important;
    max-width: clamp(238px, 23vw, 292px) !important;
    margin-left: 0 !important;
    margin-right: 8px !important;
    gap: clamp(8px, .8vw, 12px) !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(174px, 15.2vw, 214px) !important;
    max-width: none !important;
    height: auto !important;
  }

  .navbar-brand-2::after {
    width: clamp(48px, 4.4vw, 58px) !important;
    height: clamp(48px, 4.4vw, 58px) !important;
    flex-basis: clamp(48px, 4.4vw, 58px) !important;
  }

  .nav-menu-wrapper-2 {
    margin-right: clamp(6px, .8vw, 12px) !important;
  }

  .nav-menu-3 {
    justify-content: center !important;
    gap: clamp(6px, .72vw, 10px) !important;
  }

  .nav-link-3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: clamp(3px, .46vw, 6px) !important;
    padding-right: clamp(3px, .46vw, 6px) !important;
    font-size: clamp(13px, 1.08vw, 15px) !important;
    letter-spacing: .25px !important;
  }

  .w-dropdown-toggle {
    min-width: 48px !important;
    padding: 5px 6px !important;
  }

  .w-dropdown-toggle > img,
  .w-dropdown-toggle .vins-language-flag-ru {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
  }

  .vins-cart-trigger {
    min-height: 38px !important;
    margin-left: 8px !important;
    padding: 8px 12px !important;
    gap: 6px !important;
    font-size: 14px !important;
  }
}

@media screen and (max-width: 1180px) {
  .navbar-no-shadow-container-2 {
    padding-left: clamp(16px, 2vw, 28px) !important;
    padding-right: clamp(16px, 2vw, 28px) !important;
  }

  .navbar-wrapper-2 {
    gap: 8px !important;
  }

  .navbar-brand-2,
  .navbar-brand-2.w--current {
    flex-basis: clamp(210px, 20vw, 244px) !important;
    max-width: clamp(210px, 20vw, 244px) !important;
    margin-right: 4px !important;
    gap: 7px !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(154px, 14vw, 178px) !important;
  }

  .navbar-brand-2::after {
    width: clamp(42px, 4vw, 52px) !important;
    height: clamp(42px, 4vw, 52px) !important;
    flex-basis: clamp(42px, 4vw, 52px) !important;
  }

  .nav-menu-3 {
    gap: clamp(3px, .42vw, 7px) !important;
  }

  .nav-link-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
    font-size: clamp(12px, 1vw, 14px) !important;
    letter-spacing: .12px !important;
  }

  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: clamp(11.5px, .94vw, 13px) !important;
  }

  .w-dropdown-toggle {
    min-width: 46px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .w-dropdown-toggle > img,
  .w-dropdown-toggle .vins-language-flag-ru {
    width: 27px !important;
    height: 27px !important;
    min-width: 27px !important;
  }

  .vins-cart-trigger {
    min-height: 36px !important;
    margin-left: 5px !important;
    padding: 7px 10px !important;
    font-size: 13px !important;
  }

  .vins-cart-trigger svg {
    width: 16px !important;
    height: 16px !important;
  }

  .vins-cart-trigger .vins-cart-count {
    min-width: 20px !important;
    height: 20px !important;
    padding: 0 6px !important;
    font-size: 12px !important;
  }
}

@media screen and (max-width: 1100px) {
  .navbar-no-shadow-container-2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .navbar-wrapper-2 {
    gap: 6px !important;
  }

  .navbar-brand-2,
  .navbar-brand-2.w--current {
    flex-basis: clamp(188px, 18.5vw, 212px) !important;
    max-width: clamp(188px, 18.5vw, 212px) !important;
    gap: 6px !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(140px, 13.1vw, 156px) !important;
  }

  .navbar-brand-2::after {
    width: clamp(38px, 3.7vw, 46px) !important;
    height: clamp(38px, 3.7vw, 46px) !important;
    flex-basis: clamp(38px, 3.7vw, 46px) !important;
  }

  .nav-menu-wrapper-2 {
    margin-right: 3px !important;
  }

  .nav-menu-3 {
    gap: 2px !important;
  }

  .nav-link-3 {
    padding-left: 2px !important;
    padding-right: 2px !important;
    font-size: clamp(11px, .96vw, 12.5px) !important;
    letter-spacing: 0 !important;
  }

  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: clamp(10.5px, .9vw, 12px) !important;
  }

  .w-dropdown-toggle {
    gap: 4px !important;
    min-width: 43px !important;
    padding: 4px 5px !important;
  }

  .w-dropdown-toggle > img,
  .w-dropdown-toggle .vins-language-flag-ru {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
  }

  .w-dropdown-toggle .w-icon-dropdown-toggle {
    width: 10px !important;
    height: 10px !important;
  }

  .vins-cart-trigger {
    min-height: 34px !important;
    margin-left: 3px !important;
    padding: 7px 8px !important;
    gap: 4px !important;
    font-size: 12px !important;
  }
}

@media screen and (max-width: 1040px) {
  .navbar-brand-2,
  .navbar-brand-2.w--current {
    flex-basis: clamp(164px, 17vw, 184px) !important;
    max-width: clamp(164px, 17vw, 184px) !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(128px, 12.4vw, 142px) !important;
  }

  .navbar-brand-2::after {
    width: 34px !important;
    height: 34px !important;
    flex-basis: 34px !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: clamp(10px, .86vw, 11px) !important;
  }

  .w-dropdown-toggle {
    min-width: 42px !important;
  }

  .w-dropdown-toggle > img,
  .w-dropdown-toggle .vins-language-flag-ru {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
  }

  .vins-cart-trigger {
    padding-left: 7px !important;
    padding-right: 7px !important;
    font-size: 11.5px !important;
  }

  .vins-cart-trigger .vins-cart-count {
    min-width: 19px !important;
    height: 19px !important;
    padding: 0 5px !important;
  }
}

@media screen and (max-width: 980px) {
  .navbar-no-shadow-container-2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .navbar-brand-2,
  .navbar-brand-2.w--current {
    flex-basis: clamp(144px, 16vw, 164px) !important;
    max-width: clamp(144px, 16vw, 164px) !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(118px, 12vw, 130px) !important;
  }

  .navbar-brand-2::after {
    display: none !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: 10px !important;
  }

  .vins-cart-trigger-label {
    display: none !important;
  }

  .vins-cart-trigger {
    min-width: 42px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

@media screen and (max-width: 900px) {
  .navbar-no-shadow-container-2 {
    max-width: 100vw !important;
    overflow-x: clip !important;
  }

  .navbar-wrapper-2 {
    max-width: 100% !important;
    overflow: visible !important;
  }

  .dropdown-list.w--open,
  .dropdown-list-2.w--open,
  .dropdown-list-3.w--open,
  .dropdown-list-4.w--open,
  .dropdown-list-5.w--open,
  .dropdown-list-6.w--open {
    right: 0 !important;
    left: auto !important;
    max-width: calc(100vw - 20px) !important;
  }
}

/* VINS PHASE 32C LANGUAGE PARITY BUGFIXES */
html[lang="en"] .navbar-no-shadow-container-2,
html[lang="de"] .navbar-no-shadow-container-2,
html[lang="ru"] .navbar-no-shadow-container-2 {
  isolation: isolate;
}

html[lang="en"] .navbar-wrapper-2,
html[lang="de"] .navbar-wrapper-2,
html[lang="ru"] .navbar-wrapper-2 {
  align-items: center !important;
}

html[lang="en"] .nav-menu-3,
html[lang="de"] .nav-menu-3,
html[lang="ru"] .nav-menu-3 {
  align-items: center !important;
}

html[lang="en"] .nav-link-3,
html[lang="de"] .nav-link-3,
html[lang="ru"] .nav-link-3 {
  line-height: 1.15 !important;
  white-space: nowrap;
}

html[lang="en"] .w-dropdown-toggle,
html[lang="de"] .w-dropdown-toggle,
html[lang="ru"] .w-dropdown-toggle {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  min-width: 52px !important;
  padding: 6px 8px !important;
  overflow: visible !important;
}

html[lang="en"] .w-dropdown-toggle img,
html[lang="de"] .w-dropdown-toggle img,
html[lang="ru"] .w-dropdown-toggle img {
  order: 1;
  flex: 0 0 auto;
}

html[lang="en"] .w-dropdown-toggle .w-icon-dropdown-toggle,
html[lang="de"] .w-dropdown-toggle .w-icon-dropdown-toggle,
html[lang="ru"] .w-dropdown-toggle .w-icon-dropdown-toggle {
  position: static !important;
  inset: auto !important;
  order: 2;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 !important;
  transform: none !important;
  color: rgba(208, 178, 135, 0.9) !important;
  line-height: 1 !important;
  pointer-events: none;
}

html[lang="en"] .w-dropdown-toggle .w-icon-dropdown-toggle::before,
html[lang="de"] .w-dropdown-toggle .w-icon-dropdown-toggle::before,
html[lang="ru"] .w-dropdown-toggle .w-icon-dropdown-toggle::before {
  position: static !important;
  display: block;
  font-size: 12px !important;
  line-height: 1 !important;
}

html[lang="en"] .dropdown-list-3,
html[lang="de"] .dropdown-list-3,
html[lang="ru"] .dropdown-list-3,
html[lang="en"] .dropdown-list-4,
html[lang="de"] .dropdown-list-4,
html[lang="ru"] .dropdown-list-4 {
  right: 0 !important;
  left: auto !important;
}

html[lang="en"] .page-title,
html[lang="en"] .page-title.big,
html[lang="en"] .section-tittle,
html[lang="en"] .sale-tittle,
html[lang="en"] .item-tittle,
html[lang="en"] .price-text,
html[lang="en"] .top-text,
html[lang="en"] .product-info h1,
html[lang="en"] .product-title,
html[lang="en"] .hero-heading-right,
html[lang="en"] .heading-29,
html[lang="en"] .heading-30 {
  font-family: Agina, "Playfair Display", Georgia, serif !important;
  letter-spacing: 0 !important;
}

html[lang="de"] .vins-home-shop-teaser,
html[lang="ru"] .vins-home-shop-teaser {
  display: block !important;
  width: 100% !important;
  clear: both;
  margin-left: auto !important;
  margin-right: auto !important;
  opacity: 1 !important;
}

html[lang="de"] .vins-home-shop-teaser .container,
html[lang="ru"] .vins-home-shop-teaser .container,
html[lang="de"] .vins-home-shop-teaser .container-59,
html[lang="ru"] .vins-home-shop-teaser .container-59 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

html[lang="de"] .vins-home-shop-teaser .items-wrapper,
html[lang="ru"] .vins-home-shop-teaser .items-wrapper,
html[lang="de"] .vins-home-shop-teaser [data-vins-product-card],
html[lang="ru"] .vins-home-shop-teaser [data-vins-product-card] {
  margin-left: auto !important;
  margin-right: auto !important;
}

html[lang="en"] .vins-contact-map-section .columns-2 {
  align-items: stretch;
}

html[lang="en"] .vins-contact-map-section .vins-map-wrapper {
  min-height: 360px;
}

@media screen and (max-width: 1100px) {
  html[lang="en"] .nav-menu-3,
  html[lang="de"] .nav-menu-3,
  html[lang="ru"] .nav-menu-3 {
    gap: clamp(12px, 1.8vw, 22px) !important;
  }

  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: clamp(13px, 1.25vw, 15px) !important;
  }
}

@media screen and (max-width: 430px) {
  html[lang="en"] .w-dropdown-toggle,
  html[lang="de"] .w-dropdown-toggle,
  html[lang="ru"] .w-dropdown-toggle {
    gap: 5px !important;
    min-width: 46px !important;
    padding: 4px 5px !important;
  }

  html[lang="en"] .w-dropdown-toggle .w-icon-dropdown-toggle,
  html[lang="de"] .w-dropdown-toggle .w-icon-dropdown-toggle,
  html[lang="ru"] .w-dropdown-toggle .w-icon-dropdown-toggle {
    width: 10px !important;
    height: 10px !important;
  }

  html[lang="en"] .w-dropdown-toggle .w-icon-dropdown-toggle::before,
  html[lang="de"] .w-dropdown-toggle .w-icon-dropdown-toggle::before,
  html[lang="ru"] .w-dropdown-toggle .w-icon-dropdown-toggle::before {
    font-size: 10px !important;
  }

  html[lang="de"] .vins-home-shop-teaser .items-wrapper,
  html[lang="ru"] .vins-home-shop-teaser .items-wrapper,
  html[lang="de"] .vins-home-shop-teaser [data-vins-product-card],
  html[lang="ru"] .vins-home-shop-teaser [data-vins-product-card] {
    max-width: calc(100vw - 32px) !important;
  }
}

/* VINS PHASE 33B FINAL TARGETED FIXES */
html[lang="en"] .navbar-no-shadow-container-2 {
  background: rgba(0, 0, 0, .96) !important;
  border-bottom: 1px solid rgba(208, 178, 135, .18) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .34) !important;
}

html[lang="en"] .navbar-wrapper-2 {
  min-height: var(--vins-fixed-header-height) !important;
  justify-content: space-between !important;
  gap: clamp(14px, 2vw, 28px) !important;
}

html[lang="en"] .nav-menu-wrapper-2 {
  flex: 1 1 auto !important;
  display: flex !important;
  justify-content: center !important;
}

html[lang="en"] .nav-menu-3 {
  justify-content: center !important;
  margin: 0 auto !important;
}

html[lang="en"] .vins-cart-trigger {
  flex: 0 0 auto !important;
}

html[lang="de"] .vins-home-shop-teaser .section-content-tittle,
html[lang="de"] .vins-home-shop-teaser .button-6,
html[lang="de"] .vins-home-shop-teaser .container-59,
html[lang="ru"] .vins-home-shop-teaser .section-content-tittle,
html[lang="ru"] .vins-home-shop-teaser .button-6,
html[lang="ru"] .vins-home-shop-teaser .container-59 {
  opacity: 1 !important;
}

html[lang="de"] .vins-home-shop-teaser,
html[lang="ru"] .vins-home-shop-teaser {
  position: relative !important;
  z-index: 1 !important;
}

/* VINS PHASE 33C DE RU HOMEPAGE SHOP TEASER PARITY FIX */
html[lang="de"] .vins-home-shop-teaser .container,
html[lang="ru"] .vins-home-shop-teaser .container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  max-width: min(980px, calc(100vw - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html[lang="de"] .vins-home-shop-teaser .container-59,
html[lang="ru"] .vins-home-shop-teaser .container-59 {
  display: block !important;
  width: min(420px, calc(100vw - 44px)) !important;
  max-width: 420px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html[lang="de"] .vins-home-shop-teaser .items-wrapper,
html[lang="ru"] .vins-home-shop-teaser .items-wrapper,
html[lang="de"] .vins-home-shop-teaser [data-vins-product-card],
html[lang="ru"] .vins-home-shop-teaser [data-vins-product-card] {
  width: 100% !important;
  max-width: 420px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html[lang="de"] .vins-home-shop-teaser .image-wrapper,
html[lang="ru"] .vins-home-shop-teaser .image-wrapper {
  width: 100% !important;
  overflow: hidden !important;
}

html[lang="de"] .vins-home-shop-teaser .project-image,
html[lang="ru"] .vins-home-shop-teaser .project-image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: cover !important;
}

@media screen and (max-width: 479px) {
  html[lang="de"] .vins-home-shop-teaser .container-59,
  html[lang="ru"] .vins-home-shop-teaser .container-59,
  html[lang="de"] .vins-home-shop-teaser .items-wrapper,
  html[lang="ru"] .vins-home-shop-teaser .items-wrapper,
  html[lang="de"] .vins-home-shop-teaser [data-vins-product-card],
  html[lang="ru"] .vins-home-shop-teaser [data-vins-product-card] {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
  }
}

/* VINS PHASE 34B FINAL RESPONSIVE SYSTEM */
.navbar-no-shadow-container-2,
.navbar-wrapper-2,
.nav-menu-wrapper-2,
.nav-menu-3,
.w-dropdown,
.w-dropdown-toggle,
.dropdown-list,
.dropdown-list-2,
.dropdown-list-3,
.dropdown-list-4,
.dropdown-list-5,
.dropdown-list-6,
.vins-cart-trigger,
.vins-cart-drawer,
.vins-cart-panel,
.vins-promo-modal,
.vins-promo-card,
.hero-section,
.hero-section.about-us,
.hero-section.about-us.plates,
.section-14,
.vins-home-shop-teaser,
.container-55,
.container-59,
.container-60,
.items-wrapper,
.product-section,
.product-info,
.vins-checkout-page,
.vins-checkout-layout,
.vins-contact-map-section,
.map-wrapper,
.vins-map-wrapper,
.footer-subscribe-2 {
  box-sizing: border-box !important;
}

.nav-menu-3,
.nav-link-3,
.w-dropdown,
.vins-cart-trigger {
  min-width: 0 !important;
}

.nav-menu-3 {
  flex-wrap: nowrap !important;
}

.nav-link-3 {
  white-space: nowrap !important;
  overflow-wrap: normal !important;
}

.w-dropdown-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
}

.dropdown-list.w--open,
.dropdown-list-2.w--open,
.dropdown-list-3.w--open,
.dropdown-list-4.w--open,
.dropdown-list-5.w--open,
.dropdown-list-6.w--open {
  right: 0 !important;
  left: auto !important;
  max-width: min(220px, calc(100vw - 24px)) !important;
}

.page-title,
.page-title.big,
.section-tittle,
.heading-29,
.heading-30,
.item-tittle,
.product-info h1,
.product-info .product-name,
.paragraph.main,
.detail-paragraph.subpage,
.vins-checkout-hero-copy {
  overflow-wrap: break-word;
  word-break: normal;
}

.hero-wrapper-9,
.gallery-slider,
.testimonial-slider-large-9,
.vins-contact-map-section,
.vins-map-wrapper,
.map-wrapper iframe {
  max-width: 100% !important;
}

@media screen and (max-width: 1280px) {
  .navbar-no-shadow-container-2 {
    padding: 18px clamp(42px, 4.2vw, 72px) !important;
  }

  .navbar-wrapper-2 {
    gap: clamp(10px, 1.2vw, 18px) !important;
  }

  .navbar-brand-2,
  .navbar-brand-2.w--current {
    flex: 0 1 auto !important;
    margin-left: 0 !important;
    margin-right: clamp(8px, 1vw, 14px) !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(186px, 16vw, 220px) !important;
    max-width: 21vw !important;
    height: auto !important;
  }

  .navbar-brand-2::after {
    transform: scale(.92);
    transform-origin: left center;
  }

  .nav-menu-wrapper-2 {
    flex: 1 1 auto !important;
    margin-right: clamp(8px, 1vw, 16px) !important;
  }

  .nav-menu-3 {
    gap: clamp(8px, 1vw, 14px) !important;
    justify-content: center !important;
  }

  .nav-link-3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 4px clamp(5px, .62vw, 8px) !important;
    font-size: clamp(14px, 1.18vw, 16px) !important;
    line-height: 1.1 !important;
  }

  .w-dropdown-toggle {
    gap: 6px !important;
    min-width: 48px !important;
    padding: 5px 7px !important;
  }

  .w-dropdown-toggle img,
  .vins-language-flag-ru {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
  }

  .w-dropdown-toggle .w-icon-dropdown-toggle {
    position: static !important;
    width: 12px !important;
    height: 12px !important;
    margin: 0 !important;
    transform: none !important;
  }

  .vins-cart-trigger {
    flex: 0 0 auto !important;
    margin-left: clamp(6px, .8vw, 14px) !important;
    padding: 8px 12px !important;
    gap: 6px !important;
    font-size: 14px !important;
    white-space: nowrap !important;
  }
}

@media screen and (max-width: 1180px) {
  .navbar-no-shadow-container-2 {
    padding: 16px clamp(26px, 3vw, 46px) !important;
  }

  .navbar-wrapper-2 {
    gap: 10px !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(166px, 15vw, 190px) !important;
    max-width: 19vw !important;
  }

  .navbar-brand-2::after {
    transform: scale(.82);
  }

  .nav-menu-wrapper-2 {
    margin-right: 8px !important;
  }

  .nav-menu-3 {
    gap: clamp(5px, .7vw, 10px) !important;
  }

  .nav-link-3 {
    padding-left: 4px !important;
    padding-right: 4px !important;
    font-size: clamp(13px, 1.11vw, 15px) !important;
    letter-spacing: .4px !important;
  }

  .vins-cart-trigger {
    min-height: 36px !important;
    padding: 7px 10px !important;
    font-size: 13px !important;
  }

  .vins-cart-trigger svg {
    width: 16px !important;
    height: 16px !important;
  }

  .vins-cart-trigger .vins-cart-count {
    min-width: 20px !important;
    padding: 3px 6px !important;
    font-size: 12px !important;
  }
}

@media screen and (max-width: 1100px) {
  .navbar-no-shadow-container-2 {
    padding: 14px clamp(16px, 2vw, 30px) !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(150px, 14.4vw, 174px) !important;
    max-width: 18vw !important;
  }

  .navbar-brand-2::after {
    transform: scale(.74);
  }

  .nav-menu-3 {
    gap: 4px !important;
  }

  .nav-link-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
    font-size: clamp(12px, 1.08vw, 14px) !important;
    letter-spacing: .25px !important;
  }

  .w-dropdown-toggle {
    gap: 5px !important;
    min-width: 44px !important;
    padding: 4px 6px !important;
  }

  .w-dropdown-toggle img,
  .vins-language-flag-ru {
    width: 27px !important;
    height: 27px !important;
    min-width: 27px !important;
  }

  .vins-cart-trigger {
    margin-left: 4px !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
}

@media screen and (max-width: 1040px) {
  .navbar-no-shadow-container-2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .navbar-wrapper-2 {
    gap: 7px !important;
  }

  .navbar-brand-2 .image-24 {
    width: 148px !important;
    max-width: 16vw !important;
  }

  .navbar-brand-2::after {
    transform: scale(.68);
  }

  .nav-menu-3 {
    gap: 3px !important;
  }

  .nav-link-3 {
    padding-left: 2px !important;
    padding-right: 2px !important;
    font-size: clamp(11.5px, 1.02vw, 13px) !important;
    letter-spacing: 0 !important;
  }

  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: clamp(11px, .98vw, 12.5px) !important;
  }

  .w-dropdown-toggle {
    min-width: 42px !important;
  }

  .w-dropdown-toggle img,
  .vins-language-flag-ru {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
  }

  .vins-cart-trigger {
    min-height: 34px !important;
    padding: 7px 8px !important;
    gap: 5px !important;
    font-size: 12.5px !important;
  }
}

@media screen and (max-width: 900px) {
  .navbar-no-shadow-container-2 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .navbar-wrapper-2 {
    max-width: 100% !important;
  }

  .nav-menu-wrapper-2,
  .nav-menu-3 {
    max-width: 100% !important;
  }

  .hero-section,
  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14 {
    min-height: clamp(500px, 66vw, 640px) !important;
  }

  .about-hero-block,
  .hero-div,
  .hero-div.small,
  .left-block.hero {
    width: min(100%, calc(100vw - 48px)) !important;
    max-width: min(680px, calc(100vw - 48px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .page-title,
  .page-title.big,
  .about-hero-block .page-title {
    font-size: clamp(34px, 5.2vw, 54px) !important;
    line-height: 1.08 !important;
  }

  .paragraph.main,
  .detail-paragraph.subpage,
  .about-hero-block .detail-paragraph.subpage {
    max-width: min(640px, calc(100vw - 56px)) !important;
    line-height: 1.45 !important;
  }

  .container-60 {
    gap: clamp(22px, 4vw, 38px) !important;
  }

  .product-section {
    column-gap: clamp(28px, 4vw, 48px) !important;
  }

  .vins-checkout-layout {
    grid-template-columns: 1fr !important;
  }

  .vins-checkout-side {
    position: static !important;
  }
}

@media screen and (max-width: 768px) {
  .navbar-brand-2 .image-24 {
    width: clamp(142px, 38vw, 190px) !important;
    max-width: 48vw !important;
  }

  .navbar-brand-2::after {
    transform: scale(.76);
  }

  .hero-section,
  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14 {
    min-height: clamp(460px, 82vw, 600px) !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .left-block.hero,
  .hero-div,
  .hero-div.small,
  .about-hero-block {
    align-items: center !important;
    text-align: center !important;
  }

  .page-title,
  .page-title.big,
  .section-tittle,
  .about-hero-block .page-title {
    font-size: clamp(31px, 8vw, 46px) !important;
    line-height: 1.08 !important;
    text-align: center !important;
  }

  .paragraph.main,
  .detail-paragraph.subpage,
  .about-hero-block .detail-paragraph.subpage {
    width: 100% !important;
    max-width: min(560px, calc(100vw - 40px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .vins-home-shop-teaser {
    padding-top: clamp(48px, 10vw, 74px) !important;
    padding-bottom: clamp(52px, 11vw, 82px) !important;
  }

  .vins-home-shop-teaser .container-59,
  body.shop .container-60 > .container-59,
  .container-59,
  .items-wrapper {
    width: min(100%, calc(100vw - 36px)) !important;
    max-width: 420px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.shop .container-60 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
  }

  .items-content {
    width: 100% !important;
  }

  body.shop .items-content .vins-shop-cart-row,
  .vins-cart-actions-product {
    width: 100% !important;
    justify-content: center !important;
  }

  .product-section {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: 28px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .product-info {
    width: min(100%, 620px) !important;
    min-width: 0 !important;
  }

  .product-info table,
  .product-info tbody,
  .product-info tr,
  .product-info td,
  .product-info th {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }

  .vins-product-gallery-thumbs {
    justify-content: center !important;
  }

  .vins-checkout-page-form,
  .vins-checkout-side,
  .vins-checkout-confirmation,
  .vins-success-card {
    width: 100% !important;
    max-width: calc(100vw - 36px) !important;
  }

  .vins-checkout-submit,
  .vins-success-actions .vins-cart-primary,
  .vins-success-actions .vins-cart-secondary,
  .vins-product-cta,
  .vins-add-to-cart {
    width: min(100%, 320px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .container-55 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    justify-items: center !important;
    width: min(100%, calc(100vw - 36px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .container-55 img,
  .container-55 .vins-country-placeholder,
  .vins-country-placeholder {
    width: clamp(112px, 31vw, 150px) !important;
    height: clamp(112px, 31vw, 150px) !important;
  }

  .vins-contact-map-section .hero-wrapper-9,
  .vins-contact-map-section .hero-split-9 {
    display: flex !important;
    flex-direction: column !important;
  }

  .vins-contact-map-section .map-wrapper.vins-map-wrapper {
    order: 1 !important;
  }

  .vins-contact-map-section .form-block-2 {
    order: 2 !important;
    width: 100% !important;
  }

  .footer-wrapper-three,
  .footer-wrapper-three-3,
  .footer-link-wrapper-three,
  .footer-social-block-three {
    justify-content: center !important;
    text-align: center !important;
    flex-wrap: wrap !important;
  }
}

@media screen and (max-width: 600px) {
  .section,
  .hero-stack,
  .hero-stack-11,
  .testimonial-slider-large-9,
  .footer-subscribe-2 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hero-wrapper-two,
  .hero-wrapper-two-9,
  .hero-wrapper-9 {
    width: 100% !important;
    max-width: calc(100vw - 36px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  iframe,
  .w-embed iframe {
    max-width: 100% !important;
  }

  .vins-promo-card {
    width: min(100%, calc(100vw - 28px)) !important;
  }
}

@media screen and (max-width: 430px) {
  .navbar-wrapper-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 8px !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(124px, 38vw, 162px) !important;
    max-width: 42vw !important;
  }

  .navbar-brand-2::after {
    display: none !important;
  }

  .w-dropdown-toggle {
    min-width: 42px !important;
    padding: 4px 5px !important;
  }

  .w-dropdown-toggle img,
  .vins-language-flag-ru {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
  }

  .vins-cart-trigger {
    min-height: 34px !important;
    padding: 7px 10px !important;
    gap: 5px !important;
  }

  .vins-cart-trigger .vins-cart-count {
    min-width: 19px !important;
    height: 19px !important;
    padding: 0 5px !important;
  }

  .dropdown-list.w--open,
  .dropdown-list-2.w--open,
  .dropdown-list-3.w--open,
  .dropdown-list-4.w--open,
  .dropdown-list-5.w--open,
  .dropdown-list-6.w--open {
    right: 0 !important;
    max-width: calc(100vw - 18px) !important;
  }

  .page-title,
  .page-title.big,
  .section-tittle,
  .about-hero-block .page-title {
    font-size: clamp(28px, 8.4vw, 38px) !important;
    line-height: 1.09 !important;
  }

  .hero-section,
  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14 {
    min-height: clamp(420px, 108vw, 540px) !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .vins-home-shop-teaser .container-59,
  body.shop .container-60 > .container-59,
  .container-59,
  .items-wrapper {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
  }

  .items-content {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.shop .items-content .item-tittle,
  html[lang="de"] .item-tittle,
  html[lang="ru"] .item-tittle {
    overflow-wrap: anywhere !important;
  }

  .vins-promo-modal {
    padding: 12px !important;
  }

  .vins-promo-card {
    width: min(100%, calc(100vw - 24px)) !important;
    max-height: calc(100vh - 24px) !important;
    overflow-y: auto !important;
  }

  .vins-promo-media {
    min-height: 170px !important;
  }

  .vins-promo-content {
    padding: 22px 18px 20px !important;
  }

  .vins-cart-drawer,
  .vins-cart-panel {
    width: min(100vw, 430px) !important;
    max-width: 100vw !important;
  }

  .container-55 {
    gap: 14px !important;
    max-width: calc(100vw - 28px) !important;
  }

  .footer-subscribe-2 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media screen and (max-width: 390px) {
  html[lang="de"] .page-title,
  html[lang="de"] .page-title.big,
  html[lang="de"] .section-tittle,
  html[lang="ru"] .page-title,
  html[lang="ru"] .page-title.big,
  html[lang="ru"] .section-tittle,
  html[lang="de"] .about-hero-block .page-title,
  html[lang="ru"] .about-hero-block .page-title {
    font-size: clamp(25px, 7.7vw, 33px) !important;
    line-height: 1.1 !important;
    overflow-wrap: anywhere !important;
    hyphens: auto !important;
  }

  .vins-product-cta,
  .vins-add-to-cart,
  .vins-checkout-submit,
  .vins-map-link {
    overflow-wrap: anywhere !important;
  }

  .container-55 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .container-55 img,
  .container-55 .vins-country-placeholder,
  .vins-country-placeholder {
    width: clamp(96px, 36vw, 132px) !important;
    height: clamp(96px, 36vw, 132px) !important;
  }

  .vins-cart-drawer,
  .vins-cart-panel,
  .vins-promo-card {
    max-width: 100vw !important;
  }

  .vins-checkout-page-form label,
  .vins-order-summary-card > div,
  .vins-order-summary-card > p,
  .vins-order-summary-card strong,
  .vins-order-summary-card span,
  .vins-summary-item-line,
  .vins-order-item-line {
    overflow-wrap: anywhere !important;
  }
}

@media screen and (max-width: 375px) {
  .navbar-no-shadow-container-2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .navbar-brand-2 .image-24 {
    width: 122px !important;
    max-width: 38vw !important;
  }

  .vins-cart-trigger {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .vins-cart-trigger-label {
    display: none !important;
  }

  .w-dropdown-toggle {
    min-width: 38px !important;
  }

  .vins-success-actions,
  .vins-cart-actions,
  .vins-cart-actions-product,
  body.shop .items-content .vins-shop-cart-row {
    flex-direction: column !important;
    align-items: stretch !important;
  }
}

@media screen and (max-width: 360px) {
  :root {
    --vins-fixed-header-height: 70px;
  }

  .navbar-brand-2 .image-24 {
    width: 118px !important;
    max-width: 36vw !important;
  }

  .hero-section,
  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14 {
    min-height: clamp(390px, 112vw, 510px) !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .page-title,
  .page-title.big,
  .section-tittle,
  .about-hero-block .page-title {
    font-size: clamp(24px, 7.4vw, 31px) !important;
  }

  .paragraph.main,
  .detail-paragraph.subpage,
  .about-hero-block .detail-paragraph.subpage {
    max-width: calc(100vw - 28px) !important;
    font-size: clamp(14px, 4.1vw, 16px) !important;
  }

  .container-55 {
    grid-template-columns: 1fr !important;
  }

  .container-55 img,
  .container-55 .vins-country-placeholder,
  .vins-country-placeholder {
    width: 118px !important;
    height: 118px !important;
  }

  .vins-checkout-page {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .vins-checkout-page-form,
  .vins-checkout-side,
  .vins-checkout-confirmation,
  .vins-success-card {
    max-width: calc(100vw - 24px) !important;
    padding: 18px 14px !important;
  }

  body.shop .items-content .vins-shop-cart-row [data-vins-qty],
  body.shop .items-content .vins-shop-cart-row .vins-add-to-cart,
  .vins-cart-actions-product [data-vins-qty],
  .vins-cart-actions-product .vins-add-to-cart {
    width: 100% !important;
    min-width: 0 !important;
  }

  .vins-product-gallery-thumbs {
    gap: 8px !important;
  }

  .vins-product-gallery-thumb {
    width: 60px !important;
    height: 60px !important;
  }

  .vins-map-link {
    left: 10px !important;
    right: 10px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    white-space: normal !important;
  }

  .footer-link-three,
  .footer-link-three-3 {
    display: inline-flex !important;
    justify-content: center !important;
    max-width: 100% !important;
    text-align: center !important;
  }
}

/* VINS PHASE 34C HEADER RESPONSIVE STABILIZATION */
.navbar-no-shadow-container-2 .container-regular-2 {
  width: 100% !important;
  max-width: none !important;
}

.navbar-wrapper-2 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  min-width: 0 !important;
  overflow: visible !important;
}

.navbar-brand-2 {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
  position: relative !important;
  z-index: 3 !important;
  overflow: visible !important;
}

.navbar-brand-2 .image-24 {
  flex: 0 0 auto !important;
  max-width: none !important;
}

.navbar-brand-2::after {
  flex: 0 0 auto !important;
  position: static !important;
  transform: none !important;
  z-index: 1 !important;
}

.nav-menu-wrapper-2 {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  position: relative !important;
  z-index: 2 !important;
  overflow: visible !important;
}

.nav-menu-3 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

.nav-menu-3 > li,
.nav-menu-3 .mobile-margin-top-11,
.nav-menu-3 .nav-button-wrapper-2,
.nav-menu-3 .w-dropdown {
  flex: 0 0 auto !important;
  min-width: 0 !important;
}

.nav-link-3 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  min-width: max-content !important;
  line-height: 1.08 !important;
}

.w-dropdown-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  min-width: 0 !important;
  overflow: visible !important;
  white-space: nowrap !important;
}

.w-dropdown-toggle > img,
.w-dropdown-toggle .vins-language-flag-ru {
  display: block !important;
  order: 1 !important;
  flex: 0 0 auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  border-radius: 999px !important;
  object-fit: cover !important;
}

.w-dropdown-toggle .w-icon-dropdown-toggle {
  order: 2 !important;
  position: static !important;
  inset: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  transform: none !important;
  pointer-events: none !important;
}

.vins-cart-trigger {
  position: relative !important;
  z-index: 4 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

.vins-cart-trigger .vins-cart-count {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  min-width: 20px !important;
  height: 20px !important;
  padding: 0 6px !important;
  border-radius: 999px !important;
  line-height: 1 !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

@media screen and (max-width: 1280px) {
  .navbar-no-shadow-container-2 {
    padding-left: clamp(22px, 2.4vw, 38px) !important;
    padding-right: clamp(22px, 2.4vw, 38px) !important;
  }

  .navbar-wrapper-2 {
    gap: 8px !important;
  }

  .navbar-brand-2 {
    flex-basis: clamp(218px, 20vw, 258px) !important;
    width: clamp(218px, 20vw, 258px) !important;
    max-width: clamp(218px, 20vw, 258px) !important;
    gap: 8px !important;
    margin-right: 8px !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(158px, 13.4vw, 190px) !important;
    height: auto !important;
  }

  .navbar-brand-2::after {
    width: clamp(44px, 3.7vw, 54px) !important;
    height: clamp(44px, 3.7vw, 54px) !important;
    flex-basis: clamp(44px, 3.7vw, 54px) !important;
    background-size: contain !important;
  }

  .nav-menu-wrapper-2 {
    margin-right: 6px !important;
  }

  .nav-menu-3 {
    gap: clamp(4px, .45vw, 8px) !important;
  }

  .nav-link-3 {
    padding: 3px clamp(2px, .35vw, 5px) !important;
    font-size: clamp(12px, .95vw, 14px) !important;
    letter-spacing: 0 !important;
  }

  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: clamp(11.5px, .9vw, 13.5px) !important;
  }

  .w-dropdown-toggle {
    min-width: 48px !important;
    padding: 5px 6px !important;
    gap: 5px !important;
  }

  .w-dropdown-toggle > img,
  .w-dropdown-toggle .vins-language-flag-ru {
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
  }

  .vins-cart-trigger {
    min-height: 36px !important;
    padding: 7px 10px !important;
    gap: 5px !important;
    font-size: 13px !important;
  }
}

@media screen and (max-width: 1180px) {
  .navbar-no-shadow-container-2 {
    padding-left: clamp(18px, 2vw, 30px) !important;
    padding-right: clamp(18px, 2vw, 30px) !important;
  }

  .navbar-wrapper-2 {
    gap: 6px !important;
  }

  .navbar-brand-2 {
    flex-basis: clamp(190px, 18vw, 220px) !important;
    width: clamp(190px, 18vw, 220px) !important;
    max-width: clamp(190px, 18vw, 220px) !important;
    gap: 7px !important;
    margin-right: 6px !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(142px, 12.4vw, 162px) !important;
  }

  .navbar-brand-2::after {
    width: clamp(38px, 3.4vw, 44px) !important;
    height: clamp(38px, 3.4vw, 44px) !important;
    flex-basis: clamp(38px, 3.4vw, 44px) !important;
  }

  .nav-menu-3 {
    gap: clamp(3px, .34vw, 6px) !important;
  }

  .nav-link-3 {
    padding-left: 2px !important;
    padding-right: 2px !important;
    font-size: clamp(10.8px, .88vw, 12.5px) !important;
  }

  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: clamp(10.4px, .84vw, 12px) !important;
  }

  .w-dropdown-toggle {
    min-width: 46px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .w-dropdown-toggle > img,
  .w-dropdown-toggle .vins-language-flag-ru {
    width: 27px !important;
    height: 27px !important;
    max-width: 27px !important;
  }

  .vins-cart-trigger {
    min-height: 34px !important;
    padding: 6px 9px !important;
    font-size: 12.5px !important;
  }
}

@media screen and (max-width: 1100px) {
  .navbar-brand-2 {
    flex-basis: clamp(168px, 16.5vw, 192px) !important;
    width: clamp(168px, 16.5vw, 192px) !important;
    max-width: clamp(168px, 16.5vw, 192px) !important;
    gap: 6px !important;
    margin-right: 4px !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(126px, 11.7vw, 144px) !important;
  }

  .navbar-brand-2::after {
    width: clamp(32px, 3.2vw, 38px) !important;
    height: clamp(32px, 3.2vw, 38px) !important;
    flex-basis: clamp(32px, 3.2vw, 38px) !important;
  }

  .nav-menu-3 {
    gap: 3px !important;
  }

  .nav-link-3 {
    padding-left: 1px !important;
    padding-right: 1px !important;
    font-size: clamp(10px, .82vw, 11.5px) !important;
  }

  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: clamp(9.8px, .8vw, 11px) !important;
  }

  .w-dropdown-toggle {
    min-width: 44px !important;
    gap: 4px !important;
  }

  .w-dropdown-toggle > img,
  .w-dropdown-toggle .vins-language-flag-ru {
    width: 26px !important;
    height: 26px !important;
    max-width: 26px !important;
  }

  .vins-cart-trigger {
    min-height: 32px !important;
    padding: 6px 8px !important;
    gap: 4px !important;
    font-size: 12px !important;
  }

  .vins-cart-trigger .vins-cart-count {
    min-width: 19px !important;
    height: 19px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 1040px) {
  .navbar-no-shadow-container-2 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .navbar-brand-2 {
    flex-basis: clamp(144px, 15vw, 168px) !important;
    width: clamp(144px, 15vw, 168px) !important;
    max-width: clamp(144px, 15vw, 168px) !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(116px, 11.3vw, 132px) !important;
  }

  .navbar-brand-2::after {
    width: 28px !important;
    height: 28px !important;
    flex-basis: 28px !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: 9.8px !important;
  }

  .vins-cart-trigger-label {
    display: none !important;
  }

  .vins-cart-trigger {
    min-width: 42px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}

@media screen and (max-width: 980px) {
  .navbar-brand-2::after {
    display: none !important;
  }

  .navbar-brand-2 {
    flex-basis: clamp(126px, 17vw, 150px) !important;
    width: clamp(126px, 17vw, 150px) !important;
    max-width: clamp(126px, 17vw, 150px) !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(112px, 16vw, 134px) !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: 9.4px !important;
  }
}

@media screen and (max-width: 900px) {
  .navbar-no-shadow-container-2 {
    max-width: 100vw !important;
    overflow: visible !important;
  }

  .navbar-wrapper-2,
  .nav-menu-wrapper-2,
  .nav-menu-3 {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .dropdown-list.w--open,
  .w-dropdown-list.w--open {
    right: 0 !important;
    left: auto !important;
    max-width: calc(100vw - 24px) !important;
  }
}

/* VINS PHASE 34D HEADER FLUID SCALE FIX */
.navbar-wrapper-2 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: clamp(12px, 1.4vw, 28px) !important;
  width: 100% !important;
  min-width: 0 !important;
  overflow: visible !important;
}

.navbar-brand-2 {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 1 auto !important;
  min-width: 0 !important;
  max-width: clamp(210px, 18vw, 310px) !important;
  gap: clamp(8px, .8vw, 14px) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  position: relative !important;
  z-index: 3 !important;
}

.navbar-brand-2 .image-24 {
  width: clamp(150px, 13vw, 230px) !important;
  max-width: 100% !important;
  height: auto !important;
  flex: 0 1 auto !important;
}

.navbar-brand-2::after {
  width: clamp(42px, 3.4vw, 58px) !important;
  height: clamp(42px, 3.4vw, 58px) !important;
  flex: 0 0 clamp(42px, 3.4vw, 58px) !important;
  position: static !important;
  transform: none !important;
  background-size: contain !important;
}

.nav-menu-wrapper-2 {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 2 !important;
}

.nav-menu-3 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  gap: clamp(14px, 1.45vw, 34px) !important;
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.nav-menu-3 > li,
.nav-menu-3 .mobile-margin-top-11,
.nav-menu-3 .nav-button-wrapper-2,
.nav-menu-3 .w-dropdown {
  flex: 0 0 auto !important;
  min-width: 0 !important;
}

.nav-link-3 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 4px clamp(3px, .35vw, 8px) !important;
  white-space: nowrap !important;
  min-width: max-content !important;
  font-size: clamp(14px, 1.05vw, 16px) !important;
  line-height: 1.1 !important;
  letter-spacing: .02em !important;
}

.w-dropdown-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  min-width: 0 !important;
  padding: 5px 6px !important;
  overflow: visible !important;
  white-space: nowrap !important;
}

.w-dropdown-toggle > img,
.w-dropdown-toggle .vins-language-flag-ru {
  display: block !important;
  order: 1 !important;
  width: 30px !important;
  height: 30px !important;
  max-width: 30px !important;
  flex: 0 0 30px !important;
  opacity: 1 !important;
  visibility: visible !important;
  border-radius: 999px !important;
  object-fit: cover !important;
}

.w-dropdown-toggle .w-icon-dropdown-toggle {
  order: 2 !important;
  position: static !important;
  inset: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  transform: none !important;
}

.vins-cart-trigger {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  gap: 7px !important;
  min-height: 38px !important;
  margin-left: 10px !important;
  padding: 8px 13px !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
  position: relative !important;
  z-index: 4 !important;
}

.vins-cart-trigger .vins-cart-count {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 21px !important;
  height: 21px !important;
  padding: 0 6px !important;
  border-radius: 999px !important;
  line-height: 1 !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

@media screen and (max-width: 1360px) {
  .navbar-no-shadow-container-2 {
    padding-left: clamp(28px, 3vw, 52px) !important;
    padding-right: clamp(28px, 3vw, 52px) !important;
  }

  .navbar-wrapper-2 {
    gap: clamp(10px, 1vw, 18px) !important;
  }

  .navbar-brand-2 {
    max-width: clamp(190px, 16.5vw, 250px) !important;
    gap: 8px !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(145px, 12.4vw, 185px) !important;
  }

  .navbar-brand-2::after {
    width: clamp(38px, 3vw, 48px) !important;
    height: clamp(38px, 3vw, 48px) !important;
    flex-basis: clamp(38px, 3vw, 48px) !important;
  }

  .nav-menu-3 {
    gap: clamp(10px, 1.05vw, 22px) !important;
  }

  .nav-link-3 {
    font-size: clamp(13px, .96vw, 15px) !important;
    padding-left: clamp(2px, .25vw, 5px) !important;
    padding-right: clamp(2px, .25vw, 5px) !important;
  }
}

@media screen and (max-width: 1280px) {
  .navbar-no-shadow-container-2 {
    padding-left: clamp(22px, 2.4vw, 38px) !important;
    padding-right: clamp(22px, 2.4vw, 38px) !important;
  }

  .navbar-wrapper-2 {
    gap: 10px !important;
  }

  .navbar-brand-2 {
    max-width: clamp(140px, 13.5vw, 172px) !important;
    flex-basis: clamp(140px, 13.5vw, 172px) !important;
    width: clamp(140px, 13.5vw, 172px) !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(136px, 12.8vw, 168px) !important;
  }

  .navbar-brand-2::after {
    display: none !important;
  }

  .nav-menu-3 {
    gap: clamp(8px, .85vw, 16px) !important;
  }

  .nav-link-3 {
    font-size: clamp(12.5px, .9vw, 14px) !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: clamp(12px, .86vw, 13.5px) !important;
  }

  .w-dropdown-toggle > img,
  .w-dropdown-toggle .vins-language-flag-ru {
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
    flex-basis: 28px !important;
  }

  .vins-cart-trigger {
    min-height: 36px !important;
    margin-left: 6px !important;
    padding: 7px 11px !important;
    gap: 5px !important;
    font-size: 13px !important;
  }
}

@media screen and (max-width: 1180px) {
  .navbar-no-shadow-container-2 {
    padding-left: clamp(18px, 2vw, 28px) !important;
    padding-right: clamp(18px, 2vw, 28px) !important;
  }

  .navbar-wrapper-2 {
    gap: 8px !important;
  }

  .navbar-brand-2 {
    max-width: clamp(126px, 12.4vw, 150px) !important;
    flex-basis: clamp(126px, 12.4vw, 150px) !important;
    width: clamp(126px, 12.4vw, 150px) !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(124px, 12vw, 148px) !important;
  }

  .nav-menu-3 {
    gap: clamp(6px, .7vw, 12px) !important;
  }

  .nav-link-3 {
    font-size: clamp(11.5px, .84vw, 13px) !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: clamp(11px, .8vw, 12.5px) !important;
  }

  .w-dropdown-toggle {
    gap: 5px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .vins-cart-trigger {
    min-height: 34px !important;
    padding: 6px 9px !important;
    font-size: 12.5px !important;
  }
}

@media screen and (max-width: 1100px) {
  .navbar-no-shadow-container-2 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .navbar-wrapper-2 {
    gap: 6px !important;
  }

  .navbar-brand-2 {
    max-width: clamp(116px, 11.4vw, 136px) !important;
    flex-basis: clamp(116px, 11.4vw, 136px) !important;
    width: clamp(116px, 11.4vw, 136px) !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(114px, 11vw, 134px) !important;
  }

  .nav-menu-3 {
    gap: clamp(5px, .55vw, 9px) !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: clamp(10.6px, .78vw, 12px) !important;
  }

  .w-dropdown-toggle > img,
  .w-dropdown-toggle .vins-language-flag-ru {
    width: 26px !important;
    height: 26px !important;
    max-width: 26px !important;
    flex-basis: 26px !important;
  }

  .vins-cart-trigger {
    min-height: 32px !important;
    padding: 6px 8px !important;
    font-size: 12px !important;
  }

  .vins-cart-trigger .vins-cart-count {
    min-width: 19px !important;
    height: 19px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 1024px) {
  .navbar-brand-2 {
    max-width: clamp(104px, 10.6vw, 122px) !important;
    flex-basis: clamp(104px, 10.6vw, 122px) !important;
    width: clamp(104px, 10.6vw, 122px) !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(104px, 10.4vw, 120px) !important;
  }

  .nav-menu-3 {
    gap: clamp(4px, .45vw, 7px) !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: clamp(10px, .72vw, 11.2px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .vins-cart-trigger-label {
    display: none !important;
  }

  .vins-cart-trigger {
    min-width: 42px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}

@media screen and (max-width: 980px) {
  .navbar-no-shadow-container-2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .navbar-brand-2 {
    max-width: 104px !important;
    flex-basis: 104px !important;
    width: 104px !important;
  }

  .navbar-brand-2 .image-24 {
    width: 104px !important;
  }

  .nav-menu-3 {
    gap: 5px !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: 10px !important;
    letter-spacing: 0 !important;
  }
}

@media screen and (max-width: 900px) {
  .navbar-wrapper-2,
  .nav-menu-wrapper-2,
  .nav-menu-3 {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .navbar-brand-2 {
    flex-shrink: 1 !important;
  }

  .w-dropdown-toggle {
    min-width: 40px !important;
  }

  .dropdown-list.w--open,
  .w-dropdown-list.w--open {
    right: 0 !important;
    left: auto !important;
    max-width: calc(100vw - 24px) !important;
  }
}

/* VINS PHASE 34E TABLET MOBILE RESPONSIVE PASS */
@media screen and (max-width: 900px) {
  .navbar-no-shadow-container-2,
  .navbar-wrapper-2,
  .nav-menu-wrapper-2,
  .nav-menu-3,
  .hero-section,
  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14,
  .items-wrapper,
  .items-content,
  .vins-checkout-page,
  .vins-checkout-layout,
  .vins-contact-map-section,
  .map-wrapper,
  .vins-map-wrapper,
  .footer-subscribe-2 {
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }

  .navbar-no-shadow-container-2 {
    padding-left: 14px !important;
    padding-right: 14px !important;
    overflow: visible !important;
  }

  .navbar-wrapper-2 {
    gap: 6px !important;
    min-width: 0 !important;
  }

  .navbar-brand-2 {
    width: clamp(96px, 16vw, 124px) !important;
    max-width: clamp(96px, 16vw, 124px) !important;
    flex-basis: clamp(96px, 16vw, 124px) !important;
  }

  .navbar-brand-2::after {
    display: none !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(96px, 16vw, 124px) !important;
    max-width: 100% !important;
  }

  .nav-menu-wrapper-2 {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .nav-menu-3 {
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: clamp(4px, .8vw, 8px) !important;
    min-width: 0 !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    white-space: nowrap !important;
    min-width: max-content !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: clamp(9px, 1.15vw, 10.5px) !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }

  .w-dropdown-toggle {
    min-width: 38px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
    gap: 4px !important;
  }

  .w-dropdown-toggle > img,
  .w-dropdown-toggle .vins-language-flag-ru {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    flex-basis: 24px !important;
  }

  .vins-cart-trigger {
    min-width: 40px !important;
    min-height: 32px !important;
    margin-left: 2px !important;
    padding: 6px 7px !important;
    gap: 4px !important;
    font-size: 11px !important;
  }

  .vins-cart-trigger-label {
    display: none !important;
  }

  .vins-cart-trigger svg {
    width: 16px !important;
    height: 16px !important;
  }

  .vins-cart-trigger .vins-cart-count {
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 5px !important;
    font-size: 11px !important;
  }

  .dropdown-list.w--open,
  .w-dropdown-list.w--open {
    right: 0 !important;
    left: auto !important;
    max-width: calc(100vw - 20px) !important;
  }

  .hero-section,
  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14 {
    min-height: clamp(440px, 76vw, 620px) !important;
    padding-left: clamp(18px, 4vw, 36px) !important;
    padding-right: clamp(18px, 4vw, 36px) !important;
  }

  .page-title,
  .page-title.big,
  .section-tittle,
  .about-hero-block .page-title {
    font-size: clamp(34px, 6.8vw, 56px) !important;
    line-height: 1.08 !important;
    overflow-wrap: break-word !important;
  }

  .paragraph.main,
  .detail-paragraph.subpage,
  .about-hero-block .detail-paragraph.subpage,
  .vins-checkout-hero-copy {
    max-width: min(100%, 680px) !important;
    line-height: 1.42 !important;
  }

  .w-embed-youtubevideo,
  .w-embed-youtubevideo iframe,
  iframe,
  .w-embed iframe {
    max-width: 100% !important;
  }

  .items-wrapper {
    width: min(100%, 420px) !important;
    max-width: calc(100vw - 36px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .items-wrapper .image-wrapper,
  .items-wrapper .image-wrapper img {
    max-width: 100% !important;
  }

  body.shop .container-60,
  body.shop .items-grid,
  body.shop .collection-list,
  body.shop .collection-list-wrapper {
    grid-template-columns: 1fr !important;
  }

  body.shop .items-content .item-tittle,
  html[lang="de"] .item-tittle,
  html[lang="ru"] .item-tittle {
    overflow-wrap: anywhere !important;
  }

  body.shop .items-content .vins-shop-cart-row,
  .vins-product-cart-row,
  .vins-cart-actions-product {
    flex-wrap: wrap !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 10px !important;
  }

  .vins-product-gallery-thumbs {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px !important;
  }

  .vins-product-gallery-thumb {
    width: 66px !important;
    height: 66px !important;
  }

  .vins-checkout-layout {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .vins-checkout-page {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .vins-checkout-page-form,
  .vins-checkout-side,
  .vins-checkout-confirmation,
  .vins-success-card {
    width: 100% !important;
    max-width: min(100%, 720px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .vins-checkout-page-form input,
  .vins-checkout-page-form select,
  .vins-checkout-page-form textarea,
  .vins-checkout-submit {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .vins-checkout-radio {
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  .vins-contact-map-section .columns-2,
  .vins-contact-map-section .hero-wrapper-9,
  .vins-contact-map-section .hero-split-9 {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 24px !important;
  }

  .vins-contact-map-section .map-wrapper.vins-map-wrapper,
  .vins-contact-map-section .form-block-2,
  .vins-map-wrapper,
  .map-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .vins-map-iframe {
    width: 100% !important;
    min-height: 360px !important;
  }

  .container-55 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(120px, 1fr)) !important;
    gap: 18px !important;
    justify-items: center !important;
    width: min(100%, 620px) !important;
    max-width: calc(100vw - 36px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .container-55 img,
  .container-55 .image-37,
  .container-55 .image-38,
  .container-55 .vins-country-placeholder,
  .vins-country-placeholder {
    width: clamp(118px, 20vw, 150px) !important;
    height: clamp(118px, 20vw, 150px) !important;
    max-width: 100% !important;
  }

  .vins-cart-drawer,
  .vins-cart-panel {
    width: min(100vw, 430px) !important;
    max-width: 100vw !important;
  }

  .vins-promo-card,
  .vins-age-gate,
  .age-gate,
  .age-modal {
    width: min(100%, calc(100vw - 28px)) !important;
    max-width: calc(100vw - 28px) !important;
    max-height: calc(100vh - 28px) !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
  }

  .vins-promo-media {
    min-height: 190px !important;
  }

  .footer-subscribe-2,
  .footer-wrapper-three-2,
  .footer-wrapper-three-3 {
    text-align: center !important;
  }

  .footer-link-three,
  .footer-link-three-3,
  .footer-social-block-three-2,
  .footer-social-block-three-3 {
    justify-content: center !important;
    flex-wrap: wrap !important;
  }
}

@media screen and (max-width: 768px) {
  .navbar-no-shadow-container-2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .navbar-brand-2 {
    width: clamp(88px, 15vw, 112px) !important;
    max-width: clamp(88px, 15vw, 112px) !important;
    flex-basis: clamp(88px, 15vw, 112px) !important;
  }

  .navbar-brand-2 .image-24 {
    width: clamp(88px, 15vw, 112px) !important;
  }

  .nav-menu-3 {
    gap: clamp(3px, .6vw, 6px) !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: clamp(8.3px, 1.18vw, 9.5px) !important;
  }

  .hero-section,
  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14 {
    min-height: clamp(410px, 92vw, 560px) !important;
    padding-top: 72px !important;
    padding-bottom: 42px !important;
  }

  .page-title,
  .page-title.big,
  .section-tittle,
  .about-hero-block .page-title {
    font-size: clamp(30px, 7.6vw, 48px) !important;
  }

  .items-wrapper {
    max-width: calc(100vw - 32px) !important;
  }

  .vins-product-cart-row [data-vins-qty],
  .vins-product-cart-row .vins-add-to-cart,
  body.shop .items-content .vins-shop-cart-row [data-vins-qty],
  body.shop .items-content .vins-shop-cart-row .vins-add-to-cart {
    min-width: 0 !important;
  }

  .vins-map-iframe {
    min-height: 320px !important;
  }
}

@media screen and (max-width: 600px) {
  .navbar-wrapper-2 {
    gap: 4px !important;
  }

  .navbar-brand-2 {
    width: 84px !important;
    max-width: 84px !important;
    flex-basis: 84px !important;
  }

  .navbar-brand-2 .image-24 {
    width: 84px !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: 8px !important;
  }

  .w-dropdown-toggle > img,
  .w-dropdown-toggle .vins-language-flag-ru {
    width: 22px !important;
    height: 22px !important;
    max-width: 22px !important;
    flex-basis: 22px !important;
  }

  .vins-cart-trigger {
    min-width: 36px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .hero-section,
  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14 {
    min-height: clamp(390px, 106vw, 520px) !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .container-55 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .vins-checkout-page-form,
  .vins-checkout-side,
  .vins-checkout-confirmation,
  .vins-success-card {
    padding: 24px 18px !important;
  }

  .vins-promo-actions,
  .vins-success-actions,
  .vins-cart-actions {
    flex-direction: column !important;
    align-items: stretch !important;
  }
}

@media screen and (max-width: 430px) {
  .navbar-no-shadow-container-2 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }

  .navbar-brand-2 {
    width: 78px !important;
    max-width: 78px !important;
    flex-basis: 78px !important;
  }

  .navbar-brand-2 .image-24 {
    width: 78px !important;
  }

  .nav-menu-3 {
    gap: 3px !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: 7.3px !important;
  }

  .w-dropdown-toggle {
    min-width: 30px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
    gap: 3px !important;
  }

  .w-dropdown-toggle > img,
  .w-dropdown-toggle .vins-language-flag-ru {
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    flex-basis: 20px !important;
  }

  .vins-cart-trigger {
    min-width: 32px !important;
    min-height: 30px !important;
    padding: 5px !important;
  }

  .vins-cart-trigger svg {
    width: 15px !important;
    height: 15px !important;
  }

  .vins-cart-trigger .vins-cart-count {
    min-width: 17px !important;
    height: 17px !important;
    font-size: 10px !important;
  }

  .page-title,
  .page-title.big,
  .section-tittle,
  .about-hero-block .page-title {
    font-size: clamp(27px, 8.6vw, 38px) !important;
    line-height: 1.08 !important;
  }

  .paragraph.main,
  .detail-paragraph.subpage,
  .about-hero-block .detail-paragraph.subpage {
    font-size: clamp(14px, 4.2vw, 16px) !important;
    max-width: calc(100vw - 32px) !important;
  }

  .items-wrapper,
  .vins-home-shop-teaser .items-wrapper,
  body.shop .items-wrapper {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
  }

  .items-content {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .vins-promo-card {
    width: calc(100vw - 24px) !important;
    max-height: calc(100vh - 24px) !important;
  }

  .vins-promo-media {
    min-height: 160px !important;
  }

  .vins-promo-content {
    padding: 22px 18px 20px !important;
  }

  .vins-cart-drawer,
  .vins-cart-panel {
    width: 100vw !important;
    max-width: 100vw !important;
  }

  .vins-map-link {
    left: 10px !important;
    right: 10px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    white-space: normal !important;
  }
}

@media screen and (max-width: 390px) {
  .navbar-brand-2 {
    width: 72px !important;
    max-width: 72px !important;
    flex-basis: 72px !important;
  }

  .navbar-brand-2 .image-24 {
    width: 72px !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: 6.8px !important;
  }

  html[lang="de"] .page-title,
  html[lang="ru"] .page-title,
  html[lang="de"] .section-tittle,
  html[lang="ru"] .section-tittle {
    overflow-wrap: anywhere !important;
    hyphens: auto !important;
  }

  .container-55 img,
  .container-55 .image-37,
  .container-55 .image-38,
  .container-55 .vins-country-placeholder,
  .vins-country-placeholder {
    width: clamp(104px, 35vw, 132px) !important;
    height: clamp(104px, 35vw, 132px) !important;
  }

  .vins-checkout-page-form label,
  .vins-order-summary-card,
  .vins-order-summary-card *,
  .vins-summary-item-line,
  .vins-order-item-line,
  .vins-product-specs,
  .vins-product-specs * {
    overflow-wrap: anywhere !important;
  }
}

@media screen and (max-width: 375px) {
  .navbar-brand-2,
  .navbar-brand-2 .image-24 {
    width: 68px !important;
    max-width: 68px !important;
    flex-basis: 68px !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: 6.4px !important;
  }

  body.shop .items-content .vins-shop-cart-row,
  .vins-product-cart-row,
  .vins-cart-actions-product {
    flex-direction: column !important;
  }

  body.shop .items-content .vins-shop-cart-row [data-vins-qty],
  body.shop .items-content .vins-shop-cart-row .vins-add-to-cart,
  .vins-product-cart-row [data-vins-qty],
  .vins-product-cart-row .vins-add-to-cart,
  .vins-cart-actions-product [data-vins-qty],
  .vins-cart-actions-product .vins-add-to-cart {
    width: 100% !important;
    min-width: 0 !important;
  }

  .vins-product-gallery-thumb {
    width: 60px !important;
    height: 60px !important;
  }
}

@media screen and (max-width: 360px) {
  .navbar-no-shadow-container-2 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .navbar-brand-2,
  .navbar-brand-2 .image-24 {
    width: 64px !important;
    max-width: 64px !important;
    flex-basis: 64px !important;
  }

  .nav-menu-3 {
    gap: 2px !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: 6px !important;
  }

  .w-dropdown-toggle > img,
  .w-dropdown-toggle .vins-language-flag-ru {
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    flex-basis: 18px !important;
  }

  .vins-cart-trigger {
    min-width: 30px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .hero-section,
  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14 {
    min-height: clamp(370px, 112vw, 500px) !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .page-title,
  .page-title.big,
  .section-tittle,
  .about-hero-block .page-title {
    font-size: clamp(24px, 7.8vw, 31px) !important;
  }

  .container-55 {
    grid-template-columns: 1fr !important;
  }

  .vins-checkout-page {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .vins-checkout-page-form,
  .vins-checkout-side,
  .vins-checkout-confirmation,
  .vins-success-card {
    padding: 18px 14px !important;
  }
}

/* VINS PHASE 34F MOBILE RESPONSIVE SYSTEM REBUILD */
@media screen and (max-width: 768px) {
  .navbar-no-shadow-container-2 {
    min-height: 74px !important;
    padding: 10px 16px !important;
    overflow: visible !important;
    background: rgba(0, 0, 0, 0.96) !important;
    border-bottom: 1px solid rgba(208, 178, 135, 0.18) !important;
  }

  .navbar-wrapper-2 {
    position: relative !important;
    min-height: 54px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    overflow: visible !important;
  }

  .navbar-brand-2,
  .navbar-brand-2 .image-24 {
    width: clamp(118px, 24vw, 150px) !important;
    max-width: clamp(118px, 24vw, 150px) !important;
    flex-basis: clamp(118px, 24vw, 150px) !important;
    flex-shrink: 0 !important;
  }

  .navbar-brand-2:after,
  .navbar-wrapper-2:before {
    display: none !important;
  }

  .menu-button,
  .menu-button-2,
  .menu-button-3 {
    z-index: 1100 !important;
    display: flex !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 1px solid rgba(208, 178, 135, 0.34) !important;
    border-radius: 999px !important;
    background: rgba(208, 178, 135, 0.08) !important;
    color: var(--gold) !important;
  }

  .menu-button.w--open,
  .menu-button-2.w--open,
  .menu-button-3.w--open {
    border-color: rgba(208, 178, 135, 0.65) !important;
    background: rgba(208, 178, 135, 0.16) !important;
  }

  .menu-button .icon,
  .menu-button-2 .icon,
  .menu-button-3 .icon,
  .menu-button .w-icon-nav-menu,
  .menu-button-2 .w-icon-nav-menu,
  .menu-button-3 .w-icon-nav-menu {
    color: var(--gold) !important;
    font-size: 24px !important;
    line-height: 1 !important;
  }

  .nav-menu-wrapper-2 {
    position: static !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  .nav-menu-3 {
    position: absolute !important;
    top: 100% !important;
    left: 12px !important;
    right: 12px !important;
    z-index: 1000 !important;
    display: none !important;
    width: auto !important;
    max-width: calc(100vw - 24px) !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    margin: 8px 0 0 !important;
    padding: 16px !important;
    border: 1px solid rgba(208, 178, 135, 0.28) !important;
    border-radius: 10px !important;
    background: rgba(3, 3, 3, 0.98) !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.55) !important;
  }

  .nav-menu-wrapper-2.w--open .nav-menu-3,
  .nav-menu-3.w--open,
  .w-nav-menu.w--open.nav-menu-3 {
    display: flex !important;
  }

  .nav-menu-3 > li,
  .nav-menu-3 .mobile-margin-top-11,
  .nav-menu-3 .nav-button-wrapper-2,
  .nav-menu-3 .w-dropdown {
    width: 100% !important;
    max-width: 100% !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    width: 100% !important;
    min-width: 0 !important;
    justify-content: center !important;
    padding: 13px 12px !important;
    border-bottom: 1px solid rgba(208, 178, 135, 0.12) !important;
    font-size: 16px !important;
    line-height: 1.15 !important;
    letter-spacing: 0.02em !important;
    text-align: center !important;
    white-space: normal !important;
  }

  .nav-link-3.w--current,
  .nav-link-3:hover {
    background: rgba(208, 178, 135, 0.08) !important;
  }

  .nav-menu-3 .w-dropdown {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-top: 12px !important;
  }

  .w-dropdown-toggle {
    display: inline-flex !important;
    min-width: 54px !important;
    min-height: 40px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    padding: 6px 10px !important;
    border: 1px solid rgba(208, 178, 135, 0.32) !important;
    border-radius: 999px !important;
    background: rgba(208, 178, 135, 0.08) !important;
  }

  .w-dropdown-toggle > img,
  .w-dropdown-toggle .vins-language-flag-ru {
    width: 26px !important;
    height: 26px !important;
    max-width: 26px !important;
    flex-basis: 26px !important;
  }

  .dropdown-list.w--open,
  .dropdown-list-2.w--open,
  .dropdown-list-3.w--open,
  .dropdown-list-4.w--open,
  .dropdown-list-5.w--open,
  .dropdown-list-6.w--open,
  .w-dropdown-list.w--open {
    right: auto !important;
    left: 50% !important;
    z-index: 1200 !important;
    min-width: 168px !important;
    max-width: calc(100vw - 36px) !important;
    transform: translateX(-50%) !important;
  }

  .vins-cart-trigger {
    z-index: 1101 !important;
    min-width: 42px !important;
    min-height: 42px !important;
    margin-left: auto !important;
    padding: 8px 10px !important;
    gap: 6px !important;
    border-radius: 999px !important;
  }

  .vins-cart-trigger-label {
    display: none !important;
  }

  .vins-cart-trigger svg {
    width: 18px !important;
    height: 18px !important;
  }

  .vins-cart-trigger .vins-cart-count {
    display: inline-flex !important;
    min-width: 20px !important;
    height: 20px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 6px !important;
    font-size: 11px !important;
    line-height: 1 !important;
  }

  .hero-section,
  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14 {
    min-height: clamp(430px, 88vh, 640px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    padding: 92px 20px 54px !important;
  }

  .hero-wrapper-2,
  .hero-wrapper-3,
  .hero-wrapper-9,
  .about-hero-block,
  .div-block-38,
  .container-42,
  .container-59 {
    max-width: calc(100vw - 32px) !important;
    box-sizing: border-box !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .page-title,
  .page-title.big,
  .section-tittle,
  .about-hero-block .page-title {
    font-size: clamp(31px, 8vw, 48px) !important;
    line-height: 1.08 !important;
    overflow-wrap: break-word !important;
    text-wrap: balance;
  }

  html[lang="de"] .page-title,
  html[lang="ru"] .page-title,
  html[lang="de"] .section-tittle,
  html[lang="ru"] .section-tittle {
    overflow-wrap: anywhere !important;
    hyphens: auto !important;
  }

  .paragraph.main,
  .detail-paragraph.subpage,
  .about-hero-block .detail-paragraph.subpage {
    max-width: calc(100vw - 36px) !important;
    font-size: clamp(14px, 3.8vw, 17px) !important;
    line-height: 1.42 !important;
  }

  .w-embed-youtubevideo {
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    aspect-ratio: 16 / 9 !important;
  }

  .w-embed-youtubevideo iframe {
    width: 100% !important;
    height: 100% !important;
  }

  .items-wrapper,
  .vins-home-shop-teaser .items-wrapper,
  body.shop .items-wrapper {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: 420px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .items-content {
    padding: 18px 16px !important;
  }

  body.shop .items-content .vins-shop-cart-row,
  .vins-product-cart-row,
  .vins-cart-actions-product {
    flex-wrap: wrap !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 10px !important;
  }

  .vins-checkout-layout {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .vins-checkout-page {
    padding: 96px 18px 46px !important;
  }

  .vins-checkout-page-form,
  .vins-checkout-side,
  .vins-checkout-confirmation,
  .vins-success-card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .vins-contact-map-section .columns-2,
  .vins-contact-map-section .hero-wrapper-9,
  .vins-contact-map-section .hero-split-9 {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }

  .vins-map-wrapper,
  .map-wrapper,
  .vins-map-iframe,
  .map-wrapper iframe {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .vins-map-iframe {
    min-height: 320px !important;
  }

  .container-55 {
    display: grid !important;
    max-width: calc(100vw - 32px) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    justify-items: center !important;
    gap: 16px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .container-55 img,
  .container-55 .image-37,
  .container-55 .image-38,
  .container-55 .vins-country-placeholder,
  .vins-country-placeholder {
    width: clamp(112px, 30vw, 144px) !important;
    height: clamp(112px, 30vw, 144px) !important;
    max-width: 100% !important;
  }

  .vins-cart-drawer,
  .vins-cart-panel {
    width: min(100vw, 430px) !important;
    max-width: 100vw !important;
  }

  .vins-promo-card,
  .vins-age-gate,
  .age-gate,
  .age-modal {
    width: min(100%, calc(100vw - 28px)) !important;
    max-width: calc(100vw - 28px) !important;
    max-height: calc(100vh - 28px) !important;
    overflow-y: auto !important;
  }

  .vins-promo-media {
    min-height: 170px !important;
  }

  .vins-promo-actions {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .footer-subscribe-2,
  .footer-wrapper-three-2,
  .footer-wrapper-three-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
    text-align: center !important;
  }

  .footer-link-three,
  .footer-link-three-3,
  .footer-social-block-three-2,
  .footer-social-block-three-3 {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
}

@media screen and (max-width: 600px) {
  .navbar-no-shadow-container-2 {
    min-height: 68px !important;
    padding: 9px 12px !important;
  }

  .navbar-brand-2,
  .navbar-brand-2 .image-24 {
    width: clamp(116px, 32vw, 140px) !important;
    max-width: clamp(116px, 32vw, 140px) !important;
    flex-basis: clamp(116px, 32vw, 140px) !important;
  }

  .menu-button,
  .menu-button-2,
  .menu-button-3,
  .vins-cart-trigger {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
  }

  .hero-section,
  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14 {
    min-height: clamp(410px, 82vh, 580px) !important;
    padding: 84px 18px 46px !important;
  }

  .page-title,
  .page-title.big,
  .section-tittle,
  .about-hero-block .page-title {
    font-size: clamp(28px, 8.8vw, 40px) !important;
  }
}

@media screen and (max-width: 430px) {
  .navbar-no-shadow-container-2 {
    min-height: 64px !important;
    padding: 8px 10px !important;
  }

  .navbar-wrapper-2 {
    gap: 8px !important;
  }

  .navbar-brand-2,
  .navbar-brand-2 .image-24 {
    width: 132px !important;
    max-width: 38vw !important;
    flex-basis: 132px !important;
  }

  .menu-button,
  .menu-button-2,
  .menu-button-3,
  .vins-cart-trigger {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
  }

  .nav-menu-3 {
    right: 10px !important;
    left: 10px !important;
    max-width: calc(100vw - 20px) !important;
    padding: 14px !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    padding: 12px 10px !important;
    font-size: 15px !important;
  }

  .hero-section,
  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14 {
    min-height: clamp(390px, 80vh, 540px) !important;
    padding: 78px 16px 42px !important;
  }

  .page-title,
  .page-title.big,
  .section-tittle,
  .about-hero-block .page-title {
    font-size: clamp(26px, 8.6vw, 36px) !important;
  }

  .vins-map-link {
    right: 10px !important;
    left: 10px !important;
    white-space: normal !important;
  }
}

@media screen and (max-width: 390px) {
  .navbar-brand-2,
  .navbar-brand-2 .image-24 {
    width: 124px !important;
    max-width: 36vw !important;
    flex-basis: 124px !important;
  }

  .container-55 img,
  .container-55 .image-37,
  .container-55 .image-38,
  .container-55 .vins-country-placeholder,
  .vins-country-placeholder {
    width: clamp(104px, 34vw, 128px) !important;
    height: clamp(104px, 34vw, 128px) !important;
  }

  .vins-checkout-page-form label,
  .vins-order-summary-card,
  .vins-order-summary-card *,
  .vins-product-specs,
  .vins-product-specs * {
    overflow-wrap: anywhere !important;
  }
}

@media screen and (max-width: 375px) {
  .navbar-brand-2,
  .navbar-brand-2 .image-24 {
    width: 116px !important;
    max-width: 35vw !important;
    flex-basis: 116px !important;
  }

  body.shop .items-content .vins-shop-cart-row,
  .vins-product-cart-row,
  .vins-cart-actions-product {
    flex-direction: column !important;
  }

  body.shop .items-content .vins-shop-cart-row [data-vins-qty],
  body.shop .items-content .vins-shop-cart-row .vins-add-to-cart,
  .vins-product-cart-row [data-vins-qty],
  .vins-product-cart-row .vins-add-to-cart,
  .vins-cart-actions-product [data-vins-qty],
  .vins-cart-actions-product .vins-add-to-cart {
    width: 100% !important;
    min-width: 0 !important;
  }

  .vins-product-gallery-thumb {
    width: 60px !important;
    height: 60px !important;
  }
}

@media screen and (max-width: 360px) {
  .navbar-brand-2,
  .navbar-brand-2 .image-24 {
    width: 110px !important;
    max-width: 34vw !important;
    flex-basis: 110px !important;
  }

  .menu-button,
  .menu-button-2,
  .menu-button-3,
  .vins-cart-trigger {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
  }

  .hero-section,
  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14 {
    min-height: clamp(370px, 78vh, 500px) !important;
    padding: 74px 14px 38px !important;
  }

  .page-title,
  .page-title.big,
  .section-tittle,
  .about-hero-block .page-title {
    font-size: clamp(24px, 8.3vw, 31px) !important;
  }

  .container-55 {
    grid-template-columns: 1fr !important;
  }

  .vins-checkout-page {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .vins-checkout-page-form,
  .vins-checkout-side,
  .vins-checkout-confirmation,
  .vins-success-card {
    padding: 18px 14px !important;
  }
}

@media screen and (max-height: 480px) and (orientation: landscape) {
  .nav-menu-3 {
    max-height: calc(100vh - 86px) !important;
    overflow-y: auto !important;
  }

  .hero-section,
  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14 {
    min-height: 520px !important;
  }
}

/* VINS PHASE 34G MOBILE HEADER MENU CART FIX */
@media screen and (max-width: 768px) {
  .navbar-no-shadow-2,
  .navbar-no-shadow-container-2,
  .navbar-no-shadow-container-3 {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    overflow: visible !important;
    background: rgba(0, 0, 0, 0.97) !important;
  }

  .navbar-no-shadow-container-2,
  .navbar-no-shadow-container-3 {
    min-height: 72px !important;
    padding: 10px 16px !important;
    border-bottom: 1px solid rgba(208, 178, 135, 0.2) !important;
  }

  .navbar-no-shadow-container-2 .container-regular-2,
  .navbar-no-shadow-container-3 .container-regular-2 {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .navbar-wrapper-2 {
    position: relative !important;
    display: grid !important;
    min-height: 52px !important;
    grid-template-columns: minmax(112px, 1fr) auto auto !important;
    align-items: center !important;
    justify-content: stretch !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  .navbar-brand-2,
  .navbar-brand-2.w--current {
    display: inline-flex !important;
    width: clamp(120px, 34vw, 150px) !important;
    max-width: clamp(120px, 34vw, 150px) !important;
    flex-basis: auto !important;
    grid-column: 1 !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 10002 !important;
  }

  .navbar-brand-2 .image-24 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .navbar-brand-2:after {
    display: none !important;
  }

  .vins-cart-trigger {
    grid-column: 2 !important;
    justify-self: end !important;
    display: inline-flex !important;
    width: auto !important;
    min-width: 44px !important;
    min-height: 42px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    margin: 0 !important;
    padding: 8px 11px !important;
    border: 1px solid rgba(208, 178, 135, 0.46) !important;
    border-radius: 999px !important;
    background: rgba(0, 0, 0, 0.56) !important;
    color: var(--gold) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03) !important;
    pointer-events: auto !important;
    z-index: 10003 !important;
  }

  .vins-cart-trigger-label {
    display: none !important;
  }

  .vins-cart-trigger svg {
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
  }

  .vins-cart-trigger .vins-cart-count {
    display: inline-flex !important;
    min-width: 21px !important;
    height: 21px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 6px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  .menu-button-4,
  .menu-button,
  .menu-button-2,
  .menu-button-3 {
    grid-column: 3 !important;
    justify-self: end !important;
    display: inline-flex !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(208, 178, 135, 0.46) !important;
    border-radius: 999px !important;
    background: rgba(208, 178, 135, 0.09) !important;
    color: var(--gold) !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    z-index: 10004 !important;
  }

  .menu-button-4.w--open,
  .menu-button.w--open,
  .menu-button-2.w--open,
  .menu-button-3.w--open {
    border-color: rgba(208, 178, 135, 0.74) !important;
    background: rgba(208, 178, 135, 0.17) !important;
  }

  .menu-button-4 .icon-4,
  .menu-button .icon,
  .menu-button-2 .icon,
  .menu-button-3 .icon,
  .menu-button-4 .w-icon-nav-menu,
  .menu-button .w-icon-nav-menu,
  .menu-button-2 .w-icon-nav-menu,
  .menu-button-3 .w-icon-nav-menu {
    color: var(--gold) !important;
    font-size: 24px !important;
    line-height: 1 !important;
  }

  .nav-menu-wrapper-2.w-nav-menu {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 10001 !important;
    display: block !important;
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    max-height: calc(100vh - 96px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: hidden auto !important;
    border: 1px solid rgba(208, 178, 135, 0.28) !important;
    border-radius: 12px !important;
    background: rgba(4, 4, 4, 0.985) !important;
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.62) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-8px) !important;
    pointer-events: none !important;
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease !important;
  }

  .nav-menu-wrapper-2.w-nav-menu.w--open,
  .w-nav-menu.w--open.nav-menu-wrapper-2 {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  .nav-menu-wrapper-2.w-nav-menu .nav-menu-3 {
    position: static !important;
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 12px 14px 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  .nav-menu-3 > li,
  .nav-menu-3 .mobile-margin-top-11,
  .nav-menu-3 .nav-button-wrapper-2,
  .nav-menu-3 .w-dropdown {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    display: flex !important;
    width: 100% !important;
    min-height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 13px 12px !important;
    border-bottom: 1px solid rgba(208, 178, 135, 0.12) !important;
    color: var(--gold) !important;
    font-size: 16px !important;
    line-height: 1.15 !important;
    letter-spacing: 0.02em !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
  }

  .nav-link-3.w--current,
  .nav-link-3:hover {
    background: rgba(208, 178, 135, 0.08) !important;
    color: #f1d3a0 !important;
  }

  .nav-menu-3 .mobile-margin-top-11 {
    margin-top: 12px !important;
    padding-top: 12px !important;
    border-top: 1px solid rgba(208, 178, 135, 0.16) !important;
  }

  .nav-button-wrapper-2 {
    display: flex !important;
    justify-content: center !important;
  }

  .nav-menu-3 .w-dropdown {
    display: flex !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  .w-dropdown-toggle,
  .dropdown-toggle.w-dropdown-toggle {
    display: inline-flex !important;
    min-width: 58px !important;
    min-height: 42px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 7px 12px !important;
    border: 1px solid rgba(208, 178, 135, 0.32) !important;
    border-radius: 999px !important;
    background: rgba(208, 178, 135, 0.08) !important;
    overflow: visible !important;
  }

  .w-dropdown-toggle > img,
  .dropdown-toggle.w-dropdown-toggle > img,
  .w-dropdown-toggle .vins-language-flag-ru,
  .dropdown-toggle.w-dropdown-toggle .vins-language-flag-ru {
    display: block !important;
    width: 27px !important;
    height: 27px !important;
    max-width: 27px !important;
    flex: 0 0 27px !important;
    border-radius: 999px !important;
    object-fit: cover !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .w-dropdown-toggle .w-icon-dropdown-toggle,
  .dropdown-toggle.w-dropdown-toggle .w-icon-dropdown-toggle {
    position: static !important;
    inset: auto !important;
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    color: var(--gold) !important;
    transform: none !important;
    pointer-events: none !important;
  }

  .dropdown-list.w-dropdown-list.w--open,
  .dropdown-list-2.w-dropdown-list.w--open,
  .dropdown-list-3.w-dropdown-list.w--open,
  .dropdown-list-4.w-dropdown-list.w--open,
  .dropdown-list-5.w-dropdown-list.w--open,
  .dropdown-list-6.w-dropdown-list.w--open,
  .w-dropdown-list.w--open {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    right: auto !important;
    left: 50% !important;
    z-index: 10005 !important;
    min-width: 168px !important;
    max-width: calc(100vw - 48px) !important;
    transform: translateX(-50%) !important;
  }

  .hero-section,
  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14 {
    padding-top: 86px !important;
  }
}

@media screen and (max-width: 430px) {
  .navbar-no-shadow-container-2,
  .navbar-no-shadow-container-3 {
    min-height: 66px !important;
    padding: 8px 14px !important;
  }

  .navbar-wrapper-2 {
    min-height: 50px !important;
    grid-template-columns: minmax(108px, 1fr) auto auto !important;
    gap: 8px !important;
  }

  .navbar-brand-2,
  .navbar-brand-2.w--current {
    width: 132px !important;
    max-width: 38vw !important;
  }

  .vins-cart-trigger {
    min-width: 40px !important;
    min-height: 40px !important;
    padding: 8px 9px !important;
  }

  .menu-button-4,
  .menu-button,
  .menu-button-2,
  .menu-button-3 {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
  }

  .nav-menu-wrapper-2.w-nav-menu {
    top: calc(100% + 8px) !important;
    max-width: calc(100vw - 28px) !important;
    max-height: calc(100vh - 86px) !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    min-height: 43px !important;
    padding: 12px 10px !important;
    font-size: 15.5px !important;
  }

  .hero-section,
  .hero-section.about-us,
  .hero-section.about-us.plates,
  .section-14 {
    min-height: clamp(410px, 82vh, 560px) !important;
    padding-top: 78px !important;
  }

  .page-title,
  .page-title.big,
  .section-tittle,
  .about-hero-block .page-title {
    max-width: calc(100vw - 32px) !important;
    line-height: 1.08 !important;
  }
}

@media screen and (max-width: 402px) {
  .navbar-wrapper-2 {
    grid-template-columns: minmax(104px, 1fr) auto auto !important;
    gap: 7px !important;
  }

  .navbar-brand-2,
  .navbar-brand-2.w--current {
    width: 124px !important;
    max-width: 36vw !important;
  }

  .vins-cart-trigger svg {
    width: 17px !important;
    height: 17px !important;
  }

  .vins-cart-trigger .vins-cart-count {
    min-width: 20px !important;
    height: 20px !important;
    padding: 0 5px !important;
  }
}

@media screen and (max-width: 390px) {
  .navbar-no-shadow-container-2,
  .navbar-no-shadow-container-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .navbar-brand-2,
  .navbar-brand-2.w--current {
    width: 118px !important;
    max-width: 35vw !important;
  }

  .vins-cart-trigger,
  .menu-button-4,
  .menu-button,
  .menu-button-2,
  .menu-button-3 {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
  }

  .vins-cart-trigger {
    gap: 5px !important;
    padding: 7px 8px !important;
  }
}

@media screen and (max-width: 375px) {
  .navbar-wrapper-2 {
    grid-template-columns: minmax(98px, 1fr) auto auto !important;
    gap: 6px !important;
  }

  .navbar-brand-2,
  .navbar-brand-2.w--current {
    width: 112px !important;
    max-width: 34vw !important;
  }

  .nav-menu-wrapper-2.w-nav-menu {
    max-width: calc(100vw - 22px) !important;
  }
}

@media screen and (max-width: 360px) {
  .navbar-no-shadow-container-2,
  .navbar-no-shadow-container-3 {
    min-height: 62px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .navbar-brand-2,
  .navbar-brand-2.w--current {
    width: 106px !important;
    max-width: 33vw !important;
  }

  .vins-cart-trigger,
  .menu-button-4,
  .menu-button,
  .menu-button-2,
  .menu-button-3 {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
  }

  .nav-link-3,
  html[lang="en"] .nav-link-3,
  html[lang="de"] .nav-link-3,
  html[lang="ru"] .nav-link-3 {
    font-size: 15px !important;
  }
}

/* VINS PHASE 34H MOBILE HEADER HERO MENU FIX */
@media screen and (max-width: 768px) {
  .navbar-no-shadow-2,
  .navbar-no-shadow-container-2,
  .navbar-no-shadow-container-3 {
    top: 0 !important;
    z-index: 10010 !important;
    min-height: 66px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    overflow: visible !important;
  }

  .navbar-wrapper-2 {
    min-height: 48px !important;
    align-items: center !important;
    overflow: visible !important;
  }

  .navbar-brand-2,
  .navbar-brand-2.w--current {
    width: clamp(118px, 31vw, 142px) !important;
    max-width: clamp(118px, 31vw, 142px) !important;
    z-index: 10014 !important;
  }

  .menu-button-4.w-nav-button,
  .menu-button.w-nav-button,
  .menu-button-2.w-nav-button,
  .menu-button-3.w-nav-button {
    position: relative !important;
    z-index: 10030 !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
  }

  .vins-cart-trigger {
    position: relative !important;
    z-index: 10028 !important;
    pointer-events: auto !important;
  }

  .nav-menu-wrapper-2.w-nav-menu {
    position: absolute !important;
    top: calc(100% + 6px) !important;
    left: 50% !important;
    right: auto !important;
    z-index: 10022 !important;
    display: block !important;
    width: min(420px, calc(100vw - 28px)) !important;
    max-width: calc(100vw - 28px) !important;
    height: auto !important;
    max-height: calc(100vh - 82px) !important;
    margin: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translate(-50%, -6px) !important;
    pointer-events: none !important;
    clip-path: inset(0 0 100% 0) !important;
  }

  .nav-menu-wrapper-2.w-nav-menu.w--open,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open],
  .nav-menu-wrapper-2.w-nav-menu[style*="display: block"],
  .w-nav-menu.w--open.nav-menu-wrapper-2 {
    display: block !important;
    height: auto !important;
    max-height: calc(100vh - 82px) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-50%, 0) !important;
    pointer-events: auto !important;
    clip-path: inset(0 0 0 0) !important;
  }

  .nav-menu-wrapper-2.w-nav-menu .nav-menu-3 {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .nav-menu-wrapper-2.w-nav-menu.w--open .nav-menu-3,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open] .nav-menu-3,
  .nav-menu-wrapper-2.w-nav-menu[style*="display: block"] .nav-menu-3 {
    display: flex !important;
  }

  #Hero-Section .hero-wrapper-2,
  #Hero-Section .hero-wrapper-3,
  #Hero-Section .hero-split,
  #Hero-Section .div-block-38,
  .hero-section:first-of-type .hero-wrapper-2,
  .hero-section:first-of-type .hero-wrapper-3,
  .hero-section:first-of-type .hero-split {
    transform: translateY(-18px) !important;
  }
}

@media screen and (max-width: 430px) {
  .navbar-no-shadow-container-2,
  .navbar-no-shadow-container-3 {
    min-height: 62px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .navbar-wrapper-2 {
    min-height: 46px !important;
    grid-template-columns: minmax(106px, 1fr) auto auto !important;
    gap: 7px !important;
  }

  .navbar-brand-2,
  .navbar-brand-2.w--current {
    width: 124px !important;
    max-width: 36vw !important;
  }

  .vins-cart-trigger,
  .menu-button-4,
  .menu-button,
  .menu-button-2,
  .menu-button-3 {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
  }

  .nav-menu-wrapper-2.w-nav-menu {
    top: calc(100% + 5px) !important;
    width: min(410px, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
    max-height: calc(100vh - 74px) !important;
  }

  .nav-menu-wrapper-2.w-nav-menu.w--open,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open],
  .nav-menu-wrapper-2.w-nav-menu[style*="display: block"] {
    max-height: calc(100vh - 74px) !important;
  }

  #Hero-Section,
  .hero-section:first-of-type {
    padding-top: 64px !important;
  }

  #Hero-Section .hero-wrapper-2,
  #Hero-Section .hero-wrapper-3,
  #Hero-Section .hero-split,
  #Hero-Section .div-block-38,
  .hero-section:first-of-type .hero-wrapper-2,
  .hero-section:first-of-type .hero-wrapper-3,
  .hero-section:first-of-type .hero-split {
    transform: translateY(-24px) !important;
  }

  .hero-section.about-us.plates,
  .hero-section.recommendations,
  .hero-section.preporuke {
    min-height: clamp(430px, 86vh, 580px) !important;
  }
}

@media screen and (max-width: 390px) {
  .navbar-no-shadow-container-2,
  .navbar-no-shadow-container-3 {
    min-height: 60px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .navbar-wrapper-2 {
    min-height: 44px !important;
    grid-template-columns: minmax(100px, 1fr) auto auto !important;
    gap: 6px !important;
  }

  .navbar-brand-2,
  .navbar-brand-2.w--current {
    width: 116px !important;
    max-width: 35vw !important;
  }

  .vins-cart-trigger,
  .menu-button-4,
  .menu-button,
  .menu-button-2,
  .menu-button-3 {
    width: 37px !important;
    min-width: 37px !important;
    height: 37px !important;
    min-height: 37px !important;
  }

  #Hero-Section .hero-wrapper-2,
  #Hero-Section .hero-wrapper-3,
  #Hero-Section .hero-split,
  #Hero-Section .div-block-38,
  .hero-section:first-of-type .hero-wrapper-2,
  .hero-section:first-of-type .hero-wrapper-3,
  .hero-section:first-of-type .hero-split {
    transform: translateY(-26px) !important;
  }
}

@media screen and (max-width: 375px) {
  .navbar-wrapper-2 {
    grid-template-columns: minmax(96px, 1fr) auto auto !important;
    gap: 6px !important;
  }

  .navbar-brand-2,
  .navbar-brand-2.w--current {
    width: 112px !important;
    max-width: 34vw !important;
  }

  .nav-menu-wrapper-2.w-nav-menu {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
  }
}

@media screen and (max-width: 360px) {
  .navbar-no-shadow-container-2,
  .navbar-no-shadow-container-3 {
    min-height: 58px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .navbar-wrapper-2 {
    min-height: 42px !important;
    grid-template-columns: minmax(90px, 1fr) auto auto !important;
    gap: 5px !important;
  }

  .navbar-brand-2,
  .navbar-brand-2.w--current {
    width: 106px !important;
    max-width: 33vw !important;
  }

  .vins-cart-trigger,
  .menu-button-4,
  .menu-button,
  .menu-button-2,
  .menu-button-3 {
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
  }

  .nav-menu-wrapper-2.w-nav-menu {
    top: calc(100% + 4px) !important;
    max-height: calc(100vh - 68px) !important;
  }

  .nav-menu-wrapper-2.w-nav-menu.w--open,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open],
  .nav-menu-wrapper-2.w-nav-menu[style*="display: block"] {
    max-height: calc(100vh - 68px) !important;
  }
}

/* VINS PHASE 34I MOBILE HEADER RECOVERY */
@media screen and (max-width: 768px) {
  html,
  body {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .navbar-no-shadow-2,
  .navbar-no-shadow-container-2,
  .navbar-no-shadow-container-3 {
    top: 0 !important;
    margin-top: 0 !important;
    transform: none !important;
    min-height: 64px !important;
    padding: 6px 16px !important;
    overflow: visible !important;
    z-index: 10050 !important;
  }

  .navbar-wrapper-2 {
    min-height: 48px !important;
    display: grid !important;
    grid-template-columns: minmax(118px, 1fr) auto auto !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  .navbar-brand-2,
  .navbar-brand-2.w--current {
    width: clamp(120px, 32vw, 146px) !important;
    max-width: clamp(120px, 32vw, 146px) !important;
    min-width: 0 !important;
    margin: 0 !important;
    transform: none !important;
    justify-self: start !important;
  }

  .navbar-brand-2 img,
  .navbar-brand-2 .image-24 {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .navbar-wrapper-2 > img,
  .navbar-wrapper-2 > .image-37,
  .navbar-wrapper-2 > .image-38,
  .navbar-wrapper-2 > .image-39,
  .navbar-wrapper-2 > .image-40 {
    display: none !important;
  }

  .vins-cart-trigger {
    display: inline-flex !important;
    width: auto !important;
    min-width: 44px !important;
    height: 40px !important;
    min-height: 40px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    margin: 0 !important;
    padding: 8px 10px !important;
    border: 1px solid rgba(214, 185, 123, 0.50) !important;
    border-radius: 999px !important;
    background: rgba(8, 8, 8, 0.86) !important;
    color: #d6b97b !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25) !important;
    line-height: 1 !important;
    transform: none !important;
    z-index: 10070 !important;
    justify-self: end !important;
  }

  .vins-cart-trigger svg {
    width: 17px !important;
    height: 17px !important;
    flex: 0 0 17px !important;
  }

  .vins-cart-trigger .vins-cart-trigger-label {
    display: none !important;
  }

  .vins-cart-trigger .vins-cart-count {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 21px !important;
    width: auto !important;
    height: 21px !important;
    padding: 0 6px !important;
    border-radius: 999px !important;
    background: #d6b97b !important;
    color: #0b0b0b !important;
    font-size: 12px !important;
    line-height: 1 !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  .menu-button-4.w-nav-button,
  .menu-button.w-nav-button,
  .menu-button-2.w-nav-button,
  .menu-button-3.w-nav-button {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(214, 185, 123, 0.42) !important;
    border-radius: 999px !important;
    background: rgba(8, 8, 8, 0.84) !important;
    color: #d6b97b !important;
    transform: none !important;
    z-index: 10075 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    justify-self: end !important;
  }

  .menu-button-4 .icon-4,
  .menu-button-4 .w-icon-nav-menu,
  .menu-button .w-icon-nav-menu,
  .menu-button-2 .w-icon-nav-menu,
  .menu-button-3 .w-icon-nav-menu {
    color: #d6b97b !important;
    font-size: 20px !important;
    line-height: 1 !important;
  }

  .nav-menu-wrapper-2.w-nav-menu {
    position: absolute !important;
    top: calc(100% + 4px) !important;
    left: 50% !important;
    right: auto !important;
    width: min(420px, calc(100vw - 28px)) !important;
    max-width: calc(100vw - 28px) !important;
    max-height: calc(100vh - 76px) !important;
    margin: 0 !important;
    padding: 14px !important;
    border: 1px solid rgba(214, 185, 123, 0.22) !important;
    border-radius: 14px !important;
    background: rgba(5, 5, 5, 0.98) !important;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.42) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    display: block !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translate(-50%, -8px) !important;
    clip-path: none !important;
    pointer-events: none !important;
    z-index: 10060 !important;
  }

  .nav-menu-wrapper-2.w-nav-menu.w--open,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open],
  .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open,
  .w-nav-menu.w--open.nav-menu-wrapper-2 {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-50%, 0) !important;
    pointer-events: auto !important;
    height: auto !important;
    max-height: calc(100vh - 76px) !important;
  }

  .nav-menu-wrapper-2 .nav-menu-3 {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .nav-menu-wrapper-2 .nav-menu-3 li {
    width: 100% !important;
    margin: 0 !important;
  }

  .nav-menu-wrapper-2 .nav-link-3,
  html[lang="en"] .nav-menu-wrapper-2 .nav-link-3,
  html[lang="de"] .nav-menu-wrapper-2 .nav-link-3,
  html[lang="ru"] .nav-menu-wrapper-2 .nav-link-3 {
    width: 100% !important;
    min-height: 44px !important;
    padding: 12px 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: normal !important;
    font-size: 16px !important;
    line-height: 1.22 !important;
    color: #d6b97b !important;
  }

  .nav-menu-3 .mobile-margin-top-11 {
    margin-top: 10px !important;
    padding-top: 12px !important;
    border-top: 1px solid rgba(214, 185, 123, 0.18) !important;
  }

  .nav-menu-3 .w-dropdown {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  .nav-menu-3 .w-dropdown-toggle,
  .nav-menu-3 .dropdown-toggle.w-dropdown-toggle {
    min-width: 66px !important;
    min-height: 42px !important;
    margin: 0 auto !important;
  }

  #Hero-Section {
    min-height: min(640px, 92svh) !important;
    padding-top: 54px !important;
    overflow: hidden !important;
  }

  #Hero-Section .container {
    min-height: inherit !important;
    display: flex !important;
    align-items: flex-start !important;
  }

  #Hero-Section .left-block.hero {
    min-height: inherit !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding-top: clamp(38px, 10vh, 76px) !important;
  }

  #Hero-Section .hero-div.small {
    max-width: calc(100vw - 32px) !important;
    transform: translateY(-34px) !important;
    z-index: 2 !important;
  }
}

@media screen and (max-width: 430px) {
  .navbar-no-shadow-container-2,
  .navbar-no-shadow-container-3 {
    min-height: 60px !important;
    padding: 5px 12px !important;
  }

  .navbar-wrapper-2 {
    min-height: 46px !important;
    grid-template-columns: minmax(108px, 1fr) auto auto !important;
    gap: 8px !important;
  }

  .navbar-brand-2,
  .navbar-brand-2.w--current {
    width: 122px !important;
    max-width: 38vw !important;
  }

  .vins-cart-trigger {
    height: 39px !important;
    min-height: 39px !important;
    min-width: 45px !important;
    padding: 8px 9px !important;
  }

  .menu-button-4.w-nav-button,
  .menu-button.w-nav-button,
  .menu-button-2.w-nav-button,
  .menu-button-3.w-nav-button {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
  }

  .nav-menu-wrapper-2.w-nav-menu {
    top: calc(100% + 3px) !important;
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    max-height: calc(100svh - 68px) !important;
  }

  .nav-menu-wrapper-2.w-nav-menu.w--open,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open],
  .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open {
    max-height: calc(100svh - 68px) !important;
  }

  #Hero-Section {
    padding-top: 44px !important;
  }

  #Hero-Section .left-block.hero {
    padding-top: clamp(24px, 7vh, 52px) !important;
  }

  #Hero-Section .hero-div.small {
    transform: translateY(-48px) !important;
  }
}

@media screen and (max-width: 390px) {
  .navbar-no-shadow-container-2,
  .navbar-no-shadow-container-3 {
    min-height: 58px !important;
    padding: 5px 10px !important;
  }

  .navbar-wrapper-2 {
    min-height: 44px !important;
    grid-template-columns: minmax(102px, 1fr) auto auto !important;
    gap: 7px !important;
  }

  .navbar-brand-2,
  .navbar-brand-2.w--current {
    width: 116px !important;
    max-width: 37vw !important;
  }

  .vins-cart-trigger,
  .menu-button-4.w-nav-button,
  .menu-button.w-nav-button,
  .menu-button-2.w-nav-button,
  .menu-button-3.w-nav-button {
    height: 38px !important;
    min-height: 38px !important;
  }

  #Hero-Section .hero-div.small {
    transform: translateY(-56px) !important;
  }
}

@media screen and (max-width: 375px) {
  .navbar-wrapper-2 {
    grid-template-columns: minmax(98px, 1fr) auto auto !important;
    gap: 6px !important;
  }

  .navbar-brand-2,
  .navbar-brand-2.w--current {
    width: 110px !important;
    max-width: 36vw !important;
  }

  .vins-cart-trigger {
    min-width: 43px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

@media screen and (max-width: 360px) {
  .navbar-no-shadow-container-2,
  .navbar-no-shadow-container-3 {
    min-height: 56px !important;
    padding: 4px 9px !important;
  }

  .navbar-wrapper-2 {
    min-height: 42px !important;
    grid-template-columns: minmax(92px, 1fr) auto auto !important;
    gap: 5px !important;
  }

  .navbar-brand-2,
  .navbar-brand-2.w--current {
    width: 104px !important;
    max-width: 34vw !important;
  }

  .vins-cart-trigger {
    min-width: 40px !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 7px 7px !important;
  }

  .vins-cart-trigger svg {
    width: 16px !important;
    height: 16px !important;
    flex-basis: 16px !important;
  }

  .vins-cart-trigger .vins-cart-count {
    min-width: 19px !important;
    height: 19px !important;
    padding: 0 5px !important;
    font-size: 11px !important;
  }

  .menu-button-4.w-nav-button,
  .menu-button.w-nav-button,
  .menu-button-2.w-nav-button,
  .menu-button-3.w-nav-button {
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
  }

  .nav-menu-wrapper-2.w-nav-menu {
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
  }

  #Hero-Section .hero-div.small {
    transform: translateY(-60px) !important;
  }
}

/* VINS PHASE 34J REAL MOBILE MENU HERO CORRECTION */
@media screen and (max-width: 768px) {
  .navbar-no-shadow-2,
  .navbar-no-shadow-container-2,
  .navbar-no-shadow-container-3 {
    top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    min-height: 62px !important;
    transform: none !important;
    overflow: visible !important;
    z-index: 10080 !important;
  }

  .navbar-wrapper-2 {
    min-height: 48px !important;
    align-items: center !important;
    overflow: visible !important;
  }

  .menu-button-4.w-nav-button,
  .menu-button.w-nav-button,
  .menu-button-2.w-nav-button,
  .menu-button-3.w-nav-button {
    position: relative !important;
    z-index: 10110 !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
  }

  .menu-button-4.w-nav-button.vins-mobile-menu-open,
  .menu-button-4.w-nav-button.w--open {
    border-color: rgba(214, 185, 123, 0.72) !important;
    background: rgba(214, 185, 123, 0.12) !important;
  }

  .vins-cart-trigger {
    z-index: 10105 !important;
    pointer-events: auto !important;
  }

  .nav-menu-wrapper-2.w-nav-menu,
  .w-nav-menu.nav-menu-wrapper-2 {
    position: fixed !important;
    top: 62px !important;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 14px !important;
    display: flex !important;
    flex-direction: column !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-8px) !important;
    clip-path: none !important;
    pointer-events: none !important;
    overflow: hidden !important;
    z-index: 10100 !important;
  }

  .nav-menu-wrapper-2.w-nav-menu:not(.w--open):not(.vins-mobile-menu-open):not([data-nav-menu-open]) {
    max-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-width: 0 !important;
    box-shadow: none !important;
  }

  .nav-menu-wrapper-2.w-nav-menu.w--open,
  .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open],
  .w-nav-menu.w--open,
  .w-nav-menu.vins-mobile-menu-open {
    display: flex !important;
    flex-direction: column !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    height: auto !important;
    max-height: calc(100svh - 74px) !important;
    padding: 14px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    transform: translateY(0) !important;
    border: 1px solid rgba(214, 185, 123, 0.24) !important;
    border-radius: 14px !important;
    background: rgba(5, 5, 5, 0.98) !important;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.46) !important;
  }

  .nav-menu-wrapper-2.w-nav-menu .nav-menu-3,
  .w-nav-menu.nav-menu-wrapper-2 .nav-menu-3 {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .nav-menu-wrapper-2.w-nav-menu .nav-link-3 {
    min-height: 44px !important;
    padding: 12px 14px !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: 16px !important;
    line-height: 1.22 !important;
  }

  .wrapper-pages {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  #Hero-Section {
    margin-top: 0 !important;
    padding-top: 34px !important;
    min-height: min(640px, 88svh) !important;
  }

  #Hero-Section .container {
    min-height: inherit !important;
    align-items: flex-start !important;
  }

  #Hero-Section .left-block.hero {
    min-height: inherit !important;
    justify-content: flex-start !important;
    padding-top: clamp(48px, 11vh, 84px) !important;
  }

  #Hero-Section .hero-div.small {
    transform: translateY(-18px) !important;
    max-width: calc(100vw - 32px) !important;
  }
}

@media screen and (max-width: 430px) {
  .navbar-no-shadow-container-2,
  .navbar-no-shadow-container-3 {
    min-height: 58px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .nav-menu-wrapper-2.w-nav-menu,
  .w-nav-menu.nav-menu-wrapper-2 {
    top: 58px !important;
    left: 10px !important;
    right: 10px !important;
  }

  .nav-menu-wrapper-2.w-nav-menu.w--open,
  .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open],
  .w-nav-menu.w--open,
  .w-nav-menu.vins-mobile-menu-open {
    max-height: calc(100svh - 68px) !important;
  }

  #Hero-Section {
    padding-top: 26px !important;
    min-height: min(620px, 86svh) !important;
  }

  #Hero-Section .left-block.hero {
    padding-top: clamp(42px, 10vh, 70px) !important;
  }

  #Hero-Section .hero-div.small {
    transform: translateY(-26px) !important;
  }
}

@media screen and (max-width: 390px) {
  .nav-menu-wrapper-2.w-nav-menu,
  .w-nav-menu.nav-menu-wrapper-2 {
    top: 56px !important;
    left: 9px !important;
    right: 9px !important;
  }

  #Hero-Section .left-block.hero {
    padding-top: clamp(40px, 9vh, 64px) !important;
  }

  #Hero-Section .hero-div.small {
    transform: translateY(-30px) !important;
  }
}

@media screen and (max-width: 375px) {
  #Hero-Section .hero-div.small {
    transform: translateY(-32px) !important;
  }
}

@media screen and (max-width: 360px) {
  .nav-menu-wrapper-2.w-nav-menu,
  .w-nav-menu.nav-menu-wrapper-2 {
    top: 54px !important;
    left: 8px !important;
    right: 8px !important;
  }

  #Hero-Section {
    padding-top: 22px !important;
  }

  #Hero-Section .hero-div.small {
    transform: translateY(-34px) !important;
  }
}

/* VINS PHASE 34K MOBILE HOMEPAGE HERO POSITION FIX */
@media screen and (max-width: 768px) {
  #Hero-Section.hero-section:not(.about-us) {
    padding-top: 44px !important;
  }

  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(64px, 13vh, 98px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(4px) !important;
    max-width: calc(100vw - 32px) !important;
  }
}

@media screen and (max-width: 600px) {
  #Hero-Section.hero-section:not(.about-us) {
    padding-top: 40px !important;
  }

  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(60px, 12vh, 88px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(2px) !important;
  }
}

@media screen and (max-width: 430px) {
  #Hero-Section.hero-section:not(.about-us) {
    padding-top: 36px !important;
  }

  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(58px, 12vh, 78px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(0) !important;
  }
}

@media screen and (max-width: 402px) {
  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(56px, 11vh, 74px) !important;
  }
}

@media screen and (max-width: 390px) {
  #Hero-Section.hero-section:not(.about-us) {
    padding-top: 34px !important;
  }

  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(52px, 10vh, 68px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(-4px) !important;
  }
}

@media screen and (max-width: 375px) {
  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(-6px) !important;
  }
}

@media screen and (max-width: 360px) {
  #Hero-Section.hero-section:not(.about-us) {
    padding-top: 32px !important;
  }

  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(48px, 9vh, 62px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(-8px) !important;
  }
}

/* VINS PHASE 34L MOBILE HOMEPAGE HERO DOWNWARD FINE TUNE */
@media screen and (max-width: 768px) {
  #Hero-Section.hero-section:not(.about-us) {
    padding-top: 58px !important;
  }

  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(78px, 15vh, 116px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(18px) !important;
    max-width: calc(100vw - 32px) !important;
  }
}

@media screen and (max-width: 600px) {
  #Hero-Section.hero-section:not(.about-us) {
    padding-top: 54px !important;
  }

  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(74px, 14vh, 104px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(16px) !important;
  }
}

@media screen and (max-width: 430px) {
  #Hero-Section.hero-section:not(.about-us) {
    padding-top: 50px !important;
  }

  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(76px, 14vh, 96px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(18px) !important;
  }
}

@media screen and (max-width: 402px) {
  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(74px, 13vh, 90px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(16px) !important;
  }
}

@media screen and (max-width: 390px) {
  #Hero-Section.hero-section:not(.about-us) {
    padding-top: 44px !important;
  }

  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(66px, 12vh, 82px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(10px) !important;
  }
}

@media screen and (max-width: 375px) {
  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(62px, 11vh, 76px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(6px) !important;
  }
}

@media screen and (max-width: 360px) {
  #Hero-Section.hero-section:not(.about-us) {
    padding-top: 40px !important;
  }

  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(58px, 10vh, 70px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(2px) !important;
  }
}

/* VINS PHASE 34M MOBILE HOMEPAGE HERO LOWERING FINAL TUNE */
@media screen and (max-width: 768px) {
  #Hero-Section.hero-section:not(.about-us) {
    padding-top: 72px !important;
    background-position: 0 0, 0 0, 82% 58% !important;
  }

  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(92px, 17vh, 132px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(34px) !important;
    max-width: calc(100vw - 32px) !important;
  }
}

@media screen and (max-width: 600px) {
  #Hero-Section.hero-section:not(.about-us) {
    padding-top: 68px !important;
    background-position: 0 0, 0 0, 82% 60% !important;
  }

  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(88px, 16vh, 120px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(32px) !important;
  }
}

@media screen and (max-width: 430px) {
  #Hero-Section.hero-section:not(.about-us) {
    padding-top: 62px !important;
    background-position: 0 0, 0 0, 82% 63% !important;
  }

  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(88px, 15vh, 108px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(36px) !important;
  }
}

@media screen and (max-width: 402px) {
  #Hero-Section.hero-section:not(.about-us) {
    background-position: 0 0, 0 0, 82% 64% !important;
  }

  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(86px, 14vh, 102px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(34px) !important;
  }
}

@media screen and (max-width: 390px) {
  #Hero-Section.hero-section:not(.about-us) {
    padding-top: 54px !important;
    background-position: 0 0, 0 0, 82% 64% !important;
  }

  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(76px, 13vh, 94px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(24px) !important;
  }
}

@media screen and (max-width: 375px) {
  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(72px, 12vh, 88px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(20px) !important;
  }
}

@media screen and (max-width: 360px) {
  #Hero-Section.hero-section:not(.about-us) {
    padding-top: 48px !important;
    background-position: 0 0, 0 0, 82% 63% !important;
  }

  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(68px, 11vh, 82px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(14px) !important;
  }
}

/* VINS PHASE 34N MOBILE HOMEPAGE HERO IMAGE LOWERING BLACK TOP FIX */
@media screen and (max-width: 768px) {
  #Hero-Section.hero-section:not(.about-us) {
    background-color: #000 !important;
    background-repeat: no-repeat, no-repeat, no-repeat !important;
    background-position: 0 0, 0 0, 82% 68% !important;
    box-shadow: inset 0 86px 0 #000 !important;
    padding-top: 76px !important;
  }

  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(96px, 17vh, 136px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(42px) !important;
    max-width: calc(100vw - 32px) !important;
  }
}

@media screen and (max-width: 600px) {
  #Hero-Section.hero-section:not(.about-us) {
    background-position: 0 0, 0 0, 82% 71% !important;
    box-shadow: inset 0 82px 0 #000 !important;
    padding-top: 72px !important;
  }

  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(92px, 16vh, 124px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(40px) !important;
  }
}

@media screen and (max-width: 430px) {
  #Hero-Section.hero-section:not(.about-us) {
    background-position: 0 0, 0 0, 82% 76% !important;
    box-shadow: inset 0 74px 0 #000 !important;
    padding-top: 66px !important;
  }

  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(92px, 15vh, 112px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(46px) !important;
  }
}

@media screen and (max-width: 402px) {
  #Hero-Section.hero-section:not(.about-us) {
    background-position: 0 0, 0 0, 82% 78% !important;
    box-shadow: inset 0 72px 0 #000 !important;
  }

  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(90px, 14vh, 106px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(44px) !important;
  }
}

@media screen and (max-width: 390px) {
  #Hero-Section.hero-section:not(.about-us) {
    background-position: 0 0, 0 0, 82% 76% !important;
    box-shadow: inset 0 68px 0 #000 !important;
    padding-top: 58px !important;
  }

  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(80px, 13vh, 98px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(32px) !important;
  }
}

@media screen and (max-width: 375px) {
  #Hero-Section.hero-section:not(.about-us) {
    background-position: 0 0, 0 0, 82% 75% !important;
    box-shadow: inset 0 64px 0 #000 !important;
  }

  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(76px, 12vh, 92px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(28px) !important;
  }
}

@media screen and (max-width: 360px) {
  #Hero-Section.hero-section:not(.about-us) {
    background-position: 0 0, 0 0, 82% 73% !important;
    box-shadow: inset 0 60px 0 #000 !important;
    padding-top: 52px !important;
  }

  #Hero-Section.hero-section:not(.about-us) .left-block.hero {
    padding-top: clamp(72px, 11vh, 86px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .hero-div.small {
    transform: translateY(22px) !important;
  }
}

/* VINS PHASE 34O MOBILE HOMEPAGE HERO IMAGE LOWERING ONLY */
@media screen and (max-width: 768px) {
  #Hero-Section.hero-section:not(.about-us) {
    background-color: #000 !important;
    background-repeat: no-repeat, no-repeat, no-repeat !important;
    background-position: 0 0, 0 0, 82% 73% !important;
  }
}

@media screen and (max-width: 600px) {
  #Hero-Section.hero-section:not(.about-us) {
    background-position: 0 0, 0 0, 82% 77% !important;
  }
}

@media screen and (max-width: 430px) {
  #Hero-Section.hero-section:not(.about-us) {
    background-position: 0 0, 0 0, 82% 84% !important;
  }
}

@media screen and (max-width: 402px) {
  #Hero-Section.hero-section:not(.about-us) {
    background-position: 0 0, 0 0, 82% 86% !important;
  }
}

@media screen and (max-width: 390px) {
  #Hero-Section.hero-section:not(.about-us) {
    background-position: 0 0, 0 0, 82% 83% !important;
  }
}

@media screen and (max-width: 375px) {
  #Hero-Section.hero-section:not(.about-us) {
    background-position: 0 0, 0 0, 82% 81% !important;
  }
}

@media screen and (max-width: 360px) {
  #Hero-Section.hero-section:not(.about-us) {
    background-position: 0 0, 0 0, 82% 79% !important;
  }
}

/* VINS PHASE 34P MOBILE HOMEPAGE HERO FINAL MICRO TUNE */
@media screen and (max-width: 768px) {
  #Hero-Section.hero-section:not(.about-us) {
    background-color: #000 !important;
    background-repeat: no-repeat, no-repeat, no-repeat !important;
    background-position: 0 0, 0 0, 82% 76% !important;
  }

  #Hero-Section.hero-section:not(.about-us) .page-title.big {
    font-size: clamp(31px, 7.75vw, 44px) !important;
    line-height: 1.06 !important;
    margin-bottom: 8px !important;
  }

  #Hero-Section.hero-section:not(.about-us) .paragraph.main {
    font-size: clamp(13.8px, 3.65vw, 16.4px) !important;
    line-height: 1.38 !important;
  }
}

@media screen and (max-width: 600px) {
  #Hero-Section.hero-section:not(.about-us) {
    background-position: 0 0, 0 0, 82% 82% !important;
  }
}

@media screen and (max-width: 430px) {
  #Hero-Section.hero-section:not(.about-us) {
    background-position: 0 0, 0 0, 82% 89% !important;
  }

  #Hero-Section.hero-section:not(.about-us) .page-title.big {
    font-size: clamp(30px, 7.55vw, 40px) !important;
  }
}

@media screen and (max-width: 402px) {
  #Hero-Section.hero-section:not(.about-us) {
    background-position: 0 0, 0 0, 82% 92% !important;
  }
}

@media screen and (max-width: 390px) {
  #Hero-Section.hero-section:not(.about-us) {
    background-position: 0 0, 0 0, 82% 88% !important;
  }

  #Hero-Section.hero-section:not(.about-us) .page-title.big {
    font-size: clamp(29px, 7.45vw, 38px) !important;
  }

  #Hero-Section.hero-section:not(.about-us) .paragraph.main {
    font-size: clamp(13.5px, 3.55vw, 15.8px) !important;
  }
}

@media screen and (max-width: 375px) {
  #Hero-Section.hero-section:not(.about-us) {
    background-position: 0 0, 0 0, 82% 86% !important;
  }
}

@media screen and (max-width: 360px) {
  #Hero-Section.hero-section:not(.about-us) {
    background-position: 0 0, 0 0, 82% 84% !important;
  }
}

/* VINS PHASE 34Q MOBILE HOMEPAGE WELCOME SPACING FIX */
@media screen and (max-width: 768px) {
  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    padding-top: 34px !important;
    padding-bottom: 8px !important;
    margin-bottom: 0 !important;
  }

  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter .container {
    min-height: 0 !important;
    height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter .image-21 {
    display: block !important;
    width: min(190px, 48vw) !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image {
    min-height: 0 !important;
    height: auto !important;
    padding-top: 10px !important;
    padding-bottom: 26px !important;
    margin-bottom: 0 !important;
  }

  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image .container-14 {
    display: none !important;
    min-height: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image .hero-wrapper-two-2 {
    min-height: 0 !important;
    height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image .image-27 {
    width: min(156px, 41vw) !important;
    max-width: 100% !important;
    margin-bottom: 12px !important;
  }

  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image .heading-7 {
    margin-bottom: 12px !important;
  }

  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image .margin-bottom-24px-2 {
    max-width: calc(100vw - 40px) !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 {
    min-height: 0 !important;
    height: 340px !important;
    max-height: 360px !important;
    padding-top: 18px !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 .container-23,
  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 .container-47 {
    min-height: 0 !important;
    height: 100% !important;
    background-repeat: repeat, no-repeat !important;
    background-position: 0 0, 50% 52% !important;
    background-size: auto, min(620px, 145vw) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 430px) {
  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter {
    padding-top: 28px !important;
    padding-bottom: 6px !important;
  }

  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image {
    padding-top: 8px !important;
    padding-bottom: 22px !important;
  }

  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image .image-27 {
    width: min(146px, 39vw) !important;
    margin-bottom: 10px !important;
  }

  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image .heading-7 {
    margin-bottom: 10px !important;
  }

  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 {
    height: 300px !important;
    max-height: 320px !important;
    padding-top: 14px !important;
  }

  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 .container-23,
  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 .container-47 {
    background-position: 0 0, 50% 50% !important;
    background-size: auto, min(520px, 138vw) !important;
  }
}

@media screen and (max-width: 402px) {
  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 {
    height: 284px !important;
    padding-top: 12px !important;
  }
}

@media screen and (max-width: 390px) {
  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter {
    padding-top: 24px !important;
  }

  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image {
    padding-bottom: 18px !important;
  }

  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 {
    height: 268px !important;
    padding-top: 10px !important;
  }

  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 .container-23,
  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 .container-47 {
    background-size: auto, min(480px, 136vw) !important;
  }
}

@media screen and (max-width: 360px) {
  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image .image-27 {
    width: min(136px, 38vw) !important;
  }

  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 {
    height: 248px !important;
    padding-top: 8px !important;
  }

  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 .container-23,
  .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 .container-47 {
    background-size: auto, min(450px, 134vw) !important;
  }
}

/* VINS PHASE 34R MOBILE TRUST STRIP REMOVAL */
@media screen and (max-width: 768px) {
  section.vins-trust-strip.vins-reveal {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
  }

  section.vins-trust-strip.vins-reveal * {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }
}

/* VINS PHASE 34S MOBILE ABOUT HERO TOP GAP FIX */
@media screen and (max-width: 768px) {
  .wrapper-pages > #Hero-Section.hero-section.about-us:not(.shop):not(.plates),
  .wrapper-pages > .hero-section.about-us:not(.shop):not(.plates) {
    height: auto !important;
    min-height: clamp(430px, 80vh, 560px) !important;
    margin-top: 0 !important;
    padding: 0 16px 34px !important;
    top: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    background-color: #000 !important;
    background-position: 0 0, 50% 50% !important;
    background-repeat: repeat, no-repeat !important;
    background-size: auto, cover !important;
    overflow: hidden !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us:not(.shop):not(.plates) .about-hero-block,
  .wrapper-pages > .hero-section.about-us:not(.shop):not(.plates) .about-hero-block {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: clamp(54px, 10vh, 78px) 16px clamp(34px, 7vh, 52px) !important;
    transform: translateY(-10px) !important;
    box-sizing: border-box !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us:not(.shop):not(.plates) .about-hero-block::before,
  .wrapper-pages > .hero-section.about-us:not(.shop):not(.plates) .about-hero-block::before {
    bottom: clamp(24px, 6vh, 42px) !important;
    height: clamp(170px, 48vw, 230px) !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us:not(.shop):not(.plates) .about-hero-block .page-title,
  .wrapper-pages > .hero-section.about-us:not(.shop):not(.plates) .about-hero-block .page-title {
    margin-bottom: 8px !important;
    font-size: clamp(30px, 7.8vw, 40px) !important;
    line-height: 1.08 !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us:not(.shop):not(.plates) .about-hero-block .detail-paragraph.subpage,
  .wrapper-pages > .hero-section.about-us:not(.shop):not(.plates) .about-hero-block .detail-paragraph.subpage {
    font-size: clamp(15px, 4vw, 18px) !important;
    line-height: 1.44 !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us:not(.shop):not(.plates) .vins-family-acrostic,
  .wrapper-pages > .hero-section.about-us:not(.shop):not(.plates) .vins-family-acrostic {
    margin-top: 14px !important;
  }
}

@media screen and (max-width: 600px) {
  .wrapper-pages > #Hero-Section.hero-section.about-us:not(.shop):not(.plates),
  .wrapper-pages > .hero-section.about-us:not(.shop):not(.plates) {
    min-height: clamp(410px, 76vh, 520px) !important;
    padding-bottom: 28px !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us:not(.shop):not(.plates) .about-hero-block,
  .wrapper-pages > .hero-section.about-us:not(.shop):not(.plates) .about-hero-block {
    padding-top: clamp(44px, 8vh, 64px) !important;
    padding-bottom: clamp(28px, 6vh, 44px) !important;
    transform: translateY(-12px) !important;
  }
}

@media screen and (max-width: 430px) {
  .wrapper-pages > #Hero-Section.hero-section.about-us:not(.shop):not(.plates),
  .wrapper-pages > .hero-section.about-us:not(.shop):not(.plates) {
    min-height: clamp(390px, 72vh, 500px) !important;
    padding: 0 12px 24px !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us:not(.shop):not(.plates) .about-hero-block,
  .wrapper-pages > .hero-section.about-us:not(.shop):not(.plates) .about-hero-block {
    width: min(100%, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
    padding: 38px 12px 30px !important;
    transform: translateY(-14px) !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us:not(.shop):not(.plates) .about-hero-block .page-title,
  .wrapper-pages > .hero-section.about-us:not(.shop):not(.plates) .about-hero-block .page-title {
    font-size: clamp(28px, 7.4vw, 36px) !important;
    line-height: 1.1 !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us:not(.shop):not(.plates) .about-hero-block .detail-paragraph.subpage,
  .wrapper-pages > .hero-section.about-us:not(.shop):not(.plates) .about-hero-block .detail-paragraph.subpage {
    font-size: clamp(14px, 3.8vw, 16.5px) !important;
    line-height: 1.4 !important;
  }
}

@media screen and (max-width: 402px) {
  .wrapper-pages > #Hero-Section.hero-section.about-us:not(.shop):not(.plates) .about-hero-block,
  .wrapper-pages > .hero-section.about-us:not(.shop):not(.plates) .about-hero-block {
    padding-top: 34px !important;
    transform: translateY(-15px) !important;
  }
}

@media screen and (max-width: 390px) {
  .wrapper-pages > #Hero-Section.hero-section.about-us:not(.shop):not(.plates),
  .wrapper-pages > .hero-section.about-us:not(.shop):not(.plates) {
    min-height: clamp(380px, 70vh, 480px) !important;
    padding-bottom: 22px !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us:not(.shop):not(.plates) .about-hero-block,
  .wrapper-pages > .hero-section.about-us:not(.shop):not(.plates) .about-hero-block {
    padding-top: 32px !important;
    padding-bottom: 28px !important;
    transform: translateY(-14px) !important;
  }
}

@media screen and (max-width: 375px) {
  .wrapper-pages > #Hero-Section.hero-section.about-us:not(.shop):not(.plates) .about-hero-block,
  .wrapper-pages > .hero-section.about-us:not(.shop):not(.plates) .about-hero-block {
    padding-top: 30px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 360px) {
  .wrapper-pages > #Hero-Section.hero-section.about-us:not(.shop):not(.plates),
  .wrapper-pages > .hero-section.about-us:not(.shop):not(.plates) {
    min-height: clamp(370px, 68vh, 460px) !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us:not(.shop):not(.plates) .about-hero-block,
  .wrapper-pages > .hero-section.about-us:not(.shop):not(.plates) .about-hero-block {
    width: min(100%, calc(100vw - 20px)) !important;
    max-width: calc(100vw - 20px) !important;
    padding-top: 28px !important;
    padding-bottom: 24px !important;
    transform: translateY(-12px) !important;
  }
}

/* VINS PHASE 34T MOBILE ABOUT HERO VIDEO REMOVAL FIX */
@media screen and (max-width: 768px) {
  .about-hero-block + .section-9,
  .about-hero-block + .section-9 .background-video-2,
  .about-hero-block + .section-9 .w-background-video,
  .about-hero-block + .section-9 video {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  .about-hero-block {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: clamp(42px, 8vh, 66px) 16px clamp(30px, 6vh, 46px) !important;
    transform: translateY(-14px) !important;
    box-sizing: border-box !important;
  }

  .about-hero-block::before {
    bottom: clamp(22px, 5vh, 38px) !important;
    height: clamp(160px, 44vw, 220px) !important;
  }

  .about-hero-block .page-title {
    margin-bottom: 8px !important;
    font-size: clamp(30px, 7.6vw, 40px) !important;
    line-height: 1.08 !important;
  }

  .about-hero-block .detail-paragraph.subpage {
    font-size: clamp(15px, 3.9vw, 18px) !important;
    line-height: 1.42 !important;
  }
}

@media screen and (max-width: 600px) {
  .about-hero-block {
    padding-top: clamp(34px, 7vh, 54px) !important;
    padding-bottom: clamp(26px, 5vh, 40px) !important;
    transform: translateY(-16px) !important;
  }
}

@media screen and (max-width: 430px) {
  .about-hero-block {
    width: min(100%, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
    padding: 30px 12px 28px !important;
    transform: translateY(-18px) !important;
  }

  .about-hero-block .page-title {
    font-size: clamp(27px, 7.2vw, 35px) !important;
    line-height: 1.1 !important;
  }

  .about-hero-block .detail-paragraph.subpage {
    font-size: clamp(14px, 3.75vw, 16px) !important;
    line-height: 1.4 !important;
  }

  .about-hero-block .vins-family-acrostic {
    margin-top: 12px !important;
  }
}

@media screen and (max-width: 402px) {
  .about-hero-block {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
    transform: translateY(-20px) !important;
  }
}

@media screen and (max-width: 390px) {
  .about-hero-block {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    transform: translateY(-18px) !important;
  }
}

@media screen and (max-width: 375px) {
  .about-hero-block {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 360px) {
  .about-hero-block {
    width: min(100%, calc(100vw - 20px)) !important;
    max-width: calc(100vw - 20px) !important;
    padding-top: 22px !important;
    padding-bottom: 22px !important;
    transform: translateY(-16px) !important;
  }
}

/* VINS PHASE 34U MOBILE ABOUT HERO RECOVERY */
@media screen and (max-width: 768px) {
  .about-hero-block {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100vw !important;
    min-height: clamp(540px, 88vh, 640px) !important;
    height: auto !important;
    margin: 0 !important;
    padding: clamp(54px, 9vh, 78px) 18px clamp(58px, 9vh, 82px) !important;
    transform: none !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    background-color: #000 !important;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .54), rgba(0, 0, 0, .35) 42%, rgba(0, 0, 0, .72)), url('../images/dji-0101-optimized.webp') !important;
    background-position: 0 0, 50% 42% !important;
    background-repeat: repeat, no-repeat !important;
    background-size: auto, cover !important;
  }

  .about-hero-block > * {
    position: relative !important;
    z-index: 2 !important;
  }

  .about-hero-block::before {
    z-index: 1 !important;
    bottom: clamp(34px, 7vh, 58px) !important;
    height: clamp(190px, 48vw, 260px) !important;
  }

  .about-hero-block .page-title {
    max-width: min(760px, calc(100vw - 32px)) !important;
    margin-bottom: 8px !important;
    font-size: clamp(30px, 7.6vw, 42px) !important;
    line-height: 1.09 !important;
  }

  .about-hero-block .image-26 {
    width: min(190px, 46vw) !important;
    margin: 0 auto 12px !important;
  }

  .about-hero-block .detail-paragraph.subpage {
    max-width: min(780px, calc(100vw - 34px)) !important;
    font-size: clamp(15px, 3.85vw, 18px) !important;
    line-height: 1.43 !important;
  }

  .about-hero-block .vins-family-acrostic {
    margin-top: 14px !important;
  }

  .about-hero-block + .section-9 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: none !important;
    pointer-events: none !important;
  }

  .about-hero-block + .section-9 .background-video-2,
  .about-hero-block + .section-9 .w-background-video,
  .about-hero-block + .section-9 video {
    display: block !important;
    visibility: visible !important;
    opacity: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .about-hero-block + .section-9 + .wrapper-pages,
  .about-hero-block + .section-9 + .wrapper-pages .hero-stack-4 {
    position: relative !important;
    z-index: 1 !important;
    clear: both !important;
    margin-top: 0 !important;
    transform: none !important;
  }
}

@media screen and (max-width: 600px) {
  .about-hero-block {
    min-height: clamp(520px, 84vh, 610px) !important;
    padding-top: clamp(46px, 8vh, 66px) !important;
    padding-bottom: clamp(52px, 8vh, 72px) !important;
    background-position: 0 0, 50% 44% !important;
  }
}

@media screen and (max-width: 430px) {
  .about-hero-block {
    min-height: clamp(500px, 80vh, 590px) !important;
    padding: 42px 14px 58px !important;
    background-position: 0 0, 50% 46% !important;
  }

  .about-hero-block .page-title {
    font-size: clamp(27px, 7.2vw, 35px) !important;
    line-height: 1.1 !important;
  }

  .about-hero-block .image-26 {
    width: min(168px, 42vw) !important;
    margin-bottom: 10px !important;
  }

  .about-hero-block .detail-paragraph.subpage {
    font-size: clamp(14px, 3.75vw, 16px) !important;
    line-height: 1.4 !important;
  }
}

@media screen and (max-width: 402px) {
  .about-hero-block {
    min-height: clamp(500px, 79vh, 580px) !important;
    padding-top: 38px !important;
    padding-bottom: 56px !important;
    background-position: 0 0, 50% 48% !important;
  }
}

@media screen and (max-width: 390px) {
  .about-hero-block {
    min-height: clamp(490px, 78vh, 570px) !important;
    padding-top: 36px !important;
    padding-bottom: 52px !important;
  }
}

@media screen and (max-width: 375px) {
  .about-hero-block {
    padding-right: 12px !important;
    padding-left: 12px !important;
    background-position: 0 0, 50% 50% !important;
  }
}

@media screen and (max-width: 360px) {
  .about-hero-block {
    min-height: clamp(480px, 76vh, 550px) !important;
    padding-top: 34px !important;
    padding-bottom: 48px !important;
  }
}

/* VINS PHASE 34V MOBILE ABOUT HERO WHOLE BLOCK MOVE UP */
@media screen and (max-width: 768px) {
  .about-hero-block {
    min-height: clamp(540px, 88vh, 650px) !important;
    padding-top: clamp(28px, 5vh, 48px) !important;
    padding-bottom: clamp(72px, 11vh, 96px) !important;
    background-position: 0 0, 50% 34% !important;
    transform: none !important;
  }

  .about-hero-block + .section-9 + .wrapper-pages {
    clear: both !important;
    margin-top: 0 !important;
    position: relative !important;
    z-index: 1 !important;
  }

  .about-hero-block + .section-9 + .wrapper-pages .hero-stack-4 {
    margin-top: 0 !important;
    padding-top: clamp(52px, 8vh, 76px) !important;
    transform: none !important;
  }
}

@media screen and (max-width: 600px) {
  .about-hero-block {
    min-height: clamp(530px, 86vh, 630px) !important;
    padding-top: clamp(24px, 4.5vh, 40px) !important;
    padding-bottom: clamp(68px, 10vh, 88px) !important;
    background-position: 0 0, 50% 32% !important;
  }
}

@media screen and (max-width: 430px) {
  .about-hero-block {
    min-height: clamp(520px, 84vh, 610px) !important;
    padding-top: 22px !important;
    padding-bottom: 78px !important;
    background-position: 0 0, 50% 30% !important;
  }
}

@media screen and (max-width: 402px) {
  .about-hero-block {
    min-height: clamp(520px, 83vh, 600px) !important;
    padding-top: 18px !important;
    padding-bottom: 76px !important;
    background-position: 0 0, 50% 29% !important;
  }
}

@media screen and (max-width: 390px) {
  .about-hero-block {
    min-height: clamp(510px, 82vh, 590px) !important;
    padding-top: 18px !important;
    padding-bottom: 72px !important;
    background-position: 0 0, 50% 28% !important;
  }
}

@media screen and (max-width: 375px) {
  .about-hero-block {
    min-height: clamp(500px, 80vh, 575px) !important;
    padding-top: 16px !important;
    padding-bottom: 68px !important;
  }
}

@media screen and (max-width: 360px) {
  .about-hero-block {
    min-height: clamp(490px, 79vh, 560px) !important;
    padding-top: 16px !important;
    padding-bottom: 64px !important;
    background-position: 0 0, 50% 27% !important;
  }
}

/* VINS PHASE 34W MOBILE ABOUT HERO FINAL UPWARD ALIGNMENT */
@media screen and (max-width: 768px) {
  .about-hero-block {
    min-height: clamp(540px, 88vh, 650px) !important;
    padding-top: clamp(12px, 2.8vh, 30px) !important;
    padding-bottom: clamp(84px, 12vh, 108px) !important;
    background-position: 0 0, 50% 24% !important;
    transform: none !important;
  }

  .about-hero-block + .section-9 + .wrapper-pages,
  .about-hero-block + .section-9 + .wrapper-pages .hero-stack-4 {
    clear: both !important;
    margin-top: 0 !important;
    transform: none !important;
  }
}

@media screen and (max-width: 600px) {
  .about-hero-block {
    min-height: clamp(530px, 86vh, 630px) !important;
    padding-top: clamp(8px, 2.2vh, 24px) !important;
    padding-bottom: clamp(80px, 11vh, 102px) !important;
    background-position: 0 0, 50% 22% !important;
  }
}

@media screen and (max-width: 430px) {
  .about-hero-block {
    min-height: clamp(520px, 84vh, 610px) !important;
    padding-top: 8px !important;
    padding-bottom: 92px !important;
    background-position: 0 0, 50% 20% !important;
  }
}

@media screen and (max-width: 402px) {
  .about-hero-block {
    min-height: clamp(520px, 83vh, 600px) !important;
    padding-top: 6px !important;
    padding-bottom: 90px !important;
    background-position: 0 0, 50% 18% !important;
  }
}

@media screen and (max-width: 390px) {
  .about-hero-block {
    min-height: clamp(510px, 82vh, 590px) !important;
    padding-top: 6px !important;
    padding-bottom: 86px !important;
    background-position: 0 0, 50% 17% !important;
  }
}

@media screen and (max-width: 375px) {
  .about-hero-block {
    min-height: clamp(500px, 80vh, 575px) !important;
    padding-top: 4px !important;
    padding-bottom: 82px !important;
    background-position: 0 0, 50% 16% !important;
  }
}

@media screen and (max-width: 360px) {
  .about-hero-block {
    min-height: clamp(490px, 79vh, 560px) !important;
    padding-top: 4px !important;
    padding-bottom: 78px !important;
    background-position: 0 0, 50% 15% !important;
  }
}

/* VINS PHASE 34X MOBILE ABOUT HERO TOP GAP REMOVAL */
@media screen and (max-width: 768px) {
  .about-hero-block {
    min-height: clamp(560px, 90vh, 680px) !important;
    padding-top: 0 !important;
    padding-bottom: clamp(96px, 14vh, 128px) !important;
    justify-content: flex-start !important;
    background-position: 0 0, 50% 0% !important;
    transform: none !important;
  }

  .about-hero-block::before {
    bottom: clamp(44px, 8vh, 70px) !important;
  }

  .about-hero-block + .section-9 + .wrapper-pages,
  .about-hero-block + .section-9 + .wrapper-pages .hero-stack-4 {
    margin-top: 0 !important;
    transform: none !important;
    clear: both !important;
  }
}

@media screen and (max-width: 600px) {
  .about-hero-block {
    min-height: clamp(550px, 88vh, 650px) !important;
    padding-top: 0 !important;
    padding-bottom: clamp(92px, 13vh, 120px) !important;
    background-position: 0 0, 50% 0% !important;
  }
}

@media screen and (max-width: 430px) {
  .about-hero-block {
    min-height: clamp(540px, 86vh, 630px) !important;
    padding-top: 0 !important;
    padding-bottom: 106px !important;
    background-position: 0 0, 50% 0% !important;
  }
}

@media screen and (max-width: 402px) {
  .about-hero-block {
    min-height: clamp(535px, 85vh, 620px) !important;
    padding-top: 0 !important;
    padding-bottom: 104px !important;
    background-position: 0 0, 50% 0% !important;
  }
}

@media screen and (max-width: 390px) {
  .about-hero-block {
    min-height: clamp(525px, 84vh, 610px) !important;
    padding-top: 0 !important;
    padding-bottom: 100px !important;
    background-position: 0 0, 50% 0% !important;
  }
}

@media screen and (max-width: 375px) {
  .about-hero-block {
    min-height: clamp(515px, 82vh, 595px) !important;
    padding-top: 0 !important;
    padding-bottom: 96px !important;
    background-position: 0 0, 50% 0% !important;
  }
}

@media screen and (max-width: 360px) {
  .about-hero-block {
    min-height: clamp(505px, 81vh, 580px) !important;
    padding-top: 0 !important;
    padding-bottom: 92px !important;
    background-position: 0 0, 50% 0% !important;
  }
}

/* VINS PHASE 34X MOBILE ABOUT HERO AGGRESSIVE TOP GAP REMOVAL */
@media screen and (max-width: 768px) {
  .about-hero-block {
    min-height: clamp(650px, 104vh, 780px) !important;
    margin-top: clamp(-190px, -22vh, -120px) !important;
    padding-top: clamp(112px, 17vh, 168px) !important;
    padding-bottom: clamp(118px, 16vh, 150px) !important;
    justify-content: flex-start !important;
    background-position: 0 0, 50% -120px !important;
    transform: none !important;
  }

  .about-hero-block .page-title {
    margin-top: 0 !important;
  }

  .about-hero-block + .section-9 + .wrapper-pages {
    clear: both !important;
    margin-top: 0 !important;
    transform: none !important;
    position: relative !important;
    z-index: 1 !important;
  }

  .about-hero-block + .section-9 + .wrapper-pages .hero-stack-4 {
    margin-top: 0 !important;
    padding-top: clamp(64px, 9vh, 88px) !important;
    transform: none !important;
  }
}

@media screen and (max-width: 600px) {
  .about-hero-block {
    min-height: clamp(630px, 102vh, 740px) !important;
    margin-top: clamp(-180px, -21vh, -115px) !important;
    padding-top: clamp(102px, 16vh, 154px) !important;
    padding-bottom: clamp(112px, 15vh, 142px) !important;
    background-position: 0 0, 50% -132px !important;
  }
}

@media screen and (max-width: 430px) {
  .about-hero-block {
    min-height: clamp(620px, 100vh, 720px) !important;
    margin-top: -170px !important;
    padding-top: 128px !important;
    padding-bottom: 128px !important;
    background-position: 0 0, 50% -150px !important;
  }
}

@media screen and (max-width: 402px) {
  .about-hero-block {
    min-height: clamp(610px, 98vh, 700px) !important;
    margin-top: -165px !important;
    padding-top: 120px !important;
    padding-bottom: 124px !important;
    background-position: 0 0, 50% -156px !important;
  }
}

@media screen and (max-width: 390px) {
  .about-hero-block {
    min-height: clamp(600px, 97vh, 690px) !important;
    margin-top: -155px !important;
    padding-top: 112px !important;
    padding-bottom: 120px !important;
    background-position: 0 0, 50% -148px !important;
  }
}

@media screen and (max-width: 375px) {
  .about-hero-block {
    min-height: clamp(585px, 95vh, 670px) !important;
    margin-top: -145px !important;
    padding-top: 106px !important;
    padding-bottom: 112px !important;
    background-position: 0 0, 50% -136px !important;
  }
}

@media screen and (max-width: 360px) {
  .about-hero-block {
    min-height: clamp(570px, 94vh, 650px) !important;
    margin-top: -135px !important;
    padding-top: 100px !important;
    padding-bottom: 108px !important;
    background-position: 0 0, 50% -128px !important;
  }
}

/* VINS PHASE 34Y MOBILE ABOUT HERO EXTRA UPWARD TUNE */
@media screen and (max-width: 768px) {
  .about-hero-block {
    min-height: clamp(700px, 112vh, 830px) !important;
    margin-top: clamp(-260px, -30vh, -180px) !important;
    padding-top: clamp(160px, 23vh, 220px) !important;
    padding-bottom: clamp(138px, 18vh, 172px) !important;
    background-position: 0 0, 50% -190px !important;
    transform: none !important;
  }

  .about-hero-block + .section-9 + .wrapper-pages,
  .about-hero-block + .section-9 + .wrapper-pages .hero-stack-4 {
    clear: both !important;
    margin-top: 0 !important;
    transform: none !important;
  }
}

@media screen and (max-width: 600px) {
  .about-hero-block {
    min-height: clamp(680px, 110vh, 790px) !important;
    margin-top: clamp(-245px, -29vh, -170px) !important;
    padding-top: clamp(150px, 22vh, 206px) !important;
    padding-bottom: clamp(132px, 17vh, 164px) !important;
    background-position: 0 0, 50% -202px !important;
  }
}

@media screen and (max-width: 430px) {
  .about-hero-block {
    min-height: clamp(665px, 108vh, 765px) !important;
    margin-top: -230px !important;
    padding-top: 182px !important;
    padding-bottom: 150px !important;
    background-position: 0 0, 50% -220px !important;
  }
}

@media screen and (max-width: 402px) {
  .about-hero-block {
    min-height: clamp(650px, 106vh, 745px) !important;
    margin-top: -225px !important;
    padding-top: 174px !important;
    padding-bottom: 146px !important;
    background-position: 0 0, 50% -226px !important;
  }
}

@media screen and (max-width: 390px) {
  .about-hero-block {
    min-height: clamp(635px, 104vh, 730px) !important;
    margin-top: -210px !important;
    padding-top: 162px !important;
    padding-bottom: 140px !important;
    background-position: 0 0, 50% -214px !important;
  }
}

@media screen and (max-width: 375px) {
  .about-hero-block {
    min-height: clamp(615px, 101vh, 705px) !important;
    margin-top: -195px !important;
    padding-top: 150px !important;
    padding-bottom: 132px !important;
    background-position: 0 0, 50% -200px !important;
  }
}

@media screen and (max-width: 360px) {
  .about-hero-block {
    min-height: clamp(600px, 100vh, 690px) !important;
    margin-top: -185px !important;
    padding-top: 142px !important;
    padding-bottom: 126px !important;
    background-position: 0 0, 50% -190px !important;
  }
}

/* VINS PHASE 34Z MOBILE ABOUT HERO ONE MORE UPWARD LIFT */
@media screen and (max-width: 768px) {
  .about-hero-block {
    min-height: clamp(760px, 120vh, 900px) !important;
    margin-top: clamp(-340px, -39vh, -250px) !important;
    padding-top: clamp(230px, 32vh, 300px) !important;
    padding-bottom: clamp(160px, 20vh, 196px) !important;
    background-position: 0 0, 50% -270px !important;
    transform: none !important;
  }

  .about-hero-block + .section-9 + .wrapper-pages,
  .about-hero-block + .section-9 + .wrapper-pages .hero-stack-4 {
    clear: both !important;
    margin-top: 0 !important;
    transform: none !important;
  }
}

@media screen and (max-width: 600px) {
  .about-hero-block {
    min-height: clamp(735px, 118vh, 850px) !important;
    margin-top: clamp(-325px, -38vh, -240px) !important;
    padding-top: clamp(218px, 31vh, 282px) !important;
    padding-bottom: clamp(154px, 19vh, 186px) !important;
    background-position: 0 0, 50% -284px !important;
  }
}

@media screen and (max-width: 430px) {
  .about-hero-block {
    min-height: clamp(715px, 116vh, 820px) !important;
    margin-top: -305px !important;
    padding-top: 258px !important;
    padding-bottom: 174px !important;
    background-position: 0 0, 50% -310px !important;
  }
}

@media screen and (max-width: 402px) {
  .about-hero-block {
    min-height: clamp(700px, 114vh, 800px) !important;
    margin-top: -300px !important;
    padding-top: 248px !important;
    padding-bottom: 170px !important;
    background-position: 0 0, 50% -318px !important;
  }
}

@media screen and (max-width: 390px) {
  .about-hero-block {
    min-height: clamp(685px, 112vh, 780px) !important;
    margin-top: -280px !important;
    padding-top: 232px !important;
    padding-bottom: 162px !important;
    background-position: 0 0, 50% -302px !important;
  }
}

@media screen and (max-width: 375px) {
  .about-hero-block {
    min-height: clamp(660px, 108vh, 750px) !important;
    margin-top: -260px !important;
    padding-top: 214px !important;
    padding-bottom: 154px !important;
    background-position: 0 0, 50% -282px !important;
  }
}

@media screen and (max-width: 360px) {
  .about-hero-block {
    min-height: clamp(640px, 106vh, 730px) !important;
    margin-top: -245px !important;
    padding-top: 202px !important;
    padding-bottom: 148px !important;
    background-position: 0 0, 50% -270px !important;
  }
}

/* VINS PHASE 34AA MOBILE ABOUT HERO IMAGE TITLE FINAL TUNE */
@media screen and (max-width: 768px) {
  .about-hero-block {
    background-position: 0 0, 50% -220px !important;
  }

  .about-hero-block > h1,
  .about-hero-block > .page-title,
  .about-hero-block > .image-26,
  .about-hero-block > .detail-paragraph.subpage,
  .about-hero-block > .vins-family-acrostic {
    transform: translateY(-34px) !important;
  }

  .about-hero-block .vins-family-acrostic {
    gap: 8px !important;
    margin-top: 8px !important;
  }

  .about-hero-block .vins-family-acrostic span {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    line-height: 1.1 !important;
  }
}

@media screen and (max-width: 600px) {
  .about-hero-block {
    background-position: 0 0, 50% -238px !important;
  }

  .about-hero-block > h1,
  .about-hero-block > .page-title,
  .about-hero-block > .image-26,
  .about-hero-block > .detail-paragraph.subpage,
  .about-hero-block > .vins-family-acrostic {
    transform: translateY(-40px) !important;
  }
}

@media screen and (max-width: 430px) {
  .about-hero-block {
    background-position: 0 0, 50% -248px !important;
  }

  .about-hero-block > h1,
  .about-hero-block > .page-title,
  .about-hero-block > .image-26,
  .about-hero-block > .detail-paragraph.subpage,
  .about-hero-block > .vins-family-acrostic {
    transform: translateY(-48px) !important;
  }

  .about-hero-block .vins-family-acrostic {
    gap: 6px !important;
    margin-top: 6px !important;
  }
}

@media screen and (max-width: 402px) {
  .about-hero-block {
    background-position: 0 0, 50% -258px !important;
  }

  .about-hero-block > h1,
  .about-hero-block > .page-title,
  .about-hero-block > .image-26,
  .about-hero-block > .detail-paragraph.subpage,
  .about-hero-block > .vins-family-acrostic {
    transform: translateY(-54px) !important;
  }
}

@media screen and (max-width: 390px) {
  .about-hero-block {
    background-position: 0 0, 50% -246px !important;
  }

  .about-hero-block > h1,
  .about-hero-block > .page-title,
  .about-hero-block > .image-26,
  .about-hero-block > .detail-paragraph.subpage,
  .about-hero-block > .vins-family-acrostic {
    transform: translateY(-48px) !important;
  }
}

@media screen and (max-width: 375px) {
  .about-hero-block {
    background-position: 0 0, 50% -228px !important;
  }

  .about-hero-block > h1,
  .about-hero-block > .page-title,
  .about-hero-block > .image-26,
  .about-hero-block > .detail-paragraph.subpage,
  .about-hero-block > .vins-family-acrostic {
    transform: translateY(-40px) !important;
  }
}

@media screen and (max-width: 360px) {
  .about-hero-block {
    background-position: 0 0, 50% -218px !important;
  }

  .about-hero-block > h1,
  .about-hero-block > .page-title,
  .about-hero-block > .image-26,
  .about-hero-block > .detail-paragraph.subpage,
  .about-hero-block > .vins-family-acrostic {
    transform: translateY(-36px) !important;
  }
}

/* VINS PHASE 34AB MOBILE ABOUT HERO FINAL MICRO LIFT */
@media screen and (max-width: 430px) {
  .about-hero-block {
    background-position: 0 0, 50% -262px !important;
  }

  .about-hero-block > h1,
  .about-hero-block > .page-title,
  .about-hero-block > .image-26,
  .about-hero-block > .detail-paragraph.subpage,
  .about-hero-block > .vins-family-acrostic {
    transform: translateY(-60px) !important;
  }
}

@media screen and (max-width: 402px) {
  .about-hero-block {
    background-position: 0 0, 50% -274px !important;
  }

  .about-hero-block > h1,
  .about-hero-block > .page-title,
  .about-hero-block > .image-26,
  .about-hero-block > .detail-paragraph.subpage,
  .about-hero-block > .vins-family-acrostic {
    transform: translateY(-68px) !important;
  }
}

@media screen and (max-width: 390px) {
  .about-hero-block {
    background-position: 0 0, 50% -260px !important;
  }

  .about-hero-block > h1,
  .about-hero-block > .page-title,
  .about-hero-block > .image-26,
  .about-hero-block > .detail-paragraph.subpage,
  .about-hero-block > .vins-family-acrostic {
    transform: translateY(-60px) !important;
  }
}

@media screen and (max-width: 375px) {
  .about-hero-block {
    background-position: 0 0, 50% -240px !important;
  }

  .about-hero-block > h1,
  .about-hero-block > .page-title,
  .about-hero-block > .image-26,
  .about-hero-block > .detail-paragraph.subpage,
  .about-hero-block > .vins-family-acrostic {
    transform: translateY(-50px) !important;
  }
}

@media screen and (max-width: 360px) {
  .about-hero-block {
    background-position: 0 0, 50% -230px !important;
  }

  .about-hero-block > h1,
  .about-hero-block > .page-title,
  .about-hero-block > .image-26,
  .about-hero-block > .detail-paragraph.subpage,
  .about-hero-block > .vins-family-acrostic {
    transform: translateY(-46px) !important;
  }
}

/* VINS PHASE 34AC MOBILE ABOUT HERO STRONGER LIFT */
@media screen and (max-width: 430px) {
  .about-hero-block {
    background-position: 0 0, 50% -326px !important;
  }

  .about-hero-block > h1,
  .about-hero-block > .page-title,
  .about-hero-block > .image-26,
  .about-hero-block > .detail-paragraph.subpage,
  .about-hero-block > .vins-family-acrostic {
    transform: translateY(-112px) !important;
  }

  .about-hero-block .image-26 {
    margin-bottom: 8px !important;
  }

  .about-hero-block .detail-paragraph.subpage {
    margin-bottom: 0 !important;
  }

  .about-hero-block .vins-family-acrostic {
    margin-top: 4px !important;
  }
}

@media screen and (max-width: 402px) {
  .about-hero-block {
    background-position: 0 0, 50% -346px !important;
  }

  .about-hero-block > h1,
  .about-hero-block > .page-title,
  .about-hero-block > .image-26,
  .about-hero-block > .detail-paragraph.subpage,
  .about-hero-block > .vins-family-acrostic {
    transform: translateY(-128px) !important;
  }
}

@media screen and (max-width: 390px) {
  .about-hero-block {
    background-position: 0 0, 50% -330px !important;
  }

  .about-hero-block > h1,
  .about-hero-block > .page-title,
  .about-hero-block > .image-26,
  .about-hero-block > .detail-paragraph.subpage,
  .about-hero-block > .vins-family-acrostic {
    transform: translateY(-118px) !important;
  }
}

@media screen and (max-width: 375px) {
  .about-hero-block {
    background-position: 0 0, 50% -294px !important;
  }

  .about-hero-block > h1,
  .about-hero-block > .page-title,
  .about-hero-block > .image-26,
  .about-hero-block > .detail-paragraph.subpage,
  .about-hero-block > .vins-family-acrostic {
    transform: translateY(-98px) !important;
  }
}

@media screen and (max-width: 360px) {
  .about-hero-block {
    background-position: 0 0, 50% -280px !important;
  }

  .about-hero-block > h1,
  .about-hero-block > .page-title,
  .about-hero-block > .image-26,
  .about-hero-block > .detail-paragraph.subpage,
  .about-hero-block > .vins-family-acrostic {
    transform: translateY(-90px) !important;
  }
}

/* VINS PHASE 34AD MOBILE ABOUT HERO HIGHER LIFT AND LOWER EXTENSION */
@media screen and (max-width: 430px) {
  .about-hero-block {
    min-height: clamp(740px, 120vh, 850px) !important;
    padding-bottom: 198px !important;
    background-position: 0 0, 50% -354px !important;
  }

  .about-hero-block > h1,
  .about-hero-block > .page-title,
  .about-hero-block > .image-26,
  .about-hero-block > .detail-paragraph.subpage,
  .about-hero-block > .vins-family-acrostic {
    transform: translateY(-138px) !important;
  }

  .about-hero-block .image-26 {
    margin-bottom: 7px !important;
  }

  .about-hero-block .vins-family-acrostic {
    margin-top: 4px !important;
  }
}

@media screen and (max-width: 402px) {
  .about-hero-block {
    min-height: clamp(725px, 118vh, 830px) !important;
    padding-bottom: 194px !important;
    background-position: 0 0, 50% -376px !important;
  }

  .about-hero-block > h1,
  .about-hero-block > .page-title,
  .about-hero-block > .image-26,
  .about-hero-block > .detail-paragraph.subpage,
  .about-hero-block > .vins-family-acrostic {
    transform: translateY(-154px) !important;
  }
}

@media screen and (max-width: 390px) {
  .about-hero-block {
    min-height: clamp(708px, 116vh, 810px) !important;
    padding-bottom: 184px !important;
    background-position: 0 0, 50% -360px !important;
  }

  .about-hero-block > h1,
  .about-hero-block > .page-title,
  .about-hero-block > .image-26,
  .about-hero-block > .detail-paragraph.subpage,
  .about-hero-block > .vins-family-acrostic {
    transform: translateY(-144px) !important;
  }
}

@media screen and (max-width: 375px) {
  .about-hero-block {
    min-height: clamp(684px, 112vh, 780px) !important;
    padding-bottom: 176px !important;
    background-position: 0 0, 50% -318px !important;
  }

  .about-hero-block > h1,
  .about-hero-block > .page-title,
  .about-hero-block > .image-26,
  .about-hero-block > .detail-paragraph.subpage,
  .about-hero-block > .vins-family-acrostic {
    transform: translateY(-122px) !important;
  }
}

@media screen and (max-width: 360px) {
  .about-hero-block {
    min-height: clamp(662px, 110vh, 760px) !important;
    padding-bottom: 168px !important;
    background-position: 0 0, 50% -304px !important;
  }

  .about-hero-block > h1,
  .about-hero-block > .page-title,
  .about-hero-block > .image-26,
  .about-hero-block > .detail-paragraph.subpage,
  .about-hero-block > .vins-family-acrostic {
    transform: translateY(-114px) !important;
  }
}

/* VINS PHASE 34AE MOBILE ABOUT HERO GAP FILL ONLY */
@media screen and (max-width: 430px) {
  .about-hero-block {
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, .54), rgba(0, 0, 0, .35) 42%, rgba(0, 0, 0, .72)),
      url('../images/dji-0101-optimized.webp'),
      url('../images/dji-0101-optimized.webp') !important;
    background-position: 0 0, 50% -354px, 50% 100% !important;
    background-repeat: repeat, no-repeat, no-repeat !important;
    background-size: auto, cover, cover !important;
    background-color: #000 !important;
  }
}

@media screen and (max-width: 402px) {
  .about-hero-block {
    background-position: 0 0, 50% -376px, 50% 100% !important;
  }
}

@media screen and (max-width: 390px) {
  .about-hero-block {
    background-position: 0 0, 50% -360px, 50% 100% !important;
  }
}

@media screen and (max-width: 375px) {
  .about-hero-block {
    background-position: 0 0, 50% -318px, 50% 100% !important;
  }
}

@media screen and (max-width: 360px) {
  .about-hero-block {
    background-position: 0 0, 50% -304px, 50% 100% !important;
  }
}

/* VINS PHASE 34AF MOBILE ABOUT HERO SINGLE IMAGE FILL ONLY */
@media screen and (max-width: 430px) {
  .about-hero-block {
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, .54), rgba(0, 0, 0, .35) 42%, rgba(0, 0, 0, .72)),
      url('../images/dji-0101-optimized.webp') !important;
    background-position: 0 0, 50% -354px !important;
    background-repeat: repeat, no-repeat !important;
    background-size: auto, 100% calc(100% + 390px) !important;
    background-color: #000 !important;
    overflow: hidden !important;
  }
}

@media screen and (max-width: 402px) {
  .about-hero-block {
    background-position: 0 0, 50% -376px !important;
    background-size: auto, 100% calc(100% + 420px) !important;
  }
}

@media screen and (max-width: 390px) {
  .about-hero-block {
    background-position: 0 0, 50% -360px !important;
    background-size: auto, 100% calc(100% + 400px) !important;
  }
}

@media screen and (max-width: 375px) {
  .about-hero-block {
    background-position: 0 0, 50% -318px !important;
    background-size: auto, 100% calc(100% + 360px) !important;
  }
}

@media screen and (max-width: 360px) {
  .about-hero-block {
    background-position: 0 0, 50% -304px !important;
    background-size: auto, 100% calc(100% + 340px) !important;
  }
}

/* VINS PHASE 34AG MOBILE ABOUT HERO IMAGE NATURAL SCALE FIX */
@media screen and (max-width: 430px) {
  .about-hero-block {
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, .54), rgba(0, 0, 0, .35) 42%, rgba(0, 0, 0, .72)),
      url('../images/dji-0101-optimized.webp') !important;
    background-position: 0 0, 50% -354px !important;
    background-repeat: repeat, no-repeat !important;
    background-size: auto, auto calc(100% + 390px) !important;
    background-color: #000 !important;
    overflow: hidden !important;
  }
}

@media screen and (max-width: 402px) {
  .about-hero-block {
    background-position: 0 0, 50% -376px !important;
    background-size: auto, auto calc(100% + 420px) !important;
  }
}

@media screen and (max-width: 390px) {
  .about-hero-block {
    background-position: 0 0, 50% -360px !important;
    background-size: auto, auto calc(100% + 400px) !important;
  }
}

@media screen and (max-width: 375px) {
  .about-hero-block {
    background-position: 0 0, 50% -318px !important;
    background-size: auto, auto calc(100% + 360px) !important;
  }
}

@media screen and (max-width: 360px) {
  .about-hero-block {
    background-position: 0 0, 50% -304px !important;
    background-size: auto, auto calc(100% + 340px) !important;
  }
}

/* VINS PHASE 34AH MOBILE WHERE COUNTRY FLAGS 2X2 ALIGNMENT */
@media screen and (max-width: 768px) {
  .container-55:has(.vins-country-placeholder) {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    place-items: center !important;
    align-items: center !important;
    justify-items: center !important;
    width: min(100%, 292px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    gap: 18px 18px !important;
  }

  .container-55:has(.vins-country-placeholder) > .w-inline-block,
  .container-55:has(.vins-country-placeholder) > .vins-country-placeholder {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 128px !important;
    height: 128px !important;
    max-width: 128px !important;
    max-height: 128px !important;
    margin: 0 !important;
    transform: none !important;
  }

  .container-55:has(.vins-country-placeholder) img,
  .container-55:has(.vins-country-placeholder) .image-37,
  .container-55:has(.vins-country-placeholder) .image-38,
  .container-55:has(.vins-country-placeholder) .vins-country-placeholder {
    position: static !important;
    width: 128px !important;
    height: 128px !important;
    max-width: 128px !important;
    max-height: 128px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    border-radius: 999px !important;
    object-fit: cover !important;
    transform: none !important;
  }
}

@media screen and (max-width: 430px) {
  .container-55:has(.vins-country-placeholder) {
    width: 272px !important;
    max-width: calc(100vw - 28px) !important;
    gap: 16px !important;
  }

  .container-55:has(.vins-country-placeholder) > .w-inline-block,
  .container-55:has(.vins-country-placeholder) > .vins-country-placeholder,
  .container-55:has(.vins-country-placeholder) img,
  .container-55:has(.vins-country-placeholder) .image-37,
  .container-55:has(.vins-country-placeholder) .image-38,
  .container-55:has(.vins-country-placeholder) .vins-country-placeholder {
    width: 120px !important;
    height: 120px !important;
    max-width: 120px !important;
    max-height: 120px !important;
  }
}

@media screen and (max-width: 390px) {
  .container-55:has(.vins-country-placeholder) {
    width: 256px !important;
    gap: 14px !important;
  }

  .container-55:has(.vins-country-placeholder) > .w-inline-block,
  .container-55:has(.vins-country-placeholder) > .vins-country-placeholder,
  .container-55:has(.vins-country-placeholder) img,
  .container-55:has(.vins-country-placeholder) .image-37,
  .container-55:has(.vins-country-placeholder) .image-38,
  .container-55:has(.vins-country-placeholder) .vins-country-placeholder {
    width: 112px !important;
    height: 112px !important;
    max-width: 112px !important;
    max-height: 112px !important;
  }
}

@media screen and (max-width: 360px) {
  .container-55:has(.vins-country-placeholder) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 244px !important;
    max-width: calc(100vw - 24px) !important;
    gap: 12px !important;
  }

  .container-55:has(.vins-country-placeholder) > .w-inline-block,
  .container-55:has(.vins-country-placeholder) > .vins-country-placeholder,
  .container-55:has(.vins-country-placeholder) img,
  .container-55:has(.vins-country-placeholder) .image-37,
  .container-55:has(.vins-country-placeholder) .image-38,
  .container-55:has(.vins-country-placeholder) .vins-country-placeholder {
    width: 108px !important;
    height: 108px !important;
    max-width: 108px !important;
    max-height: 108px !important;
  }
}

/* VINS PHASE 34AI MOBILE WHERE FLAGS FORCE GRID */
@media screen and (max-width: 768px) {
  html body .w-layout-blockcontainer.container-55.w-container,
  html body .hero-stack-11 .hero-wrapper-two-9 > .container-55.w-container,
  html body .section.hero-stack-11 .container-55.w-container,
  html body.gde .container-55.w-container {
    position: relative !important;
    display: grid !important;
    grid-template-columns: repeat(2, 82px) !important;
    grid-auto-rows: 82px !important;
    justify-content: center !important;
    align-content: center !important;
    align-items: center !important;
    justify-items: center !important;
    width: 100% !important;
    max-width: 210px !important;
    margin: 20px auto 0 !important;
    padding: 0 !important;
    gap: 16px 18px !important;
    transform: none !important;
  }

  html body .w-layout-blockcontainer.container-55.w-container > a.w-inline-block,
  html body .w-layout-blockcontainer.container-55.w-container > span.vins-country-placeholder {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 82px !important;
    height: 82px !important;
    max-width: 82px !important;
    max-height: 82px !important;
    min-width: 82px !important;
    min-height: 82px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    inset: auto !important;
    float: none !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  html body .w-layout-blockcontainer.container-55.w-container > a.w-inline-block > img,
  html body .w-layout-blockcontainer.container-55.w-container .image-37,
  html body .w-layout-blockcontainer.container-55.w-container .image-38,
  html body .w-layout-blockcontainer.container-55.w-container > span.vins-country-placeholder {
    position: static !important;
    display: flex !important;
    width: 82px !important;
    height: 82px !important;
    max-width: 82px !important;
    max-height: 82px !important;
    min-width: 82px !important;
    min-height: 82px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 999px !important;
    object-fit: cover !important;
    transform: none !important;
    inset: auto !important;
    float: none !important;
  }
}

@media screen and (max-width: 430px) {
  html body .w-layout-blockcontainer.container-55.w-container,
  html body .hero-stack-11 .hero-wrapper-two-9 > .container-55.w-container,
  html body .section.hero-stack-11 .container-55.w-container,
  html body.gde .container-55.w-container {
    grid-template-columns: repeat(2, 82px) !important;
    grid-auto-rows: 82px !important;
    max-width: 206px !important;
    gap: 15px 17px !important;
  }
}

@media screen and (max-width: 390px) {
  html body .w-layout-blockcontainer.container-55.w-container,
  html body .hero-stack-11 .hero-wrapper-two-9 > .container-55.w-container,
  html body .section.hero-stack-11 .container-55.w-container,
  html body.gde .container-55.w-container {
    grid-template-columns: repeat(2, 78px) !important;
    grid-auto-rows: 78px !important;
    max-width: 196px !important;
    gap: 14px 16px !important;
  }

  html body .w-layout-blockcontainer.container-55.w-container > a.w-inline-block,
  html body .w-layout-blockcontainer.container-55.w-container > span.vins-country-placeholder,
  html body .w-layout-blockcontainer.container-55.w-container > a.w-inline-block > img,
  html body .w-layout-blockcontainer.container-55.w-container .image-37,
  html body .w-layout-blockcontainer.container-55.w-container .image-38,
  html body .w-layout-blockcontainer.container-55.w-container > span.vins-country-placeholder {
    width: 78px !important;
    height: 78px !important;
    max-width: 78px !important;
    max-height: 78px !important;
    min-width: 78px !important;
    min-height: 78px !important;
  }
}

@media screen and (max-width: 360px) {
  html body .w-layout-blockcontainer.container-55.w-container,
  html body .hero-stack-11 .hero-wrapper-two-9 > .container-55.w-container,
  html body .section.hero-stack-11 .container-55.w-container,
  html body.gde .container-55.w-container {
    grid-template-columns: repeat(2, 74px) !important;
    grid-auto-rows: 74px !important;
    max-width: 188px !important;
    gap: 13px 15px !important;
  }

  html body .w-layout-blockcontainer.container-55.w-container > a.w-inline-block,
  html body .w-layout-blockcontainer.container-55.w-container > span.vins-country-placeholder,
  html body .w-layout-blockcontainer.container-55.w-container > a.w-inline-block > img,
  html body .w-layout-blockcontainer.container-55.w-container .image-37,
  html body .w-layout-blockcontainer.container-55.w-container .image-38,
  html body .w-layout-blockcontainer.container-55.w-container > span.vins-country-placeholder {
    width: 74px !important;
    height: 74px !important;
    max-width: 74px !important;
    max-height: 74px !important;
    min-width: 74px !important;
    min-height: 74px !important;
  }
}

/* VINS PHASE 34AJ MOBILE WHERE FLAGS HARD RESET 2X2 ONLY */
@media screen and (max-width: 768px) {
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: grid !important;
    grid-template-columns: repeat(2, 76px) !important;
    grid-template-rows: repeat(2, 76px) !important;
    grid-auto-flow: row !important;
    justify-content: center !important;
    justify-items: center !important;
    align-content: center !important;
    align-items: center !important;
    gap: 14px 16px !important;
    width: 176px !important;
    min-width: 0 !important;
    max-width: 176px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 18px auto 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: both !important;
    transform: none !important;
    translate: none !important;
  }

  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container > * {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    max-width: 76px !important;
    max-height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    transform: none !important;
    translate: none !important;
    grid-column: auto !important;
    grid-row: auto !important;
    align-self: center !important;
    justify-self: center !important;
  }

  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container img,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .image-37,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .image-38,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .vins-country-placeholder {
    position: static !important;
    display: block !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    max-width: 76px !important;
    max-height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    transform: none !important;
    translate: none !important;
    vertical-align: middle !important;
  }

  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .vins-country-placeholder {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
  }
}

@media screen and (max-width: 390px) {
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container {
    grid-template-columns: repeat(2, 74px) !important;
    grid-template-rows: repeat(2, 74px) !important;
    width: 170px !important;
    max-width: 170px !important;
    gap: 13px 14px !important;
  }

  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container > *,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container img,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .image-37,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .image-38,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .vins-country-placeholder {
    width: 74px !important;
    height: 74px !important;
    min-width: 74px !important;
    min-height: 74px !important;
    max-width: 74px !important;
    max-height: 74px !important;
  }
}

@media screen and (max-width: 360px) {
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container {
    grid-template-columns: repeat(2, 70px) !important;
    grid-template-rows: repeat(2, 70px) !important;
    width: 162px !important;
    max-width: 162px !important;
    gap: 12px 13px !important;
  }

  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container > *,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container img,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .image-37,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .image-38,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .vins-country-placeholder {
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    max-width: 70px !important;
    max-height: 70px !important;
  }
}

/* VINS PHASE 34AK MOBILE WHERE FLAGS SINGLE ROW CENTERED */
@media screen and (max-width: 768px) {
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 300px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 18px auto 0 !important;
    padding: 0 !important;
    gap: 8px !important;
    float: none !important;
    clear: both !important;
    transform: none !important;
    translate: none !important;
  }

  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container > * {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 58px !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    max-width: 58px !important;
    max-height: 58px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    transform: none !important;
    translate: none !important;
    grid-column: auto !important;
    grid-row: auto !important;
    order: initial !important;
    align-self: center !important;
    justify-self: center !important;
  }

  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container img,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .image-37,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .image-38,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .vins-country-placeholder {
    position: static !important;
    display: block !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    max-width: 58px !important;
    max-height: 58px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    transform: none !important;
    translate: none !important;
    vertical-align: middle !important;
  }

  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .vins-country-placeholder {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    font-size: 17px !important;
  }
}

@media screen and (max-width: 390px) {
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container {
    max-width: 284px !important;
    gap: 7px !important;
  }

  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container > *,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container img,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .image-37,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .image-38,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .vins-country-placeholder {
    flex-basis: 54px !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    max-width: 54px !important;
    max-height: 54px !important;
  }
}

@media screen and (max-width: 360px) {
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container {
    max-width: 264px !important;
    gap: 6px !important;
  }

  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container > *,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container img,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .image-37,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .image-38,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .vins-country-placeholder {
    flex-basis: 50px !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
  }
}

/* VINS PHASE 34AL MOBILE WHERE FLAGS SAME SIZE SINGLE ROW */
@media screen and (max-width: 768px) {
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 340px !important;
    margin: 18px auto 0 !important;
    padding: 0 !important;
    gap: 8px !important;
    transform: none !important;
    translate: none !important;
    overflow: visible !important;
  }

  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container > * {
    position: static !important;
    inset: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 76px !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    max-width: 76px !important;
    max-height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    transform: none !important;
    translate: none !important;
    grid-column: auto !important;
    grid-row: auto !important;
    order: initial !important;
    align-self: center !important;
    justify-self: center !important;
  }

  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container img,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .image-37,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .image-38,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .vins-country-placeholder {
    position: static !important;
    display: block !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    max-width: 76px !important;
    max-height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    transform: none !important;
    translate: none !important;
    vertical-align: middle !important;
  }

  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .vins-country-placeholder {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    font-size: 20px !important;
  }
}

@media screen and (max-width: 430px) {
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container {
    max-width: 328px !important;
    gap: 8px !important;
  }

  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container > *,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container img,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .image-37,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .image-38,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .vins-country-placeholder {
    flex-basis: 74px !important;
    width: 74px !important;
    height: 74px !important;
    min-width: 74px !important;
    min-height: 74px !important;
    max-width: 74px !important;
    max-height: 74px !important;
  }
}

@media screen and (max-width: 390px) {
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container {
    max-width: 304px !important;
    gap: 7px !important;
  }

  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container > *,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container img,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .image-37,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .image-38,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .vins-country-placeholder {
    flex-basis: 70px !important;
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    max-width: 70px !important;
    max-height: 70px !important;
  }
}

@media screen and (max-width: 360px) {
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container {
    max-width: 288px !important;
    gap: 6px !important;
  }

  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container > *,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container img,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .image-37,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .image-38,
  .hero-wrapper-two-9 .w-layout-blockcontainer.container-55.w-container .vins-country-placeholder {
    flex-basis: 66px !important;
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    min-height: 66px !important;
    max-width: 66px !important;
    max-height: 66px !important;
  }
}

/* VINS PHASE 34AM WHERE MOBILE FLAGS STABLE HOOK SINGLE ROW */
@media screen and (max-width: 768px) {
  .hero-wrapper-two-9 .vins-country-flags-mobile-row,
  .w-layout-blockcontainer.container-55.w-container.vins-country-flags-mobile-row {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 340px !important;
    margin: 18px auto 0 !important;
    padding: 0 !important;
    gap: 8px !important;
    float: none !important;
    clear: both !important;
    transform: none !important;
    translate: none !important;
    overflow: visible !important;
  }

  .vins-country-flags-mobile-row > a.w-inline-block,
  .vins-country-flags-mobile-row > span.vins-country-placeholder {
    position: static !important;
    inset: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 76px !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    max-width: 76px !important;
    max-height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    transform: none !important;
    translate: none !important;
    grid-column: auto !important;
    grid-row: auto !important;
    order: initial !important;
  }

  .vins-country-flags-mobile-row > a.w-inline-block > img,
  .vins-country-flags-mobile-row .image-37,
  .vins-country-flags-mobile-row .image-38,
  .vins-country-flags-mobile-row > span.vins-country-placeholder {
    position: static !important;
    display: block !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    max-width: 76px !important;
    max-height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    transform: none !important;
    translate: none !important;
    vertical-align: middle !important;
  }

  .vins-country-flags-mobile-row > span.vins-country-placeholder {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    font-size: 20px !important;
  }
}

@media screen and (max-width: 430px) {
  .hero-wrapper-two-9 .vins-country-flags-mobile-row,
  .w-layout-blockcontainer.container-55.w-container.vins-country-flags-mobile-row {
    max-width: 328px !important;
    gap: 8px !important;
  }

  .vins-country-flags-mobile-row > a.w-inline-block,
  .vins-country-flags-mobile-row > span.vins-country-placeholder,
  .vins-country-flags-mobile-row > a.w-inline-block > img,
  .vins-country-flags-mobile-row .image-37,
  .vins-country-flags-mobile-row .image-38,
  .vins-country-flags-mobile-row > span.vins-country-placeholder {
    flex-basis: 74px !important;
    width: 74px !important;
    height: 74px !important;
    min-width: 74px !important;
    min-height: 74px !important;
    max-width: 74px !important;
    max-height: 74px !important;
  }
}

@media screen and (max-width: 390px) {
  .hero-wrapper-two-9 .vins-country-flags-mobile-row,
  .w-layout-blockcontainer.container-55.w-container.vins-country-flags-mobile-row {
    max-width: 304px !important;
    gap: 7px !important;
  }

  .vins-country-flags-mobile-row > a.w-inline-block,
  .vins-country-flags-mobile-row > span.vins-country-placeholder,
  .vins-country-flags-mobile-row > a.w-inline-block > img,
  .vins-country-flags-mobile-row .image-37,
  .vins-country-flags-mobile-row .image-38,
  .vins-country-flags-mobile-row > span.vins-country-placeholder {
    flex-basis: 70px !important;
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    max-width: 70px !important;
    max-height: 70px !important;
  }
}

@media screen and (max-width: 360px) {
  .hero-wrapper-two-9 .vins-country-flags-mobile-row,
  .w-layout-blockcontainer.container-55.w-container.vins-country-flags-mobile-row {
    max-width: 288px !important;
    gap: 6px !important;
  }

  .vins-country-flags-mobile-row > a.w-inline-block,
  .vins-country-flags-mobile-row > span.vins-country-placeholder,
  .vins-country-flags-mobile-row > a.w-inline-block > img,
  .vins-country-flags-mobile-row .image-37,
  .vins-country-flags-mobile-row .image-38,
  .vins-country-flags-mobile-row > span.vins-country-placeholder {
    flex-basis: 66px !important;
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    min-height: 66px !important;
    max-width: 66px !important;
    max-height: 66px !important;
  }
}

/* VINS PHASE 34AN MOBILE RECOMMENDATIONS HERO CLEANUP */
@media screen and (max-width: 768px) {
  .vins-recommendations-hero.hero-section.about-us {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: clamp(500px, 84vh, 640px) !important;
    height: auto !important;
    margin: 0 !important;
    padding: 78px 18px 54px !important;
    overflow: hidden !important;
    background-color: #000 !important;
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .48)),
      url('../images/IMG_5024.jpg') !important;
    background-position: 0 0, 50% 50% !important;
    background-repeat: repeat, no-repeat !important;
    background-size: auto, cover !important;
  }

  .vins-recommendations-hero .container.about-section {
    position: relative !important;
    z-index: 2 !important;
    width: min(100%, 680px) !important;
    max-width: calc(100vw - 36px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .vins-recommendations-hero .about-hero-block {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
    transform: none !important;
    overflow: visible !important;
    background: none !important;
    background-image: none !important;
  }

  .vins-recommendations-hero .about-hero-block::before {
    display: none !important;
    content: none !important;
  }

  .vins-recommendations-hero .about-hero-block > h1,
  .vins-recommendations-hero .about-hero-block > .page-title,
  .vins-recommendations-hero .about-hero-block > .image-26,
  .vins-recommendations-hero .about-hero-block > .detail-paragraph.subpage {
    position: relative !important;
    z-index: 3 !important;
    transform: none !important;
  }

  .vins-recommendations-hero .about-hero-block .page-title {
    width: 100% !important;
    max-width: min(680px, calc(100vw - 36px)) !important;
    margin: 0 auto 12px !important;
    color: rgba(255, 255, 255, .94) !important;
    text-align: center !important;
    font-size: clamp(34px, 8.8vw, 48px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
    text-shadow: 0 4px 26px rgba(0, 0, 0, .82) !important;
  }

  .vins-recommendations-hero .about-hero-block .image-26 {
    width: min(174px, 44vw) !important;
    height: auto !important;
    margin: 0 auto 12px !important;
  }

  .vins-recommendations-hero .about-hero-block .detail-paragraph.subpage {
    width: 100% !important;
    max-width: min(620px, calc(100vw - 38px)) !important;
    margin: 0 auto !important;
    color: rgba(216, 188, 144, .95) !important;
    text-align: center !important;
    font-size: clamp(15px, 4vw, 18px) !important;
    line-height: 1.42 !important;
    text-shadow: 0 3px 20px rgba(0, 0, 0, .82) !important;
  }

  .vins-recommendations-hero .vins-family-acrostic {
    display: none !important;
  }

  .vins-recommendations-hero + .testimonial-slider-large-10 {
    position: relative !important;
    z-index: 1 !important;
    margin-top: 0 !important;
    transform: none !important;
    clear: both !important;
  }
}

@media screen and (max-width: 430px) {
  .vins-recommendations-hero.hero-section.about-us {
    min-height: clamp(470px, 82vh, 600px) !important;
    padding: 72px 16px 46px !important;
    background-position: 0 0, 50% 52% !important;
  }

  .vins-recommendations-hero .about-hero-block .page-title {
    font-size: clamp(30px, 8.6vw, 40px) !important;
  }

  .vins-recommendations-hero .about-hero-block .image-26 {
    width: min(154px, 42vw) !important;
    margin-bottom: 10px !important;
  }

  .vins-recommendations-hero .about-hero-block .detail-paragraph.subpage {
    font-size: clamp(14px, 3.9vw, 16px) !important;
    line-height: 1.38 !important;
  }
}

@media screen and (max-width: 390px) {
  .vins-recommendations-hero.hero-section.about-us {
    min-height: clamp(450px, 80vh, 575px) !important;
    padding: 68px 14px 42px !important;
  }

  .vins-recommendations-hero .about-hero-block .page-title {
    font-size: clamp(28px, 8.2vw, 36px) !important;
    line-height: 1.1 !important;
  }
}

@media screen and (max-width: 360px) {
  .vins-recommendations-hero.hero-section.about-us {
    min-height: clamp(430px, 78vh, 550px) !important;
    padding: 64px 12px 38px !important;
  }

  .vins-recommendations-hero .about-hero-block .page-title {
    font-size: clamp(26px, 7.8vw, 33px) !important;
  }
}

/* VINS PHASE 34AO MOBILE RECOMMENDATIONS HERO TEXT UPWARD TUNE */
@media screen and (max-width: 768px) {
  .vins-recommendations-hero .about-hero-block > h1,
  .vins-recommendations-hero .about-hero-block > .page-title,
  .vins-recommendations-hero .about-hero-block > .image-26,
  .vins-recommendations-hero .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(-70px) !important;
  }
}

@media screen and (max-width: 430px) {
  .vins-recommendations-hero .about-hero-block > h1,
  .vins-recommendations-hero .about-hero-block > .page-title,
  .vins-recommendations-hero .about-hero-block > .image-26,
  .vins-recommendations-hero .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(-86px) !important;
  }
}

@media screen and (max-width: 402px) {
  .vins-recommendations-hero .about-hero-block > h1,
  .vins-recommendations-hero .about-hero-block > .page-title,
  .vins-recommendations-hero .about-hero-block > .image-26,
  .vins-recommendations-hero .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(-94px) !important;
  }
}

@media screen and (max-width: 390px) {
  .vins-recommendations-hero .about-hero-block > h1,
  .vins-recommendations-hero .about-hero-block > .page-title,
  .vins-recommendations-hero .about-hero-block > .image-26,
  .vins-recommendations-hero .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(-88px) !important;
  }
}

@media screen and (max-width: 375px) {
  .vins-recommendations-hero .about-hero-block > h1,
  .vins-recommendations-hero .about-hero-block > .page-title,
  .vins-recommendations-hero .about-hero-block > .image-26,
  .vins-recommendations-hero .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(-80px) !important;
  }
}

@media screen and (max-width: 360px) {
  .vins-recommendations-hero .about-hero-block > h1,
  .vins-recommendations-hero .about-hero-block > .page-title,
  .vins-recommendations-hero .about-hero-block > .image-26,
  .vins-recommendations-hero .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(-74px) !important;
  }
}

/* VINS PHASE 34AP MOBILE RECOMMENDATIONS HERO TEXT STRONG UPWARD LIFT */
@media screen and (max-width: 768px) {
  .vins-recommendations-hero .about-hero-block > h1,
  .vins-recommendations-hero .about-hero-block > .page-title,
  .vins-recommendations-hero .about-hero-block > .image-26,
  .vins-recommendations-hero .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(-150px) !important;
  }
}

@media screen and (max-width: 430px) {
  .vins-recommendations-hero .about-hero-block > h1,
  .vins-recommendations-hero .about-hero-block > .page-title,
  .vins-recommendations-hero .about-hero-block > .image-26,
  .vins-recommendations-hero .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(-178px) !important;
  }
}

@media screen and (max-width: 402px) {
  .vins-recommendations-hero .about-hero-block > h1,
  .vins-recommendations-hero .about-hero-block > .page-title,
  .vins-recommendations-hero .about-hero-block > .image-26,
  .vins-recommendations-hero .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(-204px) !important;
  }
}

@media screen and (max-width: 390px) {
  .vins-recommendations-hero .about-hero-block > h1,
  .vins-recommendations-hero .about-hero-block > .page-title,
  .vins-recommendations-hero .about-hero-block > .image-26,
  .vins-recommendations-hero .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(-188px) !important;
  }
}

@media screen and (max-width: 375px) {
  .vins-recommendations-hero .about-hero-block > h1,
  .vins-recommendations-hero .about-hero-block > .page-title,
  .vins-recommendations-hero .about-hero-block > .image-26,
  .vins-recommendations-hero .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(-164px) !important;
  }
}

@media screen and (max-width: 360px) {
  .vins-recommendations-hero .about-hero-block > h1,
  .vins-recommendations-hero .about-hero-block > .page-title,
  .vins-recommendations-hero .about-hero-block > .image-26,
  .vins-recommendations-hero .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(-148px) !important;
  }
}

/* VINS PHASE 34AQ MOBILE RECOMMENDATIONS HERO TEXT FINAL UPWARD STEP */
@media screen and (max-width: 768px) {
  .vins-recommendations-hero .about-hero-block > h1,
  .vins-recommendations-hero .about-hero-block > .page-title,
  .vins-recommendations-hero .about-hero-block > .image-26,
  .vins-recommendations-hero .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(-198px) !important;
  }
}

@media screen and (max-width: 430px) {
  .vins-recommendations-hero .about-hero-block > h1,
  .vins-recommendations-hero .about-hero-block > .page-title,
  .vins-recommendations-hero .about-hero-block > .image-26,
  .vins-recommendations-hero .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(-232px) !important;
  }
}

@media screen and (max-width: 402px) {
  .vins-recommendations-hero .about-hero-block > h1,
  .vins-recommendations-hero .about-hero-block > .page-title,
  .vins-recommendations-hero .about-hero-block > .image-26,
  .vins-recommendations-hero .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(-264px) !important;
  }
}

@media screen and (max-width: 390px) {
  .vins-recommendations-hero .about-hero-block > h1,
  .vins-recommendations-hero .about-hero-block > .page-title,
  .vins-recommendations-hero .about-hero-block > .image-26,
  .vins-recommendations-hero .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(-246px) !important;
  }
}

@media screen and (max-width: 375px) {
  .vins-recommendations-hero .about-hero-block > h1,
  .vins-recommendations-hero .about-hero-block > .page-title,
  .vins-recommendations-hero .about-hero-block > .image-26,
  .vins-recommendations-hero .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(-212px) !important;
  }
}

@media screen and (max-width: 360px) {
  .vins-recommendations-hero .about-hero-block > h1,
  .vins-recommendations-hero .about-hero-block > .page-title,
  .vins-recommendations-hero .about-hero-block > .image-26,
  .vins-recommendations-hero .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(-192px) !important;
  }
}

/* VINS PHASE 34AR MOBILE SHOP HERO IMAGE FIX */
@media screen and (max-width: 768px) {
  body.shop .section-14 {
    background-color: #000 !important;
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .5)),
      url('../images/IMG_2879.jpg') !important;
    background-position: 0 0, 50% 70% !important;
    background-repeat: repeat, no-repeat !important;
    background-size: auto, cover !important;
    background-attachment: scroll, scroll !important;
  }

  body.shop .section-14 .about-hero-block {
    background-color: transparent !important;
    background-image: none !important;
    background-position: initial !important;
    background-repeat: initial !important;
    background-size: initial !important;
  }

  body.shop .section-14 .about-hero-block::before {
    background: radial-gradient(circle at center, rgba(0, 0, 0, .42), rgba(0, 0, 0, .18) 48%, rgba(0, 0, 0, 0) 74%) !important;
  }
}

@media screen and (max-width: 430px) {
  body.shop .section-14 {
    background-position: 0 0, 50% 68% !important;
  }
}

@media screen and (max-width: 390px) {
  body.shop .section-14 {
    background-position: 0 0, 50% 66% !important;
  }
}

/* VINS PHASE 34AS MOBILE SHOP PRODUCT GRID TUNE */
@media screen and (max-width: 768px) {
  body.shop .section > .container.w-container {
    padding-top: 0 !important;
  }

  body.shop .section-content-tittle {
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
  }

  body.shop .vins-shop-trust-row {
    gap: 7px !important;
    max-width: min(330px, calc(100vw - 34px)) !important;
    margin: 8px auto 12px !important;
  }

  body.shop .vins-shop-trust-row span {
    padding: 6px 9px !important;
    font-size: 12.5px !important;
    line-height: 1.15 !important;
  }

  body.shop .container-60 {
    gap: 34px !important;
    margin-top: -34px !important;
    padding-top: 0 !important;
  }

  body.shop .container-60 > .container-59 {
    width: min(100%, 318px) !important;
    max-width: min(318px, calc(100vw - 40px)) !important;
  }

  body.shop .items-wrapper {
    width: 100% !important;
    max-width: 318px !important;
  }

  body.shop .items-wrapper .image-wrapper {
    max-width: 318px !important;
  }

  body.shop .items-content {
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-bottom: 18px !important;
  }

  body.shop .items-content .item-tittle {
    font-size: 18px !important;
    line-height: 1.22 !important;
  }

  body.shop .items-content .items-price {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  body.shop .items-content .vins-product-badges {
    gap: 6px !important;
    margin-top: 10px !important;
    margin-bottom: 12px !important;
  }

  body.shop .items-content .vins-product-cta {
    min-height: 38px !important;
    margin-top: 10px !important;
    margin-bottom: 14px !important;
    padding: 9px 15px !important;
  }

  body.shop .items-content .vins-shop-cart-row {
    padding-top: 14px !important;
    margin-top: 14px !important;
    margin-bottom: 6px !important;
  }
}

@media screen and (max-width: 430px) {
  body.shop .container-60 {
    gap: 30px !important;
    margin-top: -40px !important;
  }

  body.shop .container-60 > .container-59,
  body.shop .items-wrapper,
  body.shop .items-wrapper .image-wrapper {
    max-width: min(304px, calc(100vw - 42px)) !important;
  }
}

@media screen and (max-width: 375px) {
  body.shop .container-60 {
    gap: 28px !important;
    margin-top: -32px !important;
  }

  body.shop .container-60 > .container-59,
  body.shop .items-wrapper,
  body.shop .items-wrapper .image-wrapper {
    max-width: min(296px, calc(100vw - 36px)) !important;
  }

  body.shop .items-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* VINS PHASE 34AT MOBILE CONTACT HERO IMAGE FIX */
@media screen and (max-width: 768px) {
  body.kontakt .wrapper-pages > #Hero-Section.hero-section.about-us.plates,
  .wrapper-pages > #Hero-Section.hero-section.about-us.plates:has(+ .section.gray .info-contact-row) {
    background-color: #000 !important;
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .52)),
      url('../images/IMG_8737.jpg') !important;
    background-position: 0 0, 50% 30% !important;
    background-repeat: repeat, no-repeat !important;
    background-size: auto, cover !important;
    background-attachment: scroll, scroll !important;
  }

  body.kontakt .wrapper-pages > #Hero-Section.hero-section.about-us.plates .about-hero-block,
  .wrapper-pages > #Hero-Section.hero-section.about-us.plates:has(+ .section.gray .info-contact-row) .about-hero-block {
    background-color: transparent !important;
    background-image: none !important;
    background-position: initial !important;
    background-repeat: initial !important;
    background-size: initial !important;
  }

  body.kontakt .wrapper-pages > #Hero-Section.hero-section.about-us.plates .about-hero-block::before,
  .wrapper-pages > #Hero-Section.hero-section.about-us.plates:has(+ .section.gray .info-contact-row) .about-hero-block::before {
    background: radial-gradient(circle at center, rgba(0, 0, 0, .46), rgba(0, 0, 0, .2) 48%, rgba(0, 0, 0, 0) 74%) !important;
  }
}

@media screen and (max-width: 430px) {
  body.kontakt .wrapper-pages > #Hero-Section.hero-section.about-us.plates,
  .wrapper-pages > #Hero-Section.hero-section.about-us.plates:has(+ .section.gray .info-contact-row) {
    background-position: 0 0, 50% 34% !important;
  }
}

@media screen and (max-width: 390px) {
  body.kontakt .wrapper-pages > #Hero-Section.hero-section.about-us.plates,
  .wrapper-pages > #Hero-Section.hero-section.about-us.plates:has(+ .section.gray .info-contact-row) {
    background-position: 0 0, 50% 36% !important;
  }
}

/* VINS PHASE 34AU MOBILE CONTACT CONTENT MAP FORM POLISH */
@media screen and (max-width: 768px) {
  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray {
    padding: 38px 0 54px !important;
    overflow-x: clip !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray > .container.w-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .section-content-tittle {
    display: none !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .info-contact-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    width: min(100%, 352px) !important;
    max-width: calc(100vw - 32px) !important;
    margin: 0 auto 22px !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .info-contact-row::before,
  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .info-contact-row::after {
    display: none !important;
    content: none !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .info-contact-row > .w-col {
    float: none !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 16px 14px !important;
    border: 1px solid rgba(208, 178, 135, .18) !important;
    background: rgba(208, 178, 135, .045) !important;
    box-sizing: border-box !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .footer-title {
    margin-bottom: 8px !important;
    text-align: center !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .contact-info {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    font-size: 16px !important;
    line-height: 1.36 !important;
    overflow-wrap: anywhere !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .footer-social-block-three-3 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 16px !important;
    width: min(100%, 300px) !important;
    margin: 18px auto 30px !important;
    padding: 0 !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .footer-social-link-three-3 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .footer-social-link-three-3 img {
    max-width: 34px !important;
    max-height: 34px !important;
    object-fit: contain !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .container-4,
  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .div-block-3,
  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .image-div {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .vins-contact-map-section {
    width: min(100%, 360px) !important;
    max-width: calc(100vw - 32px) !important;
    margin: 0 auto 44px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .vins-contact-map-section .columns-2 {
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .vins-contact-map-section .columns-2::before,
  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .vins-contact-map-section .columns-2::after {
    display: none !important;
    content: none !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .vins-contact-map-section .about-column,
  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .vins-contact-map-section .w-col {
    float: none !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .map-wrapper.vins-map-wrapper {
    width: 100% !important;
    height: 260px !important;
    min-height: 260px !important;
    max-height: 260px !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    border: 1px solid rgba(208, 178, 135, .28) !important;
    border-radius: 8px !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .vins-map-iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: 260px !important;
    border: 0 !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .vins-map-link {
    left: 50% !important;
    right: auto !important;
    bottom: 12px !important;
    max-width: calc(100% - 24px) !important;
    transform: translateX(-50%) !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .form-block-2 {
    width: 100% !important;
    max-width: 360px !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 22px 16px 24px !important;
    box-sizing: border-box !important;
    border: 1px solid rgba(208, 178, 135, .2) !important;
    background: rgba(0, 0, 0, .36) !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .sale-tittle.contact {
    margin: 0 auto 14px !important;
    text-align: center !important;
    font-size: clamp(25px, 7vw, 34px) !important;
    line-height: 1.12 !important;
    overflow-wrap: anywhere !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .vins-contact-note {
    max-width: 100% !important;
    margin: 0 auto 18px !important;
    padding-left: 0 !important;
    border-left: 0 !important;
    text-align: center !important;
    font-size: 15px !important;
    line-height: 1.42 !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .left-form,
  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .w-form {
    width: 100% !important;
    max-width: 100% !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .left-form .w-row {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .left-form .w-col {
    float: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .field-label-2.contact-us-field {
    display: block !important;
    margin: 0 0 7px !important;
    text-align: left !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .text-field-3.contact-form,
  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .footer-subscribe.email,
  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray textarea.contact-form.message {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 44px !important;
    margin: 0 0 14px !important;
    padding: 11px 12px !important;
    box-sizing: border-box !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray textarea.contact-form.message {
    min-height: 132px !important;
    resize: vertical !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .center-button-block {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    margin-top: 8px !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .button-2.contact {
    width: 100% !important;
    max-width: 260px !important;
    min-height: 46px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 390px) {
  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray {
    padding-top: 32px !important;
    padding-bottom: 46px !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray > .container.w-container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .info-contact-row,
  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .vins-contact-map-section {
    max-width: calc(100vw - 24px) !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .map-wrapper.vins-map-wrapper,
  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .vins-map-iframe {
    height: 238px !important;
    min-height: 238px !important;
    max-height: 238px !important;
  }

  .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .form-block-2 {
    padding: 20px 14px 22px !important;
  }
}

/* VINS PHASE 35A CART HEADER POLISH */
.vins-cart-item-main {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  min-width: 0;
}

.vins-cart-item-media {
  width: 78px;
  height: 92px;
  overflow: hidden;
  border: 1px solid rgba(208, 178, 135, .24);
  border-radius: 6px;
  background: rgba(0, 0, 0, .32);
}

.vins-cart-item-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vins-cart-item-body {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.vins-cart-item-body strong {
  overflow-wrap: anywhere;
}

.vins-cart-line-saving {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .navbar-brand-2,
  .navbar-brand-2.w--current {
    width: clamp(132px, 36vw, 158px) !important;
    max-width: clamp(132px, 36vw, 158px) !important;
  }

  .navbar-brand-2 img,
  .navbar-brand-2 .image-24 {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .vins-cart-item {
    padding: 14px !important;
  }

  .vins-cart-item-main {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 12px;
  }

  .vins-cart-item-media {
    width: 68px;
    height: 82px;
  }
}

@media screen and (max-width: 390px) {
  .navbar-brand-2,
  .navbar-brand-2.w--current {
    width: clamp(126px, 35vw, 144px) !important;
    max-width: clamp(126px, 35vw, 144px) !important;
  }

  .vins-cart-item-main {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 10px;
  }

  .vins-cart-item-media {
    width: 62px;
    height: 76px;
  }
}

/* VINS PHASE 35B MOBILE PROMO POPUP IMAGE FIT FIX */
@media screen and (max-width: 768px) {
  .vins-promo-modal .vins-promo-media {
    width: min(220px, calc(100vw - 84px)) !important;
    height: 180px !important;
    max-height: 180px !important;
    aspect-ratio: auto !important;
    margin: 0 auto 16px !important;
    padding: 8px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    background: rgba(255, 255, 255, .035) !important;
  }

  .vins-promo-modal .vins-promo-media img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
  }
}

@media screen and (max-width: 390px) {
  .vins-promo-modal .vins-promo-media {
    width: min(204px, calc(100vw - 74px)) !important;
    height: 160px !important;
    max-height: 160px !important;
    padding: 7px !important;
  }
}

@media screen and (max-width: 360px) {
  .vins-promo-modal .vins-promo-media {
    width: min(190px, calc(100vw - 64px)) !important;
    height: 148px !important;
    max-height: 148px !important;
    padding: 6px !important;
  }
}

/* VINS PHASE 35C MOBILE LANGUAGE PARITY EN DE RU */
@media screen and (max-width: 768px) {
  html[lang="en"],
  html[lang="de"],
  html[lang="ru"] {
    overflow-x: clip;
  }

  html[lang="en"] body,
  html[lang="de"] body,
  html[lang="ru"] body {
    overflow-x: clip;
  }

  html[lang="en"] .navbar-no-shadow-container-2,
  html[lang="de"] .navbar-no-shadow-container-2,
  html[lang="ru"] .navbar-no-shadow-container-2,
  html[lang="en"] .navbar-wrapper-2,
  html[lang="de"] .navbar-wrapper-2,
  html[lang="ru"] .navbar-wrapper-2,
  html[lang="en"] .nav-menu-wrapper-2,
  html[lang="de"] .nav-menu-wrapper-2,
  html[lang="ru"] .nav-menu-wrapper-2 {
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }

  html[lang="en"] .nav-menu-wrapper-2.w-nav-menu.w--open,
  html[lang="en"] .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open,
  html[lang="de"] .nav-menu-wrapper-2.w-nav-menu.w--open,
  html[lang="de"] .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open,
  html[lang="ru"] .nav-menu-wrapper-2.w-nav-menu.w--open,
  html[lang="ru"] .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: calc(100vw - 28px) !important;
    max-width: 392px !important;
    left: 14px !important;
    right: 14px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-x: hidden !important;
  }

  html[lang="en"] .nav-menu-wrapper-2 .nav-link-3,
  html[lang="de"] .nav-menu-wrapper-2 .nav-link-3,
  html[lang="ru"] .nav-menu-wrapper-2 .nav-link-3 {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    text-align: center !important;
  }

  html[lang="en"] #Hero-Section.hero-section:not(.about-us),
  html[lang="de"] #Hero-Section.hero-section:not(.about-us),
  html[lang="ru"] #Hero-Section.hero-section:not(.about-us) {
    max-width: 100vw !important;
    overflow: hidden !important;
  }

  html[lang="en"] #Hero-Section .left-block.hero,
  html[lang="en"] #Hero-Section .hero-div.small,
  html[lang="de"] #Hero-Section .left-block.hero,
  html[lang="de"] #Hero-Section .hero-div.small,
  html[lang="ru"] #Hero-Section .left-block.hero,
  html[lang="ru"] #Hero-Section .hero-div.small {
    max-width: calc(100vw - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  html[lang="en"] .vins-trust-strip.vins-reveal,
  html[lang="de"] .vins-trust-strip.vins-reveal,
  html[lang="ru"] .vins-trust-strip.vins-reveal {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  html[lang="en"] .hero-section.about-us:not(.vins-recommendations-hero) .about-hero-block,
  html[lang="de"] .hero-section.about-us:not(.vins-recommendations-hero) .about-hero-block,
  html[lang="ru"] .hero-section.about-us:not(.vins-recommendations-hero) .about-hero-block {
    max-width: 100vw !important;
    overflow: hidden !important;
  }

  html[lang="en"] .hero-section.about-us:not(.vins-recommendations-hero) .about-hero-block .page-title,
  html[lang="de"] .hero-section.about-us:not(.vins-recommendations-hero) .about-hero-block .page-title,
  html[lang="ru"] .hero-section.about-us:not(.vins-recommendations-hero) .about-hero-block .page-title,
  html[lang="en"] .hero-section.about-us:not(.vins-recommendations-hero) .about-hero-block .detail-paragraph.subpage,
  html[lang="de"] .hero-section.about-us:not(.vins-recommendations-hero) .about-hero-block .detail-paragraph.subpage,
  html[lang="ru"] .hero-section.about-us:not(.vins-recommendations-hero) .about-hero-block .detail-paragraph.subpage {
    max-width: calc(100vw - 34px) !important;
    overflow-wrap: anywhere !important;
  }

  html[lang="en"] .vins-recommendations-hero,
  html[lang="de"] .vins-recommendations-hero,
  html[lang="ru"] .vins-recommendations-hero {
    max-width: 100vw !important;
    overflow: hidden !important;
  }

  html[lang="en"] .vins-recommendations-hero .about-hero-block .page-title,
  html[lang="de"] .vins-recommendations-hero .about-hero-block .page-title,
  html[lang="ru"] .vins-recommendations-hero .about-hero-block .page-title,
  html[lang="en"] .vins-recommendations-hero .about-hero-block .detail-paragraph.subpage,
  html[lang="de"] .vins-recommendations-hero .about-hero-block .detail-paragraph.subpage,
  html[lang="ru"] .vins-recommendations-hero .about-hero-block .detail-paragraph.subpage {
    max-width: calc(100vw - 34px) !important;
    overflow-wrap: anywhere !important;
  }

  html[lang="en"] .hero-wrapper-two-9 .vins-country-flags-mobile-row,
  html[lang="de"] .hero-wrapper-two-9 .vins-country-flags-mobile-row,
  html[lang="ru"] .hero-wrapper-two-9 .vins-country-flags-mobile-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    max-width: calc(100vw - 24px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: visible !important;
  }

  html[lang="en"] body.shop .section-14,
  html[lang="de"] body.shop .section-14,
  html[lang="ru"] body.shop .section-14 {
    background-color: #000 !important;
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .5)),
      url('../images/IMG_2879.jpg') !important;
    background-position: 0 0, 50% 70% !important;
    background-repeat: repeat, no-repeat !important;
    background-size: auto, cover !important;
  }

  html[lang="en"] body.shop .container-60,
  html[lang="de"] body.shop .container-60,
  html[lang="ru"] body.shop .container-60 {
    gap: 34px !important;
    margin-top: -34px !important;
    padding-top: 0 !important;
  }

  html[lang="en"] body.shop .container-60 > .container-59,
  html[lang="de"] body.shop .container-60 > .container-59,
  html[lang="ru"] body.shop .container-60 > .container-59,
  html[lang="en"] body.shop .items-wrapper,
  html[lang="de"] body.shop .items-wrapper,
  html[lang="ru"] body.shop .items-wrapper {
    width: min(100%, 318px) !important;
    max-width: min(318px, calc(100vw - 40px)) !important;
  }

  html[lang="en"] body.shop .items-content,
  html[lang="de"] body.shop .items-content,
  html[lang="ru"] body.shop .items-content {
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-bottom: 18px !important;
  }

  html[lang="en"] body.shop .items-content .item-tittle,
  html[lang="de"] body.shop .items-content .item-tittle,
  html[lang="ru"] body.shop .items-content .item-tittle {
    overflow-wrap: anywhere !important;
  }

  html[lang="en"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates,
  html[lang="de"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates,
  html[lang="ru"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates {
    max-width: 100vw !important;
    overflow: hidden !important;
  }

  html[lang="en"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray,
  html[lang="de"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray,
  html[lang="ru"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray {
    padding: 38px 0 54px !important;
    overflow-x: clip !important;
  }

  html[lang="en"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .info-contact-row,
  html[lang="de"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .info-contact-row,
  html[lang="ru"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .info-contact-row,
  html[lang="en"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .vins-contact-map-section,
  html[lang="de"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .vins-contact-map-section,
  html[lang="ru"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .vins-contact-map-section {
    width: min(100%, 360px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html[lang="en"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .info-contact-row > .w-col,
  html[lang="de"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .info-contact-row > .w-col,
  html[lang="ru"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .info-contact-row > .w-col {
    float: none !important;
    width: 100% !important;
    min-height: 0 !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  html[lang="en"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .vins-contact-map-section .columns-2,
  html[lang="de"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .vins-contact-map-section .columns-2,
  html[lang="ru"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .vins-contact-map-section .columns-2 {
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  html[lang="en"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .map-wrapper.vins-map-wrapper,
  html[lang="de"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .map-wrapper.vins-map-wrapper,
  html[lang="ru"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .map-wrapper.vins-map-wrapper {
    width: 100% !important;
    height: 260px !important;
    min-height: 260px !important;
    max-height: 260px !important;
    overflow: hidden !important;
  }

  html[lang="en"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .form-block-2,
  html[lang="de"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .form-block-2,
  html[lang="ru"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .form-block-2 {
    width: 100% !important;
    max-width: 360px !important;
    height: auto !important;
    min-height: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  html[lang="en"] .product-info,
  html[lang="de"] .product-info,
  html[lang="ru"] .product-info,
  html[lang="en"] .vins-product-gallery,
  html[lang="de"] .vins-product-gallery,
  html[lang="ru"] .vins-product-gallery,
  html[lang="en"] .vins-checkout-page,
  html[lang="de"] .vins-checkout-page,
  html[lang="ru"] .vins-checkout-page,
  html[lang="en"] .vins-order-success-page,
  html[lang="de"] .vins-order-success-page,
  html[lang="ru"] .vins-order-success-page {
    max-width: 100vw !important;
    overflow-x: clip !important;
    box-sizing: border-box !important;
  }

  html[lang="en"] .vins-checkout-page-form input,
  html[lang="de"] .vins-checkout-page-form input,
  html[lang="ru"] .vins-checkout-page-form input,
  html[lang="en"] .vins-checkout-page-form textarea,
  html[lang="de"] .vins-checkout-page-form textarea,
  html[lang="ru"] .vins-checkout-page-form textarea,
  html[lang="en"] .vins-checkout-page-form select,
  html[lang="de"] .vins-checkout-page-form select,
  html[lang="ru"] .vins-checkout-page-form select {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  html[lang="en"] .vins-promo-modal .vins-promo-media img,
  html[lang="de"] .vins-promo-modal .vins-promo-media img,
  html[lang="ru"] .vins-promo-modal .vins-promo-media img {
    object-fit: contain !important;
    object-position: center center !important;
  }
}

@media screen and (max-width: 430px) {
  html[lang="en"] body.shop .section-14,
  html[lang="de"] body.shop .section-14,
  html[lang="ru"] body.shop .section-14 {
    background-position: 0 0, 50% 68% !important;
  }

  html[lang="en"] body.shop .container-60,
  html[lang="de"] body.shop .container-60,
  html[lang="ru"] body.shop .container-60 {
    gap: 30px !important;
    margin-top: -40px !important;
  }

  html[lang="en"] body.shop .container-60 > .container-59,
  html[lang="de"] body.shop .container-60 > .container-59,
  html[lang="ru"] body.shop .container-60 > .container-59,
  html[lang="en"] body.shop .items-wrapper,
  html[lang="de"] body.shop .items-wrapper,
  html[lang="ru"] body.shop .items-wrapper {
    max-width: min(304px, calc(100vw - 42px)) !important;
  }
}

@media screen and (max-width: 390px) {
  html[lang="en"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .map-wrapper.vins-map-wrapper,
  html[lang="de"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .map-wrapper.vins-map-wrapper,
  html[lang="ru"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .map-wrapper.vins-map-wrapper {
    height: 238px !important;
    min-height: 238px !important;
    max-height: 238px !important;
  }
}

@media screen and (max-width: 375px) {
  html[lang="en"] body.shop .container-60,
  html[lang="de"] body.shop .container-60,
  html[lang="ru"] body.shop .container-60 {
    gap: 28px !important;
    margin-top: -32px !important;
  }

  html[lang="en"] body.shop .container-60 > .container-59,
  html[lang="de"] body.shop .container-60 > .container-59,
  html[lang="ru"] body.shop .container-60 > .container-59,
  html[lang="en"] body.shop .items-wrapper,
  html[lang="de"] body.shop .items-wrapper,
  html[lang="ru"] body.shop .items-wrapper {
    max-width: min(296px, calc(100vw - 36px)) !important;
  }
}

/* VINS PHASE 35D EN HOME MOBILE FIX */
@media screen and (max-width: 768px) {
  html[lang="en"] .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 {
    height: clamp(330px, 88vw, 390px) !important;
    min-height: 330px !important;
    max-height: 390px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 20px !important;
    margin-bottom: 34px !important;
    overflow: hidden !important;
    background-color: #000 !important;
  }

  html[lang="en"] .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 .container-47 {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background-color: #000 !important;
    background-repeat: repeat, no-repeat !important;
    background-position: 0 0, center center !important;
    background-size: auto, contain !important;
  }

  html[lang="en"] .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 + .features-metrics {
    margin-top: 0 !important;
    padding-top: 36px !important;
    clear: both !important;
  }
}

@media screen and (max-width: 430px) {
  html[lang="en"] .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 {
    height: clamp(322px, 92vw, 372px) !important;
    min-height: 322px !important;
    margin-top: 18px !important;
    margin-bottom: 38px !important;
  }

  html[lang="en"] .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 + .features-metrics {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 390px) {
  html[lang="en"] .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 {
    height: clamp(302px, 90vw, 346px) !important;
    min-height: 302px !important;
    margin-bottom: 34px !important;
  }
}

@media screen and (max-width: 360px) {
  html[lang="en"] .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 {
    height: 292px !important;
    min-height: 292px !important;
    margin-bottom: 32px !important;
  }
}

/* VINS PHASE 35E EN HOME MOBILE SHOP TEASER SPACING FIX */
@media screen and (max-width: 768px) {
  html[lang="en"] .vins-home-shop-teaser {
    position: relative !important;
    z-index: 1 !important;
    margin-top: 48px !important;
    padding-top: 0 !important;
    clear: both !important;
  }

  html[lang="en"] .vins-home-shop-teaser .section-content-tittle {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 430px) {
  html[lang="en"] .vins-home-shop-teaser {
    margin-top: 56px !important;
  }
}

@media screen and (max-width: 390px) {
  html[lang="en"] .vins-home-shop-teaser {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 360px) {
  html[lang="en"] .vins-home-shop-teaser {
    margin-top: 46px !important;
  }
}

/* VINS PHASE 35F EN HOME MOBILE SHOP TEASER STRONGER DOWNWARD SPACING */
@media screen and (max-width: 768px) {
  html[lang="en"] .vins-home-shop-teaser {
    position: relative !important;
    z-index: 1 !important;
    margin-top: 76px !important;
    padding-top: 0 !important;
    clear: both !important;
  }
}

@media screen and (max-width: 430px) {
  html[lang="en"] .vins-home-shop-teaser {
    margin-top: 88px !important;
  }
}

@media screen and (max-width: 390px) {
  html[lang="en"] .vins-home-shop-teaser {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 360px) {
  html[lang="en"] .vins-home-shop-teaser {
    margin-top: 72px !important;
  }
}

/* VINS PHASE 35G EN HOME MOBILE SHOP TEASER EXTRA DOWNWARD SPACING */
@media screen and (max-width: 768px) {
  html[lang="en"] .vins-home-shop-teaser {
    position: relative !important;
    z-index: 1 !important;
    margin-top: 120px !important;
    padding-top: 0 !important;
    clear: both !important;
  }
}

@media screen and (max-width: 430px) {
  html[lang="en"] .vins-home-shop-teaser {
    margin-top: 132px !important;
  }
}

@media screen and (max-width: 402px) {
  html[lang="en"] .vins-home-shop-teaser {
    margin-top: 126px !important;
  }
}

@media screen and (max-width: 390px) {
  html[lang="en"] .vins-home-shop-teaser {
    margin-top: 118px !important;
  }
}

@media screen and (max-width: 360px) {
  html[lang="en"] .vins-home-shop-teaser {
    margin-top: 104px !important;
  }
}

/* VINS PHASE 35H DE RU HOME MOBILE SAME FIXES AS EN */
@media screen and (max-width: 768px) {
  html[lang="de"] .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7,
  html[lang="ru"] .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 {
    height: clamp(330px, 88vw, 390px) !important;
    min-height: 330px !important;
    max-height: 390px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 20px !important;
    margin-bottom: 34px !important;
    overflow: hidden !important;
    background-color: #000 !important;
  }

  html[lang="de"] .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 .container-47,
  html[lang="ru"] .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 .container-47 {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background-color: #000 !important;
    background-repeat: repeat, no-repeat !important;
    background-position: 0 0, center center !important;
    background-size: auto, contain !important;
  }

  html[lang="de"] .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 + .features-metrics,
  html[lang="ru"] .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 + .features-metrics {
    margin-top: 0 !important;
    padding-top: 36px !important;
    clear: both !important;
  }

  html[lang="de"] .vins-home-shop-teaser,
  html[lang="ru"] .vins-home-shop-teaser {
    position: relative !important;
    z-index: 1 !important;
    margin-top: 120px !important;
    padding-top: 0 !important;
    clear: both !important;
  }
}

@media screen and (max-width: 430px) {
  html[lang="de"] .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7,
  html[lang="ru"] .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 {
    height: clamp(322px, 92vw, 372px) !important;
    min-height: 322px !important;
    margin-top: 18px !important;
    margin-bottom: 38px !important;
  }

  html[lang="de"] .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 + .features-metrics,
  html[lang="ru"] .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 + .features-metrics {
    padding-top: 40px !important;
  }

  html[lang="de"] .vins-home-shop-teaser,
  html[lang="ru"] .vins-home-shop-teaser {
    margin-top: 132px !important;
  }
}

@media screen and (max-width: 402px) {
  html[lang="de"] .vins-home-shop-teaser,
  html[lang="ru"] .vins-home-shop-teaser {
    margin-top: 126px !important;
  }
}

@media screen and (max-width: 390px) {
  html[lang="de"] .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7,
  html[lang="ru"] .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 {
    height: clamp(302px, 90vw, 346px) !important;
    min-height: 302px !important;
    margin-bottom: 34px !important;
  }

  html[lang="de"] .vins-home-shop-teaser,
  html[lang="ru"] .vins-home-shop-teaser {
    margin-top: 118px !important;
  }
}

@media screen and (max-width: 360px) {
  html[lang="de"] .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7,
  html[lang="ru"] .wrapper-pages > #Hero-Section.hero-section:not(.about-us) + .section.newslatter + .hero-without-image + .section-7 {
    height: 292px !important;
    min-height: 292px !important;
    margin-bottom: 32px !important;
  }

  html[lang="de"] .vins-home-shop-teaser,
  html[lang="ru"] .vins-home-shop-teaser {
    margin-top: 104px !important;
  }
}

/* VINS PHASE 35I EN ABOUT MOBILE HERO CONTENT DOWNWARD FIX */
@media screen and (max-width: 768px) {
  html[lang="en"] body > .about-hero-block > h1,
  html[lang="en"] body > .about-hero-block > .page-title,
  html[lang="en"] body > .about-hero-block > .detail-paragraph.subpage,
  html[lang="en"] body > .about-hero-block > .vins-family-acrostic {
    transform: translateY(28px) !important;
  }
}

@media screen and (max-width: 430px) {
  html[lang="en"] body > .about-hero-block > h1,
  html[lang="en"] body > .about-hero-block > .page-title,
  html[lang="en"] body > .about-hero-block > .detail-paragraph.subpage,
  html[lang="en"] body > .about-hero-block > .vins-family-acrostic {
    transform: translateY(-44px) !important;
  }
}

@media screen and (max-width: 402px) {
  html[lang="en"] body > .about-hero-block > h1,
  html[lang="en"] body > .about-hero-block > .page-title,
  html[lang="en"] body > .about-hero-block > .detail-paragraph.subpage,
  html[lang="en"] body > .about-hero-block > .vins-family-acrostic {
    transform: translateY(-56px) !important;
  }
}

@media screen and (max-width: 390px) {
  html[lang="en"] body > .about-hero-block > h1,
  html[lang="en"] body > .about-hero-block > .page-title,
  html[lang="en"] body > .about-hero-block > .detail-paragraph.subpage,
  html[lang="en"] body > .about-hero-block > .vins-family-acrostic {
    transform: translateY(-54px) !important;
  }
}

@media screen and (max-width: 375px) {
  html[lang="en"] body > .about-hero-block > h1,
  html[lang="en"] body > .about-hero-block > .page-title,
  html[lang="en"] body > .about-hero-block > .detail-paragraph.subpage,
  html[lang="en"] body > .about-hero-block > .vins-family-acrostic {
    transform: translateY(-36px) !important;
  }
}

@media screen and (max-width: 360px) {
  html[lang="en"] body > .about-hero-block > h1,
  html[lang="en"] body > .about-hero-block > .page-title,
  html[lang="en"] body > .about-hero-block > .detail-paragraph.subpage,
  html[lang="en"] body > .about-hero-block > .vins-family-acrostic {
    transform: translateY(-28px) !important;
  }
}

/* VINS PHASE 35J EN ABOUT MOBILE HERO CONTENT AND IMAGE26 FIX */
@media screen and (max-width: 768px) {
  html[lang="en"] body > .about-hero-block > h1,
  html[lang="en"] body > .about-hero-block > .page-title {
    order: 1 !important;
    transform: translateY(58px) !important;
  }

  html[lang="en"] body > .about-hero-block > .image-26 {
    order: 2 !important;
    display: block !important;
    margin: 12px auto 12px !important;
    transform: translateY(58px) !important;
  }

  html[lang="en"] body > .about-hero-block > .detail-paragraph.subpage {
    order: 3 !important;
    transform: translateY(58px) !important;
  }

  html[lang="en"] body > .about-hero-block > .vins-family-acrostic {
    order: 4 !important;
    transform: translateY(58px) !important;
  }
}

@media screen and (max-width: 430px) {
  html[lang="en"] body > .about-hero-block > h1,
  html[lang="en"] body > .about-hero-block > .page-title,
  html[lang="en"] body > .about-hero-block > .image-26,
  html[lang="en"] body > .about-hero-block > .detail-paragraph.subpage,
  html[lang="en"] body > .about-hero-block > .vins-family-acrostic {
    transform: translateY(-6px) !important;
  }

  html[lang="en"] body > .about-hero-block > .image-26 {
    margin-top: 10px !important;
    margin-bottom: 12px !important;
  }
}

@media screen and (max-width: 402px) {
  html[lang="en"] body > .about-hero-block > h1,
  html[lang="en"] body > .about-hero-block > .page-title,
  html[lang="en"] body > .about-hero-block > .image-26,
  html[lang="en"] body > .about-hero-block > .detail-paragraph.subpage,
  html[lang="en"] body > .about-hero-block > .vins-family-acrostic {
    transform: translateY(-8px) !important;
  }
}

@media screen and (max-width: 390px) {
  html[lang="en"] body > .about-hero-block > h1,
  html[lang="en"] body > .about-hero-block > .page-title,
  html[lang="en"] body > .about-hero-block > .image-26,
  html[lang="en"] body > .about-hero-block > .detail-paragraph.subpage,
  html[lang="en"] body > .about-hero-block > .vins-family-acrostic {
    transform: translateY(-6px) !important;
  }
}

@media screen and (max-width: 375px) {
  html[lang="en"] body > .about-hero-block > h1,
  html[lang="en"] body > .about-hero-block > .page-title,
  html[lang="en"] body > .about-hero-block > .image-26,
  html[lang="en"] body > .about-hero-block > .detail-paragraph.subpage,
  html[lang="en"] body > .about-hero-block > .vins-family-acrostic {
    transform: translateY(4px) !important;
  }

  html[lang="en"] body > .about-hero-block > .image-26 {
    margin-top: 8px !important;
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 360px) {
  html[lang="en"] body > .about-hero-block > h1,
  html[lang="en"] body > .about-hero-block > .page-title,
  html[lang="en"] body > .about-hero-block > .image-26,
  html[lang="en"] body > .about-hero-block > .detail-paragraph.subpage,
  html[lang="en"] body > .about-hero-block > .vins-family-acrostic {
    transform: translateY(8px) !important;
  }
}

/* VINS PHASE 35K DE RU ABOUT MOBILE PARITY */
@media screen and (max-width: 768px) {
  html[lang="de"] body > .about-hero-block > h1,
  html[lang="de"] body > .about-hero-block > .page-title,
  html[lang="ru"] body > .about-hero-block > h1,
  html[lang="ru"] body > .about-hero-block > .page-title {
    order: 1 !important;
    max-width: calc(100vw - 36px) !important;
    overflow-wrap: normal !important;
    line-height: 1.08 !important;
    transform: translateY(58px) !important;
  }

  html[lang="de"] body > .about-hero-block > .image-26,
  html[lang="ru"] body > .about-hero-block > .image-26 {
    order: 2 !important;
    display: block !important;
    margin: 12px auto 12px !important;
    transform: translateY(58px) !important;
  }

  html[lang="de"] body > .about-hero-block > .detail-paragraph.subpage,
  html[lang="ru"] body > .about-hero-block > .detail-paragraph.subpage {
    order: 3 !important;
    max-width: calc(100vw - 38px) !important;
    overflow-wrap: break-word !important;
    transform: translateY(58px) !important;
  }

  html[lang="de"] body > .about-hero-block > .vins-family-acrostic,
  html[lang="ru"] body > .about-hero-block > .vins-family-acrostic {
    order: 4 !important;
    transform: translateY(58px) !important;
  }
}

@media screen and (max-width: 430px) {
  html[lang="de"] body > .about-hero-block > h1,
  html[lang="de"] body > .about-hero-block > .page-title,
  html[lang="de"] body > .about-hero-block > .image-26,
  html[lang="de"] body > .about-hero-block > .detail-paragraph.subpage,
  html[lang="de"] body > .about-hero-block > .vins-family-acrostic,
  html[lang="ru"] body > .about-hero-block > h1,
  html[lang="ru"] body > .about-hero-block > .page-title,
  html[lang="ru"] body > .about-hero-block > .image-26,
  html[lang="ru"] body > .about-hero-block > .detail-paragraph.subpage,
  html[lang="ru"] body > .about-hero-block > .vins-family-acrostic {
    transform: translateY(-6px) !important;
  }

  html[lang="de"] body > .about-hero-block > h1,
  html[lang="de"] body > .about-hero-block > .page-title,
  html[lang="ru"] body > .about-hero-block > h1,
  html[lang="ru"] body > .about-hero-block > .page-title {
    font-size: clamp(27px, 7.2vw, 36px) !important;
  }

  html[lang="de"] body > .about-hero-block > .detail-paragraph.subpage,
  html[lang="ru"] body > .about-hero-block > .detail-paragraph.subpage {
    font-size: clamp(15.5px, 4.1vw, 18px) !important;
    line-height: 1.42 !important;
  }

  html[lang="de"] body > .about-hero-block > .image-26,
  html[lang="ru"] body > .about-hero-block > .image-26 {
    margin-top: 10px !important;
    margin-bottom: 12px !important;
  }
}

@media screen and (max-width: 402px) {
  html[lang="de"] body > .about-hero-block > h1,
  html[lang="de"] body > .about-hero-block > .page-title,
  html[lang="de"] body > .about-hero-block > .image-26,
  html[lang="de"] body > .about-hero-block > .detail-paragraph.subpage,
  html[lang="de"] body > .about-hero-block > .vins-family-acrostic,
  html[lang="ru"] body > .about-hero-block > h1,
  html[lang="ru"] body > .about-hero-block > .page-title,
  html[lang="ru"] body > .about-hero-block > .image-26,
  html[lang="ru"] body > .about-hero-block > .detail-paragraph.subpage,
  html[lang="ru"] body > .about-hero-block > .vins-family-acrostic {
    transform: translateY(-8px) !important;
  }
}

@media screen and (max-width: 390px) {
  html[lang="de"] body > .about-hero-block > h1,
  html[lang="de"] body > .about-hero-block > .page-title,
  html[lang="de"] body > .about-hero-block > .image-26,
  html[lang="de"] body > .about-hero-block > .detail-paragraph.subpage,
  html[lang="de"] body > .about-hero-block > .vins-family-acrostic,
  html[lang="ru"] body > .about-hero-block > h1,
  html[lang="ru"] body > .about-hero-block > .page-title,
  html[lang="ru"] body > .about-hero-block > .image-26,
  html[lang="ru"] body > .about-hero-block > .detail-paragraph.subpage,
  html[lang="ru"] body > .about-hero-block > .vins-family-acrostic {
    transform: translateY(-6px) !important;
  }
}

@media screen and (max-width: 375px) {
  html[lang="de"] body > .about-hero-block > h1,
  html[lang="de"] body > .about-hero-block > .page-title,
  html[lang="de"] body > .about-hero-block > .image-26,
  html[lang="de"] body > .about-hero-block > .detail-paragraph.subpage,
  html[lang="de"] body > .about-hero-block > .vins-family-acrostic,
  html[lang="ru"] body > .about-hero-block > h1,
  html[lang="ru"] body > .about-hero-block > .page-title,
  html[lang="ru"] body > .about-hero-block > .image-26,
  html[lang="ru"] body > .about-hero-block > .detail-paragraph.subpage,
  html[lang="ru"] body > .about-hero-block > .vins-family-acrostic {
    transform: translateY(4px) !important;
  }

  html[lang="de"] body > .about-hero-block > .image-26,
  html[lang="ru"] body > .about-hero-block > .image-26 {
    margin-top: 8px !important;
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 360px) {
  html[lang="de"] body > .about-hero-block > h1,
  html[lang="de"] body > .about-hero-block > .page-title,
  html[lang="de"] body > .about-hero-block > .image-26,
  html[lang="de"] body > .about-hero-block > .detail-paragraph.subpage,
  html[lang="de"] body > .about-hero-block > .vins-family-acrostic,
  html[lang="ru"] body > .about-hero-block > h1,
  html[lang="ru"] body > .about-hero-block > .page-title,
  html[lang="ru"] body > .about-hero-block > .image-26,
  html[lang="ru"] body > .about-hero-block > .detail-paragraph.subpage,
  html[lang="ru"] body > .about-hero-block > .vins-family-acrostic {
    transform: translateY(8px) !important;
  }
}

/* VINS PHASE 35L EN SHOP MOBILE HERO CONTENT DOWNWARD FIX */
@media screen and (max-width: 768px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(96px) !important;
  }

  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    max-width: calc(100vw - 36px) !important;
    overflow-wrap: break-word !important;
  }

  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26 {
    display: block !important;
    margin: 12px auto 12px !important;
  }
}

@media screen and (max-width: 430px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(116px) !important;
  }
}

@media screen and (max-width: 402px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(110px) !important;
  }
}

@media screen and (max-width: 390px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(104px) !important;
  }
}

@media screen and (max-width: 375px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(92px) !important;
  }
}

@media screen and (max-width: 360px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(82px) !important;
  }
}

/* VINS PHASE 35M EN SHOP MOBILE HERO CONTENT BALANCE UP */
@media screen and (max-width: 768px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(72px) !important;
  }
}

@media screen and (max-width: 430px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(76px) !important;
  }
}

@media screen and (max-width: 402px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(68px) !important;
  }
}

@media screen and (max-width: 390px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(62px) !important;
  }
}

@media screen and (max-width: 375px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(56px) !important;
  }
}

@media screen and (max-width: 360px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(48px) !important;
  }
}

/* VINS PHASE 35N EN SHOP MOBILE HERO CONTENT EXTRA UP */
@media screen and (max-width: 768px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(54px) !important;
  }
}

@media screen and (max-width: 430px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(50px) !important;
  }
}

@media screen and (max-width: 402px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(42px) !important;
  }
}

@media screen and (max-width: 390px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(38px) !important;
  }
}

@media screen and (max-width: 375px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(34px) !important;
  }
}

@media screen and (max-width: 360px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(30px) !important;
  }
}

/* VINS PHASE 35O EN SHOP MOBILE HERO CONTENT ANOTHER UPWARD STEP */
@media screen and (max-width: 768px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(28px) !important;
  }
}

@media screen and (max-width: 430px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(22px) !important;
  }
}

@media screen and (max-width: 402px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(18px) !important;
  }
}

@media screen and (max-width: 390px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(16px) !important;
  }
}

@media screen and (max-width: 375px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(14px) !important;
  }
}

@media screen and (max-width: 360px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(12px) !important;
  }
}

/* VINS PHASE 35P SHOP MOBILE HERO CONTENT FINAL EN DE RU */
@media screen and (max-width: 768px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage,
  html[lang="de"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="de"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="de"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage,
  html[lang="ru"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="ru"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="ru"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(18px) !important;
  }

  html[lang="de"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="ru"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="de"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage,
  html[lang="ru"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    max-width: calc(100vw - 36px) !important;
    overflow-wrap: break-word !important;
  }
}

@media screen and (max-width: 430px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage,
  html[lang="de"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="de"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="de"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage,
  html[lang="ru"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="ru"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="ru"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(14px) !important;
  }
}

@media screen and (max-width: 402px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage,
  html[lang="de"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="de"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="de"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage,
  html[lang="ru"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="ru"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="ru"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(10px) !important;
  }
}

@media screen and (max-width: 390px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage,
  html[lang="de"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="de"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="de"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage,
  html[lang="ru"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="ru"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="ru"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(8px) !important;
  }
}

@media screen and (max-width: 375px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage,
  html[lang="de"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="de"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="de"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage,
  html[lang="ru"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="ru"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="ru"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(6px) !important;
  }
}

@media screen and (max-width: 360px) {
  html[lang="en"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="en"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="en"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage,
  html[lang="de"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="de"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="de"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage,
  html[lang="ru"] body.shop .section-14 .about-hero-block > .page-title,
  html[lang="ru"] body.shop .section-14 .about-hero-block > .image-26,
  html[lang="ru"] body.shop .section-14 .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(4px) !important;
  }
}

/* VINS PHASE 35Q EN CONTACT MOBILE HERO CONTENT DOWNWARD FIX */
@media screen and (max-width: 768px) {
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(96px) !important;
  }

  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    max-width: calc(100vw - 36px) !important;
    overflow-wrap: break-word !important;
  }

  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26 {
    display: block !important;
    margin: 12px auto 12px !important;
  }
}

@media screen and (max-width: 430px) {
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(116px) !important;
  }
}

@media screen and (max-width: 402px) {
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(108px) !important;
  }
}

@media screen and (max-width: 390px) {
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(100px) !important;
  }
}

@media screen and (max-width: 375px) {
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(88px) !important;
  }
}

@media screen and (max-width: 360px) {
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(76px) !important;
  }
}

/* VINS PHASE 35R EN CONTACT MOBILE HERO CONTENT STRONG UPWARD BALANCE */
@media screen and (max-width: 768px) {
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(44px) !important;
  }
}

@media screen and (max-width: 430px) {
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(58px) !important;
  }
}

@media screen and (max-width: 402px) {
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(52px) !important;
  }
}

@media screen and (max-width: 390px) {
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(46px) !important;
  }
}

@media screen and (max-width: 375px) {
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(40px) !important;
  }
}

@media screen and (max-width: 360px) {
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(34px) !important;
  }
}

/* VINS PHASE 35S EN CONTACT MOBILE HERO CONTENT EXTRA UPWARD TUNE */
@media screen and (max-width: 768px) {
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(18px) !important;
  }
}

@media screen and (max-width: 430px) {
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(30px) !important;
  }
}

@media screen and (max-width: 402px) {
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(26px) !important;
  }
}

@media screen and (max-width: 390px) {
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(22px) !important;
  }
}

@media screen and (max-width: 375px) {
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(18px) !important;
  }
}

@media screen and (max-width: 360px) {
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(14px) !important;
  }
}

/* VINS PHASE 35T EN CONTACT MOBILE HERO AND FORM INPUT FIX */
@media screen and (max-width: 768px) {
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(8px) !important;
  }

  html[lang="en"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .text-field-3.contact-form.gray,
  html[lang="en"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .footer-subscribe.email,
  html[lang="en"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray textarea.contact-form.message.gray {
    padding-left: 48px !important;
    padding-right: 14px !important;
    box-sizing: border-box !important;
  }

  html[lang="en"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .text-field-3.contact-form.gray {
    background-position: 14px 50% !important;
    background-size: 21px !important;
  }

  html[lang="en"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray textarea.contact-form.message.gray {
    background-position: 14px 13px !important;
    background-size: 22px !important;
    padding-top: 13px !important;
  }
}

@media screen and (max-width: 430px) {
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(18px) !important;
  }
}

@media screen and (max-width: 402px) {
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(14px) !important;
  }
}

@media screen and (max-width: 390px) {
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(10px) !important;
  }
}

@media screen and (max-width: 375px) {
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(8px) !important;
  }
}

@media screen and (max-width: 360px) {
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="en"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(6px) !important;
  }

  html[lang="en"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .text-field-3.contact-form.gray,
  html[lang="en"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .footer-subscribe.email,
  html[lang="en"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray textarea.contact-form.message.gray {
    padding-left: 46px !important;
  }
}

/* VINS PHASE 35U DE RU CONTACT MOBILE PARITY FROM EN */
@media screen and (max-width: 768px) {
  html[lang="de"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="de"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="de"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage,
  html[lang="ru"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="ru"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="ru"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(8px) !important;
  }

  html[lang="de"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="de"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage,
  html[lang="ru"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="ru"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    max-width: calc(100vw - 36px) !important;
    overflow-wrap: break-word !important;
  }

  html[lang="de"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .text-field-3.contact-form.gray,
  html[lang="de"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .footer-subscribe.email,
  html[lang="de"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray textarea.contact-form.message.gray,
  html[lang="ru"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .text-field-3.contact-form.gray,
  html[lang="ru"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .footer-subscribe.email,
  html[lang="ru"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray textarea.contact-form.message.gray {
    padding-left: 48px !important;
    padding-right: 14px !important;
    box-sizing: border-box !important;
  }

  html[lang="de"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .text-field-3.contact-form.gray,
  html[lang="ru"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .text-field-3.contact-form.gray {
    background-position: 14px 50% !important;
    background-size: 21px !important;
  }

  html[lang="de"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray textarea.contact-form.message.gray,
  html[lang="ru"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray textarea.contact-form.message.gray {
    background-position: 14px 13px !important;
    background-size: 22px !important;
    padding-top: 13px !important;
  }
}

@media screen and (max-width: 430px) {
  html[lang="de"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="de"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="de"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage,
  html[lang="ru"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="ru"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="ru"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(18px) !important;
  }
}

@media screen and (max-width: 402px) {
  html[lang="de"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="de"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="de"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage,
  html[lang="ru"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="ru"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="ru"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(14px) !important;
  }
}

@media screen and (max-width: 390px) {
  html[lang="de"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="de"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="de"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage,
  html[lang="ru"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="ru"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="ru"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(10px) !important;
  }
}

@media screen and (max-width: 375px) {
  html[lang="de"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="de"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="de"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage,
  html[lang="ru"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="ru"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="ru"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(8px) !important;
  }
}

@media screen and (max-width: 360px) {
  html[lang="de"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="de"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="de"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage,
  html[lang="ru"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .page-title,
  html[lang="ru"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .image-26,
  html[lang="ru"] #Hero-Section.hero-section.about-us.plates .about-hero-block > .detail-paragraph.subpage {
    transform: translateY(6px) !important;
  }

  html[lang="de"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .text-field-3.contact-form.gray,
  html[lang="de"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .footer-subscribe.email,
  html[lang="de"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray textarea.contact-form.message.gray,
  html[lang="ru"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .text-field-3.contact-form.gray,
  html[lang="ru"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .footer-subscribe.email,
  html[lang="ru"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray textarea.contact-form.message.gray {
    padding-left: 46px !important;
  }
}

/* VINS PHASE 35V SR CONTACT MOBILE FORM ICON PLACEHOLDER FIX */
@media screen and (max-width: 768px) {
  html[lang="sr"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .text-field-3.contact-form.gray,
  html[lang="sr"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .footer-subscribe.email,
  html[lang="sr"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray textarea.contact-form.message.gray {
    padding-left: 48px !important;
    padding-right: 14px !important;
    box-sizing: border-box !important;
  }

  html[lang="sr"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .text-field-3.contact-form.gray {
    background-position: 14px 50% !important;
    background-size: 21px !important;
  }

  html[lang="sr"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray textarea.contact-form.message.gray {
    background-position: 14px 13px !important;
    background-size: 22px !important;
    padding-top: 13px !important;
  }
}

@media screen and (max-width: 360px) {
  html[lang="sr"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .text-field-3.contact-form.gray,
  html[lang="sr"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray .footer-subscribe.email,
  html[lang="sr"] .wrapper-pages > #Hero-Section.hero-section.about-us.plates + .section.gray textarea.contact-form.message.gray {
    padding-left: 46px !important;
  }
}

/* VINS PHASE 35W GLOBAL MOBILE MENU LANGUAGE DROPDOWN FIX */
@media screen and (max-width: 768px) {
  .nav-menu-wrapper-2.w-nav-menu.w--open,
  .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open],
  .w-nav-menu.w--open.nav-menu-wrapper-2,
  .w-nav-menu.vins-mobile-menu-open.nav-menu-wrapper-2 {
    max-height: none !important;
    overflow: visible !important;
    z-index: 10120 !important;
  }

  .nav-menu-wrapper-2.w-nav-menu.w--open .nav-menu-3,
  .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open .nav-menu-3,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open] .nav-menu-3 {
    overflow: visible !important;
  }

  .nav-menu-wrapper-2.w-nav-menu.w--open .w-dropdown,
  .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open .w-dropdown,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open] .w-dropdown {
    position: relative !important;
    z-index: 10130 !important;
    overflow: visible !important;
  }

  .nav-menu-wrapper-2.w-nav-menu.w--open .w-dropdown-list.w--open,
  .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open .w-dropdown-list.w--open,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open] .w-dropdown-list.w--open {
    position: static !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: min(220px, calc(100vw - 56px)) !important;
    min-width: 0 !important;
    max-width: calc(100vw - 56px) !important;
    margin: 10px auto 0 !important;
    padding: 8px !important;
    transform: none !important;
    overflow: visible !important;
    z-index: 10140 !important;
    border: 1px solid rgba(214, 185, 123, 0.24) !important;
    border-radius: 12px !important;
    background: rgba(7, 7, 7, 0.98) !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.42) !important;
  }

  .nav-menu-wrapper-2.w-nav-menu.w--open .w-dropdown-list.w--open .w-dropdown-link,
  .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open .w-dropdown-list.w--open .w-dropdown-link,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open] .w-dropdown-list.w--open .w-dropdown-link {
    position: relative !important;
    min-height: 38px !important;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 9px !important;
  }
}

@media screen and (max-width: 390px) {
  .nav-menu-wrapper-2.w-nav-menu.w--open .w-dropdown-list.w--open,
  .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open .w-dropdown-list.w--open,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open] .w-dropdown-list.w--open {
    width: min(204px, calc(100vw - 44px)) !important;
    max-width: calc(100vw - 44px) !important;
    margin-top: 8px !important;
    padding: 7px !important;
  }
}

/* VINS PHASE 35X MOBILE LANGUAGE DROPDOWN DISCREET MINI FIX */
@media screen and (max-width: 768px) {
  .nav-menu-wrapper-2.w-nav-menu.w--open .w-dropdown-toggle,
  .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open .w-dropdown-toggle,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open] .w-dropdown-toggle {
    width: auto !important;
    min-width: 52px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    margin: 0 auto !important;
    padding: 4px 9px !important;
    border: 1px solid rgba(214, 185, 123, .34) !important;
    border-radius: 999px !important;
    background: rgba(7, 7, 7, .78) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .22) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    overflow: visible !important;
  }

  .nav-menu-wrapper-2.w-nav-menu.w--open .w-dropdown-toggle img,
  .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open .w-dropdown-toggle img,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open] .w-dropdown-toggle img,
  .nav-menu-wrapper-2.w-nav-menu.w--open .w-dropdown-toggle .vins-language-flag-ru,
  .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open .w-dropdown-toggle .vins-language-flag-ru,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open] .w-dropdown-toggle .vins-language-flag-ru {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    display: block !important;
  }

  .nav-menu-wrapper-2.w-nav-menu.w--open .w-dropdown-toggle .w-icon-dropdown-toggle,
  .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open .w-dropdown-toggle .w-icon-dropdown-toggle,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open] .w-dropdown-toggle .w-icon-dropdown-toggle {
    position: static !important;
    width: 10px !important;
    height: 10px !important;
    margin: 0 !important;
    font-size: 10px !important;
    line-height: 1 !important;
    color: var(--gold) !important;
  }

  .nav-menu-wrapper-2.w-nav-menu.w--open .w-dropdown-list.w--open,
  .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open .w-dropdown-list.w--open,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open] .w-dropdown-list.w--open {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translateX(-50%) !important;
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: calc(100vw - 48px) !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 6px !important;
    border: 1px solid rgba(214, 185, 123, .24) !important;
    border-radius: 999px !important;
    background: rgba(5, 5, 5, .96) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .36) !important;
    overflow: visible !important;
    z-index: 10160 !important;
  }

  .nav-menu-wrapper-2.w-nav-menu.w--open .w-dropdown-list.w--open .w-dropdown-link,
  .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open .w-dropdown-list.w--open .w-dropdown-link,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open] .w-dropdown-list.w--open .w-dropdown-link {
    position: relative !important;
    flex: 0 0 30px !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: block !important;
    overflow: hidden !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
  }

  .nav-menu-wrapper-2.w-nav-menu.w--open .w-dropdown-list.w--open .w-dropdown-link img,
  .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open .w-dropdown-list.w--open .w-dropdown-link img,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open] .w-dropdown-list.w--open .w-dropdown-link img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    display: block !important;
  }
}

@media screen and (max-width: 390px) {
  .nav-menu-wrapper-2.w-nav-menu.w--open .w-dropdown-list.w--open,
  .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open .w-dropdown-list.w--open,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open] .w-dropdown-list.w--open {
    gap: 5px !important;
    max-width: calc(100vw - 36px) !important;
    padding: 5px !important;
  }

  .nav-menu-wrapper-2.w-nav-menu.w--open .w-dropdown-list.w--open .w-dropdown-link,
  .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open .w-dropdown-list.w--open .w-dropdown-link,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open] .w-dropdown-list.w--open .w-dropdown-link {
    flex-basis: 28px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
  }
}

/* VINS PHASE 35Y MOBILE LANGUAGE DROPDOWN VERTICAL EXPAND FIX */
@media screen and (max-width: 768px) {
  .nav-menu-wrapper-2.w-nav-menu.w--open .w-dropdown,
  .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open .w-dropdown,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open] .w-dropdown {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: visible !important;
  }

  .nav-menu-wrapper-2.w-nav-menu.w--open .w-dropdown-list.w--open,
  .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open .w-dropdown-list.w--open,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open] .w-dropdown-list.w--open {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    width: 54px !important;
    min-width: 54px !important;
    max-width: 54px !important;
    min-height: 0 !important;
    margin: 8px auto 0 !important;
    padding: 8px 6px !important;
    border: 1px solid rgba(214, 185, 123, .32) !important;
    border-radius: 13px !important;
    background: rgba(6, 5, 3, .96) !important;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .42) !important;
    overflow: visible !important;
    z-index: 10160 !important;
  }

  .nav-menu-wrapper-2.w-nav-menu.w--open .w-dropdown-list.w--open .w-dropdown-link,
  .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open .w-dropdown-list.w--open .w-dropdown-link,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open] .w-dropdown-list.w--open .w-dropdown-link {
    flex: 0 0 30px !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
    margin: 0 !important;
  }
}

@media screen and (max-width: 390px) {
  .nav-menu-wrapper-2.w-nav-menu.w--open .w-dropdown-list.w--open,
  .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open .w-dropdown-list.w--open,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open] .w-dropdown-list.w--open {
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    gap: 6px !important;
    padding: 7px 6px !important;
  }

  .nav-menu-wrapper-2.w-nav-menu.w--open .w-dropdown-list.w--open .w-dropdown-link,
  .nav-menu-wrapper-2.w-nav-menu.vins-mobile-menu-open .w-dropdown-list.w--open .w-dropdown-link,
  .nav-menu-wrapper-2.w-nav-menu[data-nav-menu-open] .w-dropdown-list.w--open .w-dropdown-link {
    flex-basis: 28px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
  }
}

/* VINS PHASE 35Z GLOBAL MOBILE PRODUCT DETAIL ALIGNMENT POLISH */
@media screen and (max-width: 768px) {
  body.vins-rakija-od-suvih-sljiva .column-9[data-vins-gallery],
  body.proizvod-poklon-pakovanje-rakija-0-7l .column-9[data-vins-gallery] {
    width: 100% !important;
    max-width: 620px !important;
  }

  body.vins-rakija-od-suvih-sljiva .vins-product-gallery-thumbs,
  body.proizvod-poklon-pakovanje-rakija-0-7l .vins-product-gallery-thumbs {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: left !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.vins-rakija-od-suvih-sljiva .product-info,
  body.proizvod-poklon-pakovanje-rakija-0-7l .product-info {
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  body.vins-rakija-od-suvih-sljiva .product-info .price-text,
  body.proizvod-poklon-pakovanje-rakija-0-7l .product-info .price-text {
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    text-align: left !important;
  }

  body.vins-rakija-od-suvih-sljiva .product-info .vins-price-stack,
  body.proizvod-poklon-pakovanje-rakija-0-7l .product-info .vins-price-stack {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: baseline !important;
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  body.vins-rakija-od-suvih-sljiva .product-info .vins-discount-label,
  body.vins-rakija-od-suvih-sljiva .product-info .vins-discount-saving,
  body.proizvod-poklon-pakovanje-rakija-0-7l .product-info .vins-discount-label,
  body.proizvod-poklon-pakovanje-rakija-0-7l .product-info .vins-discount-saving {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.vins-rakija-od-suvih-sljiva .vins-product-cart-row,
  body.proizvod-poklon-pakovanje-rakija-0-7l .vins-product-cart-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    margin-top: 14px !important;
  }

  body.vins-rakija-od-suvih-sljiva .vins-product-cart-row .vins-cart-qty-label,
  body.proizvod-poklon-pakovanje-rakija-0-7l .vins-product-cart-row .vins-cart-qty-label {
    flex: 0 0 74px !important;
    width: 74px !important;
    min-width: 74px !important;
    max-width: 74px !important;
  }

  body.vins-rakija-od-suvih-sljiva .vins-product-cart-row [data-vins-qty],
  body.proizvod-poklon-pakovanje-rakija-0-7l .vins-product-cart-row [data-vins-qty] {
    width: 74px !important;
    min-width: 74px !important;
    max-width: 74px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    padding: 0 8px !important;
    font-size: 14px !important;
  }

  body.vins-rakija-od-suvih-sljiva .vins-product-cart-row .vins-add-to-cart,
  body.proizvod-poklon-pakovanje-rakija-0-7l .vins-product-cart-row .vins-add-to-cart {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 240px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 16px !important;
    font-size: 13.5px !important;
    line-height: 1.1 !important;
  }
}

@media screen and (max-width: 390px) {
  body.vins-rakija-od-suvih-sljiva .vins-product-gallery-thumbs,
  body.proizvod-poklon-pakovanje-rakija-0-7l .vins-product-gallery-thumbs {
    gap: 8px !important;
  }

  body.vins-rakija-od-suvih-sljiva .vins-product-cart-row,
  body.proizvod-poklon-pakovanje-rakija-0-7l .vins-product-cart-row {
    gap: 8px !important;
  }

  body.vins-rakija-od-suvih-sljiva .vins-product-cart-row .vins-cart-qty-label,
  body.proizvod-poklon-pakovanje-rakija-0-7l .vins-product-cart-row .vins-cart-qty-label {
    flex-basis: 68px !important;
    width: 68px !important;
    min-width: 68px !important;
    max-width: 68px !important;
  }

  body.vins-rakija-od-suvih-sljiva .vins-product-cart-row [data-vins-qty],
  body.proizvod-poklon-pakovanje-rakija-0-7l .vins-product-cart-row [data-vins-qty] {
    width: 68px !important;
    min-width: 68px !important;
    max-width: 68px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    font-size: 13px !important;
  }

  body.vins-rakija-od-suvih-sljiva .vins-product-cart-row .vins-add-to-cart,
  body.proizvod-poklon-pakovanje-rakija-0-7l .vins-product-cart-row .vins-add-to-cart {
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 12.8px !important;
  }
}

@media screen and (max-width: 360px) {
  body.vins-rakija-od-suvih-sljiva .vins-product-cart-row .vins-cart-qty-label,
  body.proizvod-poklon-pakovanje-rakija-0-7l .vins-product-cart-row .vins-cart-qty-label {
    flex-basis: 64px !important;
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
  }

  body.vins-rakija-od-suvih-sljiva .vins-product-cart-row [data-vins-qty],
  body.proizvod-poklon-pakovanje-rakija-0-7l .vins-product-cart-row [data-vins-qty] {
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
  }

  body.vins-rakija-od-suvih-sljiva .vins-product-cart-row .vins-add-to-cart,
  body.proizvod-poklon-pakovanje-rakija-0-7l .vins-product-cart-row .vins-add-to-cart {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 12.4px !important;
  }
}

/* VINS PHASE 35AA GLOBAL MOBILE CHECKOUT ORDER SUMMARY PRODUCT LIST POLISH */
@media screen and (max-width: 768px) {
  .vins-checkout-summary .vins-summary-products {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    align-items: stretch !important;
  }

  .vins-checkout-summary .vins-summary-products > span {
    display: block !important;
    width: 100% !important;
    margin-bottom: 2px !important;
    color: rgba(245, 234, 216, .72) !important;
    text-align: left !important;
  }

  .vins-checkout-summary .vins-summary-products > strong {
    display: grid !important;
    gap: 10px !important;
    width: 100% !important;
    font-weight: 400 !important;
  }

  .vins-checkout-summary .vins-summary-item-line {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    align-items: center !important;
    justify-items: stretch !important;
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid rgba(208, 178, 135, .2) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, .025) !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }

  .vins-checkout-summary .vins-summary-item-media {
    display: block !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    overflow: hidden !important;
    border: 1px solid rgba(208, 178, 135, .22) !important;
    border-radius: 7px !important;
    background: rgba(0, 0, 0, .34) !important;
  }

  .vins-checkout-summary .vins-summary-item-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .vins-checkout-summary .vins-summary-item-body {
    display: grid !important;
    gap: 4px !important;
    min-width: 0 !important;
    justify-items: start !important;
    text-align: left !important;
  }

  .vins-checkout-summary .vins-summary-item-title {
    display: block !important;
    width: 100% !important;
    color: rgba(245, 234, 216, .92) !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere !important;
  }

  .vins-checkout-summary .vins-summary-item-meta {
    display: inline-flex !important;
    width: fit-content !important;
    color: rgba(245, 234, 216, .64) !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  .vins-checkout-summary .vins-summary-item-price {
    display: block !important;
    color: #d0b287 !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: left !important;
  }

  .vins-checkout-summary .vins-summary-item-discount {
    display: grid !important;
    justify-items: start !important;
    gap: 3px !important;
    max-width: 100% !important;
    margin-top: 2px !important;
    white-space: normal !important;
  }
}

@media screen and (max-width: 360px) {
  .vins-checkout-summary .vins-summary-item-line {
    grid-template-columns: 52px minmax(0, 1fr) !important;
    column-gap: 10px !important;
    padding: 9px !important;
  }

  .vins-checkout-summary .vins-summary-item-media {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
  }
}

/* VINS PHASE 44C CHECKOUT SUCCESS VISUAL POLISH */
.vins-checkout-page,
.vins-order-success-page,
.vins-checkout-page *,
.vins-order-success-page * {
  font-family: "Libre Franklin", "Poppins", Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

.vins-checkout-page .section-tittle,
.vins-order-success-page .section-tittle {
  font-family: "Playfair Display", Georgia, serif !important;
}

.vins-checkout-summary .vins-summary-products {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  align-items: stretch !important;
}

.vins-checkout-summary .vins-summary-products > span {
  display: block !important;
  width: 100% !important;
  margin-bottom: 0 !important;
  color: rgba(245, 234, 216, .72) !important;
  text-align: left !important;
}

.vins-checkout-summary .vins-summary-products > strong {
  display: grid !important;
  gap: 9px !important;
  width: 100% !important;
  font-weight: 400 !important;
}

.vins-checkout-summary .vins-summary-item-line {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) !important;
  column-gap: 11px !important;
  align-items: center !important;
  width: 100% !important;
  padding: 9px !important;
  border: 1px solid rgba(208, 178, 135, .2) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .025) !important;
  box-sizing: border-box !important;
  text-align: left !important;
}

.vins-checkout-summary .vins-summary-item-media {
  display: block !important;
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  overflow: hidden !important;
  border: 1px solid rgba(208, 178, 135, .22) !important;
  border-radius: 7px !important;
  background: rgba(0, 0, 0, .34) !important;
}

.vins-checkout-summary .vins-summary-item-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.vins-checkout-summary .vins-summary-item-body {
  display: grid !important;
  gap: 4px !important;
  min-width: 0 !important;
  text-align: left !important;
}

.vins-checkout-summary .vins-summary-item-title,
.vins-order-item-title {
  display: block !important;
  width: 100% !important;
  color: rgba(245, 234, 216, .94) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.28 !important;
  overflow-wrap: anywhere !important;
}

.vins-checkout-summary .vins-summary-item-meta {
  color: rgba(245, 234, 216, .64) !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
}

.vins-checkout-summary .vins-summary-item-price,
.vins-order-item-price {
  display: block !important;
  color: #d0b287 !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: left !important;
}

.vins-order-summary-card {
  font-family: "Libre Franklin", "Poppins", Arial, sans-serif !important;
}

.vins-order-summary-card > div,
.vins-order-summary-card > p {
  align-items: flex-start !important;
}

.vins-order-summary-card span,
.vins-order-summary-card strong,
.vins-order-summary-card p {
  font-family: "Libre Franklin", "Poppins", Arial, sans-serif !important;
}

.vins-order-summary-items {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}

.vins-order-summary-items > span {
  display: block !important;
  width: 100% !important;
  color: rgba(208, 178, 135, .78) !important;
}

.vins-order-summary-items > strong {
  display: grid !important;
  gap: 10px !important;
  width: 100% !important;
  margin-top: 0 !important;
  text-align: left !important;
  font-weight: 400 !important;
}

.vins-order-item-line {
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr) !important;
  column-gap: 14px !important;
  align-items: center !important;
  justify-items: stretch !important;
  width: 100% !important;
  padding: 12px !important;
  border: 1px solid rgba(208, 178, 135, .2) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .025) !important;
  box-sizing: border-box !important;
  color: rgba(245, 234, 216, .9) !important;
}

.vins-order-item-media {
  display: block !important;
  width: 72px !important;
  height: 72px !important;
  min-width: 72px !important;
  overflow: hidden !important;
  border: 1px solid rgba(208, 178, 135, .24) !important;
  border-radius: 7px !important;
  background: rgba(0, 0, 0, .34) !important;
}

.vins-order-item-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.vins-order-item-body {
  display: grid !important;
  gap: 5px !important;
  min-width: 0 !important;
  text-align: left !important;
}

.vins-order-item-discount,
.vins-summary-item-discount {
  display: grid !important;
  justify-items: start !important;
  width: fit-content !important;
  max-width: 100% !important;
  gap: 3px !important;
  white-space: normal !important;
}

@media screen and (max-width: 767px) {
  .vins-order-summary-card > div,
  .vins-order-summary-card > p {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
  }

  .vins-order-item-line {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    column-gap: 11px !important;
    padding: 10px !important;
  }

  .vins-order-item-media {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
  }
}

@media screen and (max-width: 360px) {
  .vins-checkout-summary .vins-summary-item-line,
  .vins-order-item-line {
    grid-template-columns: 50px minmax(0, 1fr) !important;
    column-gap: 9px !important;
    padding: 9px !important;
  }

  .vins-checkout-summary .vins-summary-item-media,
  .vins-order-item-media {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
  }
}

/* VINS PHASE 44F AGINA TYPOGRAPHY + LANGUAGE ARROW RESTORE */
.vins-checkout-page :where(h1, h2, h3, p, label, input, select, textarea, button, a, span, strong),
.vins-order-success-page :where(h1, h2, h3, p, label, input, select, textarea, button, a, span, strong),
.vins-cart-trigger :where(span, strong),
.vins-cart-drawer :where(h2, h3, p, label, input, button, a, span, strong),
.vins-cart-panel :where(h2, h3, p, label, input, button, a, span, strong),
.vins-cart-summary :where(span, strong),
.vins-cart-item :where(span, strong),
.vins-summary-item-line :where(span, strong),
.vins-order-item-line :where(span, strong),
.vins-order-summary-card :where(span, strong, p),
.vins-success-actions :where(a, span, strong) {
  font-family: Agina, sans-serif !important;
  letter-spacing: 0 !important;
}

.vins-checkout-page .section-tittle,
.vins-order-success-page .section-tittle,
.vins-order-summary-card p,
.vins-order-summary-card span,
.vins-order-summary-card strong,
.vins-checkout-summary p,
.vins-checkout-summary span,
.vins-checkout-summary strong {
  font-family: Agina, sans-serif !important;
}

.vins-checkout-page input,
.vins-checkout-page select,
.vins-checkout-page textarea,
.vins-cart-drawer input,
.vins-cart-panel input {
  line-height: 1.35 !important;
}

.vins-success-icon {
  font-family: Arial, sans-serif !important;
}

.w-dropdown-toggle .w-icon-dropdown-toggle,
.dropdown-toggle.w-dropdown-toggle .w-icon-dropdown-toggle,
.vins-checkout-page .w-dropdown-toggle .w-icon-dropdown-toggle,
.vins-order-success-page .w-dropdown-toggle .w-icon-dropdown-toggle {
  font-family: Arial, sans-serif !important;
  color: var(--gold) !important;
  line-height: 1 !important;
  font-size: 0 !important;
}

.w-dropdown-toggle .w-icon-dropdown-toggle:before,
.dropdown-toggle.w-dropdown-toggle .w-icon-dropdown-toggle:before,
.vins-checkout-page .w-dropdown-toggle .w-icon-dropdown-toggle:before,
.vins-order-success-page .w-dropdown-toggle .w-icon-dropdown-toggle:before {
  content: "" !important;
  display: block !important;
  width: 7px !important;
  height: 7px !important;
  border-right: 1.7px solid currentColor !important;
  border-bottom: 1.7px solid currentColor !important;
  transform: rotate(45deg) !important;
  margin-top: -3px !important;
}

/* VINS webshop product polish */
.paragraph-6,
[data-vins-product-description] {
  white-space: pre-line !important;
}

.vins-award-link {
  color: var(--gold) !important;
  font-family: Agina, sans-serif !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  overflow-wrap: anywhere;
}

.category-content li {
  transition: background-color .25s ease, color .25s ease;
}

.category-content li:hover {
  background-color: rgba(188, 143, 61, 0.08);
}

.category-content li:hover .category-item,
.category-content li:hover .link-category,
.category-content li:hover .vins-award-link,
.link-category:hover,
.vins-award-link:hover {
  color: #f5e6c8 !important;
}

.vins-shop-tools {
  width: min(100%, 1110px);
  margin: 0 auto 30px;
  padding: 16px;
  border: 1px solid rgba(188, 143, 61, 0.25);
  border-radius: 8px;
  background: rgba(9, 8, 6, 0.92);
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(150px, 210px) minmax(170px, 230px);
  gap: 12px;
}

.vins-shop-tools label {
  color: var(--gold);
  font-family: Agina, sans-serif;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: 0;
  display: grid;
  gap: 7px;
}

.vins-shop-tools input,
.vins-shop-tools select {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(188, 143, 61, 0.4);
  border-radius: 5px;
  background: #050505;
  color: #e9d3a6;
  padding: 9px 11px;
  font-family: Agina, sans-serif;
  font-size: 15px;
  letter-spacing: 0;
}

.vins-shop-tools input:focus,
.vins-shop-tools select:focus {
  outline: 1px solid rgba(188, 143, 61, 0.7);
  border-color: rgba(188, 143, 61, 0.75);
}

body.shop .container-60 {
  gap: 28px !important;
}

body.shop .container-60 > .container-59 {
  max-width: 430px !important;
}

body.shop .items-wrapper .image-wrapper {
  aspect-ratio: 1 / 1.04;
}

body.shop .items-content {
  text-align: center !important;
  padding: 22px 24px 26px !important;
}

body.shop .items-content .item-tittle {
  text-align: center !important;
  font-size: clamp(20px, 1.35vw, 24px) !important;
  line-height: 1.25 !important;
  margin-bottom: 16px !important;
  display: block;
}

body.shop .items-content .vins-product-badges {
  justify-content: center !important;
}

@media screen and (max-width: 767px) {
  .vins-shop-tools {
    grid-template-columns: 1fr;
    padding: 14px;
    margin-bottom: 22px;
  }

  body.shop .container-60 > .container-59 {
    max-width: 100% !important;
  }

  body.shop .items-content {
    padding: 20px 18px 24px !important;
  }
}
