@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.jpg');
  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-at-11.21.57.jpeg');
  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.jpg');
  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.jpg');
  background-position: 0 0;
  background-size: auto;
}

.container-24 {
  background-image: url('../images/flasa-opis-fnal.jpg');
  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.jpg');
  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.jpg');
  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.jpg');
  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.jpg');
  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.jpg');
  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.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/IMG_4581.jpg');
  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.png');
  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.jpeg');
  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.jpg');
  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.jpg');
  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.jpg');
    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.JPG');
    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.jpg');
    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.jpg');
    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.jpeg');
    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.JPG');
    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.jpeg');
    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.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .slide-16 {
    background-image: linear-gradient(#00000069, #00000069), url('../images/IMG_6174.jpg');
    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;
}
