:root {
  --black: black;
  --primary-1: #c42026;
  --gray-1: #353e44;
  --lines: #ececec;
  --white: white;
  --gray-4: #fcfcfc;
  --gray-3: #eee;
  --primary-2: #000005;
  --primary-3: #0c6ab4;
  --gray-2: #959595;
  --success: #38cb89;
  --danger: #da2424;
  --warning: #ffb400;
  --primary-4: #408d47;
  --primary-5: #f2b514;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-commercecartopenlinkcount {
  height: 18px;
  min-width: 18px;
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

.w-commerce-commercecartcontainer {
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  background-color: #fff;
  flex-direction: column;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .25);
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecartquantity::-ms-input-placeholder {
  color: #999;
}

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.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 {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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;
  -ms-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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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-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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .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 {
  color: var(--black);
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

h1 {
  color: var(--primary-1);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 54px;
  font-weight: 900;
  line-height: 58px;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

h4 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

h5 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h6 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

a {
  color: var(--gray-1);
  font-weight: 300;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
}

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: 1px #000;
  margin-bottom: 24px;
  padding: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.container {
  width: 100%;
  max-width: 1348px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.container.nav-bar {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.nav-bar.left {
  justify-content: flex-start;
}

.container.nav-bar.justify-left-rifht {
  justify-content: space-between;
}

.container.nav-bar.full {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.container.nav-bar.right {
  justify-content: flex-end;
}

.container.negative-margins {
  justify-content: center;
  margin-top: -80px;
  margin-bottom: -80px;
  display: flex;
}

.container.space-around {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.container.full {
  width: 100%;
  max-width: 100%;
}

.container.nav-10-container {
  z-index: 10;
}

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

.container.container-small {
  max-width: 864px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.container-medium {
  max-width: 1000px;
}

.container.hero-header-container {
  padding-top: 35vh;
  padding-bottom: 15vh;
}

.container.hero-header-container.align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 25vh;
  padding-bottom: 25vh;
  display: flex;
}

.row {
  width: 100%;
  flex-wrap: wrap;
  align-content: stretch;
  display: flex;
}

.row.align-start {
  align-items: flex-start;
}

.row.row-example {
  min-height: 175px;
  background-color: #f7f4ff;
}

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

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

.row.row-align-center.top {
  align-items: stretch;
}

.row.align-end {
  align-items: flex-end;
}

.row.row-justify-center {
  justify-content: center;
}

.row.justify-end {
  justify-content: flex-end;
}

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

.row.justify-around {
  justify-content: space-around;
}

.row.no-flex {
  display: flex;
}

.row.no-spacing {
  margin-left: 0;
  margin-right: 0;
}

.row.row-align-center {
  align-items: center;
}

.row.relative {
  position: relative;
}

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

.row.row-split-content {
  grid-column-gap: 36px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  display: grid;
}

.row.row-split-content.reverse-direction {
  direction: rtl;
}

.row.row-split-content.row-align-top {
  align-items: start;
}

.row.row-no-wrap {
  flex-wrap: nowrap;
}

.row.product-filter-bar {
  border-bottom: 1px solid var(--lines);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.col {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.col-1 {
  max-width: 8.33333%;
  flex-basis: 8.33%;
}

.col.col-11 {
  max-width: 91.6667%;
  flex-basis: 91.67%;
}

.col.col-2 {
  max-width: 16.6667%;
  flex-basis: 16.67%;
}

.col.col-10 {
  max-width: 83.3333%;
  flex-basis: 83.33%;
}

.col.col-3 {
  max-width: 25%;
  flex-basis: 25%;
}

.col.col-9 {
  max-width: 75%;
  flex-basis: 75%;
}

.col.col-4 {
  max-width: 33.3333%;
  flex-basis: 33.33%;
}

.col.col-4.col-m-12.align-bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.col.col-8 {
  max-width: 66.6667%;
  flex-basis: 66.67%;
}

.col.col-8.col-m-12.splite-header-content {
  padding: 50px;
}

.col.col-5 {
  max-width: 41.6667%;
  flex-basis: 41.67%;
}

.col.col-7 {
  max-width: 58.3333%;
  flex-basis: 58.33%;
}

.col.col-6 {
  max-width: 50%;
  flex-basis: 50%;
}

.col.col-6.col-m-12.split-header-content._2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.col.col-6.col-m-12.ding {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.col.col-6.align-right {
  align-items: flex-end;
}

.col.col-12 {
  max-width: 100%;
  flex-basis: 100%;
}

.col.col-m-12.header-column-bg._2 {
  padding: 50px;
}

.col.no-gutters {
  padding-left: 0;
  padding-right: 0;
}

.col.self-start {
  align-self: flex-start;
}

.col.self-center {
  align-self: center;
}

.col.self-end {
  align-self: flex-end;
}

.col.order-last {
  order: 1;
}

.col.order-first {
  order: -1;
}

.col.no-flex {
  display: inline-block;
}

.col.inline {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.col.shrink {
  flex: 0 auto;
}

.inner-div-example {
  text-align: center;
  background-color: #f3faff;
  border: 1px solid #c0e5ff;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.section.light {
  background-color: rgba(9, 106, 208, .04);
}

.section.intro {
  background-color: #4daaec;
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.section.dark.small {
  padding-top: 45px;
  padding-bottom: 45px;
}

.section.grey {
  background-color: #f4f4f4;
}

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

.section.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.wider-padding.background-image {
  background-image: url('../images/5b83f39e1c3dbabd261b70cc_cinematic---big-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.page-header {
  border-bottom: 1px solid var(--lines);
  padding-top: 45px;
  padding-bottom: 45px;
}

.section.page-header.image {
  min-height: 300px;
  background-image: url('../images/5c6ec243a55344360821390d_portfolio-2---wide.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.page-header.style-2 {
  background-color: #f4f4f4;
  padding-top: 80px;
}

.section.page-header.style-3 {
  background-color: #f4f4f4;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.page-header.bg-gray-4 {
  background-color: var(--gray-4);
}

.section.section-split-header {
  overflow: hidden;
}

.section.split-screen-bg {
  background-image: url('../images/5b83f39e3329765aca06f664_square---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.section.split-screen-bg.right {
  background-position: 100%;
}

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

.section.no-vertical-padding.half-wrapper {
  display: flex;
}

.section.full-screen {
  min-height: 600px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.full-screen.background-image-side {
  background-image: url('../images/5c6ec243a55344360821390d_portfolio-2---wide.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.full-screen.stretch {
  align-items: stretch;
}

.section.full-screen.background-image-fixed {
  background-color: rgba(9, 106, 208, .2);
  background-image: url('../images/5b45def377938c7b41fd6015_background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section.cta {
  background-color: #f4f4f4;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.cta.backgrund {
  background-image: url('../images/5b45def377938c7b41fd6015_background-image.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.light-blue {
  background-color: rgba(9, 106, 208, .04);
}

.section.background {
  background-image: url('../images/5c6304598a8b19daa7948907_Placeholder-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.section.light-3 {
  background-color: rgba(9, 106, 208, .04);
}

.section.background-image {
  height: 600px;
  background-image: url('../images/5b83f39e1c3dbabd261b70cc_cinematic---big-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.no-overflow {
  overflow: hidden;
}

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

.section.footer {
  padding-bottom: 45px;
}

.section.top-border {
  border: 1px solid #f4f4f4;
}

.section.footer-main {
  padding-bottom: 20px;
}

.section.footer-bottom {
  background-color: #f4f4f4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.style-guide-section {
  border-bottom: 1px solid var(--gray-3);
}

.section.style-guide-section.no-border {
  border-bottom-style: none;
}

.section.style-guide-section.no-padding-bottom {
  padding-bottom: 0;
}

.section.bg-gray-4 {
  background-color: var(--gray-4);
}

.section.section-large {
  padding-top: 144px;
  padding-bottom: 144px;
}

.section.section-large.bg-primary-3.no-bottom-space {
  padding-bottom: 0;
}

.section.hero-header {
  height: 100vh;
  margin-top: -84px;
  padding-top: 84px;
  padding-bottom: 0;
}

.section.utility-page-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.section.bg-primary.related-products {
  margin-top: 0;
  margin-bottom: -42px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.usps {
  background-color: var(--gray-3);
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.section.bg-gray-2, .section.bg-gray-1 {
  color: var(--white);
}

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

.section.grid.no-bottom-space {
  padding-bottom: 0;
}

.section.more-bottom-padding {
  padding-bottom: 250px;
}

.section.bg-primary-black.related-products {
  background-color: var(--black);
  margin-top: 67px;
  padding-top: 0;
  padding-bottom: 0;
}

.emp {
  color: #4daaec;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.light {
  color: #fff;
}

.button1 {
  border-color: var(--primary-1);
  background-color: var(--primary-2);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  margin: 0;
  padding: 10px 26px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.button1:hover {
  background-color: var(--primary-1);
}

.button1.secondary {
  background-color: #161616;
}

.button1.button-oultine {
  color: var(--primary-1);
  background-color: rgba(0, 0, 0, 0);
}

.button1.button-oultine:hover {
  background-color: var(--primary-1);
  color: #fff;
  transform: none;
}

.button1.button-oultine.reversed {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, .25);
}

.button1.button-oultine.reversed:hover {
  color: #1a1b1f;
  background-color: #fff;
}

.button1.button-oultine.reversed.rounded, .button1.button-oultine.reversed.rounded:hover {
  border-color: #fff;
}

.button1.button-oultine.rounded {
  border-color: #1a1b1f;
}

.button1.button-oultine.rounded:hover {
  border-color: var(--primary-1);
}

.button1.reversed {
  color: #1a1b1f;
  background-color: #fff;
  border-color: #fff;
}

.button1.reversed:hover {
  border-color: var(--gray-4);
  background-color: var(--primary-1);
  box-shadow: none;
  color: var(--white);
}

.button1.reversed.rounded {
  box-shadow: none;
}

.button1.reversed.rounded:hover {
  transform: none;
}

.button1.reversed.small.outline {
  background-color: var(--black);
  color: var(--white);
  border-style: solid;
  border-width: 2px;
  padding: 8px 18px;
}

.button1.reversed._2:hover {
  background-color: var(--black);
}

.button1.reversed.full-width {
  width: 100%;
  justify-content: center;
  display: flex;
}

.button1.rounded {
  border-radius: 60px;
}

.button1.form-button {
  box-shadow: none;
  border-radius: 0 3px 3px 0;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.button1.form-button:hover {
  transform: none;
}

.button1.wide {
  width: 100%;
}

.button1.small {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.button1.full {
  width: 100%;
}

.button1.button-small {
  padding: 4px 16px;
  font-size: 14px;
}

.button1.button-large {
  font-size: 20px;
  line-height: 30px;
}

.button1.button-with-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button1.button-disabled {
  opacity: .5;
}

.button1.button-round {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button1.button-round:hover {
  border-radius: 100%;
}

.button1.button-round.slider-button-right {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 24px;
}

.button1.dropdown-button {
  opacity: 1;
  display: flex;
}

.button1.navbar-button.button-outline {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, .25);
}

.button1.navbar-button.button-outline:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: #1a1b1f;
}

.button1.navmenu-button {
  display: none;
}

.button1.navmenu-button.nav-3 {
  align-self: center;
  display: block;
}

.button1.navmenu-button.nav-3.button-outline {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, .25);
}

.button1.navmenu-button.nav-3.button-outline:hover {
  background-color: var(--white);
  color: #1a1b1f;
}

.button1.navmenu-button.button-outline {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, .25);
}

.button1.navmenu-button.button-outline:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: #1a1b1f;
}

.button1.navmenu-button.button-outline.nav-3 {
  display: block;
}

.button1.button-inline-form {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.button1.button-inline-form.footer-7 {
  min-width: 130px;
}

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

.button1.button-block {
  width: 100%;
}

.button1.bg-primary-2 {
  border-color: var(--primary-2);
}

.button1.bg-primary-3 {
  border-color: var(--primary-3);
}

.button1.bg-gray-1 {
  border-color: var(--gray-1);
}

.button1.bg-gray-2 {
  border-color: var(--gray-2);
}

.button1.bg-gray-3 {
  border-color: var(--gray-3);
  color: var(--gray-1);
}

.button1.bg-gray-3:hover {
  border-color: var(--gray-3);
  background-color: var(--gray-3);
  box-shadow: none;
}

.button1.bg-gray-4 {
  border-color: var(--gray-4);
  color: var(--gray-1);
}

.button1.bg-gray-4:hover {
  border-color: var(--gray-4);
  background-color: var(--gray-4);
  box-shadow: none;
}

.button1.bg-success {
  border-color: var(--success);
}

.button1.form-search-button {
  margin-left: 12px;
}

.button1.cart-btn {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.button1.cart-btn.revers {
  background-color: var(--primary-1);
}

.button1.cart-btn.revers:hover {
  background-color: var(--white);
  color: var(--black);
}

.version-grid {
  opacity: .75;
  color: #fff;
  font-size: 20px;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #1a1b1f;
  margin-bottom: 40px;
}

.horizontal-line.color {
  background-color: var(--primary-1);
}

.horizontal-line.light {
  background-color: rgba(0, 0, 0, .18);
  margin-top: 10px;
  margin-bottom: 20px;
}

.horizontal-line.light.white {
  background-color: #fff;
}

.horizontal-line._2 {
  margin: 25px 0;
}

.styleguide-caption {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.styleguide-caption.small-divider {
  margin-top: -15px;
  font-size: 12px;
}

.styleguide-caption.small-divider.white {
  color: #fff;
}

.styleguide-small-divider {
  width: 100%;
  opacity: .3;
  margin-top: 0;
}

.mb20 {
  margin-bottom: 20px;
}

.mb20.sm {
  margin-bottom: 0;
}

.paragraph-small {
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small.no-bottom-margin {
  margin-bottom: 0;
}

.paragraph-small.white {
  color: rgba(255, 255, 255, .6);
}

.paragraph-small.divider-line {
  margin-left: 8px;
  margin-right: 8px;
}

.paragraph-small.bottom-margin {
  margin-bottom: 20px;
}

.color-block {
  width: 100px;
  height: 100px;
  background-color: rgba(9, 106, 208, .2);
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.dark {
  background-color: #1f2c3d;
}

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

.color-block.light1 {
  background-color: rgba(9, 106, 208, .2);
}

.color-block.light2 {
  background-color: rgba(9, 106, 208, .04);
}

.color-block.white {
  background-color: #fff;
  border: 1px solid #3d9afc;
}

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

.card {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  text-align: left;
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

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

.card.color.typography {
  background-color: #a3a3a3;
  margin-left: -15px;
  margin-right: -15px;
}

.card.color.typography.padding {
  padding: 15px;
}

.card.shadow {
  flex-direction: row;
  box-shadow: 0 0 30px rgba(115, 128, 157, .1);
}

.card.border {
  border: 1px solid #e4e4e4;
}

.card.border.stretch {
  flex: 1;
}

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

.card.card-bg {
  height: 300px;
  background-image: url('../images/5c6ec243a55344360821390d_portfolio-2---wide.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  align-items: flex-end;
  display: flex;
}

.card.bg-white {
  color: var(--white);
  background-color: rgba(255, 255, 255, .05);
  border-color: rgba(233, 238, 241, 0);
}

.card.card-no-border {
  border-style: none;
}

.card.listing-3-content {
  width: auto;
  height: auto;
  min-width: 70%;
  position: absolute;
  bottom: 12px;
  left: 12px;
}

.card.listing-4-card {
  flex-direction: column;
  display: flex;
}

.card.card-horizontal {
  flex-direction: row;
  display: flex;
}

.card.listings-9-card {
  border-style: none;
}

.card.listings-10-card {
  border-style: none;
  padding: 15px 15px 0;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
}

.card.style-guide-color-card {
  min-width: 150px;
}

.card.form-input-card {
  border-radius: 5px;
  flex-direction: row;
  align-items: center;
  transition: all .2s;
}

.card.form-input-card:focus {
  border-color: var(--primary-1);
}

.card.shadow {
  box-shadow: 0 8px 16px rgba(0, 0, 0, .08);
}

.card.link-card {
  color: var(--gray-1);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  transition: all .2s;
  transform: translate(0);
  box-shadow: 0 6px 4px rgba(0, 0, 0, 0);
}

.card.link-card:hover {
  background-color: var(--white);
  transform: translate(0, -4px)translate(0);
  box-shadow: 0 6px 4px rgba(0, 0, 0, .05);
}

.card.event {
  background-color: var(--white);
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .1);
}

.card.missie {
  top: -172px;
}

.card.transparant {
  background-color: rgba(0, 0, 0, 0);
}

.white {
  color: #fff;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.navigation-overlay {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu {
  float: none;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.nav-menu.right.stretch {
  flex: 1;
}

.nav-menu.right.stretch.esktop {
  min-height: 500px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
}

.nav-menu.style-2 {
  flex: none;
}

.nav-menu.not-relative {
  position: static;
}

.nav-menu.vertical {
  flex-direction: column;
  align-items: flex-end;
}

.nav-menu.left {
  flex: 1;
  justify-content: flex-start;
}

.nav-menu.style-3 {
  width: 100%;
  background-color: #cecece;
}

.nav-menu.absolute {
  width: 100%;
  justify-content: space-between;
  position: absolute;
}

.nav-menu.absolute._2 {
  justify-content: center;
}

.nav-menu.navbar-1-menu {
  flex: 0 auto;
  margin-right: 23px;
}

.nav-menu.nav-menu-desktop {
  width: 250px;
  border: 1px solid var(--gray-3);
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav-menu.nav-menu-show-md {
  display: none;
}

.nav-menu.nav-11-menu {
  flex-direction: column-reverse;
  align-items: flex-end;
}

.dropdown-list {
  border: 1px solid #f4f4f4;
  box-shadow: 0 0 30px rgba(115, 128, 157, .1);
}

.dropdown-list.w--open {
  z-index: 9999;
  border: 1px solid var(--gray-3);
  opacity: 1;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 4px 0 6px rgba(0, 0, 0, .05);
}

.dropdown-list.search {
  z-index: 9999;
  width: 400px;
  padding: 20px;
  right: 0;
}

.dropdown-list.rigt {
  z-index: 9999;
  right: 0;
}

.dropdown-list.rigt._2 {
  min-width: 300px;
  border-style: none;
  padding: 13px;
}

.dropdown-list.dropdown-list-top {
  padding-bottom: 0;
}

.dropdown-list.dropdown-list-top.dd-list-large.w--open {
  min-width: 320px;
}

.navigation-style-1 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navigation-style-1.vertical {
  flex-direction: column;
  align-items: center;
}

.navigation-style-1.fixed {
  padding-left: 15px;
  padding-right: 15px;
}

.dropdown-link {
  opacity: 1;
  color: var(--gray-2);
  text-align: left;
  padding: 6px 0;
  transition: opacity .2s;
}

.dropdown-link:hover {
  opacity: 1;
  color: var(--primary-1);
}

.dropdown-link.w--current {
  opacity: 1;
}

.dropdown-link.dropdown-link-block {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
}

.logo-brand {
  width: 140px;
  text-align: center;
  flex-direction: row;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.logo-brand.style-2 {
  width: 240px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 30px 15px;
  display: flex;
}

.logo-brand.style-2.absolute {
  z-index: 1000;
  text-align: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  box-shadow: 0 0 30px rgba(115, 128, 157, .1);
}

.logo-brand.style-3 {
  width: 150px;
  height: 150px;
  background-color: #f4f4f4;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 0;
  padding: 30px 15px;
  display: flex;
}

.logo-brand.style-3.absolute {
  z-index: 1000;
  text-align: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  box-shadow: 0 0 30px rgba(115, 128, 157, .1);
}

.logo-brand.logo-brand-nav-8 {
  margin-bottom: 25px;
  margin-right: 0;
}

.nav-link {
  color: var(--primary-1);
  text-transform: uppercase;
  flex-flow: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 16px;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  transition: all .15s;
  display: flex;
}

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

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

.nav-link.border {
  border: 1px solid var(--primary-1);
  border-radius: 60px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.nav-link.border:hover {
  background-color: var(--primary-1);
  color: #fff;
}

.nav-link.border.cta {
  background-color: var(--primary-1);
  opacity: 1;
  color: #fff;
}

.nav-link.border.cta.reverse {
  color: #1a1b1f;
  background-color: #fff;
  border-color: #fff;
}

.nav-link.nav-white {
  opacity: 1;
  color: #fff;
}

.nav-link.stretch {
  flex: 1;
  justify-content: center;
}

.nav-link.cta {
  background-color: var(--primary-1);
  opacity: 1;
  color: #fff;
}

.nav-push-left {
  flex: 1;
}

.cta-button-container {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.dropdown-chevron {
  margin-right: 20px;
}

.dropdown-chevron._2 {
  margin-right: 5px;
}

.ml-auto {
  margin-left: auto;
}

.navbar-2-right {
  width: 50%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-left-absolute {
  position: absolute;
  left: 0;
}

.nav-center, .nav-center.absolute {
  flex: 1;
  justify-content: center;
  display: flex;
  position: relative;
}

.navbar-4-logo-center {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.navbar-4-logo-center.absolute {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-top-logo {
  padding-top: 0;
}

.nav-top-bar {
  z-index: 4;
  width: 100%;
  background-color: var(--gray-3);
  position: relative;
}

.top-nav-link {
  color: var(--gray-4);
  text-align: left;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding: 9px 12px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

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

.top-nav-link.dropdown {
  padding-right: 24px;
}

.top-nav-link.first {
  padding-left: 0;
}

.top-nav-link.last {
  padding-right: 0;
}

.mr10 {
  margin-right: 10px;
  display: inline-block;
}

.fa {
  font-family: "Fa 400", sans-serif;
  font-size: 17px;
  line-height: 17px;
  display: inline-block;
}

.fa.big {
  font-size: 28px;
  line-height: 34px;
}

.fa.big.solid {
  font-family: "Fa solid 900", sans-serif;
}

.fa.brands {
  font-family: "Fa brands 400", sans-serif;
}

.fa.brands.bigger {
  font-size: 28px;
  line-height: 28px;
}

.fa.solid {
  font-family: "Fa solid 900", sans-serif;
}

.fa.solid.bigger {
  font-size: 22px;
  line-height: 28px;
}

.fa.event {
  font-size: 32px;
  line-height: 32px;
}

.fa.event._2 {
  font-family: "Fa solid 900", sans-serif;
}

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

.flex.right {
  justify-content: flex-end;
}

.flex.left {
  justify-content: flex-start;
}

.flex.justiy-left-right {
  justify-content: space-between;
}

.flex.stretch {
  flex: 1;
  align-items: center;
}

.flex.vertical-md.horizontal-sm {
  align-items: flex-start;
}

.flex.stretch-verticl {
  align-items: stretch;
}

.flex.vertical {
  width: 100%;
  flex-direction: column;
}

.flex.vertical.left {
  align-items: flex-start;
}

.flex.vertical.xs {
  flex-direction: row;
}

.flex.vertical.stretch {
  align-items: stretch;
}

.flex.align-top {
  align-items: flex-start;
}

.flex.center-horizontal {
  justify-content: center;
}

.flex.center-horizontal.md {
  justify-content: flex-start;
}

.flex.h4.mb30 {
  margin-bottom: 30px;
}

.flex.mb12 {
  margin-bottom: 12px;
}

.vertical-divider {
  width: 1px;
  height: 25px;
  background-color: rgba(120, 130, 140, .13);
  display: inline-block;
}

.mb10 {
  margin-bottom: 10px;
}

.mb10.xs {
  margin-bottom: 0;
}

.nav-main-bar {
  z-index: 1;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
  position: relative;
}

.nav-main-bar.more-space {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-main-bar.nav-fixed-bg {
  height: 90px;
}

.inline-form-wrap {
  width: 100%;
  margin-bottom: 0;
}

.inline-form-wrap.footer-7 {
  width: auto;
}

.paragraph {
  font-size: 18px;
  font-weight: 300;
}

.paragraph.text-field {
  height: 56px;
  border: 2px solid rgba(120, 130, 140, .13);
  border-radius: .25rem;
  margin-bottom: 0;
  padding: .75rem;
  font-weight: 400;
}

.dropdown {
  z-index: 9999;
}

.form-input {
  height: auto;
  min-height: 48px;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--lines) var(--lines) var(--primary-2);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .2s;
}

.form-input:focus {
  border-color: var(--primary-1);
}

.form-input.with-icon {
  margin-bottom: 0;
  padding-left: 46px;
}

.form-input.margin-right {
  margin-right: 20px;
}

.form-input.side-margins {
  margin-left: 15px;
  margin-right: 15px;
}

.form-input.subscribe {
  width: 330px;
  margin-right: 10px;
}

.form-input.form-input-small {
  height: 36px;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 20px;
}

.form-input.form-input-large {
  height: 60px;
  font-size: 18px;
}

.form-input.form-input-large.subscribe-form-input {
  height: auto;
  margin-right: 12px;
}

.form-input.textarea-input {
  height: auto;
  min-height: 120px;
  padding-top: 12px;
}

.form-input.textarea-input.textarea-input-large {
  min-height: 240px;
}

.form-input.form-input-inline {
  border-right-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}

.form-input.form-input-inline.footer-7 {
  max-width: 330px;
}

.form-input.inline-form-input {
  height: auto;
  border-color: var(--gray-3);
  border-right-style: none;
}

.form-input.form-input-naked {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.form-input.coupon {
  width: 350px;
}

.form-input.mb {
  margin-bottom: 10px;
}

.form-input.subscribe-form-input {
  margin-right: 12px;
}

.form-input.white {
  border-bottom-color: var(--gray-4);
  color: var(--white);
}

.form-input.white::-ms-input-placeholder {
  color: var(--white);
}

.form-input.white::placeholder {
  color: var(--white);
}

.submit-search {
  width: 60px;
  background-color: rgba(9, 106, 208, .04);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.ml10 {
  margin-left: 10px;
}

.nav-mid-bar {
  z-index: 2;
  width: 100%;
  background-color: var(--gray-3);
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}

.field-icon-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.field-icon {
  width: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.flex-item-stretch {
  flex: 1;
}

.line-1 {
  width: 30px;
  height: 2px;
  background-color: var(--black);
  margin: 2px auto;
  display: block;
  position: static;
}

.nav-list {
  z-index: 2;
  float: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.nav-list.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.nav-list.footer {
  justify-content: flex-start;
}

.nav-list.footer._2 {
  margin-left: 15px;
  margin-right: 15px;
}

.nav-list.navbar-4-left {
  width: 50%;
  flex: 1;
  justify-content: flex-end;
}

.nav-list.navbar-4-right {
  width: 50%;
  flex: 1;
  justify-content: flex-start;
}

.nav-list.navbar-3-list {
  margin-right: 14px;
}

.nav-list.navbar-5-left {
  width: 50%;
  flex: 1;
  justify-content: flex-start;
}

.nav-list.navbar-5-right {
  width: 50%;
  flex: 1;
  justify-content: flex-end;
}

.nav-list.navlist-show-md {
  display: none;
}

.top-bar-inner {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.menu-button {
  z-index: 901;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: relative;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.menu-button.with-text {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  font-size: 16px;
}

.nav-logo-2, .show-md {
  display: none;
}

.line-2 {
  width: 30px;
  height: 2px;
  background-color: var(--black);
  margin: 4px auto;
  display: block;
  position: static;
}

.line-3 {
  width: 30px;
  height: 2px;
  background-color: var(--black);
  margin: 2px auto;
  display: block;
  position: static;
}

.footer-link {
  color: var(--gray-2);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

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

.footer-link.spacing {
  margin-left: 16px;
  margin-right: 16px;
}

.footer-link.no-spacing {
  padding-left: 0;
  padding-right: 0;
}

.footer-link.bottom {
  margin-left: 12px;
  margin-right: 12px;
  padding: 0;
}

.footer-container {
  align-items: center;
  display: flex;
}

.footer-container.vertical {
  flex-direction: column;
}

.footer-container-mobile {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-container-mobile.desktop-left {
  justify-content: flex-start;
}

.mb40 {
  margin-bottom: 40px;
}

.mb40.md, .mb40.sm {
  margin-bottom: 0;
}

.footer-heading {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.mr20 {
  margin-right: 20px;
}

.footer-text.no-bottom-margin {
  margin-bottom: 0;
}

.footer-text.style-2 {
  margin-bottom: 0;
  margin-right: 0;
}

.divider {
  width: 100vw;
  height: 4vw;
  position: relative;
}

.divider.divider-bottom {
  z-index: 1;
  margin-top: 96px;
  top: 1px;
}

.divider.card-divider {
  height: 48px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.footer-blog-title {
  margin-bottom: 5px;
}

.text-small {
  opacity: .75;
  font-size: 14px;
  line-height: 20px;
}

.text-small.style-guide-label {
  opacity: .5;
  margin-top: 6px;
}

.text-small.testimonial-author {
  margin-top: 8px;
}

.text-small.form-hint-text {
  margin-top: 6px;
}

.op7 {
  opacity: .7;
}

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

.align-center.xs, .align-center.sm {
  text-align: left;
}

.align-center._100 {
  width: 100%;
}

.form-group {
  width: 100%;
  margin-bottom: 12px;
}

.form-group.more-margin {
  margin-bottom: 20px;
}

.breadcrumbs {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.breadcrumb-item {
  display: inline-block;
}

.align-right {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.header-column-bg {
  min-height: 300px;
  background-image: url('../images/5b83f39e1c3dbabd261b70cc_cinematic---big-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  display: flex;
}

.split-header-content {
  padding: 161px 60px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb30.sm, .mb30.md {
  margin-bottom: 0;
}

.split-header-col-absolute {
  width: 41%;
  height: 100%;
  background-image: url('../images/5b83f39e1c3dbabd261b70cc_cinematic---big-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}

.header-absolute-image {
  margin-left: -180px;
  padding-top: 283px;
}

.split-header-col-absolute-2 {
  width: 50%;
  height: 100%;
  background-image: url('../images/5b83f39e1c3dbabd261b70cc_cinematic---big-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}

.card-body {
  flex: 1;
  padding: 24px;
}

.card-body.align-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-body.align-left {
  text-align: left;
}

.card-body.more-padding {
  padding: 36px;
}

.card-body.more-padding.icon-top {
  margin-top: 60px;
}

.card-body.more-padding.more {
  padding: 60px;
}

.card-body.more-padding.less {
  padding: 21px;
}

.card-body.no-hor-padding {
  padding-left: 0;
  padding-right: 0;
}

.card-body.col-8 {
  width: 66.6666%;
}

.card-body.col-6 {
  width: 50%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.card-body.listing-4-body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 24px 0 0;
  display: flex;
}

.card-body.listings-8-card-body {
  padding: 24px;
  display: flex;
}

.card-body.card-body-small {
  padding: 16px;
}

.card-body.card-body-large {
  padding: 36px;
}

.card-body.featured-blog-post-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 36px 72px;
  display: flex;
}

.card-body.blog-post-horizontal-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 36px;
  display: flex;
}

.card-body.border-bottom {
  border-bottom: 1px solid var(--gray-3);
}

.card-body.job-card-body {
  justify-content: space-between;
  display: flex;
}

.card-body.job-card-body-2 {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-body.event {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 36px;
  display: flex;
}

.card-body.space-between {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.card-body.space-between.no-left-padding {
  padding-left: 0;
}

.card-body.center {
  align-items: center;
  display: flex;
}

.card-body.card-body-hoirzontal {
  display: flex;
}

.card-icon {
  margin-bottom: 20px;
}

.card-icon.horizontal {
  width: 100px;
  margin-right: 30px;
}

.card-icon.style-2 {
  position: absolute;
  top: 20px;
  right: -38px;
}

.card-icon._2 {
  width: 70px;
  height: 70px;
  background-color: rgba(9, 106, 208, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.card-icon._2.top {
  margin-right: 0;
}

.card-icon._2._3 {
  background-color: rgba(0, 0, 0, 0);
  align-items: flex-start;
}

.card-icon._3 {
  margin-bottom: 0;
}

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

.rounded {
  border-radius: 6px;
}

.half-section {
  width: 50%;
  min-height: 400px;
  min-width: auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 80px;
  display: flex;
  position: relative;
}

.half-section.color-1 {
  background-color: var(--primary-1);
  color: #fff;
}

.half-section._3 {
  width: 33.3333%;
}

.half-section._3.color-2 {
  color: #fff;
  text-align: left;
  background-color: #1dc8cd;
}

.half-section._3.color-3 {
  color: #fff;
  background-color: #ff6a5b;
}

.half-section.align-bottom {
  align-items: flex-end;
}

.half-section.left {
  padding-right: 40px;
}

.half-section.right {
  padding-left: 40px;
}

.half-section-content {
  max-width: 500px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.short-paragrpah {
  width: 75%;
  display: inline-block;
}

.card-horizontal {
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.card-horizontal.rev {
  flex-direction: row-reverse;
}

.card-horizontal.vert-sm {
  height: 100%;
}

.no-margins {
  margin: 0;
}

.phone-image.negative-margin {
  margin-bottom: -125px;
}

.image-100.stretch, .image-100._2 {
  width: 100%;
}

.icon-circle {
  width: 65px;
  height: 65px;
  background-color: var(--gray-3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.icon-circle.top {
  margin-top: -80px;
}

.icon-circle.icon-horizontal-feature {
  background-color: var(--primary-2);
  margin-bottom: 0;
}

.mt40 {
  margin-top: 40px;
}

.mt100 {
  margin-top: 100px;
}

.p20 {
  padding: 20px;
}

.p40 {
  padding: 40px;
}

.card-vert-bg {
  width: 100%;
  height: 100%;
  min-height: 200px;
  background-image: url('../images/5b83f39ffeeeea3308dc79e7_vertical---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  position: relative;
}

.feature-overlap-box-r {
  position: absolute;
  top: 20%;
  right: 0;
}

.feature-overlap-box-l {
  position: absolute;
  top: 20%;
  left: 0;
}

.rounded-top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.top-button {
  z-index: 98;
  transition: background-color .3s;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.tab-content {
  width: 70%;
  float: left;
}

.mb0 {
  margin-bottom: 0;
}

.image-rounded {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.left-padding {
  padding-left: 50px;
}

.tabs-menu {
  border-bottom: 2px solid var(--gray-3);
  flex-wrap: wrap;
  margin-top: -2px;
  margin-bottom: 48px;
  display: flex;
}

.tabs-menu.left {
  width: 30%;
  float: left;
  box-shadow: none;
}

.tabs-menu.center {
  box-shadow: none;
  text-align: center;
}

.tabs-menu.center.border {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
}

.tabs-menu.style-2 {
  box-shadow: none;
}

.tab-link-3 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  padding: 25px;
  font-weight: 500;
  transition: all .3s;
}

.tab-link-3:hover, .tab-link-3.w--current {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(115, 128, 157, .1);
}

.flex-horizontal {
  display: flex;
}

.tab-link-2 {
  opacity: .5;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-right: 24px;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  top: 2px;
}

.tab-link-2:hover {
  opacity: 1;
}

.tab-link-2:active {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-2.w--current {
  border-bottom-color: var(--primary-1);
  opacity: 1;
  color: var(--primary-1);
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-2.style-4 {
  color: #575757;
  background-color: rgba(9, 106, 208, .04);
  border: 1px solid #e5e5e5;
  flex: 1;
  justify-content: center;
  margin-left: -1px;
  font-weight: 300;
  display: flex;
  top: 1px;
}

.tab-link-2.style-4.w--current {
  background-color: #fff;
  border-bottom-color: #fff;
}

.top-margin {
  margin-top: 100px;
}

.top-margin.less {
  margin-top: 50px;
}

.tab-link-4 {
  color: var(--gray-1);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 24px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.tab-link-4:hover {
  color: var(--primary-1);
}

.tab-link-4.w--current {
  background-color: var(--primary-1);
  color: var(--white);
}

.tab-link-4.style-5 {
  color: #8f8f8f;
  border-bottom-width: 1px;
  margin-left: 0;
  margin-right: 30px;
  padding: 4px 0;
  font-size: 16px;
  font-weight: 300;
}

.tab-link-4.style-5.w--current {
  color: #121212;
  border-bottom-color: #121212;
}

.tab-link-4.style-2 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 18px 30px;
  font-size: 16px;
  font-weight: 300;
}

.tab-link-4.style-2.w--current {
  background-color: var(--primary-1);
  color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.tab-link-4.style-3 {
  border-bottom-width: 1px;
  border-bottom-color: #ededed;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 13px;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.tab-link-4.style-3:hover {
  color: var(--primary-1);
}

.tab-link-4.style-3.w--current {
  border-bottom-color: var(--primary-1);
  color: var(--primary-1);
}

.tabs-content {
  border-bottom: 1px #000;
}

.service-tab {
  text-align: center;
  margin-bottom: 140px;
}

.tab-link {
  opacity: .5;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 20px;
  transition: all .2s;
  display: flex;
}

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

.tab-link.w--current {
  background-color: var(--gray-3);
  opacity: 1;
  color: var(--gray-1);
}

.tab-link.no-left-line {
  border-left-style: none;
}

.tab-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  display: block;
  position: relative;
}

.tab-icon {
  margin-right: 16px;
}

.element-wrapper {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.value-proposition-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.value-proposition-container._2 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.value-proposition-container.vertical-align {
  flex-direction: row;
  flex: 1;
  align-items: center;
}

.small-icon {
  float: left;
  margin-right: 16px;
}

.contact-form-container {
  width: 100%;
  border-radius: 6px;
  padding: 40px;
}

.contact-form-container.light-color {
  background-color: rgba(9, 106, 208, .04);
  padding: 20px;
}

.contact-form-container.light-color.padding {
  padding: 40px;
}

.inline-form {
  min-width: 390px;
  align-items: flex-start;
  display: flex;
}

.computer-image {
  width: 70vw;
  margin-left: 10vw;
  position: absolute;
}

.computer-image-container {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}

.side-image {
  position: relative;
}

.video-preview {
  border-radius: 10px;
}

.transparent-overlay {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.play-icon-1 {
  z-index: 2;
  position: relative;
}

.op6 {
  opacity: .6;
}

.value-point-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.social-link {
  width: 50px;
  color: var(--primary-1);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

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

.section-header {
  max-width: 720px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 40px;
  display: flex;
}

.section-header.section-header-left {
  text-align: left;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.section-header.no-bottom-margin {
  margin-bottom: 0;
}

.section-header.less-bottom-marin {
  margin-bottom: 20px;
}

.side-margins {
  margin-left: 15px;
  margin-right: 15px;
}

.flex-vertical-centered {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.horizontal-form {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.horizontal-form.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.form {
  width: 100%;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.text-area {
  min-height: 140px;
  color: var(--primary-1);
  background-color: #fff;
  border: 1px solid #e4e4e4;
  margin-bottom: 0;
  padding: 16px;
}

.text-area::-ms-input-placeholder {
  color: #1a1b1f;
}

.text-area::placeholder {
  color: #1a1b1f;
}

.map-wrapper {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.map-wrapper.as-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.map-left {
  width: 150%;
  height: 100%;
  margin-left: -50%;
}

.avatar-container {
  align-items: center;
  position: relative;
}

.avatar-container._2 {
  margin-top: 10px;
  margin-left: 25px;
}

.avatar-container._3 {
  margin-top: 25px;
}

.avatar-container._4 {
  flex-direction: column;
  justify-content: center;
}

.slider-1 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slide-50 {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}

.testimonial-container {
  background-color: #fff;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.testimonial-container.border {
  border: 1px solid #1a1b1f;
  border-radius: 3px;
}

.testimonial-container.shadow-rounded {
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(115, 128, 157, .1);
}

.quotation-mark {
  opacity: .1;
  margin-right: 24px;
}

.hide {
  display: none;
}

.slide-nav-2 {
  margin-top: 20px;
  margin-bottom: -20px;
  font-size: 10px;
  position: relative;
}

.partner-logo-container.slide {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-triangle {
  border-top: 15px solid #fff;
  border-left: 15px solid rgba(0, 0, 0, 0);
  border-right: 15px solid rgba(0, 0, 0, 0);
  margin-left: 45px;
  display: inline-block;
  position: relative;
  top: -5px;
}

.slide-33 {
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
}

.border-to-edge-picture {
  width: 100vw;
  height: 600px;
  float: left;
  background-image: url('../images/5b83f39e1c3dbabd261b70cc_cinematic---big-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 0;
}

.image-full-width {
  width: 100%;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.play-icon {
  position: absolute;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slider-arrow {
  color: var(--primary-1);
}

.right-arrow.small {
  color: #c5c5c5;
  font-size: 20px;
  right: -40px;
}

.left-arrow.small {
  color: #c5c5c5;
  font-size: 20px;
  left: -40px;
}

.slide-nav {
  color: var(--primary-1);
}

.slide {
  background-color: rgba(0, 0, 0, 0);
}

.slide.small {
  width: 70%;
  margin-left: 10px;
  margin-right: 10px;
}

.overflow-visible {
  overflow: visible;
}

.gallery-title-overlay {
  background-color: rgba(9, 106, 208, .2);
  padding: 15px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.gallery-item {
  position: relative;
}

.toggle-space {
  padding-top: 20px;
  padding-left: 64px;
  padding-right: 8px;
}

.toggle-space._2 {
  padding-left: 35px;
}

.toggle-element {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.toggle-header {
  text-align: left;
  align-items: flex-start;
  padding-right: 0;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
}

.toggle-header:hover {
  color: #316ce8;
}

.toggle-header._1 {
  border-top-style: none;
  border-bottom-style: none;
}

.toggle-header._1:hover {
  background-color: rgba(0, 0, 0, 0);
}

.toggle-header._2 {
  border: 2px solid #ededed;
}

.toggle-wrapper {
  width: 100%;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(9, 106, 208, .2);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.toggle-wrapper._1 {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 10px 0;
}

.toggle-wrapper._2 {
  margin-top: -2px;
}

.toggle-content {
  overflow: hidden;
}

.toggle-content._2 {
  border: 2px solid #ededed;
  margin-top: -4px;
}

.toggle-icon {
  width: 18px;
  height: 18px;
  float: right;
  background-image: url('../images/down-arrow-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  position: absolute;
  right: 10px;
}

.alerts-wrapper {
  z-index: 999;
  width: 100%;
  border-left-color: var(--primary-1);
  background-color: var(--primary-1);
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  padding: 20px 20px 20px 25px;
  font-weight: 300;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.alerts-wrapper.secondary {
  color: #888;
  background-color: #f1f1f1;
  border-color: #dddfe2;
}

.alerts-wrapper.success {
  color: #5f9025;
  background-color: #ebf6e0;
  border-color: #c3e6cb;
}

.alerts-wrapper.danger {
  border-left-color: var(--danger);
  color: var(--danger);
}

.alerts-wrapper.warning {
  color: #8f872e;
  background-color: #fbfadd;
  border-color: #ffeeba;
}

.alerts-wrapper.transparent {
  color: #818182;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.alerts-icon {
  width: 21px;
  height: 21px;
  float: right;
  opacity: .5;
  color: #000;
  text-align: left;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  display: flex;
  position: static;
}

.alert-rounded {
  border-radius: 60px;
}

.service-icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--primary-1);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 11px;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  display: flex;
}

.toggle-header-text {
  margin-top: 15px;
  margin-left: 24px;
}

.toggle-content-text {
  margin-top: 8px;
}

.question-arrow-icon {
  margin-top: 5px;
  margin-right: 16px;
}

.how-it-works-step {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.how-it-works-step.hor {
  flex-direction: row;
  align-items: flex-start;
}

.circle {
  z-index: 1;
  width: 48px;
  height: 48px;
  border: 1px none var(--primary-1);
  background-color: var(--gray-2);
  border-radius: 49px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.circle.hor {
  margin-right: 40px;
}

.circle.list-circle {
  margin-right: 24px;
}

.step-content {
  flex: 1;
}

.how-it-works-line {
  width: 100vw;
  height: 1px;
  background-color: rgba(9, 106, 208, .2);
  position: absolute;
  top: 200px;
}

.tab {
  width: 100%;
}

.tabs-menu-2 {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.tabs-menu-2.left {
  width: 30%;
  float: left;
  box-shadow: none;
}

.tabs-menu-2.center {
  box-shadow: none;
  text-align: center;
}

.tabs-menu-2.center.border {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
}

.tabs-menu-2.style-2 {
  box-shadow: none;
}

.tab-link-5 {
  opacity: .5;
  color: var(--gray-1);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab-link-5.w--current {
  opacity: 1;
  color: var(--primary-2);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
}

.how-it-works-tab {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.step-container {
  margin-bottom: 80px;
}

.numbers {
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.list-item-number {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.button-number {
  width: 40px;
  height: 40px;
  color: #1a1b1f;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f4f4f4;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
  text-decoration: none;
  display: flex;
}

.button-number.selected {
  background-color: #f4f4f4;
}

.product-button-feedback {
  width: 20px;
  height: 20px;
  margin-left: 6px;
  margin-right: 6px;
}

.product-price-link {
  text-decoration: none;
}

.price.striped {
  opacity: .63;
  margin-right: 10px;
  font-size: 19px;
  text-decoration: line-through;
}

.product-rating-old {
  justify-content: flex-start;
  display: flex;
}

.product-rating-old._2 {
  margin-bottom: 10px;
}

.rating-old {
  color: orange;
  margin-right: 2px;
  font-family: "Fa 400", sans-serif;
  font-size: 16px;
}

.rating-old.full {
  font-family: "Fa solid 900", sans-serif;
}

.product-card-image-link {
  width: 100%;
  height: 100%;
  position: relative;
}

.product-card-image-link.big {
  height: 300px;
}

.label {
  color: #fff;
  border-radius: 5px;
  padding: 3px 15px;
  font-size: 13px;
  text-decoration: none;
}

.label.danger {
  text-align: center;
  background-color: #ff5722;
  text-decoration: none;
}

.label.success {
  background-color: #2cdd9b;
}

.label.danger {
  background-color: #ea723d;
}

.label.dark {
  background-color: #6d6d6d;
}

.label.default {
  color: #1a1b1f;
  border: 1px solid #dadada;
}

.no-underline {
  text-decoration: none;
}

.product-badge {
  padding-top: 12px;
  padding-right: 12px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.product-badge.quick-view {
  padding-top: 0;
  padding-right: 0;
  top: 24px;
  bottom: auto;
  left: 24px;
  right: auto;
}

.result-count {
  margin-right: 5px;
}

.select-field {
  height: 50px;
  color: #1a1b1f;
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #e4e4e4;
}

.relative {
  position: relative;
}

.cart-badge {
  width: 17px;
  height: 17px;
  color: #fff;
  background-color: #47d68c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.cart-badge.danger {
  text-align: center;
  background-color: #ff5722;
  text-decoration: none;
}

.s-default-state {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.product-row {
  width: 100%;
  height: auto;
  background-color: #fff;
  align-items: center;
  display: flex;
}

.product-row-wrapper {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.product-row-wrapper.space-between {
  justify-content: space-between;
}

.link-block {
  color: #ff5f5f;
  margin-right: 13px;
}

.cart-image {
  width: 60px;
  height: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.cart-product-title {
  color: var(--gray-1);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

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

.card-body-2 {
  padding-top: 20px;
}

.product-image-overlay {
  background-color: rgba(255, 255, 255, .3);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-gallery {
  width: 100%;
}

.lightbox-link-3 {
  z-index: 10;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 8px;
  right: 8px;
}

.image-11 {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.slide-51 {
  background-image: url('../images/imani-clovis-234736-unsplash_1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-105 {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.current-image {
  width: 100px;
  height: 100px;
  background-image: url('../images/imani-clovis-111111-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.not-active-image {
  width: 100px;
  height: 100px;
  opacity: .5;
  background-image: url('../images/imani-clovis-234736-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.not-active-image:hover {
  opacity: 1;
}

.slider-2 {
  height: 500px;
  background-color: rgba(0, 0, 0, 0);
}

.shop-sidebar {
  padding-right: 20px;
}

.line-4 {
  width: 17px;
  height: 2px;
  background-color: #3a3a3a;
  margin-top: 3px;
  margin-bottom: 3px;
}

.line-5 {
  width: 20px;
  height: 2px;
  background-color: #3a3a3a;
  margin-top: 3px;
  margin-bottom: 3px;
}

.line-6 {
  width: 18px;
  height: 2px;
  background-color: #3a3a3a;
  margin-top: 3px;
  margin-bottom: 3px;
}

.sidebar-overlay {
  z-index: 9998;
  opacity: 0;
  background-color: rgba(0, 0, 0, .3);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sidebar-wrapper {
  padding-right: 20px;
  position: relative;
}

.sidebar-toggle {
  display: none;
}

.sticky-aside {
  position: -webkit-sticky;
  position: sticky;
  top: -15px;
  bottom: 0;
  left: 0;
  right: 0;
}

.sticky-aside.faq-aside {
  top: 110px;
}

.banner-overlay {
  background-color: rgba(0, 0, 0, .25);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-special {
  position: relative;
}

.image-special-shape {
  z-index: -1;
  background-color: rgba(9, 106, 208, .04);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(-15px, 15px);
}

.badge-br {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.responsive {
  position: relative;
}

.label-2 {
  color: #fff;
  padding: 3px 15px;
  text-decoration: none;
}

.label-2.danger {
  text-align: center;
  background-color: #ff5722;
  text-decoration: none;
}

.label-2.success {
  background-color: #2cdd9b;
}

.label-2.danger {
  background-color: #ea723d;
}

.label-2.dark {
  background-color: rgba(31, 31, 31, .49);
}

.mr5 {
  margin-right: 5px;
}

.ml20 {
  margin-left: 20px;
}

.value-proposition-buttons {
  margin-top: 40px;
}

.low-opacity {
  color: rgba(9, 106, 208, .6);
}

.centre-align {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.flex-2 {
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.flex-2.center-horizontal {
  justify-content: center;
  align-items: center;
}

.button-number-2 {
  width: 40px;
  height: 40px;
  color: rgba(146, 178, 195, .69);
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(146, 178, 195, .27);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: visible;
}

.button-number-2:hover, .button-number-2.selected {
  color: #546a76;
  background-color: rgba(146, 178, 195, .11);
}

.fa-2 {
  width: 20px;
  text-align: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  display: inline-block;
}

.text-white {
  color: #fff;
}

.nav-item {
  margin-bottom: 0;
}

.avatar-image {
  width: 70px;
  height: 70px;
  background-image: url('../images/5b5f14c31175b34ed8689454_Userpic.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}

.form-block-footer {
  width: 100%;
  margin-bottom: 40px;
}

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

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

.div-block-108 {
  padding: 0 15px;
}

.div-block-109 {
  padding: 60px 70px 37px;
}

.rich-text-block-2 {
  width: 100%;
}

.social-icons-container {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  margin-left: -2px;
  margin-right: -2px;
  display: flex;
}

.social-icons-container.left {
  justify-content: flex-start;
}

.div-block-111 {
  width: 100%;
  flex: 1;
  margin-bottom: 40px;
}

.social-icon {
  width: 28px;
  height: 36px;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.social-icon.email {
  font-family: "Fa 400", sans-serif;
}

.social-icon.facebook {
  background-color: #3b5998;
}

.social-icon.twitter {
  background-color: #1da1f2;
}

.social-icon.googleplus {
  background-color: #d34836;
}

.social-icon.linkedin {
  background-color: #0d77b7;
}

.social-icon.pinterest {
  background-color: #cd2029;
}

.social-icon._2 {
  border-radius: 0%;
  margin-left: 3px;
  margin-right: 3px;
}

.social-icon.dark {
  color: var(--black);
}

.social-icon.bg-white {
  color: var(--gray-1);
}

.rich-text-block-3 {
  margin-bottom: 40px;
}

.div-block-112 {
  margin-top: 30px;
  margin-bottom: 60px;
}

.paragraph-2-col {
  column-count: 2;
}

.project-link {
  flex: 1;
  text-decoration: none;
  display: flex;
}

.project-wrapper {
  width: 100%;
  color: var(--white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-wrapper.no-bottom-margin {
  margin-bottom: 0;
}

.project-wrapper._2 {
  width: 100%;
  height: 250px;
  background-image: url('../images/5b83f39e33297634ed06f663_16_9---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-wrapper._3 {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.project-content {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.project-content.boxed-white {
  text-align: left;
  background-color: #fff;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.project-content._2 {
  padding-left: 30px;
  padding-right: 30px;
}

.project-content.title-left {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 30px;
  padding-left: 30px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.no-padding {
  padding: 0;
}

.masonry {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.masonry-item {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-113 {
  margin-bottom: 40px;
}

.social-share {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #969696;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
  margin-right: 2px;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  display: flex;
}

.social-share.email {
  font-family: "Fa 400", sans-serif;
}

.article-icons-wrapper {
  width: 100%;
  padding-top: 48px;
}

.article-icons-wrapper.mb {
  margin-bottom: 40px;
}

.service-image-link {
  width: 57%;
  min-height: 530px;
  position: relative;
  overflow: hidden;
}

.service-text-box {
  background-color: #fff;
  flex: 1;
  margin-left: -8%;
  margin-right: auto;
  padding: 5%;
  position: relative;
}

.service-collection-item {
  width: 100%;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.service-image {
  width: 100%;
  min-height: 530px;
  background-image: url('../images/5b83f39e3329765aca06f664_square---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-item {
  width: 100%;
  padding: 10px 10px 10px 0;
}

.menu-item.current {
  font-weight: 700;
}

.list-item, .unordered-list {
  width: 100%;
}

.dropdown-mega-wrapper {
  position: static;
}

.dropdown-list-mega.w--open {
  top: 58px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.logo-wrapper {
  width: 100%;
  height: 150px;
  position: relative;
}

.logo-wrapper.no-bottom-margin {
  margin-bottom: 0;
}

.logo-wrapper._2 {
  width: 100%;
  height: 250px;
  background-image: url('../images/5b83f39e33297634ed06f663_16_9---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-25 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.slide-20 {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.navigation-fixed {
  z-index: 999;
  background-color: #fff;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 12px 0 24px rgba(0, 0, 0, .05);
}

.navigation-fixed._2 {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}

.slider-3 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.image-slide {
  width: 30%;
  height: 350px;
  background-image: url('../images/5b45def377938c7b41fd6015_background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-slide.full {
  width: 100%;
  height: 100%;
}

.slider-arrow-2 {
  color: #300933;
  font-size: 30px;
  position: relative;
}

.slide-nav-3 {
  color: #300933;
}

.expendable {
  width: 100%;
  border: 1px solid var(--gray-3);
  text-align: left;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.expendable._1 {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 10px 0;
}

.expendable._2 {
  margin-top: -2px;
}

.expendable.style-2 {
  border-style: none none solid;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.expandable-title {
  width: 100%;
  text-align: left;
  cursor: pointer;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
}

.expandable-title:hover {
  color: #1a1b1f;
}

.expandable-title._1 {
  border-top-style: none;
  border-bottom-style: none;
}

.expandable-title._1:hover {
  background-color: rgba(0, 0, 0, 0);
}

.expandable-title._2 {
  border: 2px solid #ededed;
}

.expandable-title.style-2 {
  padding: 24px 0;
}

.accordion-content-wrapper {
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.accordion-content-wrapper._2 {
  padding-left: 35px;
}

.accordion-content-wrapper.open {
  height: auto;
}

.accordion-content {
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
}

.accordion-content.style-2 {
  padding: 12px 0 0;
}

.expandable-wrapper {
  width: 100%;
  margin-bottom: 12px;
  overflow: hidden;
}

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

.div-block-115 {
  height: 100vh;
}

.slider-4 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.menu-overlay {
  z-index: 900;
  width: 300px;
  background-color: #ececec;
  padding: 50px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(300px);
  box-shadow: 0 0 20px rgba(0, 0, 0, .04);
}

.menu-overlay.left {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(-300px);
}

.menu-overlay.full {
  width: 100%;
  height: 100%;
  box-shadow: none;
  background-color: #3d3d3d;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: none;
}

.width-100 {
  width: 100%;
}

.width-100.full-height {
  padding-top: 0;
  padding-bottom: 0;
}

.banner-1-next {
  min-height: 620px;
  background-image: url('../images/5c6ec243a55344360821390d_portfolio-2---wide.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 123px;
  padding-bottom: 123px;
  display: flex;
  position: relative;
}

.banner-1-next.ful-screen {
  height: 100vh;
}

.banner-1-next.move-correction {
  padding-bottom: 100px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
}

.text-jumbo {
  letter-spacing: -.04em;
  margin-bottom: 24px;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
}

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

.feat-col-4 {
  width: 33.3333%;
  background-color: #f4f4f4;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px;
  display: flex;
}

.section-intro, .testimonial-50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-50._80 {
  width: 80%;
}

.arrow-dark {
  color: #1a1b1f;
}

.div-block-116 {
  position: absolute;
  top: auto;
  bottom: 15px;
  left: 15px;
  right: auto;
}

.div-block-117 {
  align-items: center;
  display: flex;
}

.card-image {
  height: 270px;
  background-image: url('../images/5c6eb9062a03ddf1c0a734c4_Placeholder-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-image._2 {
  height: 100%;
  min-height: 270px;
  flex: 1;
  align-self: stretch;
}

.utility-page-wrap {
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

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

.move-up {
  margin-top: -100px;
}

.paragraph-light {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.logo-holder {
  height: 200px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.logo-slider {
  width: 20%;
}

.image-logo {
  max-height: 100%;
}

.logo-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-item-2 {
  margin-bottom: 0;
}

.nav-item-2.footer {
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
}

.blog-url {
  text-decoration: none;
}

.blog-col {
  width: 50%;
  align-self: stretch;
}

.card-image-link {
  height: 100%;
  align-items: stretch;
  display: flex;
}

.event-col-2 {
  width: 70%;
}

.calendar-month {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.event-wrapper {
  border-bottom: 1px solid #ececec;
  align-items: flex-start;
  margin-bottom: 45px;
  padding-bottom: 45px;
  display: flex;
}

.blog-url-2 {
  text-decoration: none;
}

.event-col-1 {
  width: 20%;
  padding-right: 40px;
}

.calendar-day {
  font-size: 36px;
  font-weight: 700;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border: 1px solid #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.calendar {
  width: 100px;
  height: 100px;
  background-color: #e9e9e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 17px 25px;
  display: flex;
}

.calendar.archive {
  align-self: flex-end;
}

.calendar.fixed {
  width: 100px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.image-icon {
  width: 16px;
  margin-left: -3px;
  margin-right: 8px;
}

.mb40-2 {
  margin-bottom: 100px;
}

.timeline {
  margin-bottom: 45px;
}

.timeline-row {
  flex-direction: row;
  display: flex;
  position: relative;
}

.timeline-row.right {
  justify-content: flex-end;
}

.timeline-col-left, .timeline-col-right {
  width: 50%;
}

.timeline-left-box, .timeline-right-box {
  position: relative;
}

.timeline-left-content {
  background-color: #f4f4f4;
  margin-right: 30px;
  padding: 35px;
}

.timeline-right-content {
  background-color: #f4f4f4;
  margin-left: 30px;
  padding: 35px;
}

.timeline-triangle {
  width: 20px;
  height: 20px;
  background-color: #f4f4f4;
  position: absolute;
  top: 41px;
  bottom: auto;
  left: 20px;
  right: auto;
  transform: rotate(45deg);
}

.timeline-triangle.right {
  left: auto;
  right: 20px;
}

.timeline-circle {
  width: 24px;
  height: 24px;
  background-color: #f4f4f4;
  border-radius: 100%;
  position: absolute;
  top: 37px;
  left: -12px;
}

.timeline-circle.left {
  bottom: auto;
  left: auto;
  right: -12px;
}

.timeline-line {
  width: 1px;
  height: 100%;
  background-color: #f4f4f4;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-footer {
  max-width: 720px;
  text-align: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.project-wrapper-link {
  width: 100%;
  text-decoration: none;
}

.project-image {
  z-index: 1;
  width: 100%;
  height: 350px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.project-overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-title {
  text-align: left;
  margin-bottom: 0;
}

.row-sm {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -7px;
  margin-right: -7px;
  display: flex;
}

.row-sm.align-start {
  align-items: flex-start;
}

.row-sm.row-example {
  min-height: 175px;
  background-color: #f7f4ff;
}

.row-sm.align-center {
  justify-content: center;
  align-items: center;
}

.row-sm.align-center.left {
  text-align: left;
}

.row-sm.align-center.top {
  align-items: stretch;
}

.row-sm.align-end {
  align-items: flex-end;
}

.row-sm.justify-center {
  justify-content: center;
}

.row-sm.justify-end {
  justify-content: flex-end;
}

.row-sm.justify-between {
  justify-content: space-between;
}

.row-sm.justify-around {
  justify-content: space-around;
}

.row-sm.no-flex {
  display: flex;
}

.row-sm.no-spacing {
  margin-left: 0;
  margin-right: 0;
}

.row-sm.align-center-vert {
  align-items: center;
}

.row-sm.relative {
  position: relative;
}

.row-sm.justify-space-between {
  justify-content: space-between;
}

.col-sm {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
  position: relative;
}

.col-sm.col-1 {
  max-width: 8.33333%;
  flex-basis: 8.33%;
}

.col-sm.col-11 {
  max-width: 91.6667%;
  flex-basis: 91.67%;
}

.col-sm.col-2 {
  max-width: 16.6667%;
  flex-basis: 16.67%;
}

.col-sm.col-10 {
  max-width: 83.3333%;
  flex-basis: 83.33%;
}

.col-sm.col-3 {
  max-width: 25%;
  flex-basis: 25%;
}

.col-sm.col-9 {
  max-width: 75%;
  flex-basis: 75%;
}

.col-sm.col-4 {
  max-width: 33.3333%;
  flex-basis: 33.33%;
}

.col-sm.col-4.col-m-12.align-bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.col-sm.col-8 {
  max-width: 66.6667%;
  flex-basis: 66.67%;
}

.col-sm.col-8.col-m-12.splite-header-content {
  padding: 50px;
}

.col-sm.col-5 {
  max-width: 41.6667%;
  flex-basis: 41.67%;
}

.col-sm.col-7 {
  max-width: 58.3333%;
  flex-basis: 58.33%;
}

.col-sm.col-6 {
  max-width: 50%;
  flex-basis: 50%;
}

.col-sm.col-6.col-m-12.split-header-content._2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.col-sm.col-6.col-m-12.ding {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.col-sm.col-6.align-right {
  align-items: flex-end;
}

.col-sm.col-12 {
  max-width: 100%;
  flex-basis: 100%;
}

.col-sm.col-m-12.header-column-bg._2 {
  padding: 50px;
}

.col-sm.no-gutters {
  padding-left: 0;
  padding-right: 0;
}

.col-sm.self-start {
  align-self: flex-start;
}

.col-sm.self-center {
  align-self: center;
}

.col-sm.self-end {
  align-self: flex-end;
}

.col-sm.order-last {
  order: 1;
}

.col-sm.order-first {
  order: -1;
}

.col-sm.no-flex {
  display: inline-block;
}

.col-sm.inline {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.col-sm.shrink {
  flex: 0 auto;
}

.show-sm, .show-xs {
  display: none;
}

.section-halfs {
  flex-wrap: wrap;
  display: flex;
}

.section-halfs.banner {
  height: 100vh;
}

.nav-line-old {
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0);
}

.mt24 {
  margin-top: 24px;
}

.mt12 {
  margin-top: 12px;
}

.mt36 {
  margin-top: 36px;
}

.side-nav {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: rgba(17, 54, 64, .12);
  border-radius: 50%;
  margin: 5px;
  transition: background-color .2s;
}

.dot:hover, .dot.w--current {
  background-color: var(--primary-1);
}

.div-block-121 {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.link-alt {
  text-decoration: none;
}

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

.link-alt.small {
  font-size: 15px;
}

.preloader {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.preloader.hide {
  display: none;
}

.preloader-image {
  z-index: 3;
  width: 55px;
  height: 66px;
  background-image: url('../images/Ripple-1.7s-100px-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rich-text-jumbo p {
  font-size: 20px;
  line-height: 34px;
}

.rich-text-jumbo h1 {
  margin-bottom: 10px;
  font-size: 54px;
}

.rich-text-2-cols {
  column-count: 2;
}

.arrow-left {
  width: 17px;
  height: 17px;
  background-image: url('../images/left-arrow-chevron.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.arrow-left.white {
  background-image: url('../images/left-arrow-chevron-1.svg');
}

.arrow-right {
  width: 17px;
  height: 17px;
  background-image: url('../images/left-arrow-chevron.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  transform: rotate(180deg);
}

.arrow-right.white {
  background-image: url('../images/left-arrow-chevron-1.svg');
}

.arrow-right-2 {
  width: 17px;
  height: 17px;
  background-image: url('../images/right-arrow-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.arrow-right-2.white {
  background-image: url('../images/right-arrow-4.svg');
}

.arrow-left-2 {
  width: 17px;
  height: 17px;
  background-image: url('../images/right-arrow-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  transform: rotate(180deg);
}

.arrow-left-2.white {
  background-image: url('../images/right-arrow-4.svg');
}

.gallery-overlay {
  background-color: rgba(64, 136, 88, .83);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery-item-2 {
  width: 100%;
  height: 250px;
  background-image: url('../images/felipe-santana-309268-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.gallery-item-2._1 {
  background-image: url('../images/61040392_2660980493930689_8618303310551580672_n-1.jpg');
  background-size: cover;
}

.empty-state {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.text-block {
  margin-left: 8px;
}

.s-cart-wrapper {
  z-index: 1000;
  background-color: rgba(0, 0, 0, .8);
  justify-content: flex-end;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-cart-container {
  z-index: 1002;
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  background-color: #fff;
  flex-direction: column;
  display: flex;
  position: relative;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .25);
}

.s-cart-header {
  border-bottom: 1px solid #ddd;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.s-cart-form-wrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.s-cart-list {
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.s-cart-list.product-list-order-confirmation {
  padding: 0;
}

.s-cart-footer {
  border-top: 1px solid #ddd;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.heading {
  margin-bottom: 0;
}

.s-cart-close-area {
  z-index: 1001;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-123 {
  padding-bottom: 1px;
  padding-left: 23px;
}

.color-accent {
  color: var(--primary-1);
}

.bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.p1-pricing-card {
  width: 100%;
  max-width: 430px;
  background-color: var(--white);
  border: 1px solid #ebecf0;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 25px 35px 35px;
  display: flex;
}

.p1-top-wrap {
  width: 100%;
  min-height: 105px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.p1-pricing-type {
  color: #c1c7d0;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
}

.p1-pricing-details {
  color: var(--primary-1);
  margin-top: 5px;
  margin-bottom: 25px;
  display: flex;
}

.p1-pricing {
  margin-left: 1px;
  margin-right: 1px;
  font-size: 50px;
  line-height: 50px;
}

.p1-pricing-line {
  width: 100%;
  height: 1px;
  background-color: #f4f4f4;
  margin-bottom: 35px;
}

.p1-check-full-wrap {
  width: 100%;
}

.p1-check-wrap {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.p3-icon {
  margin-right: 10px;
}

.p1-button-wrap {
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}

.p1-pricing-tag {
  min-height: 30px;
  min-width: 60px;
  background-color: var(--primary-1);
  color: #f4f4f4;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.p1-info-text {
  max-width: 200px;
  color: #c1c7d0;
  text-align: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.container-small {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container-small.nav-bar {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-small.nav-bar.left {
  justify-content: flex-start;
}

.container-small.nav-bar.justify-left-rifht {
  justify-content: space-between;
}

.container-small.nav-bar.full {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.container-small.nav-bar.right {
  justify-content: flex-end;
}

.container-small.negative-margins {
  justify-content: center;
  margin-top: -80px;
  margin-bottom: -80px;
  display: flex;
}

.container-small.space-around {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.container-small.full {
  width: 95%;
  max-width: 100%;
}

.section-header-caption {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

.button2 {
  border: 1px solid var(--primary-1);
  background-color: var(--primary-1);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button2.button_secondary {
  border-color: var(--primary-2);
  background-color: var(--primary-2);
}

.button2.ghost {
  box-shadow: none;
  color: #1a1b1f;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1a1b1f;
}

.button2.ghost:hover {
  color: #fff;
  background-color: #1a1b1f;
  transform: none;
}

.button2.ghost.reversed {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.button2.ghost.reversed:hover {
  color: #1a1b1f;
  background-color: #fff;
}

.button2.ghost.reversed.rounded, .button2.ghost.reversed.rounded:hover {
  border-color: #fff;
}

.button2.ghost.rounded {
  border-color: #1a1b1f;
}

.button2.ghost.rounded:hover {
  border-color: var(--primary-1);
}

.button2.reversed {
  color: #1a1b1f;
  background-color: #fff;
  border-color: #fff;
}

.button2.reversed.rounded {
  box-shadow: none;
}

.button2.reversed.rounded:hover {
  transform: none;
}

.button2.rounded {
  border-radius: 60px;
}

.button2.form-button {
  box-shadow: none;
  border-radius: 0 3px 3px 0;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.button2.form-button:hover {
  transform: none;
}

.button2.wide {
  width: 100%;
}

.button2.small {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.button2.full {
  width: 100%;
}

.p2-pricing-card {
  width: 100%;
  background-color: var(--white);
  border: 1px solid #ebecf0;
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 35px 15px;
  display: flex;
}

.p2-pricing-card.focus {
  border-width: 2px;
  border-color: var(--primary-1);
}

.p2-icon {
  width: 50px;
  margin-bottom: 25px;
}

.p2-pricing-type {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.p2-pricing {
  margin: 15px 0 25px;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.p2-paragraph {
  text-align: center;
  margin-bottom: 5px;
}

._2button-wrap {
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.p2-info-text {
  max-width: 200px;
  color: #c1c7d0;
  text-align: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.f1-bottom-wrap {
  justify-content: space-between;
  display: flex;
}

.f1-bottom-left {
  display: flex;
}

.style-guide-container {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.style-guide-container.wide {
  flex-direction: column;
  align-items: center;
  margin-bottom: 90px;
}

.style-guide-title {
  width: 336px;
  background-color: var(--gray-4);
  border-radius: 10px;
  margin-right: 48px;
  padding: 36px;
  position: relative;
}

.style-guide-title.full {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  padding-right: 0;
  display: flex;
}

.style-guide-content {
  flex: 1;
}

.style-guide-row {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.style-guide-row.reversed-buttons {
  padding: 12px 12px 0;
}

.style-guide-color-container {
  margin-right: 24px;
}

.style-guide-color {
  width: 100%;
  height: 72px;
  background-color: #0087ee;
  border-radius: 5px 5px 0 0;
}

.style-guide-color.bg-primary {
  background-color: var(--primary-1);
}

.style-guide-color.bg-primary-2 {
  background-color: var(--primary-2);
}

.style-guide-color.bg-primary-3 {
  background-color: var(--primary-3);
}

.style-guide-color.border {
  border: 1px solid var(--gray-3);
}

.bg-primary {
  background-color: var(--primary-1);
  color: var(--white);
}

.bg-primary-2 {
  background-color: var(--primary-2);
  color: var(--white);
}

.bg-primary-3 {
  background-color: var(--primary-3);
  color: var(--white);
}

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

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

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

.bg-gradient-1 {
  background-image: linear-gradient(270deg, var(--primary-2), var(--primary-1));
}

.bg-gradient-2 {
  background-image: linear-gradient(to right, var(--primary-2), var(--primary-3));
}

.bg-gray-1 {
  background-color: var(--gray-1);
}

.bg-gray-2 {
  background-color: var(--gray-2);
}

.bg-gray-3 {
  background-color: var(--gray-3);
}

.bg-gray-4 {
  background-color: #fafafa;
}

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

.h6-small {
  margin-bottom: 8px;
  font-size: 16px;
}

.h6-small.style-guide-subheading {
  margin-bottom: 24px;
}

.h6-small.dropdown-heading {
  margin-bottom: 0;
  margin-right: 8px;
}

.h6-small.listings-8-heading {
  width: 60%;
  margin-bottom: 0;
}

.h6-small.style-guide-content-heading {
  margin-bottom: 24px;
}

.h6-small.no-bottom-space {
  margin-bottom: 0;
}

.text-large {
  font-size: 18px;
  line-height: 28px;
}

.text-large.content-row-subtitle {
  margin-bottom: 48px;
}

.text-large.larger {
  font-size: 20px;
  line-height: 32px;
}

.text-spacer {
  margin-right: 12px;
}

.style-guide-typography {
  margin-bottom: 16px;
  display: flex;
}

.text-tiny {
  font-size: 12px;
}

.text-small-caps {
  text-transform: uppercase;
  font-weight: 500;
}

.text-small-caps.small-caps-title {
  color: var(--primary-1);
  margin-bottom: 16px;
  font-weight: 700;
}

.style-guide-item {
  margin-bottom: 12px;
  margin-right: 12px;
}

.style-guide-item.narrow {
  max-width: 50%;
}

.button-icon {
  margin-left: 6px;
  margin-right: -12px;
}

.button-icon.left {
  margin-left: 0;
  margin-right: 6px;
}

.form-label {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.badge {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  position: relative;
}

.badge.badge-small {
  height: 24px;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.badge.badge-small.sale-badge {
  color: var(--white);
  background-color: #ff6852;
}

.avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}

.avatar.avatar-xl {
  width: 216px;
  height: 216px;
}

.avatar.avatar-xl.horizontal-quote-avatar {
  flex: none;
  margin-right: 36px;
}

.avatar.avatar-l {
  width: 96px;
  height: 96px;
}

.avatar.avatar-s {
  width: 48px;
  height: 48px;
}

.avatar.avatar-xs {
  width: 36px;
  height: 36px;
}

.avatar-indicator {
  width: 20%;
  height: 20%;
  min-height: 12px;
  min-width: 12px;
  border: 2px solid var(--white);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 5%;
}

.avatar-group {
  padding-right: 16px;
  display: flex;
}

.avatar-group-item {
  border: 2px solid var(--gray-4);
  margin-right: -24px;
}

.avatar-name-container {
  color: var(--gray-1);
  align-items: center;
  display: flex;
}

.avatar-name-container.avatar-container-listings-11 {
  margin-top: 24px;
}

.avatar-name-container.text-white {
  color: var(--white);
}

.avatar-name {
  margin-left: 12px;
}

.card-footer {
  border-top: 1px solid var(--gray-3);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.card-footer.no-border {
  border: 1px #000;
  padding-top: 0;
}

.card-footer.no-border.more-padding {
  padding-bottom: 24px;
  padding-left: 36px;
  padding-right: 36px;
}

.text-muted {
  opacity: .5;
}

.card-image-head {
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.card-image-head.blog-wide-image {
  height: 100%;
  min-height: 450px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-image-head.blog-wide-image.bg-image-1 {
  background-image: url('../images/5d55efea00f0150a9d502ce3_hero-1.jpg');
}

.pill {
  border-radius: 1000px;
  align-items: center;
  padding: 12px 24px 12px 12px;
  display: flex;
}

.pill.notice {
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}

.pill.notice.bg-white {
  background-color: rgba(255, 255, 255, .05);
}

.pill-text {
  padding-left: 12px;
}

.pill-image {
  max-height: 36px;
  margin-top: 3px;
  margin-bottom: 4px;
  margin-left: 8px;
}

.pill-heading {
  margin-bottom: 0;
  margin-right: 8px;
  padding-left: 16px;
}

.pill-heading._2 {
  padding-left: 8px;
}

.breadcrumb-link {
  color: var(--gray-2);
}

.breadcrumb-icon {
  opacity: .5;
}

.shadow-small {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .05);
}

.shadow {
  box-shadow: 0 8px 16px rgba(0, 0, 0, .08);
}

.shadow-large {
  box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
}

.expandable-heading {
  margin-bottom: 0;
}

.expandable-icon {
  display: block;
}

.dropdown-icon {
  margin-left: 4px;
  margin-right: -8px;
  position: relative;
}

.dropdown-list-footer {
  background-color: var(--gray-3);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 12px 24px;
}

.dropdown-link-pair {
  padding: 4px 24px;
  display: flex;
}

.dropdown-link-pair.dd-link-pair-block {
  padding: 0;
}

.nav-link-content {
  flex-direction: column;
  display: flex;
}

.dropdown-icon-nav {
  flex: 1;
  margin-right: -3px;
  position: relative;
}

.navbar-container {
  z-index: 99;
  position: relative;
}

.radio-checkbox-label {
  margin-bottom: 0;
  margin-left: 8px;
  font-weight: 500;
}

.checkbox-field {
  cursor: pointer;
  align-items: flex-start;
  margin-top: 12px;
  margin-bottom: 24px;
}

.navbar-10-hidden-menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.navbar-2-left {
  width: 50%;
}

.navbar-3-left {
  align-items: center;
}

.navbar-3-right {
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.hamburger {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.hamburger.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.navbar-4-logo-left {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: relative;
}

.navbar-4-logo-left.absolute {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.top-nav-text.with-badge {
  margin-right: 7px;
}

.topnav-content-left {
  flex: 1;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.topnav-content-right {
  align-self: stretch;
  align-items: center;
  display: flex;
}

.top-nav-social-link {
  color: #1a1b1f;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding: 13px 15px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

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

.top-nav-social-link.dropdown {
  padding-right: 24px;
}

.top-nav-social-link.first {
  padding-left: 0;
}

.topnav-7-content {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.topnav-7-content.mobile {
  display: none;
}

.top-bar {
  z-index: 3;
  width: 100%;
  background-color: var(--primary-2);
  color: var(--white);
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.nav-8-main-bar {
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-8-top-bar, .nav-8-top-bar.absolute {
  flex: 1;
  justify-content: center;
  display: flex;
  position: relative;
}

.nav-9-right-bar {
  flex: 1;
}

.navbar-10-right {
  width: 50%;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.nav-10-main-bar {
  z-index: 1;
  width: 100%;
  align-items: center;
  padding: 10px 0;
  display: flex;
  position: relative;
}

.navbar-right {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-10-icon-link {
  color: #1a1b1f;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding: 13px 15px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

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

.nav-10-icon-link.dropdown {
  padding-right: 24px;
}

.nav-10-icon-link.first {
  padding-left: 0;
}

.nav-10-icon-link.last {
  padding-right: 0;
}

.nav-10-top-bar {
  z-index: 4;
  width: 100%;
  background-color: var(--gray-3);
  position: relative;
}

.nav-4-menu {
  float: none;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.nav-4-menu.right.stretch {
  flex: 1;
}

.nav-4-menu.right.stretch.esktop {
  min-height: 500px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
}

.nav-4-menu.style-2 {
  flex: 1;
}

.nav-4-menu.not-relative {
  position: static;
}

.nav-4-menu.vertical {
  flex-direction: column;
  align-items: flex-end;
}

.nav-4-menu.left {
  flex: 1;
  justify-content: flex-start;
}

.nav-4-menu.style-3 {
  width: 100%;
  background-color: #cecece;
}

.nav-4-menu.absolute {
  width: 100%;
  justify-content: space-between;
  position: absolute;
}

.nav-4-menu.absolute._2 {
  justify-content: center;
}

.nav-4-menu.navbar-1-menu {
  flex: 0 auto;
  margin-right: 23px;
}

.nav-4-menu.nav-menu-desktop {
  width: 250px;
  border: 1px solid var(--gray-3);
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav-4-menu.nav-menu-show-md {
  display: none;
}

.nav-11-top-bar {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.logo-brand-square {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  display: flex;
}

.logo-brand-square.style-2 {
  width: 240px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 30px 15px;
  display: flex;
}

.logo-brand-square.style-2.absolute {
  z-index: 1000;
  text-align: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  box-shadow: 0 0 30px rgba(115, 128, 157, .1);
}

.logo-brand-square.style-3 {
  width: 150px;
  height: 150px;
  background-color: #f4f4f4;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 0;
  padding: 30px 15px;
  display: flex;
}

.logo-brand-square.style-3.absolute {
  z-index: 1000;
  text-align: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  box-shadow: 0 0 30px rgba(115, 128, 157, .1);
}

.logo-brand-square.logo-brand-nav-8 {
  margin-bottom: 25px;
  margin-right: 0;
}

.nav-12-mid-bar-wrapper {
  display: flex;
}

.nav-12-mid-bar-right {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navf-12-mid-bar-left {
  display: none;
}

.nav-12-bottom-search-wrapper {
  flex: 1;
  display: none;
}

.nav-12-bottom-bar {
  z-index: 1;
  width: 100%;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.topnav-12-content-left {
  flex: 1;
  align-self: stretch;
  align-items: center;
  display: flex;
}

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

.nav-13-main-content {
  flex: 1;
}

.nav-13-top-bar {
  justify-content: space-between;
  display: flex;
}

.nav-13-bar {
  z-index: 1;
  width: 100%;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.nav-14-main-content {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-127 {
  margin-right: 33px;
  display: flex;
}

.nav-14-bottom-bar {
  z-index: 1;
  width: 100%;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.nav-14-bottom-bar-wrapper {
  background-color: var(--gray-3);
}

.nav-13-mobile-bar, .nav-14-mobile-menu {
  display: none;
}

.top-nav-link-block {
  color: #1a1b1f;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 13px 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

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

.top-nav-link-block.dropdown {
  padding-right: 24px;
}

.top-nav-link-block.first {
  padding-left: 0;
}

.top-nav-link-block.last {
  padding-right: 0;
}

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

.top-nav-link-block-link {
  color: #1a1b1f;
}

.nav-11-main-bar {
  z-index: 1;
  width: 100%;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.div-block-128 {
  margin-right: 33px;
  display: flex;
}

.div-block-129 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-nav-item {
  margin-left: 0;
  margin-right: 20px;
  padding: 0;
}

.f1-nav-link {
  color: var(--white);
  background-image: url('../images/5d706b6f9b8d7b7e5189a471_icon-chevron-right.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-bottom: 6px;
  margin-left: 0;
  padding: 0 0 0 19px;
  text-decoration: none;
  transition: all .2s;
}

.f1-nav-link:hover {
  padding-left: 24px;
}

.footer-1-nav-list {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-1-nav-list.nav-3 {
  flex-wrap: nowrap;
}

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

.footer-1-content.nav-2 {
  align-items: flex-start;
}

.footer-1-section {
  background-color: var(--primary-2);
  color: var(--white);
  padding-top: 74px;
  padding-bottom: 74px;
  position: relative;
}

.footer-1-section.light {
  background-color: rgba(9, 106, 208, .04);
}

.footer-1-section.intro {
  background-color: #4daaec;
  padding-top: 90px;
  padding-bottom: 90px;
}

.footer-1-section.dark {
  background-color: #1f2c3d;
}

.footer-1-section.grey {
  background-color: #f4f4f4;
}

.footer-1-section.no-bottom-padding {
  padding-bottom: 0;
}

.footer-1-section.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.footer-1-section.wider-padding.background-image {
  background-image: url('../images/5b83f39e1c3dbabd261b70cc_cinematic---big-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-1-section.page-header {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-1-section.page-header.image {
  min-height: 300px;
  background-image: url('../images/5c6ec243a55344360821390d_portfolio-2---wide.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-1-section.page-header.style-2 {
  background-color: #f4f4f4;
  padding-top: 80px;
}

.footer-1-section.page-header.style-3 {
  background-color: #f4f4f4;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-1-section.page-header.bg-gray-4 {
  background-color: #f7fafc;
}

.footer-1-section.section-split-header {
  overflow: hidden;
}

.footer-1-section.split-screen-bg {
  background-image: url('../images/5b83f39e3329765aca06f664_square---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.footer-1-section.split-screen-bg.right {
  background-position: 100%;
}

.footer-1-section.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-1-section.no-vertical-padding.half-wrapper {
  display: flex;
}

.footer-1-section.full-screen {
  min-height: 600px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-1-section.full-screen.background-image-side {
  background-image: url('../images/5c6ec243a55344360821390d_portfolio-2---wide.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-1-section.full-screen.stretch {
  align-items: stretch;
}

.footer-1-section.full-screen.background-image-fixed {
  background-color: rgba(9, 106, 208, .2);
  background-image: url('../images/5b45def377938c7b41fd6015_background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.footer-1-section.cta {
  background-color: #f4f4f4;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-1-section.cta.backgrund {
  background-image: url('../images/5b45def377938c7b41fd6015_background-image.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-1-section.light-blue {
  background-color: rgba(9, 106, 208, .04);
}

.footer-1-section.background {
  background-image: url('../images/5c6304598a8b19daa7948907_Placeholder-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.footer-1-section.light-3 {
  background-color: rgba(9, 106, 208, .04);
}

.footer-1-section.background-image {
  height: 600px;
  background-image: url('../images/5b83f39e1c3dbabd261b70cc_cinematic---big-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-1-section.no-overflow {
  overflow: hidden;
}

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

.footer-1-section.footer {
  padding-bottom: 45px;
}

.footer-1-section.top-border {
  border: 1px solid #f4f4f4;
}

.footer-1-section.footer-main {
  padding-bottom: 20px;
}

.footer-1-section.footer-bottom {
  background-color: #f4f4f4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-1-section.style-guide-section {
  border-bottom: 1px solid var(--gray-3);
}

.footer-1-section._2 {
  background-color: var(--white);
}

.footer-1-section._4 {
  background-color: var(--primary-3);
  color: var(--white);
}

.footer-1-section-bottom {
  color: var(--primary-1);
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.footer-1-section-bottom.light {
  background-color: rgba(9, 106, 208, .04);
}

.footer-1-section-bottom.intro {
  background-color: #4daaec;
  padding-top: 90px;
  padding-bottom: 90px;
}

.footer-1-section-bottom.dark {
  background-color: #1f2c3d;
}

.footer-1-section-bottom.grey {
  background-color: #f4f4f4;
}

.footer-1-section-bottom.no-bottom-padding {
  padding-bottom: 0;
}

.footer-1-section-bottom.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.footer-1-section-bottom.wider-padding.background-image {
  background-image: url('../images/5b83f39e1c3dbabd261b70cc_cinematic---big-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-1-section-bottom.page-header {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-1-section-bottom.page-header.image {
  min-height: 300px;
  background-image: url('../images/5c6ec243a55344360821390d_portfolio-2---wide.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-1-section-bottom.page-header.style-2 {
  background-color: #f4f4f4;
  padding-top: 80px;
}

.footer-1-section-bottom.page-header.style-3 {
  background-color: #f4f4f4;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-1-section-bottom.page-header.bg-gray-4 {
  background-color: #f7fafc;
}

.footer-1-section-bottom.section-split-header {
  overflow: hidden;
}

.footer-1-section-bottom.split-screen-bg {
  background-image: url('../images/5b83f39e3329765aca06f664_square---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.footer-1-section-bottom.split-screen-bg.right {
  background-position: 100%;
}

.footer-1-section-bottom.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-1-section-bottom.no-vertical-padding.half-wrapper {
  display: flex;
}

.footer-1-section-bottom.full-screen {
  min-height: 600px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-1-section-bottom.full-screen.background-image-side {
  background-image: url('../images/5c6ec243a55344360821390d_portfolio-2---wide.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-1-section-bottom.full-screen.stretch {
  align-items: stretch;
}

.footer-1-section-bottom.full-screen.background-image-fixed {
  background-color: rgba(9, 106, 208, .2);
  background-image: url('../images/5b45def377938c7b41fd6015_background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.footer-1-section-bottom.cta {
  background-color: #f4f4f4;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-1-section-bottom.cta.backgrund {
  background-image: url('../images/5b45def377938c7b41fd6015_background-image.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-1-section-bottom.light-blue {
  background-color: rgba(9, 106, 208, .04);
}

.footer-1-section-bottom.background {
  background-image: url('../images/5c6304598a8b19daa7948907_Placeholder-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-1-section-bottom.color {
  background-color: var(--primary-1);
}

.footer-1-section-bottom.light-3 {
  background-color: rgba(9, 106, 208, .04);
}

.footer-1-section-bottom.background-image {
  height: 600px;
  background-image: url('../images/5b83f39e1c3dbabd261b70cc_cinematic---big-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-1-section-bottom.no-overflow {
  overflow: hidden;
}

.footer-1-section-bottom.no-top-padding {
  padding-top: 0;
}

.footer-1-section-bottom.footer {
  padding-bottom: 45px;
}

.footer-1-section-bottom.top-border {
  border: 1px solid #f4f4f4;
}

.footer-1-section-bottom.footer-main {
  padding-bottom: 20px;
}

.footer-1-section-bottom.footer-bottom {
  background-color: #f4f4f4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-1-section-bottom.style-guide-section {
  border-bottom: 1px solid var(--gray-3);
}

.footer-1-section-bottom._2 {
  background-color: var(--gray-4);
}

.footer-1-section-bottom._3 {
  background-color: var(--primary-3);
  color: var(--white);
}

.footer-1-section-bottom._4 {
  border-top: 1px solid var(--gray-1);
  background-color: var(--primary-3);
  color: var(--white);
}

.f1-nav-link-bottom {
  color: var(--gray-1);
  margin-left: 0;
  padding: 0;
}

.f1-nav-link-bottom:hover {
  text-decoration: underline;
}

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

.f-bottom-nav-item {
  margin-left: 20px;
  padding: 0;
}

.style-guide-title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 90px;
  display: flex;
}

.footer-1-bottom-left {
  flex-wrap: wrap;
  display: flex;
}

.footer-1-nav-list-bottom {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-1-bottom-right {
  align-items: center;
  display: flex;
}

.social-icons-container-footer {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  margin-left: 15px;
  margin-right: 0;
  display: flex;
}

.social-icons-container-footer.left {
  justify-content: flex-start;
}

.social-icons-container-footer._2 {
  margin-left: 0;
}

.icons-list-footer {
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
}

.icons-list-footer.footer-9 {
  align-items: flex-start;
}

.social-icon-li {
  padding-left: 10px;
}

.social-icon-li.foot-2 {
  padding-left: 0;
  padding-right: 10px;
}

.social-icon-li.style-1 {
  padding-left: 5px;
  padding-right: 5px;
}

.div-block-131 {
  width: 40%;
}

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

.footer-col {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.footer-col.footer-5 {
  width: 25%;
  flex: 0 auto;
}

.footer-col.footer-7 {
  width: 16%;
  flex: 0 auto;
}

.footer-col.footer-9 {
  width: 30%;
  flex: 0 auto;
  padding-right: 81px;
}

.footer-1-nav-list-vertical {
  flex-flow: column wrap;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.icon-footer {
  margin-right: 10px;
}

.footer-3-content {
  justify-content: space-between;
  display: flex;
}

.footer-3-left {
  width: 50%;
}

.footer-3-right {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-3-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.f4-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.f4-content-block.last {
  margin-bottom: 0;
}

.link-block-2 {
  color: var(--gray-2);
  margin-bottom: 15px;
  display: flex;
}

.gray-link {
  color: var(--gray-2);
}

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

.link-white {
  color: #fff;
}

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

.image-101 {
  margin-bottom: 19px;
}

.footer-divider {
  height: 1px;
  opacity: .25;
  background-color: #fff;
  margin-bottom: 35px;
}

.footer-6-content-wrapper {
  flex: 1;
  display: flex;
}

.footer-7-top {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-7-content-wrapper, .footer-5-content {
  flex: 1;
  display: flex;
}

.rich-text-footer {
  margin-bottom: 21px;
}

.rich-text-footer a {
  color: var(--gray-2);
}

.rich-text-footer p {
  margin-bottom: 0;
}

.rich-text-footer-white {
  margin-bottom: 21px;
}

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

.rich-text-footer-white p {
  margin-bottom: 0;
}

.f9-nav-link {
  color: var(--white);
  margin-left: 0;
  padding: 0;
}

.div-block-133 {
  min-width: 50%;
  justify-content: space-between;
  display: flex;
}

.horizontal-tabs {
  width: 100%;
  display: flex;
}

.vertical-tabs-menu {
  flex-direction: column;
  align-self: flex-start;
  display: flex;
}

.vertical-tabs-menu.tabs-4 {
  min-width: 30%;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.horizontal-tabs-content {
  flex: 1;
  padding-left: 48px;
}

.tab-3-content {
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-3-content-left {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.tab-3-content-right {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.tab-link-6 {
  min-width: 200px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  align-items: center;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 25px 20px;
  transition: all .2s;
  display: block;
}

.tab-link-6:hover {
  opacity: 1;
}

.tab-link-6.w--current {
  background-color: var(--primary-1);
  opacity: 1;
  color: var(--white);
}

.tab-link-6.no-left-line {
  border-left-style: none;
}

.tab-4-icon {
  width: 55px;
  height: 55px;
  background-color: var(--gray-4);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.tab-4-tab-heading {
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

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

.badge-titel.less-bottom-space {
  margin-bottom: 18px;
}

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

.grid-thirds.grid-thirds-narrow {
  max-width: 786px;
  margin-left: auto;
  margin-right: auto;
}

.grid-thirds.gapless-columns {
  grid-column-gap: 0px;
}

.grid-thirds.gapless-columns.gapless-rows {
  grid-row-gap: 0px;
}

.grid-thirds.smaller-gaps {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.three-up-grid-item {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.features-2-title {
  color: var(--primary-1);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}

.grid-quarters {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.four-up-grid-item {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.features-5-image {
  width: 100%;
  margin-bottom: 20px;
}

.check-circle-icon {
  width: 16px;
  height: 16px;
}

.check-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
  display: flex;
}

.icon-list-item {
  border-bottom: 1px solid var(--gray-3);
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 24px;
  display: flex;
}

.icon-list-item.icon-list-item-large {
  margin-top: 24px;
}

.icon-list-item.icon-list-horizontal-item {
  flex: none;
  margin-bottom: 24px;
  margin-right: 24px;
}

.grid-halves {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-horizontal {
  align-items: center;
  padding-right: 35px;
  text-decoration: none;
  display: flex;
}

.feature-horizontal.feature-hoirzontal-reverse {
  text-align: right;
  flex-direction: row-reverse;
  padding-left: 35px;
  padding-right: 0;
}

.horizontal-feature-image {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  flex: none;
  margin-right: 36px;
}

.horizontal-feature-image-2 {
  min-height: 180px;
  min-width: 180px;
  background-color: var(--gray-3);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 35px;
  display: flex;
}

.horizontal-feature-image-2.reversed {
  border-radius: 0 6px 6px 0;
  margin-left: 35px;
  margin-right: 0;
}

.horizontal-feature-image-2.with-bg-1 {
  background-image: url('../images/5d51f8fa6f0ecb92c4c1fd5b_square-small-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.horizontal-feature-image-2.with-bg-2 {
  background-image: url('../images/5d51f8fa6f0ecb3820c1fd5a_square-small-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.horizontal-feature-image-2.with-bg-3 {
  background-image: url('../images/5d51f8fa2df04641506f1a1c_square-small-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.horizontal-feature-image-2.with-bg-4 {
  background-image: url('../images/5d51f8f97d6b7b0aaee8978f_square-small-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-horizontal-2 {
  align-items: center;
  padding-right: 35px;
  display: flex;
}

.feature-horizontal-2.feature-hoirzontal-reverse {
  text-align: right;
  flex-direction: row-reverse;
  padding-left: 35px;
  padding-right: 0;
}

.feature-horizontal-2-content {
  padding-top: 14px;
  padding-bottom: 14px;
}

.wide-grid-thirds {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.wide-grid-thirds.border-top {
  border-top: 8px solid var(--white);
}

.wide-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 73px;
  display: flex;
}

.wide-block.bg-gray-4 {
  border-bottom: 8px solid var(--white);
}

.feature-centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.feature-centered-image {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin-bottom: 24px;
}

.content-row {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.content-row.align-center {
  align-items: center;
}

.content-row.align-center.reverse-direction {
  flex-direction: row-reverse;
}

.content-row.align-right {
  justify-content: flex-end;
}

.content-row.align-left {
  justify-content: flex-start;
}

.content-width-medium {
  width: 100%;
  max-width: 506px;
  direction: ltr;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.content-width-medium.grow {
  flex: 1;
}

.content-width-medium.justify-center {
  align-items: center;
}

.content-width-medium.page-title-text {
  margin-top: 60px;
}

.content-width-medium.align-center {
  text-align: center;
  align-items: center;
}

.content-width-medium.contact-section-right {
  border-left: 1px solid var(--gray-3);
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.content-width-medium.v2 {
  max-width: 546px;
}

.icon-list {
  margin: 0;
  padding: 0;
}

.icon-list.icon-list-horizontal {
  flex-wrap: wrap;
  margin-bottom: -24px;
  display: flex;
}

.icon-list.icon-list-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-row-image-wrapper {
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: relative;
}

.content-row-image {
  z-index: 1;
  max-width: 486px;
  position: relative;
}

.testimonial-horizontal {
  width: 100%;
  display: flex;
}

.testimonial-horizontal.content-row-testimonial {
  margin-top: 36px;
}

.testimonial-horizontal-text {
  text-align: left;
  flex: 1;
  padding-left: 24px;
}

.testimonial-quote-symbol {
  margin-bottom: -20px;
  font-family: DM Serif Display;
  font-size: 54px;
  line-height: 54px;
}

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

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

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

.h2-bigger {
  font-size: 54px;
  line-height: 60px;
}

.content-row-blog-items {
  margin-top: 36px;
}

.blog-post-horizontal {
  display: flex;
}

.blog-post-horizontal.list-item {
  color: var(--gray-2);
  margin-bottom: 24px;
  font-weight: 500;
}

.blog-post-horizontal-image {
  width: 144px;
  border-radius: 5px;
  flex: none;
  margin-right: 24px;
}

.icon-feature-horizontal {
  text-align: left;
  align-items: flex-start;
  display: flex;
}

.icon-feature-horizontal.icon-feature-item {
  margin-top: 24px;
}

.icon {
  width: 50px;
  height: 50px;
  flex: none;
  margin-bottom: 24px;
}

.icon.nav-service {
  width: 26px;
  margin-bottom: 0;
}

.icon.event {
  margin-bottom: 0;
}

.icon-feature-content {
  margin-left: 24px;
}

.icon-feature-content.nav {
  margin-left: 16px;
}

.section-halves {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-halves.reverse-direction {
  direction: rtl;
  flex-direction: row-reverse;
}

.section-halves.block-section-border-top {
  border-top: 1px solid var(--gray-3);
}

.section-halves.full-height {
  height: 100vh;
  align-items: stretch;
}

.block-section-half {
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 55px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-section-half.block-section-content.content-large {
  padding-top: 90px;
  padding-bottom: 90px;
}

.block-section-half.block-half-cta-8 {
  padding-top: 111px;
  padding-bottom: 111px;
}

.block-section-half.block-half-cta-8.left-side {
  border-right: 1px solid var(--gray-3);
}

.block-section-half.bg-image-1 {
  background-image: url('../images/NXT_2020_001_slider_2500x1500_2.jpg');
}

.block-section-half.full-height {
  min-height: 100vh;
}

.block-section-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pill-group {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-list-image {
  flex: none;
  margin-right: 12px;
}

.large-metrics {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.large-metric-item {
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}

.text-huge {
  text-align: center;
  letter-spacing: -.04em;
  margin-bottom: 24px;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}

.icon-feature-image {
  max-width: 25%;
}

.icon-cards-grid {
  width: 100%;
  max-width: 1000px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.icon-cards-grid.icon-cards-grid-wide {
  max-width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 48px;
}

.content-row-graphic {
  width: 50%;
  max-width: 540px;
  flex: 0 auto;
}

.content-row-graphic.content-row-graphic-narrow {
  width: 30%;
}

.metrics-horizontal {
  display: flex;
}

.metrics-horizontal-item {
  margin-right: 48px;
}

.metric-heading {
  letter-spacing: -.04em;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.content-pair-text {
  width: 480px;
  max-width: 100%;
  text-align: left;
}

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

.justify-center.page-title-text {
  margin-top: 7px;
}

.buttons-container {
  margin-top: 24px;
}

.button-spacer {
  margin-right: 12px;
}

.no-bottom-space {
  margin-bottom: 0;
}

.bg-image {
  z-index: 0;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-image.bg-hero-1 {
  background-image: url('../images/5d0dd3f98a9068d0c5004bd8_careers-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image.bg-hero-slide-1 {
  opacity: .5;
  background-image: url('../images/5d55f4f59a649a4b0cb641f0_hero-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image.bg-hero-slide-2 {
  opacity: .5;
  background-image: url('../images/5d55efea00f0150a9d502ce3_hero-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image.paralax {
  height: 120%;
  background-image: url('../images/drip-921067_1920.jpg');
  margin-top: auto;
  margin-bottom: auto;
}

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

.hero-content {
  max-width: 992px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 96px;
  padding-top: 6vw;
  padding-bottom: 6vw;
  display: flex;
}

.section-subtitle {
  max-width: 690px;
}

.hero-slider {
  height: 80vh;
}

.hero-slide {
  height: 100%;
  overflow: hidden;
}

.hero-slide-content {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-slider-dots {
  font-size: 8px;
  bottom: 24px;
}

.hide-slide-arrow {
  display: none;
}

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

.title-section.no-bottom-space {
  padding-bottom: 0;
}

.sticky-top {
  z-index: 99;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-top.sticky-heading {
  top: 105px;
}

.h1 {
  margin-bottom: 32px;
  font-size: 54px;
  font-weight: 700;
  line-height: 56px;
}

.hero-section-action {
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.subscribe-form {
  align-items: stretch;
  display: flex;
}

.susbcribe-form-wrapper {
  width: 100%;
  max-width: 576px;
  margin-top: 48px;
}

.susbcribe-form-wrapper.suscbribe-form-wide {
  max-width: 100%;
}

.cta-horizontal-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-horizontal-text.style-2 {
  max-width: 562px;
}

.cta-horizontal-text.cta-text-narrow {
  max-width: 465px;
}

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

.cta-action-text {
  margin-left: 16px;
}

.section-large {
  padding-top: 144px;
  padding-bottom: 144px;
  position: relative;
  overflow: hidden;
}

.s-form-row {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-group-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.checkbox {
  width: 18px;
  height: 18px;
  border-color: var(--gray-3);
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: var(--primary-1);
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-field-2 {
  cursor: pointer;
}

.content-row-card {
  max-width: 384px;
}

.card-image-wrapper {
  position: relative;
}

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

.content-row-form-wrapper {
  max-width: 588px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.content-row-form-wrapper.form-narrow {
  max-width: 358px;
  text-align: center;
  flex: 0 auto;
  align-items: stretch;
}

.susbcribe-form-wrapper-horizontal-cta {
  width: 100%;
  max-width: 476px;
  margin-bottom: 0;
}

.susbcribe-form-wrapper-horizontal-cta.suscbribe-form-wide {
  max-width: 100%;
}

.centered-hero-image {
  max-width: 500px;
  border-radius: 10px;
  margin-top: 42px;
}

.video-lightbox-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video-play-icon {
  position: absolute;
}

.video-play-icon-image {
  transition: all .2s;
}

.feat-16-card {
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 12px;
  transition: all .2s;
  display: flex;
}

.feat-16-card:hover {
  transform: translate(0, -4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .05);
}

.feat-8-card {
  width: 100%;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  flex: 1;
  transition: all .2s;
  position: relative;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .05);
}

.feat-8-card:hover {
  transform: translate(0, -4px);
}

.feat-8-card.color {
  background-color: var(--primary-1);
}

.feat-8-card.color.typography {
  background-color: #a3a3a3;
  margin-left: -15px;
  margin-right: -15px;
}

.feat-8-card.color.typography.padding {
  padding: 15px;
}

.feat-8-card.shadow {
  flex-direction: row;
  box-shadow: 0 0 30px rgba(115, 128, 157, .1);
}

.feat-8-card.border {
  border: 1px solid #e4e4e4;
}

.feat-8-card.border.stretch {
  flex: 1;
}

.feat-8-card.left {
  text-align: left;
}

.feat-8-card.card-bg {
  height: 300px;
  background-image: url('../images/5c6ec243a55344360821390d_portfolio-2---wide.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  align-items: flex-end;
  display: flex;
}

.feat-8-card.bg-white {
  color: var(--white);
  background-color: rgba(255, 255, 255, .05);
  border-color: rgba(233, 238, 241, 0);
}

.feat-8-card.card-no-border {
  border-style: none;
}

.features-17-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.feat-17-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.feat-17-row.right {
  border-right-style: none;
  padding-left: 50px;
}

.feat-17-content {
  border-bottom: 1px solid var(--gray-3);
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.feat-17-content.right-col {
  padding-left: 25px;
}

.feat-17-content.bottom-content {
  border-bottom-style: none;
}

.icon-circle-horizontal {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  display: flex;
  position: relative;
}

.icon-circle-horizontal.top {
  margin-top: -80px;
}

.icon-circle-horizontal.bg-primary-2 {
  background-color: var(--primary-2);
}

.icon-circle-horizontal.icon-horizontal-feature {
  background-color: var(--primary-2);
  margin-bottom: 0;
}

.feat-17-vertical-divider {
  width: 1px;
  height: 100%;
  background-color: var(--gray-3);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.feat-18-vertical-divider {
  width: 1px;
  height: 100%;
  background-color: #e9eef1;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.icon-circle-hoirzontal-2 {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  display: flex;
  position: relative;
}

.feat-18-content {
  background-color: #fff;
  border-bottom: 1px #e9eef1;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 60px;
  transition: all .2s;
  display: flex;
}

.feat-18-content:hover {
  transform: translate(0, -6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .22);
}

.feat-18-content.right-col {
  align-items: center;
}

.feat-18-content.bottom-content {
  border-bottom-style: none;
}

.feat-18-row {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e9eef1;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.feat-18-row.bottom-row {
  border-bottom-style: none;
}

.features-18-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation-fixed-spacer {
  width: 100%;
  height: 68px;
  position: relative;
}

.bg-section {
  width: 100%;
  height: 55vh;
  background-color: var(--primary-3);
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.listing-1-image {
  width: 100%;
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.listing-1-image.bg-image-1-old, .listing-1-image.bg-image-2-old {
  background-image: url('../images/5d55f4f59a649a4b0cb641f0_hero-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.listing-1-image.bg-large {
  height: 400px;
}

.listing-1-content {
  margin-top: 24px;
}

.listing-1-heading {
  margin-bottom: 4px;
}

.listing-1-heading.blog-post-heading {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

.listing-1-wrapper {
  width: 100%;
  color: var(--gray-1);
}

.listing-3-wrapper {
  color: var(--gray-1);
  border-radius: 5px;
  transition: all .2s;
  position: relative;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0);
}

.listing-3-wrapper:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
}

.listing-3-image {
  width: 100%;
  height: 400px;
  border-radius: 5px;
}

.listing-4-meta {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.blog-post-date {
  color: var(--primary-1);
  margin-left: 12px;
}

.blog-post-date.text-white {
  color: var(--white);
  margin-left: 0;
}

.blog-post-date.no-margin {
  margin-left: 0;
}

.blog-post-link {
  text-decoration: none;
}

.listings-6-content-left {
  width: 50%;
}

.card-image-horizontal {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
}

.listings-8-wrapper {
  width: 100%;
  margin-bottom: 36px;
}

.listings-8-item {
  margin-bottom: 12px;
}

.listings-8-link {
  width: 100%;
  height: 100%;
  color: var(--gray-2);
  display: block;
}

.listings-8-col-2, .listings-8-col-3 {
  width: 20%;
}

.listings-8-titles {
  width: 100%;
  align-items: center;
  margin-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.listings-8-heading {
  width: 60%;
  margin-bottom: 0;
}

.card-image-ronded {
  border-radius: 6px;
}

.card-image-ronded.image-listings-10 {
  width: 100%;
  min-height: 400px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-image-ronded.image-listings-10.bg-image-1 {
  background-image: url('../images/5d55efea00f0150a9d502ce3_hero-1.jpg');
}

.card-image-ronded.image-listings-10.bg-image-2 {
  background-image: url('../images/5d0dd3f98a9068d0c5004bd8_careers-1.jpg');
}

.listing-9-meta {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.listings-11-image {
  width: 35%;
  height: 100%;
  min-height: 270px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.div-block-135 {
  margin-bottom: 70px;
}

.listings-11-item {
  margin-bottom: 24px;
}

.dropdown-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.dropdown-menu {
  min-width: 167px;
  padding: 8px 24px;
}

.dropdown-menu.no-space {
  margin-top: -6px;
  margin-bottom: -6px;
  padding: 0;
}

.dropdown-menu.services {
  min-width: 267px;
  padding: 14px;
}

.dropdown-link-block {
  min-width: 222px;
  opacity: .5;
  color: var(--gray-1);
  transition: all .2s;
}

.dropdown-link-block:hover {
  opacity: 1;
}

.style-guide-content-group {
  width: 100%;
  margin-bottom: 48px;
}

.button-round {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.button-round:hover {
  transform: scale(1.1);
}

.text-space-left {
  margin-left: 12px;
}

.circle-small {
  width: 24px;
  height: 24px;
  background-color: var(--success);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  display: flex;
}

.dot-list-item {
  flex-direction: row;
  align-items: center;
  margin-top: 12px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.list-dot {
  width: 6px;
  height: 6px;
  background-color: var(--gray-2);
  border-radius: 50%;
  flex: none;
  margin-right: 12px;
}

.list-dot.bg-primary {
  background-color: var(--primary-1);
}

.list-no-space {
  padding: 0;
}

.style-guide-icons {
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding-top: 12px;
  padding-left: 12px;
  display: flex;
}

.badge-bg {
  width: 100%;
  height: 100%;
  opacity: .1;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}

.badge-text {
  white-space: nowrap;
  position: relative;
}

.text-success {
  color: var(--success);
}

.text-danger {
  color: var(--danger);
}

.text-warning {
  color: var(--warning);
}

.card-head {
  border-bottom: 1px solid var(--gray-3);
  padding: 16px 24px;
}

.card-head.bg-gray-4 {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.form-input-icon {
  flex: none;
  margin-left: 12px;
}

.radio-checkbox-with-label {
  align-items: center;
  display: flex;
}

.radio-checkbox-custom {
  width: 20px;
  height: 20px;
  border: 1px solid var(--gray-3);
  background-color: var(--white);
  margin-top: 0;
  transition: all .2s;
}

.radio-checkbox-custom.w--redirected-checked {
  border-color: var(--primary-1);
  background-color: var(--primary-1);
  background-image: url('../images/5d50b4ef493b05480e32d560_icon-check-small.svg');
  background-position: 50%;
  background-size: 14px 14px;
}

.radio-checkbox-custom.w--redirected-focus {
  box-shadow: none;
}

.tooltip-container {
  position: relative;
}

.tooltip-circle {
  width: 18px;
  height: 18px;
  background-color: var(--primary-1);
  color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.tooltip-message {
  min-width: 200px;
  background-color: var(--gray-1);
  color: var(--white);
  text-align: center;
  border-radius: 6px;
  padding: 6px;
  font-size: 14px;
  line-height: 20px;
  display: none;
  position: absolute;
  bottom: 100%;
  left: 16px;
  transform: translate(-50%);
}

.bg-image-1 {
  background-image: url('../images/5d51f8f97d6b7b0aaee8978f_square-small-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image-2 {
  background-image: url('../images/5d0dd3f98a9068d0c5004bd8_careers-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image-3 {
  background-image: url('../images/5d55f4f59a649a4b0cb641f0_hero-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image-4 {
  background-image: url('../images/5d55efea00f0150a9d502ce3_hero-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-image-head-bg {
  width: 100%;
  height: 250px;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.card-image-head-bg.bg-image-1 {
  background-image: url('../images/5d55f4f59a649a4b0cb641f0_hero-2.jpg');
}

.card-image-head-bg.bg-image-2 {
  background-image: url('../images/5d0dd3f98a9068d0c5004bd8_careers-1.jpg');
}

.card-image-head-bg.bg-image-3 {
  background-image: url('../images/5d55efea00f0150a9d502ce3_hero-1.jpg');
}

.card-image-head-bg.blog-wide-image {
  height: 400px;
}

.card-image-head-bg.event {
  height: auto;
  border-radius: 100%;
  margin-bottom: 24px;
  overflow: hidden;
}

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

.card-image-head-horizontal {
  height: 200px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.card-image-head-horizontal.featured {
  height: 600px;
}

.card-image-head-horizontal.blog-3-image {
  width: 100%;
  height: 250px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.listing-5-meta {
  align-items: center;
  display: flex;
}

.card-image-head-bg-small {
  width: 100%;
  height: 175px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.listing-9-wrapper {
  color: var(--white);
  border-radius: 6px;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.listing-9-wrapper:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}

.listing-9-content {
  background-color: rgba(34, 37, 37, .75);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.listing-9-content:hover {
  background-color: rgba(34, 37, 37, .5);
}

.post-meta-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.post-meta-right {
  display: flex;
}

.listing-11-image {
  height: 350px;
}

.listing-11-content {
  background-color: rgba(34, 37, 37, .75);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 24px;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.listing-11-content:hover {
  background-color: rgba(34, 37, 37, .5);
}

.text-gray-1 {
  color: var(--gray-1);
}

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

.text-gray-3 {
  color: var(--gray-3);
}

.text-gray-4 {
  color: var(--gray-4);
}

.card-hover-effect {
  transition: all .2s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
}

.card-hover-effect:hover {
  transform: translate(0, -12px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.content-width-small {
  width: 400px;
  direction: ltr;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
}

.content-width-small.grow {
  flex: 1;
}

.subheading {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 20px;
}

.margin-top {
  margin-top: 36px;
}

.form-wrapper {
  margin-bottom: 0;
}

.sidebar-layout {
  grid-column-gap: 72px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.sidebar-layout.sidebar-left {
  grid-template-columns: 1fr 2.25fr;
}

.sidebar-layout.sidebar-shop {
  grid-column-gap: 12px;
  grid-template-columns: minmax(200px, 300px) 2.25fr;
}

.blog-sidebar-articles {
  max-width: 690px;
}

.blog-post-wide-card {
  margin-bottom: 36px;
}

.sidebar-widget {
  width: 100%;
  margin-bottom: 40px;
}

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

.widget-heading.less-margin {
  margin-bottom: 12px;
}

.sidebar {
  max-width: 386px;
  flex: 0 auto;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.sidebar.event {
  background-color: var(--black);
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.categories-widget {
  border-top: 1px solid var(--gray-3);
}

.categories-widget-item {
  width: 100%;
  border-bottom: 1px solid var(--gray-3);
  justify-content: space-between;
  align-items: stretch;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.subscribe-form-wrapper {
  width: 100%;
  margin-bottom: 15px;
}

.subscribe-form-wrapper.suscbribe-form-wide {
  max-width: 100%;
}

.tag-list {
  flex-wrap: wrap;
  display: flex;
}

.tag-list.center {
  justify-content: center;
}

.tag-link-old {
  margin-right: 12px;
}

.tag-link-old.tag-list-item {
  margin-bottom: 12px;
}

.blog-vertical-list {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-width-large {
  width: 100%;
  max-width: 612px;
  direction: ltr;
  flex-direction: column;
  align-items: stretch;
}

.content-width-large.grow {
  flex: 1;
}

.content-width-large.content-width-stretch {
  display: flex;
}

.article-tags-wrapper {
  border-top: 1px solid var(--gray-3);
  margin-top: 63px;
  padding-top: 48px;
}

.tags-horizontal-wrapper {
  align-items: center;
  display: flex;
}

.text-block-2 {
  margin-right: 12px;
}

.social-icons-list {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.social-icons-list.left {
  justify-content: flex-start;
}

.social-icons-list.top {
  margin: 0 12px;
}

.social-icons-list-item {
  margin-left: 0;
  margin-right: 0;
}

.article blockquote {
  background-color: var(--white);
  color: var(--primary-1);
  border: 1px #000;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 36px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

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

.article.blog h2 {
  color: var(--primary-1);
}

.article a {
  text-decoration: underline;
}

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

.featured-post-meta {
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.h2 {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.h3 {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.h3.no-margins {
  margin-bottom: 0;
}

.h4 {
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.h5 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.h6 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 26px;
}

.breadcrumb-section {
  background-color: var(--black);
  color: var(--white);
  padding-top: 12px;
  padding-bottom: 12px;
}

.avatar-name-container-2 {
  color: #353e44;
  align-items: center;
  display: flex;
}

.blog-post-heading {
  margin-top: 32px;
}

.hero-intro {
  max-width: 800px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 96px;
  display: flex;
}

.content-width-extra-large {
  max-width: 720px;
  direction: ltr;
}

.blog-return-link {
  margin-bottom: 24px;
}

.blog-return-link.bottom {
  margin-top: 24px;
  margin-bottom: 0;
}

.category-links-section {
  padding-top: 24px;
  padding-bottom: 24px;
}

.category-link {
  color: var(--black);
  text-transform: uppercase;
  border-radius: 20px;
  margin-bottom: 6px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 6px 15px;
  font-weight: 600;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.category-link:hover, .category-link.w--current {
  background-color: var(--primary-1);
  color: var(--white);
}

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

.category-link.color:hover {
  background-color: rgba(0, 0, 0, 0);
}

.project-info {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-badge-top-right {
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
}

.project-with-title {
  width: 100%;
  color: var(--gray-1);
}

.project-3-content {
  margin-top: 19px;
}

.project-buttons-container {
  margin-top: 36px;
}

.project-gallery {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-gallery-image {
  width: 100%;
  height: 225px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-gallery-image.bg-image-1 {
  background-image: url('../images/5d55efea00f0150a9d502ce3_hero-1.jpg');
}

.project-gallery-image.bg-image-2 {
  background-image: url('../images/5d0dd3f98a9068d0c5004bd8_careers-1.jpg');
}

.project-gallery-image.bg-image-3 {
  background-image: url('../images/5d55f4f59a649a4b0cb641f0_hero-2.jpg');
}

.project-gallery-image.bg-image-4 {
  background-image: url('../images/5d51fabf2ca59a0f9092ce0b_tall-3.jpg');
}

.project-gallery-wrapper, .block-section-image {
  width: 100%;
}

.section-halves-content-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-halves-content-wrapper.bg-image {
  background-color: #503333;
  background-image: none;
}

.section-halves-content {
  max-width: 506px;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.grid-rows {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.grid-rows.grid-rows-compact {
  grid-row-gap: 12px;
}

.grid-rows.grid-rows-large {
  grid-row-gap: 48px;
}

.grid-rows.grid-rows-large.xl {
  grid-row-gap: 84px;
}

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

.icon-large {
  width: 96px;
  flex: none;
  margin-bottom: 12px;
}

.coming-soon-image-b {
  max-width: 340px;
  position: absolute;
  top: auto;
  bottom: -72px;
  left: 10%;
  right: auto;
}

.bordered-image {
  border: 10px solid var(--white);
}

.rotate-image-left {
  transform: rotate(-2deg);
}

.rotate-image-right {
  transform: rotate(2deg);
}

.coming-soon-image-a {
  max-width: 340px;
  position: absolute;
  top: -24px;
  left: 25%;
}

.div-block-136 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.full-bleed-image {
  width: 100%;
}

.full-bleed-image.rounded-left {
  border-top-left-radius: 25vw;
  border-bottom-left-radius: 25vw;
}

.text-space-left-large {
  margin-left: 24px;
}

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

.horizontal-quote {
  align-items: center;
  display: flex;
}

.horizontal-quote.align-top {
  align-items: flex-start;
}

.quotes-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bg-video {
  z-index: 0;
  min-height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-video.bg-hero-1 {
  opacity: .5;
  background-image: url('../images/5d0dd3f98a9068d0c5004bd8_careers-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-video.bg-hero-slide-1 {
  opacity: .5;
  background-image: url('../images/5d55f4f59a649a4b0cb641f0_hero-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-video.bg-hero-slide-2 {
  opacity: .5;
  background-image: url('../images/5d55efea00f0150a9d502ce3_hero-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-slider {
  width: 100%;
  height: 80vh;
  font-size: 12px;
}

.gallery-slider-mask {
  height: auto;
}

.gallery-slide {
  height: 500px;
}

.gallery-slider-nav {
  font-size: 10px;
  top: auto;
  bottom: -43px;
  left: 10px;
  right: auto;
}

.gallery-slider-right-arrow {
  width: 50px;
  height: 50px;
  background-color: var(--white);
  border: 1px solid #f1f1f1;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: -25px;
  left: auto;
  right: 25px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .05);
}

.gallery-slider-left-arrow {
  width: 50px;
  height: 50px;
  background-color: var(--white);
  cursor: pointer;
  border: 1px solid #f1f1f1;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: -25px;
  left: auto;
  right: 87px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .05);
}

.faq-check {
  width: 100%;
  background-color: var(--gray-4);
  border-radius: 4px;
  overflow: hidden;
}

.faq-toggle {
  width: 100%;
  height: 80px;
  background-color: var(--primary-1);
  color: #fff;
  white-space: break-spaces;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq-toggle.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.faq-img {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.faq-icon {
  width: 24px;
  margin-right: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.faq-body {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.faq-body-cont {
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

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

.side-nav-link {
  width: 100%;
  border-bottom: 1px solid var(--gray-3);
  color: var(--gray-1);
  padding: 15px;
  transition: all .2s;
}

.side-nav-link:hover {
  width: 100%;
  border-bottom: 1px solid var(--gray-3);
  background-color: var(--gray-4);
  color: var(--gray-1);
  padding: 15px;
  transition: all .2s;
}

.side-nav-link.w--current {
  background-color: var(--gray-4);
  color: var(--gray-1);
}

.side-nav-link.last {
  border-bottom-style: none;
}

.side-nav-list-item {
  padding-top: 0;
  padding-bottom: 0;
}

.side-nav-list-item.first {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}

.side-nav-list-item.last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  overflow: hidden;
}

.job-list {
  width: 100%;
  max-width: 1036px;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.icon-grid-list-item {
  border-bottom: 1px solid var(--gray-3);
  align-items: center;
  padding-top: 0;
  padding-bottom: 16px;
  display: flex;
}

.list-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 0;
  padding-left: 0;
  display: grid;
}

.nav-line-white {
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0);
}

.php-block {
  display: none;
}

.centered-grid-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.padded-grid-item {
  padding: 36px;
}

.padded-grid-item.border-sides-white-thick {
  border-left: 4px solid rgba(255, 255, 255, .5);
  border-right: 4px solid rgba(255, 255, 255, .5);
}

.padded-grid-item.border-bottom-white-thick {
  border-bottom: 4px solid rgba(255, 255, 255, .5);
}

.no-border {
  border: 1px #000;
}

.circle-number {
  font-size: 28px;
}

.text-body {
  color: var(--gray-1);
  text-decoration: none;
}

.gallery-slider-2 {
  width: 100%;
  height: auto;
}

.gallery-slider-2-arrow {
  width: 50px;
  height: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  left: -25px;
  overflow: visible;
}

.gallery-slider-2-arrow.slider-arrow-right {
  left: auto;
  right: -25px;
}

.button-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.button-circle.slider-arrow-button {
  border: 4px solid var(--white);
  background-color: #f8f6f4;
}

.nav-left {
  width: 50%;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.nav-left.right {
  justify-content: flex-start;
  padding-right: 0;
}

.navigation-fixed-2 {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navigation-fixed-2._2 {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}

.navbar-bg {
  background-color: var(--white);
  opacity: 0;
  transform-origin: 50% 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 5px 15px -10px rgba(10, 14, 32, .12);
}

.navigation-fixed-3 {
  z-index: 999;
  background-color: #fff;
  position: fixed;
  top: 45px;
  left: 0;
  right: 0;
}

.navigation-fixed-3._2 {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}

.link-block-services {
  width: 100%;
  color: var(--gray-1);
  padding: 16px;
}

.link-block-services:hover {
  background-color: var(--gray-4);
}

.pagination {
  margin-top: 48px;
}

.search-form {
  flex: 0 auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.popular-tags-wrapper {
  justify-content: center;
  margin-top: 24px;
  display: flex;
}

.grid-gallery-1 {
  width: 100%;
  grid-column-gap: 16px;
  grid-template-rows: minmax(250px, 250px) minmax(250px, 1fr) minmax(300px, 300px);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  position: relative;
}

.brickwork-block {
  position: relative;
  overflow: hidden;
}

.grid-img-wrapper {
  z-index: 1;
  padding: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-img._1 {
  background-image: url('../images/camera.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-method {
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.content-row-contents {
  max-width: 486px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.bordered-list {
  padding-left: 0;
}

.bordered-list.margin-top {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bordered-list-item {
  border-bottom: 1px solid var(--gray-3);
  padding-bottom: 24px;
}

.map {
  height: 540px;
}

.list {
  justify-content: space-between;
  display: flex;
}

.contact-info-section {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 36px;
  margin-bottom: 72px;
  display: flex;
}

.contact-details-column {
  flex: 1;
}

.icon-small {
  width: 34px;
  margin-bottom: 0;
}

.sidebar-icon {
  width: 48px;
  margin-bottom: 12px;
}

.sidebar-link {
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all .4s;
  display: block;
}

.sidebar-link.w--current {
  background-image: url('../images/5d0c73930157184c0bf721e2_icon-caret-right.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 28px;
  padding-left: 26px;
}

.faq-heading {
  margin-bottom: 48px;
}

.cart-button {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}

.cart-quantity {
  height: 20px;
  min-width: 20px;
  border: 2px solid var(--white);
  background-color: var(--primary-1);
  color: var(--white);
  border-radius: 100%;
  flex: none;
  margin-left: 0;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  top: 5px;
  bottom: auto;
  left: auto;
  right: -2px;
}

.shop-link-icon {
  background-color: rgba(0, 0, 0, 0);
  padding: 9px 10px;
  position: relative;
}

.cart-button-holder {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 9px;
  display: flex;
}

.search-bg {
  z-index: 1005;
  height: 100vh;
  background-color: var(--white);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.search-box {
  width: 43%;
  max-width: 460px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 8%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  display: flex;
}

.popup-close-holder {
  z-index: 1000;
  margin-top: 30px;
  margin-right: 30px;
  position: absolute;
  top: 0%;
  right: 0%;
}

.button-close {
  width: 38px;
  height: 38px;
  background-color: var(--gray-3);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.button-close:hover {
  transform: scale(1.1);
}

.section-title {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.product-card {
  text-align: center;
  position: relative;
}

.product-card-name {
  color: var(--gray-1);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.product-card-price {
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.product-card-old-price {
  margin-left: 8px;
  font-size: 12px;
  text-decoration: line-through;
}

.product-rating {
  height: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.product-rating.produt-card {
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 0;
}

.empty-stars {
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.rating {
  width: 20px;
  color: orange;
  margin-right: 2px;
  font-family: "Fa 400", sans-serif;
  font-size: 16px;
}

.rating.full {
  font-family: "Fa solid 900", sans-serif;
}

.rating-stars {
  width: 110px;
  display: flex;
}

.rating-stars-holder {
  display: flex;
}

.pagination-2 {
  margin-top: 72px;
}

.quick-view-wrapper {
  padding: 12px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.quick-view-button {
  width: 36px;
  height: 36px;
  background-color: var(--white);
  cursor: pointer;
  background-image: url('../images/crop_free-24px.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 100%;
  transition: all .3s;
}

.quick-view-button:hover {
  transform: scale(1.12);
}

.popup-wrapper {
  z-index: 1006;
  width: 100%;
  height: 100vh;
  background-color: rgba(21, 21, 21, .4);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
}

.popup-wrapper.show {
  display: flex;
}

.popup {
  width: 100%;
  max-height: 96vh;
  max-width: 870px;
  min-height: 200px;
  background-color: var(--white);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 16px 30px rgba(21, 21, 21, .1);
}

.popup.quick-view-popup {
  max-width: 920px;
  overflow: visible;
}

.close-button {
  z-index: 3;
  width: 64px;
  height: 64px;
  padding: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.quick-view-info-wrapper {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.quick-view-image {
  height: 80vh;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.quick-view-info {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
}

.product-top-info {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  display: flex;
}

.product-price {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 16px;
  font-size: 26px;
  line-height: 32px;
  display: flex;
}

.product-old-price {
  margin-left: 16px;
  font-size: 20px;
  line-height: 24px;
  text-decoration: line-through;
}

.add-to-cart-wrapper {
  color: var(--black);
  flex-direction: column;
  align-items: stretch;
  margin-top: 48px;
  display: flex;
}

.cart-button-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.s-quantity {
  height: auto;
  text-align: center;
  background-color: #fff;
  border-color: #e6e6e6;
  margin-bottom: 0;
  margin-right: 16px;
}

.quick-view-link {
  width: 100%;
  border-top: 1px solid var(--gray-3);
  color: var(--gray-1);
  justify-content: center;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.product-card-image {
  width: 100%;
  height: 275px;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.product-card-image.big {
  height: 300px;
}

.shop-sidebar-left {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.image-102 {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.mobile-menu-wrapper {
  display: none;
}

.paylogos-section {
  border-bottom: 1px solid #eee;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.list-2 {
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
}

.li-inline {
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
}

.footer-top-section {
  border-top: 1px solid var(--gray-3);
  padding-top: 15px;
  padding-bottom: 15px;
}

.color-body {
  color: var(--gray-1);
}

.nav-menu-2 {
  width: 300px;
  height: 100vh;
  background-color: var(--primary-1);
  flex: 0 auto;
  position: fixed;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}

.page-holder {
  z-index: 1;
  min-height: 100vh;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.page-holder.menu-open {
  transform: translate(-350px);
}

.nav-side-bar {
  z-index: 9999;
  width: 25%;
  height: 100vh;
  background-color: var(--primary-1);
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav-side-bar-inner {
  width: 100%;
  background-color: var(--primary-1);
  flex-direction: column;
  align-items: flex-start;
  padding: 75px 39px;
  display: flex;
}

.nav-list-sidebar {
  flex-direction: column;
  display: flex;
}

.nav-link-sidebar {
  height: 50px;
  color: var(--white);
  flex-flow: row;
  align-items: center;
  margin-bottom: 7px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 16px;
  font-size: 27px;
  font-weight: 500;
  line-height: 31px;
  text-decoration: none;
  transition: all .15s;
  display: flex;
}

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

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

.nav-link-sidebar.border {
  border: 1px solid var(--primary-1);
  border-radius: 60px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.nav-link-sidebar.border:hover {
  background-color: var(--primary-1);
  color: #fff;
}

.nav-link-sidebar.border.cta {
  background-color: var(--primary-1);
  opacity: 1;
  color: #fff;
}

.nav-link-sidebar.border.cta.reverse {
  color: #1a1b1f;
  background-color: #fff;
  border-color: #fff;
}

.nav-link-sidebar.nav-white {
  opacity: 1;
  color: #fff;
}

.nav-link-sidebar.stretch {
  flex: 1;
  justify-content: center;
}

.nav-link-sidebar.cta {
  background-color: var(--primary-1);
  opacity: 1;
  color: #fff;
}

.nav-item-sidebar {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

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

.navbar-wrapper {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
}

.nav-sidebar-overlay {
  z-index: 9998;
  opacity: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .04);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.logo-nav-holder {
  flex: 1;
  display: flex;
}

.hamvurger-holder {
  align-items: center;
  padding-left: 0;
  display: flex;
}

.div-block-139 {
  border-right: 1px solid #ececec;
  align-items: center;
  padding-right: 19px;
  display: flex;
}

.div-block-140 {
  align-items: center;
  display: flex;
}

.div-block-140._2 {
  margin-left: 12px;
}

.slect {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding-left: 0;
}

.product-holder {
  display: flex;
}

.product-images {
  width: 50%;
}

.product-info {
  width: 50%;
  padding-left: 8.3%;
}

.product-title-box {
  margin-bottom: 16px;
}

.product-title-text {
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 36px;
}

.variations-wrapper {
  margin-bottom: 20px;
}

.div-block-164 {
  flex-wrap: wrap;
  display: flex;
}

.variation {
  text-align: center;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  margin-right: 5px;
  padding: 7px 11px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.variation.selected {
  border-color: var(--black);
}

.variation.disabled {
  opacity: .26;
  cursor: not-allowed;
}

.variation.reverse {
  color: var(--white);
}

.slider-navigation {
  z-index: 4;
  height: 100px;
  background-color: rgba(255, 255, 255, .27);
  border: 1px dashed #32ff47;
  margin: 0;
  padding-top: 0;
  position: absolute;
  top: auto;
  bottom: -25%;
  left: 0%;
  right: 0%;
}

.slider-navigation.default-ecommerce {
  z-index: 5;
  height: 80px;
  opacity: .14;
  transform-origin: 100% 100%;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  font-size: 80px;
  bottom: 0%;
  transform: translate(-120%)rotate(90deg);
}

.slider-navigation.e-commerce {
  height: 80px;
  transform-origin: 100% 100%;
  border-style: none;
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: 0%;
  transform: translate(-120%)rotate(90deg);
}

.slider-arrow-3 {
  color: #777;
  display: none;
}

.slider-thumb-image {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-thumb-image.ecommerce {
  position: static;
}

.slide-image-wrap {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-thumb-wrap {
  width: 100px;
  height: 100px;
  background-color: rgba(191, 191, 255, .9);
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: inline-block;
  position: relative;
}

.slider-thumb-wrap.ecommerce {
  width: 80px;
  height: 80px;
  border: 1px solid var(--lines);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0;
  display: flex;
  overflow: hidden;
  transform: rotate(-90deg);
}

.slider-5 {
  height: 500px;
}

.slider-5.ecommerce {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 100px;
}

.product-slide {
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-tabs-wrapper {
  display: flex;
}

.product-tabs {
  flex: 1;
}

.product-tabs-menu {
  z-index: 2;
  height: 75px;
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  background-color: var(--white);
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 80px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.product-tab-link {
  background-color: rgba(0, 0, 0, 0);
  padding: 25px 24px 26px;
  font-weight: 600;
  line-height: 20px;
}

.product-tab-link.w--current {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 -2px #000;
}

.product-tab-content {
  padding-right: 100px;
}

.product-sidebar {
  width: 300px;
  flex: none;
}

.product-share {
  z-index: 2;
  height: 75px;
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  background-color: var(--white);
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 80px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.product-share-text {
  margin-right: 10px;
}

.product-share-link {
  width: 28px;
  height: 28px;
  opacity: .8;
  justify-content: center;
  align-items: center;
  padding: 6px;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.product-summary {
  margin-bottom: 16px;
}

.nav-holder {
  z-index: 1000;
}

.popup-click-overlay {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.trustbadge {
  margin-left: 6px;
  margin-right: 6px;
}

.horizontal-form-wrapper {
  width: 100%;
  max-width: 612px;
  background-color: var(--lines);
  direction: ltr;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 40px;
}

.horizontal-form-wrapper.grow {
  flex: 1;
}

.horizontal-form-wrapper.content-width-stretch {
  display: flex;
}

.horizontal-form-wrapper.cart {
  margin-bottom: 0;
}

.search-results-notifcation {
  flex-wrap: wrap;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.checkout-form {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.order-summary {
  width: 40%;
  flex: none;
  top: 10px;
}

.container-2 {
  max-width: 100%;
}

.order-confirmation {
  background-color: rgba(0, 0, 0, 0);
}

.block-heading {
  letter-spacing: 0;
  margin-top: 12px;
  font-size: 20px;
  line-height: 28px;
}

.empty-state-2 {
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 0;
  display: none;
}

.div-block-39 {
  display: none;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--lines);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  justify-items: end;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.button-3 {
  color: #212127;
  background-color: #212127;
  padding: 15px 20px;
  font-weight: 500;
}

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

.button-3.white {
  color: #fff;
  background-color: #212127;
}

.button-3.white:hover {
  background-color: #414147;
}

.text-field-2 {
  margin-bottom: 0;
}

.table-header {
  width: 100%;
  border-bottom: 1px solid var(--lines);
  display: flex;
}

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

.table-header-label {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
}

.table-header-data-2 {
  flex-basis: 20%;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.table-header-data-2.product-header {
  flex-basis: 50%;
}

.table-header-data-2.price-header {
  flex-basis: 15%;
}

.cart-row {
  display: flex;
  position: relative;
}

.price-2 {
  line-height: 30px;
}

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

.image-35 {
  max-width: 100px;
}

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

.table-row-data {
  border-bottom: 1px solid var(--lines);
  flex-basis: 20%;
  padding: 16px 10px 16px 0;
}

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

.table-row-data.cart-quantity-data {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.table-row-data.cart-price-data {
  background-color: #fff;
  flex-basis: 15%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.table-row-data.cart-total-data {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-field-3 {
  width: 60px;
}

.my-account-page {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: flex;
}

.my-account-content-wrapper {
  border: 1px #000;
  border-left: 1px solid #e6e6e6;
  flex: 1;
  padding-left: 61px;
}

.acount-link {
  color: var(--gray-1);
  background-color: rgba(0, 0, 0, 0);
  padding: 7px 0;
}

.acount-link.w--current {
  color: var(--primary-1);
}

.account-heading {
  margin-top: 46px;
  margin-bottom: 33px;
  font-size: 30px;
  line-height: 35px;
}

.cart-product-link {
  color: var(--gray-1);
}

.cart-totals {
  width: 45%;
  padding-top: 45px;
}

.cart-totals-wrapper {
  justify-content: flex-end;
  display: flex;
}

.cart-total-line {
  border: 1px solid var(--lines);
  margin-bottom: -1px;
  display: flex;
}

.cart-total-line-col {
  width: 50%;
  padding: 15px;
  font-size: 18px;
}

.cart-total-line-col.c-label {
  background-color: var(--lines);
  text-transform: uppercase;
  font-weight: 700;
}

.div-block-165 {
  justify-content: flex-end;
  margin-top: 37px;
  display: flex;
}

.div-block-166 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.continue-shopping {
  color: var(--gray-1);
  margin-right: 25px;
  font-weight: 500;
}

.cart-heading-label-mobile {
  display: none;
}

.cart-delete {
  width: 30px;
  height: 30px;
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.read-more {
  color: var(--gray-2);
  font-weight: 500;
  text-decoration: none;
}

.article-checks blockquote {
  background-color: var(--white);
  color: var(--primary-1);
  border: 1px #000;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 36px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.article-checks ul {
  margin-bottom: 16px;
  padding-left: 0;
  list-style-type: none;
}

.article-checks li {
  background-image: url('../images/check-orange.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 2px;
  padding-left: 30px;
}

.article-checks strong {
  color: var(--primary-1);
}

.ratings-link {
  color: var(--gray-1);
  text-decoration: none;
  position: relative;
}

.hero-slide-content-box {
  width: 60%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-slide-subheader {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 9px;
  font-weight: 600;
}

.hero-slide-header {
  color: var(--white);
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 50px;
}

.hero-slider-left-arrow {
  width: 50px;
  height: 50px;
  opacity: .5;
  font-size: 25px;
  transition: all .2s;
  top: auto;
  bottom: 25px;
  left: 25px;
  right: auto;
}

.hero-slider-left-arrow:hover {
  opacity: 1;
}

.hero-slider-left-arrow.right {
  left: 75px;
}

.hero-slider-nav {
  width: 200px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -71px;
  transform: rotate(90deg);
}

.slider-description {
  max-width: 500px;
  color: var(--white);
  margin-top: 9px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.div-block-168 {
  margin-top: 24px;
}

.hero-slide-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-slide-bg._1 {
  background-image: url('../images/drip-921067_1920.jpg');
}

.hero-slide-bg._2 {
  background-image: url('../images/forest-931706_1920.jpg');
}

.browser_details {
  color: #7a849e;
  text-align: center;
  letter-spacing: -.2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.browser-detect {
  z-index: 9999;
  background-color: rgba(0, 0, 0, .59);
  justify-content: center;
  align-items: center;
  padding: 183px 150px 325px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.browser-warning {
  max-width: 600px;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 40px;
  display: flex;
  box-shadow: 11px 11px 55px rgba(53, 90, 164, .1);
}

.browser_link {
  width: 33.3333%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.browser_header {
  color: #20355a;
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 40px;
}

.icon_firefox {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  margin-bottom: 5px;
  padding: 6px;
}

.ie_logo {
  width: 70px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.browser_title {
  color: #7a849e;
  font-size: 14px;
  font-weight: 500;
}

.browser_wrap {
  max-width: 300px;
  min-height: 50px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-3 {
  z-index: 3;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.usp-holder {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.usp-item {
  flex: none;
  display: flex;
}

.icon-extra-small {
  width: 24px;
}

.border-bottom {
  border-bottom: 1px solid var(--gray-3);
}

.categories-wrapper {
  width: 100%;
  height: 100%;
  color: #212127;
  background-color: #f1f1f7;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.categories-wrapper.small {
  height: 14vw;
}

.categories-wrapper._2 {
  height: 250px;
}

.category-title {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 20px;
  right: 25px;
}

.category-title._2 {
  color: var(--white);
  left: 25px;
  right: auto;
}

.category-image {
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.category-image.bg-image-1 {
  background-image: url('../images/5d771b5f5b32337f0c858023_square-4.jpg');
}

.category-image.style-2 {
  width: 80px;
  height: 80px;
  flex: none;
  position: relative;
}

.category-overlay {
  background-color: rgba(255, 128, 89, .37);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.category-overlay._2 {
  background-color: rgba(0, 0, 0, .23);
}

.collection-item-2 {
  width: 100%;
}

.curtain {
  height: 100px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .35));
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.curtain._2 {
  background-color: rgba(0, 0, 0, .23);
}

.info-wrapper {
  min-height: 150px;
  background-color: #fff;
  border: 1px #000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.load-more-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 4px;
  margin-top: 50px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  transition: transform .2s cubic-bezier(.55, .085, .68, .53);
  position: static;
}

.load-more-button:hover {
  transform: translate(0, -2px);
}

.instagram-feed-wrapper {
  width: 100%;
  max-width: 1400px;
  min-height: auto;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-wrapper {
  width: 100%;
  min-height: 300px;
  background-image: url('../images/Background.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.comments-number {
  margin-top: 0;
  margin-right: 5px;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.post-wrapper {
  width: 300px;
  height: auto;
  position: relative;
}

.instagram-title {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}

.tags-list {
  width: 100%;
  flex-wrap: wrap;
  align-content: center;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.post-info-wrapperwrapper {
  min-height: 50px;
  background-color: rgba(255, 255, 255, .9);
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.instagram-feed {
  height: auto;
  min-height: auto;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.instagram-pic {
  color: #333;
  cursor: pointer;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.55, .085, .68, .53);
  display: block;
}

.posts-list {
  width: 100%;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.post-list-item {
  flex: 0 auto;
  padding: 0;
  display: block;
}

.likes-wrapper {
  width: 50%;
  min-height: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag {
  color: #c4c4c4;
  margin-top: 0;
  margin-right: 5px;
  padding: 0;
  font-family: Verdana, Geneva, sans-serif;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.likes-number {
  margin-top: 0;
  margin-left: 5px;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.comments-wrapper {
  width: 50%;
  min-height: 50px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.insta-hover {
  width: 50px;
  height: 50px;
  background-color: var(--white);
  opacity: .9;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  font-family: "Fa brands 400", sans-serif;
  font-size: 29px;
  display: flex;
}

.insta-icon-box {
  width: 55px;
  height: 55px;
  opacity: .9;
  background-color: #ebebeb;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 29px;
  display: flex;
}

.div-block-169 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tag-link {
  background-color: rgba(255, 128, 89, .1);
  border-radius: 3px;
  margin-right: 12px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.hero-post-section {
  width: 100%;
  height: 640px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.absolute-image {
  width: 100%;
  height: 120%;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.absolute-image.bg-image-1 {
  background-image: url('../images/5d771b5f5b32337f0c858023_square-4.jpg');
}

.absolute-image.header-image {
  opacity: .5;
}

.narrow-post {
  z-index: 2;
  max-width: 1120px;
  background-color: rgba(255, 255, 255, .97);
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.link-block-3 {
  text-decoration: none;
}

.post-content {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.post-title {
  z-index: 1;
  max-width: 506px;
  margin: -91px auto 48px;
  position: relative;
}

.main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-grid.categories {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: minmax(300px, 1fr) minmax(300px, 1fr);
}

.hero-slide-headr-2 {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 50px;
}

.image-wrap {
  width: 500px;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.main-img {
  height: 100%;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  margin-right: 5px;
}

.hover-img {
  z-index: 2;
  width: 1000px;
  height: 1000px;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: filter .5s;
  position: absolute;
  top: -50%;
  left: 50%;
  right: 0%;
  transform: translate(-50%);
}

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

.container-4 {
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.container-4.container-small {
  max-width: 864px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button1-2 {
  color: #fff;
  text-align: center;
  background-color: #0087ee;
  border: 2px solid #0087ee;
  margin: 0;
  padding: 10px 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.button1-2:hover {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .2);
}

.button1-2.reversed {
  color: #1a1b1f;
  background-color: #fff;
  border-color: #fff;
}

.button1-2.reversed:hover {
  box-shadow: none;
  background-color: #f7fafc;
  border-color: #f7fafc;
}

.form-input-2 {
  height: 48px;
  background-color: #fff;
  border: 1px solid #e9eef1;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .2s;
}

.form-input-2:focus {
  border-color: #0087ee;
}

.form-input-2.subscribe-form-input {
  height: auto;
  margin-right: 12px;
}

.button1-3 {
  color: #fff;
  text-align: center;
  background-color: #ff8059;
  border-color: #ff8059;
  border-radius: 0;
  margin: 0;
  padding: 15px 26px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.button1-3:hover {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .2);
}

.text-space-right-small {
  margin-right: 7px;
}

.fa-social {
  font-family: "Fa brands 400", sans-serif;
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
}

.fa-social.big {
  font-size: 28px;
  line-height: 34px;
}

.fa-social.big.solid {
  font-family: "Fa solid 900", sans-serif;
}

.fa-social.brands {
  font-family: "Fa brands 400", sans-serif;
}

.fa-social.brands.bigger {
  font-size: 28px;
  line-height: 28px;
}

.fa-social.solid {
  font-family: "Fa solid 900", sans-serif;
}

.fa-social.solid.bigger {
  font-size: 22px;
  line-height: 28px;
}

.container-5 {
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.image-circle {
  width: 350px;
  height: 350px;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}

.image-circle.bg-image-1 {
  background-image: url('../images/NXT_2020_001_slider_2500x1500_2.jpg');
  border-radius: 100%;
}

.image-circle.small {
  width: 250px;
  height: 250px;
  background-image: url('../images/forest-931706_1920.jpg');
}

.buttons-container-2 {
  flex-direction: row;
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.card-bottom-border {
  width: 100%;
  height: 10px;
  background-color: var(--primary-3);
}

.card-bottom-border.color-2 {
  background-color: var(--primary-4);
}

.card-bottom-border.color-3 {
  background-color: var(--primary-1);
}

.event-title {
  color: var(--primary-1);
  text-transform: uppercase;
  font-weight: 700;
}

.event-date {
  margin-left: 0;
}

.event-date.text-white {
  color: var(--white);
  margin-left: 0;
}

.event-date.no-margin {
  margin-left: 0;
}

.triangle-warpper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.triangle-warpper.absolute-top {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.speakers-list {
  flex-wrap: wrap;
  display: flex;
}

.div-block-170 {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.icon-small-2 {
  width: 48px;
  margin-bottom: 12px;
}

.article-color-headings h1, .article-color-headings h2, .article-color-headings h3, .article-color-headings h4, .article-color-headings h5 {
  color: var(--primary-1);
}

.heading-2 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.div-block-171 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-171.mc {
  align-items: stretch;
}

.slide-bg-image {
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._wf-gallery-slide {
  position: relative;
}

.heading-3 {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 600;
}

.div-block-173 {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.div-block-173.samenwerking {
  margin-bottom: 0;
}

.div-block-174 {
  text-align: center;
  padding-left: 58px;
  padding-right: 58px;
}

.testimonial-title {
  color: var(--primary-1);
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
}

.testimonial-title.content-row-subtitle {
  margin-bottom: 48px;
}

.testimonial-title.larger {
  font-size: 20px;
  line-height: 32px;
}

.rich-text-white a {
  color: var(--white);
  text-decoration: underline;
}

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

.form-2 {
  display: flex;
}

.mailchimp-form {
  width: 100%;
}

.block-section-half-2 {
  width: 100%;
  height: 100%;
  background-color: var(--black);
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-section-half-2.image-block {
  min-height: 85vh;
}

.testimonial-quote-symbol-2 {
  margin-bottom: -20px;
  font-size: 54px;
  line-height: 54px;
}

.div-block-175 {
  padding-left: 25px;
  padding-right: 25px;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.triangle {
  width: 90px;
  margin-top: -1px;
}

.blog-post-title {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.main-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-left-col {
  padding-right: 50px;
}

.footer-heading-2 {
  margin-bottom: 20px;
}

.event-price-regular {
  margin-left: 12px;
  text-decoration: line-through;
}

.collection-list-wrapper-2 {
  color: var(--black);
  text-align: center;
  position: relative;
  top: -170px;
}

.div-block-178 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-6 {
  max-width: 100%;
}

.div-block-179 {
  width: 60%;
  flex: 0 auto;
}

.button-icon-holder {
  width: 20px;
  height: 20px;
  position: relative;
}

.button-icon-normal, .button-icon-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.absolute-image-2 {
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.absolute-image-2.bg-image-1 {
  background-image: url('../images/5d771b5f5b32337f0c858023_square-4.jpg');
}

.grid-bg {
  background-image: url('../images/grid-right.png'), url('../images/grid-left.png');
  background-position: 100% 0, 0 0;
  background-repeat: repeat-y, repeat-y;
  background-size: 300px, 300px;
  position: relative;
}

.grid-bg.padding-top {
  padding-top: 90px;
}

.order-thank-you-actions {
  display: none;
}

.nav-list-2 {
  z-index: 2;
  float: none;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.nav-item-3 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link-2 {
  color: #4f5c65;
  flex-flow: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 16px;
  font-weight: 500;
  line-height: 30px;
  transition: all .15s;
  display: flex;
}

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

.nav-line {
  width: 100%;
  height: 2px;
  background-color: var(--primary-1);
}

.nav-line-current {
  width: 100%;
  height: 2px;
  background-color: var(--black);
}

.voordelen-left {
  width: 70%;
}

.voordelen-right {
  width: 30%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.voordelen-right.samenwerking {
  margin-bottom: 0;
}

.h6-small-2 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}

.social-icon-2 {
  width: 36px;
  height: 36px;
  color: #fff;
  background-color: #94491d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  display: flex;
}

.social-icons-list-2 {
  justify-content: center;
  align-items: center;
  margin-left: -4px;
  margin-right: -4px;
  padding-left: 0;
  display: flex;
}

.subscribe-form-2 {
  align-items: flex-start;
  display: flex;
}

.button1-4 {
  color: #fff;
  text-align: center;
  background-color: #94491d;
  border: 2px solid #94491d;
  border-radius: 100px;
  margin: 0;
  padding: 10px 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.button1-4:active {
  display: block;
}

.social-icons-list-item-2 {
  margin-left: 4px;
  margin-right: 4px;
}

.form-input-3 {
  height: 48px;
  color: #353e44;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #94491d;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .2s;
}

.form-input-3:focus {
  border-color: #94491d;
}

.form-input-3::-ms-input-placeholder {
  color: #353e44;
}

.form-input-3::placeholder {
  color: #353e44;
}

.form-input-3.subscribe-form-input {
  margin-right: 12px;
}

.article-red-headings blockquote {
  background-color: var(--white);
  color: var(--primary-1);
  border: 1px #000;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 36px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.article-red-headings h2, .article-red-headings h3, .article-red-headings h4 {
  color: var(--primary-1);
}

.article-red-headings a {
  text-decoration: underline;
}

.article-red-headings.mt30 {
  margin-top: 30px;
}

.out-of-stock-state {
  color: var(--primary-1);
  background-color: rgba(0, 0, 0, 0);
}

.speaker-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.speaker-card.categories {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: minmax(300px, 1fr) minmax(300px, 1fr);
}

.footer-richtext a {
  text-decoration: underline;
}

.in-cart-help {
  margin-top: 12px;
}

.div-block-180 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.category-link-bg {
  z-index: 1;
  background-color: #e4e4e4;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-81 {
  z-index: 2;
  position: relative;
}

.color-categories {
  align-items: center;
  margin-top: 12px;
  margin-bottom: 6px;
  display: flex;
}

.color-categories.right {
  justify-content: flex-end;
}

.color-categories.left {
  justify-content: flex-start;
}

.color-categories.justiy-left-right {
  justify-content: space-between;
}

.color-categories.stretch {
  flex: 1;
  align-items: center;
}

.color-categories.vertical-md.horizontal-sm {
  align-items: flex-start;
}

.color-categories.stretch-verticl {
  align-items: stretch;
}

.color-categories.vertical {
  width: 100%;
  flex-direction: column;
}

.color-categories.vertical.left {
  align-items: flex-start;
}

.color-categories.vertical.xs {
  flex-direction: row;
}

.color-categories.vertical.stretch {
  align-items: stretch;
}

.color-categories.align-top {
  align-items: flex-start;
}

.color-categories.center-horizontal {
  justify-content: center;
}

.color-categories.center-horizontal.md {
  justify-content: flex-start;
}

.color-categories.h4.mb30 {
  margin-bottom: 30px;
}

.color-categories.mb12 {
  margin-bottom: 12px;
}

.sale-badge {
  width: 75px;
  height: 75px;
  background-color: var(--danger);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 25px;
}

.testimonial-content {
  margin-bottom: 32px;
  font-style: italic;
}

.mb16 {
  margin-bottom: 16px;
}

.font-color-dark {
  color: var(--gray-1);
}

.earlybird_bage {
  z-index: 1;
  width: 100px;
  height: 100px;
  background-color: var(--primary-1);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 17px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-181 {
  width: 100%;
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.add-to-cart {
  margin-bottom: 0;
}

.atc-btn-small {
  width: 50px;
  height: 50px;
  background-color: var(--primary-1);
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/Vector.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  margin-bottom: 0;
  transition: all .2s;
}

.atc-btn-small:hover {
  background-color: var(--black);
}

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

.div-block-182 {
  color: var(--primary-1);
  display: flex;
}

.pagination-btn {
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 50px;
  display: flex;
}

.icon-2 {
  width: 20px;
  height: 20px;
  margin-right: 0;
}

html.w-mod-js [data-ix="slide-in-element-on-tab-2"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="slide-in-element-on-tab"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="move-left-on-load-1"] {
  opacity: 0;
  transform: translate(-50px);
}

@media screen and (min-width: 1280px) {
  .section.grid {
    background-image: url('../images/grid_right.png'), url('../images/grid_left.png');
    background-position: 100% 0, 0 0;
    background-repeat: repeat-y, repeat-y;
    background-size: 150px, 150px;
  }
}

@media screen and (min-width: 1440px) {
  .section.grid {
    background-image: url('../images/grid_right.png'), url('../images/grid_left.png');
    background-position: 100% 0, 0 0;
    background-repeat: repeat-y, repeat-y;
    background-size: 150px, 150px;
  }
}

@media screen and (min-width: 1920px) {
  .section.grid {
    background-image: url('../images/grid_right.png'), url('../images/grid_left.png');
    background-position: 100% 0, 0 0;
    background-repeat: repeat-y, repeat-y;
    background-size: 150px, 150px;
  }

  .navigation-fixed {
    display: none;
  }

  .f1-nav-link {
    text-decoration: underline;
  }

  .blog-sidebar-articles {
    max-width: 100%;
  }

  .article a {
    text-decoration: underline;
  }

  .div-block-170 {
    flex: none;
  }

  .rich-text-white a, .article-red-headings a {
    text-decoration: underline;
  }

  .speaker-card {
    grid-auto-columns: 1fr;
  }

  .footer-richtext a {
    text-decoration: underline;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 24px;
  }

  h2 {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 40px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.nav-bar.full {
    padding-left: 0;
    padding-right: 0;
  }

  .container.negative-margins {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container.space-around {
    flex-wrap: wrap;
  }

  .container.hero-header-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 26vh;
    padding-bottom: 26vh;
    display: flex;
  }

  .container.navbar-container {
    padding-left: 0;
    padding-right: 0;
  }

  .row.row-align-center.left.reverse-md {
    flex-wrap: wrap-reverse;
  }

  .row.row-align-center.reverse-md {
    text-align: center;
    flex-direction: column-reverse;
  }

  .row.row-align-center.reverse-md.md {
    flex-direction: column-reverse;
  }

  .row.row-align-center.reverse-sm {
    text-align: center;
  }

  .row.row-align-center.reverse-sm.md, .row.md-vert-reverse {
    flex-direction: column-reverse;
  }

  .row.md-vert-reverse.centre {
    text-align: center;
    align-items: center;
  }

  .row.md-vert-reverse.centre.align-left {
    text-align: left;
  }

  .row.row-justify-between.contact-section {
    text-align: left;
    flex-direction: column;
    align-items: center;
  }

  .row.md-reverse-layout {
    flex-flow: column-reverse wrap;
  }

  .row.md-reverse-layout.md-center {
    justify-content: center;
    align-items: center;
  }

  .row.row-split-content {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .col.col-4.col-m-12.align-bottom {
    width: 100%;
    flex-wrap: wrap;
    flex: 0 auto;
  }

  .col.col-6.col-m-12.ding {
    text-align: center;
    flex: 1;
    align-items: center;
  }

  .col.col-m-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col.col-m-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col.col-m-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .col.col-m-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col.col-m-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col.col-m-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col.col-m-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col.col-m-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col.col-m-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col.col-m-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col.col-m-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col.col-m-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.inline {
    width: 50%;
  }

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

  .section.section-split-header {
    padding-bottom: 0;
  }

  .section.split-screen-bg {
    background-size: 48%;
  }

  .section.no-vertical-padding.half-wrapper {
    flex-direction: column;
  }

  .section.full-screen {
    min-height: 800px;
  }

  .section.section-large {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.bg-primary.related-products {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.more-bottom-padding {
    padding-bottom: 50px;
  }

  .section.bg-primary-black.related-products {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .button1.reversed.small.outline.mt {
    margin-top: 15px;
  }

  .button1.button-large {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .button1.navbar-button.style-for-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button1.navmenu-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .button1.navmenu-button.nav-3.button-outline {
    border-color: var(--primary-1);
    background-color: var(--primary-1);
  }

  .button1.navmenu-button.nav-3.button-outline:hover {
    background-color: var(--primary-1);
    color: var(--white);
  }

  .button1.navmenu-button.button-outline {
    border-color: var(--primary-1);
    background-color: var(--primary-1);
  }

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

  .button1.button-inline-form.footer-7 {
    min-width: 130px;
  }

  .card.card-bg {
    height: 250px;
  }

  .card.card-horizontal {
    max-width: 506px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .card.missie {
    top: 0;
  }

  .nav-menu {
    z-index: 99999;
    width: 100%;
    background-color: #fff;
    flex-direction: column;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu.style-2 {
    border-style: none;
    border-radius: 0;
    flex: 1;
    align-items: flex-end;
  }

  .nav-menu.not-relative {
    position: absolute;
  }

  .nav-menu.no-padding-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu.vertical {
    flex-direction: column;
  }

  .nav-menu.navbar-1-menu {
    margin-right: 0;
  }

  .nav-menu.nav-menu-desktop {
    width: 100%;
  }

  .nav-menu.nav-menu-show-md {
    display: block;
  }

  .nav-menu.nav-11-menu {
    flex-flow: wrap-reverse;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    text-align: center;
    border-style: none;
    border-radius: 0;
  }

  .dropdown-list.dd-list-nav.w--open {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation-style-1.vertical {
    flex-direction: row;
  }

  .dropdown-link {
    text-align: center;
    background-color: #f8f8f8;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-link.dd-link-nav {
    text-align: left;
    padding: 15px 16px;
  }

  .logo-brand {
    margin-top: 0;
    margin-left: 24px;
    margin-right: 0;
    padding-left: 0;
  }

  .logo-brand.style-2 {
    width: auto;
    padding: 0;
  }

  .logo-brand.style-2.absolute {
    background-color: rgba(0, 0, 0, 0);
    display: none;
    position: relative;
  }

  .logo-brand.style-3 {
    width: 100px;
    height: 100px;
    padding: 14px;
  }

  .logo-brand.style-3.absolute {
    background-color: rgba(0, 0, 0, 0);
    display: none;
    position: relative;
  }

  .logo-brand.logo-brand-nav-8 {
    margin-bottom: 0;
  }

  .nav-link {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
    display: flex;
  }

  .nav-link.dropdown {
    text-align: center;
    padding-right: 20px;
  }

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

  .cta-button-container {
    flex-direction: column;
    margin-left: 0;
  }

  .ml-auto {
    margin-left: 0;
  }

  .ml-auto.mobile-to {
    margin-left: auto;
  }

  .navbar-2-right {
    position: static;
  }

  .nav-left-absolute.mobile-flex-strectch {
    flex: 1;
    position: static;
  }

  .nav-center {
    flex: 1;
    justify-content: space-between;
  }

  .nav-center.absolute {
    justify-content: space-between;
  }

  .navbar-4-logo-center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: relative;
  }

  .navbar-4-logo-center.absolute {
    display: flex;
  }

  .nav-top-logo {
    padding-bottom: 0;
  }

  .top-nav-link {
    font-size: 14px;
  }

  .top-nav-link.first {
    padding-right: 0;
  }

  .flex.right {
    justify-content: center;
  }

  .flex.justiy-left-right.right-mobile {
    justify-content: flex-end;
  }

  .flex.stretch, .flex.center-vertical {
    justify-content: center;
  }

  .flex.vertical-md {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
  }

  .flex.vertical-sm {
    flex: 1;
  }

  .flex.center-horizontal.md {
    justify-content: center;
  }

  .mb10.not-mobile {
    margin-bottom: 0;
  }

  .nav-main-bar {
    align-items: center;
    display: flex;
  }

  .form-input.with-icon.in-mobile-menu {
    border-style: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .form-input.form-input-large {
    height: 60px;
  }

  .form-input.form-input-inline.footer-7 {
    max-width: 330px;
  }

  .nav-mid-bar {
    z-index: 4;
    align-items: center;
    display: flex;
  }

  .nav-list {
    flex-direction: column;
  }

  .nav-list.footer {
    width: 100%;
  }

  .nav-list.footer._2 {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-list.navbar-4-left {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .nav-list.navbar-4-right {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .nav-list.top {
    flex-direction: row;
  }

  .nav-list.navbar-3-list {
    margin-right: 0;
  }

  .nav-list.navbar-5-left {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .nav-list.navbar-5-right {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .nav-list.navlist-show-md {
    display: block;
  }

  .nav-list.nav-list-desktop {
    display: none;
  }

  .top-bar-inner {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-end;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 18px;
    padding: 8px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.menu-button-nav-12 {
    margin-left: 0;
  }

  .nav-stretch-mobile {
    flex: 1;
  }

  .nav-logo-2 {
    display: flex;
  }

  .nav-logo-2.push-mobile {
    flex: 1;
  }

  .absolute-logo-text, .hide-md {
    display: none;
  }

  .show-md {
    display: block;
  }

  .footer-container.center-md {
    justify-content: center;
  }

  .footer-container-mobile {
    justify-content: center;
    margin-bottom: 30px;
  }

  .footer-container-mobile.desktop-left {
    justify-content: center;
  }

  .mb40.md {
    margin-bottom: 40px;
  }

  .footer-text.style-2 {
    width: 100%;
    text-align: center;
  }

  .divider {
    height: 6vw;
  }

  .divider.divider-bottom {
    margin-top: 72px;
  }

  .divider.card-divider {
    height: 36px;
  }

  .mb30.sm {
    margin-bottom: 0;
  }

  .mb30.md {
    margin-bottom: 30px;
  }

  .split-header-col-absolute {
    width: 100%;
    height: auto;
    margin-top: 90px;
    position: relative;
  }

  .header-absolute-image {
    text-align: center;
    margin-left: 0;
    padding-top: 85px;
  }

  .split-header-col-absolute-2 {
    width: 100%;
    min-height: 300px;
    margin-top: 90px;
    position: relative;
  }

  .card-body, .card-body.more-padding {
    padding: 24px;
  }

  .card-body.more-padding.more {
    padding: 40px;
  }

  .half-section, .half-section._3 {
    width: 100%;
  }

  .half-section.left {
    padding-right: 80px;
  }

  .half-section.right {
    padding-left: 80px;
  }

  .half-section-content {
    max-width: 100%;
  }

  .short-paragrpah {
    display: inline-block;
  }

  .card-horizontal.rev {
    flex-direction: row;
  }

  .computer-picture {
    max-width: 70vw;
  }

  .phone-image {
    max-width: 82%;
  }

  .phone-image.negative-margin {
    margin-bottom: -382px;
  }

  .feature-overlap-box-r, .feature-overlap-box-l {
    top: 10%;
  }

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

  .left-padding._3 {
    padding-left: 20px;
  }

  .tab-link {
    margin-left: 5px;
    margin-right: 5px;
  }

  .value-proposition-container {
    text-align: center;
    align-items: center;
  }

  .inline-form {
    width: 100%;
  }

  .computer-image {
    width: 70%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .side-image.lightbox-video {
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .horizontal-form, .slide-50 {
    width: 100%;
  }

  .partner-logo-container {
    width: 50%;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .slide-33 {
    width: 100%;
  }

  .border-to-edge-picture {
    height: 500px;
  }

  .slide.small {
    width: 80%;
  }

  .alerts-icon {
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 10px;
  }

  .how-it-works-line {
    top: 177px;
  }

  .sidebar-wrapper {
    z-index: 9999;
    width: 320px;
    height: 100%;
    background-color: var(--white);
    padding: 30px;
    transition: all .3s;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-350px);
    box-shadow: 0 16px 30px rgba(21, 21, 21, .1);
  }

  .sidebar-wrapper.show {
    transform: translate(0);
  }

  .sidebar-toggle {
    color: #414141;
    text-decoration: none;
    display: block;
  }

  .white-bg {
    background-color: #fff;
  }

  .value-proposition-buttons {
    text-align: center;
  }

  .div-block-106 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .value-proposition-hero-image {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-item {
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-item.footer {
    text-align: center;
  }

  .service-image {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .slide-25, .slide-20 {
    width: 100%;
  }

  .image-slide {
    width: 50%;
  }

  .text-jumbo {
    margin-bottom: 16px;
    font-size: 60px;
    line-height: 62px;
  }

  .section-intro {
    width: 70%;
  }

  .testimonial-50._80 {
    width: 100%;
  }

  .div-block-116 {
    width: 100%;
    left: 0;
  }

  .div-block-117 {
    text-align: center;
    flex: 1;
    justify-content: center;
  }

  .icon-dd {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .logo-holder._2 {
    width: 25%;
    height: auto;
    margin-bottom: 20px;
  }

  .logo-slider {
    width: 25%;
  }

  .logo-container {
    flex-flow: wrap;
  }

  .nav-item-2 {
    text-align: center;
    align-self: stretch;
  }

  .timeline-col-left, .timeline-col-right {
    width: 100%;
  }

  .timeline-left-content {
    margin-right: 0;
  }

  .timeline-right-content {
    margin-left: 0;
  }

  .timeline-triangle, .timeline-circle, .timeline-line {
    display: none;
  }

  .section-footer {
    margin-top: 40px;
  }

  .row-sm.align-center-vert.reverse-md {
    text-align: center;
    flex-direction: column-reverse;
  }

  .row-sm.align-center-vert.reverse-md.md {
    flex-direction: column-reverse;
  }

  .row-sm.align-center-vert.reverse-sm {
    text-align: center;
  }

  .row-sm.align-center-vert.reverse-sm.md, .row-sm.md-vert-reverse {
    flex-direction: column-reverse;
  }

  .row-sm.md-vert-reverse.centre {
    text-align: center;
    align-items: center;
  }

  .row-sm.md-vert-reverse.centre.align-left {
    text-align: left;
  }

  .row-sm.md-reverse-layout {
    flex-flow: column-reverse wrap;
  }

  .row-sm.md-reverse-layout.md-center {
    justify-content: center;
    align-items: center;
  }

  .col-sm.col-4.col-m-12.align-bottom {
    width: 100%;
    flex-wrap: wrap;
    flex: 0 auto;
  }

  .col-sm.col-6.col-m-12.ding {
    text-align: center;
    flex: 1;
    align-items: center;
  }

  .col-sm.col-m-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col-sm.col-m-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col-sm.col-m-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .col-sm.col-m-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col-sm.col-m-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col-sm.col-m-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col-sm.col-m-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col-sm.col-m-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col-sm.col-m-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col-sm.col-m-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col-sm.col-m-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col-sm.col-m-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col-sm.inline {
    width: 50%;
  }

  .show-lg {
    display: none;
  }

  .section-halfs.banner {
    height: auto;
  }

  .nav-line-old {
    display: none;
  }

  .div-block-122 {
    width: 100%;
  }

  .div-block-121 {
    justify-content: center;
  }

  .rich-text-2-cols {
    column-count: 1;
  }

  .text-block {
    display: none;
  }

  .container-small {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-small.nav-bar.full {
    padding-left: 0;
    padding-right: 0;
  }

  .container-small.negative-margins {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-small.space-around {
    flex-wrap: wrap;
  }

  .p2-info-text {
    margin-bottom: 25px;
  }

  .f1-bottom-wrap {
    flex-direction: column;
    align-items: center;
  }

  .f1-bottom-left {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .style-guide-container {
    flex-direction: column;
  }

  .style-guide-title {
    width: 100%;
    margin-bottom: 36px;
    padding-right: 0;
  }

  .avatar {
    width: 72px;
    height: 72px;
  }

  .avatar.avatar-xl {
    width: 120px;
    height: 120px;
  }

  .avatar-group-item {
    border-width: 4px;
  }

  .card-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-footer.no-border.more-padding {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pill.pill-group-item {
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .nav-link-content {
    flex: 0 auto;
    align-items: flex-start;
    display: flex;
  }

  .dropdown-icon-nav {
    margin-right: 16px;
    position: absolute;
    top: 16px;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .brand {
    margin-top: 8px;
  }

  .brand-2 {
    margin-top: 6px;
  }

  .brand-3 {
    margin-top: -1px;
  }

  .brand-4 {
    margin-top: -4px;
  }

  .brand-5 {
    margin-top: -7px;
  }

  .brand-6 {
    margin-top: -9px;
  }

  .brand-7 {
    margin-top: 0;
    padding-left: 0;
  }

  .navbar-10-hidden-menu {
    flex: 0 auto;
    display: flex;
  }

  .navbar-3-left {
    width: 100%;
    max-width: 300px;
    background-color: var(--white);
    position: fixed;
    box-shadow: 0 16px 30px rgba(21, 21, 21, .1);
  }

  .navbar-3-right {
    flex-direction: row;
    justify-content: flex-start;
  }

  .hamburger {
    flex: 0 auto;
  }

  .navbar-4-hamburger {
    flex: 1;
  }

  .navbar-4-logo-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .navbar-4-logo-left.absolute {
    display: flex;
  }

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

  .top-nav-icon.mr-mobile {
    margin-right: 10px;
  }

  .topnav-content-right {
    display: none;
  }

  .top-nav-social-link {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
  }

  .menu-button-round {
    width: 50px;
    height: 50px;
    background-color: var(--gray-4);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .menu-button-2:active {
    background-color: rgba(0, 0, 0, 0);
  }

  .topnav-7-content.mobile {
    background-color: var(--black);
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 20px;
    display: flex;
  }

  .top-bar {
    display: none;
  }

  .nav-8-main-bar {
    flex-direction: row;
    flex: 1;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .nav-8-top-bar {
    flex: 1;
    justify-content: space-between;
  }

  .nav-8-top-bar.absolute {
    justify-content: space-between;
  }

  .navbar-10-right {
    position: static;
  }

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

  .nav-10-main-bar {
    align-items: center;
    display: flex;
  }

  .nav-10-icon-link {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
  }

  .nav-10-top-bar {
    display: none;
  }

  .nav-4-menu {
    z-index: 99999;
    width: 100%;
    border: 1px solid var(--gray-3);
    background-color: #fff;
    border-radius: 5px;
    flex-direction: column;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-4-menu.not-relative {
    position: absolute;
  }

  .nav-4-menu.no-padding-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-4-menu.vertical {
    flex-direction: column;
  }

  .nav-4-menu.navbar-1-menu {
    margin-right: 0;
  }

  .nav-4-menu.nav-menu-desktop {
    width: 100%;
  }

  .nav-4-menu.nav-menu-show-md {
    display: block;
  }

  .nav-11-top-bar {
    margin-bottom: 0;
    display: block;
  }

  .logo-brand-square {
    max-width: 70px;
    justify-content: center;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .logo-brand-square.style-2 {
    width: auto;
    padding: 0;
  }

  .logo-brand-square.style-2.absolute {
    background-color: rgba(0, 0, 0, 0);
    display: none;
    position: relative;
  }

  .logo-brand-square.style-3 {
    width: 100px;
    height: 100px;
    padding: 14px;
  }

  .logo-brand-square.style-3.absolute {
    background-color: rgba(0, 0, 0, 0);
    display: none;
    position: relative;
  }

  .logo-brand-square.logo-brand-nav-8 {
    margin-bottom: 0;
  }

  .nav-12-mid-bar-right {
    width: 50%;
    flex: 0 auto;
  }

  .navf-12-mid-bar-left {
    width: 50%;
    display: flex;
  }

  .nav-12-bottom-search-wrapper {
    display: block;
  }

  .nav-12-bottom-menu-wrapper {
    display: none;
  }

  .nav-12-bottom-bar {
    z-index: 1;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .topnav-12-content-left {
    justify-content: center;
  }

  .nav-12-icon {
    margin-right: 0;
  }

  .nav-13-main-content {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .nav-13-top-bar {
    justify-content: flex-end;
    display: none;
  }

  .nav-13-bar {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-127 {
    margin-right: 9px;
    display: none;
  }

  .nav-14-bottom-bar {
    z-index: 1;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .nav-14-bottom-bar-wrapper {
    display: none;
  }

  .nav-13-mobile-bar {
    display: flex;
  }

  .nav-14-mobile-menu {
    display: block;
  }

  .top-nav-link-block {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
  }

  .top-nav-link-block.first {
    padding-right: 0;
  }

  .nav-11-main-bar {
    align-items: center;
    display: flex;
  }

  .div-block-128 {
    margin-right: 9px;
    display: flex;
  }

  .footer-1-nav-list {
    margin-bottom: 20px;
  }

  .footer-1-nav-list.nav-3 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-1-content {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer-1-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-1-section.page-header {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-1-section.section-split-header {
    padding-bottom: 0;
  }

  .footer-1-section.split-screen-bg {
    background-size: 48%;
  }

  .footer-1-section.no-vertical-padding.half-wrapper {
    flex-direction: column;
  }

  .footer-1-section.full-screen {
    min-height: 800px;
  }

  .footer-1-section-bottom.page-header {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-1-section-bottom.section-split-header {
    padding-bottom: 0;
  }

  .footer-1-section-bottom.split-screen-bg {
    background-size: 48%;
  }

  .footer-1-section-bottom.no-vertical-padding.half-wrapper {
    flex-direction: column;
  }

  .footer-1-section-bottom.full-screen {
    min-height: 800px;
  }

  .f-bottom-nav-item {
    margin-left: 0;
    margin-right: 20px;
  }

  .footer-1-nav-list-bottom.nav-2 {
    margin-left: 15px;
  }

  .footer-1-bottom-right {
    margin-bottom: 20px;
  }

  .social-icon-li.nav-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-131 {
    margin-bottom: 40px;
  }

  .div-block-132 {
    width: 100%;
    flex-wrap: wrap;
  }

  .footer-col {
    padding-right: 40px;
  }

  .footer-col.footer-5 {
    width: 50%;
    margin-bottom: 30px;
  }

  .footer-col.footer-6 {
    width: 50%;
    flex: 0 auto;
    margin-bottom: 30px;
  }

  .footer-col.footer-7 {
    width: 25%;
  }

  .footer-col.footer-8 {
    width: 50%;
    flex: 0 auto;
  }

  .footer-col.footer-9 {
    width: 50%;
    margin-bottom: 30px;
  }

  .footer-1-nav-list-vertical {
    margin-bottom: 20px;
  }

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

  .footer-3-left {
    width: 100%;
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .footer-3-right {
    width: 100%;
    justify-content: center;
  }

  .footer-3-center {
    width: 100%;
  }

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

  .footer-6-content-wrapper {
    width: 100%;
    flex-wrap: wrap;
  }

  .footer-7-top {
    flex-wrap: wrap;
  }

  .footer-7-top-title {
    margin-bottom: 15px;
  }

  .footer-7-content-wrapper, .footer-5-content {
    width: 100%;
    flex-wrap: wrap;
  }

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

  .horizontal-tabs {
    flex-direction: column;
  }

  .vertical-tabs-menu {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-bottom: 24px;
  }

  .horizontal-tabs-content {
    padding-left: 0;
  }

  .tab-3-content-left {
    width: 60%;
  }

  .tab-3-content-right {
    width: 40%;
  }

  .tab-link-6 {
    width: 100%;
    min-height: 90px;
  }

  .grid-thirds {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-thirds.products-sidebar {
    grid-template-columns: 1fr 1fr;
  }

  .grid-quarters, .grid-halves {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-halves.hoirzontal-featured-grid {
    max-width: 588px;
    grid-column-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-horizontal.feature-hoirzontal-reverse {
    text-align: left;
    flex-direction: row;
    padding-left: 0;
    padding-right: 35px;
  }

  .horizontal-feature-image-2.reversed {
    border-radius: 10px 0 0 10px;
    margin-left: 0;
    margin-right: 35px;
  }

  .feature-horizontal-2.feature-hoirzontal-reverse {
    text-align: left;
    flex-direction: row;
    padding-left: 0;
    padding-right: 35px;
  }

  .wide-grid-thirds {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .wide-block {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .content-row {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-row.align-center.reverse-direction {
    flex-direction: column;
  }

  .content-row.align-left {
    text-align: left;
  }

  .content-width-medium {
    align-items: center;
  }

  .content-width-medium.hero-slider-content {
    margin-left: auto;
    margin-right: auto;
  }

  .content-width-medium.page-title-text {
    margin-top: 0;
  }

  .content-width-medium.contact-section-right {
    max-width: 100%;
    border-left-style: none;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 48px;
  }

  .icon-list {
    text-align: left;
  }

  .icon-list.icon-list-vertical {
    grid-row-gap: 36px;
  }

  .content-row-image-wrapper {
    margin-top: 48px;
  }

  .h2-bigger {
    font-size: 48px;
    line-height: 48px;
  }

  .blog-post-horizontal.list-item {
    text-align: left;
  }

  .section-halves {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .section-halves.reverse-direction {
    flex-direction: column;
  }

  .block-section-half {
    width: 100%;
    min-height: 50vh;
  }

  .block-section-half.block-section-content, .block-section-half.block-section-content.content-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .block-section-half.block-half-cta-8.left-side {
    border-bottom: 1px solid var(--gray-3);
    border-right-style: none;
  }

  .pill-group {
    justify-content: center;
  }

  .large-metric-item {
    padding-left: 0;
    padding-right: 0;
  }

  .text-huge {
    margin-bottom: 16px;
    font-size: 54px;
    line-height: 56px;
  }

  .content-row-graphic {
    width: 75%;
  }

  .content-row-graphic.content-row-graphic-narrow {
    width: 50%;
  }

  .content-pair-text {
    text-align: center;
    margin-bottom: 48px;
  }

  .justify-center.page-title-text {
    margin-top: 0;
  }

  .no-bottom-space {
    padding-bottom: 0;
  }

  .title-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .h1 {
    margin-bottom: 24px;
    font-size: 54px;
    line-height: 58px;
  }

  .hero-section-action {
    justify-content: center;
    margin-top: 36px;
  }

  .subscribe-form {
    width: 100%;
  }

  .cta-horizontal-container {
    text-align: center;
    flex-direction: column;
  }

  .cta-horizontal-text {
    margin-bottom: 36px;
  }

  .cta-horizontal-text.style-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .section-large {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .content-row-card {
    margin-top: 24px;
  }

  .content-row-form-wrapper {
    width: 100%;
    margin-top: 48px;
  }

  .content-row-form-wrapper.form-in-map {
    margin-top: 0;
  }

  .content-row-video {
    margin-top: 48px;
  }

  .feat-8-card.card-bg {
    height: 250px;
  }

  .feat-17-row, .feat-17-row.right {
    padding-left: 0;
    padding-right: 0;
  }

  .feat-17-content {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 25px;
  }

  .feat-17-content.right-col {
    padding-left: 30px;
  }

  .icon-circle-horizontal, .icon-circle-hoirzontal-2 {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .feat-18-content {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 25px;
  }

  .feat-18-row {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-fixed-spacer {
    height: 75px;
  }

  .bg-section {
    height: 50vh;
  }

  .listing-1-image, .listing-1-image.bg-large {
    height: 250px;
  }

  .listing-1-content {
    margin-top: 16px;
  }

  .listing-3-image {
    height: 300px;
  }

  .listings-6-content-left {
    width: 100%;
  }

  .card-image-horizontal {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .listings-8-wrapper {
    margin-bottom: 12px;
  }

  .card-image-ronded.image-listings-10 {
    min-height: 250px;
  }

  .listings-11-image {
    width: 100%;
    min-height: 300px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
  }

  .dropdown-menu {
    padding: 0;
  }

  .card-image-head-bg {
    height: 200px;
  }

  .card-horizontal-grid {
    grid-template-columns: 1fr;
  }

  .card-image-head-horizontal {
    width: 100%;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
  }

  .card-image-head-horizontal.featured {
    height: 400px;
  }

  .card-image-head-horizontal.blog-3-image {
    height: 300px;
  }

  .card-image-head-bg-small, .listing-11-image {
    height: 250px;
  }

  .content-width-small {
    text-align: center;
    align-items: center;
  }

  .content-width-small.hero-slider-content {
    margin-left: auto;
    margin-right: auto;
  }

  .sidebar-layout {
    grid-row-gap: 48px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .sidebar-layout.sidebar-left {
    grid-template-columns: 1fr;
  }

  .sidebar-layout.sidebar-shop {
    grid-column-gap: 36px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .blog-sidebar-articles {
    max-width: 632px;
    margin-left: auto;
    margin-right: auto;
  }

  .sidebar {
    max-width: 100%;
    align-self: auto;
  }

  .sidebar.event {
    position: relative;
    top: auto;
  }

  .content-width-large {
    align-items: stretch;
  }

  .content-width-large.hero-slider-content {
    margin-left: auto;
    margin-right: auto;
  }

  .content-width-large.contact-section-left {
    max-width: 100%;
    align-items: center;
    display: flex;
  }

  .blog-post-hoirzontal-meta {
    margin-top: 24px;
  }

  .h2 {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 40px;
  }

  .project-gallery-image {
    height: 125px;
  }

  .section-halves-content {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-rows.grid-rows-large.xl {
    grid-row-gap: 48px;
  }

  .coming-soon-image-b, .coming-soon-image-a {
    display: none;
  }

  .full-bleed-image.rounded-left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

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

  .nav-line-white {
    display: none;
  }

  .padded-grid-item {
    padding: 24px;
  }

  .nav-left {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding-right: 0;
  }

  .nav-left.right {
    justify-content: center;
    padding-left: 0;
  }

  .grid-gallery-1 {
    grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .content-row-contents {
    text-align: center;
    align-items: center;
  }

  .contact-form {
    width: 100%;
  }

  .search-box {
    width: 60%;
  }

  .popup-close-holder {
    z-index: 1000;
  }

  .quick-view-button {
    display: none;
  }

  .product-card-image {
    height: 225px;
  }

  .shop-sidebar-left {
    position: relative;
    top: 0;
  }

  .mobile-menu-wrapper {
    padding: 30px;
    display: block;
  }

  .nav-side-bar {
    width: 42%;
  }

  .nav-link-sidebar {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 6px 0;
    display: flex;
  }

  .nav-link-sidebar.dropdown {
    text-align: center;
    padding-right: 20px;
  }

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

  .nav-item-sidebar {
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-item-sidebar.footer {
    text-align: center;
  }

  .div-block-140 {
    margin-right: 24px;
  }

  .product-holder {
    flex-wrap: wrap;
  }

  .product-images {
    width: 100%;
  }

  .product-info {
    width: 100%;
    padding-top: 61px;
    padding-left: 0%;
  }

  .slider-navigation.default-ecommerce {
    position: absolute;
    bottom: -90px;
    transform: translate(0%)rotate(0);
  }

  .slider-navigation.e-commerce {
    bottom: -90px;
    transform: translate(0%)rotate(0);
  }

  .slider-thumb-wrap.ecommerce {
    transform: rotate(0);
  }

  .slider-5.ecommerce {
    margin-bottom: 98px;
    margin-left: 0;
  }

  .product-tabs-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .product-tabs {
    width: 100%;
    flex: 0 auto;
    margin-top: 0;
  }

  .product-tabs-menu {
    height: auto;
  }

  .product-tab-link {
    align-self: flex-start;
    padding: 20px 16px 21px;
  }

  .product-tab-content {
    padding-right: 0;
  }

  .product-sidebar {
    width: 100%;
    margin-top: 64px;
  }

  .product-share {
    justify-content: flex-start;
  }

  .horizontal-form-wrapper {
    align-items: stretch;
  }

  .horizontal-form-wrapper.hero-slider-content {
    margin-left: auto;
    margin-right: auto;
  }

  .horizontal-form-wrapper.contact-section-left {
    max-width: 100%;
    align-items: center;
    display: flex;
  }

  .order-summary {
    width: 100%;
    flex: none;
    position: relative;
    top: auto;
  }

  .collection-item {
    float: none;
    flex-basis: 100%;
    display: block;
  }

  .collection-list-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .my-account-page {
    flex-direction: column;
  }

  .my-account-content-wrapper {
    border-top-style: solid;
    border-top-color: var(--lines);
    border-left-style: none;
    margin-top: 16px;
    padding-top: 31px;
    padding-left: 0;
  }

  .list-3 {
    width: 100%;
    flex-flow: wrap;
    display: flex;
  }

  .list-item-2 {
    margin-right: 21px;
  }

  .hero-slide-content-box {
    width: 80%;
  }

  .container-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .category-item {
    width: 100%;
  }

  .categories-wrapper, .categories-wrapper.small {
    height: 25vw;
  }

  .narrow-post {
    padding-top: 40px;
  }

  .post-content {
    width: 80%;
  }

  .main-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .container-4, .container-5 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-circle {
    width: 50vw;
    height: 50vw;
  }

  .div-block-170 {
    margin-top: 48px;
  }

  .div-block-171 {
    justify-content: center;
  }

  .div-block-172 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    display: flex;
  }

  .div-block-174 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-2 {
    flex-direction: column;
  }

  .block-section-half-2 {
    width: 100%;
    min-height: 50vh;
  }

  .block-section-half-2.block-section-content {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .div-block-175 {
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-176 {
    display: none;
  }

  .triangle {
    width: 60px;
  }

  .main-grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .contact-left-col {
    padding-right: 0;
  }

  .div-block-177 {
    top: 0;
  }

  .collection-list-wrapper-2 {
    color: var(--white);
    top: 0;
  }

  .container-6 {
    flex-direction: column;
  }

  .div-block-179 {
    width: 100%;
    flex: none;
  }

  .grid-bg {
    background-size: 150px, 150px;
  }

  .grid-bg.padding-top {
    padding-top: 45px;
  }

  .nav-list-2 {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-item-3 {
    align-self: stretch;
  }

  .nav-link-2 {
    border-bottom: 1px solid #f2f2f2;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .nav-line, .nav-line-current {
    display: none;
  }

  .subscribe-form-2 {
    width: 100%;
  }

  .speaker-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .color-categories {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .color-categories.right {
    justify-content: center;
  }

  .color-categories.justiy-left-right.right-mobile {
    justify-content: flex-end;
  }

  .color-categories.stretch, .color-categories.center-vertical {
    justify-content: center;
  }

  .color-categories.vertical-md {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
  }

  .color-categories.vertical-sm {
    flex: 1;
  }

  .color-categories.center-horizontal.md {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 44px;
    line-height: 48px;
  }

  h3 {
    font-size: 32px;
  }

  .container.hero-header-container {
    padding-top: 19vh;
    padding-bottom: 19vh;
  }

  .row.row-align-center.reverse-md, .row.row-align-center.reverse-sm {
    flex-direction: column-reverse;
  }

  .row.row-split-content {
    grid-row-gap: 36px;
  }

  .col.col-sm-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col.col-sm-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col.col-sm-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .col.col-sm-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col.col-sm-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col.col-sm-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col.col-sm-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col.col-sm-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col.col-sm-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col.col-sm-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col.col-sm-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col.col-sm-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

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

  .section.split-screen-bg {
    background-position: 50% 50px;
    background-size: 100% 500px;
    padding-top: 600px;
  }

  .section.split-screen-bg.right {
    background-position: 50% 50px;
  }

  .section.no-vertical-padding.half-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .section.full-screen {
    min-height: 600px;
  }

  .section.section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.utility-page-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section.bg-primary.related-products {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section.grid {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.bg-primary-black.related-products {
    margin-top: 0;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .button1.button-round.slider-button-right {
    display: none;
  }

  .mb20.sm {
    margin-bottom: 20px;
  }

  .paragraph-small.divider-line.hide-md.show-sm {
    display: block;
  }

  .navigation-style-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-brand {
    width: 100px;
    margin-left: 12px;
  }

  .logo-brand.style-3 {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link {
    padding: 12px;
  }

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

  .nav-top-bar {
    display: none;
  }

  .flex.justiy-left-right.vertical-sm {
    flex-direction: column;
  }

  .flex.vertical-md.horizontal-sm {
    flex-direction: row;
    justify-content: flex-start;
  }

  .flex.vertical-sm {
    flex-direction: column;
  }

  .form-input.with-icon, .form-input.side-margins {
    min-width: auto;
  }

  .form-input.subscribe {
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .form-input.inline-form-input {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .form-input.coupon {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .form-input.mb24 {
    margin-bottom: 24px;
  }

  .menu-button.menu-button-round {
    width: 50px;
    height: 50px;
    background-color: var(--gray-4);
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .mb40.sm {
    margin-bottom: 40px;
  }

  .mr20.not-sm {
    margin-right: 0;
  }

  .mr20.mb20sm {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .divider {
    height: 7vw;
  }

  .divider.card-divider {
    height: 24px;
  }

  .align-center.sm, .align-right.not-sm {
    text-align: center;
  }

  .mb30.sm {
    margin-bottom: 30px;
  }

  .card-body {
    padding: 16px;
  }

  .card-body.col-6 {
    width: 100%;
  }

  .card-body.listings-8-card-body {
    padding: 16px;
  }

  .card-body.featured-blog-post-content, .card-body.blog-post-horizontal-content {
    padding: 24px;
  }

  .card-body.card-body-hoirzontal {
    flex-direction: column-reverse;
  }

  .card-icon.style-2 {
    top: auto;
    bottom: -64px;
    right: 30px;
  }

  .half-section, .half-section._3 {
    width: 100%;
  }

  .card-horizontal.vert-sm {
    flex-direction: column;
  }

  .phone-image {
    max-width: 60%;
  }

  .phone-image.negative-margin {
    max-width: 70%;
    margin-bottom: -412px;
  }

  .image-100 {
    width: 100%;
  }

  .p40 {
    padding: 20px;
  }

  .feature-overlap-box-r, .feature-overlap-box-l {
    position: relative;
    top: auto;
    right: auto;
  }

  .hide-sm {
    display: none;
  }

  .tab-content._2, .tabs-menu.left._2 {
    width: 100%;
  }

  .service-tab {
    margin-bottom: 50px;
  }

  .tab-link {
    border-radius: 5px;
    flex: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .element-wrapper {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .horizontal-form {
    flex-direction: column;
    align-items: stretch;
  }

  .map-wrapper {
    margin-bottom: 40px;
  }

  .map-left {
    width: 100%;
    margin-left: 0%;
  }

  .slide-50 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-33 {
    padding-left: 0;
    padding-right: 0;
  }

  .border-to-edge-picture {
    height: 400px;
  }

  .slider-arrow {
    font-size: 28px;
  }

  .slide-nav {
    font-size: 10px;
  }

  .toggle-space {
    padding-left: 0;
    padding-right: 0;
  }

  .toggle-element {
    width: 100%;
  }

  .toggle-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .toggle-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .toggle-header-text {
    margin-left: 0;
  }

  .how-it-works-step {
    width: 80%;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .how-it-works-step.hor {
    width: 100%;
    margin-bottom: 0;
  }

  .circle {
    margin-right: 0;
    padding-right: 0;
  }

  .circle.no-margins {
    margin-right: 0;
  }

  .step-content {
    text-align: left;
    flex: 1;
  }

  .how-it-works-line {
    display: none;
  }

  .tabs-menu-2.left._2 {
    width: 100%;
  }

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

  .product-gallery {
    margin-bottom: 40px;
  }

  .sticky-aside.faq-aside {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .horizontal-sm {
    display: flex;
  }

  .value-proposition-buttons {
    text-align: left;
  }

  .div-block-109 {
    padding: 28px 30px;
  }

  .service-image-link {
    width: 100%;
  }

  .service-text-box {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .service-collection-item {
    flex-direction: column;
  }

  .slide-25, .slide-20 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-fixed {
    display: block;
  }

  .slider-arrow-2 {
    font-size: 28px;
  }

  .slide-nav-3 {
    font-size: 10px;
  }

  .expandable-title {
    padding: 16px;
  }

  .accordion-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-intro {
    width: 100%;
  }

  .heading-jumbo-small {
    font-size: 30px;
  }

  .logo-holder._2, .logo-slider {
    width: 50%;
  }

  .blog-col, .event-col-2 {
    width: 100%;
  }

  .event-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .event-col-1 {
    width: 100%;
    padding-right: 0;
  }

  .calendar.archive {
    width: 100px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .row-sm.align-center-vert.reverse-md, .row-sm.align-center-vert.reverse-sm {
    flex-direction: column-reverse;
  }

  .col-sm.col-sm-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col-sm.col-sm-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col-sm.col-sm-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .col-sm.col-sm-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col-sm.col-sm-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col-sm.col-sm-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col-sm.col-sm-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col-sm.col-sm-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col-sm.col-sm-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col-sm.col-sm-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col-sm.col-sm-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col-sm.col-sm-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .show-sm {
    display: block;
  }

  .side-nav {
    display: none;
  }

  .gallery-item-2 {
    height: 300px;
  }

  .p1-pricing-card {
    margin-left: auto;
    margin-right: auto;
  }

  .p1-info-text {
    margin-bottom: 25px;
  }

  .style-guide-row {
    margin-bottom: 24px;
  }

  .style-guide-color-container {
    margin-bottom: 12px;
    margin-right: 12px;
  }

  .style-guide-color {
    height: 72px;
  }

  .h6-small.style-guide-subheading {
    margin-bottom: 16px;
  }

  .h6-small.listings-8-heading {
    width: 50%;
  }

  .text-large {
    font-size: 16px;
    line-height: 24px;
  }

  .style-guide-item.narrow {
    max-width: 75%;
  }

  .avatar {
    width: 60px;
    height: 60px;
  }

  .avatar.avatar-xl {
    width: 96px;
    height: 96px;
  }

  .avatar.avatar-l {
    width: 72px;
    height: 72px;
  }

  .avatar-group-item {
    border-width: 3px;
  }

  .card-image-head.blog-wide-image {
    min-height: 250px;
  }

  .menu-button-round {
    width: 50px;
    height: 50px;
    background-color: var(--gray-4);
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .top-bar, .nav-10-top-bar {
    display: none;
  }

  .logo-brand-square.style-3 {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .f-nav-item {
    margin-left: 0;
    margin-right: 0;
  }

  .f-nav-item.f1 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-1-content {
    align-items: center;
  }

  .footer-1-section.page-header {
    padding-top: 60px;
    padding-bottom: 68px;
  }

  .footer-1-section.split-screen-bg {
    background-position: 50% 50px;
    background-size: 100% 500px;
    padding-top: 600px;
  }

  .footer-1-section.split-screen-bg.right {
    background-position: 50% 50px;
  }

  .footer-1-section.no-vertical-padding.half-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .footer-1-section.full-screen {
    min-height: 600px;
  }

  .footer-1-section-bottom.page-header {
    padding-top: 60px;
    padding-bottom: 68px;
  }

  .footer-1-section-bottom.split-screen-bg {
    background-position: 50% 50px;
    background-size: 100% 500px;
    padding-top: 600px;
  }

  .footer-1-section-bottom.split-screen-bg.right {
    background-position: 50% 50px;
  }

  .footer-1-section-bottom.no-vertical-padding.half-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .footer-1-section-bottom.full-screen {
    min-height: 600px;
  }

  .f-bottom-nav-item {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-1-bottom-left {
    flex-direction: column;
    align-items: center;
  }

  .footer-1-nav-list-bottom.nav-2 {
    margin-top: 15px;
    margin-left: 0;
  }

  .footer-1-bottom-right {
    flex-direction: column;
    justify-content: center;
  }

  .social-icons-container-footer._2 {
    justify-content: center;
    align-items: center;
  }

  .icons-list-footer {
    margin-top: 20px;
  }

  .icons-list-footer.nav-3 {
    margin-top: 0;
  }

  .social-icon-li {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-131 {
    width: 100%;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .div-block-132 {
    flex-direction: column;
  }

  .footer-col {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 29px;
    padding-right: 0;
  }

  .footer-col.mb-small {
    margin-bottom: 40px;
  }

  .footer-col.footer-5 {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .footer-col.footer-5.no-mb {
    margin-bottom: 0;
  }

  .footer-col.footer-6 {
    width: 100%;
  }

  .footer-col.footer-7 {
    width: 50%;
    text-align: left;
    align-items: flex-start;
  }

  .footer-col.footer-8 {
    text-align: left;
    align-items: flex-start;
  }

  .footer-col.footer-9 {
    margin-bottom: 30px;
    padding-right: 34px;
  }

  .footer-col.footer-9.no-mb {
    margin-bottom: 0;
  }

  .footer-col.footer-9-nav {
    width: 50%;
    flex: 0 auto;
  }

  .footer-1-nav-list-vertical.foot-5 {
    margin-bottom: 0;
  }

  .f3-nav-item {
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-block-footer {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .link-block-2 {
    color: var(--gray-2);
    display: flex;
  }

  .footer-6-content-wrapper {
    flex-direction: column;
  }

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

  .div-block-133 {
    text-align: left;
  }

  .vertical-tabs-menu {
    justify-content: center;
  }

  .tab-3-content {
    flex-direction: column;
  }

  .tab-3-content-left, .tab-3-content-right {
    width: 100%;
  }

  .tab-link-6 {
    border-radius: 5px;
    flex: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-thirds {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-thirds.grid-thirds-narrow.link-card-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .grid-quarters {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-halves {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .grid-halves.hoirzontal-featured-grid {
    grid-row-gap: 36px;
  }

  .horizontal-feature-image {
    width: 120px;
    height: 120px;
  }

  .horizontal-feature-image-2 {
    min-height: 120px;
    min-width: 120px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    align-self: stretch;
  }

  .horizontal-feature-image-2.reversed {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .feature-horizontal-2-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .wide-grid-thirds {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .wide-block {
    padding-left: 48px;
    padding-right: 48px;
  }

  .content-width-medium {
    z-index: 2;
    position: relative;
  }

  .content-width-medium.contact-section-right {
    flex-direction: column;
    align-items: center;
  }

  .icon-list.icon-list-vertical {
    grid-row-gap: 24px;
  }

  .content-row-image-wrapper {
    margin-top: 36px;
  }

  .content-row-image {
    max-width: 100%;
  }

  .icon-feature-content {
    margin-left: 16px;
  }

  .large-metrics {
    grid-column-gap: 12px;
  }

  .icon-cards-grid.icon-cards-grid-wide {
    grid-column-gap: 12px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .content-row-graphic {
    width: 100%;
  }

  .metric-heading {
    margin-bottom: 4px;
  }

  .content-pair-text {
    margin-bottom: 24px;
  }

  .no-bottom-space {
    padding-bottom: 0;
  }

  .title-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1 {
    margin-bottom: 16px;
    font-size: 44px;
    line-height: 48px;
  }

  .hero-section-action {
    margin-top: 24px;
  }

  .subscribe-form.subscribe-form-3-fields {
    flex-direction: column;
    align-items: stretch;
  }

  .susbcribe-form-wrapper {
    margin-top: 36px;
  }

  .cta-horizontal-text {
    margin-bottom: 24px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .content-row-form-wrapper {
    margin-top: 36px;
  }

  .content-row-form-wrapper.form-in-map {
    margin-top: 0;
  }

  .susbcribe-form-wrapper-horizontal-cta {
    margin-top: 36px;
  }

  .feat-8-card {
    border-radius: 5px;
  }

  .feat-17-row {
    border-right-style: none;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .feat-17-content {
    border-bottom-style: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .feat-17-content.no-top-paddnig {
    padding-top: 0;
  }

  .feat-17-vertical-divider, .feat-18-vertical-divider {
    display: none;
    overflow: hidden;
  }

  .feat-18-content {
    border-bottom-style: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .feat-18-row {
    border-right-style: none;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .navigation-fixed-spacer {
    height: 75px;
  }

  .bg-section {
    height: 45vh;
  }

  .listing-1-image, .listing-1-image.bg-large, .listing-3-image {
    height: 300px;
  }

  .listing-4-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .listings-8-col-3 {
    flex: 1;
  }

  .listings-8-titles {
    display: none;
  }

  .listings-8-heading {
    width: 50%;
  }

  .listings-11-image {
    width: 100%;
    min-height: 300px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .dropdown-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .card-image-head-bg.blog-wide-image, .card-image-head-horizontal.featured, .card-image-head-bg-small {
    height: 300px;
  }

  .content-width-small {
    z-index: 2;
    max-width: 100%;
    position: relative;
  }

  .sidebar-layout.sidebar-left, .sidebar-layout.sidebar-shop {
    grid-column-gap: 36px;
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
  }

  .subscribe-form-wrapper {
    margin-top: 36px;
  }

  .content-width-large {
    z-index: 2;
    position: relative;
  }

  .h3 {
    font-size: 32px;
  }

  .project-gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .icon-large {
    width: 72px;
  }

  .centered-grid-item {
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .padded-grid-item.border-sides-white-thick {
    border-left-style: none;
    border-right-style: none;
  }

  .padded-grid-item.border-bottom-white-thick {
    border-bottom-style: none;
  }

  .grid-gallery-1 {
    grid-template-rows: minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr);
  }

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

  .contact-info-section {
    grid-column-gap: 16px;
    grid-row-gap: 36px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .search-box {
    width: 100%;
  }

  .product-card-image {
    height: 250px;
  }

  .image-102 {
    width: 153px;
  }

  .div-block-137 {
    width: 153px;
    display: block;
    position: relative;
  }

  .li-inline {
    margin-bottom: 10px;
  }

  .nav-side-bar {
    width: 51%;
  }

  .nav-link-sidebar.dropdown {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-wrapper {
    transform: translate(0);
  }

  .div-block-140 {
    margin-right: 12px;
  }

  .horizontal-form-wrapper {
    z-index: 2;
    position: relative;
  }

  .horizontal-form-wrapper.cart {
    margin-bottom: 24px;
  }

  .div-block-7 {
    flex-direction: column;
    align-items: stretch;
  }

  .collection-item {
    width: 100%;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    display: block;
  }

  .table-header {
    display: none;
  }

  .collection-list-2 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .cart-row {
    border: 1px solid var(--lines);
    flex-direction: column;
    margin-bottom: 27px;
    padding: 16px;
  }

  .product-info-wrapper {
    width: 100%;
    flex-direction: column;
  }

  .image-35 {
    width: 100%;
  }

  .div-block-162 {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 14px;
    margin-left: 0;
  }

  .table-row-data {
    border-bottom-style: none;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .table-row-data.cart-total-data {
    justify-content: flex-start;
  }

  .cart-totals {
    width: 100%;
  }

  .cart-total-line {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .cart-total-line-col {
    width: 100%;
  }

  .div-block-165, .div-block-166 {
    flex-direction: column;
  }

  .continue-shopping {
    border: 2px solid var(--lines);
    text-align: center;
    margin-bottom: 16px;
    margin-right: 0;
    padding: 13px 24px;
    text-decoration: none;
  }

  .div-block-167 {
    width: 100%;
    flex-direction: column;
    margin-bottom: 16px;
    display: flex;
  }

  .cart-heading-label-mobile {
    width: 80px;
    text-align: left;
    display: block;
  }

  .cart-delete {
    position: absolute;
    top: -15px;
    bottom: auto;
    left: auto;
    right: -15px;
  }

  .hero-slide-content-box {
    width: 90%;
  }

  .hero-slide-header {
    font-size: 35px;
    line-height: 40px;
  }

  .hero-slider-left-arrow {
    bottom: 15px;
    left: 5px;
  }

  .hero-slider-left-arrow.right {
    left: 55px;
  }

  .browser-warning {
    padding: 25px;
    display: block;
  }

  .usp-holder {
    grid-template-columns: 1fr;
  }

  .post-content {
    width: 90%;
  }

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

  .hero-slide-headr-2 {
    font-size: 35px;
    line-height: 40px;
  }

  .image-circle {
    width: 80vw;
    height: 80vw;
  }

  .buttons-container-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-170 {
    margin-top: 24px;
    margin-left: 0;
  }

  .testimonial-title {
    font-size: 16px;
    line-height: 24px;
  }

  .block-section-half-2.image-block {
    min-height: 60vh;
  }

  .div-block-175 {
    margin-bottom: 50px;
  }

  .main-grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-bg {
    background-size: 75px, 75px;
  }

  .voordelen-left {
    width: 100%;
  }

  .voordelen-right {
    width: 100%;
    margin-bottom: 24px;
  }

  .speaker-card {
    grid-template-columns: 1fr;
  }

  .color-categories.justiy-left-right.vertical-sm {
    flex-direction: column;
  }

  .color-categories.vertical-md.horizontal-sm {
    flex-direction: row;
    justify-content: flex-start;
  }

  .color-categories.vertical-sm {
    flex-direction: column;
  }

  .div-block-182 {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 40px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 36px;
  }

  h3 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 30px;
  }

  h4 {
    font-size: 24px;
    line-height: 30px;
  }

  h5 {
    font-size: 20px;
  }

  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .row {
    flex-wrap: wrap;
  }

  .row.row-split-content {
    grid-template-columns: minmax(0, 1fr);
  }

  .col {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-xs-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col.col-xs-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col.col-xs-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .col.col-xs-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col.col-xs-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col.col-xs-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col.col-xs-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col.col-xs-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col.col-xs-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col.col-xs-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col.col-xs-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col.col-xs-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .section.split-screen-bg {
    background-position: 50% 50px;
    background-size: auto 300px;
    padding-top: 400px;
  }

  .section.section-large {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .button1.button-large {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .button1.navbar-button {
    display: none;
  }

  .button1.button-inline-form {
    width: 100%;
    border-radius: 5px;
  }

  .button1.button-spacer {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .button1.submit-button {
    width: 100%;
  }

  .button1.form-search-button {
    margin-top: 12px;
    margin-left: 0;
  }

  .card.mb40-xs {
    margin-bottom: 40px;
  }

  .card.card-bg {
    height: 200px;
  }

  .card.form-input-card {
    width: auto;
  }

  .nav-top-logo {
    padding-bottom: 0;
  }

  .flex.vertical.xs {
    flex-direction: column;
  }

  .flex.center-sm {
    justify-content: center;
  }

  .mb10.xs {
    margin-bottom: 10px;
  }

  .form-input.side-margins {
    margin-bottom: 20px;
  }

  .form-input.form-input-large {
    height: 48px;
    font-size: 16px;
  }

  .form-input.form-input-inline {
    border-right-style: solid;
    border-radius: 5px;
    margin-bottom: 15px;
  }

  .footer-container.vertical-xs {
    flex-direction: column;
  }

  .divider {
    height: 8vw;
  }

  .divider.divider-bottom {
    margin-top: 48px;
  }

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

  .split-header-content {
    padding: 90px 15px;
  }

  .card-body {
    padding: 12px;
  }

  .card-body.more-padding {
    padding: 20px;
  }

  .card-body.more-padding.more {
    padding: 20px 30px;
  }

  .card-body.listings-8-card-body {
    flex-direction: column;
  }

  .card-body.job-card-body {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-icon.horizontal {
    width: 200px;
    margin-bottom: 0;
  }

  .half-section {
    padding: 40px;
  }

  .half-section.left {
    padding-right: 40px;
  }

  .half-section.right {
    padding-left: 40px;
  }

  .short-paragrpah {
    width: 100%;
  }

  .computer-picture {
    max-width: 80vw;
  }

  .tab-content {
    width: 100%;
  }

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

  .tabs-menu.left {
    width: 100%;
  }

  .tabs-menu.center.border {
    flex-direction: column;
  }

  .tab-link-2.style-4 {
    margin-top: -1px;
    margin-left: 0;
  }

  .tab-link {
    flex: 1;
  }

  .contact-form-container.light-color.padding {
    padding: 20px;
  }

  .inline-form {
    min-width: auto;
    flex-direction: column;
  }

  .inline-form.vertical-xs {
    flex-direction: column;
  }

  .side-image.lightbox-video {
    width: 100%;
  }

  .value-point-container {
    margin-bottom: 40px;
  }

  .horizontal-form {
    flex-direction: column;
    margin-bottom: 0;
  }

  .slide-50 {
    margin: 0;
  }

  .testimonial-container.border {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .quotation-mark {
    width: 30px;
    margin-top: -30px;
    margin-left: -10px;
    margin-right: 0;
    position: relative;
  }

  .slide-33 {
    margin: 0;
  }

  .slider-arrow {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
  }

  .right-arrow, .left-arrow {
    width: 60px;
  }

  .slide-nav {
    height: 32px;
  }

  .how-it-works-step {
    width: 100%;
  }

  .circle {
    margin-right: 20px;
  }

  .tabs-menu-2.left {
    width: 100%;
  }

  .tabs-menu-2.center.border {
    flex-direction: column;
  }

  .tab-link-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .how-it-works-tab {
    justify-content: center;
  }

  .product-card-image-link.big {
    height: 250px;
  }

  .div-block-106 {
    text-align: left;
    align-items: flex-start;
  }

  .slide-25, .slide-20 {
    margin: 0;
  }

  .slider-arrow-2 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
  }

  .slide-nav-3 {
    height: 32px;
  }

  .text-jumbo {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 48px;
  }

  .logo-slider {
    width: 100%;
  }

  .row-sm {
    flex-wrap: wrap;
  }

  .col-sm {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col-sm.col-xs-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col-sm.col-xs-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col-sm.col-xs-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .col-sm.col-xs-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col-sm.col-xs-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col-sm.col-xs-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col-sm.col-xs-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col-sm.col-xs-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col-sm.col-xs-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col-sm.col-xs-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col-sm.col-xs-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col-sm.col-xs-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .show-xs {
    display: block;
  }

  .gallery-item-2 {
    height: 200px;
  }

  .style-guide-title {
    margin-bottom: 24px;
  }

  .h6-small.listings-8-heading {
    width: auto;
  }

  .style-guide-item.narrow {
    max-width: none;
  }

  .avatar {
    width: 48px;
    height: 48px;
  }

  .avatar.avatar-xl {
    width: 72px;
    height: 72px;
  }

  .avatar.avatar-l {
    width: 60px;
    height: 60px;
  }

  .avatar.avatar-s {
    width: 36px;
    height: 36px;
  }

  .avatar-group {
    width: 100%;
  }

  .avatar-group-item {
    border: 5px solid var(--gray-4);
    margin-right: -16px;
  }

  .card-image-head.blog-wide-image {
    min-height: 200px;
  }

  .navbar-3-right {
    flex: none;
  }

  .top-bar, .nav-10-icon-link {
    display: none;
  }

  .logo-brand-square {
    max-width: 45px;
  }

  .footer-1-nav-list {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-1-section.split-screen-bg, .footer-1-section-bottom.split-screen-bg {
    background-position: 50% 50px;
    background-size: auto 300px;
    padding-top: 400px;
  }

  .footer-1-bottom-left {
    text-align: center;
  }

  .footer-1-nav-list-bottom {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .footer-1-nav-list-bottom.nav-2 {
    justify-content: center;
  }

  .div-block-132 {
    flex-direction: column;
  }

  .footer-col.footer-2 {
    padding-right: 0;
  }

  .footer-col.footer-5 {
    width: 100%;
  }

  .footer-col.footer-5.no-mb {
    margin-bottom: 0;
  }

  .footer-col.footer-7, .footer-col.footer-8 {
    width: 100%;
  }

  .footer-col.footer-9 {
    width: 100%;
    padding-right: 0;
  }

  .footer-col.footer-9.no-mb {
    margin-bottom: 0;
  }

  .footer-col.footer-9-nav {
    width: 100%;
  }

  .footer-1-nav-list-vertical {
    flex-wrap: wrap;
  }

  .footer-6-content-wrapper, .footer-7-content-wrapper, .footer-5-content, .vertical-tabs-menu {
    flex-direction: column;
  }

  .tab-link-6 {
    flex: 1;
  }

  .grid-thirds, .grid-thirds.products-sidebar {
    grid-template-columns: 1fr;
  }

  .grid-quarters {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .feature-horizontal {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-horizontal.stay-horizontal {
    flex-direction: row;
  }

  .horizontal-feature-image {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .horizontal-feature-image-2 {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    margin-right: 0;
  }

  .horizontal-feature-image-2.reversed {
    margin-right: 0;
  }

  .feature-horizontal-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }

  .feature-horizontal-2.feature-hoirzontal-reverse {
    flex-direction: column;
    padding-right: 0;
  }

  .feature-horizontal-2-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wide-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-row-image-wrapper {
    margin-top: 24px;
  }

  .h2-bigger {
    font-size: 32px;
    line-height: 36px;
  }

  .blog-post-horizontal.list-item {
    flex-direction: column;
  }

  .blog-post-horizontal-image {
    width: auto;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .icon {
    margin-bottom: 12px;
  }

  .icon-feature-content {
    margin-left: 12px;
  }

  .large-metrics {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .text-huge {
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 48px;
  }

  .icon-cards-grid {
    grid-template-columns: 1fr;
  }

  .content-row-graphic.content-row-graphic-narrow {
    width: 75%;
  }

  .metrics-horizontal {
    margin-left: -12px;
    margin-right: -12px;
  }

  .metrics-horizontal-item {
    margin-left: 12px;
    margin-right: 12px;
  }

  .metric-heading {
    margin-bottom: 0;
  }

  .content-pair-text {
    width: 100%;
    max-width: none;
  }

  .buttons-container {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .no-bottom-space {
    padding-bottom: 0;
  }

  .h1 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 40px;
  }

  .hero-section-action {
    flex-direction: column;
    margin-top: 16px;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .subscribe-form.vertical-xs {
    flex-direction: column;
  }

  .susbcribe-form-wrapper {
    margin-top: 24px;
  }

  .cta-action-container {
    flex-direction: column;
  }

  .cta-action-text {
    margin-top: 16px;
    margin-left: 0;
  }

  .section-large {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .s-form-row {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .form-group-row {
    flex-direction: column;
  }

  .form-title {
    margin-bottom: 12px;
  }

  .content-row-form-wrapper {
    margin-top: 24px;
  }

  .content-row-form-wrapper.form-in-map {
    margin-top: 0;
  }

  .susbcribe-form-wrapper-horizontal-cta, .content-row-video {
    margin-top: 24px;
  }

  .feat-8-card.mb40-xs {
    margin-bottom: 40px;
  }

  .feat-8-card.card-bg {
    height: 200px;
  }

  .feat-17-row {
    padding-left: 0;
  }

  .feat-17-content, .feat-18-content {
    padding-left: 0;
    padding-right: 0;
  }

  .feat-18-row {
    padding-left: 0;
  }

  .bg-section {
    height: 40vh;
  }

  .listing-1-image, .listing-1-image.bg-large {
    height: 200px;
  }

  .listing-1-content {
    margin-top: 12px;
  }

  .listings-8-item {
    margin-bottom: 6px;
  }

  .listings-8-col-2, .listings-8-col-3, .listings-8-heading {
    width: auto;
  }

  .card-image-ronded.image-listings-10 {
    min-height: 200px;
  }

  .listings-11-image {
    min-height: 250px;
  }

  .card-image-head-bg.blog-wide-image {
    height: 200px;
  }

  .card-image-head-horizontal.featured {
    height: 250px;
  }

  .card-image-head-horizontal.blog-3-image, .listing-11-image {
    height: 200px;
  }

  .content-width-small {
    width: 100%;
  }

  .subscribe-form-wrapper {
    margin-top: 24px;
  }

  .tag-link-old {
    margin-bottom: 12px;
  }

  .h2 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 36px;
  }

  .h3 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 30px;
  }

  .h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .h5 {
    font-size: 20px;
    font-weight: 600;
  }

  .project-gallery {
    grid-template-columns: 1fr;
  }

  .project-gallery-image {
    height: 225px;
  }

  .section-halves-content {
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .icon-large {
    width: 72px;
  }

  .quotes-grid, .list-grid {
    grid-template-columns: 1fr;
  }

  .padded-grid-item {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .gallery-slider-2-arrow {
    left: 6px;
  }

  .gallery-slider-2-arrow.slider-arrow-right {
    right: 6px;
  }

  .search-form {
    flex-direction: column;
    align-items: center;
  }

  .grid-gallery-1 {
    grid-template-rows: minmax(100px, 100px) minmax(100px, 100px) minmax(100px, 100px);
  }

  .bordered-list.margin-top {
    grid-row-gap: 12px;
  }

  .bordered-list-item {
    padding-bottom: 12px;
  }

  .product-card-image.big {
    height: 250px;
  }

  .nav-side-bar {
    width: 89%;
  }

  .div-block-139 {
    border-right-style: none;
    padding-right: 0;
  }

  .div-block-140 {
    border-left-style: none;
    flex: none;
  }

  .slider-navigation.default-ecommerce {
    display: flex;
  }

  .slider-navigation.e-commerce {
    justify-content: flex-start;
  }

  .slider-5.ecommerce {
    height: 250px;
  }

  .horizontal-form-wrapper {
    padding: 20px;
  }

  .search-results-notifcation {
    margin-bottom: 36px;
    font-size: 20px;
    font-weight: 600;
  }

  .table-header, .cart-row {
    flex-direction: column;
  }

  .container-3 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .categories-wrapper, .categories-wrapper.small {
    height: 70vw;
  }

  .tag-link {
    margin-bottom: 12px;
  }

  .container-4, .container-5 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .buttons-container-2 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .subscribe-form-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .color-categories.vertical.xs {
    flex-direction: column;
  }

  .color-categories.center-sm {
    justify-content: center;
  }
}

#w-node-_0a398c66-784a-c0f2-5f9e-8df409817fac-fb28d3d6 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_0a398c66-784a-c0f2-5f9e-8df409817fb1-fb28d3d6 {
  grid-area: 1 / 9 / 3 / 13;
}

#w-node-_0a398c66-784a-c0f2-5f9e-8df409817fb6-fb28d3d6 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_0a398c66-784a-c0f2-5f9e-8df409817fbb-fb28d3d6 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-fa58518b-f798-489c-4acd-3adebbfd7592-fb28d3d6 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_8c287880-5fdc-0c99-b00f-c7caaa56f92e-9f28d3d7 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-b708e161-5a8b-2f6a-ea02-ad8b690665ba-9f28d3d7 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b708e161-5a8b-2f6a-ea02-ad8b690665c5-9f28d3d7 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-c6af68c0-3882-15d2-70c0-8e92480b3c44-a628d3dd {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-c6af68c0-3882-15d2-70c0-8e92480b3c50-a628d3dd {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-ce5d8df7-485b-0441-a164-7f3e1d680a85-a628d3dd {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_228a032c-0c6c-a4e0-75db-347b3d226447-a628d3dd {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-_228a032c-0c6c-a4e0-75db-347b3d226452-a628d3dd {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-_79ea05ba-cd54-2e0f-8091-b80a8dea2e35-a628d3dd {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-e81d7964-afc4-a4e8-baff-ea72f3b169a0-f3b1699d {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-e81d7964-afc4-a4e8-baff-ea72f3b169a3-f3b1699d {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-c80213d0-cac3-dde6-f0e9-8e46512fddbf-0328d3e2 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-c80213d0-cac3-dde6-f0e9-8e46512fddcb-0328d3e2 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-bb567467-e6dd-da97-dbc6-69d0abeb5283-0328d3e2, #w-node-_8ffb7f9c-312c-e3ec-134b-b49336a293c7-0328d3e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a863f467-e491-e472-ff4d-928cecfa1b6a-6f28d3e4 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-ee9041b9-9843-4933-859b-e22a68fdac99-6f28d3e4 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-dbbbf369-7ee2-4cc6-05a4-e8a9399bb0e8-d828d3ed {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-dbbbf369-7ee2-4cc6-05a4-e8a9399bb0ee-d828d3ed {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-f7c2a25c-3d22-f194-c285-2dcf6c32e422-d8ee3f52 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-f7c2a25c-3d22-f194-c285-2dcf6c32e428-d8ee3f52 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-c318b65c-61b4-9588-f19e-c545fc4430d6-bc71b1d9 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-c318b65c-61b4-9588-f19e-c545fc4430dc-bc71b1d9 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-e5bdc4e9-afb0-748e-21f5-fd908da6721c-2d6311c4, #w-node-c58fe65d-c5df-c5ef-81b5-aed458b29f48-44c66f9b {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-c58fe65d-c5df-c5ef-81b5-aed458b29f54-44c66f9b {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-ac92079d-3ba9-b1ff-4745-92b25e5a9aaa-44c66f9b {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-e4658c13-aa0b-0ba8-1e1c-337aa0928ad4-44c66f9b, #w-node-_24f5d17b-89e2-5d42-928e-1d29529c2447-44c66f9b, #w-node-_01c3ff6f-2904-2125-9d09-eed61c3141f0-44c66f9b, #w-node-c318b65c-61b4-9588-f19e-c545fc4430d6-84bf976d {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-c318b65c-61b4-9588-f19e-c545fc4430dc-84bf976d {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_6a152f3b-f7af-778f-6a33-93490eb6df1a-0eb6df19 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_6a152f3b-f7af-778f-6a33-93490eb6df22-0eb6df19 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-ce4fd2dd-de94-ea46-0096-e9b12a05ea78-1ca154c6 {
  align-self: center;
  justify-self: center;
}

#w-node-_20e58b7f-bf40-831e-0bf1-a1e4d61569c9-1f83658d {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_20e58b7f-bf40-831e-0bf1-a1e4d61569cf-1f83658d {
  grid-area: 1 / 9 / 2 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-fa58518b-f798-489c-4acd-3adebbfd7592-fb28d3d6 {
    grid-column: span 6 / span 6;
  }

  #w-node-_8c287880-5fdc-0c99-b00f-c7caaa56f92e-9f28d3d7 {
    grid-column: 1 / 7;
  }

  #w-node-b708e161-5a8b-2f6a-ea02-ad8b690665ba-9f28d3d7 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-b708e161-5a8b-2f6a-ea02-ad8b690665c5-9f28d3d7 {
    grid-column: 1 / 7;
  }

  #w-node-c6af68c0-3882-15d2-70c0-8e92480b3c44-a628d3dd {
    grid-column: span 6 / span 6;
  }

  #w-node-c6af68c0-3882-15d2-70c0-8e92480b3c50-a628d3dd {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-ce5d8df7-485b-0441-a164-7f3e1d680a85-a628d3dd, #w-node-_228a032c-0c6c-a4e0-75db-347b3d226447-a628d3dd {
    grid-column: span 6 / span 6;
  }

  #w-node-_228a032c-0c6c-a4e0-75db-347b3d226452-a628d3dd {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_79ea05ba-cd54-2e0f-8091-b80a8dea2e35-a628d3dd, #w-node-e81d7964-afc4-a4e8-baff-ea72f3b169a0-f3b1699d {
    grid-column: span 6 / span 6;
  }

  #w-node-e81d7964-afc4-a4e8-baff-ea72f3b169a3-f3b1699d {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-c80213d0-cac3-dde6-f0e9-8e46512fddbf-0328d3e2 {
    grid-column: span 6 / span 6;
  }

  #w-node-c80213d0-cac3-dde6-f0e9-8e46512fddcb-0328d3e2 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-ee9041b9-9843-4933-859b-e22a68fdac99-6f28d3e4 {
    grid-column: 1 / 7;
  }

  #w-node-dbbbf369-7ee2-4cc6-05a4-e8a9399bb0e8-d828d3ed {
    grid-column: span 6 / span 6;
  }

  #w-node-dbbbf369-7ee2-4cc6-05a4-e8a9399bb0ee-d828d3ed {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-f7c2a25c-3d22-f194-c285-2dcf6c32e422-d8ee3f52 {
    grid-column: span 6 / span 6;
  }

  #w-node-f7c2a25c-3d22-f194-c285-2dcf6c32e428-d8ee3f52 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-c318b65c-61b4-9588-f19e-c545fc4430d6-bc71b1d9 {
    grid-column: span 6 / span 6;
  }

  #w-node-c318b65c-61b4-9588-f19e-c545fc4430dc-bc71b1d9 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-e5bdc4e9-afb0-748e-21f5-fd908da6721c-2d6311c4, #w-node-c58fe65d-c5df-c5ef-81b5-aed458b29f48-44c66f9b {
    grid-column: span 6 / span 6;
  }

  #w-node-c58fe65d-c5df-c5ef-81b5-aed458b29f54-44c66f9b {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-ac92079d-3ba9-b1ff-4745-92b25e5a9aaa-44c66f9b, #w-node-e4658c13-aa0b-0ba8-1e1c-337aa0928ad4-44c66f9b, #w-node-_24f5d17b-89e2-5d42-928e-1d29529c2447-44c66f9b, #w-node-_01c3ff6f-2904-2125-9d09-eed61c3141f0-44c66f9b, #w-node-c318b65c-61b4-9588-f19e-c545fc4430d6-84bf976d {
    grid-column: span 6 / span 6;
  }

  #w-node-c318b65c-61b4-9588-f19e-c545fc4430dc-84bf976d {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_6a152f3b-f7af-778f-6a33-93490eb6df1a-0eb6df19 {
    grid-column: span 6 / span 6;
  }

  #w-node-_6a152f3b-f7af-778f-6a33-93490eb6df22-0eb6df19 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_20e58b7f-bf40-831e-0bf1-a1e4d61569c9-1f83658d {
    grid-column: span 6 / span 6;
  }

  #w-node-_20e58b7f-bf40-831e-0bf1-a1e4d61569cf-1f83658d {
    grid-area: 2 / 1 / 3 / 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fa58518b-f798-489c-4acd-3adebbfd7592-fb28d3d6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8c287880-5fdc-0c99-b00f-c7caaa56f92e-9f28d3d7, #w-node-b708e161-5a8b-2f6a-ea02-ad8b690665ba-9f28d3d7, #w-node-b708e161-5a8b-2f6a-ea02-ad8b690665c5-9f28d3d7 {
    grid-column-end: 4;
  }

  #w-node-c6af68c0-3882-15d2-70c0-8e92480b3c44-a628d3dd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c6af68c0-3882-15d2-70c0-8e92480b3c50-a628d3dd {
    grid-column-end: 4;
  }

  #w-node-ce5d8df7-485b-0441-a164-7f3e1d680a85-a628d3dd, #w-node-_228a032c-0c6c-a4e0-75db-347b3d226447-a628d3dd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_228a032c-0c6c-a4e0-75db-347b3d226452-a628d3dd {
    grid-column-end: 4;
  }

  #w-node-_79ea05ba-cd54-2e0f-8091-b80a8dea2e35-a628d3dd, #w-node-e81d7964-afc4-a4e8-baff-ea72f3b169a0-f3b1699d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e81d7964-afc4-a4e8-baff-ea72f3b169a3-f3b1699d {
    grid-column-end: 4;
  }

  #w-node-c80213d0-cac3-dde6-f0e9-8e46512fddbf-0328d3e2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c80213d0-cac3-dde6-f0e9-8e46512fddcb-0328d3e2 {
    grid-column-end: 4;
  }

  #w-node-dbbbf369-7ee2-4cc6-05a4-e8a9399bb0e8-d828d3ed {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-dbbbf369-7ee2-4cc6-05a4-e8a9399bb0ee-d828d3ed {
    grid-column-end: 4;
  }

  #w-node-f7c2a25c-3d22-f194-c285-2dcf6c32e422-d8ee3f52 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f7c2a25c-3d22-f194-c285-2dcf6c32e428-d8ee3f52 {
    grid-column-end: 4;
  }

  #w-node-c318b65c-61b4-9588-f19e-c545fc4430d6-bc71b1d9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c318b65c-61b4-9588-f19e-c545fc4430dc-bc71b1d9 {
    grid-column-end: 4;
  }

  #w-node-e5bdc4e9-afb0-748e-21f5-fd908da6721c-2d6311c4, #w-node-c58fe65d-c5df-c5ef-81b5-aed458b29f48-44c66f9b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c58fe65d-c5df-c5ef-81b5-aed458b29f54-44c66f9b {
    grid-column-end: 4;
  }

  #w-node-ac92079d-3ba9-b1ff-4745-92b25e5a9aaa-44c66f9b, #w-node-e4658c13-aa0b-0ba8-1e1c-337aa0928ad4-44c66f9b, #w-node-_24f5d17b-89e2-5d42-928e-1d29529c2447-44c66f9b, #w-node-_01c3ff6f-2904-2125-9d09-eed61c3141f0-44c66f9b, #w-node-c318b65c-61b4-9588-f19e-c545fc4430d6-84bf976d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c318b65c-61b4-9588-f19e-c545fc4430dc-84bf976d {
    grid-column-end: 4;
  }

  #w-node-_6a152f3b-f7af-778f-6a33-93490eb6df1a-0eb6df19 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a152f3b-f7af-778f-6a33-93490eb6df22-0eb6df19 {
    grid-column-end: 2;
  }

  #w-node-_20e58b7f-bf40-831e-0bf1-a1e4d61569c9-1f83658d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_20e58b7f-bf40-831e-0bf1-a1e4d61569cf-1f83658d {
    grid-column-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fa58518b-f798-489c-4acd-3adebbfd7592-fb28d3d6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8c287880-5fdc-0c99-b00f-c7caaa56f92e-9f28d3d7 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-c6af68c0-3882-15d2-70c0-8e92480b3c44-a628d3dd, #w-node-ce5d8df7-485b-0441-a164-7f3e1d680a85-a628d3dd, #w-node-_228a032c-0c6c-a4e0-75db-347b3d226447-a628d3dd, #w-node-_79ea05ba-cd54-2e0f-8091-b80a8dea2e35-a628d3dd, #w-node-e81d7964-afc4-a4e8-baff-ea72f3b169a0-f3b1699d, #w-node-c80213d0-cac3-dde6-f0e9-8e46512fddbf-0328d3e2, #w-node-dbbbf369-7ee2-4cc6-05a4-e8a9399bb0e8-d828d3ed, #w-node-f7c2a25c-3d22-f194-c285-2dcf6c32e422-d8ee3f52, #w-node-c318b65c-61b4-9588-f19e-c545fc4430d6-bc71b1d9, #w-node-e5bdc4e9-afb0-748e-21f5-fd908da6721c-2d6311c4, #w-node-c58fe65d-c5df-c5ef-81b5-aed458b29f48-44c66f9b, #w-node-ac92079d-3ba9-b1ff-4745-92b25e5a9aaa-44c66f9b, #w-node-e4658c13-aa0b-0ba8-1e1c-337aa0928ad4-44c66f9b, #w-node-_24f5d17b-89e2-5d42-928e-1d29529c2447-44c66f9b, #w-node-_01c3ff6f-2904-2125-9d09-eed61c3141f0-44c66f9b, #w-node-c318b65c-61b4-9588-f19e-c545fc4430d6-84bf976d, #w-node-_6a152f3b-f7af-778f-6a33-93490eb6df1a-0eb6df19, #w-node-_20e58b7f-bf40-831e-0bf1-a1e4d61569c9-1f83658d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Minionpro';
  src: url('../fonts/MinionPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}