@font-face {
  font-family: "Fa brands 400 (old)";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Fa Brands 400 (6.4.2)";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --primary: #292929fa;
  --paragraph-gray: #818181;
  --secondary: #ddbe6f;
  --light: #e6e6d7;
  --overlay-2: #00000080;
  --overlay: var(--primary);
  --white: #e6e6d7;
  --50: 50px;
  --white-50: #ffffff80;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: var(--primary);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

h1 {
  color: var(--primary);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  color: var(--primary);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--primary);
  margin-top: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  color: var(--paragraph-gray);
  letter-spacing: .3px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  border-bottom: 1px solid #0000;
  align-items: center;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s, border-color .3s;
}

a:hover {
  border-bottom-color: var(--secondary);
  color: var(--secondary);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  color: var(--secondary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  border-left: 2px solid var(--secondary);
  text-align: left;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-family: Lora, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

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

.section.light-background {
  background-color: var(--light);
}

.section.banner {
  background-color: var(--primary);
  flex-direction: row;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.blog-grid-banner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.banner-our-team {
  background-image: linear-gradient(#00000070, #00000070), url('../images/2003-uprava-st-george-serbian-church.jpg');
  background-position: 0 0, 50% 57%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.section.banner-our-horses, .section.pricing-banner, .section.contacts-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.banner-faq {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.banner-testimonials {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section.about-us-banner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.events-banner {
  background-color: var(--primary);
  background-image: linear-gradient(to bottom, var(--overlay-2), var(--overlay-2)), url('../images/folklor-st-george-serbian-church.jpg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.section.events-banner.news-banner {
  background-image: linear-gradient(to bottom, var(--overlay-2), var(--overlay-2)), url('../images/st-george-serbian-church-newly-built.jpeg');
  background-position: 0 0, 50% 61%;
}

.section.events-banner.donations {
  background-image: linear-gradient(to bottom, var(--overlay-2), var(--overlay-2)), url('../images/Osvecenje-crkve---Sv.-Liturgija.JPG');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.section.events-banner.donations.volunteer {
  background-image: linear-gradient(to bottom, var(--overlay-2), var(--overlay-2)), url('../images/5f87416b9d463e80de529cf4_Akcija-2.jpg');
  background-position: 0 0, 50% 80%;
}

.section.without-space {
  background-color: var(--primary);
  padding-top: 0;
  padding-bottom: 0;
}

.section.light-section {
  background-color: var(--light);
}

.section.home-2-banner {
  background-image: url('../images/cross-st-george-serbian-church.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.home-2-banner.organizations-image {
  background-image: linear-gradient(to bottom, var(--overlay-2), var(--overlay-2)), url('../images/choir-st-george-serbian-church.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 200px;
}

.section.home-2-banner.parish-clergy {
  background-image: linear-gradient(to bottom, var(--overlay-2), var(--overlay-2)), url('../images/parish-clergy-niagara-st-george-serbian-church.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.home-2-banner.contact-page-header {
  padding-bottom: 200px;
}

.section.home-2-banner.fish-fry-page {
  background-image: linear-gradient(#0006, #000000a6), url('../images/st-george-serbian-fish-fry.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.home-2-banner.rent-hall {
  background-image: linear-gradient(to bottom, var(--overlay-2), var(--overlay-2)), url('../images/Rent-Serbian-Hall-St-George-Niagara-Falls.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.event {
  overflow: hidden;
}

.section.home-banner {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 160px;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.section.banner-home-3-banner {
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.banner-home-3-banner.is--hidden {
  display: none;
}

.section.banner-home-3-banner.become-member {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.home-4-banner {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 160px;
  display: flex;
}

.section.black {
  background-color: var(--primary);
}

.section.img-background {
  background-image: linear-gradient(#00000080, #00000080), url('../images/st-george-church-exterior-night-time.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.event-detyails-banner {
  padding-top: 70px;
}

.section.services-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Banner-1-1_1Banner 1 (1).webp');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 160px;
}

.section.line-bottom {
  border-bottom: 1px solid #81818199;
}

.section.get-in-touch-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/st-geroge-niagara-falls-canada.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.store-banner {
  background-color: var(--primary);
  padding-top: 160px;
  padding-bottom: 0;
}

.section.dark-shop {
  background-color: var(--primary);
  padding-bottom: 20px;
}

.section.footer-image {
  background-image: linear-gradient(to bottom, var(--primary), var(--primary)), url('../images/st-geroge-niagara-falls-canada.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.section.church-grounds-banner {
  background-image: linear-gradient(to bottom, var(--overlay-2), var(--overlay-2)), url('../images/st-george-serbian-grounds-niagara-falls-rent.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.church-grounds-banner.soccer {
  background-image: linear-gradient(#0000006b, #000000b8), url('../images/st-george-serbia-fc-soccer-field-rent-niagara.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.church-grounds-banner.basketball {
  background-image: linear-gradient(to bottom, var(--overlay-2), var(--overlay-2)), url('../images/st-george-orthodox-church-rent-basketball-courts.jpg');
  background-size: auto, cover;
}

.section.church-grounds-banner.tennis {
  background-image: linear-gradient(to bottom, var(--overlay-2), var(--overlay-2)), url('../images/st-george-orthodox-church-tennis-courts.jpg');
}

.section.home-2-banner {
  background-image: url('../images/cross-st-george-serbian-church.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.home-2-banner.st-george-page {
  background-image: linear-gradient(to bottom, var(--overlay-2), var(--overlay-2)), url('../images/St-George-Open-Graph.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.home-2-banner.st-george-page.fd-pasge {
  padding-top: 52px;
  padding-bottom: 52px;
}

.section.home-2-banner.st-archangel-micheal-page {
  background-image: linear-gradient(to bottom, var(--overlay-2), var(--overlay-2)), url('../images/st-archangel-michael-canada-niagara-falls-serbian-orthodox-church.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.no-padding {
  padding-top: 0;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.banner {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.colors-wrapper {
  margin-right: 60px;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.color-container {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-style-guide {
  background-color: var(--light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 5px #222c2d26;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 58px;
}

.h2-tablet, .h1-mobile {
  font-size: 42px;
}

.h2-mobile {
  font-size: 34px;
}

.h3-mobile {
  font-size: 32px;
}

.h4-tablet {
  font-size: 24px;
}

.h5-tablet {
  font-size: 20px;
}

.h6-tablet {
  font-size: 18px;
}

.h4-mobile {
  font-size: 24px;
}

.h5-mobile {
  font-size: 20px;
}

.h6-mobile {
  font-size: 18px;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #f9f9fa;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 25px 25px 0 0;
  padding: 14px 30px;
  font-size: 16px;
  line-height: 1.1em;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  border-color: var(--primary);
  background-color: var(--white);
  opacity: 1;
  color: var(--primary);
}

.primary-button.w--current {
  color: var(--white);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.tablet-navbar {
  display: none;
}

.primary-button.white-navbar-button {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary);
}

.primary-button.white-navbar-button:hover {
  color: var(--white);
  background-color: #0000;
}

.primary-button.color-2 {
  border-color: var(--secondary);
  background-color: var(--secondary);
}

.primary-button.color-2:hover {
  border-color: var(--white);
  background-color: var(--white);
}

.primary-button.white-button {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary);
}

.primary-button.white-button:hover {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.primary-button.full-w, .primary-button.max-w---100 {
  width: 100%;
}

.primary-button.org-spacer-mod {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-right: 10px;
}

.primary-button.smaller {
  color: var(--white);
}

.primary-button.form-spacer {
  margin-left: 20px;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.navbar {
  border-bottom: 1px none var(--paragraph-gray);
  background-color: #e6e6d700;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.navbar.white-navbar {
  background-color: #0000;
  border-bottom-color: #ffffff4d;
  position: absolute;
}

.nav-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  border-bottom-width: 0;
  padding: 20px 15px;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  color: #222c2d;
}

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

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

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 20px 15px;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  width: 280px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 480px;
  padding: 15px;
  display: flex;
  left: -65px;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  text-transform: capitalize;
  border-bottom-width: 0;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--secondary);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--secondary);
}

.nav-item-title {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  transition: color .3s;
}

.nav-item-title:hover {
  color: var(--secondary);
}

.nav-item-title.white-item {
  color: var(--white);
}

.nav-item-title.white-item:hover {
  color: var(--secondary);
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: #222c2d;
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--secondary);
  text-align: center;
  font-weight: 700;
}

.banner-title.text-dark {
  color: #222c2d;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  border-bottom-width: 0;
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--primary);
  border-radius: 25px;
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 10px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 1em;
}

.password-input:focus {
  border: 1px solid var(--secondary);
}

.password-input::placeholder {
  color: var(--primary);
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--primary);
  border-radius: 25px;
  min-width: 300px;
  height: 48px;
  margin-bottom: 0;
  padding: 14px 22px;
}

.coming-soon-input:focus {
  border: 1px solid var(--secondary);
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-input::placeholder {
  color: var(--primary);
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 62px;
}

.nav-menu-wrapper {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer {
  background-color: var(--primary);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  border-top: 1px none var(--paragraph-gray);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  padding-top: 60px;
  display: flex;
}

.footer-rights {
  color: #ffffffb3;
  font-family: Lato, sans-serif;
}

.footer-copyright {
  color: #ffffffb3;
  width: 100%;
  display: inline;
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: .2px;
  margin-right: 5px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--secondary);
}

.section-title-wrapper {
  text-align: center;
  max-width: none;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper.memorials-centre {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  font-size: 18px;
}

.banner-title-wrapper {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
  position: relative;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.accordion-item {
  background-color: var(--light);
  width: 100%;
  padding: 20px 30px;
  position: static;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.light-background {
  background-color: #f9f9fa;
}

.dark-background {
  background-color: var(--primary);
}

.coming-soon-image {
  object-fit: cover;
  max-width: 440px;
  height: 460px;
}

.link-with-icon {
  border-bottom-width: 0;
  transition: color .3s;
  display: flex;
}

.link-with-icon:hover {
  color: var(--secondary);
}

.paragraph-no-margin {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.footer-social-icons-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.white-text {
  color: var(--secondary);
  text-transform: capitalize;
  font-size: 50px;
  font-weight: 700;
}

.white-text.light {
  font-size: 30px;
  font-weight: 300;
}

.white-text.light.footer-mod {
  font-size: 30px;
}

.search-shop-con {
  grid-column-gap: 15px;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

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

.search-link {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  border: 1px solid var(--primary);
  border-radius: 25px;
  height: 48px;
  margin-bottom: 0;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 1em;
}

.search-input:focus {
  border: 1px solid var(--secondary);
}

.search-input::placeholder {
  color: var(--primary);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

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

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 20px;
}

.service-list-item {
  position: relative;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.nav-dropdown-column {
  width: 32%;
}

.nav-dropdown-column.last-column {
  width: 34%;
}

.secondary-button {
  border: 1px solid var(--primary);
  color: var(--primary);
  letter-spacing: .5px;
  background-color: #0000;
  border-radius: 25px;
  padding: 14px 30px;
  line-height: 1.1em;
  transition: all .3s;
}

.secondary-button:hover {
  background-color: var(--primary);
  color: var(--white);
}

.secondary-button.cart:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--primary);
}

.secondary-button.cart-white {
  border-color: var(--white);
  color: var(--white);
}

.secondary-button.cart-white:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}

.secondary-button.view-memorial {
  border-color: var(--white);
  color: var(--white);
  display: block;
}

.secondary-button.view-memorial:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}

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

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

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-image {
  border-top-left-radius: var(--50);
  border-top-right-radius: var(--50);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-dark {
  color: #222c2d;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--secondary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.rich-text-style h2 {
  margin-bottom: 15px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 25px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

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

.rich-text-style img {
  margin-top: 25px;
  margin-bottom: 10px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-tablet {
  border-bottom-width: 0;
  display: none;
}

.brand {
  border-bottom-width: 0;
  margin-right: 20px;
}

.brand.w--current {
  margin-right: 0;
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

.tabs-style-guide {
  width: 100%;
}

.spacing-system-image-2 {
  filter: grayscale();
  max-width: 80%;
}

.grid-header {
  margin-top: 55px;
}

.main-style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.main-style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.style-guide-tab-link {
  border: 1px solid var(--primary);
  color: var(--primary);
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

.style-guide-tab-link:hover {
  border-color: var(--secondary);
}

.style-guide-tab-link.w--current {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}

.style-guide-tabs-menu {
  grid-column-gap: 10px;
  margin-bottom: 80px;
  display: flex;
}

.grid-title {
  background-color: var(--primary);
  color: #fff;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.banner-title-wrapper-2 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  display: flex;
  position: relative;
}

.album-2-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

.primary-button-w {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  background-color: #0000;
  border-radius: 25px 25px 0 0;
  align-items: center;
  padding: 14px 30px;
  line-height: 1.1em;
  transition: all .2s;
}

.primary-button-w:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: #000;
}

.primary-button-w.memorial-mod {
  width: 70%;
}

.primary-button-w.margin-mod {
  margin-left: 20px;
}

.primary-button-w.is--sm {
  padding: 8px 19px;
  font-size: 14px;
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.paragraph-gray-style-guide {
  background-color: var(--paragraph-gray);
  width: 75px;
  height: 75px;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.error-message {
  color: var(--primary);
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.secondary-style-guide {
  background-color: var(--secondary);
  width: 75px;
  height: 75px;
}

.footer-wrapper-2 {
  grid-column-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.1fr 1.3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.footer-brand-wrapper-2 {
  border-bottom: 1px none var(--paragraph-gray);
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.social-icon-club {
  color: #fff;
  border-bottom-width: 0;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
}

.social-icon-club:hover {
  color: #eca14d;
  border-bottom-color: #eca14d;
}

.social-icon-club.last-child {
  margin-right: 0;
}

.footer-contact-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-contact-wrapper.tablet {
  align-items: center;
}

.footer-logo-2 {
  z-index: 10;
  height: auto;
}

.footer-brand-description-2 {
  color: var(--paragraph-gray);
  text-align: center;
  font-weight: 300;
}

.contact {
  color: var(--paragraph-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.email {
  color: var(--paragraph-gray);
  font-weight: 300;
}

.footer-brand-2 {
  z-index: 10;
  color: #fff;
  border-bottom-width: 0;
  margin-bottom: 10px;
}

.footer-brand-2.w--current {
  color: #fff;
  padding-left: 0;
}

.footer-link-3 {
  color: var(--paragraph-gray);
  margin-bottom: 8px;
  padding-top: 10px;
  padding-bottom: 2px;
  font-size: 18px;
  font-weight: 300;
  transition: all .3s;
}

.footer-link-3:hover {
  color: #eca14d;
  border-bottom-color: #eca14d;
}

.img-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
}

.footer-links-wrapper-2 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: row;
  justify-content: center;
  padding-right: 0;
  display: flex;
}

.contacts-icon-2 {
  color: var(--secondary);
  -webkit-text-stroke-color: var(--secondary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
}

.gallery-footer-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contacts-detail-2 {
  flex-direction: column;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 4px;
  display: flex;
}

.contacts-detail-2.footer {
  flex-direction: row;
  padding-top: 8px;
  padding-bottom: 10px;
}

.div-block-2 {
  flex-direction: column;
  display: flex;
}

.footer-img-instagram {
  object-fit: cover;
  width: 100%;
  height: 120px;
}

.cart-quantity {
  color: var(--primary);
  background-color: #0000;
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.cart-quantity.white {
  color: var(--white);
}

.div-block-3 {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-4 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  justify-content: space-between;
  width: 45%;
  display: flex;
}

.div-block-7 {
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.image-2 {
  border-top-left-radius: var(--50);
  border-top-right-radius: var(--50);
  filter: none;
  object-fit: cover;
  object-position: 80% 50%;
  width: 100%;
  height: 450px;
}

.image-2.sepia {
  filter: sepia(20%);
}

.image-3 {
  border-top-left-radius: var(--50);
  border-top-right-radius: var(--50);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-8 {
  width: 45%;
  height: auto;
}

.home-1-banner-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}

.home-banner-heading {
  color: var(--secondary);
  font-size: 80px;
  font-weight: 700;
}

.home-banner-heading.timeline-title, .home-banner-heading.centred {
  text-align: center;
}

.banner-paragraph {
  color: #ffffffb3;
}

.scroll-down-link {
  border: 1px solid var(--white);
  opacity: .59;
  color: var(--white);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--primary);
  border-radius: 25px;
  padding: 14px 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 22px;
  position: absolute;
  inset: auto 40px 15px auto;
}

.scroll-down-link:hover {
  border-color: var(--secondary);
  color: var(--secondary);
}

.content-banner-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.paragraph-banner-w {
  color: #ffffffb3;
  width: 97%;
  margin-top: 0;
  font-size: 20px;
}

.paragraph-banner-w.fish-fry {
  color: var(--light);
}

.info-club-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  align-items: end;
  width: 100%;
}

.left-content {
  flex-direction: column;
  display: flex;
}

.right-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.text-block-3 {
  color: var(--secondary);
  font-size: 60px;
  line-height: 1em;
}

.div-block-13 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

._w-normal {
  font-weight: 400;
}

._w-normal.light {
  color: var(--light);
}

.horse-video {
  z-index: 10;
  border-top-left-radius: var(--50);
  border-top-right-radius: var(--50);
  width: 100%;
  height: 450px;
}

._50-background {
  background-color: var(--primary);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

._50-background.top-mod {
  inset: 0% 0% auto;
}

.grid-3-column {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  width: 100%;
}

.white-paragraph {
  font-size: 20px;
}

.big-title-wrap {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.big-title-wrap.mb-0 {
  margin-bottom: 0;
}

.service-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-6 {
  border-top-left-radius: var(--50);
  border-top-right-radius: var(--50);
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.div-block-18 {
  background-color: var(--light);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  margin-top: 0;
  padding: 10px 40px;
}

.div-block-18.info-team {
  background-color: var(--primary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.div-block-18.info-team.is--top {
  flex-flow: column;
  order: 0;
  display: flex;
}

.right-content-title {
  flex-direction: column;
  width: 45%;
  margin-top: 10px;
  display: flex;
}

.right-content-title.button {
  align-items: flex-end;
}

.left-content-title {
  flex-direction: column;
  width: 45%;
  display: flex;
}

.blog-home-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
}

.img-blog-link {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.blog-img {
  border-top-left-radius: var(--50);
  border-top-right-radius: var(--50);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.info-blog-big {
  margin-top: 10px;
}

.link-wrap-blog {
  margin-top: 20px;
}

.collection-item-blog {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  display: flex;
}

.img-small-link {
  width: 35%;
  height: 220px;
  overflow: hidden;
}

.img-small-link.h-200 {
  height: 200px;
}

.info-small-blog {
  flex-direction: column;
  width: 65%;
  display: flex;
}

.collection-list-blog {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.name-link-blog {
  border-bottom-width: 0;
}

.blog-name {
  transition: color .3s;
}

.blog-name:hover {
  color: var(--secondary);
}

.button-mobile-wrap {
  display: none;
}

.div-block-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 40px;
  display: flex;
}

.slider-project-3 {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.collection-item-project-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.left-arrow-11 {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 25px;
  width: 65px;
  height: 30px;
  font-size: 20px;
  transition: border-color .3s, color .3s;
  inset: auto 85px -5px auto;
}

.left-arrow-11:hover {
  border-color: var(--secondary);
  color: var(--secondary);
}

.right-arrow-11 {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 25px;
  width: 65px;
  height: 30px;
  font-size: 18px;
  transition: border-color .3s, color .3s;
  inset: auto 0% -5px auto;
}

.right-arrow-11:hover {
  border-color: var(--secondary);
  color: var(--secondary);
}

.hidden-2 {
  max-width: 600px;
  display: none;
  position: relative;
}

.link-project-3 {
  width: 47%;
  height: 370px;
  overflow: hidden;
}

.content-project-3 {
  width: 45%;
}

.content-with-line {
  border-bottom: 1px solid #fff3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 40px;
  display: flex;
}

.project-name-link {
  border: 0 solid #000;
  transition: color .3s;
}

.project-name-link:hover {
  color: var(--secondary);
}

.info-project-3 {
  grid-column-gap: 80px;
  align-items: flex-start;
  display: flex;
}

.light-text-2 {
  color: var(--paragraph-gray);
}

.white-text-3 {
  font-weight: 400;
}

.link-block-6 {
  border: 0 solid #000;
}

.review {
  width: 100%;
}

.review-text {
  color: var(--white);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3em;
}

.info-testimonial {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid var(--paragraph-gray);
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
}

.photo-testimonial {
  width: 75px;
  height: 75px;
}

.slider-testimonials {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slide-nav-testimonials {
  font-size: 14px;
  line-height: 1em;
  inset: auto 0% 0% auto;
}

.banner-home-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.color-ovarlay-banner {
  z-index: 1;
  background-image: linear-gradient(#00000073, #00000073);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-home-1-wrap {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-top: 40vh;
  display: flex;
  position: relative;
}

.paragraph-banner {
  color: #fffc;
  max-width: 620px;
}

.paragraph-banner.dark {
  color: var(--paragraph-gray);
}

.heading-home-1-banner {
  color: var(--white);
  font-size: 70px;
  font-weight: 700;
}

.button-home-banner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 40px;
  display: flex;
}

.social-icon-wrap {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 300px;
  display: flex;
  position: absolute;
  inset: auto auto 40px;
}

.img-banner-home-3 {
  z-index: 2;
  border-top-left-radius: var(--50);
  border-top-right-radius: var(--50);
  object-fit: cover;
  width: 45%;
  height: 100%;
  margin-right: 40px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.img-banner-home-3.sepia {
  filter: sepia(20%);
}

.banner-home-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .9fr;
  width: 100%;
}

.button-wrap-home-3 {
  margin-top: 60px;
}

.content-banner-home-3 {
  flex-direction: column;
  display: flex;
}

.paragraph-home-3 {
  width: 90%;
}

.background-video-home-4 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay-video {
  background-image: linear-gradient(#00000059, #00000059);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-4-banner-wrap {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  display: flex;
  position: relative;
}

.home-4-banner-h {
  color: var(--white);
  text-transform: capitalize;
  font-size: 72px;
  font-weight: 500;
}

.paragraph-home-4 {
  color: var(--light);
  width: 75%;
}

.about-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .9fr .9fr;
  place-items: center stretch;
  width: 100%;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: 360px;
}

.horse-img {
  border-top-left-radius: var(--50);
  border-top-right-radius: var(--50);
  object-fit: cover;
  width: 100%;
  height: 600px;
}

.horse-img.mod {
  border-top-left-radius: var(--50);
  border-top-right-radius: var(--50);
}

.horse-img.mod.sepia {
  filter: sepia(20%);
}

.horse-img.tall {
  object-fit: contain;
  border-radius: 0;
  height: auto;
}

.horse-img.tall.menu {
  border-radius: 20px;
  width: auto;
  height: 750px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.info-about-wrap {
  flex-direction: column;
  display: flex;
}

.project-sticky-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  height: auto;
  display: flex;
}

.project-sticky {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: auto;
  max-height: none;
  padding: 40px;
  display: flex;
  position: sticky;
  bottom: 10vh;
  box-shadow: 0 2px 5px #0003;
}

.project-sticky.step-one {
  z-index: 4;
  background-color: var(--white);
}

.project-sticky.step-two {
  z-index: 3;
}

.project-sticky.step-thre {
  z-index: 2;
}

.content-left-project {
  flex-direction: column;
  width: 45%;
  display: flex;
}

.content-left-project.horses-content {
  margin-top: 60px;
}

.project-img-sticky {
  object-fit: cover;
  width: 45%;
  height: 400px;
}

.project-img-sticky.horses-img {
  border-top-left-radius: var(--50);
  border-top-right-radius: var(--50);
  width: 100%;
}

.project-img-sticky.horses-img.tamburassi-greyscale {
  filter: contrast(116%) grayscale();
}

.heading-4 {
  font-weight: 400;
}

.list {
  color: var(--paragraph-gray);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
}

.title-central {
  margin-bottom: 50px;
}

.button-central-wrap {
  margin-top: 60px;
  display: flex;
}

.quick-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  padding: 0;
}

.cell-testimonails {
  background-color: var(--light);
  padding: 20px;
}

.div-block-37 {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image-10 {
  width: 60px;
  height: 60px;
}

.collection-list-blog-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.banner-wrap.banner-news {
  grid-column-gap: 60px;
  grid-template-columns: 1.05fr 1fr;
  align-items: stretch;
}

.margin-bottom-medium {
  margin-bottom: 30px;
}

.column-wrapper {
  width: 40%;
}

.column-wrapper.blog {
  width: 100%;
  margin-top: 105px;
}

.collection-list-wrapper-blog {
  width: 100%;
}

.right-banner-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mt-0 {
  margin-top: 0;
}

.mt-40 {
  color: var(--secondary);
  margin-bottom: 40px;
  font-weight: 700;
}

.blog-details-h1 {
  font-size: 50px;
  font-weight: 500;
}

.div-block-40 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.years-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.years-wrapper.margin-top-40 {
  margin-top: 60px;
}

.div-block-42 {
  background-color: #81818199;
  width: 100%;
  height: 1px;
}

.collection-list-wrapper-events {
  width: 100%;
  margin-top: 60px;
}

.collection-list-wrapper-events.mt-0 {
  margin-top: 0;
}

.collection-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.event-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.img-event-link {
  border-bottom-width: 0;
  width: 40%;
  height: 230px;
  overflow: hidden;
}

.event-img {
  object-fit: cover;
  object-position: 40% 50%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  width: 100%;
  height: 100%;
}

.info-event {
  width: 55%;
}

.date-event {
  color: var(--secondary);
  margin-bottom: 5px;
}

.location-event {
  margin-bottom: 20px;
}

.text-block-8 {
  color: var(--primary);
  font-size: 18px;
  font-weight: 500;
}

.name-link-event {
  border-bottom-width: 0;
}

.event-name {
  transition: color .3s;
}

.event-name:hover {
  color: var(--secondary);
}

.link-event-wrap {
  margin-top: 20px;
}

.event-content-wrap {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.rich-text-wrap {
  width: 56%;
}

.info-event-details {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.event-details-wrap {
  border-left: 1px solid #38797533;
  width: 40%;
  padding-bottom: 10px;
  padding-left: 40px;
  position: sticky;
  top: 10px;
}

.button-apply-wrap {
  margin-top: 40px;
  display: flex;
}

.event-details-img {
  border-top-left-radius: var(--50);
  border-top-right-radius: var(--50);
  object-fit: cover;
  object-position: 50% 15%;
  width: 100%;
  height: 500px;
  margin-top: 60px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-20.align---central {
  text-align: center;
  font-weight: 700;
}

.color-text {
  color: var(--secondary);
  font-size: 39px;
  line-height: 1.1em;
}

._w-90 {
  text-align: right;
  width: 50%;
}

.horse-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.photo-horse-wrap {
  width: 45%;
}

.name-horse {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 700;
}

.text-span-2 {
  color: var(--secondary);
  font-weight: 500;
}

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

.info-contact-wrap {
  grid-row-gap: 15px;
  background-color: var(--primary);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 20px;
  display: flex;
}

.text-block-4, .white-link {
  color: var(--white);
}

.white-link:hover {
  color: var(--secondary);
}

.contacts-textarea-2 {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 20px 20px 0 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 1.1em;
}

.contacts-textarea-2:focus {
  border: 1px solid var(--secondary);
}

.contacts-textarea-2::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
}

.error-message-2 {
  color: #fd59a7;
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.success-message-2 {
  color: var(--primary);
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: 6px;
}

.form-block-contacts-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}

.form-contacts-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.contacts-form-wrapper-2 {
  border-top-left-radius: var(--50);
  border-top-right-radius: var(--50);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 520px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.contacts-input-2 {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 25px 25px 0 0;
  margin-bottom: 30px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 1.1em;
  transition: all .2s;
}

.contacts-input-2:focus {
  border: 1px solid var(--secondary);
}

.contacts-input-2::placeholder {
  color: var(--paragraph-gray);
}

.div-block-38 {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.div-block-43 {
  background-color: var(--primary);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-44 {
  flex-direction: column;
  margin-bottom: 60px;
  display: flex;
}

.price {
  color: var(--secondary);
  font-weight: 300;
}

.pricing-plan-list-2 {
  background-color: var(--paragraph-gray);
  align-items: flex-start;
  width: 70%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-plan-price-wrapper-2 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.pricing-plan-price-2 {
  color: var(--primary);
  font-size: 56px;
  font-weight: 400;
}

.pricing-plans-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.pricing-plan-currency-icon-2 {
  color: var(--secondary);
  margin-right: 6px;
  padding-bottom: 7px;
  font-size: 22px;
}

.pricing-plan-item-2 {
  background-color: var(--light);
  text-align: center;
  padding: 30px 30px 40px;
}

._w-500 {
  font-weight: 500;
}

.collection-list-wrapper-store {
  width: 100%;
}

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

.product-name {
  color: var(--white);
  font-weight: 500;
  transition: color .3s;
}

.product-name:hover {
  color: var(--secondary);
}

.link-block-7 {
  border-bottom-width: 0;
}

.text-block-9 {
  color: var(--secondary);
  margin-top: 10px;
}

.product-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-product-link {
  border-bottom-width: 0;
  width: 100%;
  height: 450px;
}

.info-product {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.img-product-wrap {
  position: relative;
}

.add-to-cart-desctop {
  text-align: center;
  width: 145px;
  height: 48px;
  margin: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.default-state {
  margin-bottom: 0;
}

.out-of-stock-state {
  color: var(--white);
  background-color: #0000;
}

.error-state {
  background-color: var(--secondary);
  border-radius: 25px;
}

.apple-pay, .pay-with-browser {
  border-radius: 25px;
}

.cart-quantity-2 {
  border-color: var(--paragraph-gray);
  background-color: #0000;
  border-radius: 10px;
}

.cart-quantity-2:focus {
  border-color: var(--secondary);
}

.mt-7 {
  margin-top: 7px;
}

.checkout-form {
  background-color: #0000;
  min-height: auto;
  padding-top: 80px;
  padding-bottom: 60px;
}

.email-2 {
  border-color: var(--primary);
  background-color: var(--white);
  border-radius: 25px;
  height: 48px;
  padding: 14px 22px;
}

.email-2:focus {
  border-color: var(--secondary);
}

.full-name {
  border-color: var(--primary);
  background-color: var(--white);
  border-radius: 25px;
  height: 48px;
  padding: 14px 22px;
}

.full-name:focus {
  border-color: var(--secondary);
}

.street-address {
  border-color: var(--primary);
  background-color: var(--white);
  border-radius: 25px;
  height: 48px;
  padding: 14px 22px;
}

.street-address:focus {
  border-color: var(--secondary);
}

.street-address-2 {
  border-color: var(--primary);
  background-color: var(--white);
  border-radius: 25px;
  height: 48px;
  padding: 14px 22px;
}

.street-address-2:focus {
  border-color: var(--secondary);
}

.city {
  border-color: var(--primary);
  background-color: var(--white);
  border-radius: 24px;
  height: 48px;
  padding: 14px 22px;
}

.city:focus {
  border-color: var(--secondary);
}

.state-province {
  border-color: var(--primary);
  background-color: var(--white);
  border-radius: 25px;
  height: 48px;
  padding: 14px 22px;
}

.state-province:focus {
  border-color: var(--secondary);
}

.zip-postal-code {
  border-color: var(--primary);
  background-color: var(--white);
  border-radius: 25px;
  height: 48px;
  padding: 14px 22px;
}

.zip-postal-code:focus {
  border-color: var(--secondary);
}

.country {
  border-color: var(--primary);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 25px;
  height: 48px;
  padding: 14px 22px;
  font-size: 16px;
}

.country:focus {
  border-color: var(--secondary);
}

.card-number {
  border-color: var(--primary);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 25px;
  height: 48px;
  padding: 14px 22px;
}

.card-number:focus, .card-number.-wfp-focus {
  border-color: var(--secondary);
  color: var(--primary);
  font-size: 16px;
}

.expiration-date {
  border-color: var(--primary);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 25px;
  height: 48px;
  padding: 14px 22px;
  font-size: 16px;
}

.expiration-date:focus, .expiration-date.-wfp-focus {
  border-color: var(--secondary);
}

.expiration-date::placeholder {
  color: var(--primary);
  font-size: 16px;
}

.security-code {
  border-color: var(--primary);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 25px;
  height: 48px;
  padding: 14px 22px;
  font-size: 16px;
}

.security-code:focus, .security-code.-wfp-focus {
  border-color: var(--secondary);
}

.security-code::placeholder {
  color: var(--primary);
  font-size: 16px;
}

.checkbox-label {
  margin-bottom: 0;
}

.checkbox {
  margin-top: 0;
}

.div-block-45 {
  flex: 1;
  display: flex;
}

.block-header {
  border-color: var(--paragraph-gray);
}

.block-content {
  border-right-color: var(--paragraph-gray);
  border-bottom-color: var(--paragraph-gray);
  border-left-color: var(--paragraph-gray);
}

.shipping-method {
  border-bottom-color: var(--paragraph-gray);
}

.shipping-method-list {
  border-right-color: var(--paragraph-gray);
  border-left-color: var(--paragraph-gray);
}

.paypal-checkout-form, .order-confirmation {
  background-color: var(--white);
  min-height: auto;
  padding-top: 80px;
  padding-bottom: 60px;
}

.remove {
  border-bottom-width: 0;
}

.banner-details-producr-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
}

.collection-item-category {
  display: flex;
}

.name-details {
  font-size: 58px;
}

.lightbox-link-product, .product-lightbox {
  width: 100%;
  height: 100%;
}

.slider {
  height: auto;
}

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

.price-details {
  color: var(--secondary);
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1em;
}

.quantity {
  border-color: var(--primary);
  background-color: var(--white);
  height: 48px;
  margin-bottom: 0;
}

.quantity:focus {
  border-color: var(--secondary);
}

.default-state-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.right-arrow-product, .left-arrow-product {
  font-size: 26px;
}

.error-message-3 {
  border-radius: 25px;
}

._404-heading {
  color: var(--secondary);
  font-size: 120px;
  font-weight: 700;
}

.heading-search {
  font-size: 60px;
}

.brand-404 {
  border-bottom-width: 0;
}

.close-button {
  background-color: var(--primary);
  border-bottom-width: 0;
  border-radius: 8px 8px 0 0;
  font-size: 14px;
}

.close-button:hover {
  background-color: var(--paragraph-gray);
  color: var(--white);
}

.hire-popup {
  z-index: 1000;
  color: #fff;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 296px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  max-width: 93%;
  font-size: 12px;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition-property: none;
}

.hire-buttons:hover {
  border-style: solid;
  border-color: var(--white);
  opacity: 1;
  color: #fff;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.buy-this-template {
  z-index: 1000;
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.buy-this-template:hover {
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  border-style: solid;
  border-color: #4353ff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.btn-icon {
  margin-right: 8px;
}

.all-templates {
  z-index: 1000;
  color: #4353ff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.all-templates:hover {
  border-style: solid;
  border-color: var(--white);
  opacity: 1;
  color: #4353ff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.background-video {
  z-index: 1;
  width: 100%;
  max-width: 199%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-10, .heading-11 {
  color: var(--secondary);
  font-weight: 700;
}

.heading-13.white {
  color: var(--light);
}

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

.body-2, .body-3, .body-4, .body-5 {
  background-color: var(--light);
}

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

.grain {
  filter: brightness(200%);
  mix-blend-mode: exclusion;
}

.blur-header {
  display: none;
}

.paragraph-5 {
  font-size: 18px;
}

.paragraph-13 {
  font-size: 14px;
}

.body-11, .body-12 {
  background-color: var(--light);
}

.collection-list-wrapper-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-top: 60px;
  display: block;
}

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

.image-11 {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  max-width: none;
  height: 280px;
}

.collection-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--white-50);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 20px;
  display: flex;
}

.text-block-11 {
  color: var(--light);
  text-align: left;
  margin-bottom: 10px;
}

.text-block-11.divider {
  color: var(--white-50);
  padding-left: 5px;
  padding-right: 5px;
}

.text-block-12 {
  color: var(--white);
}

.div-block-48 {
  display: flex;
}

.div-block-49 {
  flex-flow: column;
  justify-content: space-around;
  margin-left: 0;
  display: flex;
}

.memorial-descriptor {
  color: var(--white-50);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
}

.rich-text-block {
  text-align: left;
}

.div-block-50 {
  flex-flow: column;
  display: flex;
}

.rich-text-block-2 {
  text-align: left;
}

.is--hidden {
  display: none;
}

.memorial-modal-wrap {
  z-index: 9999;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.memorial-modal {
  background-color: #fff;
  border-radius: 10px;
  width: 50vw;
  max-height: 70vh;
  position: relative;
  overflow: auto;
}

.memorial-modal-heading {
  background-image: linear-gradient(#fff 45%, #fff0);
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.text-block-13 {
  font-weight: 700;
}

.rich-text-block-3 {
  text-align: left;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.left-event-info {
  width: 50%;
}

.scroll-down-link-2 {
  color: #e6e6d7;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #292929fa;
  border: 1px solid #e6e6d7;
  border-radius: 25px;
  padding: 14px 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 22px;
  position: absolute;
  inset: auto 15px 15px auto;
}

.scroll-down-link-2:hover {
  color: #c4914f;
  border-color: #c4914f;
}

.primary-button-w-2 {
  color: #e6e6d7;
  text-align: center;
  letter-spacing: .5px;
  background-color: #0000;
  border: 1px solid #e6e6d7;
  border-radius: 25px 25px 0 0;
  align-items: center;
  padding: 14px 30px;
  line-height: 1.1em;
  transition: all .2s;
}

.primary-button-w-2:hover {
  color: #000;
  background-color: #e6e6d7;
  border-color: #e6e6d7;
}

.home-banner-heading-2 {
  color: var(--secondary);
  font-weight: 700;
}

.div-block-52 {
  margin-top: 40px;
  display: flex;
}

.horse-img-2 {
  object-fit: cover;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  width: 100%;
  height: 600px;
}

.heading-17.is--cry {
  font-family: Droid Sans, sans-serif;
}

.review-text-2 {
  color: #e6e6d7;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3em;
}

.collection-list-3 {
  height: 100%;
}

.collection-item-2 {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.margin-bottom-medium-2 {
  margin-bottom: 32px;
}

.margin-bottom-medium-2.top-mardin-added {
  margin-top: 32px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.container {
  z-index: 0;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background_1Image Background.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.link {
  text-decoration: underline;
}

.link:hover {
  color: #eba901;
  text-decoration: none;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

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

.margin-top.margin-medium {
  margin-top: 1.5rem;
  display: flex;
}

.timeline_circle {
  background-color: var(--white);
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_text {
  color: var(--overlay);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.timeline_text.title {
  text-align: center;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_date-text {
  color: var(--primary);
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.section-timeline {
  z-index: -3;
  background-color: #0a0a0a;
  position: relative;
}

.timeline_progress-bar {
  z-index: -1;
  opacity: 0;
  background-color: #fff;
  background-image: linear-gradient(#eba901, #711d2d);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.sepia {
  filter: sepia(35%);
}

.sepia.bw {
  filter: grayscale() sepia(35%);
}

.timeline-title {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 140px 40px;
  display: flex;
}

.div-block-53 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-54 {
  z-index: 9999;
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-55 {
  background-color: var(--white);
  padding: 41px;
}

.modal-wrap {
  z-index: 99999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #292929db;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: var(--white);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 65vw;
  min-width: 650px;
  max-width: 850px;
  padding: 24px;
  display: grid;
}

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

.paragraph-14 {
  color: var(--overlay);
  font-size: 16px;
  font-weight: 500;
}

.paragraph-14.is--cyr {
  font-family: Droid Sans, sans-serif;
  display: none;
}

.image-12 {
  object-fit: cover;
  border-radius: 9px;
}

.div-block-58 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.div-block-59 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-15 {
  color: var(--overlay);
}

.paragraph-15.is--cry {
  font-family: Droid Sans, sans-serif;
}

.div-block-60 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.div-block-61 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .nav-dropdown-list.megamenu.w--open {
    left: 0;
  }

  .right-arrow-product:hover, .left-arrow-product:hover {
    color: var(--secondary);
  }
}

@media screen and (min-width: 1440px) {
  .primary-button:hover {
    background-color: var(--light);
  }

  .primary-button.white-navbar-button:hover {
    border-color: var(--light);
    -webkit-text-stroke-color: var(--light);
  }

  .primary-button.white-button:hover {
    border-color: var(--light);
    color: var(--light);
  }

  .primary-button-w:hover {
    background-color: var(--light);
  }

  .footer-link-3:hover {
    color: var(--secondary);
  }

  .blog-img:hover {
    filter: grayscale();
    outline-offset: 0px;
    mix-blend-mode: normal;
    outline: 3px #c4914f;
    transform: translate(0, -10px);
  }

  .primary-button-w-2:hover {
    background-color: #e6e6d7;
  }
}

@media screen and (min-width: 1920px) {
  .footer-link-3.w--current {
    font-size: 29px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 42px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section.banner, .section.changelog-banner {
    padding-top: 140px;
  }

  .section.blog-grid-banner {
    min-height: 300px;
  }

  .section.banner-our-team {
    padding-top: 140px;
  }

  .section.banner-our-horses {
    padding-bottom: 0;
  }

  .section.pricing-banner, .section.contacts-banner {
    min-height: 300px;
  }

  .section.banner-faq {
    padding-top: 140px;
  }

  .section.about-us-banner {
    flex-direction: column;
    padding-bottom: 0;
  }

  .section.events-banner {
    padding-top: 140px;
  }

  .section.home-banner {
    min-height: auto;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.banner-home-3-banner {
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .section.home-4-banner {
    min-height: auto;
    padding-top: 160px;
  }

  .section.blog-details-banner {
    text-align: center;
    padding-bottom: 0;
  }

  .section.services-banner, .section.store-banner {
    padding-top: 140px;
  }

  .section.home-2-banner {
    min-height: auto;
    padding-top: 160px;
  }

  .base-container.banner {
    max-width: 100%;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .primary-button.desctop-header {
    display: none;
  }

  .primary-button.tablet-navbar {
    margin-top: 20px;
    display: block;
  }

  .primary-button.white-navbar-button, .primary-button.white-navbar-button:hover {
    display: none;
  }

  .primary-button.form-spacer {
    margin-left: 10px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    max-width: 100%;
  }

  .nav-menu {
    background-color: var(--light);
    flex-direction: column;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.white-nav-link {
    color: var(--primary);
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding: 10px 20px 10px 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: var(--light);
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

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

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    margin-bottom: 3px;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .nav-item-title.white-item {
    color: var(--primary);
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 58px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .accordion-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .coming-soon-image {
    display: none;
  }

  .footer-social-icons-wrapper {
    margin-top: 10px;
  }

  .search-shop-con {
    flex: 1;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 20px;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

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

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .project-image {
    object-position: 30% 50%;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    background-color: var(--light);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    border-bottom: 1px solid var(--paragraph-gray);
    background-color: var(--light);
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 24px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .image-burger.white-burger {
    filter: invert();
  }

  .brand-tablet {
    border-bottom-width: 0;
    display: block;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .style-guide-tabs-menu {
    grid-column-gap: 5px;
  }

  .spacing-title {
    font-size: 25px;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .primary-button-w:hover {
    opacity: 1;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .footer-wrapper-2 {
    flex-wrap: wrap;
  }

  .footer-brand-wrapper-2 {
    width: 100%;
  }

  .footer-contact-wrapper {
    text-align: left;
  }

  .footer-links-wrapper-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: center;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .gallery-footer-wrapper {
    align-items: center;
  }

  .contacts-detail-2.footer {
    text-align: left;
  }

  .footer-img-instagram {
    height: 150px;
  }

  .header-logo {
    height: auto;
  }

  .div-block-3 {
    align-items: center;
  }

  .link-block {
    border-bottom-width: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

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

  .image-2 {
    height: 300px;
  }

  .div-block-8 {
    height: 500px;
  }

  .home-1-banner-wrap {
    grid-template-columns: 1.4fr .8fr;
    margin-bottom: 60px;
    margin-left: 60px;
  }

  .home-banner-heading {
    font-size: 54px;
  }

  .banner-paragraph {
    width: 85%;
  }

  .paragraph-banner-w {
    width: 80%;
  }

  .info-club-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    width: 90%;
  }

  .div-block-13 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .grid-3-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: block;
  }

  .div-block-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-content-title {
    width: 50%;
  }

  .left-content-title.blog-title {
    width: 55%;
  }

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

  .collection-item-blog {
    flex-direction: column;
    width: 50%;
  }

  .img-small-link {
    width: 100%;
    height: 250px;
  }

  .info-small-blog {
    width: 100%;
  }

  .collection-list-blog {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    justify-content: center;
  }

  .link-project-3 {
    height: 400px;
  }

  .info-project-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .review-text {
    font-size: 30px;
  }

  .banner-home-1-wrap {
    max-width: 580px;
  }

  .heading-home-1-banner {
    font-size: 56px;
  }

  .social-icon-wrap {
    bottom: 30px;
  }

  .img-banner-home-3 {
    object-position: 50% 30%;
    width: 95%;
    height: 400px;
    position: static;
  }

  .banner-home-wrap {
    text-align: center;
    grid-template-columns: 1fr;
    place-items: center;
    margin-bottom: 60px;
  }

  .tablet-hidden {
    display: none;
  }

  .button-wrap-home-3 {
    margin-top: 30px;
  }

  .content-banner-home-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .paragraph-home-3 {
    width: 90%;
  }

  .home-4-banner-wrap {
    max-width: 620px;
  }

  .home-4-banner-h {
    font-size: 58px;
  }

  .about-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    text-align: center;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .about-wrapper.is--priest {
    flex-flow: column;
  }

  .horse-img {
    object-position: 50% 20%;
    width: 80%;
    height: 450px;
  }

  .project-sticky {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .content-left-project {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 75%;
  }

  .content-left-project.horses-content {
    margin-top: 0;
  }

  .project-img-sticky {
    width: 100%;
    height: 400px;
  }

  .project-img-sticky.horses-img {
    border-top-left-radius: var(--50);
    border-top-right-radius: var(--50);
  }

  .banner-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-bottom: 60px;
    display: flex;
  }

  .banner-wrap.banner-news {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
  }

  .column-wrapper {
    width: 100%;
  }

  .column-wrapper.blog {
    width: 85%;
    margin-top: 90px;
  }

  .right-banner-wrap {
    justify-content: center;
    align-items: center;
  }

  .right-banner-wrap.banner-left {
    align-items: flex-start;
  }

  .blog-details-h1 {
    font-size: 46px;
  }

  .div-block-40 {
    max-width: 680px;
  }

  .img-event-link {
    width: 30%;
    height: 240px;
  }

  .event-img {
    object-position: 30% 50%;
  }

  .info-event {
    width: 67%;
  }

  .event-content-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .rich-text-wrap {
    width: 100%;
  }

  .info-event-details {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .event-details-wrap {
    border-top: 1px solid #38797533;
    border-left-width: 0;
    width: 60%;
    padding: 40px 20px 0;
    position: static;
  }

  .event-details-img {
    height: 400px;
  }

  .horse-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .photo-horse-wrap {
    text-align: center;
    width: 100%;
  }

  .name-horse {
    color: var(--secondary);
    margin-bottom: 30px;
    font-weight: 700;
  }

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

  .contacts-form-wrapper-2 {
    width: 90%;
    min-height: 500px;
    padding: 30px;
  }

  .pricing-plan-list-2 {
    width: 65%;
  }

  .pricing-plans-wrapper-2 {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .pricing-plan-item-2 {
    width: 47%;
  }

  .collection-list-store {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .img-product-link {
    height: 420px;
  }

  .info-product {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .add-to-cart-desctop {
    position: static;
  }

  .default-state {
    margin-bottom: 0;
  }

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

  .div-block-45 {
    flex-direction: column;
  }

  .text-block-10 {
    margin-top: 10px;
    margin-left: 15px;
  }

  .name-details {
    font-size: 48px;
  }

  .heading-search {
    font-size: 52px;
  }

  .hire-popup-wrap, .blur-header {
    display: none;
  }

  .memorial-modal {
    width: 90vw;
  }

  .primary-button-w-2:hover {
    opacity: 1;
  }

  .home-banner-heading-2 {
    font-size: 54px;
  }

  .horse-img-2 {
    object-position: 50% 20%;
    width: 80%;
    height: 450px;
  }

  .horse-img-2.is-p {
    width: auto;
    height: auto;
  }

  .review-text-2 {
    font-size: 30px;
  }

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

  .modal {
    width: 90vw;
  }

  .div-block-59 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-60 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    width: 100%;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    margin-left: 30px;
    padding-left: 20px;
    font-size: 20px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.home-2-banner.contact-page-header {
    background-image: linear-gradient(to bottom, var(--overlay-2), var(--overlay-2)), url('../images/cross-st-george-serbian-church.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.home-banner {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.banner-home-3-banner {
    padding-top: 60px;
  }

  .section.home-4-banner {
    padding-top: 140px;
  }

  .section.event-detyails-banner {
    padding-top: 50px;
  }

  .section.home-2-banner {
    padding-top: 140px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button {
    font-size: 11px;
  }

  .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .primary-button.modalbtn {
    flex: 1;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 42px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 40px;
    padding-top: 40px;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .footer-social-icons-wrapper {
    width: 100%;
    margin-top: 30px;
  }

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

  .search-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tabs-menu {
    grid-row-gap: 10px;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    flex: 1;
    width: 100%;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .footer-wrapper-2 {
    grid-column-gap: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-brand-wrapper-2 {
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .footer-contact-wrapper {
    align-items: center;
    margin-bottom: 40px;
  }

  .footer-brand-description-2 {
    text-align: center;
  }

  .footer-brand-2 {
    padding-left: 0;
  }

  .footer-links-wrapper-2 {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .gallery-footer-wrapper {
    justify-content: center;
    align-items: center;
  }

  .footer-img-instagram {
    height: 160px;
  }

  .div-block-3 {
    align-items: center;
  }

  .div-block-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .div-block-5 {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .div-block-7 {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .image-3 {
    object-position: 50% 20%;
  }

  .div-block-8 {
    width: 100%;
    height: 500px;
  }

  .info-club-wrapper {
    width: 100%;
  }

  .left-content {
    text-align: center;
    align-items: center;
  }

  .div-block-13 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .right-content-title.button {
    width: 35%;
  }

  .left-content-title.blog-title {
    width: 60%;
  }

  .collection-item-project-3 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .left-arrow-11 {
    right: 310px;
  }

  .right-arrow-11 {
    right: 180px;
  }

  .link-project-3 {
    width: 100%;
    height: 400px;
  }

  .content-project-3 {
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
    padding-left: 0;
  }

  .content-with-line, .info-project-3 {
    justify-content: center;
    align-items: center;
  }

  .review {
    text-align: center;
    margin-bottom: 75px;
  }

  .review-text {
    font-size: 28px;
  }

  .info-testimonial {
    justify-content: center;
    align-items: center;
  }

  .slide-nav-testimonials {
    height: 30px;
    inset: auto 0% 0%;
  }

  .paragraph-banner {
    max-width: 100%;
  }

  .heading-home-1-banner {
    font-size: 48px;
  }

  .social-icon-wrap {
    width: 280px;
  }

  .collection-list-wrapper-3 {
    width: 100%;
  }

  .img-banner-home-3 {
    height: 350px;
  }

  .banner-home-wrap {
    margin-bottom: 40px;
  }

  .paragraph-home-3 {
    width: 100%;
  }

  .home-4-banner-wrap {
    max-width: 100%;
  }

  .home-4-banner-h {
    font-size: 50px;
  }

  .about-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .horse-img.tall.menu {
    width: 100%;
    height: auto;
  }

  .project-sticky {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 30px;
  }

  .project-sticky.step-one {
    padding-top: 20px;
    position: static;
  }

  .project-sticky.step-two, .project-sticky.step-thre {
    position: static;
  }

  .content-left-project {
    width: 100%;
  }

  .project-img-sticky {
    height: 320px;
  }

  .button-central-wrap {
    margin-top: 40px;
  }

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

  .banner-wrap {
    margin-bottom: 40px;
  }

  .banner-wrap.banner-news {
    flex-direction: column;
  }

  .column-wrapper.blog {
    width: 100%;
    margin-top: 40px;
  }

  .blog-details-h1 {
    font-size: 40px;
  }

  .div-block-40 {
    max-width: 100%;
  }

  .years-wrapper.margin-top-40, .collection-list-wrapper-events {
    margin-top: 40px;
  }

  .collection-list {
    grid-column-gap: 50px;
  }

  .event-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .img-event-link {
    width: 100%;
    height: 320px;
  }

  .event-img {
    object-position: 20% 50%;
  }

  .info-event {
    text-align: center;
    width: 100%;
  }

  .link-event-wrap {
    margin-top: 20px;
  }

  .event-content-wrap {
    margin-top: 40px;
  }

  .event-details-wrap {
    width: 100%;
  }

  .event-details-img {
    height: 300px;
    margin-top: 40px;
  }

  .horse-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contacts-form-wrapper-2 {
    width: 100%;
    min-height: 480px;
    padding: 20px;
  }

  .div-block-44 {
    margin-bottom: 40px;
  }

  .pricing-plan-list-2 {
    width: 40%;
  }

  .pricing-plans-wrapper-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .pricing-plan-item-2 {
    width: 80%;
  }

  .collection-list-store {
    grid-row-gap: 60px;
  }

  .img-product-link {
    height: 350px;
  }

  .info-product {
    text-align: center;
    flex-direction: column;
  }

  .add-to-cart-tablet {
    margin-top: 30px;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .banner-details-producr-wrap {
    grid-template-columns: 1fr;
  }

  .name-details {
    font-size: 42px;
  }

  .indo-details-product {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  ._404-heading {
    font-size: 100px;
  }

  .heading-search {
    font-size: 42px;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .blur-header {
    display: none;
  }

  .review-text-2 {
    font-size: 28px;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_left {
    text-align: left;
  }

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

  .timeline_progress {
    left: 6px;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .modal {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: center;
    flex-flow: column;
    width: 70vw;
    min-width: auto;
    max-width: none;
    display: flex;
  }

  .heading-18 {
    font-size: 15px;
  }

  .paragraph-14 {
    font-size: 14px;
  }

  .image-12 {
    aspect-ratio: 1;
  }

  .div-block-58 {
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
  }

  blockquote {
    margin-left: 20px;
  }

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

  .section.banner-our-team {
    background-image: linear-gradient(to bottom, var(--overlay-2), var(--overlay-2)), url('../images/2003-uprava-st-george-serbian-church.jpg');
    background-position: 0 0, 50% 57%;
    background-size: auto, cover;
  }

  .section.home-2-banner.organizations-image, .section.home-2-banner.st-george-page {
    background-image: linear-gradient(to bottom, var(--overlay-2), var(--overlay-2)), url('../images/cross-st-george-serbian-church.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.home-2-banner.parish-clergy {
    background-image: linear-gradient(to bottom, var(--overlay), var(--overlay)), url('../images/5e9484267d616d6f7de16874_Clergy-Serbian-Orthodox-Church-Niagara-Falls-Canada.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-bottom: 60px;
  }

  .section.home-2-banner.contact-page-header {
    background-image: linear-gradient(to bottom, var(--overlay-2), var(--overlay-2)), url('../images/cross-st-george-serbian-church.jpg');
    background-position: 0 0, 50%;
    align-items: flex-end;
  }

  .section.home-2-banner.fish-fry-page {
    background-image: linear-gradient(#0009, #000000c4), url('../images/st-george-serbian-fish-fry.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.home-2-banner.rent-hall {
    padding-top: 200px;
  }

  .section.home-banner {
    max-height: none;
    padding-top: 0;
  }

  .section.footer-image {
    z-index: 5;
  }

  .section.home-2-banner {
    background-image: linear-gradient(#00000080, #00000080), url('../images/cross-st-george-serbian-church.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
  }

  .section.home-2-banner.st-george-page {
    background-image: linear-gradient(#00000080, #00000080), url('../images/cross-st-george-serbian-church.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.primary-color-background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .primary-button.tablet-navbar {
    color: var(--light);
  }

  .primary-button.org-spacer-mod {
    margin-left: 10px;
    margin-right: 10px;
  }

  .primary-button.form-spacer {
    margin-top: 20px;
  }

  .primary-button.modalbtn {
    flex: 1;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 10px;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-link.white-nav-link, .nav-dropdown-toggle {
    font-size: 20px;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .nav-dropdown-link {
    font-size: 20px;
  }

  .nav-item-title.white-item {
    color: var(--primary);
    font-size: 20px;
    font-weight: 500;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 38px;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .accordion-wrapper, .accordion-wrap.last-child {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
    margin-top: 0;
  }

  .white-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .search-shop-con {
    margin-right: 10px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .project-image {
    object-position: 50% 50%;
  }

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

  .center-title {
    text-align: center;
  }

  .tablet-menu {
    padding-bottom: 25px;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .primary-button-w {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .landing-section-title {
    width: 100%;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-wrapper-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-bottom: 20px;
    display: grid;
  }

  .footer-brand-wrapper-2 {
    border-bottom-style: none;
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .social-icon-club.footer-spacing-mod {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-logo-2 {
    height: auto;
  }

  .footer-brand-description-2 {
    white-space: normal;
    width: 50%;
  }

  .img-wrapper {
    margin-top: 15px;
  }

  .footer-links-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: auto;
    display: grid;
  }

  .contacts-detail-2.footer {
    background-color: #29292900;
    align-items: center;
  }

  .div-block-2 {
    align-items: center;
  }

  .header-logo {
    height: auto;
  }

  .div-block-4 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-5 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    align-items: center;
  }

  .div-block-7 {
    flex-direction: column;
  }

  .image-2, .image-3 {
    border-top-left-radius: var(--50);
    border-top-right-radius: var(--50);
  }

  .div-block-8 {
    height: 350px;
  }

  .home-1-banner-wrap {
    text-align: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .home-banner-heading {
    color: var(--secondary);
    font-size: 42px;
    font-weight: 700;
  }

  .banner-paragraph {
    color: #ffffffe6;
    width: 100%;
  }

  .scroll-down-link {
    display: none;
    right: auto;
  }

  .paragraph-banner-w {
    color: #ffffffe6;
    width: 100%;
  }

  .left-content {
    text-align: center;
  }

  .right-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-block-3 {
    font-size: 56px;
  }

  .div-block-13 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .horse-video {
    border-top-left-radius: var(--50);
    border-top-right-radius: var(--50);
  }

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

  .big-title-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .service-wrap {
    margin-bottom: 40px;
  }

  .image-6 {
    border-top-left-radius: var(--50);
    border-top-right-radius: var(--50);
  }

  .div-block-18.info-team {
    background-image: linear-gradient(#292929f5, #292929f5), url('../images/5e93aa2eb499e587d7dcef9c_HOMEPAGE-TEST-IMAGE-p-500.jpeg');
    background-position: 0 0, 50% 0;
    background-size: auto, auto;
  }

  .right-content-title {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .right-content-title.button {
    align-items: center;
    width: 100%;
    display: none;
  }

  .left-content-title {
    text-align: center;
    width: 100%;
  }

  .left-content-title.blog-title {
    width: 100%;
  }

  .img-blog-link {
    height: 250px;
  }

  .link-wrap-blog {
    text-align: center;
    margin-top: 10px;
  }

  .collection-item-blog {
    width: 100%;
  }

  .collection-list-blog {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .button-mobile-wrap {
    margin-top: 40px;
    display: block;
  }

  .div-block-27 {
    justify-content: center;
    align-items: center;
  }

  .left-arrow-11 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 80px;
    height: 35px;
    inset: auto auto 0% 100px;
  }

  .right-arrow-11 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 80px;
    height: 35px;
    inset: auto 100px 0% auto;
  }

  .link-project-3 {
    height: 300px;
  }

  .content-with-line {
    margin-bottom: 30px;
  }

  .info-project-3 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .review {
    margin-bottom: 0;
  }

  .review-text {
    font-size: 26px;
    font-weight: 500;
  }

  .banner-home-1-wrap {
    margin-top: 25vh;
  }

  .heading-home-1-banner {
    color: var(--light);
    font-size: 42px;
  }

  .button-home-banner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .social-icon-wrap {
    width: 260px;
  }

  .img-banner-home-3 {
    border-top-left-radius: var(--50);
    height: 300px;
  }

  .content-banner-home-3 {
    width: 100%;
  }

  .home-4-banner-h {
    font-size: 42px;
  }

  .paragraph-home-4 {
    width: 100%;
  }

  .horse-img {
    border-top-left-radius: var(--50);
    border-top-right-radius: var(--50);
    width: 100%;
    height: 350px;
  }

  .horse-img.mod {
    border-top-left-radius: var(--50);
  }

  .project-sticky {
    padding: 20px;
  }

  .project-img-sticky {
    height: 250px;
  }

  .banner-wrap {
    width: 100%;
  }

  .img-event-link {
    height: 300px;
  }

  .info-event-details {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-direction: column;
  }

  .event-details-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .event-details-img {
    height: 280px;
  }

  ._w-90 {
    width: 100%;
  }

  .name-horse {
    color: var(--secondary);
    font-weight: 700;
  }

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

  .info-contact-wrap {
    border-top-left-radius: var(--50);
    border-top-right-radius: var(--50);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contacts-form-wrapper-2 {
    min-height: 640px;
  }

  .div-block-38 {
    flex-direction: column;
  }

  .div-block-44 {
    text-align: center;
    align-items: center;
  }

  .pricing-plan-list-2 {
    width: 70%;
  }

  .pricing-plan-item-2 {
    width: 100%;
    padding: 30px 30px 20px;
  }

  .collection-list-store {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .img-product-link {
    height: 380px;
  }

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

  .banner-details-producr-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-13 {
    font-weight: 700;
  }

  .body, .body-6 {
    background-color: var(--light);
  }

  .blur-header {
    z-index: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .organizations-links {
    margin-top: 20px;
  }

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

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

  .heading-15 {
    font-size: 34px;
    font-weight: 500;
  }

  .body-9, .body-10, .body-11 {
    background-color: var(--light);
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .image-11 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .collection-item {
    flex-flow: column;
  }

  .div-block-49 {
    margin-left: 0;
  }

  .div-block-51 {
    margin-bottom: 10px;
  }

  .scroll-down-link-2 {
    display: none;
    right: auto;
  }

  .primary-button-w-2 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .home-banner-heading-2 {
    color: #c4914f;
    font-size: 42px;
    font-weight: 700;
  }

  .div-block-52 {
    justify-content: center;
    align-items: center;
  }

  .horse-img-2 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    width: 100%;
    height: 350px;
  }

  .heading-17 {
    font-weight: 700;
  }

  .review-text-2 {
    font-size: 26px;
    font-weight: 500;
  }

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

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

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

  .timeline_text.title {
    text-align: left;
  }

  .timeline-title {
    padding-left: 0;
  }

  .modal {
    width: 90vw;
    padding: 16px;
  }

  .image-12 {
    aspect-ratio: 3 / 2;
    object-position: 50% 25%;
  }

  .div-block-58, .div-block-60 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
}

#w-node-_4c6937a3-b585-5305-f992-cb7661a43b77-2739fb36, #w-node-_4e93374a-3f8a-6426-605b-d1a4df87b01c-2739fb36, #w-node-_840667f9-ceb6-8766-35a5-5283eec2c6ba-2739fb36, #w-node-_2b396c10-4936-1ef0-d9f1-5f285aacc156-2739fb36, #w-node-_91c554f4-b6e6-349a-7a9d-b78292096866-2739fb36, #w-node-_446c8a41-5fed-d629-2a0b-e706682dd6aa-2739fb36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_016e5d17-f457-c043-d08b-f29076c2a721-2739fb36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_9325d626-9ff5-5406-2da4-ec69f299a88f-f299a86d {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_9325d626-9ff5-5406-2da4-ec69f299a870-f299a86d {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-ec088a35-b319-9e38-58b6-55dbfb6ef93a-f299a86d {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_627c02f2-1f97-f70a-d05d-784cc918bb3f-f299a86d {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-e3d34f38-0850-b4ac-593d-13f2c24f402c-2739fb42, #w-node-b1a55c69-bf6a-0c0e-412b-058ef9be3cf5-2739fb42, #w-node-b1a55c69-bf6a-0c0e-412b-058ef9be3cf6-2739fb42, #w-node-_007b19da-7291-4a24-7cef-c490e86b2ad2-2739fb43, #w-node-e6fafb64-ba4c-3899-a89b-f8264c702e9d-2739fb47, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3a5-2739fb47, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3a0-2739fb47, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3ac-2739fb47, #w-node-e3abe012-dae0-2e9c-8fe2-c9b6c2a0b2c3-2739fb48, #w-node-e3abe012-dae0-2e9c-8fe2-c9b6c2a0b2c8-2739fb48, #w-node-_664f7fe3-dc2b-92b9-2d04-0d4d6ea78381-2739fb4b, #w-node-ae4a15f6-0625-c341-a3d5-0395be6ad333-2739fb4b, #w-node-_94a88d9f-ddf7-371e-c516-ff0979cf701e-2739fb4b, #w-node-_31909291-2e9a-1529-bc91-59ca7254ee7f-2739fb4b, #w-node-ec86db10-2b32-139a-07b9-b1d3315955f1-2739fb4b, #w-node-f4e1447c-3c71-c684-f86d-31625ca293fc-2739fb4f, #w-node-_41a6567a-ac36-a1c4-d222-aebe7fc9a995-2739fb50, #w-node-_2e532cb8-c43a-c7e4-dda6-65e00ff68680-2739fb50, #w-node-d34ba8f4-6b02-0052-b0aa-041fc2b68780-2739fb50, #w-node-_3ef69cb2-5503-c4c6-3731-fb05eb8de084-2739fb51, #w-node-_3ef69cb2-5503-c4c6-3731-fb05eb8de089-2739fb51, #w-node-_5bdae016-8629-601e-b0e6-e9f82abcfb25-2739fb52, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-2739fb52, #w-node-_23bebd33-8494-cbfb-cb42-f6efaf1e62f4-2739fb52, #w-node-_20035d49-3e81-c7d9-d915-74f91bb87eaf-2739fb52, #w-node-_9fefa905-f54d-7515-ef49-191ad0b602f4-2739fb52, #w-node-_65bb74fc-de0d-177a-69a2-104d7d2f12ca-2739fb52, #w-node-b6253e85-a9c6-1ab8-007f-a4483b44d7d4-2739fb52, #w-node-ebb8c401-e390-572d-fe48-6a4e8dc2c0a4-2739fb52, #w-node-_41eaf406-5861-c81c-83af-28e14c89c05b-2739fb52, #w-node-_849ded33-d0ad-e065-787c-0a1f82bad7af-2739fb52, #w-node-_5bd97f38-5056-c048-8f22-470a48714fbf-2739fb52, #w-node-_04a0dbef-6e55-c8a4-2c9e-0892fe6dcb74-2739fb52, #w-node-_6557f3c1-bb83-e1af-8ce7-9e64fb22e7e5-2739fb52, #w-node-_0ce6bf5b-92cd-ad9a-4ecd-ab87ad71683c-2739fb52, #w-node-c9ac7192-203d-dfeb-b29f-eb3b62832374-2739fb52, #w-node-_11c2ca96-06a9-8011-cb2c-046a13048573-2739fb52, #w-node-f6fb521c-c1a1-bd73-ba9e-ad7cec06a616-2739fb52, #w-node-_81d2ce32-64a6-d09f-c217-bb01f9dea4d8-2739fb52, #w-node-_83fd62a7-7fa3-a52a-4456-a1df95eb0e9d-2739fb52, #w-node-c85fd9e7-5c79-bf45-6b50-e0754d6da5f8-2739fb52, #w-node-aca906fe-7160-ac26-a8a1-23cc5a0ef8ca-2739fb52, #w-node-_2ab39cff-540d-d729-9b3b-e0520305cb04-2739fb52, #w-node-f4a6938a-3706-aee1-ec5b-0f5daa1a2391-2739fb52, #w-node-_0533b4f2-1dbf-7d6d-9294-ce582bcb244f-2739fb52, #w-node-_906d3376-0d7e-982f-3dbd-ad7944c377dc-2739fb52, #w-node-_03fba444-70c4-93e7-002f-f8e9aed27a4f-2739fb52, #w-node-_1978b9af-20d2-1a88-dc72-ea6a84a17a44-2739fb52, #w-node-_17cea94f-e812-ec99-826b-3c416723154e-2739fb52, #w-node-_45d62db9-d443-8c7c-a1d8-ac70cc51595d-2739fb52, #w-node-_486a77aa-7d38-373a-5c9d-9ccf003170da-2739fb52, #w-node-c0f222d5-3bec-5aa2-d0f1-8f1203160f23-2739fb52, #w-node-_2674daa0-ed43-8ecc-bf08-6d732d9baa0b-2739fb52, #w-node-_6d73ed7f-9ad8-7c81-b228-62900c01b803-2739fb54, #w-node-fadf5eb5-bc80-b651-8ec9-786e5e2345af-2739fb55, #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e7d-2739fb56, #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e84-2739fb56, #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e8b-2739fb56, #w-node-a700b88a-9b62-c0c7-7122-777a4c8eafe6-2739fb56, #w-node-e1668e4a-ee70-6164-21af-00f4141d3c56-2739fb56, #w-node-_448c131f-09ff-0aff-81eb-e2472fc74b97-2739fb56, #w-node-_197632a9-6b63-cf6d-e67c-7c0869421477-2739fb56, #w-node-_94a9a125-e51e-4d44-f390-73db43ff65c3-2739fb56, #w-node-_18be432b-7b33-41b5-d231-c2b83b1958c5-2739fb56, #w-node-_62575e38-f37d-f77a-f835-542936327ea9-2739fb56, #w-node-ef8ea516-a4c7-e436-63d9-360bc0b931d9-2739fb56, #w-node-_66dad726-3464-8621-e516-fa94dd580df4-2739fb56, #w-node-_04758319-f835-5147-8208-4cd4b9f36264-2739fb56, #w-node-_589fc188-6be2-a5f1-e927-2face107a81d-2739fb56, #w-node-_39c9a7f4-3cc8-35ed-a987-6dd36a16b5c7-2739fb56, #w-node-_272b1de5-73d8-5b83-e74c-21084e9019d7-2739fb56, #w-node-_503ad4a3-589a-d095-fdf5-ca6257386fc6-2739fb59, #w-node-_027877cd-9045-ff79-acc2-713e95264360-2739fb59, #w-node-_027877cd-9045-ff79-acc2-713e95264361-2739fb59, #w-node-d5e158ab-e498-6b99-7e43-2464529be3e0-2739fb59, #w-node-d5e158ab-e498-6b99-7e43-2464529be3e8-2739fb59, #w-node-_8eca584c-931f-ca67-d42b-5ff24c6e711e-2739fb59, #w-node-_8eca584c-931f-ca67-d42b-5ff24c6e711f-2739fb59, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-2739fb5b, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-2739fb5b, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-2739fb5b, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-2739fb5b, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-2739fb5b, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-2739fb5b, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-2739fb5b, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-2739fb5b, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-2739fb5b, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-2739fb5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10b-2739fb7b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10c-2739fb7b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee115-2739fb7b, #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee11e-2739fb7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee127-2739fb7b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fadf5eb5-bc80-b651-8ec9-786e5e2345af-2739fb95, #w-node-fadf5eb5-bc80-b651-8ec9-786e5e2345af-2739fb96, #w-node-fadf5eb5-bc80-b651-8ec9-786e5e2345af-2739fb97, #w-node-bcf534d6-ffcd-48b6-6294-8053722716cd-2739fb99, #w-node-_21ffef92-c0b7-9ffe-4f31-3c064e69b37b-2739fb99, #w-node-ba1ed08b-0a61-d198-feec-cf1d4dc22297-2739fb99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcec66f1-7b87-7f22-b395-c8de4aaaa027-2739fb99 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_227abe99-eadc-06b7-5e13-fcfac043198f-2739fb9a {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_227abe99-eadc-06b7-5e13-fcfac04319a3-2739fb9a {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-e3d34f38-0850-b4ac-593d-13f2c24f402c-97bc0080, #w-node-b1a55c69-bf6a-0c0e-412b-058ef9be3cf5-97bc0080, #w-node-b1a55c69-bf6a-0c0e-412b-058ef9be3cf6-97bc0080, #w-node-_3ef69cb2-5503-c4c6-3731-fb05eb8de084-4d423775, #w-node-_3ef69cb2-5503-c4c6-3731-fb05eb8de089-4d423775, #w-node-_503ad4a3-589a-d095-fdf5-ca6257386fc6-1f95d435, #w-node-_027877cd-9045-ff79-acc2-713e95264360-1f95d435, #w-node-_027877cd-9045-ff79-acc2-713e95264361-1f95d435, #w-node-d5e158ab-e498-6b99-7e43-2464529be3e0-1f95d435, #w-node-d5e158ab-e498-6b99-7e43-2464529be3e8-1f95d435, #w-node-_8eca584c-931f-ca67-d42b-5ff24c6e711e-1f95d435, #w-node-_61356c76-ba6c-bce9-d45a-f468f7a7d5b3-1f95d435 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0ce6237-0b64-3990-d498-6ad44805e62c-0171fd46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b1a55c69-bf6a-0c0e-412b-058ef9be3cf6-0171fd46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-a700b88a-9b62-c0c7-7122-777a4c8eafe6-2739fb56, #w-node-e1668e4a-ee70-6164-21af-00f4141d3c56-2739fb56, #w-node-_448c131f-09ff-0aff-81eb-e2472fc74b97-2739fb56, #w-node-_197632a9-6b63-cf6d-e67c-7c0869421477-2739fb56, #w-node-_94a9a125-e51e-4d44-f390-73db43ff65c3-2739fb56, #w-node-_18be432b-7b33-41b5-d231-c2b83b1958c5-2739fb56, #w-node-_62575e38-f37d-f77a-f835-542936327ea9-2739fb56, #w-node-ef8ea516-a4c7-e436-63d9-360bc0b931d9-2739fb56, #w-node-_66dad726-3464-8621-e516-fa94dd580df4-2739fb56, #w-node-_04758319-f835-5147-8208-4cd4b9f36264-2739fb56, #w-node-_589fc188-6be2-a5f1-e927-2face107a81d-2739fb56, #w-node-_39c9a7f4-3cc8-35ed-a987-6dd36a16b5c7-2739fb56, #w-node-_272b1de5-73d8-5b83-e74c-21084e9019d7-2739fb56 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_9325d626-9ff5-5406-2da4-ec69f299a88f-f299a86d {
    grid-area: 1 / 3 / 3 / 4;
  }

  #w-node-_9325d626-9ff5-5406-2da4-ec69f299a870-f299a86d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ec088a35-b319-9e38-58b6-55dbfb6ef93a-f299a86d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-ec088a35-b319-9e38-58b6-55dbfb6ef92c-f299a86d {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_627c02f2-1f97-f70a-d05d-784cc918bb3f-f299a86d {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3ef69cb2-5503-c4c6-3731-fb05eb8de089-2739fb51 {
    align-self: stretch;
  }

  #w-node-_227abe99-eadc-06b7-5e13-fcfac043198f-2739fb9a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_227abe99-eadc-06b7-5e13-fcfac04319a2-2739fb9a {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_227abe99-eadc-06b7-5e13-fcfac04319a3-2739fb9a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3ef69cb2-5503-c4c6-3731-fb05eb8de089-4d423775 {
    align-self: stretch;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_9325d626-9ff5-5406-2da4-ec69f299a88f-f299a86d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9325d626-9ff5-5406-2da4-ec69f299a870-f299a86d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-ec088a35-b319-9e38-58b6-55dbfb6ef92c-f299a86d, #w-node-_627c02f2-1f97-f70a-d05d-784cc918bb3f-f299a86d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e3abe012-dae0-2e9c-8fe2-c9b6c2a0b2c3-2739fb48 {
    justify-self: center;
  }

  #w-node-_227abe99-eadc-06b7-5e13-fcfac043198f-2739fb9a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_227abe99-eadc-06b7-5e13-fcfac04319a2-2739fb9a, #w-node-_227abe99-eadc-06b7-5e13-fcfac04319a3-2739fb9a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4c6937a3-b585-5305-f992-cb7661a43b77-2739fb36 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4e93374a-3f8a-6426-605b-d1a4df87b01c-2739fb36 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_840667f9-ceb6-8766-35a5-5283eec2c6ba-2739fb36, #w-node-_2b396c10-4936-1ef0-d9f1-5f285aacc156-2739fb36 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9325d626-9ff5-5406-2da4-ec69f299a88f-f299a86d {
    grid-area: 5 / 5 / 7 / 8;
  }

  #w-node-_9325d626-9ff5-5406-2da4-ec69f299a870-f299a86d {
    grid-area: 1 / 1 / 4 / 8;
    justify-self: center;
  }

  #w-node-ec088a35-b319-9e38-58b6-55dbfb6ef93a-f299a86d {
    grid-area: 4 / 1 / 7 / 2;
  }

  #w-node-ec088a35-b319-9e38-58b6-55dbfb6ef92c-f299a86d {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_627c02f2-1f97-f70a-d05d-784cc918bb3f-f299a86d {
    grid-area: 5 / 2 / 7 / 6;
  }

  #w-node-_6511939a9254c07e10a32aa3000000000036-2739fb45, #w-node-_6511939a9254c07e10a32aa300000000007a-2739fb45, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3a5-2739fb47, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3a0-2739fb47 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3ac-2739fb47 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_6d73ed7f-9ad8-7c81-b228-62900c01b803-2739fb54, #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e7d-2739fb56, #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e84-2739fb56 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e8b-2739fb56 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-a700b88a-9b62-c0c7-7122-777a4c8eafe6-2739fb56, #w-node-e1668e4a-ee70-6164-21af-00f4141d3c56-2739fb56, #w-node-_448c131f-09ff-0aff-81eb-e2472fc74b97-2739fb56, #w-node-_197632a9-6b63-cf6d-e67c-7c0869421477-2739fb56, #w-node-_94a9a125-e51e-4d44-f390-73db43ff65c3-2739fb56, #w-node-_18be432b-7b33-41b5-d231-c2b83b1958c5-2739fb56, #w-node-_62575e38-f37d-f77a-f835-542936327ea9-2739fb56, #w-node-ef8ea516-a4c7-e436-63d9-360bc0b931d9-2739fb56, #w-node-_66dad726-3464-8621-e516-fa94dd580df4-2739fb56, #w-node-_04758319-f835-5147-8208-4cd4b9f36264-2739fb56, #w-node-_589fc188-6be2-a5f1-e927-2face107a81d-2739fb56, #w-node-_39c9a7f4-3cc8-35ed-a987-6dd36a16b5c7-2739fb56, #w-node-_272b1de5-73d8-5b83-e74c-21084e9019d7-2739fb56 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10b-2739fb7b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10c-2739fb7b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee115-2739fb7b, #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee11e-2739fb7b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee127-2739fb7b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_227abe99-eadc-06b7-5e13-fcfac043198f-2739fb9a {
    grid-area: 1 / 1 / 4 / 8;
    justify-self: center;
  }

  #w-node-_227abe99-eadc-06b7-5e13-fcfac04319a2-2739fb9a {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_227abe99-eadc-06b7-5e13-fcfac04319a3-2739fb9a {
    grid-area: 5 / 2 / 7 / 6;
  }

  #w-node-b1a55c69-bf6a-0c0e-412b-058ef9be3cf5-0171fd46, #w-node-_36b20d56-b97c-027f-3043-34073fba51b1-0171fd46, #w-node-_230fa1ae-a740-ca73-5e19-502e5a8b682d-0171fd46 {
    place-self: stretch stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2339721c-f961-d4e5-c31e-0b654d27b8e1-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2339721c-f961-d4e5-c31e-0b654d27b8e4-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2339721c-f961-d4e5-c31e-0b654d27b8e6-2739fb59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2339721c-f961-d4e5-c31e-0b654d27b8f7-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2339721c-f961-d4e5-c31e-0b654d27b8fa-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2339721c-f961-d4e5-c31e-0b654d27b90d-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2339721c-f961-d4e5-c31e-0b654d27b910-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2339721c-f961-d4e5-c31e-0b654d27b91a-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2339721c-f961-d4e5-c31e-0b654d27b91d-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2339721c-f961-d4e5-c31e-0b654d27b927-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2339721c-f961-d4e5-c31e-0b654d27b92a-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f54110a8-48c4-658d-b129-ecbca2492a30-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f54110a8-48c4-658d-b129-ecbca2492a33-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2339721c-f961-d4e5-c31e-0b654d27b934-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2339721c-f961-d4e5-c31e-0b654d27b937-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c1aeb272-e7e3-731a-2c82-82aab4b5a698-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c1aeb272-e7e3-731a-2c82-82aab4b5a69b-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2e2355e0-3a30-83aa-aaca-8cd5b6cd6d92-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2e2355e0-3a30-83aa-aaca-8cd5b6cd6d95-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_09aba535-0d54-b834-e9d5-689639c6a5a4-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_09aba535-0d54-b834-e9d5-689639c6a5a7-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_57929afd-e185-7ce2-d9e5-72e595515442-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_57929afd-e185-7ce2-d9e5-72e595515445-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e497d70e-fed8-2ca0-6760-6d7237f9000d-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e497d70e-fed8-2ca0-6760-6d7237f90010-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0f5525fe-0bdc-c1b1-ee89-dc3210663c96-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0f5525fe-0bdc-c1b1-ee89-dc3210663c99-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c42a5acc-a9b7-7675-9c3d-589a879ca1ca-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c42a5acc-a9b7-7675-9c3d-589a879ca1cd-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f5717bc6-2558-5f81-f699-9fa753b5e03c-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f5717bc6-2558-5f81-f699-9fa753b5e03f-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_632d6d35-59af-eaf7-7052-31ed779b5d9f-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_632d6d35-59af-eaf7-7052-31ed779b5da2-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8965b9ff-f44f-0649-90a3-d3190440a4af-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8965b9ff-f44f-0649-90a3-d3190440a4b2-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_43174973-df59-13af-ef71-581924b7a54c-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_43174973-df59-13af-ef71-581924b7a54f-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0d689c94-bfcd-40eb-b706-6f61da9f41cc-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0d689c94-bfcd-40eb-b706-6f61da9f41cf-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0b3ac075-f581-e2cc-77a7-febd6eed93bd-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0b3ac075-f581-e2cc-77a7-febd6eed93c0-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_797d8b0a-de0d-1a72-77b6-609b1d93bc4b-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_797d8b0a-de0d-1a72-77b6-609b1d93bc4e-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_41e8eaae-3e8d-5bd3-ae1f-e8eba12d5386-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_41e8eaae-3e8d-5bd3-ae1f-e8eba12d5389-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d31c8e6c-ad9a-671a-b34c-4e9a9203a210-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d31c8e6c-ad9a-671a-b34c-4e9a9203a213-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a098bf4c-826f-ac93-5e24-885a614053c5-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a098bf4c-826f-ac93-5e24-885a614053c8-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_604a60c1-9a7c-cd53-e21e-f87804325d60-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_604a60c1-9a7c-cd53-e21e-f87804325d63-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f8ba0fc1-a93f-eed3-5b21-0293b60dc472-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f8ba0fc1-a93f-eed3-5b21-0293b60dc475-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2028aba1-ff4d-9ed6-47ee-b48ad625a162-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2028aba1-ff4d-9ed6-47ee-b48ad625a165-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ccedf072-adb2-904e-5783-0319defbf0f0-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ccedf072-adb2-904e-5783-0319defbf0f3-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_81000d5a-dd5d-a945-b014-0f8cb087be27-2739fb59 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_81000d5a-dd5d-a945-b014-0f8cb087be2a-2739fb59 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10b-2739fb7b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10c-2739fb7b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee115-2739fb7b, #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee11e-2739fb7b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee127-2739fb7b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4c6937a3-b585-5305-f992-cb7661a43b77-2739fb36, #w-node-_4e93374a-3f8a-6426-605b-d1a4df87b01c-2739fb36, #w-node-_840667f9-ceb6-8766-35a5-5283eec2c6ba-2739fb36, #w-node-_2b396c10-4936-1ef0-d9f1-5f285aacc156-2739fb36 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9325d626-9ff5-5406-2da4-ec69f299a88f-f299a86d {
    grid-area: 5 / 1 / 6 / 8;
  }

  #w-node-_9325d626-9ff5-5406-2da4-ec69f299a890-f299a86d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9325d626-9ff5-5406-2da4-ec69f299a870-f299a86d {
    grid-area: 1 / 1 / 2 / 8;
    justify-self: center;
  }

  #w-node-ec088a35-b319-9e38-58b6-55dbfb6ef93a-f299a86d {
    grid-area: 3 / 1 / 4 / 8;
  }

  #w-node-_627c02f2-1f97-f70a-d05d-784cc918bb3f-f299a86d {
    grid-area: 6 / 1 / 7 / 8;
  }

  #w-node-_6511939a9254c07e10a32aa3000000000036-2739fb45, #w-node-_6511939a9254c07e10a32aa300000000007a-2739fb45, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3a5-2739fb47, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3a0-2739fb47, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3ac-2739fb47 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-2739fb52, #w-node-_23bebd33-8494-cbfb-cb42-f6efaf1e62f4-2739fb52, #w-node-_20035d49-3e81-c7d9-d915-74f91bb87eaf-2739fb52, #w-node-_9fefa905-f54d-7515-ef49-191ad0b602f4-2739fb52, #w-node-_65bb74fc-de0d-177a-69a2-104d7d2f12ca-2739fb52, #w-node-b6253e85-a9c6-1ab8-007f-a4483b44d7d4-2739fb52, #w-node-ebb8c401-e390-572d-fe48-6a4e8dc2c0a4-2739fb52, #w-node-_41eaf406-5861-c81c-83af-28e14c89c05b-2739fb52, #w-node-_849ded33-d0ad-e065-787c-0a1f82bad7af-2739fb52, #w-node-_5bd97f38-5056-c048-8f22-470a48714fbf-2739fb52, #w-node-_04a0dbef-6e55-c8a4-2c9e-0892fe6dcb74-2739fb52, #w-node-_6557f3c1-bb83-e1af-8ce7-9e64fb22e7e5-2739fb52, #w-node-_0ce6bf5b-92cd-ad9a-4ecd-ab87ad71683c-2739fb52, #w-node-c9ac7192-203d-dfeb-b29f-eb3b62832374-2739fb52, #w-node-_11c2ca96-06a9-8011-cb2c-046a13048573-2739fb52, #w-node-f6fb521c-c1a1-bd73-ba9e-ad7cec06a616-2739fb52, #w-node-_81d2ce32-64a6-d09f-c217-bb01f9dea4d8-2739fb52, #w-node-_83fd62a7-7fa3-a52a-4456-a1df95eb0e9d-2739fb52, #w-node-c85fd9e7-5c79-bf45-6b50-e0754d6da5f8-2739fb52, #w-node-aca906fe-7160-ac26-a8a1-23cc5a0ef8ca-2739fb52, #w-node-_2ab39cff-540d-d729-9b3b-e0520305cb04-2739fb52, #w-node-f4a6938a-3706-aee1-ec5b-0f5daa1a2391-2739fb52, #w-node-_0533b4f2-1dbf-7d6d-9294-ce582bcb244f-2739fb52 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e7d-2739fb56, #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e84-2739fb56, #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e8b-2739fb56, #w-node-a700b88a-9b62-c0c7-7122-777a4c8eafe6-2739fb56, #w-node-e1668e4a-ee70-6164-21af-00f4141d3c56-2739fb56, #w-node-_448c131f-09ff-0aff-81eb-e2472fc74b97-2739fb56, #w-node-_197632a9-6b63-cf6d-e67c-7c0869421477-2739fb56, #w-node-_94a9a125-e51e-4d44-f390-73db43ff65c3-2739fb56, #w-node-_18be432b-7b33-41b5-d231-c2b83b1958c5-2739fb56, #w-node-_62575e38-f37d-f77a-f835-542936327ea9-2739fb56, #w-node-ef8ea516-a4c7-e436-63d9-360bc0b931d9-2739fb56, #w-node-_66dad726-3464-8621-e516-fa94dd580df4-2739fb56, #w-node-_04758319-f835-5147-8208-4cd4b9f36264-2739fb56, #w-node-_589fc188-6be2-a5f1-e927-2face107a81d-2739fb56, #w-node-_39c9a7f4-3cc8-35ed-a987-6dd36a16b5c7-2739fb56, #w-node-_272b1de5-73d8-5b83-e74c-21084e9019d7-2739fb56 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10b-2739fb7b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10c-2739fb7b, #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee115-2739fb7b, #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee11e-2739fb7b, #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee127-2739fb7b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_227abe99-eadc-06b7-5e13-fcfac043198f-2739fb9a {
    grid-area: 1 / 1 / 2 / 8;
    justify-self: center;
  }

  #w-node-_227abe99-eadc-06b7-5e13-fcfac04319a3-2739fb9a {
    grid-area: 6 / 1 / 7 / 8;
  }
}


@font-face {
  font-family: 'Fa brands 400 (old)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}