:root {
  --primary-dark: #1c394c;
  --paragraph: #314c5f;
  --primary: #0e9399;
  --primary-light: #cdeff0;
  --royal-blue: #365f7b;
  --dark-turquoise: #037a7f;
  --orange: #ffb59a;
  --light-gray: #f0f4f5;
  --white: #fcfcfc;
  --light-slate-grey: #576d7a;
  --dark-gray-50: rgba(175, 175, 175, .5);
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--gray-500: #6b7094;
  --white-50: rgba(255, 255, 255, .5);
  --flowui-component-library--gray-100: #f7f9fd;
}

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -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-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-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, .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-previous-icon {
  margin-right: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -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 {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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(--primary-dark);
  background-color: rgba(0, 0, 0, 0);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  overflow-x:clip;
}

h1 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.2em;
}

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

h3 {
  color: var(--primary-dark);
  text-align: left;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

h5, #values h3 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

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

p {
  color: var(--paragraph);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.5em;
}

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

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

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

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

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

blockquote {
  border-left: 3px solid var(--primary);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

.section.dark-background {
  background-color: var(--royal-blue);
  display: block;
}

.section.about-us-banner {
  background-color: var(--primary-light);
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 150px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

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

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

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

.section.home-banner {
  background-image: linear-gradient(to bottom, var(--primary-light), var(--primary-light));
  padding-top: 0;
  padding-bottom: 0;
}

.section.green-background {
  background-color: var(--dark-turquoise);
}

.section.sta {
  background-color: var(--dark-turquoise);
  overflow: hidden;
}

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

.section.tab-section {
  padding-bottom: 0;
  overflow: hidden;
}

.section.dark-color-overflow {
  background-image: url('../images/div.social-networks-section.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

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

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

.section.about-us {
  background-color: var(--light-gray);
  background-image: url('../images/banner-hor.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 200px;
  overflow: hidden;
}

.section.orange-background {
  background-color: var(--orange);
  padding-top: 130px;
  padding-bottom: 130px;
  overflow: hidden;
}

.section.light-gray-background {
  background-color: var(--white);
  padding-top: 40px;
  display: block;
}

.section.light-gray-background.section-2 {
  display: none;
}

.section.dark-background-cta {
  background-color: var(--royal-blue);
  overflow: hidden;
}

.section.counter {
  background-color: var(--primary-light);
  padding-top: 0;
}

.section.light-gray-background-overflow {
  background-color: var(--light-gray);
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.section.inner-banner {
  background-color: var(--primary-light);
  justify-content: center;
  align-items: center;
  min-height: 290px;
  padding-top: 200px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.section.details-cms {
  background-color: var(--primary-light);
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 140px;
  display: flex;
  overflow: hidden;
}

.section.service-images {
  background-color: var(--light-gray);
  padding-top: 0;
}

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

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

.section.blog-page, .section.details-product {
  background-color: var(--light-gray);
  padding-top: 180px;
}

.section.checkout-page {
  padding-top: 140px;
}

.base-container {
  z-index: 200;
  object-fit: fill;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
}

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

.base-container.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.base-container.position-relative {
  z-index: 5;
}

.base-container.align-right {
  align-items: flex-end;
}

.base-container.align-right-relative {
  z-index: 4;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

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

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

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

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

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

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

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

.h3-tablet {
  font-size: 36px;
}

.primary-button {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 50px;
  height: 48px;
  padding: 12px 40px;
  transition: background-color .6s;
  display: inline-block;
}

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

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

.primary-button.pagination {
  border-color: var(--primary);
  margin-top: 60px;
  font-size: 16px;
  line-height: 1.2em;
}

.primary-button.margin-top-medium {
  margin-top: 40px;
}

.primary-button.tablet-desktop-none {
  padding-left: 30px;
  padding-right: 30px;
}

.primary-button.tablet-desktop-none.w--current, .primary-button.tablet-desktop-none.w--current:hover {
  background-color: var(--royal-blue);
}

.primary-button.display-desktop-none {
  display: none;
}

.primary-button.cart {
  justify-content: center;
  width: 100%;
  display: flex;
}

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

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

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

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

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

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

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

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

.nav-dropdown {
  display: none;
}

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

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

.nav-dropdown-list {
  background-color: var(--white);
  border-radius: 15px;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 1px 0 15px 1px rgba(28, 57, 76, .15);
}

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

.nav-dropdown-list.megamenu.w--open {
  width: 650px;
  display: flex;
}

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

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

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

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

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

.licensing-title-wrapper {
  border-bottom: 1px rgba(94, 94, 94, .5);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid rgba(94, 94, 94, .5);
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px rgba(94, 94, 94, .5);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

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

.licensing-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: 15px;
  width: 100%;
  height: 320px;
  transition: transform .8s;
  overflow: hidden;
}

.licensing-image:hover {
  transform: scale(.9);
}

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

.licensing-image-link {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.license-link {
  color: var(--primary-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

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

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

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

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

.licensing-icon-link {
  margin-bottom: 20px;
}

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

.licensing-font-title {
  color: rgba(94, 94, 94, .5);
  text-transform: uppercase;
  font-weight: 400;
}

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

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

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

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

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

.password-input {
  border: 1px solid rgba(87, 109, 122, .5);
  border-radius: 50px;
  min-width: 280px;
  height: 48px;
  min-height: 48px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.2em;
}

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

.password-input::placeholder {
  color: rgba(87, 109, 122, .9);
}

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

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

._404-logo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-center {
  text-align: center;
  min-height: 1px;
}

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

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

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

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

.coming-soon-input {
  border: 1px solid rgba(87, 109, 122, .5);
  border-radius: 50px;
  min-width: 300px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.2em;
}

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

.coming-soon-input::placeholder {
  color: rgba(87, 109, 122, .9);
  font-size: 16px;
  line-height: 1.2em;
}

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

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

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

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

.blog-post-title {
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--primary);
}

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

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.sidebar-category {
  border: 1px solid var(--primary);
  color: var(--dark-turquoise);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  height: 36px;
  padding: 5px 15px;
  font-size: 14px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.sidebar-category:hover {
  background-color: var(--primary);
  color: var(--white);
}

.blog-template-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--light-slate-grey);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: var(--light-slate-grey);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

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

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-rights {
  color: var(--light-slate-grey);
  font-size: 14px;
}

.footer-copyright {
  color: var(--light-slate-grey);
  width: 100%;
  font-size: 14px;
  display: inline;
}

.footer-copyright-link {
  color: var(--dark-turquoise);
  letter-spacing: .2px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

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

.footer-copyright-link.last {
  margin-right: 0;
}

.body-with-background {
  background-color: var(--light-gray);
}

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

.section-title-wrapper.home-6-portfolio {
  text-align: left;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  display: flex;
  position: relative;
}

.section-subtitle {
  color: var(--dark-turquoise);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  display: none;
}

.section-subtitle.text-white {
  border-color: var(--white);
}

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

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

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

.free-trial-wrapper {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-wrapper.landing {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.free-trial-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
}

.values-wrapper {
  display: flex;
}

.values-image-wrapper {
  width: 45%;
}

.values-content-wrapper {
  width: 55%;
  padding-left: 60px;
}

.values-counter-wrapper {
  border-top: 1px solid var(--light-slate-grey);
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
}

.values-counter-item {
  background-color: var(--white);
  border-radius: 15px;
  width: 50%;
  margin-right: 30px;
  padding: 20px;
}

.values-counter-item.last-child {
  order: 1;
  margin-right: 0;
}

.values-counter-number {
  margin-bottom: 15px;
}

.paragraph-large {
  font-size: 18px;
  line-height: 1.3em;
}

.paragraph-large.text-white {
  color: var(--white);
}

.paragraph-large.cta-description {
  color: var(--white);
  text-align: center;
}

.paragraph-large.margin-top-small {
  margin-top: 20px;
}

.paragraph-large.cta-dark-description {
  text-align: center;
}

.paragraph-large.description {
  color: var(--white);
  text-align: center;
}

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

.paragraph-large.hero-text2 {
  font-size: 30px;
}

.values-image {
  object-fit: cover;
  border-radius: 15px 15px 200px;
  width: 100%;
  height: 100%;
}

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

.text-white.not-full {
  width: 70%;
}

.text-white.without-top-margin {
  margin-top: 0;
}

.text-white.width {
  width: 90%;
}

.text-white.paragraph-large {
  line-height: 1.4em;
}

.services-wrapper {
  width: 100%;
  display: flex;
}

.services-item {
  background-color: var(--light-gray);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 30px;
  padding: 20px 30px 30px;
  display: flex;
}

.services-item.last-child {
  margin-right: 0;
}

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

.services-item.last-child-white {
  background-color: var(--white);
  margin-right: 0;
}

.services-item-description {
  margin-bottom: 20px;
}

.workflow-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.workflow-profile-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.workflow-profile-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.workflow-content-wrapper {
  width: 50%;
  padding-right: 60px;
}

.workflow-video-wrapper {
  width: 50%;
}

.workflow-wrapper {
  display: flex;
}

.workflow-profile-photo-wrapper {
  width: 80px;
  height: 80px;
}

.workflow-profile-name {
  color: var(--white);
  margin-bottom: 0;
}

.workflow-video {
  background-image: url('../images/gallery-2_1gallery 2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 10px 150px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  position: relative;
}

.play-button {
  z-index: 5;
  background-color: var(--white);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.workflow-quote {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

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

.accordion-list {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  width: 100%;
  display: flex;
}

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

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

.accordion-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 50%;
  margin-right: 15px;
  display: flex;
}

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

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

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

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

.pricing-features-wrapper {
  display: flex;
}

.pricing-features-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  display: grid;
}

.pricing-features-links-wrap {
  flex-direction: column;
  width: 25%;
  padding-left: 50px;
}

.pricing-capabilities-link {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .3s;
  display: inline-block;
}

.pricing-capabilities-link:hover {
  color: var(--orange);
}

.pricing-features-item {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.more-features-icon {
  color: var(--primary);
  text-align: center;
  margin-bottom: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 40px;
  line-height: 1.2em;
}

.more-features-icon.orange {
  color: var(--orange);
}

.pricing-features-links-list {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
}

.link-with-icon {
  position: relative;
}

.link-with-icon.margin-top-medium {
  margin-top: 40px;
}

.link-with-icon.margin-top-small {
  margin-top: 20px;
}

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

.job-position-wrapper {
  grid-column-gap: 60px;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.job-position-content-wrapper {
  width: 65%;
}

.job-position-sidebar-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  padding: 20px 30px 30px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.job-position-sidebar-wrap {
  align-items: center;
  display: flex;
}

.job-position-sidebar-wrap.last-child {
  margin-bottom: 20px;
}

.job-position-icon {
  color: var(--dark-turquoise);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.contacts-detail {
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph-no-margin:hover {
  color: var(--primary-dark);
}

.paragraph-no-margin.large {
  font-size: 20px;
}

.hidden {
  display: none;
}

.contacts-title {
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.contacts-location-wrapper {
  margin-top: 30px;
}

.contact-us-content-wrapper {
  width: 50%;
  padding-top: 90px;
}

.contact-us-wrapper {
  width: 100%;
  display: flex;
}

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

.footer-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 28%;
  display: flex;
}

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

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

.footer-social-icon {
  border: 1px solid var(--primary);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.footer-social-icon:hover {
  background-color: var(--primary);
  color: var(--white);
}

.footer-links-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

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

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

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

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

.search-input {
  border: 1px solid rgba(87, 109, 122, .5);
  border-radius: 50px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.2em;
}

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

.search-input::placeholder {
  color: rgba(87, 109, 122, .9);
}

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

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

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

.footer-brand-description {
  color: var(--light-slate-grey);
  text-align: left;
}

.footer-brand-description.center {
  margin-top: 0;
}

.testimonials-card-wrapper {
  z-index: 999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.testimonials-card-item {
  background-color: var(--light-gray);
  text-align: center;
  border-radius: 25px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-shadow: 0 0 50px rgba(15, 92, 250, .08);
}

.testimonials-card-content {
  text-align: center;
  margin-bottom: 20px;
}

.testimonials-card-icon {
  color: var(--primary);
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
}

.service-details-content-wrapper {
  width: 65%;
  margin-right: 60px;
}

.accordion-wrap-one-column {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.service-details-sidebar-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  padding: 20px 30px 30px;
  display: flex;
}

.service-details-content {
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.service-details-sidebar-contacts {
  margin-top: 10px;
  margin-bottom: 40px;
}

.accordion-wrapper-one-column {
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

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

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

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

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

.overflow-hidden {
  border-radius: 0 25px;
  height: 100%;
  display: block;
  overflow: hidden;
}

.style-guide-content-wrapper {
  grid-row-gap: 20px;
  display: flex;
}

.about-counter-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-counter-wrap {
  border-right: 1px solid var(--orange);
  padding-right: 40px;
}

.about-counter-wrap.last-child {
  border-right-color: rgba(0, 0, 0, 0);
  margin-right: 0;
}

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

.team-slide-item {
  grid-column-gap: 60px;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.team-slider-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  width: 100%;
  height: 100%;
  transition: transform .8s;
  display: block;
}

.team-slider-image:hover {
  transform: scale(1.1);
}

.team-icon {
  color: var(--primary);
  margin-right: 20px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.team-icon:hover {
  color: var(--primary-dark);
}

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

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

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

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

.about-form-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  background-color: var(--primary);
  border-radius: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 20px;
  display: grid;
}

.home-subscribe-form {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-text-field {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 20px 17px;
  font-size: 18px;
  line-height: 1;
}

.form-text-field:focus {
  border-bottom-style: solid;
  border-bottom-color: var(--royal-blue);
}

.form-text-field:focus-visible {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.form-text-field[data-wf-focus-visible] {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.form-text-field::placeholder {
  color: var(--white);
  font-size: 18px;
}

.team-slider-content {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.portfolio-tab-link {
  border: 1px solid var(--dark-turquoise);
  color: var(--primary-dark);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 40px;
  font-size: 14px;
  line-height: 1.5em;
  transition: background-color .3s, color .3s;
}

.portfolio-tab-link:hover, .portfolio-tab-link.w--current, .portfolio-tab-link.active {
  background-color: var(--dark-turquoise);
  color: var(--white);
}

.portfolio-tab-link.all-projects, .portfolio-tab-link.all-projects.w--current {
  margin-left: 0;
}

.tabs-menu {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: start;
  align-items: stretch;
  justify-items: start;
  margin-bottom: 60px;
  display: grid;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

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

.landing-inner-page-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.play-button-icon {
  z-index: 7;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 3px solid var(--white);
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.sidebar-search-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.sidebar-search-input {
  border: 1px solid var(--dark-gray-50);
  color: var(--primary-dark);
  border-radius: 50px;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 14px 22px;
}

.sidebar-search-input:focus {
  border-color: var(--primary);
}

.sidebar-search-input::placeholder {
  color: var(--light-slate-grey);
  font-size: 16px;
}

.right-arrow-slider {
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.left-arrow-slider {
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.secondary-button {
  background-color: var(--primary-light);
  color: var(--paragraph);
  letter-spacing: .5px;
  border-radius: 50px;
  height: 48px;
  padding: 12px 40px;
  font-size: 16px;
  transition: background-color .6s;
  display: inline-block;
}

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

.secondary-button.margin-top-medium {
  margin-top: 40px;
}

.home-buttons-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.home-blog-wrapper {
  grid-column-gap: 30px;
  display: flex;
  position: relative;
}

.blog-item {
  width: 33.33%;
}

.home-blog-image {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 280px;
}

.blog-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.blog-image-link {
  width: 100%;
  position: relative;
}

.blog-list-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.blog-list {
  grid-column-gap: 30px;
  align-items: stretch;
  display: flex;
}

.navbar-absolute {
  background-color: rgba(0, 0, 0, 0);
  border-top: 0 #000;
  border-bottom: 0 #f0f4f5;
  width: 100%;
  height: 130px;
  padding-top: 55px;
  padding-bottom: 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slide-nav {
  display: none;
}

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

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

.map-wrapper {
  position: relative;
}

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

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

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

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

.slider-left-arrow {
  background-color: var(--orange);
  color: var(--dark-turquoise);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 35%;
  right: auto;
}

.slider-left-arrow:hover {
  background-color: var(--white);
}

.slider-right-arrow {
  background-color: var(--white);
  color: var(--dark-turquoise);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: flex;
  bottom: 5%;
  right: auto;
}

.slider-right-arrow:hover {
  background-color: var(--orange);
  color: var(--dark-turquoise);
}

.home-services-slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
  position: relative;
}

.home-slider-item-container {
  grid-column-gap: 60px;
  width: 100%;
  display: flex;
}

.home-slide-image {
  object-fit: cover;
  border-radius: 500px 500px 25px;
  width: 100%;
  height: 600px;
  transition: border-radius .6s;
}

.home-slide-image:hover {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 500px;
}

.slider-content-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 40px;
  display: flex;
}

.home-slider-slide-item {
  height: 100%;
}

.slider-image-container {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.slider-content-buttons {
  grid-row-gap: 20px;
  flex-flow: column wrap;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

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

.banner-section {
  flex-direction: column;
  height: 100vh;
  padding-top: 110px;
  position: relative;
}

.banner-section.home-2-banner {
  background-color: var(--primary-light);
  height: 100%;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.banner-section.home-3-banner {
  background-image: url('../images/banner.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  padding-top: 150px;
  padding-bottom: 140px;
  overflow: hidden;
}

.banner-section.team-details {
  height: auto;
  padding-top: 150px;
  padding-bottom: 80px;
  overflow: hidden;
}

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

.courses-collection {
  width: 100%;
}

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

.author-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  display: block;
}

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

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

.portfolio-grid-tabs {
  width: 100%;
  margin-bottom: 60px;
}

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

.about-img._1 {
  z-index: 2;
  width: 350px;
  top: 0%;
  bottom: auto;
  left: 12%;
  right: 0%;
}

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

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

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

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

.subtitle {
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

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

.social-networks-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-text-content {
  width: 320px;
  padding-right: 60px;
}

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

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

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

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

.category-link-triangle {
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

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

.industry-insights-left {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  width: 45%;
  display: flex;
}

.industry-insights-right {
  flex-direction: row;
  width: 55%;
  display: flex;
}

.category-link {
  color: var(--dark-turquoise);
  transition: transform .3s, color .3s;
  display: flex;
}

.category-link:hover {
  color: var(--primary-dark);
}

.category-link-text {
  margin-right: 10px;
  font-size: 17px;
}

.category-collection-item {
  overflow: hidden;
}

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

.home-blog-image-big {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  height: 100%;
  transition: transform .8s;
}

.home-blog-image-big:hover {
  transform: scale(1.1);
}

.home-blog-item {
  position: relative;
}

.home-blog-overlay {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.home-blog-category-wrapper {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

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

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px rgba(20, 23, 51, .15);
}

.sidebar-categories-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.home-banner-content {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.capabilities-image {
  object-fit: cover;
  border-radius: 15px 15px 200px;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.home-feature-image {
  color: var(--primary);
  margin-bottom: 30px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 50px;
  line-height: 1;
}

.additional-features-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.feature-image {
  object-fit: cover;
  border-radius: 300px 300px 300px 0;
  width: 400px;
  height: 500px;
}

.feature-image.first {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 300px;
}

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

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

.about-values-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.about-values-wrap {
  background-color: var(--light-gray);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 40px 30px 30px;
}

.about-values {
  grid-column-gap: 60px;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.our-values-card {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.our-values-card:hover {
  background-position: 50% 20%;
}

.our-values-card-element {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
  position: static;
}

.caret-right-icon {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  line-height: 1;
}

.about-info-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-info-wrap-left {
  width: 52%;
}

.about-info-wrap-right {
  width: 48%;
}

.about-info-cards-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 50px;
  display: grid;
}

.about-info-cards-wrap {
  border-radius: 0 200px 200px 0;
}

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

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

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

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

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

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

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

.home-3-banner {
  display: flex;
}

.home-banner-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 50%;
  display: grid;
}

.home-3-banner-content {
  flex-direction: column;
  justify-content: center;
  width: 60%;
  padding-bottom: 40px;
  display: flex;
}

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

.text-align-center.text-green {
  color: var(--dark-turquoise);
}

.events-collection {
  width: 100%;
}

.event-item {
  grid-column-gap: 20px;
  border-bottom: 1px solid var(--dark-gray-50);
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.event-icon {
  color: var(--primary-light);
  margin-top: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.event-icon.dark {
  color: var(--dark-turquoise);
}

.event-detail-wrap {
  grid-column-gap: 15px;
  align-items: flex-start;
  width: 70%;
  margin-top: 10px;
  display: flex;
}

.event-detail {
  color: var(--light-gray);
}

.event-detail.dark {
  color: var(--paragraph);
}

.event-button {
  border: 1px solid var(--orange);
  color: var(--orange);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-family: "Fa solid 900", sans-serif;
  transition: background-color .3s, border-color .3s, color .3s;
  display: flex;
}

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

.event-location {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.events-list {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.button-block {
  margin-top: 40px;
}

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

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

.home-17-additional-features {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.menu-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.rich-text-style h2 {
  margin-bottom: 20px;
  font-size: 36px;
}

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

.rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 24px;
}

.rich-text-style h5 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 20px;
}

.rich-text-style h6 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
}

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

.rich-text-style img {
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 10px;
}

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

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

.home-events-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.home-2-events-wrap {
  width: 100%;
}

.home-2-events-list {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.home-2-events-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: inline-block;
}

.home-2-event {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.home-2-event-description {
  flex-direction: column;
  width: 60%;
  display: flex;
}

.home-2-event-heading:hover {
  color: var(--primary-dark);
}

.link {
  cursor: pointer;
  position: relative;
}

.link.dark {
  color: var(--royal-blue);
}

.link.all-caps {
  text-transform: uppercase;
  font-size: 14px;
}

.link.margin-top-10 {
  margin-top: 10px;
}

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

.brand-tablet {
  display: none;
}

.home-banner {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

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

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

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

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

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

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

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

.style-guide-tab-link {
  border-top: 1px solid var(--royal-blue);
  border-right: 1px solid var(--royal-blue);
  border-bottom: 1px solid var(--royal-blue);
  background-color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

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

.style-guide-tabs-menu {
  border-left: 1px solid var(--royal-blue);
  margin-bottom: 80px;
  display: flex;
}

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

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

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

.primary-button-dark {
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 50px;
  align-items: center;
  height: 48px;
  padding: 12px 40px;
  transition: background-color .6s;
  display: none;
}

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

.primary-button-dark.left {
  margin-left: auto;
}

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

.landing-inner-page-image {
  border: 1px solid var(--primary);
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 5px;
  width: 100%;
}

.landing-inner-page-image.banner {
  border-radius: 5px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
}

.landing-banner-content {
  z-index: 999;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.banner-description-2 {
  text-align: center;
  letter-spacing: 2.4px;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
}

.landing-banner-title {
  margin-top: 0;
  margin-bottom: 0;
}

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

.landing-banner-screens {
  z-index: 999;
  width: 100%;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-inner-page-item {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 6px;
}

.landing-inner-page-item.home-screen-banner {
  border-radius: 5px;
}

.landing-paragraph-style {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}

.section-landing-customers {
  background-color: var(--primary);
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
}

.landing-customers-content-left {
  grid-row-gap: 30px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-right: 100px;
  display: flex;
}

.landing-customers-content-right {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 50%;
  display: grid;
}

.landing-section-heading-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.landing-customers-icon-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.landing-icon-style {
  opacity: 1;
  filter: invert();
  max-height: 60px;
}

.paragraph-benefits-lp {
  color: #fff;
  width: 90%;
}

.landing-customers-layout {
  justify-content: space-between;
  display: flex;
}

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

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  display: flex;
  position: absolute;
  transform: rotate(-30deg);
}

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

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

.landing-inner-page-title {
  text-transform: none;
}

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

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

.section-banner.landing-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 87vh;
  padding-top: 180px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.color-bg {
  background-color: var(--primary);
  height: 140px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shop-item-price-on-sale {
  color: var(--light-slate-grey);
  text-decoration: line-through;
}

.shop-item-price {
  color: var(--dark-turquoise);
  font-weight: 500;
}

.shop-price-wrapper {
  grid-column-gap: 15px;
  flex-direction: row;
  display: flex;
}

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

.shop-images-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-details-block {
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
  padding: 50px;
  display: flex;
}

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

.image-preview.shop {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 10px 10px 10px 150px;
  transition: transform .6s;
}

.image-preview.shop:hover {
  transform: scale(1.1);
}

.shop-image-item {
  border-radius: 10px 10px 10px 150px;
  width: 100%;
  overflow: hidden;
}

.shop-text-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

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

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

.footer-rights-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.position-relative {
  position: relative;
}

.position-relative.overflow-hidden-radius {
  border-radius: 25px;
  overflow: hidden;
}

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

.success-message {
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
}

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

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

.underline {
  background-color: var(--primary);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0%;
}

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

.secondary-button-orange {
  background-color: var(--orange);
  color: var(--primary-dark);
  letter-spacing: .5px;
  border-radius: 50px;
  height: 48px;
  padding: 12px 40px;
  transition: background-color .6s;
  display: inline-block;
}

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

.secondary-button-orange.margin-top-medium {
  margin-top: 40px;
  font-size: 18px;
}

.home-banner-image {
  z-index: 6;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary-light);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  height: 100%;
  display: grid;
}

.image-mask {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: relative;
}

.circle-first {
  background-color: var(--dark-turquoise);
  border-radius: 200px;
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 1%;
  left: 22%;
}

.circle-first.six {
  width: 130px;
  height: 130px;
}

.circle-second {
  background-color: var(--primary-dark);
  border-radius: 200px;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 1%;
  right: 1%;
}

.circle-second.third {
  width: 100px;
  height: 100px;
  top: 62%;
}

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

.services-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.services-card {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-block {
  border-radius: 25px;
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

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

.circle-green {
  background-color: var(--dark-turquoise);
  border-radius: 100px;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 65%;
}

.circle-green.second {
  background-color: var(--primary-dark);
  top: -26%;
}

.circle-green.third {
  background-color: var(--orange);
  right: -13%;
}

.circle-green.fourth {
  width: 120px;
  height: 120px;
  right: 69%;
}

.circle-green.five {
  background-color: var(--orange);
  width: 100px;
  height: 100px;
  right: -13%;
}

.circle-green.six {
  background-color: var(--primary-dark);
  width: 120px;
  height: 120px;
  top: -26%;
}

.circle-orange {
  background-color: var(--orange);
  border-radius: 100px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 9%;
  right: 22%;
}

.circle-orange.second {
  background-color: var(--primary);
  bottom: 42%;
  right: 75%;
}

.circle-orange.third {
  background-color: var(--royal-blue);
  bottom: 45%;
  right: 9%;
}

.circle-orange.fourth {
  width: 50px;
  height: 50px;
  right: 37%;
}

.circle-orange.five {
  background-color: var(--royal-blue);
  width: 50px;
  height: 50px;
  bottom: 45%;
  right: 9%;
}

.circle-orange.six {
  background-color: var(--primary);
  width: 50px;
  height: 50px;
  bottom: 42%;
  right: 75%;
}

.about-us-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 220px;
  margin-right: 220px;
  display: grid;
}

.image-about-left {
  object-fit: cover;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 26%;
  left: 0%;
}

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

.flex-vertical.gap-small {
  grid-row-gap: 5px;
}

.flex-vertical.margin-left {
  margin-left: 20px;
}

.image-about-right {
  object-fit: cover;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 19%;
  right: 0%;
}

.image-about-bottom {
  object-fit: cover;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 0%;
  left: 7%;
}

.counter-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.block-image {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 450px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.image-counter {
  object-fit: cover;
  border-radius: 500px 500px 25px 25px;
  width: 100%;
}

.card-counter {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-counter.margin-top-large {
  margin-top: 60px;
}

.card-counter-item {
  width: 100%;
  display: flex;
}

.card-left {
  background-color: var(--primary-light);
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 35%;
  padding: 20px;
  display: flex;
}

.big-counter {
  font-size: 68px;
  font-weight: 500;
  line-height: 1.2em;
}

.cart-right {
  background-color: var(--white);
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  flex-direction: column;
  width: 65%;
  padding: 20px;
  display: flex;
}

.sticky-image {
  width: 450px;
  min-width: 450px;
  height: 550px;
  min-height: 550px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.quality-services-title {
  color: var(--white);
  margin-top: 0;
}

.sticky-box-list {
  grid-row-gap: 120px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 80px;
  display: grid;
}

.services-description {
  color: var(--white);
}

.stacked-title {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.sticky-image-wrapper {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-image-wrapper.image-three {
  background-image: url('../images/Ellipse-small-blue.svg'), url('../images/Ellipse-green.svg'), url('../images/gallery-3_1gallery 3.webp');
  background-position: 50% 90%, -10% 120%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 60px, 200px, cover;
  border-top-left-radius: 300px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.sticky-image-wrapper.image-one {
  background-image: url('../images/Circle-orange.svg'), url('../images/Circle-blue.svg'), url('../images/doctor-talking-with_1doctor-talking-with.webp');
  background-position: 50% 80%, 10% 100%, 50% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 60px, 150px, cover;
  border-radius: 15px 15px 300px 300px;
  display: block;
}

.sticky-image-wrapper.image-two {
  background-image: url('../images/Ellipse-green-small.svg'), url('../images/Circle-orange-big.svg'), url('../images/medium-shot-smiley-women_1medium-shot-smiley-women.webp');
  background-position: 60% 80%, 120% 120%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 80px, 200px, cover;
  border-radius: 300px 300px 15px 15px;
  display: block;
}

.intro-box {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 450px;
  display: flex;
}

.services-container-home {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.services-list-wrapper {
  z-index: 20;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.stacked-info-wrap {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.mobile-intro-box-image {
  display: none;
  position: relative;
}

.sticky-image-bar {
  grid-column-gap: 16px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 80px;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.stacked-intro {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.section-title-full {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 800px;
  margin-bottom: 0;
  margin-right: auto;
  display: flex;
}

.section-title-full.second {
  width: 58%;
}

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

.point-creen {
  outline-color: var(--primary);
  outline-offset: 0px;
  border-radius: 30px;
  outline-width: 4px;
  outline-style: solid;
  flex: none;
  width: 10px;
  height: 10px;
  margin-top: 15px;
}

.point-creen.orange {
  outline-color: var(--orange);
  margin-top: 12px;
}

.point-creen.margin-top-12 {
  margin-top: 12px;
}

.text-orange {
  color: #ffb59a;
}

.event-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.event-image {
  width: 450px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.image-event {
  object-fit: cover;
  border-radius: 25px 25px 500px 500px;
  width: 100%;
}

.without-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.without-margin.link-event {
  transition: color .3s;
}

.without-margin.link-event:hover {
  color: var(--orange);
}

.without-margin.link-job {
  transition: color .3s;
}

.without-margin.link-job:hover {
  color: var(--primary);
}

.tabs-menu-testimonials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  margin-top: 60px;
  display: grid;
}

.text-testimonials {
  color: var(--dark-turquoise);
  text-align: center;
  font-size: 32px;
  font-weight: 400;
}

.testimonial-avatar {
  z-index: 2;
  background-image: url('../images/mulyadi-V_1mulyadi-V.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: relative;
}

.testimonial-avatar.third {
  background-image: url('../images/alexandre-lecocq_1alexandre-lecocq.webp');
}

.testimonial-avatar.first {
  background-image: url('../images/repentand-seekchristjesus_1repentand-seekchristjesus.webp');
}

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

.tab-link {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  width: 100px;
  height: 100px;
  padding: 10px;
  display: flex;
}

.tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-outline {
  border: 1px solid var(--light-gray);
  background-color: var(--light-gray);
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-testimonials-tabs {
  flex-direction: column-reverse;
  display: flex;
}

.background-blog {
  background-color: var(--light-gray);
  border-radius: 25px;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-blog {
  z-index: 1;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.margin-top-small {
  margin-top: 15px;
}

.text-footer {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-size: 46px;
  line-height: 1.2em;
}

.success-message-form {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 100px;
}

.footer-left-top {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-contacts-textarea {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--light-gray);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 590px;
  min-height: 150px;
  max-height: 150px;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
}

.form-contacts-textarea:focus {
  border-bottom: 1px solid var(--orange);
  color: var(--white);
}

.form-contacts-textarea:focus-visible {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.form-contacts-textarea[data-wf-focus-visible] {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.form-contacts-textarea::placeholder {
  color: var(--primary-light);
  font-size: 16px;
}

.footer-left-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.form-footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.form-contacts-input {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--light-gray);
  color: var(--light-gray);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

.form-contacts-input:focus {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--orange);
  color: var(--white);
}

.form-contacts-input:focus-visible {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.form-contacts-input[data-wf-focus-visible] {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.form-contacts-input::placeholder {
  color: var(--primary-light);
  font-size: 16px;
}

.footer-rights-wrap {
  width: 60%;
}

.footer-form-wrapper {
  width: 100%;
  display: flex;
}

.footer-top-wrapper {
  grid-column-gap: 60px;
  width: 100%;
  display: flex;
}

.footer-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.error-message-form {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 0;
}

.slider-list-services {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
  padding-bottom: 80px;
}

.display-hone {
  display: none;
}

.slide-service {
  border-right: 1px solid var(--orange);
  width: 31%;
  margin-right: 30px;
  padding-right: 30px;
}

.slide-service.last {
  border-right-color: rgba(0, 0, 0, 0);
}

.not-full {
  width: 80%;
}

.success-message-white {
  color: var(--white);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
}

.error-message-white {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.empty-state-white {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.block-button-header, .nav-item-with-line-block {
  position: relative;
}

.nav-link-underline {
  color: var(--primary-dark);
  cursor: pointer;
  margin-left: 13px;
  margin-right: 13px;
  font-size: 18px;
  line-height: 1.5em;
  position: relative;
}

.nav-link-underline.w--current {
  color: var(--primary-dark);
}
.nav-link-underline .underline,.link.dark .underline {
  transition: width 0.3s ease-in-out;
}
.nav-link-underline:hover .underline,.link.dark:hover .underline {
  width: 100%!important;
}
.cart-block {
  margin-right: 10px;
}

.cart-button {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.icon-cart {
  color: var(--dark-turquoise);
  transition: color .3s;
  display: none;
}

.icon-cart:hover {
  color: var(--primary-dark);
}

.cart-quantity {
  background-color: var(--paragraph);
  color: var(--white);
  margin-top: -20px;
  margin-left: -5px;
  line-height: 19px;
  display: block;
}

.link-block-button {
  grid-column-gap: 12px;
  align-items: center;
  display: none;
}

.span-play-button {
  background-color: var(--primary);
  outline-color: var(--primary);
  outline-offset: 5px;
  color: var(--primary-light);
  text-align: center;
  border-radius: 60px;
  outline-width: 2px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.circle-green-big {
  background-color: var(--primary);
  border-radius: 20px;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: -6%;
  left: -8%;
}

.circle-orange-small {
  background-color: var(--orange);
  border-radius: 200px;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 9%;
  left: 45%;
}

.circle-blue-big {
  background-color: var(--primary-dark);
  border-radius: 200px;
  width: 200px;
  height: 200px;
  position: absolute;
  top: -10%;
  right: -18%;
}

.circle-green-small {
  background-color: var(--primary);
  border-radius: 200px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 27%;
  right: 5%;
}

.circle-third {
  background-color: var(--orange);
  border-radius: 200px;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 1%;
  left: 1%;
}

.circle-third.second {
  bottom: 58%;
  left: 9%;
}

.all-contacts-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.all-contacts-wrapper.contact-wrapper-align-center {
  grid-row-gap: 15px;
  margin-top: 20px;
}

.footer-contacts-icon {
  color: var(--primary);
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.footer-link-contact {
  color: var(--light-slate-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

.footer-link-contact:hover {
  color: var(--primary);
}

.heading-service {
  transition: color .3s;
}

.heading-service:hover {
  color: var(--primary);
}

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

.subscribe-form-block {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 300px;
  height: 135px;
  margin-bottom: 0;
}

.point {
  color: var(--primary);
  border-radius: 20px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
  display: inline-block;
}

.point.light-colors {
  color: var(--primary-light);
}

.point.orange {
  color: var(--orange);
}

.point.dark {
  color: var(--royal-blue);
}

.social-networks-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.circle-third-social {
  z-index: 1;
  background-color: var(--orange);
  border-radius: 200px;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 77%;
  left: 10%;
}

.circle-second-social {
  z-index: 1;
  background-color: var(--dark-turquoise);
  border-radius: 200px;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 8%;
  right: 10%;
}

.circle-first-social {
  z-index: 1;
  background-color: var(--primary-light);
  border-radius: 200px;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 73%;
  left: 0%;
}

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

.cta-block-image {
  z-index: 6;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  width: 50%;
  display: grid;
  overflow: hidden;
}

.grid-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.text-block-banner {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.paragraph-banner {
  color: var(--white);
  font-size: 18px;
}

.banner-home-wrapper {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/katarzyna-grabo_1katarzyna-grabo.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px 10px 10px 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px 120px;
  display: flex;
}

.home-services-wrapper {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-list-services {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  border-left: 1px solid var(--orange);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
}

.image-services {
  object-fit: cover;
  border-bottom-left-radius: 50px;
  height: 150px;
}

.image-services.first {
  transition: border-radius .6s;
}

.image-services.first:hover {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 0;
}

.image-services.second {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 0;
  transition: border-radius .6s;
}

.image-services.second:hover {
  border-top-left-radius: 0;
  border-bottom-right-radius: 50px;
}

.image-services.third {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0;
  transition: border-radius .6s;
}

.image-services.third:hover {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 0;
}

.margin-top-medium {
  margin-top: 30px;
  position: relative;
}

.margin-top-medium.margin-top-60 {
  margin-top: 60px;
}

.block-image-services {
  margin-top: 30px;
}

.tabs-content-3 {
  margin-top: 20px;
  overflow: visible;
}

.image-tab {
  object-fit: cover;
  object-position: 80% 50%;
  border-top-left-radius: 200px;
  width: 100%;
  height: 100%;
}

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

.tab-about-us {
  color: var(--primary-dark);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: -2px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  transition: color .3s;
}

.tab-about-us:hover {
  color: var(--dark-turquoise);
}

.tab-about-us.w--current {
  border-bottom: 4px solid var(--dark-turquoise);
  color: var(--dark-turquoise);
  background-color: rgba(0, 0, 0, 0);
}

.tabs-about {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
}

.about-us-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 500px;
  display: flex;
}

.tab-content-wrapper {
  grid-column-gap: 80px;
  display: flex;
}

.tabs-menu-about {
  border-bottom: 1px solid var(--dark-gray-50);
  flex-direction: row;
  justify-content: space-between;
  width: 45%;
  display: flex;
}

.image-tab-block {
  object-fit: fill;
  width: 48%;
  height: 500px;
  position: absolute;
  top: 80px;
  right: 0%;
}

.image-overlay {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-action-block {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home-intro-height {
  padding-top: 100%;
}

.home-intro-height.small {
  border-top-left-radius: 200px;
}

.intro-paralax {
  width: 100%;
  overflow: hidden;
}

.intro-paralax.first {
  border-bottom-right-radius: 200px;
}

.intro-paralax.second {
  border-top-left-radius: 200px;
}

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

.home-intro-strip.second {
  padding-top: 140px;
}

.container-cta {
  z-index: 1;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.about-description {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40rem;
  display: flex;
  position: relative;
}

.home-image-intro {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-fill {
  object-fit: cover;
  border-bottom-right-radius: 200px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-fill.second {
  border-top-left-radius: 200px;
  border-bottom-right-radius: 0;
}

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

.flex-horizontal-align-center.margin-top-medium {
  margin-top: 30px;
}

.testimonials-slider-style-1 {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-left: 16%;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonials-slide-arrow {
  width: 50px;
  height: 30px;
  top: auto;
  bottom: 0%;
  left: 30%;
  right: auto;
}

.testimonials-slide-arrow.right {
  left: 35%;
}

.testimonials-slide-arrow-icon {
  color: var(--dark-turquoise);
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: "Fa solid 900", sans-serif;
  font-size: 24px;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.testimonials-slide-arrow-icon:hover {
  color: #1c276d;
}

.flex-vertical-card {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.flex-vertical-card:hover {
  background-position: 50% 20%;
}

.flex-vertical-card.margin-right-medium {
  margin-right: 60px;
}

.padding-tiny {
  padding: 30px;
}

.padding-tiny.left-border-large {
  border-left: 4px solid var(--dark-turquoise);
}

.author-image-testimonials {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 100px 0 100px 100px;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  display: block;
}

.testimonials-slider-mask-style-1 {
  width: 85%;
  overflow: visible;
}

.padding-xxsmall {
  padding-top: 5px;
  padding-bottom: 5px;
}

.additional-features-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  justify-content: center;
  display: flex;
}

.additional-features-wrap.reverse {
  flex-direction: row-reverse;
}

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

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

.image-event-block {
  object-fit: cover;
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
  width: 430px;
  height: 300px;
  transition: transform .9s;
  transform: scale(1);
}

.image-event-block:hover {
  transform: scale(1.1);
}

.collection-item-event {
  grid-column-gap: 60px;
  align-items: flex-start;
  display: flex;
}

.event-block {
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.gap {
  grid-column-gap: 40px;
  justify-content: space-between;
}

.flex-horizontal.gap-small, .flex-horizontal.gap-small-wrap {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.flex-horizontal.gap-xsmall {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.event-accordion-item {
  border-top: 1px solid var(--primary);
  width: 100%;
  margin-top: 30px;
  position: static;
}

.text-left-section {
  width: 60%;
}

.text-left-section.second {
  width: 58%;
}

.heading-event {
  margin-top: 8px;
  font-size: 24px;
  transition: color .3s;
}

.heading-event:hover {
  color: var(--dark-turquoise);
}

.event-button-dark {
  border: 1px solid var(--dark-turquoise);
  color: var(--dark-turquoise);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-family: "Fa solid 900", sans-serif;
  transition: background-color .3s, border-color .3s, color .3s;
  display: flex;
}

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

.description-cards {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  font-size: 20px;
  display: flex;
}

.team-bottom-block {
  grid-column-gap: 30px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-cover {
  object-fit: cover;
  border-radius: 500px;
  width: 100%;
  height: 250px;
}

.team-cards {
  z-index: 1;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 100px;
  align-items: stretch;
  transition-property: transform;
  display: block;
  position: relative;
}

.team-cards:hover {
  transform: scale(1.1);
}

.display-grid {
  grid-column-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nurse-item.negative-margin {
  margin-top: -80px;
}

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

.paragraph-small.without-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.text-not-full {
  width: 70%;
}

.text-testimonials-second {
  color: var(--dark-turquoise);
  font-size: 28px;
  font-weight: 400;
}

.link-image {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
  overflow: hidden;
}

.home-blog-horizontal-item {
  border-bottom: 1px solid var(--dark-gray-50);
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.home-blog-image-small {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  height: 260px;
  transition: transform .8s;
}

.home-blog-image-small:hover {
  transform: scale(1.1);
}

.link-image-small {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 330px;
  height: 100%;
  margin-right: 20px;
  overflow: hidden;
}

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

.item-services {
  width: 100%;
}

.text-block-big {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.2em;
}

.overflow-hidden-event {
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
  overflow: hidden;
}

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

.heading-blog:hover {
  color: var(--dark-turquoise);
}

.image-ball {
  background-image: linear-gradient(98deg, #cdeff0, #e9fafb 58%);
  border-radius: 500px;
  width: 400px;
  height: 400px;
  position: absolute;
  top: -22%;
  left: -14%;
}

.banner-image-circle-second {
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 300px 300px 300px 50px;
  width: 170px;
  height: 170px;
  margin-top: 100px;
  margin-right: -34px;
  transition: border-radius .6s;
}

.banner-image-circle-second:hover {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 300px;
}

.banner-image-circle-third {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50px 300px 300px;
  width: 200px;
  height: 200px;
  transition: border-radius .6s;
}

.banner-image-circle-third:hover {
  border-top-left-radius: 300px;
  border-bottom-right-radius: 50px;
}

.image-ball-small {
  z-index: -1;
  background-image: linear-gradient(#e9fafb 26%, #cdeff0);
  border-radius: 500px;
  width: 320px;
  height: 320px;
  position: absolute;
  bottom: 2%;
  right: -7%;
}

.image-ball-small.second {
  z-index: 1;
  bottom: -4%;
}

.image-ball-small.fourth {
  bottom: -10%;
}

.image-ball-small.fifth {
  bottom: 26%;
  right: -18%;
}

.tetx-white {
  color: var(--white);
}

.small-top-margin {
  margin-top: 20px;
}

.hover-heading {
  color: var(--light-gray);
  transition: color .3s;
}

.hover-heading:hover {
  color: var(--orange);
}

.home-testimonials-image {
  object-fit: cover;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  width: 300px;
  height: 350px;
}

.home-testimonials-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.home-testimonials-wrapper.reverse {
  flex-direction: row-reverse;
}

.home-review-content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 65%;
  display: flex;
}

.small-counter {
  color: var(--dark-turquoise);
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2em;
}

.text-block-big-dark {
  margin-bottom: 20px;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.2em;
}

.image-cta {
  object-fit: cover;
  border-radius: 300px;
  width: 160px;
  height: 160px;
  position: absolute;
  bottom: 9%;
  left: 2%;
}

.image-cta.second {
  top: 12%;
  left: auto;
  right: 9%;
}

.image-cta-small {
  object-fit: cover;
  border-radius: 300px;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 11%;
  right: 11%;
}

.image-cta-small.second {
  bottom: 40%;
  left: 12%;
  right: auto;
}

.cta-description {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.image-cta-middle {
  object-fit: cover;
  border-radius: 300px;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 18%;
  left: 4%;
}

.image-cta-middle.second {
  top: 45%;
  left: auto;
  right: 1%;
}

.process-container {
  width: 100%;
  position: relative;
}

.process-step {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4rem 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
  position: relative;
}

.process-overlay-top {
  z-index: 2;
  background-image: linear-gradient(to bottom, var(--royal-blue), rgba(54, 95, 123, 0));
  height: 5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.process-timeline {
  z-index: 1;
  background-color: var(--paragraph);
  width: 3px;
  height: 100%;
  position: absolute;
}

.process-item-indicator {
  z-index: 2;
  background-color: var(--dark-turquoise);
  box-shadow: 0 0 0 1.5rem var(--royal-blue);
  color: var(--light-gray);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  font-size: 28px;
  line-height: 1.2em;
  display: flex;
  position: relative;
}

.process-overlay-bottom {
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(54, 95, 123, 0), var(--royal-blue));
  height: 5rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.process-item-image {
  object-fit: cover;
  border-radius: 200px 10px 10px;
  width: 100%;
  height: 350px;
}

.process-item-image.first {
  border-top-left-radius: 10px;
  border-top-right-radius: 200px;
}

.process-item-image.second {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 200px;
}

.process-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.process-item-description {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.process-timeline-progress {
  background-color: var(--primary-light);
  width: 3px;
  height: 0;
}

.process-item-container {
  z-index: 5;
  border-radius: 10px 200px 10px 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.process-item-container.second {
  border-top-left-radius: 200px;
  border-top-right-radius: 10px;
}

.process-item-container.third {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 200px;
}

.image-event-link {
  width: 40%;
  position: relative;
}

.image-home-event {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: 25px 25px 0;
  width: 100%;
  height: 350px;
  transition: transform .9s;
}

.image-home-event:hover {
  transform: scale(1.2);
}

.event-detail-block {
  grid-column-gap: 15px;
  align-items: flex-start;
  display: flex;
}

.block-link-button {
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.block-link-button.left {
  margin-left: auto;
}

.home-event-date {
  z-index: 2;
  background-color: var(--orange);
  color: var(--primary-dark);
  border-bottom-right-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px 10px 10px;
  display: inline-block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.blog-right {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

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

.blog-left {
  grid-row-gap: 30px;
  flex-direction: column;
  align-self: flex-start;
  width: 30%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.blog-home-item {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  height: 100%;
  transition: transform .8s;
}

.blog-image:hover {
  transform: scale(1.1);
}

.link-block {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 55%;
  height: 380px;
  overflow: hidden;
}

.home-blog-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.blog-image-content {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.home-blog-horizontal {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  display: flex;
}

.blog-content {
  z-index: 50;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

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

.display-flex-horizontal.all-gap-medium-tablet-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.display-flex-horizontal.tablet-wrap-medium-gap {
  align-items: center;
}

.display-flex-horizontal.all-gap-medium-tablet-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.display-flex-horizontal.medium-gap-tablet-center {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
}

.display-flex-horizontal.small-gap {
  grid-column-gap: 10px;
  flex: 0 auto;
  order: 1;
  grid-template-columns: max-content;
  align-items: start;
  justify-items: start;
  width: 272.45px;
  display: block;
}

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

.margin-top-bottom-medium.paragraph-large {
  font-size: 18px;
  line-height: 1.5em;
}

.column-wrapper {
  z-index: 5;
  order: 1;
  width: 100%;
  position: relative;
}

.column-wrapper.desktop-padding-right-medium {
  order: 1;
  padding-left: 60px;
  padding-right: 60px;
}

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

.content-wrapper-fixed {
  min-height: 450px;
  position: relative;
}

.text-color-gray {
  color: var(--light-slate-grey);
  margin-top: 10px;
  font-size: 18px;
}

.content-medium-image-absolute {
  z-index: 2;
  object-fit: cover;
  border-radius: 500px;
  max-width: 70%;
  height: 450px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.content-medium-image-absolute.content-med-img-abs-left {
  left: 0;
  right: auto;
}

.content-small-image-absolute {
  z-index: 3;
  object-fit: cover;
  border-radius: 300px;
  max-width: 50%;
  height: 340px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.blog-image-big {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  height: 100%;
  transition: transform .8s;
}

.blog-image-big:hover {
  transform: scale(1.1);
}

.home-tab-link {
  grid-column-gap: 15px;
  opacity: .7;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  padding: 0;
  display: flex;
}

.home-tab-link.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.tabs-menu-home {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: stretch;
  justify-items: stretch;
  margin-top: 60px;
  display: grid;
}

.home-testimonial-avatar {
  z-index: 2;
  object-fit: cover;
  background-image: url('../images/mulyadi-V_1mulyadi-V.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: relative;
}

.home-testimonial-avatar.third {
  background-image: url('../images/alexandre-lecocq_1alexandre-lecocq.webp');
}

.home-testimonial-avatar.first {
  background-image: url('../images/repentand-seekchristjesus_1repentand-seekchristjesus.webp');
}

.about-banner {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.banner-image-block-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 1px;
}

.about-banner-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary-light);
  box-shadow: 0 8px 0 9px var(--primary-light);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  position: relative;
}

.about-banner-content {
  flex-flow: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.midium-counter {
  color: var(--dark-turquoise);
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2em;
}

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

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

.flex-vertical-align-start.padding-tiny {
  padding: 40px;
}

.display-flex-horizontal-reverse {
  flex-flow: row;
  order: 1;
  align-self: auto;
  align-items: center;
  display: flex;
}

.display-flex-horizontal-reverse.even-row {
  flex-flow: row-reverse;
}

.text-team {
  color: var(--dark-turquoise);
  font-size: 22px;
  font-weight: 400;
}

.team-slider-block {
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  width: 40%;
  height: 450px;
  display: block;
  overflow: hidden;
}

.team-icon-block {
  margin-top: 20px;
  display: flex;
}

.position-detail-wrap {
  grid-column-gap: 15px;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.position-details {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex-horizontal-justify {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.open-position-wrap {
  grid-column-gap: 15px;
  align-items: flex-start;
  display: flex;
}

.position-location {
  color: var(--light-gray);
  font-size: 26px;
  font-weight: 500;
}

.position-accordion-item {
  border-top: 1px solid var(--primary-light);
  width: 100%;
  margin-top: 20px;
  position: static;
}

.open-position-item {
  grid-column-gap: 20px;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  display: flex;
}

.team-slider-right {
  background-color: var(--primary-light);
  color: var(--dark-turquoise);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  right: 6%;
}

.team-slider-right:hover {
  background-color: var(--orange);
  color: var(--dark-turquoise);
}

.team-slider-left {
  background-color: var(--primary-light);
  color: var(--dark-turquoise);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 9%;
}

.team-slider-left:hover {
  background-color: var(--orange);
}

.line-light {
  background-color: var(--light-gray);
  width: 1px;
  height: 24px;
}

.line-light.dark {
  background-color: var(--light-slate-grey);
}

.heading-team {
  color: var(--dark-turquoise);
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

.heading-team:hover {
  color: var(--primary-dark);
}

.inner-banner-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  position: relative;
}

.inner-banner-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.inner-banner-image {
  z-index: 6;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 55%;
  height: 100%;
  display: grid;
}

.inner-banner {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

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

.image-block-service {
  border-radius: 25px;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

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

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

.section-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.section-left {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  display: flex;
}

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

.services-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.home-service-item {
  border-right: 1px solid var(--orange);
  flex: none;
  width: 31%;
  margin-right: 30px;
  padding-right: 30px;
}

.home-service-item.last {
  border-right-color: rgba(0, 0, 0, 0);
}

.banner-image-circle-first {
  object-fit: cover;
  border-radius: 300px 300px 50px;
  width: 270px;
  height: 270px;
  transition: border-radius .6s;
}

.banner-image-circle-first:hover {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 300px;
}

.overvflow-hidden {
  position: relative;
  overflow: hidden;
}

.about-banner-image {
  z-index: 6;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary-light);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  height: 100%;
  display: grid;
}

.slider-right-button {
  background-color: var(--primary-light);
  color: var(--dark-turquoise);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 7%;
}

.slider-right-button:hover {
  background-color: var(--orange);
  color: var(--dark-turquoise);
}

.slider-left-button {
  background-color: var(--primary-light);
  color: var(--dark-turquoise);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: flex;
  top: auto;
  right: 7%;
}

.slider-left-button:hover {
  background-color: var(--orange);
}

.section-center-block-big {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-bottom: 60px;
  display: flex;
}

.section-center-block-big.width {
  max-width: 700px;
}

.image-hero-about {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  padding: 1px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-overflow-hidden {
  position: relative;
  overflow: hidden;
}

.hero-image-home {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  padding: 1px;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.footer-right-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  margin-top: 10px;
  display: flex;
}

.paragraph-footer {
  color: var(--dark-turquoise);
  margin-top: 20px;
}

.heading-footer {
  color: var(--dark-turquoise);
  margin-top: 0;
  margin-bottom: 20px;
}

.image-ball-inner {
  z-index: 1;
  background-image: linear-gradient(263deg, #cdeff0, #e9fafb 58%);
  border-radius: 500px;
  width: 400px;
  height: 400px;
  position: absolute;
  top: -22%;
  left: -14%;
}

.image-ball-inner-small {
  background-image: linear-gradient(283deg, #e9fafb 26%, #cdeff0);
  border-radius: 500px;
  width: 320px;
  height: 320px;
  position: absolute;
  bottom: -17%;
  right: -7%;
}

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

.image-block-service-category {
  border-radius: 25px;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.services-category-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.services-category-item {
  flex: 1;
  width: 31.3%;
}

.service-banner-wrapper {
  z-index: 2;
  border-radius: 10px 10px 10px 150px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1200px;
  height: 100%;
  min-height: 0;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.background-service {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px 10px 10px 150px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-image {
  object-fit: cover;
  object-position: 50% 30%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 10px 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-block-banner {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
  position: relative;
}

.service-images-wrapper {
  width: 100%;
}

.lightbox-link {
  grid-column-gap: 40px;
  border-radius: 10px 10px 10px 150px;
  width: 50%;
  display: flex;
  overflow: hidden;
}

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

.image-service {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: 10px 10px 10px 150px;
  width: 100%;
  height: 500px;
  transition: transform .6s;
}

.image-service:hover {
  transform: scale(1.1);
}

.overflow-hidden-service {
  border-radius: 10px 10px 0 150px;
  height: 100%;
  overflow: hidden;
}

.our-team-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

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

.team-image-cover {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 500px;
  width: 100%;
  height: auto;
}

.our-team-card {
  z-index: 1;
  transform: scale3d(1none, 1none, 1none);
  cursor: default;
  transform-style: preserve-3d;
  border-radius: 100px;
  align-items: stretch;
  transition-property: transform;
  transition-duration: .6s;
  display: block;
  position: relative;
}

.our-team-card:hover {
  transform: scale(.9);
}

.team-banner {
  grid-column-gap: 80px;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-banner-content {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-bottom: 40px;
  display: flex;
}

.team-banner-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  justify-items: end;
  width: 50%;
  display: grid;
}

.team-member-circle {
  object-fit: cover;
  border-radius: 300px 300px 50px;
  width: 400px;
  height: 400px;
  transition: border-radius .6s;
}

.team-member-circle:hover {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 300px;
}

.team-details-content {
  grid-column-gap: 60px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.team-details-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  padding: 20px 30px 30px;
  display: flex;
}

.team-details-content-wrapper {
  width: 65%;
}

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

.description-details.start {
  align-items: flex-start;
}

.member-social-icon {
  border: 1px solid var(--primary);
  border-radius: 50px;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.member-social-icon:hover {
  background-color: var(--primary);
  color: var(--white);
}

.personal-info {
  color: var(--primary-dark);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.personal-info:hover {
  color: var(--dark-turquoise);
}

.member-link-description {
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  flex-direction: column;
  display: flex;
}

.speciality {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  display: inline;
}

.member-block-details {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 30px;
}

.member-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  margin-top: 30px;
  display: flex;
}

.event-descriptions {
  width: 100%;
  margin-top: -20px;
}

.event-descriptions.margin-top-xsmall {
  margin-top: 25px;
}

.availability-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.book-button-wrapper {
  margin-top: 30px;
  display: flex;
}

.availability {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

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

.team-member-image {
  object-fit: cover;
  border-radius: 500px;
  width: 100%;
  height: 400px;
}

.heading-team-member:hover {
  color: var(--dark-turquoise);
}

.field-wrapper {
  flex-direction: column;
  width: 50%;
  margin-bottom: 20px;
  display: flex;
}

.form-block-contact {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 430px;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.padding-small {
  border-radius: 25px;
  padding: 30px;
}

.padding-small.white-background {
  background-color: var(--white);
  width: 100%;
  height: auto;
  padding-top: 0;
}

.padding-small.white-background.padding-0 {
  padding-left: 0;
  padding-right: 0;
}

.error-message-contact {
  background-color: rgba(0, 0, 0, 0);
  align-self: flex-start;
  line-height: 1.5em;
}

.contact-form-block {
  width: 100%;
}

.contacts-input-field {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--light-slate-grey);
  color: var(--light-slate-grey);
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 14px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input-field:hover {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.contacts-input-field:active {
  color: var(--primary-dark);
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.contacts-input-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--dark-turquoise);
  color: var(--primary-dark);
  padding-left: 16px;
}

.contacts-input-field:focus-visible {
  color: var(--primary-dark);
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.contacts-input-field[data-wf-focus-visible] {
  color: var(--primary-dark);
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.contacts-input-field::placeholder {
  color: var(--light-slate-grey);
  font-size: 16px;
}

.success-message-contact {
  background-color: rgba(0, 0, 0, 0);
  padding: 20px;
  line-height: 1.5em;
}

.field-label {
  font-weight: 500;
}

.contact-textarea {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--light-slate-grey);
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-width: 430px;
  max-width: 430px;
  min-height: 160px;
  max-height: 300px;
  margin-bottom: 30px;
  padding: 14px;
  font-size: 16px;
}

.contact-textarea:focus {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--dark-turquoise);
}

.contact-textarea:focus-visible {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.contact-textarea[data-wf-focus-visible] {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.contact-textarea::placeholder {
  color: #64748b;
  font-size: 16px;
}

.column-form-wrapper {
  justify-content: flex-end;
  width: 50%;
  margin-right: 60px;
  display: flex;
}

.contact-flex-horizontal {
  grid-column-gap: 20px;
  display: flex;
}

.card-item-style {
  background-color: rgba(205, 239, 240, .25);
  border-radius: 25px;
  width: 50%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.card-item-style.reverse {
  flex-direction: row-reverse;
}

.card-wrapper-small {
  width: 40%;
}

.card-wrapper-small.fit-cover {
  object-fit: cover;
  height: 250px;
}

.title-hover {
  margin-top: 0;
  margin-bottom: 20px;
  transition: color .3s;
}

.offices-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.flex-vertical-all-center {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-value-wrapper {
  background-color: var(--orange);
  border-radius: 0 10px 0 50px;
  padding: 7px 10px 7px 20px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}

._1-4-column-width-padding {
  background-color: var(--light-gray);
  border-radius: 15px;
  flex-direction: column;
  width: 25%;
  padding: 15px;
}

._1-4-column-width-padding.tablet-1-2-width {
  transition: transform .8s;
  position: relative;
  transform: translate(0);
}

._1-4-column-width-padding.tablet-1-2-width:hover {
  transform: translate(0, -25px);
}

.paragraph-regular {
  font-size: 16px;
}

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

.right-block {
  margin-left: 20px;
}

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

.job-position-item {
  grid-column-gap: 20px;
  background-color: var(--light-gray);
  border-radius: 25px;
  flex: 1;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
}

.div-block-3 {
  width: 100%;
}

.job-collection-list {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.job-collection-list-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: -30px;
  display: flex;
}

.title-block {
  flex-direction: column;
  display: flex;
}

.job-images-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.lightbox-link-team {
  grid-column-gap: 40px;
  border-radius: 10px 10px 10px 150px;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.job-banner-content {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-bottom: 40px;
  display: flex;
}

.job-banner-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  justify-items: end;
  width: 50%;
  display: grid;
}

.job-banner {
  grid-column-gap: 80px;
  align-items: center;
  width: 100%;
  display: flex;
}

.job-member-circle {
  object-fit: cover;
  border-radius: 300px 300px 50px;
  width: 400px;
  height: 400px;
  transition: border-radius .6s;
}

.job-member-circle:hover {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 300px;
}

.home-events-list {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-events-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid var(--primary-light);
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: inline-block;
}

.all-events-list {
  grid-column-gap: 60px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-all-event-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 100%;
  display: block;
  position: relative;
}

.home-event-description {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home-event-heading:hover {
  color: var(--primary-dark);
}

.events-list-wrapper {
  width: 100%;
}

.event-details-content {
  grid-column-gap: 60px;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.event-details-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  padding: 20px 30px 30px;
  display: flex;
}

.event-details-content-wrapper {
  width: 60%;
}

.contacts-input-event {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--light-slate-grey);
  background-color: rgba(0, 0, 0, 0);
  height: 48px;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input-event:focus {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--dark-turquoise);
  font-size: 16px;
}

.contacts-input-event:focus-visible {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  font-size: 16px;
}

.contacts-input-event[data-wf-focus-visible] {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  font-size: 16px;
}

.contacts-input-event::placeholder {
  color: var(--light-slate-grey);
  font-size: 16px;
}

.contact-field-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-block-event {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.success-message-event {
  background-color: rgba(0, 0, 0, 0);
}

.events-details-bottom {
  border-top: 1px solid var(--orange);
  width: 100%;
  margin-top: 25px;
  padding-top: 15px;
}

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

.form-event {
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event-detail-contacts, .event-details {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.info-contacts-detail {
  display: flex;
}

.horizontal-tablet {
  width: 100%;
}

.images-services {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: 10px 10px 10px 150px;
  width: 100%;
  height: 500px;
  transition: transform .6s;
}

.images-services:hover {
  transform: scale(1.1);
}

.lightbox-link-services {
  grid-column-gap: 40px;
  border-radius: 10px 10px 10px 150px;
  display: flex;
  overflow: hidden;
}

.view-photo {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.preloader-wrapper-animation {
  z-index: 40;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.view-icon {
  background-color: rgba(192, 192, 211, .2);
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 9px;
  display: flex;
}

.animals-lightbox-item {
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-left: -1px;
  margin-right: -1px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.overlay-lightbox {
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.animals-lightbox-item {
  border-radius: 15px;
  height: 350px;
  margin-left: 0;
  margin-right: 0;
}

.image-gallery-item {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.description-container-blog {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: flex;
}

.column-wrapper-medium {
  width: 60%;
}

.column-wrapper-medium.tablet-full-width {
  align-items: center;
}

.title-container-blog {
  margin-bottom: 60px;
}

.column-right-wrapper {
  width: 40%;
}

.search-input-blog {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--light-slate-grey);
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
}

.search-input-blog:focus {
  border-bottom-color: var(--primary);
  font-size: 16px;
}

.search-input-blog:focus-visible {
  border-color: transparent transparent var(--dark-turquoise);
  font-size: 16px;
}

.search-input-blog[data-wf-focus-visible] {
  border-color: transparent transparent var(--dark-turquoise);
  font-size: 16px;
}

.search-input-blog::placeholder {
  color: var(--light-slate-grey);
  font-size: 16px;
}

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

.blog-column {
  grid-column-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.flex-horizontal-search {
  grid-column-gap: 20px;
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.blog-image-small {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  height: 150px;
  transition: transform .8s;
}

.blog-image-small:hover {
  transform: scale(1.1);
}

.blog-link-image-small {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  flex: none;
  width: 30%;
  height: 100%;
  margin-right: 20px;
  overflow: hidden;
}

.blog-overlay {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.bottom-blog {
  margin-top: 40px;
}

.blog-grid-content {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.blog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-small-item {
  border-bottom: 1px solid var(--dark-gray-50);
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.blog-grid-category {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-top-xsmall {
  margin-top: 5px;
}

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

.block-button-cart {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.default-state {
  align-items: flex-end;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.add-to-cart {
  flex: 1;
}

.field-label-cart {
  font-weight: 400;
}

.quantity {
  border-color: var(--dark-gray-50);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  height: 48px;
  margin-bottom: 0;
}

.product-discount {
  z-index: 2;
  background-color: var(--orange);
  color: var(--primary-dark);
  border-bottom-right-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px 10px 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.all-caps {
  text-transform: uppercase;
}

.product-heading:hover {
  color: var(--primary-dark);
}

.heading-product {
  transition: color .3s;
}

.heading-product:hover {
  color: var(--dark-turquoise);
}

.product-description {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.out-of-stock-state, .error-state {
  background-color: rgba(0, 0, 0, 0);
}

.shop-grid-tabs, .products-list-wrapper {
  width: 100%;
}

.products-list {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.products-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: inline-block;
}

.all-products-list {
  grid-column-gap: 60px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-all-products-link {
  width: 100%;
  position: relative;
}

.image-home-products {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: 0 25px;
  width: 100%;
  height: 350px;
  transition: transform .9s;
}

.image-home-products:hover {
  transform: scale(1.2);
}

.cart-container {
  border-radius: 25px;
}

.apple-pay, .pay-with-browser {
  border-radius: 50px;
  height: 48px;
}

.text-subtotal {
  color: var(--dark-turquoise);
  font-size: 20px;
}

.cart-item-quantity {
  border-color: var(--dark-gray-50);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
}

.heading-products {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 18px;
}

.image-cart {
  object-fit: cover;
  border-radius: 10px;
  width: 90px;
  height: 90px;
}

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

.more-image-block {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  height: 100%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.product-item-price {
  color: var(--dark-turquoise);
  margin-top: 10px;
  font-size: 22px;
  font-weight: 500;
}

.lightbox-main-image {
  width: 100%;
  height: 350px;
  position: relative;
}

.empty-state-event {
  background-color: rgba(0, 0, 0, 0);
}

.small-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.margin-top-20 {
  margin-top: 20px;
  margin-bottom: 0;
}

.zoom-modal {
  z-index: 10;
  background-color: #fff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: relative;
  left: auto;
  right: auto;
  overflow: hidden;
  box-shadow: 0 5px 50px #ccc;
}

.lightbox-small-image {
  width: 100%;
  height: 200px;
}

.zoom-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-image-product {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product-item-price-on-sale {
  color: var(--light-slate-grey);
  margin-top: 10px;
  font-size: 22px;
  text-decoration: line-through;
}

.details-content-block {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.field-label-products {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
}

.block-price-products {
  position: relative;
}

.product-details-wrapper {
  grid-column-gap: 60px;
  flex-direction: row;
  width: 100%;
  display: flex;
  position: relative;
}

.quantity-block {
  background-color: rgba(0, 0, 0, 0);
  border-top-style: none;
  border-bottom-color: rgba(175, 175, 175, .5);
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  width: 100%;
  height: 56px;
}

.default-state-details {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-price-wrapper {
  grid-column-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.block-quantity {
  width: 100%;
}

.images-collection-list {
  grid-column-gap: 20px;
  display: flex;
}

.product-image-zoomed {
  width: 100%;
  padding-top: 10px;
  transform: scale(2);
}

.images-collection-item {
  width: 50%;
  display: flex;
}

.buy-now-button {
  display: none;
}

.buttons-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 200px;
  display: flex;
}

.heading-shop {
  margin-bottom: 20px;
  font-size: 54px;
}

.checkout-form {
  background-color: rgba(0, 0, 0, 0);
  min-height: auto;
  padding-bottom: 0;
}

.billing-address-toggle {
  align-items: flex-start;
}

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

.order-item-wrap {
  flex: 1;
  display: flex;
}

.paypal-checkout-form, .order-confirmation {
  background-color: rgba(0, 0, 0, 0);
  min-height: auto;
  padding-bottom: 0;
}

.text-404 {
  color: var(--primary-dark);
  font-size: 180px;
  font-weight: 700;
  line-height: 1.2em;
}

.hidden-block {
  position: relative;
  overflow: hidden;
}

.main-image-cta {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 1px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-image-event {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: 25px 25px 0;
  width: 100%;
  height: 100%;
  transition: transform .9s;
}

.home-image-event:hover {
  transform: scale(1.2);
}

.hire-popup {
  z-index: 1000;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: fixed;
  top: auto;
  bottom: 5px;
  left: 5px;
  right: auto;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

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

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

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

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

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

.hire-buttons:hover {
  opacity: 1;
  color: #fff;
}

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

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

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

.buy-this-template:hover {
  color: #fff;
}

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

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

.all-templates:hover {
  color: #4353ff;
}

.text-block {
  aspect-ratio: auto;
  color: var(--royal-blue);
  text-align: left;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: rgba(14, 147, 153, .1);
  background-clip: border-box;
  border-radius: 0 0 50px 50px;
  flex-flow: row;
  flex: 0 auto;
  align-items: stretch;
  width: -webkit-max-content;
  width: max-content;
  min-width: 0;
  padding: 5px 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
  display: inline-flex;
  position: absolute;
  top: -55px;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.header-social-icon {
  text-align: center;
  color: #fff;
  background-color: #0866ff;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  margin-left: 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 22px;
  line-height: 40px;
  display: inline-block;
  position: absolute;
  top: -55px;
  bottom: auto;
  left: auto;
  right: 0;
}

.header-social-icon:hover {
  color: #0866ff;
  background-color: #fff;
}

.text-block-2, .text-block-3 {
  font-size: 16px;
}

.column-wrapper-copy {
  z-index: 5;
  order: 1;
  width: 50%;
  position: relative;
}

.column-wrapper-copy.desktop-padding-left-medium {
  padding-left: 60px;
}

.column-wrapper-copy.desktop-padding-right-medium {
  order: 1;
  padding-right: 60px;
}

.column-wrapper-copy.column-wrapper {
  width: 100%;
}

.html-embed {
  width: 100%;
  height: auto;
}

.contact-us-text {
  margin-top: 20px;
}

.contact-us-h2 {
  font-size: 27px;
  line-height: 1.3em;
}

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

.f-content-image-wrapper-large {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 460px;
  overflow: hidden;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-content-list-item {
  grid-column-gap: 16px;
  color: var(--flowui-component-library--gray-900);
  align-items: center;
  display: flex;
}

.f-content-list-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h2-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-heading-detail-small {
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 2px;
  margin-right: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  display: inline-block;
}

.f-heading-detail-small.comma {
  margin-right: 0;
  padding-left: 0;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.f-section-large {
  margin-top: 0;
  padding: 0;
  position: relative;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: rgba(0, 0, 0, 0);
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-h1-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

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

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-header-wrapper-left {
  max-width: 100%;
}

.text-block-4 {
  text-decoration: underline;
}

.section-2 {
  margin-bottom: 40px;
  padding-top: 40px;
}

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

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  margin-top: 40px;
}

.heading-3 {
  font-size: 18px;
}

.heading-3.portfolio-tab-link {
  border-width: 0 0 1px;
  border-color: var(--white);
  color: var(--white);
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}

.heading-3.portfolio-tab-link:lang(en) {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  background-color: #037a7f;
}

.heading-3.portfolio-tab-link.all-cat-btn {
  display: block;
}

.text-block-5 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.link-block-2 {
  width: 100%;
}

.link-block-2.all-cat-link.w--current {
  display: none;
}

.text-span-2, .text-span-3 {
  color: var(--primary);
}

.heading-4 {
  color: var(--primary);
  margin-top: 0;
  padding-left: 0;
  display: inline-block;
}

.heading-5 {
  margin-bottom: 0;
  padding-right: 10px;
  display: inline-block;
}

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

.heading-6 {
  -webkit-text-stroke-color: var(--primary);
}

.rich-text-block {
  padding-bottom: 20px;
  font-size: 20px;
}

.link-2 {
  font-size: 20px;
}

.text-block-6 {
  display: inline-block;
}

.text-block-6.member-cat-header-link {
  text-transform: uppercase;
  font-size: 20px;
}

.text-block-7 {
  display: inline-block;
}

.text-block-7.pipe.member-cat-header-link {
  text-transform: uppercase;
  font-size: 20px;
}

.text-block-8 {
  display: inline-block;
}

.text-block-8.pipe.member-cat-header-link {
  text-transform: uppercase;
  font-size: 20px;
}

.link-block-3, .link-block-4 {
  display: inline;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--flowui-component-library--gray-500);
  -webkit-text-stroke-color: var(--primary-dark);
  border-right: 0 solid #1c394c;
  grid-template-rows: auto;
  grid-template-columns: minmax(1px, max-content) minmax(1px, max-content) minmax(1px, max-content);
}

.link-block-5 {
  display: inline;
}

.member-header-name {
  font-size: 40px;
}

.text-block-9 {
  margin-top: 10px;
  padding-bottom: 3px;
  display: none;
}

.text-block-10, .text-block-11 {
  padding-left: 0;
  padding-right: 4px;
  display: inline-block;
}

.text-block-11.event-month {
  padding-left: 4px;
}

.text-block-12 {
  padding-right: 0;
  display: inline-block;
}

.text-block-12.event-year {
  padding-right: 4px;
}

.heading-7 {
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
}

.event-member-name {
  color: var(--primary);
}

.event-header-date-wrapper {
  color: var(--royal-blue);
}

.text-block-13.event-month, .text-block-14 {
  display: inline-block;
}

.text-block-15, .text-block-16 {
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
}

.text-block-17 {
  display: inline-block;
}

.text-block-18 {
  padding-left: 4px;
  display: inline-block;
}

.text-block-19 {
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
}

.text-block-20, .text-block-21, .text-block-22 {
  display: inline-block;
}

.text-block-23 {
  padding-left: 4px;
  display: inline-block;
}

.div-block-4 {
  white-space: nowrap;
}

.text-block-24 {
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-accordian-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.f-accordian-list {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-icon {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-accordian-title {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-accordian-title.heading-event {
  font-size: 24px;
}

.f-accordian-title-wrapper {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.f-accordian-dropdown {
  transition: all .3s;
  display: block;
}

.f-accordian-wrapper {
  grid-row-gap: 24px;
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  flex-flow: column;
  max-width: 100%;
  padding: 24px;
  display: flex;
}

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

.document-wrapper {
  margin-bottom: 40px;
}

.document-content-wrapper {
  margin-top: 60px;
  margin-bottom: 0px;
}

.heading-8 {
  z-index: 3;
  position: relative;
}

.heading-9 {
  z-index: 2;
  color: var(--primary-dark);
  position: relative;
}

.heading-10, .heading-11 {
  z-index: 2;
  position: relative;
}

html,.body {
  overflow-x: clip;
}

.secondary-button-orange {
  padding-bottom: 12px;
  line-height: 1.5em;
}

.secondary-button-orange.documentation-btn {
  height: 44px;
  margin-top: 30px;
}

.text-block-25 {
  line-height: 1.5em;
}

.rich-text-block-2 {
  margin-bottom: 10px;
}

.brand-2 {
  float: none;
  flex: 1;
}

.brand-2.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.image {
  width: 200px;
  height: auto;
}

.anchor-scroll-2 {
  z-index: 10000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  opacity: 1;
  border-radius: 50px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 1%;
  margin-right: 1%;
  display: none;
  position: fixed;
  bottom: 0%;
  right: 0%;
}

.anchor-scroll-2:hover {
  border-color: var(--royal-blue);
  background-color: var(--royal-blue);
}

.image-2 {
  color: var(--white);
  width: auto;
  height: 25px;
  margin-bottom: 0%;
  margin-right: 0%;
  position: static;
}

.gototopimg {
  width: auto;
  height: auto;
  position: relative;
  top: 4px;
}

.anchor-top {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.scrolltotoplandmark {
  z-index: -1;
  object-fit: fill;
  background-color: red;
  width: 100%;
  height: 287vh;
  min-height: 0;
  max-height: 1%;
  position: absolute;
  top: 2500px;
  overflow: visible;
}

.text-block-26 {
  font-size: 24px;
  font-weight: 700;
}

.dropdown-list {
  z-index: 30;
  background-color: var(--primary-dark);
  display: none;
}

.dropdown-list.w--open {
  height: 600px;
  overflow-y: auto;
}

.dropdown-toggle {
  padding-left: 0;
  padding-right: 50px;
  display: inline-block;
}

.dropdown-toggle.margin-top-20 {
  display: inline-block;
}

.dropdown-toggle.margin-top-20.secondary-button-orange {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
}

.collection-list {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.collection-list-wrapper-2 {
  height: auto;
  display: block;
}

.icon {
  font-size: 26px;
  transform: rotate(0);
}

.dropdown, .dropdown-2 {
  display: block;
}

.image-3 {
  width: 115px;
  height: auto;
}

.div-block-5 {
  margin-bottom: 60px;
}

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

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .page67_73 .section.white-background {
    padding-top: 50px;
  }
  .section.changelog-banner {
    padding-top: 180px;
  }

  .section.dark-background {
    padding-top: 75px;
    padding-bottom: 75px;
  }

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

  .section.about-us {
    padding-top: 240px;
  }

  .section.light-gray-background {
    padding-bottom: 80px;
  }

  .section.details-cms, .section.checkout-page {
    padding-top: 180px;
  }

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

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

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

  .footer {
    padding-top: 80px;
  }

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

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .values-content-wrapper {
    padding-left: 120px;
  }

  .paragraph-large.cta-description, .paragraph-large.cta-dark-description {
    width: 80%;
  }

  .text-white.not-full {
    width: 75%;
    font-size: 16px;
  }

  .text-white.not-full.text-18 {
    width: 77%;
    font-size: 18px;
  }

  .workflow-content-wrapper {
    padding-right: 80px;
  }

  .workflow-video-wrapper {
    max-height: none;
  }

  .pricing-features-links-wrap {
    padding-left: 80px;
  }

  .job-position-wrapper {
    grid-column-gap: 80px;
  }

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

  .search-section {
    padding-bottom: 100px;
  }

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

  .testimonials-card-item {
    padding: 30px;
  }

  .service-details-content-wrapper {
    margin-right: 80px;
  }

  .team-slide-item {
    grid-column-gap: 120px;
  }

  .about-form-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .team-slider-content {
    grid-row-gap: 60px;
  }

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

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

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

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

  .slider-left-arrow, .slider-right-arrow {
    left: -1%;
  }

  .home-slider-item-container {
    grid-column-gap: 120px;
  }

  .home-slide-image {
    height: 650px;
  }

  .banner-section.home-2-banner {
    padding-bottom: 40px;
  }

  .banner-section.team-details {
    padding-bottom: 130px;
  }

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

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

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

  .industry-insights-wrapper {
    grid-column-gap: 40px;
  }

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

  .home-banner-content {
    padding-top: 40px;
  }

  .home-feature-image {
    margin-bottom: 40px;
    font-size: 70px;
  }

  .feature-image {
    border-bottom-left-radius: 0;
  }

  .about-values {
    grid-column-gap: 80px;
  }

  .our-values-card-element {
    grid-column-gap: 30px;
  }

  .about-info-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 80px;
  }

  .about-info-wrap-left, .about-info-wrap-right {
    width: 50%;
  }

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

  .home-events-wrapper {
    grid-column-gap: 80px;
    flex-direction: row;
    display: flex;
  }

  .home-2-event {
    grid-column-gap: 20px;
    align-items: stretch;
  }

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

  .home-banner {
    padding-bottom: 75px;
  }

  .main-style-guide-body-wrapper {
    margin-right: 60px;
  }

  .landing-banner-screens {
    margin-bottom: -80px;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: none;
  }

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

  .paragraph-benefits-lp {
    width: 80%;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }

  .section-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-banner.landing-banner {
    background-image: none;
    min-height: 88vh;
  }

  .shop-details-block {
    margin-top: 130px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .image-about-left, .image-about-right, .image-about-bottom {
    width: 220px;
    height: 220px;
  }

  .counter-grid {
    grid-column-gap: 120px;
  }

  .card-left {
    width: 30%;
  }

  .cart-right {
    width: 70%;
  }

  .sticky-image {
    height: 500px;
    min-height: 500px;
    top: 110px;
  }

  .sticky-box-list {
    padding-bottom: 130px;
  }

  .services-container-home {
    grid-column-gap: 120px;
    grid-template-columns: auto 1fr;
  }

  .sticky-image-bar {
    padding-bottom: 130px;
    top: 110px;
  }

  .section-title-full.second {
    width: 50%;
  }

  .event-grid {
    grid-column-gap: 120px;
  }

  .form-contacts-textarea {
    min-width: 680px;
    max-width: 680px;
  }

  .form-contacts-input {
    min-width: 325px;
    max-width: 325px;
  }

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

  .slider-list-services {
    padding-bottom: 100px;
  }

  .slide-service {
    margin-right: 40px;
    padding-right: 40px;
  }

  .not-full {
    width: 70%;
  }

  .success-message-white {
    padding-top: 30px;
  }

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

  .social-networks-wrapper {
    grid-column-gap: 80px;
  }

  .text-block-banner {
    width: 45%;
  }

  .banner-home-wrapper {
    margin-top: 0;
    padding: 140px 60px;
  }

  .collection-list-services {
    grid-column-gap: 40px;
  }

  .image-services {
    height: 200px;
  }

  .tab-content-left, .tabs-menu-about {
    width: 43%;
  }

  .image-tab-block {
    width: 45%;
    top: 130px;
  }

  .about-description {
    max-width: 40rem;
  }

  .additional-features-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .collection-list-flex {
    grid-row-gap: 50px;
  }

  .image-event-block {
    width: 500px;
    height: 350px;
  }

  .collection-item-event {
    grid-column-gap: 80px;
  }

  .flex-horizontal.gap-xsmall {
    grid-column-gap: 20px;
  }

  .text-left-section.second {
    width: 50%;
  }

  .image-cover {
    height: 300px;
  }

  .home-blog-horizontal-item {
    padding-bottom: 30px;
  }

  .home-blog-image-small {
    height: 230px;
  }

  .collection-list-blog {
    grid-row-gap: 30px;
  }

  .text-block-big {
    width: 95%;
    font-size: 72px;
  }

  .image-ball.first, .image-ball.six {
    top: -13%;
    left: -7%;
  }

  .banner-image-circle-second {
    width: 200px;
    height: 200px;
  }

  .banner-image-circle-third {
    width: 230px;
    height: 230px;
  }

  .image-ball-small.fifth {
    bottom: 37%;
    right: -8%;
  }

  .text-block-big-dark {
    width: 95%;
    font-size: 72px;
  }

  .image-cta {
    width: 180px;
    height: 180px;
  }

  .cta-description {
    width: 60%;
  }

  .image-cta-middle {
    width: 140px;
    height: 140px;
    left: 4%;
  }

  .process-item-image {
    height: 400px;
  }

  .image-home-event {
    object-position: 60% 50%;
  }

  .block-link-button {
    margin-top: 30px;
  }

  .blog-wrapper {
    grid-column-gap: 60px;
  }

  .blog-home-item {
    grid-column-gap: 30px;
  }

  .link-block {
    width: 60%;
  }

  .home-blog-content {
    width: 40%;
  }

  .blog-image-content {
    height: 250px;
  }

  .column-wrapper.desktop-padding-right-medium {
    padding-left: 120px;
    padding-right: 120px;
  }

  .text-color-gray {
    line-height: 1.4em;
  }

  .content-medium-image-absolute {
    height: 450px;
  }

  .content-small-image-absolute {
    height: 360px;
  }

  .text-team {
    font-size: 24px;
  }

  .team-slider-block {
    height: 500px;
  }

  .team-slider-right {
    right: 2%;
  }

  .team-slider-left {
    left: 11%;
  }

  .inner-banner {
    grid-column-gap: 80px;
  }

  .home-service-item {
    margin-right: 40px;
    padding-right: 40px;
  }

  .banner-image-circle-first {
    width: 300px;
    height: 300px;
  }

  .team-member-circle {
    width: 450px;
    height: 450px;
  }

  .team-details-content {
    grid-column-gap: 80px;
  }

  .team-member-image {
    height: 500px;
  }

  .field-wrapper {
    margin-bottom: 30px;
  }

  .form-block-contact {
    width: 505px;
  }

  .contact-textarea {
    min-width: 505px;
    max-width: 505px;
  }

  .column-form-wrapper {
    width: 55%;
    margin-right: 100px;
  }

  .contact-flex-horizontal {
    grid-column-gap: 30px;
  }

  ._1-4-column-width-padding {
    padding: 30px;
  }

  .job-member-circle {
    width: 450px;
    height: 450px;
  }

  .all-events-list {
    grid-column-gap: 20px;
    align-items: stretch;
  }

  .events-list-wrapper {
    grid-column-gap: 80px;
    flex-direction: row;
    display: flex;
  }

  .event-details-content {
    grid-column-gap: 80px;
  }

  .description-container-blog {
    margin-top: 60px;
  }

  .blog-column {
    grid-column-gap: 80px;
  }

  .blog-grid-content {
    height: 350px;
  }

  .blog-small-item {
    padding-bottom: 30px;
  }

  .products-list-wrapper {
    grid-column-gap: 80px;
    flex-direction: row;
    display: flex;
  }

  .all-products-list {
    grid-column-gap: 20px;
    align-items: stretch;
  }

  .image-home-products {
    object-position: 60% 50%;
  }

  .product-details-wrapper {
    grid-column-gap: 100px;
  }

  .home-image-event {
    object-position: 60% 50%;
  }

  .text-block {
    direction: ltr;
    color: var(--royal-blue);
    -webkit-text-stroke-width: 0px;
    text-transform: uppercase;
    width: -webkit-max-content;
    width: max-content;
    font-size: 13px;
  }

  .column-wrapper-copy {
    width: 50%;
  }

  .column-wrapper-copy.desktop-padding-left-medium {
    padding-left: 120px;
  }

  .column-wrapper-copy.desktop-padding-right-medium {
    padding-right: 120px;
  }

  .heading {
    font-size: 62px;
  }

  .heading-2 {
    line-height: 1em;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .job-position-wrapper {
    grid-column-gap: 100px;
  }

  .banner-section.home-2-banner {
    height: auto;
  }

  .banner-section.home-3-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

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

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

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

  .home-text-content {
    width: 350px;
  }

  .home-banner-content {
    padding-top: 60px;
  }

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

  .home-banner-grid {
    padding-top: 40px;
  }

  .home-3-banner-content {
    padding-bottom: 80px;
  }

  .home-banner {
    grid-column-gap: 48px;
  }

  .section-banner.landing-banner {
    background-position: 91% 5%, 11% 22%;
    background-size: auto 330px, auto 290px;
    min-height: 90vh;
  }

  .image-preview {
    height: 540px;
  }

  .home-banner-image {
    width: 50%;
  }

  .intro-box {
    min-height: 500px;
  }

  .sticky-image-box {
    min-height: 550px;
  }

  .banner-home-wrapper {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .about-action-block {
    justify-items: center;
  }

  .home-intro-height {
    padding-top: 100%;
  }

  .home-intro-height.small {
    padding-top: 80%;
  }

  .testimonials-slider-style-1 {
    margin-left: 20%;
  }

  .testimonials-slider-mask-style-1 {
    width: 80%;
  }

  .image-cta {
    left: 8%;
  }

  .image-cta-small {
    right: 19%;
  }

  .image-cta-small.second {
    left: 20%;
  }

  .image-cta-middle {
    left: 10%;
  }

  .image-cta-middle.second {
    top: 49%;
    right: 9%;
  }

  .about-banner {
    grid-column-gap: 80px;
  }

  .banner-image-block-copy {
    padding: 0;
  }

  .about-banner-content {
    width: 45%;
    padding-top: 20px;
  }

  .about-banner-image {
    width: 55%;
    overflow: hidden;
  }

  .service-banner-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    min-height: 0;
    margin-top: 70px;
    padding: 0;
    display: block;
  }

  .service-image {
    height: auto;
    display: none;
  }

  .content-block-banner {
    width: 70%;
  }

  .heading-7 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.1em;
  }

  .event-member-name {
    color: var(--primary);
  }

  .event-header-date-wrapper {
    color: var(--royal-blue);
    -webkit-text-stroke-color: var(--primary);
  }

  .text-block-13, .text-block-14 {
    display: inline-block;
  }

  .text-block-15, .text-block-16 {
    padding-left: 4px;
    padding-right: 4px;
    display: inline-block;
  }

  .text-block-17 {
    display: inline-block;
  }

  .text-block-18 {
    padding-left: 4px;
    display: inline-block;
  }
}

@media screen and (min-width: 1920px) {
  .section.about-us {
    padding-top: 340px;
  }

  .section-subtitle {
    display: none;
  }

  .paragraph-large.hero-text2 {
    font-size: 30px;
  }

  .service-details-content-wrapper {
    margin-right: 100px;
  }

  .home-buttons-wrapper {
    display: none;
  }

  .banner-section.home-3-banner {
    padding-top: 180px;
    padding-bottom: 280px;
  }

  .banner-section.team-details {
    padding-top: 180px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

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

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

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

  .home-banner-grid {
    padding-top: 0;
  }

  .home-banner {
    grid-column-gap: 40px;
  }

  .landing-banner-content {
    margin-bottom: 100px;
  }

  .landing-banner-screens {
    margin-bottom: -100px;
  }

  .landing-customers-content-right {
    grid-row-gap: 50px;
  }

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

  .section-banner.landing-banner {
    background-image: none;
    min-height: 92vh;
    padding-top: 200px;
  }

  .color-bg {
    height: 200px;
  }

  .home-banner-image {
    width: 60%;
  }

  .about-us-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: .5fr 1fr 1fr;
    margin-left: 140px;
    margin-right: 140px;
  }

  .image-about-left, .image-about-right {
    width: 300px;
    height: 300px;
  }

  .image-about-bottom {
    width: 300px;
    height: 300px;
    left: 19%;
  }

  .slider-list-services {
    padding-bottom: 120px;
  }

  .not-full {
    width: 60%;
  }

  .icon-cart, .cart-quantity {
    display: none;
  }

  .banner-home-wrapper {
    border-bottom-left-radius: 200px;
    margin-top: 20px;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .testimonials-slider-style-1 {
    margin-left: 26%;
  }

  .testimonials-slide-arrow.right {
    left: 34%;
  }

  .testimonials-slider-mask-style-1 {
    width: 70%;
  }

  .image-ball {
    width: 600px;
    height: 600px;
    left: -2%;
  }

  .image-ball.first, .image-ball.six {
    top: -25%;
  }

  .image-ball-small {
    width: 450px;
    height: 450px;
    right: -6%;
  }

  .image-cta {
    left: 16%;
  }

  .image-cta.second {
    right: 18%;
  }

  .image-cta-small {
    right: 24%;
  }

  .image-cta-small.second {
    left: 25%;
  }

  .image-cta-middle {
    left: 16%;
  }

  .image-cta-middle.second {
    right: 16%;
  }

  .process-item-image {
    width: 513px;
  }

  .about-banner-content {
    width: 40%;
  }

  .inner-banner-content {
    width: 100%;
  }

  .inner-banner-image {
    width: 55%;
  }

  .home-service-item.last {
    margin-right: 0;
  }

  .about-banner-image {
    width: 60%;
  }

  .image-ball-inner {
    left: -3%;
  }

  .image-ball-inner-small {
    width: 450px;
    height: 450px;
    bottom: -29%;
    right: -6%;
  }

  .service-banner-wrapper, .background-service, .service-image {
    border-bottom-left-radius: 200px;
  }

  .team-banner-grid {
    padding-top: 0;
  }

  .team-details-content {
    grid-column-gap: 100px;
  }

  .job-banner-grid {
    padding-top: 0;
  }

  .event-details-content {
    grid-column-gap: 100px;
  }

  .lightbox-main-image {
    height: 400px;
  }

  .text-404 {
    font-size: 200px;
  }

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

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

  .anchor-scroll-2 {
    display: none;
  }

  .gototopimg {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    text-align: left;
    font-size: 56px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 36px;
  }

  blockquote {
    font-size: 30px;
  }

  .section.changelog-banner {
    min-height: 300px;
    padding-top: 100px;
  }

  .section.about-us-banner {
    min-height: auto;
    padding-top: 100px;
  }

  .section.tab-section {
    flex-direction: column-reverse;
    display: flex;
  }

  .section.background-primary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.about-us {
    padding-top: 160px;
  }

  .section.orange-background {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.inner-banner {
    min-height: 300px;
    padding-top: 170px;
  }

  .section.details-cms {
    min-height: 350px;
    padding-top: 110px;
  }

  .section.blog-page, .section.details-product, .section.checkout-page {
    padding-top: 110px;
  }

  .base-container.align-right-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

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

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .primary-button.tablet-desktop-none {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .primary-button.display-desktop-none {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

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

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .menu-button {
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

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

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: 300px;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 300px;
    height: 270px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

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

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    width: 80%;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
  }

  .nav-menu-wrapper {
    align-items: flex-end;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .section-title-wrapper.full {
    max-width: 700px;
  }

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

  .free-trial-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .free-trial-wrapper.landing {
    max-width: 600px;
  }

  .values-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap-reverse;
  }

  .values-image-wrapper {
    width: 100%;
    max-height: 400px;
  }

  .values-content-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .values-counter-wrapper {
    border-top-style: none;
    margin-top: 0;
  }

  .values-counter-item {
    padding: 30px;
  }

  .text-white.not-full {
    width: 100%;
  }

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

  .services-item {
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-features-wrapper {
    flex-wrap: wrap;
  }

  .pricing-features-wrap {
    width: 100%;
  }

  .pricing-features-links-wrap {
    text-align: center;
    width: 100%;
    margin-top: 60px;
    padding-left: 0;
  }

  .pricing-features-links-list {
    grid-column-gap: 40px;
    text-align: left;
    grid-template-columns: 1fr 1fr 1fr;
    width: auto;
  }

  .capabilities-heading {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
  }

  .job-position-wrapper {
    grid-column-gap: 40px;
  }

  .job-position-sidebar-wrapper {
    padding: 20px;
    top: 20px;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .contacts-location-wrapper {
    width: 34%;
    margin-top: 0;
  }

  .contact-us-content-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .contact-us-wrapper {
    flex-flow: wrap;
  }

  .contacts-content {
    width: 66%;
    padding-right: 30px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    width: 50%;
    margin-bottom: 40px;
  }

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

  .search-section {
    padding-top: 110px;
    padding-bottom: 40px;
  }

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

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .service-details-content-wrapper {
    width: 60%;
    margin-right: 40px;
  }

  .service-details-sidebar-wrapper {
    top: 20px;
  }

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .about-counter-wrapper {
    grid-column-gap: 20px;
  }

  .about-counter-wrap {
    padding-right: 20px;
  }

  .team-slide-item {
    grid-column-gap: 40px;
  }

  .about-form-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-top: 50px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .home-subscribe-form {
    align-items: center;
  }

  .form-text-field {
    width: 300px;
  }

  .team-slider-content {
    grid-row-gap: 20px;
  }

  .portfolio-tab-link {
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    justify-items: center;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .sidebar-search-wrapper {
    flex-direction: row;
  }

  .home-buttons-wrapper {
    margin-top: 40px;
  }

  .blog-item {
    width: 47%;
  }

  .blog-list {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .navbar-absolute {
    height: 60px;
  }

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

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

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .slider-left-arrow {
    bottom: 60%;
  }

  .slider-right-arrow {
    bottom: 45%;
  }

  .home-slider-item-container {
    flex-direction: column;
  }

  .home-slide-image {
    object-fit: cover;
    width: 100%;
    height: 480px;
  }

  .slider-content-container {
    grid-row-gap: 0px;
    width: 90%;
  }

  .slider-image-container {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .slider-content-buttons {
    flex-direction: column;
    margin-top: 40px;
  }

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

  .banner-section.home-2-banner {
    padding-bottom: 60px;
  }

  .banner-section.home-3-banner {
    padding-top: 110px;
    padding-bottom: 80px;
  }

  .banner-section.team-details {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .social-networks-wrap {
    width: 80%;
  }

  .home-text-content {
    width: 100%;
    padding-bottom: 30px;
  }

  .industry-insights-wrapper {
    flex-direction: column;
  }

  .industry-insights-left, .industry-insights-right, .home-blog-item.small {
    width: 100%;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .home-banner-content {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 60px;
    display: flex;
  }

  .capabilities-image {
    min-height: 300px;
    max-height: 450px;
  }

  .additional-features-wrapper {
    grid-row-gap: 20px;
  }

  .feature-image {
    height: 400px;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .about-values {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .our-values-card {
    background-image: none;
  }

  .our-values-card-element {
    width: 100%;
  }

  .about-info-wrapper {
    flex-wrap: wrap;
  }

  .about-info-wrap-left, .about-info-wrap-right {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

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

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

  .home-banner-grid {
    order: -1;
    justify-content: center;
    width: 80%;
    margin-top: -100px;
    margin-left: auto;
  }

  .home-3-banner-content {
    width: 80%;
  }

  .event-item {
    width: 100%;
  }

  .events-list {
    margin-bottom: -30px;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    top: 20%;
    bottom: auto;
    left: 4%;
    right: auto;
  }

  .home-events-wrapper {
    flex-wrap: wrap;
  }

  .home-2-events-wrap {
    width: 100%;
  }

  .home-2-event {
    align-items: stretch;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .brand-tablet {
    display: block;
  }

  .home-banner {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 100px;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 25px;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .primary-button-dark:hover {
    opacity: 1;
  }

  .landing-banner-content {
    margin-bottom: 70px;
    position: relative;
    left: 0%;
    right: 0%;
  }

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

  .landing-home-pages-wrapper-banner {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-customers-content-left {
    width: 40%;
    padding-left: 0;
    padding-right: 30px;
  }

  .landing-customers-content-right {
    grid-row-gap: 20px;
    width: 60%;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    flex-direction: row;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .section-banner.landing-banner {
    background-image: none;
    align-items: center;
    min-height: 70vh;
    padding-top: 120px;
  }

  .color-bg {
    height: 100px;
  }

  .shop-details-block {
    padding: 30px;
  }

  .image-preview {
    height: 280px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .underline.hone-display {
    display: none;
  }

  .home-banner-image {
    align-items: stretch;
    justify-items: stretch;
    width: 100%;
    margin-left: 0;
  }

  .image-mask {
    display: inline-block;
  }

  .about-us-grid {
    grid-template-columns: .25fr 1fr 1fr;
    margin-bottom: 160px;
    margin-left: 0;
    margin-right: 160px;
  }

  .image-about-left {
    top: auto;
    bottom: 2%;
  }

  .flex-vertical.align-center-tablet {
    align-items: center;
  }

  .image-about-right {
    top: 9%;
  }

  .image-about-bottom {
    left: 64%;
  }

  .counter-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    width: 80%;
  }

  .block-image {
    position: static;
  }

  .image-counter {
    object-position: 50% 0%;
    height: 550px;
  }

  .sticky-box-list {
    grid-row-gap: 80px;
    padding-bottom: 0;
  }

  .sticky-image-wrapper.image-one {
    background-position: 50% 80%, 10% 100%, 50% 0;
  }

  .intro-box {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    min-height: auto;
  }

  .services-container-home {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .services-list-wrapper {
    grid-row-gap: 48px;
  }

  .mobile-intro-box-image {
    width: 100%;
    height: 375px;
    display: flex;
  }

  .sticky-image-bar {
    display: none;
  }

  .stacked-intro {
    grid-row-gap: 25px;
  }

  .section-title-full {
    max-width: 560px;
  }

  .section-title-full.second {
    width: 100%;
  }

  .section-title-full.third {
    max-width: 600px;
  }

  .event-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .event-image {
    position: static;
  }

  .image-event {
    object-position: 50% 0%;
    height: 550px;
  }

  .text-testimonials {
    font-size: 24px;
  }

  .centered-intro {
    max-width: 650px;
  }

  .text-footer {
    font-size: 50px;
  }

  .success-message-form {
    padding-top: 20px;
  }

  .form-contacts-textarea {
    min-width: 735px;
    max-width: 735px;
  }

  .footer-left-wrap {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
  }

  .footer-rights-wrap {
    width: 100%;
  }

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

  .slider-list-services {
    padding-bottom: 100px;
  }

  .slide-service {
    width: 49%;
    margin-right: 20px;
    padding-right: 20px;
  }

  .slide-service.last {
    border-right-color: rgba(87, 109, 122, .15);
  }

  .success-message-white, .error-message-white, .text-center-tablet {
    text-align: center;
  }

  .nav-link-underline {
    margin: 10px 0;
  }

  .cart-block {
    margin-right: 0;
  }

  .cart {
    margin-right: 20px;
  }

  .button-tablet-block {
    margin-top: 40px;
  }

  .footer-link-contact {
    text-align: left;
  }

  .heading-service {
    margin-top: 0;
  }

  .social-networks-wrapper {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
  }

  .cta-block-image {
    align-items: center;
    width: 70%;
    margin-left: auto;
  }

  .text-block-banner {
    width: 65%;
  }

  .banner-home-wrapper {
    margin-top: 10px;
    padding-right: 20px;
  }

  .home-services-wrapper {
    grid-template-columns: auto;
  }

  .collection-list-services {
    border-bottom: 1px solid var(--orange);
    border-left-color: rgba(0, 0, 0, 0);
    padding: 20px 0;
  }

  .block-image-services {
    margin-top: 0;
  }

  .tab-content-left {
    width: 100%;
  }

  .tab-about-us:hover {
    opacity: 1;
    color: #28382a;
  }

  .about-us-wrapper {
    height: auto;
  }

  .tabs-menu-about {
    grid-column-gap: 60px;
    justify-content: flex-start;
    width: 100%;
  }

  .image-tab-block {
    width: 100%;
    height: 380px;
    margin-top: 60px;
    position: relative;
    top: 0;
  }

  .about-action-block {
    grid-column-gap: 2rem;
    align-content: center;
    justify-content: center;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .home-intro-height {
    padding-top: 150%;
  }

  .flex-horizontal-align-center.margin-top-medium {
    margin-top: 30px;
  }

  .testimonials-slider-style-1 {
    padding-bottom: 0;
  }

  .testimonials-slide-arrow.right {
    left: 38%;
  }

  .flex-vertical-card {
    background-image: none;
  }

  .testimonials-slider-mask-style-1 {
    width: 90%;
    padding-bottom: 100px;
  }

  .additional-features-wrap {
    grid-column-gap: 60px;
  }

  .image-event-block {
    width: 300px;
  }

  .collection-item-event {
    grid-column-gap: 40px;
  }

  .flex-horizontal.gap-xsmall {
    grid-column-gap: 20px;
  }

  .text-left-section.second {
    width: 68%;
  }

  .team-bottom-block {
    flex-wrap: wrap;
  }

  .display-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .nurse-item.negative-margin-tablet {
    margin-top: -80px;
  }

  .text-testimonials-second {
    font-size: 24px;
  }

  .link-image {
    height: 400px;
  }

  .home-blog-image-small {
    height: 240px;
  }

  .item-services {
    grid-column-gap: 30px;
    grid-template-rows: .25fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-big {
    font-size: 56px;
  }

  .image-ball {
    top: -9%;
    left: -13%;
  }

  .image-ball.first, .image-ball.six {
    width: 300px;
    height: 300px;
  }

  .banner-image-circle-second {
    margin-right: -20px;
  }

  .image-ball-small.second {
    top: 6%;
    bottom: auto;
  }

  .home-testimonials-image {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-testimonials-wrapper, .home-testimonials-wrapper.reverse {
    flex-direction: column-reverse;
  }

  .home-review-content-wrapper {
    width: 100%;
  }

  .text-block-big-dark {
    font-size: 56px;
  }

  .image-cta {
    width: 120px;
    height: 120px;
  }

  .image-cta.second {
    right: 1%;
  }

  .image-cta-small {
    width: 80px;
    height: 80px;
  }

  .image-cta-small.second {
    left: 7%;
  }

  .cta-description {
    width: 65%;
  }

  .image-cta-middle {
    width: 100px;
    height: 100px;
    left: 0%;
  }

  .process-item-container {
    height: 100%;
  }

  .block-link-button {
    margin-top: 20px;
  }

  .blog-right {
    width: 100%;
  }

  .blog-wrapper {
    flex-direction: column;
  }

  .blog-left {
    width: 100%;
    position: static;
  }

  .blog-image {
    height: 360px;
  }

  .display-flex-horizontal.all-gap-medium-tablet-wrap {
    grid-row-gap: 30px;
  }

  .display-flex-horizontal.tablet-wrap-medium-gap {
    grid-row-gap: 60px;
    flex-flow: row-reverse wrap-reverse;
  }

  .display-flex-horizontal.all-gap-medium-tablet-wrap {
    flex-wrap: wrap;
  }

  .display-flex-horizontal.medium-gap-tablet-center {
    flex-wrap: wrap;
    justify-content: center;
  }

  .column-wrapper {
    width: 100%;
  }

  .column-wrapper.desktop-padding-right-medium {
    padding-left: 0;
    padding-right: 0;
  }

  .content-medium-image-absolute {
    margin-bottom: 30px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .content-medium-image-absolute.content-med-img-abs-left {
    border-radius: 500px;
  }

  .content-small-image-absolute {
    left: 10%;
  }

  .tabs-menu-home {
    grid-column-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .top-content, .top-content-about {
    width: 80%;
  }

  .about-banner {
    flex-wrap: wrap;
  }

  .banner-image-block-copy {
    grid-auto-columns: 1fr;
  }

  .about-banner-block {
    grid-auto-columns: 1fr;
    overflow: hidden;
  }

  .about-banner-content {
    text-align: center;
    width: 100%;
    margin-top: 60px;
    padding-bottom: 0;
  }

  .display-flex-horizontal-reverse {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .display-flex-horizontal-reverse.even-row {
    flex-flow: column-reverse wrap;
  }

  .text-team {
    font-size: 24px;
  }

  .open-position-item {
    width: 100%;
  }

  .team-slider-left {
    left: 15%;
  }

  .inner-banner-block {
    grid-auto-columns: 1fr;
  }

  .inner-banner-content {
    text-align: center;
    width: 80%;
  }

  .inner-banner-image {
    flex: 0 auto;
    justify-content: stretch;
    align-items: start;
    justify-items: start;
    width: 100%;
    margin-left: 320px;
  }

  .inner-banner {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    flex-flow: row-reverse wrap-reverse;
    align-content: stretch;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

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

  .section-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .services-list {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .home-service-item {
    width: 45.7%;
  }

  .home-service-item.second {
    border-right-color: rgba(0, 0, 0, 0);
  }

  .about-banner-image {
    width: 100%;
    margin-left: 140px;
    overflow: hidden;
  }

  .slider-right-button {
    left: 10%;
  }

  .slider-left-button {
    right: 10%;
  }

  .section-center-block-big.heading-not-full {
    width: 70%;
  }

  .section-center-block-big.width {
    max-width: 600px;
  }

  .footer-right-wrapper {
    align-items: center;
    width: 100%;
  }

  .image-ball-inner {
    background-image: linear-gradient(315deg, #cdeff0, #e9fafb 58%);
    top: -46%;
  }

  .image-ball-inner-small {
    bottom: -34%;
    right: -18%;
  }

  .services-category-item {
    width: 47.3%;
  }

  .service-banner-wrapper {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .content-block-banner {
    width: 90%;
  }

  .image-service {
    height: 400px;
  }

  .our-team-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .collection-list-team {
    grid-template-columns: 1fr 1fr;
  }

  .team-banner {
    grid-column-gap: 60px;
  }

  .team-banner-content {
    width: 60%;
    padding-bottom: 0;
  }

  .team-banner-grid {
    width: 40%;
  }

  .team-member-circle {
    width: 300px;
    height: 300px;
  }

  .team-details-content {
    grid-column-gap: 40px;
  }

  .team-details-wrapper {
    width: 40%;
    top: 20px;
  }

  .team-details-content-wrapper {
    width: 60%;
  }

  .member-social-links-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .event-descriptions.margin-top-xsmall {
    margin-top: 0;
  }

  .team-member-image {
    height: 300px;
  }

  .form-block-contact {
    width: 700px;
  }

  .contact-textarea {
    min-width: 700px;
    max-width: 700px;
  }

  .column-form-wrapper {
    justify-content: center;
    width: 100%;
    margin-right: 0;
  }

  .card-item-style {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .card-item-style.reverse {
    flex-direction: row;
  }

  .offices-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  ._1-4-column-width-padding {
    width: 100%;
    padding: 30px;
  }

  ._1-4-column-width-padding.tablet-1-2-width {
    width: 47%;
  }

  .job-position-item {
    width: 100%;
  }

  .title-block {
    align-items: flex-start;
    width: 70%;
  }

  .job-banner-content {
    width: 92%;
    padding-bottom: 0;
  }

  .job-banner-grid {
    justify-items: center;
    width: 100%;
  }

  .job-banner {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-events-list {
    grid-column-gap: 40px;
  }

  .all-events-list {
    align-items: stretch;
  }

  .events-list-wrapper {
    flex-wrap: wrap;
  }

  .event-details-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .event-details-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    top: 20px;
  }

  .event-details-content-wrapper {
    width: 100%;
  }

  .horizontal-tablet {
    grid-column-gap: 40px;
    display: flex;
  }

  .images-services {
    height: 400px;
  }

  .view-photo {
    display: none;
  }

  .grid-list-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .description-container-blog {
    width: 70%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .column-wrapper-medium.tablet-full-width, .column-right-wrapper {
    width: 100%;
  }

  .blog-column {
    flex-direction: column;
  }

  .products-list-wrapper {
    flex-wrap: wrap;
  }

  .products-list {
    grid-column-gap: 40px;
  }

  .all-products-list {
    align-items: stretch;
  }

  .image-home-products {
    height: 300px;
  }

  .flex-horizontal-justify-wrap {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .more-image-block {
    width: 100%;
    position: static;
  }

  .lightbox-small-image {
    height: 200px;
  }

  .details-content-block {
    width: 100%;
  }

  .product-details-wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .heading-shop {
    font-size: 48px;
  }

  .row {
    flex-wrap: wrap;
  }

  .column {
    flex: 0 auto;
    width: 100%;
  }

  .order-item-wrap {
    grid-row-gap: 5px;
    flex-wrap: wrap;
  }

  .text-block-price {
    margin-left: 16px;
  }

  .text-404 {
    font-size: 160px;
  }

  .hire-popup-wrap {
    display: none;
  }

  .header-social-icon {
    top: -80px;
  }

  .column-wrapper-copy {
    width: 100%;
  }

  .column-wrapper-copy.desktop-padding-left-medium {
    padding-left: 0;
  }

  .column-wrapper-copy.desktop-padding-right-medium {
    padding-right: 0;
  }

  .f-content-image-wrapper-large {
    max-width: 100%;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .heading-3.portfolio-tab-link {
    text-align: left;
  }

  .f-accordian-list {
    width: 100%;
  }

  .dropdown-list {
    display: none;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
  }

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

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

  .section.about-us {
    padding-top: 120px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

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

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

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

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

  .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .primary-button.pagination {
    margin-top: 40px;
  }

  .primary-button.margin-top-medium {
    margin-top: 30px;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-menu {
    display: none;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

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

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

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

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

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

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    margin-top: 35px;
  }

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

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

  .free-trial-title {
    margin-bottom: 40px;
  }

  .values-content-wrapper {
    margin-bottom: 20px;
  }

  .values-counter-item {
    margin-right: 20px;
  }

  .text-white.width {
    width: 100%;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
  }

  .services-item {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .services-item.last-child, .services-item.last-child-white {
    margin-bottom: 0;
  }

  .workflow-profile-wrapper {
    margin-top: 30px;
  }

  .workflow-content-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

  .workflow-wrapper {
    flex-wrap: wrap-reverse;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .pricing-features-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    padding-left: 60px;
    padding-right: 60px;
  }

  .pricing-features-links-list {
    justify-items: center;
    padding-left: 0;
  }

  .capabilities-heading {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .job-position-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .job-position-content-wrapper {
    width: 100%;
  }

  .job-position-sidebar-wrapper {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    top: 0;
  }

  .contacts-title {
    margin-bottom: 20px;
  }

  .contacts-location-wrapper {
    width: 100%;
  }

  .contact-us-content-wrapper {
    flex-wrap: wrap;
  }

  .contacts-content {
    width: 100%;
    padding-right: 0;
  }

  .footer-social-icons-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

  .footer-brand-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

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

  .footer-links-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

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

  .footer-logo-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

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

  .footer-brand-description.center {
    text-align: left;
    width: 100%;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    max-width: 450px;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-sidebar-wrapper {
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .accordion-wrapper-one-column {
    width: 100%;
  }

  .about-counter-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .about-counter-wrap {
    border-right-style: none;
    border-right-color: rgba(0, 0, 0, 0);
  }

  .team-slide-item {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    padding-bottom: 100px;
  }

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

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

  .about-form-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-subscribe-form {
    flex-wrap: wrap;
  }

  .team-slider-content {
    text-align: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
  }

  .portfolio-tab-link.left {
    margin-left: 0;
  }

  .tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    margin-bottom: 40px;
  }

  .blog-item {
    width: 100%;
  }

  .blog-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .navbar-absolute {
    padding-top: 60px;
  }

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

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

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .slider-right-arrow {
    bottom: 50%;
  }

  .home-slider-item-container {
    flex-direction: column;
  }

  .home-slide-image {
    width: 100%;
    height: 340px;
  }

  .slider-content-container {
    width: 100%;
  }

  .slider-image-container {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .banner-section.home-2-banner {
    padding-bottom: 40px;
  }

  .banner-section.home-3-banner, .banner-section.team-details {
    padding-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .social-networks-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-text-content {
    width: 100%;
    padding-right: 0;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industry-insights-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .industry-insights-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .industry-insights-right {
    width: 100%;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-banner-content {
    width: 100%;
  }

  .capabilities-image {
    max-height: 350px;
  }

  .additional-features-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .feature-image {
    width: 100%;
    height: 300px;
  }

  .additional-features-right {
    order: -1;
    width: 100%;
  }

  .home-9-team-item {
    width: 48%;
  }

  .about-values-wrapper {
    flex-wrap: wrap;
  }

  .about-values-wrap {
    width: 100%;
  }

  .our-values-card {
    margin-left: 0;
    margin-right: 0;
  }

  .about-info-wrap-left, .about-info-wrap-right {
    width: 100%;
  }

  .about-info-cards-wrapper {
    margin-top: 40px;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-3-banner {
    grid-row-gap: 60px;
  }

  .home-banner-grid {
    width: 100%;
    margin-top: 0;
  }

  .home-3-banner-content {
    width: 100%;
    padding-bottom: 0;
  }

  .event-item {
    margin-left: 0;
    margin-right: 0;
  }

  .home-17-additional-features {
    width: 100%;
  }

  .rich-text-style h2 {
    font-size: 30px;
  }

  .rich-text-style h3 {
    font-size: 26px;
  }

  .rich-text-style ul {
    margin-left: 10px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

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

  .home-events-wrapper {
    margin-top: 30px;
  }

  .home-2-event {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .home-2-event-description {
    width: 100%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
  }

  .style-guide-tab-link {
    border-bottom: 1px solid var(--royal-blue);
    border-top-style: none;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid var(--royal-blue);
    flex-direction: column;
    margin-bottom: 40px;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    flex: 1;
    width: 100%;
  }

  .landing-banner-content {
    justify-content: center;
    align-items: center;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .landing-banner-screens {
    margin-bottom: -50px;
  }

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

  .landing-customers-content-left {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .landing-customers-content-right {
    width: 100%;
    margin-top: 40px;
  }

  .landing-customers-icon-wrapper {
    width: 90%;
  }

  .paragraph-benefits-lp {
    width: 100%;
  }

  .landing-customers-layout {
    flex-direction: column;
  }

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

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

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

  .section-banner.landing-banner {
    background-position: 143% 23%, -28% 38%;
    background-size: auto 260px, auto 220px;
  }

  .shop-price-wrapper {
    justify-content: center;
  }

  .shop-images-list {
    grid-template-columns: 1fr;
  }

  .shop-details-block {
    grid-row-gap: 10px;
    margin-top: 60px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .home-banner-image {
    width: 100%;
    margin-left: 0;
  }

  .section-title-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .about-us-grid {
    grid-template-columns: 1fr 1fr;
    margin-right: 0;
  }

  .image-about-left {
    width: 150px;
    height: 150px;
  }

  .image-about-right {
    width: 150px;
    height: 150px;
    top: auto;
    bottom: 17%;
  }

  .image-about-bottom {
    width: 150px;
    height: 150px;
    left: 33%;
  }

  .counter-grid {
    grid-row-gap: 40px;
    width: 100%;
  }

  .mobile-intro-box-image {
    height: 325px;
  }

  .stacked-intro {
    grid-row-gap: 36px;
  }

  .section-title-full {
    margin-bottom: 40px;
  }

  .tabs-menu-testimonials {
    margin-top: 40px;
  }

  .text-footer {
    font-size: 42px;
  }

  .form-contacts-textarea {
    min-width: 100%;
    max-width: 480px;
  }

  .form-footer {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .footer-rights-wrap {
    flex-wrap: wrap;
  }

  .footer-form-wrapper {
    width: 100%;
  }

  .slider-list-services {
    padding-bottom: 80px;
  }

  .slide-service {
    border-right-color: rgba(0, 0, 0, 0);
    width: 100%;
  }

  .slide-service.last {
    border-right-color: rgba(0, 0, 0, 0);
  }

  .all-contacts-wrapper.contact-wrapper-align-center {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .cta-block-image {
    width: 100%;
    margin-left: 0;
  }

  .text-block-banner {
    width: 100%;
  }

  .banner-home-wrapper {
    border-bottom-left-radius: 100px;
    padding-left: 20px;
  }

  .tabs-content-3 {
    margin-top: 20px;
  }

  .tabs-about {
    margin-top: 0;
  }

  .image-tab-block {
    margin-top: 50px;
  }

  .about-action-block {
    grid-column-gap: 0rem;
    grid-template-columns: auto;
  }

  .intro-paralax.first {
    margin-right: -.5rem;
  }

  .home-intro-strip {
    grid-row-gap: 80px;
    max-width: 20vw;
    height: 100%;
    position: absolute;
    left: 3%;
    right: auto;
  }

  .home-intro-strip.second {
    left: auto;
    right: 3%;
  }

  .about-description {
    width: 75%;
  }

  .image-fill {
    opacity: .35;
  }

  .testimonials-slider-style-1 {
    margin-left: 6%;
  }

  .testimonials-slide-arrow.right {
    left: 40%;
  }

  .flex-vertical-card {
    margin-left: 0;
    margin-right: 0;
  }

  .flex-vertical-card.margin-right-medium {
    width: 100%;
    margin-right: 40px;
  }

  .testimonials-slider-mask-style-1 {
    width: 95%;
    padding-bottom: 60px;
  }

  .additional-features-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .image-event-block {
    width: 100%;
  }

  .collection-item-event {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .flex-horizontal.gap-small-wrap {
    flex-wrap: wrap;
  }

  .text-left-section {
    width: 80%;
  }

  .text-left-section.second {
    width: 100%;
  }

  .heading-event {
    margin-top: 5px;
  }

  .image-cover {
    height: 300px;
  }

  .display-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .nurse-item.negative-margin, .nurse-item.negative-margin-tablet {
    margin-top: 0;
  }

  .text-not-full {
    width: 100%;
  }

  .text-block-big {
    font-size: 42px;
  }

  .image-ball-small.fifth {
    width: 250px;
    height: 250px;
  }

  .home-testimonials-image {
    width: 70%;
  }

  .text-block-big-dark {
    font-size: 42px;
  }

  .image-cta, .image-cta-small {
    opacity: .5;
  }

  .cta-description {
    width: 70%;
  }

  .image-cta-middle {
    opacity: .5;
  }

  .process-step {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-columns: 3.5rem 1fr;
    justify-items: stretch;
  }

  .process-timeline {
    align-self: flex-start;
    margin-left: 1.7rem;
  }

  .process-item-indicator {
    width: 55px;
    height: 55px;
  }

  .process-item-image {
    height: 300px;
  }

  .image-event-link {
    width: 100%;
  }

  .image-home-event {
    height: 300px;
  }

  .blog-right {
    width: 100%;
  }

  .blog-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .blog-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

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

  .link-block {
    width: 100%;
    height: 300px;
  }

  .home-blog-content {
    width: 100%;
  }

  .blog-image-content {
    height: 300px;
  }

  .home-blog-horizontal {
    flex-direction: column;
  }

  .display-flex-horizontal.all-gap-medium-tablet-wrap {
    flex-wrap: wrap;
  }

  .display-flex-horizontal.tablet-wrap-medium-gap {
    grid-row-gap: 40px;
  }

  .column-wrapper {
    width: 100%;
  }

  .content-medium-image-absolute {
    right: 0%;
  }

  .content-small-image-absolute {
    left: 0%;
  }

  .tabs-menu-home {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .top-content-about {
    width: 100%;
  }

  .about-banner {
    grid-row-gap: 40px;
  }

  .about-banner-content {
    width: 100%;
  }

  .team-slider-block {
    width: 60%;
    height: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .open-position-item {
    margin-left: 0;
    margin-right: 0;
  }

  .team-slider-right {
    right: 12%;
  }

  .inner-banner-content {
    width: 100%;
  }

  .inner-banner-image {
    width: 100%;
    margin-left: 0;
  }

  .section-wrapper {
    margin-bottom: 40px;
  }

  .section-left {
    width: 100%;
  }

  .services-list {
    grid-row-gap: 30px;
  }

  .home-service-item {
    border-bottom: 1px solid var(--orange);
    border-right-color: rgba(0, 0, 0, 0);
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .home-service-item.last {
    border-bottom-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
  }

  .about-banner-image {
    width: 100%;
    margin-left: 0;
  }

  .slider-right-button {
    left: 14%;
  }

  .slider-left-button {
    right: 14%;
  }

  .section-center-block-big {
    width: 100%;
    margin-bottom: 40px;
  }

  .section-center-block-big.heading-not-full {
    width: 80%;
  }

  .footer-right-wrapper {
    align-items: center;
    margin-top: 50px;
  }

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

  .services-category-list {
    flex-direction: column;
  }

  .services-category-item {
    width: 100%;
  }

  .service-banner-wrapper {
    border-bottom-left-radius: 100px;
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .background-service, .service-image {
    border-bottom-left-radius: 100px;
  }

  .content-block-banner {
    width: 100%;
  }

  .collection-service-list {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
  }

  .image-service {
    height: 350px;
  }

  .our-team-wrapper, .collection-list-team {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .team-banner {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .team-banner-content {
    width: 100%;
    padding-bottom: 0;
  }

  .team-banner-grid {
    justify-items: center;
    width: 100%;
  }

  .team-details-content {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .team-details-wrapper {
    width: 100%;
    position: static;
  }

  .team-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }
  .event-descriptions {
    margin-top: -40px;
  }
  .event-descriptions.margin-top-xsmall {
    margin-top: 25px;
  }
  .event-descriptions.margin-top-xsmall h5 {
    margin-top: 0px;
  }
  .collection-list-team-rows {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .team-member-image {
    height: 450px;
  }

  .form-block-contact {
    width: 390px;
  }

  .contacts-input-field, .contact-textarea {
    min-width: 390px;
    max-width: 390px;
  }

  .column-form-wrapper {
    width: 100%;
  }

  .contact-flex-horizontal, .card-item-style, .card-item-style.reverse {
    flex-direction: column;
  }

  .card-wrapper-small, ._1-4-column-width-padding.tablet-1-2-width {
    width: 100%;
  }

  .block-sizing {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .job-position-item {
    margin-left: 0;
    margin-right: 0;
  }

  .title-block, .job-banner-content {
    width: 100%;
  }

  .job-banner-grid {
    justify-items: center;
    width: 100%;
  }

  .job-member-circle {
    width: 300px;
    height: 300px;
  }

  .home-events-list {
    grid-template-columns: 1fr;
  }

  .all-events-list {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .image-all-event-link, .home-event-description {
    width: 100%;
  }

  .event-details-content {
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .event-details-wrapper {
    width: 100%;
    position: static;
  }

  .event-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .horizontal-tablet {
    flex-direction: column;
  }

  .images-services {
    height: 350px;
  }

  .animals-lightbox-item {
    min-width: 200px;
    min-height: 200px;
  }

  .grid-list-wrapper {
    grid-template-columns: 1fr;
  }

  .description-container-blog {
    justify-content: flex-start;
    width: 100%;
    margin-top: 40px;
  }

  .column-wrapper-medium {
    width: 100%;
  }

  .title-container-blog {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog-grid-content {
    height: 300px;
  }

  .blog-grid, .blog-grid-category {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .product-description {
    width: 100%;
  }

  .products-list {
    grid-template-columns: 1fr;
  }

  .all-products-list {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .image-all-products-link {
    width: 100%;
    margin-bottom: -10px;
  }

  .image-home-products {
    height: 300px;
  }

  .zoom-wrapper {
    display: none;
  }

  .product-details-wrapper {
    grid-row-gap: 40px;
  }

  .heading-shop {
    font-size: 40px;
  }

  .text-404 {
    font-size: 140px;
  }

  .home-image-event {
    height: 300px;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .text-block {
    overflow-wrap: normal;
    min-width: auto;
    max-width: 100%;
    display: block;
    top: -60px;
  }

  .header-social-icon {
    top: -60px;
  }

  .column-wrapper-copy {
    width: 100%;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .f-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .anchor-scroll-2 {
    text-align: center;
  }
  .event-info.with-image {
    grid-template-columns: auto!important;
    grid-template-rows: 150px auto;
    row-gap: 8px;
  }
  .event-info h4 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .section.about-us {
    padding-top: 90px;
  }

  .base-container.position-relative {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: rgba(255, 255, 255, .2);
  }

  .grid-description.first-description {
    border-bottom: 1px rgba(255, 255, 255, .2);
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-menu {
    width: 90%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    width: 100%;
  }

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

  .coming-soon-wrapper {
    width: 100%;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    text-align: left;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .section-title-wrapper.home-6-portfolio {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-title-wrapper.left {
    text-align: left;
  }

  .values-content-wrapper {
    margin-bottom: 15px;
  }

  .values-counter-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .values-counter-item {
    width: 100%;
    margin-right: 0;
    padding: 20px;
  }

  .paragraph-large.not-full {
    width: 100%;
  }

  .paragraph-large.hero-text2 {
    white-space: nowrap;
    overflow-wrap: normal;
    max-width: none;
    font-size: 27px;
  }

  .values-image {
    border-bottom-right-radius: 100px;
  }

  .pricing-features-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-features-links-wrap {
    text-align: left;
    margin-top: 40px;
  }

  .more-features-icon {
    margin-right: 15px;
  }

  .pricing-features-links-list {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-social-icons-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .footer-links-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

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

  .footer-brand-description.center, .team-slide-item {
    width: 100%;
  }

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

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

  .about-form-wrapper {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-subscribe-form {
    justify-content: center;
  }

  .form-text-field, .team-slider-mask {
    width: 100%;
  }

  .portfolio-tab-link {
    text-align: center;
  }

  .home-buttons-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
  }

  .navbar-absolute {
    font-size: 16px;
  }

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

  .slider-image-container {
    height: auto;
  }

  .slider-content-buttons {
    justify-content: flex-start;
  }

  .banner-section.home-3-banner, .banner-section.team-details {
    padding-top: 90px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .sidebar-categories-list {
    flex-wrap: wrap;
  }

  .home-banner-content {
    flex: 0 auto;
  }

  .feature-image.first {
    height: 250px;
  }

  .home-9-team-item {
    width: 100%;
  }

  .our-values-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-info-cards-wrap, .home-23-team-item {
    width: 100%;
  }

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

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

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .landing-banner-content {
    flex-direction: column;
    max-width: none;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    top: auto;
    bottom: 28%;
    left: 0%;
    right: 0%;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 0px;
  }

  .landing-customers-content-left {
    width: 100%;
  }

  .landing-customers-content-right {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-left: 0;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    text-align: center;
  }

  .landing-section-title {
    width: 100%;
  }

  .section-banner.landing-banner {
    background-position: 193% 57%, -71% 20%;
    background-size: auto 230px, auto 220px;
    min-height: 50vh;
  }

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

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

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .circle-first, .circle-first.six {
    width: 100px;
    height: 100px;
  }

  .circle-second {
    width: 70px;
    height: 70px;
  }

  .circle-second.third {
    width: 80px;
    height: 80px;
  }

  .about-us-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-about-left, .image-about-right {
    width: 120px;
    height: 120px;
  }

  .image-about-bottom {
    width: 120px;
    left: 38%;
  }

  .block-image {
    width: 100%;
  }

  .image-counter {
    height: 400px;
  }

  .card-counter.margin-top-large {
    margin-top: 40px;
  }

  .big-counter {
    font-size: 48px;
  }

  .sticky-box-list {
    grid-row-gap: 60px;
  }

  .sticky-image-wrapper.image-three {
    background-size: 40px, 120px, cover;
  }

  .sticky-image-wrapper.image-one {
    background-size: 30px, 100px, cover;
  }

  .sticky-image-wrapper.image-two {
    background-size: 30px, 120px, cover;
  }

  .intro-box {
    grid-row-gap: 30px;
  }

  .mobile-intro-box-image {
    height: 275px;
  }

  .event-image {
    width: 100%;
  }

  .image-event {
    height: 400px;
  }

  .text-testimonials {
    font-size: 20px;
  }

  .form-contacts-textarea {
    width: 100%;
    min-width: 100%;
    max-width: 360px;
  }

  .footer-left-wrap {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .form-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .form-contacts-input {
    width: 100%;
    min-width: 100%;
    max-width: 360px;
  }

  .footer-rights-wrap {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .not-full {
    width: 100%;
  }

  .cart {
    margin-right: 15px;
  }

  .circle-green-big {
    width: 150px;
    height: 150px;
  }

  .circle-orange-small {
    width: 50px;
    height: 50px;
  }

  .circle-blue-big {
    width: 150px;
    height: 150px;
    right: -24%;
  }

  .circle-green-small {
    width: 40px;
    height: 40px;
  }

  .circle-third {
    width: 50px;
    height: 50px;
  }

  .all-contacts-wrapper.contact-wrapper-align-center {
    align-items: center;
    margin-left: 0;
  }

  .footer-link-contact {
    text-align: left;
    width: 100%;
  }

  .circle-third-social {
    width: 100px;
    height: 100px;
  }

  .circle-second-social {
    width: 70px;
    height: 70px;
  }

  .circle-first-social {
    width: 120px;
    height: 120px;
    bottom: -13%;
  }

  .banner-home-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .image-services.first, .image-services.second, .image-services.third {
    width: 100%;
    height: 100%;
  }

  .block-image-services {
    width: 100%;
    height: 200px;
    margin-top: 20px;
  }

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

  .tab-about-us.w--current {
    padding-bottom: 10px;
  }

  .tabs-menu-about {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    border-bottom-color: rgba(0, 0, 0, 0);
    flex-wrap: wrap;
  }

  .image-tab-block {
    height: 300px;
  }

  .about-action-block {
    grid-column-gap: .2rem;
    grid-template-columns: auto;
  }

  .intro-paralax {
    margin-right: -.3rem;
  }

  .home-intro-strip {
    grid-row-gap: 80px;
  }

  .about-description {
    width: 100%;
  }

  .testimonials-slide-arrow.right {
    left: 45%;
  }

  .flex-vertical-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-vertical-card.margin-right-medium {
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-tiny {
    padding: 15px;
  }

  .testimonials-slider-mask-style-1 {
    margin-top: 0;
  }

  .flex-horizontal.gap-small-wrap, .flex-horizontal.gap-xsmall {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .event-accordion-item {
    margin-top: 10px;
  }

  .text-left-section {
    text-align: left;
    width: 100%;
  }

  .image-cover {
    height: 250px;
  }

  .text-testimonials-second {
    font-size: 20px;
  }

  .link-image {
    height: 240px;
  }

  .home-blog-horizontal-item {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .link-image-small {
    width: 100%;
    margin-right: 0;
  }

  .item-services {
    grid-template-columns: 1fr;
  }

  .image-ball {
    width: 300px;
    height: 300px;
  }

  .image-ball.six {
    width: 250px;
    height: 250px;
    left: -24%;
  }

  .banner-image-circle-second {
    width: 120px;
    height: 120px;
  }

  .banner-image-circle-third {
    width: 150px;
    height: 150px;
  }

  .image-ball-small {
    width: 250px;
    height: 250px;
    bottom: -8%;
    right: -22%;
  }

  .image-ball-small.second {
    top: 22%;
  }

  .image-ball-small.fifth {
    width: 200px;
    height: 200px;
  }

  .home-testimonials-image {
    width: 100%;
    min-height: 280px;
  }

  .small-counter {
    font-size: 48px;
  }

  .image-cta, .image-cta-small {
    opacity: .3;
  }

  .cta-description {
    width: 100%;
  }

  .image-cta-middle {
    opacity: .3;
  }

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

  .content-wrapper-fixed {
    min-height: 300px;
  }

  .content-medium-image-absolute {
    height: 300px;
  }

  .content-medium-image-absolute.content-med-img-abs-left {
    height: 300px;
    margin-bottom: 0;
  }

  .content-small-image-absolute {
    height: 250px;
  }

  .top-content {
    width: 100%;
  }

  .midium-counter {
    font-size: 48px;
  }

  .text-team {
    font-size: 20px;
  }

  .team-slider-block {
    width: 100%;
  }

  .position-accordion-item {
    margin-top: 10px;
  }

  .team-slider-right {
    right: 18%;
  }

  .team-slider-left {
    left: 23%;
  }

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

  .banner-image-circle-first {
    width: 200px;
    height: 200px;
  }

  .slider-right-button {
    left: 18%;
  }

  .slider-left-button {
    right: 18%;
  }

  .section-center-block-big.heading-not-full {
    width: 100%;
  }

  .hero-image-home {
    padding: 0;
  }

  .image-ball-inner {
    width: 300px;
    height: 300px;
    display: none;
    left: 0%;
  }

  .image-ball-inner-small {
    width: 250px;
    height: 250px;
    bottom: -8%;
    right: -22%;
  }

  .service-banner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .lightbox-link {
    width: 100%;
  }

  .collection-list-team, .collection-list-team-rows {
    grid-template-columns: 1fr;
  }

  .form-block-contact {
    width: 300px;
  }

  .padding-small {
    padding: 20px 20px 15px;
  }

  .contacts-input-field {
    min-width: 300px;
    max-width: 100%;
  }

  .contact-textarea {
    min-width: 300px;
    max-width: 300px;
  }

  .job-images-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .lightbox-link-team, .lightbox-link-services {
    width: 100%;
  }

  .animals-lightbox-item {
    height: 300px;
  }

  .flex-horizontal-search {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .cart-container {
    border-radius: 0;
  }

  .lightbox-main-image {
    height: 300px;
  }

  .lightbox-small-image {
    height: 150px;
  }

  .block-header-wrapper {
    flex-direction: column-reverse;
    padding-top: 14px;
  }

  .text-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-7 {
    font-size: 35px;
  }
}

#w-node-_3cb24c6c-4e51-f8a9-875b-510f937991a4-73cfc453, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991a8-73cfc453, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991ac-73cfc453, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991b2-73cfc453, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991b8-73cfc453, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991be-73cfc453 {
  justify-self: center;
}

#w-node-_66f847be-eb58-2fa2-8729-7a2c20dcc64c-73cfc4b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66f847be-eb58-2fa2-8729-7a2c20dcc64e-73cfc4b5 {
  align-self: stretch;
}

#w-node-_6d086ca4-4b8e-f594-3d5c-ebc1f70b45f0-73cfc4c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6d086ca4-4b8e-f594-3d5c-ebc1f70b45f1-73cfc4c1, #w-node-c0ac2154-1c7d-7a0d-3a61-a48d2d3473a4-73cfc4c1, #w-node-c0ac2154-1c7d-7a0d-3a61-a48d2d3473a9-73cfc4c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field-3.w-node-_1aa40a51-4680-2c02-497e-bdded3393e17-d3393e02 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_1aa40a51-4680-2c02-497e-bdded3393e18-d3393e02 {
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
}

#w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-73cfc4c5, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-73cfc4c5, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-73cfc4c5, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-73cfc4c5, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-73cfc4c5, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-73cfc4c5, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-73cfc4c5, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-73cfc4c5, #w-node-_06d68103-5248-e1ef-dd60-824c0578c6c7-73cfc4c5, #w-node-_60e8d72f-669d-07b1-2f48-a2416ca7773a-73cfc4c5, #w-node-_20035d49-3e81-c7d9-d915-74f91bb87eaf-73cfc4c5, #w-node-_9fefa905-f54d-7515-ef49-191ad0b602f4-73cfc4c5, #w-node-fb6bb5f1-a9bb-d1bd-65b4-d28b35e023a0-73cfc4c5, #w-node-_65bb74fc-de0d-177a-69a2-104d7d2f12ca-73cfc4c5, #w-node-a16887a8-4ff2-07a6-83b7-c763bcf7737a-73cfc4c5, #w-node-_1a886fa8-feb4-aa76-268d-54deee7f985d-73cfc4c5, #w-node-_0dbe6db6-b830-519f-11fa-1811ca2f9585-73cfc4c5, #w-node-b6253e85-a9c6-1ab8-007f-a4483b44d7d4-73cfc4c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1213499d-b032-dce5-3f1b-3d1c79c3ca24-73cfc4c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_1213499d-b032-dce5-3f1b-3d1c79c3ca25-73cfc4c6, #w-node-_2a0171a7-9f82-6d05-42fa-b9bc7039b793-73cfc4c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a0171a7-9f82-6d05-42fa-b9bc7039b795-73cfc4c6 {
  align-self: stretch;
}

#w-node-f37a767d-52b3-eb6d-afae-23036117cf18-73cfc4c6, #w-node-f37a767d-52b3-eb6d-afae-23036117cf1d-73cfc4c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3f3829a-8e22-d4d3-36d2-378b1b7477c2-73cfc4c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c3f3829a-8e22-d4d3-36d2-378b1b7477c3-73cfc4c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16bfe62c-5864-a0cb-2a03-012cdb6acd35-73cfc4c7, #w-node-_03588749-401b-c056-110e-ef1dc47fcdfb-73cfc4c7, #w-node-_613e92a1-a839-9e8f-319c-56f1c3be6a2b-73cfc4c7, #w-node-d4ae8d1d-80af-561f-d8f7-3b1394cd4ecd-73cfc4c7, #w-node-_1f7d0a05-2403-0b1c-d4ac-6e0a0a1719ca-73cfc4c7, #w-node-_7f545530-de11-c148-a711-15e340f82391-73cfc4c7, #w-node-_028ea903-8bcb-9e37-aa06-e1477d5a970e-73cfc4c7, #w-node-_0c8fbb25-b51a-bbaa-7228-d51290e0012f-73cfc4c7 {
  align-self: center;
  justify-self: center;
}

#w-node-a1eff3a9-defa-bb44-cb67-5c0bdb21812a-73cfc4c7, #w-node-a1eff3a9-defa-bb44-cb67-5c0bdb21812f-73cfc4c7, #w-node-a1eff3a9-defa-bb44-cb67-5c0bdb21813c-73cfc4c7, #w-node-a1eff3a9-defa-bb44-cb67-5c0bdb218145-73cfc4c7, #w-node-a1eff3a9-defa-bb44-cb67-5c0bdb21814e-73cfc4c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06ee0be2-7dd7-d136-60de-fbf12040383c-73cfc4c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_06ee0be2-7dd7-d136-60de-fbf12040383d-73cfc4c8, #w-node-a46bc94e-e85f-c567-9d35-0b90252eda23-73cfc4c8, #w-node-a46bc94e-e85f-c567-9d35-0b90252eda2b-73cfc4c8, #w-node-a46bc94e-e85f-c567-9d35-0b90252eda33-73cfc4c8, #w-node-a46bc94e-e85f-c567-9d35-0b90252eda3b-73cfc4c8, #w-node-_094c62b9-7807-d5d5-f36c-bfc5d450eafa-73cfc4ca, #w-node-_094c62b9-7807-d5d5-f36c-bfc5d450eafb-73cfc4ca, #w-node-_1cc9d33c-9e32-26fa-3587-7d6be76f5a82-e76f5a7f, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-73cfc4cc, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-73cfc4cc, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-73cfc4cc, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-73cfc4cc, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-73cfc4cc, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-73cfc4cc, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-73cfc4cc, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-73cfc4cc, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-73cfc4cc, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-73cfc4cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a45166e-ef06-01a7-17b7-1add8903b705-73cfc4ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6a45166e-ef06-01a7-17b7-1add8903b706-73cfc4ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbe9c529-62d8-3d3a-6f2c-c912b647b534-73cfc4e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-cbe9c529-62d8-3d3a-6f2c-c912b647b535-73cfc4e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88b0b089-c2c0-d191-89ce-9e893715cce1-73cfc4ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_88b0b089-c2c0-d191-89ce-9e893715cce2-73cfc4ea, #w-node-_5e3b8239-7d29-93aa-309a-0f5b9465fa03-73cfc4ea, #w-node-_496ad1da-077b-48d0-ee61-bf052dafad50-73cfc4ea, #w-node-_90c8a8a9-2260-c318-ff5d-af79ce5d6bd9-73cfc4ea, #w-node-fa9d5299-a83d-4806-d1f4-fb53571eb7bd-73cfc4ea, #w-node-b2fc4257-5a4c-befa-fe92-0e3ea68ad9fe-73cfc4ea, #w-node-_7d9a6cd3-ad8a-2aa7-043c-6990730e50cc-73cfc4ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_664c8564-f948-faa3-9cc6-000cb496c66d-73cfc4ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: start;
}

#w-node-_664c8564-f948-faa3-9cc6-000cb496c673-73cfc4ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_664c8564-f948-faa3-9cc6-000cb496c67d-73cfc4ea, #w-node-_664c8564-f948-faa3-9cc6-000cb496c688-73cfc4ea, #w-node-_664c8564-f948-faa3-9cc6-000cb496c693-73cfc4ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbe9c529-62d8-3d3a-6f2c-c912b647b534-1007a95e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-cbe9c529-62d8-3d3a-6f2c-c912b647b535-1007a95e, #w-node-_4ac9f55f-0046-2d49-8b13-986725e3ea5e-53635ba4, #w-node-dc25e2b3-ef2d-80e8-a271-71d2522f5a21-53635ba4, #w-node-d8cf6066-e061-b339-a1bd-de3809a65bb1-53635ba4, #w-node-d8cf6066-e061-b339-a1bd-de3809a65bc8-53635ba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-d8cf6066-e061-b339-a1bd-de3809a65bb1-53635ba4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d3d2c6ca-8736-6bb6-2156-91139fafdb91-73cfc4c8 {
    justify-self: start;
  }

  #w-node-_6f43ed0c-afec-59c4-773d-fd428f21f0ee-73cfc4c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-db4a7df6-b8ca-839a-b6b5-47d24e6f6ec9-73cfc4ca {
    order: -9999;
  }

  #w-node-fb47c501-d465-1f86-846c-7f53f8e62014-73cfc4ce, #w-node-_6cd3cabe-339b-e4f8-64a5-80a2cfbd9027-73cfc4ea {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-d8cf6066-e061-b339-a1bd-de3809a65bb1-53635ba4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c6519551-5da1-e1ac-28b7-e3648a8b9a73-bb9be3c5 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6f43ed0c-afec-59c4-773d-fd428f21f0ee-73cfc4c8, #w-node-fb47c501-d465-1f86-846c-7f53f8e62014-73cfc4ce, #w-node-_6cd3cabe-339b-e4f8-64a5-80a2cfbd9027-73cfc4ea {
    grid-column: span 1 / span 1;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-73cfc4c5, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-73cfc4c5, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-73cfc4c5, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-73cfc4c5, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-73cfc4c5, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-73cfc4c5, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-73cfc4c5, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-73cfc4c5, #w-node-_06d68103-5248-e1ef-dd60-824c0578c6c7-73cfc4c5, #w-node-_60e8d72f-669d-07b1-2f48-a2416ca7773a-73cfc4c5, #w-node-_20035d49-3e81-c7d9-d915-74f91bb87eaf-73cfc4c5, #w-node-_9fefa905-f54d-7515-ef49-191ad0b602f4-73cfc4c5, #w-node-fb6bb5f1-a9bb-d1bd-65b4-d28b35e023a0-73cfc4c5, #w-node-_65bb74fc-de0d-177a-69a2-104d7d2f12ca-73cfc4c5, #w-node-a16887a8-4ff2-07a6-83b7-c763bcf7737a-73cfc4c5, #w-node-_1a886fa8-feb4-aa76-268d-54deee7f985d-73cfc4c5, #w-node-_0dbe6db6-b830-519f-11fa-1811ca2f9585-73cfc4c5, #w-node-b6253e85-a9c6-1ab8-007f-a4483b44d7d4-73cfc4c5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
  #eventsSearchForm {
    display: grid!important;
    grid-template-columns: min-content auto;
    justify-items: center;
  }
  #eventsSearchForm > button {
    grid-column: 1 / 3;
    width: fit-content;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*addition*/
 .nav-link-underline.w--current .underline {
   width: 100%!important;
   display:block;
 }
.nav-link-underline.w--current2 {
  color: var(--primary-dark);
}
.nav-link-underline.w--current2 .underline {
  width: 100% !important;
  display:block;
}
.footer .link.dark.w-inline-block.w--current2 .underline {
  width: 100%!important;
}
.comma::before {
  content: ', ';
}
.pipe::before {
  content: '|';
  padding: 0px 7px;
}
.footer .link.dark.w-inline-block.w--current .underline {
  width:100%!important;
}
html[data-wf-page="6618166c4f40e9ed73cfc4ba"] .footer-brand-description {
  display: none;
}
html[data-wf-page="661fd5d4bb7e0b2b2520cc79"] .rich-text-block a {
  font-size:20px;
}
.link-block-2.w--current .portfolio-tab-link {
  color:#fff!important;
  background-color: #037a7f!important;
}
#section-content h2 {
  margin-top: 45px;
  font-size: 25px;
  line-height: 1.2em;
}
#provide-assistance {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
element.style {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
#values p {
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 0px;
    margin-bottom: 10px;
  color: #576d7a;
  font-weight: 400;
}
h3.heading-team-member {
  font-size: 24px;
}
.h1CatName {
  color: #1c394c;
}
.eventOrganizedBy,.event-member-name {
  text-transform: uppercase;
}
.eventOrganizedBy.v2 {
  margin-top: 10px;
  color: var(--primary);
}
.event-info.with-image {
  display: grid;
  grid-template-columns: 200px auto;
  column-gap: 24px;
  margin-top: 10px;
}
.events-list-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 8px;
}
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 15px;
  background: #0e9399;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 20000;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: #037a7f;
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
form input, form textarea {
  background-color: rgb(250, 250, 250);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(221, 221, 221);
  border-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding: 8px 12px;
  width: 100%;
  appearance: none;
  font-family: Roboto, sans-serif;
}
span.requiredField {
  color: #f41c1c;
  font-size: 20px;
}
#eventAdditionForm #sendBtn {
  margin: 20px 0;
  cursor: pointer;
}
.alertBadMemberCode {
  background-color: #f41c1c10;
  padding: 15px;
  color: #f41c1c;
  font-size: 22px;
  border-left: #f41c1c 5px solid;
}
h2#sentMessageTitle {
  font-size: 48px;
  margin: 10px 0px 30px 0;
  color: var(--primary);
}
div#sentMessage {
  font-size: 20px;
  line-height: 26px;
}
a#addEventBtn {
  background-color: var(--orange);
  color: var(--primary-dark);
  padding: 12px 40px;
  border-radius: 25px;
  font-size: 20px;
  font-weight: 600;
  /*text-transform: uppercase;*/
  transition: background-color .6s;
  margin-top: 25px;
  /*position: absolute;*/
  /*top: -75px;*/
  /*left: 15px;*/
}
a#addEventBtn .fa {
  margin-left: 10px;
}
#addEventBtn:hover {
  background-color: var(--dark-turquoise);
  color: #fff;
}
#homeEventsList {
  margin-top: 50px;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile-1 + label {
  color: var(--dark-turquoise);
  background-color: #fff;
  border: var(--dark-turquoise) 2px solid;
  font-family: "Ubuntu",sans-serif !important;
  font-weight: 500 !important;
  padding: 10px 15px 10px 15px;
  margin: 0px 0px 0 0;
  font-size: 18px;
  width: auto;
  transition: all 0.5s ease;
  border-radius: 8px;
}
.inputfile + label {
  max-width: 96%;
  font-size: 18px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
}
.inputfile + label * {
  /* pointer-events: none; */
}
.inputfile-1:focus + label, .inputfile-1.has-focus + label, .inputfile-1 + label:hover {
  background-color: #fff;
  color: var(--dark-turquoise);
  border: var(--dark-turquoise) 2px solid;
  border-left: var(--dark-turquoise) 10px solid;
}
.labelNote {
  font-weight: 300;
}
.video-container, .videodetector {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 25px;
}
.video-container iframe, .videodetector iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* Quelques styles pour le calendrier */
.month-calendar {
  padding: 10px;
  border: 4px solid var(--primary);
  margin: 5px;
  background: var(--light-gray);
  border-radius: 8px;
  border-left: 0;
  border-right: 0;
}
.month-calendar h3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 28px;
}
.days-grid {
  display: flex;
  flex-wrap: wrap;
}
.calendar-day.day-name {
  background-color: transparent!important;
}
.calendar-day {
  width: calc(14.28%);
  text-align: center;
  padding: 4px 0;
  cursor: pointer;
  box-sizing: border-box;
}
.calendar-day span {
  border: 1px solid transparent;
  width: 30px;
  height: 30px;
  padding: 5px;
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.calendar-day span.event {
  background-color: var(--dark-turquoise);
  color: #fff;
  border-radius: 30px;
}
.calendar-day:hover span {
  background: var(--orange);
  color: var(--dark-turquoise);
}
.calendar-day.active span {
  background: var(--orange);
  color: var(--primary-dark);
}
/* Les jours sans événement */
.calendar-day.disabled {
  color: var(--dark-turquoise);
  cursor: default;
}
.calendar-day.disabled:hover span,.calendar-day.disabled.active span {
  background: transparent!important;
}
.calendar-day.empty {
  background: transparent;
  cursor: default;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch; /* Tous les éléments enfants auront la même hauteur */
}

.owl-carousel .owl-stage .owl-item,.owl-carousel .owl-stage .owl-item > * {
  flex: 1; /* L'élément direct prendra toute la hauteur disponible */
  display: flex;
}
button.owl-prev {
  position: absolute;
  bottom: 40px;
  left:-10px;
}
button.owl-next {
  position: absolute;
  bottom: 40px;
  right:-10px;
}
.owl-nav i {
  font-size:30px;
  color:var(--dark-turquoise);
}
.owl-dots {
  display: none;
}
.w-tab-content {
  min-height: 400px;
}
.spin-container {
  width: 100%;
  text-align: center;
}
.fa-spin {
  font-size: 50px;
  width: fit-content;
  color: var(--dark-turquoise);
  left: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.w-dyn-list {
  width: 100%;
}
#eventsSearchForm {
  display: flex;
  align-items: baseline;
  column-gap: 15px;
  margin: 15px 0 20px 0;
}
input:focus, textarea:focus {
  border-color: var(--primary);
  outline: 0;
}
.w-tab-pane {
  display: block;
}