:root {
  --primary-dark: #161616;
  --eef3e8: #eef3e8;
  --white: white;
  --primary: #033f33;
  --497f64: #497f64;
  --primary-light: #f3f9ec;
  --ulrich-brown: #372c28;
  --ulrich-green: #43602a;
  --light-gray\<deleted\|variable-720418ab\>: #f9f9fa;
  --a1cc9f: #a1cc9f;
  --black: black;
  --paragraph-gray: #364441;
  --secondary-dark: #272727;
}

.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-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--primary-dark);
  color: var(--eef3e8);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
}

h1 {
  color: var(--white);
  letter-spacing: 1.72px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 75px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  color: var(--white);
  letter-spacing: -1.8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 54px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  color: var(--white);
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
}

h6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.6em;
}

a {
  color: var(--primary);
  align-items: center;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .35s;
}

a:hover {
  color: var(--primary-dark);
}

ul {
  grid-row-gap: 10px;
  background-color: var(--white);
  color: var(--497f64);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-weight: 400;
  display: flex;
}

ol {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 0;
  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;
  font-style: italic;
  font-weight: 600;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  text-align: center;
  letter-spacing: -.28px;
  background-image: url('../images/“.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-bottom: 0;
  padding: 67px 0 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

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

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

.section.light-background.zero-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.small-top-space {
  padding-bottom: 0;
}

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

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

.headings-typography-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

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

.nav-menu {
  background-color: var(--ulrich-brown);
  text-align: right;
  border-radius: 14px;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  color: var(--white);
  text-transform: capitalize;
  padding: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.nav-link:hover {
  opacity: 1;
  color: var(--ulrich-green);
  -webkit-text-stroke-color: var(--ulrich-green);
}

.nav-link.w--current {
  color: var(--white);
  font-style: normal;
}

.utility-page-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
  margin-bottom: 0;
  display: flex;
}

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

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

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

._404-paragraph {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
  font-style: italic;
}

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

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

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.footer {
  background-image: url('../images/Footer-Background.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.footer-bottom-wrapper {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-rights {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: #eef3e899;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.footer-copyright {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: #eef3e899;
  width: 100%;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  display: flex;
}

.footer-copyright-link {
  color: #eef3e899;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

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

.process-item-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.style-guide-button-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.text-button-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: 1;
}

.light-background {
  background-color: var(--light-gray\<deleted\|variable-720418ab\>);
}

.link-with-icon {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  font-style: italic;
  font-weight: 600;
  display: flex;
  position: relative;
}

.link-with-icon:hover {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--ulrich-green);
  -webkit-text-stroke-color: var(--ulrich-green);
}

.hidden {
  display: none;
}

.footer-link {
  opacity: .6;
  color: var(--eef3e8);
  text-transform: none;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  transition: all .3s;
}

.footer-link:hover {
  opacity: 1;
  color: var(--eef3e8);
}

.footer-social-icons-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.footer-brand {
  color: #fff;
  flex: none;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Poppins;
}

.footer-social-icon {
  color: var(--497f64);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 27px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon:hover {
  color: var(--eef3e8);
}

.footer-links-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.search-link {
  color: var(--white);
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  color: var(--a1cc9f);
}

.search-input {
  color: var(--white);
  background-color: #fff0;
  border: 1px solid #fff6;
  border-radius: 14px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 16px;
  font-style: italic;
}

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

.search-input::placeholder {
  color: #ffffff80;
}

.search-input.margin-bottom {
  margin-bottom: 10px;
}

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

.footer-logo-wrapper {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-brand-description {
  color: var(--primary-light);
  text-align: left;
  text-transform: uppercase;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2em;
}

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

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

.secondary-button {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: .32px;
  text-transform: uppercase;
  border-radius: 14px;
  padding: 18px 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
  transition: all .3s;
}

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

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

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

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

.team-wrap {
  background-color: #adc9ab;
  background-image: linear-gradient(0deg, #10241acc, #fff0 70%);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-top: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-top: 30px;
  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;
}

.bold-text {
  color: var(--primary-light);
  letter-spacing: -4px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 66px;
  font-style: normal;
  font-weight: 800;
  line-height: 1em;
}

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

.position {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.menu-wrap {
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.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 {
  display: none;
}

.brand {
  background-color: #272727;
  border-radius: 14px;
  flex: none;
  padding: 10px 20px;
}

.brand.w--current {
  background-color: #27272700;
  width: 8rem;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.footer-rights-wrapper {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  display: flex;
}

.position-relative {
  z-index: 1;
  position: relative;
}

.error-message {
  color: #f33d3d;
  text-align: center;
  background-color: #0000;
  padding: 0;
  font-size: 16px;
  font-style: italic;
}

.section-homepage {
  background-image: url('../images/Background-Green.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 150px;
}

.heading-wrap {
  width: 100%;
  max-width: 500px;
}

.right-block-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.banner-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

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

.dark-text.maxw {
  max-width: 540px;
  font-style: normal;
  font-weight: 300;
}

.homepage-text {
  color: var(--primary-light);
  flex-flow: wrap;
  align-items: center;
  font-style: normal;
  font-weight: 300;
  display: flex;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 80px;
}

.cart-wrap {
  border-radius: 42px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cart-wrap.second {
  background-image: url('../images/Ulrich-Spachteln-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
}

.cart-wrap.third {
  background-color: var(--ulrich-brown);
  justify-content: space-between;
}

.cart-wrap.last {
  background-image: url('../images/Ulrich-Background-2.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
}

.cart-wrap.green {
  background-color: var(--ulrich-green);
}

.line-bottom {
  color: var(--primary-light);
  font-style: normal;
  text-decoration: none;
}

.large-terxt {
  font-size: 22px;
}

.large-terxt.space {
  color: var(--primary-light);
  margin-top: 30px;
  margin-bottom: 50px;
}

.uppercase-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

.uppercase-text.magin {
  color: var(--primary-light);
  margin-top: 20px;
  margin-bottom: 10px;
}

.uppercase-text.last-cart {
  color: var(--primary-light);
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4em;
}

.div-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.title-horizontal {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.title-horizontal.align-down {
  justify-content: space-between;
  align-items: flex-end;
}

.title-horizontal.gap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  padding-left: 2rem;
}

.maxw-500 {
  color: var(--primary-dark);
  width: 100%;
  max-width: 370px;
}

.projects-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 410px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.project-item {
  border-radius: 42px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 320px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-cover {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.image-cover.position {
  object-fit: fill;
}

.image-cover.custom {
  object-position: 50% 30%;
}

.link-block {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.grid-with-image {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 50px;
  display: flex;
}

.image-left {
  border-radius: 42px;
  flex: none;
  width: 370px;
  overflow: hidden;
}

.grid-cart {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.green-block-with-image {
  background-color: var(--ulrich-brown);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  margin-bottom: 20px;
  display: flex;
}

.green-block-with-image.green {
  background-color: var(--ulrich-green);
}

.paragraph-color {
  color: var(--paragraph-gray);
  font-style: normal;
}

.paragraph-color.margin {
  margin-top: 15px;
  margin-bottom: 25px;
  line-height: 2em;
}

.grid-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
}

.link-cms {
  color: var(--black);
  letter-spacing: -.3px;
  text-transform: uppercase;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}

.link-cms:hover {
  color: var(--497f64);
}

.top-image-bgr {
  height: 200px;
}

.small-text {
  font-size: 16px;
}

.small-text.margin {
  margin-bottom: 10px;
}

.contacts-form {
  background-image: url('../images/Ulrich-Baum-Schatten.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 42px;
  max-width: 1400px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 80px 15px 160px;
  overflow: hidden;
}

.div-block-9 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.maxw-desktop {
  color: var(--primary-light);
  max-width: 14ch;
  font-style: normal;
  font-weight: 300;
}

.div-block-10 {
  background-color: var(--ulrich-green);
  width: 100%;
  height: 1px;
}

.logo-top-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 50px;
  display: flex;
}

.italic-text {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.green-button {
  background-color: var(--497f64);
  color: var(--white);
  text-align: center;
  letter-spacing: .32px;
  text-transform: uppercase;
  border-radius: 14px;
  padding: 18px 30px;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 1em;
}

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

.green-button.margin-top {
  margin-top: 35px;
}

.heading-footer {
  color: var(--primary-light);
  letter-spacing: -.16px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.links-wrap {
  line-height: 1.3em;
}

.small-footer-text {
  opacity: .6;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
}

.grid-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr;
}

.top-block {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bottom-block {
  z-index: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.space {
  margin-top: 15px;
}

.button-tablet {
  display: none;
}

.price-small {
  font-size: 16px;
  font-style: italic;
  line-height: 1.2em;
}

.total-price {
  font-family: Plus Jakarta Sans, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.lightbox-link-product {
  border-radius: 42px;
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.checkout-form {
  background-color: #f5f5f500;
  min-height: 100%;
  padding-top: 80px;
  padding-bottom: 0;
}

.block-header {
  background-color: #fff0;
  border-color: #fff3;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.block-content {
  background-color: #fff0;
  border-bottom-color: #fff3;
  border-left-color: #fff3;
  border-right-color: #fff3;
}

.input-checkout {
  color: var(--white);
  background-color: #fafafa00;
  border-color: #ffffff80;
  border-radius: 14px;
}

.input-checkout:focus, .input-checkout.-wfp-focus {
  border-color: var(--white);
  color: var(--white);
}

.shipping-method {
  background-color: #fff0;
  border-bottom-color: #fff3;
}

.shipping-method-list {
  border-left-color: #fff3;
  border-right-color: #fff3;
}

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

.checkbox {
  margin-top: 0;
}

.image-checkout {
  object-fit: cover;
  border-radius: 14px;
  height: 60px;
}

.name-product {
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
}

.sticky-block-checkout {
  top: 110px;
}

.empty-state {
  background-color: #fff0;
  border-bottom-color: #fff3;
  border-left-color: #fff3;
  border-right-color: #fff3;
}

.order-item {
  justify-content: flex-start;
  align-items: center;
}

.heading-5 {
  color: var(--primary-light);
  font-style: normal;
  font-weight: 300;
}

.heading-6 {
  color: var(--primary-light);
  font-style: normal;
}

.base-container-margin {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 15px;
  position: relative;
}

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

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

.margin-bottom {
  margin-bottom: 4rem;
}

.footer-kontakt-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.footer-kontakt-content-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-70 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.page-wrapper {
  position: relative;
}

.legal-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

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

.link-block-2 {
  width: 8rem;
  padding-left: 15px;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 86px;
  }

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.small-top-space {
    padding-top: 80px;
  }

  .base-container {
    max-width: 1400px;
  }

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

  .headings-typography-wrapper {
    width: 48%;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: grid;
  }

  .footer {
    padding-top: 130px;
  }

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

  .process-item-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

  .footer-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: space-between;
  }

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

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .center-title {
    padding-right: 140px;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .heading-wrap {
    max-width: 500px;
  }

  .right-block-wrap {
    max-width: 560px;
  }

  .banner-content {
    justify-content: space-between;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 130px;
  }

  .maxw-500 {
    max-width: 500px;
  }

  .projects-content {
    margin-top: 70px;
  }

  .grid-with-image {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    margin-top: 70px;
  }

  .top-image-bgr {
    height: 220px;
  }

  .contacts-form {
    padding: 130px 80px;
  }

  .grid-5 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr .5fr .5fr;
  }

  .base-container-margin {
    max-width: 1400px;
  }
}

@media screen and (min-width: 1440px) {
  h4 {
    margin-bottom: 10px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .title-horizontal.gap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .top-image-bgr {
    height: 240px;
  }

  .contacts-form {
    margin-left: auto;
    margin-right: auto;
  }

  .maxw-desktop {
    max-width: 600px;
  }
}

@media screen and (min-width: 1920px) {
  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .image-cover.position {
    object-position: 50% 80%;
  }

  .top-image-bgr {
    height: 300px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 45px;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--ulrich-brown);
    border-radius: 0;
    flex-direction: column;
    width: 320px;
    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-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    filter: invert();
    align-self: stretch;
  }

  .footer {
    padding-bottom: 50px;
  }

  .footer-bottom-wrapper {
    justify-content: center;
    align-items: stretch;
    margin-top: 50px;
  }

  .process-item-wrapper {
    flex-flow: column-reverse;
  }

  .footer-wrapper {
    flex-flow: column;
  }

  .footer-brand-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-links-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .search-link {
    font-size: 24px;
  }

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

  .footer-logo-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-brand-description {
    text-align: center;
  }

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

  .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%;
  }

  .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(--ulrich-brown);
    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 {
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .brand-tablet {
    background-color: #272727;
    border-radius: 14px;
    padding: 10px 20px;
    display: block;
  }

  .brand-tablet.w--current {
    background-color: var(--ulrich-brown);
  }

  .banner-content {
    text-align: center;
    flex-flow: column;
  }

  .homepage-text {
    justify-content: center;
    align-items: center;
  }

  .title-horizontal {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-horizontal.align-down {
    justify-content: space-between;
    align-items: center;
    max-width: 650px;
  }

  .title-horizontal.gap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 0;
  }

  .maxw-500 {
    max-width: none;
  }

  .projects-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 250px 1fr;
  }

  .image-cover.position {
    object-position: 50% 70%;
  }

  .grid-with-image {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .image-left {
    width: 100%;
    height: 350px;
  }

  .top-image-bgr {
    height: 150px;
  }

  .div-block-9 {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .button-tablet {
    flex-flow: column;
    width: 100%;
    margin-top: 30px;
    display: flex;
  }

  .lightbox-link-product {
    height: 400px;
  }

  .checkout-form {
    padding-top: 50px;
  }

  .sticky-block-checkout {
    top: 90px;
  }

  .row {
    flex-flow: column;
  }

  .paragraph-2.light {
    text-align: left;
  }

  .footer-kontakt-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-kontakt-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 22px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

  .nav-link {
    margin-left: 0;
  }

  .utility-page-content {
    max-width: 300px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap-reverse;
    align-items: center;
  }

  .footer-copyright {
    justify-content: center;
    align-items: flex-start;
  }

  .process-item-wrapper {
    flex-wrap: wrap;
  }

  .style-guide-button-wrapper, .footer-social-icons-wrapper {
    width: 100%;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .footer-brand {
    padding-left: 0;
  }

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

  .footer-brand-description {
    text-align: center;
  }

  .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%;
  }

  .team-wrap {
    max-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;
  }

  .brand.w--current {
    width: 8rem;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .title-horizontal.gap {
    padding-left: 0;
  }

  .projects-content {
    grid-template-columns: 1fr;
  }

  .grid-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .top-image-bgr {
    height: 120px;
  }

  .contacts-form {
    padding: 60px 30px;
  }

  .green-button.margin-top {
    margin-top: 15px;
  }

  .heading-footer {
    margin-bottom: 10px;
  }

  .div-block-11 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .paragraph-2.light {
    text-align: center;
  }

  .footer-kontakt-content-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-70 {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: 0;
  }

  .nav-link {
    width: 99%;
  }

  .utility-page-content {
    max-width: none;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    text-align: left;
  }

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

  .footer-copyright {
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .footer-brand-description {
    font-size: 35px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .team-wrap {
    margin-top: 0;
  }

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .right-block-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-cover.position {
    object-position: 50% 0%;
  }

  .top-image-bgr {
    height: 80px;
  }

  .logo-top-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .block-header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .centered-title-block {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
    display: flex;
  }

  .order-item {
    flex-flow: column;
  }

  .footer-kontakt-wrapper {
    flex-direction: column;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_908ba051-e1ff-d0c9-5a0a-11d484fcdc55-877a4a96 {
    justify-self: start;
  }

  #w-node-_908ba051-e1ff-d0c9-5a0a-11d484fcdc57-877a4a96 {
    align-self: center;
  }

  #w-node-_835e7a36-0bd9-c0ee-0eee-ba31bc15d127-72cc13b5 {
    justify-self: start;
  }

  #w-node-_835e7a36-0bd9-c0ee-0eee-ba31bc15d129-72cc13b5, #w-node-c6836327-87bd-65a3-2a87-a89fd613bd1a-d9c9e742, #w-node-ccc98dac-699e-c22a-8110-234ff4c7b972-0b7f34f1 {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7f752d6e-df4c-3e26-dd7c-c61412ef9ffa-877a4a96, #w-node-_7f752d6e-df4c-3e26-dd7c-c61412efa00b-877a4a96, #w-node-_7f752d6e-df4c-3e26-dd7c-c61412efa00c-877a4a96, #w-node-daf981fd-9b17-a0fb-7466-2c35634f2c86-634f2c73, #w-node-_7f752d6e-df4c-3e26-dd7c-c61412ef9ffa-d9c9e742, #w-node-_7f752d6e-df4c-3e26-dd7c-c61412efa00b-d9c9e742, #w-node-_7f752d6e-df4c-3e26-dd7c-c61412efa00c-d9c9e742, #w-node-_7f752d6e-df4c-3e26-dd7c-c61412ef9ffa-0b7f34f1, #w-node-_7f752d6e-df4c-3e26-dd7c-c61412efa00b-0b7f34f1, #w-node-_7f752d6e-df4c-3e26-dd7c-c61412efa00c-0b7f34f1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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