:root {
  --paragraph-steel-gray: #888;
  --neovia-blue: #1a4054;
  --green-yellow: #beff35;
  --914bf1: white;
  --heading-black: #0f0f0f;
  --blue: #2d44e3;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-100: #fafafa;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--primary-dark: #2d0896;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.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-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

h1 {
  color: #0f0f0f;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 3.875rem;
}

h2 {
  color: #0f0f0f;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3.25rem;
}

h3 {
  clear: none;
  color: #0f0f0f;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 2.625rem;
}

h4 {
  color: #0f0f0f;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.5rem;
}

h5 {
  color: #0f0f0f;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 2rem;
}

h6 {
  color: #0f0f0f;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

p {
  color: var(--paragraph-steel-gray);
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
}

ol {
  color: var(--paragraph-steel-gray);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
}

li {
  color: var(--paragraph-steel-gray);
  font-family: Syne, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
}

blockquote {
  border-left: 5px solid var(--neovia-blue);
  color: var(--paragraph-steel-gray);
  margin-bottom: 10px;
  padding: 0 12px;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
}

.rich-text-block {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

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

.navbar-menu-btn {
  padding: 0;
}

.navbar-menu-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.home-one-navbar-menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.image-height-auto {
  object-fit: cover;
  border-radius: 0;
  margin-bottom: 9px;
}

.image-height-auto.border-radius-fifty {
  border-radius: 50px;
}

.image-height-auto.border-radius-fifty.image-absolute-seven {
  position: absolute;
  inset: auto auto -42px 0%;
}

.image-height-auto.border-radius-twenty {
  border-radius: 20px;
}

.image-height-auto.border-radius-twenty.image-absolute-one {
  position: absolute;
  inset: 0% 10% auto auto;
}

.image-height-auto.border-radius-twenty.image-absolute-five {
  position: absolute;
  inset: auto auto 30px 30px;
}

.image-height-auto.border-radius-twenty.image-absolute-six {
  position: absolute;
  inset: -22px 0% auto auto;
}

.image-height-auto.border-radius-twenty.width-hundred {
  width: 100%;
}

.image-height-auto.border-radius-twenty.box-shadow-on {
  box-shadow: 5px 0 50px #0000001a;
}

.image-height-auto.border-radius-twenty.contact-img-one {
  display: none;
}

.image-height-auto.border-radius-twenty.margin-top-thirty {
  margin-top: 30px;
}

.image-height-auto.image-absolute-two {
  position: absolute;
  inset: auto auto 0% -14%;
}

.image-height-auto.image-absolute-three {
  position: absolute;
  inset: -15% 0% auto auto;
}

.image-height-auto.twenty-half {
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}

.image-height-auto.image-absolute-four {
  position: absolute;
  inset: auto 10px -80px auto;
}

.image-height-auto.image-absolute-eight {
  position: absolute;
  inset: -50px auto auto 0%;
}

.image-height-auto.border-radius-one-eighty {
  border-radius: 180px;
}

.image-height-auto.software-star-img {
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-height-auto.easy-project-image {
  border-radius: 20px;
  position: absolute;
  inset: auto 40px -30px auto;
}

.image-height-auto.border-radius-two-hundred {
  border-radius: 200px;
}

.image-height-auto.faq-star-img {
  position: absolute;
  inset: -23px auto auto 50px;
}

.image-height-auto.analytical-data-image {
  border-radius: 20px;
  position: absolute;
  inset: auto auto -30px 120px;
}

.image-height-auto.margin-bottom-ten {
  margin-bottom: 10px;
}

.image-height-auto.border-radius-sixty {
  border-radius: 60px;
}

.image-height-auto.best-choose-img {
  border-radius: 10px;
  position: absolute;
  inset: 30px 30px 0% auto;
}

.image-height-auto.border-radius-ten {
  border-radius: 10px;
}

.image-height-auto.research-img {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.image-height-auto.apply-img {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.image-height-auto.megamenu-arrow {
  align-self: center;
}

.navbar-main {
  background-color: #fff;
  border-bottom: 1px #525558;
  align-items: center;
  height: 80px;
  min-height: 5rem;
  display: flex;
}

.navbar-main.transparent {
  background-color: #0000;
  border-bottom-color: #cfcfcf;
}

.navbar-main.transparent.one {
  border-bottom-color: #525558;
}

.navbar-menu-dropdown.visible-sm-hidden-lg {
  display: none;
}

.navbar-logo-link {
  padding-left: 0;
}

.navbar-logo-link.w--current {
  font-family: Syne, sans-serif;
}

.navbar-logo-link.desktop-hidden-responsive-visiblele {
  display: none;
}

.navbar-logo-link.desktop-visible-responsive-hidden {
  display: block;
}

.navbar-logo-link.desktop-visible-responsive-hidden.home-three-menu {
  margin-top: 45px;
}

.navbar-logo-link.desktop-visible-responsive-hidden.home-three-menu.w--current {
  margin-left: 0%;
}

.dropdown-linklist {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 5px .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
  transform: translate(0);
}

.navbar-dropdown-link:hover {
  transform: translate(8px);
}

.navbar-section {
  z-index: 99;
  position: fixed;
  inset: 0 0 auto;
}

.dropdown-icon {
  justify-content: center;
  align-items: center;
  width: .85rem;
  height: .85rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.dropdown-icon.color-white {
  filter: invert();
}

.nav-sticky-bg {
  background-color: #fff;
  border-bottom: 1px #525558;
  position: absolute;
  inset: 0%;
}

.nav-sticky-bg.transparent {
  background-color: #0000;
  border-bottom-style: solid;
  border-bottom-color: #cfcfcf;
}

.nav-sticky-bg.transparent.no-border {
  border-bottom-style: none;
}

.nav-sticky-bg.transparent.one {
  border-bottom-color: #525558;
}

.submenu-text {
  color: #0b0f12;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Syne, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.dropdown-list {
  border-radius: 12px;
  max-width: 20rem;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px #eaecf0;
  padding: .75rem;
  right: -50%;
}

.menu-link-toggle {
  color: #0b0f12;
  letter-spacing: .04rem;
  text-transform: capitalize;
  align-items: center;
  padding: .75rem 2rem .75rem 1.5rem;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5625rem;
  transition: all .3s;
  display: flex;
}

.menu-link-toggle:hover {
  color: #344054;
}

.menu-link-toggle.white-menu {
  color: #fff;
  text-transform: capitalize;
  font-family: Syne, sans-serif;
  line-height: 1.75rem;
}

.menu-link-toggle.white-menu.margin-left-zero {
  padding-left: 0;
}

.navbar-menu-left {
  padding-left: 20px;
}

.navbar-menu-left.center {
  padding-left: 6%;
}

.navbar-menu-left.margin-left-zero {
  padding-left: 0;
}

.navbar-menu-left.margin-left-zero.desktop-visible-responsive-hidden.home-three-menu {
  margin-top: 45px;
}

.navbar-menu-left.desktop-hidden-responsive-visiblele {
  display: none;
}

.primary-button {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  background-color: var(--green-yellow);
  opacity: 1;
  color: var(--green-yellow);
  letter-spacing: .28em;
  text-transform: capitalize;
  cursor: pointer;
  object-fit: contain;
  border-style: none;
  border-width: 1px;
  border-radius: 60px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  min-height: auto;
  padding: 7px 10px 5px 7px;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7rem;
  text-decoration: none;
  display: block;
  position: relative;
}

.primary-button:hover {
  background-color: var(--neovia-blue);
  color: var(--914bf1);
}

.primary-button.transparent-btn {
  color: var(--914bf1);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.primary-button.transparent-btn.dark-text {
  color: var(--heading-black);
}

.primary-button.bordered-btn {
  border-style: solid;
  border-color: var(--heading-black);
  background-color: #0000;
}

.primary-button.bordered-btn.light-border-btn {
  border-color: #cbcbcb;
}

.primary-button.service-one-btn {
  position: absolute;
  inset: auto auto 0% 42%;
}

.primary-button.pricing-one-btn {
  grid-column-gap: 15px;
  background-color: var(--914bf1);
  justify-content: center;
  transition: all .45s;
  position: static;
}

.primary-button.pricing-one-btn:hover {
  transform: translate(0, -5px);
}

.primary-button.pricing-one-btn.w--current:hover {
  background-color: var(--914bf1);
}

.primary-button.pricing-one-btn.blue-bg {
  background-color: #c0e9ff;
}

.primary-button.pricing-one-btn.green-bg {
  background-color: var(--green-yellow);
}

.primary-button.pricing-one-btn.orange-bg {
  background-color: #ffdca8;
}

.primary-button.career-btn {
  grid-column-gap: 10px;
  background-color: var(--neovia-blue);
  flex: 0 auto;
  order: 0;
  justify-content: center;
  padding: 6px 30px;
  display: flex;
}

.primary-button.career-btn.green-bg {
  background-color: var(--green-yellow);
  width: 185px;
}

.primary-button.landing-btn {
  border-style: solid;
  border-color: var(--green-yellow);
}

.primary-button.landing-btn.bg-trasparent {
  color: var(--914bf1);
  background-color: #beff3500;
}

.primary-button.article-button {
  aspect-ratio: auto;
  object-fit: fill;
  display: block;
  position: relative;
}

.primary-button.kariera-button {
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.primary-button.button-header:hover {
  background-color: var(--green-yellow);
  color: var(--neovia-blue);
}

.button-text {
  color: var(--neovia-blue);
  letter-spacing: 0;
  text-transform: none;
  padding: 5px 52px 5px 15px;
  position: relative;
}

.button-text:hover {
  color: var(--914bf1);
}

.button-text.no-padding {
  color: var(--neovia-blue);
  margin-right: 15px;
  padding-left: 0;
  padding-right: 32px;
}

.button-text.black-btn-text {
  color: var(--heading-black);
  padding-left: 0;
  padding-right: 0;
}

.button-text.white-btn-text {
  padding-left: 0;
  padding-right: 0;
}

.button-text.white-text {
  color: var(--914bf1);
  padding-left: 0;
  padding-right: 0;
}

.button-text.neovia-blue-text {
  color: var(--neovia-blue);
  font-size: 1.1rem;
  font-weight: 700;
}

.button-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.button-arrow {
  z-index: 1;
  object-fit: cover;
  min-width: 1.06em;
  position: absolute;
}

.button-arrow.white-arrow {
  filter: invert();
}

.button-arrow.career-btn-arrow {
  align-self: center;
  position: static;
}

.bg-round-black {
  border: 1px solid var(--914bf1);
  background-color: var(--914bf1);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  max-width: none;
  height: 2.5rem;
  display: flex;
  position: absolute;
  inset: 5px 5px 0% auto;
}

.bg-round-black.transparent-btn {
  background-color: #0000;
  border-style: none;
}

.bg-round-black.green-bg {
  border-color: var(--green-yellow);
  background-color: var(--green-yellow);
  width: 2rem;
  height: 2rem;
  margin-top: 3px;
  margin-left: 10px;
  position: static;
}

.bg-round-black.big {
  width: 3.5rem;
  height: 3.5rem;
}

.bg-round-black.dark-bg {
  background-color: var(--heading-black);
}

.bg-round-black.green-circle {
  background-color: var(--green-yellow);
}

.bg-round-black.pricing-one-btn {
  background-color: #0000;
  align-self: center;
  width: 0;
  height: auto;
  position: static;
}

.home-one-hero-section {
  background-image: url('../images/Home-One-Banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 196px;
  padding-bottom: 120px;
}

.container-one {
  opacity: 1;
  background-color: #0000;
  max-width: 1320px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.container-one.text-banner {
  color: var(--neovia-blue);
  padding-top: 100px;
}

.home-one-hero-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.home-one-hero-left {
  flex: 1;
  padding-top: 40px;
}

.home-one-hero-right {
  flex: 1;
  max-width: 45%;
  position: relative;
}

.memorable-text {
  color: var(--914bf1);
  letter-spacing: 0;
  text-transform: none;
  background-image: url('../images/Memorable-Brand_1Memorable-Brand.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 31px 2px;
  padding-left: 45px;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.memorable-text.blue-text {
  color: var(--neovia-blue);
  text-transform: none;
  background-image: url('../images/Business-Strategy-Line_1Business-Strategy-Line.webp');
}

.memorable-text.dark-text {
  color: var(--heading-black);
  background-image: url('../images/Black-Line.svg');
}

.memorable-text.green-text-with-line {
  color: var(--green-yellow);
  background-image: url('../images/Green-Line_1Green-Line.webp');
}

.memorable-text.neovia-blue-text {
  color: var(--neovia-blue);
  background-image: url('../images/linka-blue-neovia.png');
  justify-content: flex-start;
  display: flex;
}

.home-one-banner-flex-one {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 28px;
}

.home-one-banner-flex-one.home-five-banner-flex {
  margin-bottom: 0;
}

.color-white {
  color: var(--914bf1);
}

.color-white.margin-top-ten {
  margin-top: 10px;
}

.color-white.margin-top-ten.margin-right-one-twenty {
  margin-right: 125px;
}

.color-white.margin-bottom-forty {
  margin-bottom: 30px;
}

.color-white.margin-right-three-hundred {
  text-transform: none;
}

.color-white.margin-bottom-twenty {
  color: var(--914bf1);
  text-transform: none;
  font-family: Syne, sans-serif;
  font-weight: 600;
}

.color-white.home-three-work-heading {
  margin-right: 40px;
}

.color-white.margin-right-two-hundred {
  margin-right: 200px;
}

.color-white.margin-right-two-twenty {
  text-transform: none;
  margin-right: 220px;
}

.green-text {
  color: var(--green-yellow);
}

.product-text {
  color: var(--914bf1);
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Syne, sans-serif;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 3.875rem;
}

.grey-text {
  color: #dadada;
}

.grey-text.margin-right-fifty {
  margin-right: 50px;
}

.grey-text.margin-bottom-zero {
  margin-bottom: 0;
}

.grey-text.margin-bottom-zero.padding-left-right-eighteen-percent {
  padding-left: 18%;
  padding-right: 18%;
}

.grey-text.margin-bottom-zero.padding-left-right-twenty-percent {
  padding-left: 22%;
  padding-right: 22%;
}

.grey-text.dark-text {
  color: #0f0f0f;
}

.grey-text.margin-bottom-twentyfive {
  margin-bottom: 25px;
}

.grey-text.margin-bottom-twentyfive.padding-left-right-twelve-percent {
  color: #fff;
  align-self: center;
}

.grey-text.margin-right-startup {
  margin-right: 10px;
}

.grey-text.para-absolute-one {
  position: absolute;
  inset: 30px 20px auto;
}

.grey-text.para-absolute-one.para-absolute-three {
  left: 30px;
  right: 30px;
}

.grey-text.para-absolute-two {
  position: absolute;
  inset: auto 20px 15px;
}

.grey-text.limit-four-thirty {
  max-width: 430px;
  margin-bottom: 0;
}

.grey-text.padding-left-right-twenty-percent {
  padding-left: 24%;
  padding-right: 24%;
}

.home-one-banner-flex-two {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-top: 20px;
}

.we-make-block-outer {
  background-color: #0f0f0f;
  border-radius: 20px;
  margin-top: 20px;
  box-shadow: 4px 0 50px #0f0f0f14;
}

.we-make-block-outer.green-bg {
  background-color: #beff35;
  margin-top: 32px;
}

.home-one-section-two {
  padding-top: 110px;
  padding-bottom: 120px;
}

.we-heading {
  color: #fffcfc;
  margin-bottom: 18px;
  font-size: 1.5625rem;
  line-height: 2rem;
}

.we-heading.dark-text {
  color: #0f0f0f;
}

.everything-heding {
  text-transform: none;
  margin-bottom: 0;
}

.home-one-business-right {
  flex: 1;
  position: relative;
}

.home-one-business-left {
  flex: 1;
}

.home-one-business-needs-one {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
}

.we-make-block-inner {
  padding: 20px 40px 35px;
}

.margin-bottom-twenty {
  color: var(--neovia-blue);
  text-transform: none;
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.6rem;
}

.margin-bottom-twenty.independent-margin-right {
  margin-right: 0%;
}

.margin-bottom-twenty.contact-three-heading {
  margin-top: 40px;
  margin-right: 50px;
}

.margin-bottom-twenty.faq-heading-outsourcing {
  font-size: 2.1rem;
  line-height: 2.2rem;
}

.home-one-project-flex-three {
  padding-top: 80px;
}

.home-one-project-flex-two {
  border-radius: 20px;
  margin-top: 30px;
}

.home-one-project-flex-two.hidden {
  display: none;
}

.home-one-section-three {
  background-color: #f4f4f4;
  padding-top: 110px;
  padding-bottom: 120px;
}

.home-one-project-left {
  background-image: linear-gradient(#1a1a20d9, #1a1a20 48%, #1a1a20d9);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 1;
  max-width: 30%;
  max-height: 558px;
  position: relative;
  overflow: hidden;
}

.counter-heading {
  margin-bottom: 4px;
  font-size: 2.5rem;
  line-height: 3.4375rem;
}

.counter-heading.color-white.margin-bottom-seventy {
  margin-bottom: 70px;
}

.counter-heading.color-white.para-absolute-two {
  position: absolute;
  inset: auto 20px 15px;
}

.counter-heading.color-white.para-absolute-two.para-absolute-three {
  left: 30px;
  right: 30px;
}

.counter-heading.color-white.margin-bottom-one-fiftyfive {
  margin-bottom: 155px;
}

.counter-heading.margin-bottom-one-thirty {
  margin-bottom: 130px;
}

.counter-heading.margin-bottom-one-fiftyfive {
  margin-bottom: 155px;
}

.counter-heading.margin-bottom-one-forty {
  margin-bottom: 138px;
}

.home-one-project-flex-one {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
}

.home-one-project-right {
  background-color: #fffcfc;
  flex: 1;
  justify-content: flex-end;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.number-block-one {
  text-align: center;
  border-right: 1px solid #e1e1e1;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 3.5%;
  padding-right: 3.5%;
}

.number-block-one.no-border {
  border-right-style: none;
}

.padding-left-right-twelve-percent {
  padding-left: 12%;
  padding-right: 12%;
}

.blue-text {
  color: #2d44e3;
}

.process-text {
  color: #fffcfc;
  text-transform: capitalize;
  background-image: url('../images/Home-One-Green-Check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 35px;
}

.process-text.blue-circle {
  text-transform: none;
  background-image: url('../images/Green-Check_1.svg');
}

.quick-links-heading {
  color: #fffcfc;
  margin-top: 0;
  margin-bottom: 19px;
  font-family: Syne, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-decoration: none;
}

.quick-links-heading.grey-text {
  color: #8b8b8b;
}

.quick-links-heading.margin-bottom-zero {
  margin-bottom: 0;
}

.quick-links-heading.dark-text {
  color: var(--heading-black);
}

.process-execution-block {
  flex-flow: row;
  display: flex;
}

.footer-flex-block-one {
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer-flex-block-one.home-three-footer {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-flex-block-one.home-three-footer.home-five-footer {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.features-link {
  color: #fffcfc;
  text-transform: capitalize;
  cursor: pointer;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  text-decoration: none;
  transition: all .3s;
}

.features-link:hover {
  transform: translate(8px);
}

.features-link.paragraph-text {
  color: var(--paragraph-steel-gray);
}

.features-link.margin-bottom-zero {
  text-transform: none;
}

.devider-one {
  background-color: #717171;
  width: 100%;
  height: 1px;
}

.devider-one.light-color {
  background-color: #dadada;
}

.devider-one.light-color.margin-bottom-thirty.margin-top-twenty {
  margin-top: 20px;
}

.footer-link-block {
  border: 1px solid #453c3f;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.footer-link-block:hover {
  background-color: #0f0f0f;
  border-color: #0f0f0f;
}

.home-one-invest-left {
  flex: 1;
}

.home-one-footer-flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-right: 10px;
}

.home-one-footer {
  background-image: url('../images/Home-One-Banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
}

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

.no-underline.color-dark {
  color: var(--heading-black);
}

.home-one-invest-right {
  flex: 1;
  position: relative;
}

.home-one-invest-block {
  padding-bottom: 150px;
}

.have-project-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
}

.process-execution-left, .process-execution-right {
  flex: 1;
}

.container-two {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-two.position-relative {
  position: relative;
}

.home-one-comment-flex {
  justify-content: space-between;
  align-items: center;
  padding-top: 43px;
  padding-bottom: 43px;
}

.home-one-footer-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 104px 0 96px;
}

.home-one-footer-stack.home-two-footer-stack {
  padding-top: 60px;
  padding-bottom: 82px;
}

.pricing-acco-icon {
  justify-content: center;
  align-items: center;
  margin-top: -1rem;
  display: flex;
}

.acoo-two-heading-title {
  color: var(--914bf1);
  background-image: url('../images/White-Check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 30px;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.faq-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.faq-question-bar {
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.faq-question-wrap {
  cursor: pointer;
  border: 1px #000;
  border-bottom: 1px dashed #aeaeaecc;
  padding-left: 10px;
  padding-right: 10px;
}

.faq-question-wrap.faq-question-three.no-border {
  border-bottom-style: none;
}

.text-block-main {
  font-family: Syne, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-block-main.margin-bottom-one-rem {
  margin-bottom: 1rem;
}

.text-block-main.grey-text {
  color: #cecdcd;
}

.text-block-main.grey-text.footer-text {
  text-transform: none;
  mix-blend-mode: normal;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 10px;
  font-weight: 400;
  line-height: 8px;
}

.text-block-main.grey-text.footer-text:hover {
  color: var(--914bf1);
}

.text-block-main.grey-text.footer-link {
  align-self: center;
  padding-right: 10px;
  font-size: 10px;
  font-weight: 400;
  line-height: 8px;
  text-decoration: none;
  transition: all .3s;
  transform: translate(0);
}

.text-block-main.grey-text.footer-link:hover {
  color: #fff;
  transform: translate(5px);
}

.text-block-main.footer-text {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
}

.acco-block {
  width: 100%;
  height: 1px;
}

.faq-content {
  overflow: hidden;
}

.home-one-projects-card-arrow-wrap {
  border: 1px solid #00000014;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.home-one-project-card {
  flex: 1;
}

.home-one-prject-card-top {
  grid-column-gap: 12px;
  display: flex;
}

.home-one-projects-card-category {
  color: #0f0f0f;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.home-one-projects-card-text-contain {
  flex-flow: column wrap;
  align-items: flex-start;
  display: flex;
}

.home-one-project-image-link {
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
  display: flex;
  overflow: hidden;
}

.home-one-project-card-image {
  object-fit: cover;
  width: 100%;
}

.home-one-project-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 100px;
}

.project-strategy-text {
  color: #606060;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.home-one-projects-card-heading {
  z-index: 3;
  background-color: #fffcfc;
  margin-top: 18px;
  font-size: 1.5625rem;
  line-height: 2rem;
  position: relative;
}

.home-one-projects-card-category-wrap {
  border: 1px solid #00000014;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.easy-project-right {
  flex: 1;
  display: none;
  position: relative;
}

.amazing-project-link {
  grid-column-gap: 20px;
  color: #fffcfc;
  text-transform: capitalize;
  background-color: #2d44e3;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Syne, sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 2rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% -34px;
}

.software-flex-block {
  position: relative;
}

.software-flex-block.margin-bottom-thirty-five {
  margin-bottom: 35px;
}

.home-one-section-four {
  background-image: url('../images/Home-One-Banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 110px;
  overflow: hidden;
}

.home-one-btn-block {
  margin-bottom: 146px;
  position: relative;
}

.easy-project-flex {
  margin-top: 70px;
  margin-bottom: 190px;
}

.easy-project-left {
  flex: 1;
  position: relative;
}

.footer-first-col {
  position: relative;
}

.footer-spiral-img {
  object-fit: cover;
  position: absolute;
  inset: 0% 15% auto auto;
}

.footer-spiral-img.home-two-footer-star {
  top: 15%;
  right: 0%;
}

.home-two-hero-flex-right {
  position: relative;
}

.home-two-banner-paragraph {
  margin-right: 170px;
}

.home-two-banner-star-img {
  object-fit: cover;
  margin-top: -143px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-two-hero-flex-left {
  position: relative;
}

.home-two-hero-flex-two {
  grid-column-gap: 15px;
  margin-top: 70px;
}

.home-two-hero-flex-one {
  grid-column-gap: 55px;
  padding-bottom: 40px;
  padding-left: 3%;
  padding-right: 3%;
}

.blue-circle-image {
  object-fit: cover;
  position: absolute;
  inset: -5px auto auto 70px;
}

.home-two-hero-section {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 20px;
}

.home-two-know-company-flex {
  grid-column-gap: 25px;
}

.home-two-know-company-one {
  flex: 1;
  position: relative;
}

.home-two-know-image-block {
  cursor: pointer;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.insurence-text.margin-bottom-zero {
  margin-bottom: 0;
}

.insurence-text.color-grey {
  color: #bdbcbc;
}

.insurence-text.color-grey.margin-bottom-zero {
  text-shadow: 0 1px 1px #0003;
}

.home-two-know-company-two {
  border-radius: 20px;
  flex: 1;
  box-shadow: 5px 0 35px #0000000f;
}

.home-two-section-two {
  padding-top: 120px;
  padding-bottom: 120px;
}

.financial-business-data-block {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 10px 30px 20px;
}

.insurence-heading {
  text-transform: none;
  margin-bottom: 15px;
  font-family: Syne, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.insurence-heading.margin-top-zero {
  margin-top: 0;
}

.home-two-star-img {
  object-fit: cover;
  position: absolute;
  inset: auto 25% -12% auto;
}

.breaking-ice-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

.breaking-ice-block.padding-left-right-eighteen-percent {
  padding-left: 18%;
  padding-right: 18%;
}

.home-two-square-img {
  object-fit: cover;
  position: absolute;
  inset: auto auto 100px 0%;
}

.home-two-circle-img {
  object-fit: cover;
  position: absolute;
  inset: -150px 0% auto auto;
}

.home-two-circle-img.consuming-firm {
  top: -50px;
}

.home-two-section-four {
  background-image: url('../images/Homepage-banner-3840x1712.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.green-star-img {
  object-fit: cover;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-two-spiral-image {
  object-fit: cover;
  position: absolute;
  top: auto;
  left: auto;
  right: 0%;
}

.corporate-solution-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  margin-top: 30px;
}

.corporate-box-one {
  background-color: #181b25;
  border-radius: 20px;
  flex: 1;
  align-self: stretch;
  padding: 45px 35px 35px;
  display: block;
}

.corporate-box-two {
  background-color: var(--green-yellow);
  border-radius: 20px;
  flex: 1;
  align-self: stretch;
  padding: 45px 35px 35px;
}

.home-two-solution-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  padding-bottom: 40px;
  position: relative;
}

.growth-planning-bg {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #dadada;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 28px;
  margin-right: 60px;
  padding: 20px 20px 15px;
  transition: all .45s;
  display: flex;
}

.growth-planning-bg:hover {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.margin-right-fifty {
  margin-right: 40px;
}

.home-two-section-seven {
  padding-top: 60px;
}

.creative-idea-image-block {
  background-image: url('../images/Creative-Idea.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 1;
  max-width: 39%;
  height: 496px;
  position: relative;
}

.creative-idea-text-block {
  background-image: url('../images/Homepage-banner-3840x1712.png');
  background-position: 40% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  padding: 40px 60px 92px;
  position: relative;
}

.margin-bottom-thirtyeight {
  margin-bottom: 38px;
}

.margin-bottom-thirtyeight.color-white {
  color: var(--914bf1);
}

.green-gradient-bg {
  background-image: linear-gradient(to bottom, var(--green-yellow), white);
  border-radius: 0;
  padding: 40px 20px;
}

.pink-spiral-two-img {
  height: auto;
  position: absolute;
  inset: 100px 90px auto auto;
}

.home-two-footer-section {
  padding-bottom: 22px;
}

.home-two-email-text {
  grid-column-gap: 5px;
  color: var(--heading-black);
  cursor: pointer;
  align-items: center;
  width: 270px;
  font-family: Syne, sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.home-two-contact-block {
  margin-top: 65px;
}

.blue-bg-footer-container {
  background-color: #d3f5ff;
  border-radius: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.bottom-border-block {
  border-bottom: 1px dashed #565656;
}

.col-three {
  flex-direction: column;
  display: flex;
  position: relative;
}

.yellow-circle-icon-footer {
  object-fit: cover;
  position: absolute;
  inset: auto -65% -30% auto;
}

.independet-advise-image {
  border-radius: 20px;
  height: auto;
  position: absolute;
  inset: auto 12% 42px;
}

.home-two-section-six {
  background-color: #ecedf8;
  padding-top: 115px;
  padding-bottom: 120px;
}

.margin-right-three-hundred {
  margin-right: 300px;
}

.home-two-square-right-img {
  object-fit: cover;
  position: absolute;
  inset: 60px 0% auto auto;
}

.project-collection-list-wrapper {
  border-top: 1px solid #c0c2dc;
}

.home-two-project-link {
  text-transform: capitalize;
  border-bottom: 1px solid #c0c2dc;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.project-text-box-outer {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.project-image-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 468px;
  display: flex;
  position: relative;
}

.project-main-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.project-text-box-inner-one {
  flex: 1;
  justify-content: space-between;
  max-width: 100%;
  display: flex;
}

.project-text-box-inner-two {
  align-items: center;
  display: flex;
}

.p-arrow {
  align-self: center;
  width: 33px;
  height: 33px;
}

.project-down-arrow {
  object-fit: cover;
}

.project-two-sub-heading {
  color: var(--heading-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3.25rem;
  text-decoration: none;
}

.project-two-sub-heading.project-two-heading {
  z-index: 1;
  text-transform: none;
  flex-flow: row;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  position: relative;
}

.project-two-sub-heading.project-two-heading.color-white {
  color: var(--914bf1);
}

.project-two-border {
  background-color: #c3c3c3;
  width: 1px;
  height: 100%;
  margin-left: 16px;
  margin-right: 16px;
}

.project-two-tag-txt {
  color: var(--paragraph-steel-gray);
  font-family: Syne, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.home-two-background-video {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 720px;
  padding-top: 220px;
  padding-bottom: 40px;
  display: flex;
}

.home-two-section-three {
  background-image: linear-gradient(#0003, #0003);
}

.home-three-hero-icon {
  background-image: url('../images/Homepage-banner-3840x1712.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 165px 3% 60px;
}

.home-three-banner-text {
  color: #dadada;
  margin-right: 290px;
}

.pink-text {
  color: #d42baf;
}

.home-three-banner-flex {
  justify-content: center;
  align-items: center;
  position: relative;
}

.home-three-banner-img {
  object-fit: cover;
  border-radius: 20px;
  margin-top: -360px;
  transform: rotate(-4deg);
  box-shadow: 5px 0 50px #0003;
}

.home-three-section-three {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Syne, sans-serif;
}

.home-three-business-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 0;
}

.high-performence-block {
  text-align: left;
  background-color: #fafafa;
  border-radius: 10px;
  padding: 30px 30px 10px;
  transition: all .45s;
}

.high-performence-block:hover {
  background-color: var(--914bf1);
  box-shadow: 5px 0 50px #00000014;
}

.margin-bottom-zero {
  text-align: left;
  margin-bottom: 0;
}

.margin-bottom-zero.padding-left-right-eighteen-percent {
  text-align: center;
  margin-bottom: 0;
  padding-left: 18%;
  padding-right: 18%;
}

.margin-bottom-zero.margin-top-five {
  margin-top: 5px;
}

.margin-bottom-zero.padding-left-right-twenty-two-percent {
  padding-left: 22%;
  padding-right: 22%;
}

.high-performence-icon {
  border-radius: 4px;
  height: auto;
}

.home-three-project-management-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  padding-top: 20px;
  display: none;
}

.home-three-project-left {
  flex: 1;
  position: relative;
}

.home-three-project-right {
  flex: 1;
  max-width: 45%;
}

.project-management-img-one {
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  height: auto;
  box-shadow: 5px 0 50px #00000014;
}

.project-management-img-two {
  border-radius: 20px;
  height: auto;
  margin-top: 25px;
  box-shadow: 5px 0 50px #00000014;
}

.home-three-square-img {
  position: absolute;
  inset: 15px 12% auto auto;
}

.faq {
  border: 1px solid #e1e1e1;
  border-radius: 15px;
  margin-bottom: 14px;
  position: relative;
}

.acco-icon {
  object-fit: cover;
}

.acoo-two-heading-title-two {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.accordian-content {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 50px;
}

.question {
  grid-column-gap: 25px;
  cursor: pointer;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
  display: flex;
}

.faq-content-wrapper {
  margin-top: 30px;
}

.home-three-section-four {
  background-color: #1a4054;
  padding-top: 60px;
  padding-bottom: 40px;
}

.home-three-section-five {
  background-color: var(--heading-black);
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-three-footer {
  background-color: var(--neovia-blue);
}

.get-in-touch-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.get-in-touch-block.padding-left-right-eighteen-percent {
  padding: 60px 18%;
  position: relative;
}

.get-in-touch-block.padding-left-right-fourteen-percent {
  padding-left: 13%;
  padding-right: 13%;
}

.get-in-touch-block.padding-left-right-twelve-percent {
  position: relative;
}

.get-in-touch-block.margin-top-one-ten {
  margin-top: 110px;
}

.get-in-touch-block.position-relative {
  position: relative;
}

.blue-square-img {
  position: absolute;
  inset: 20% 0% auto auto;
}

.pink-spiral-three-img {
  position: absolute;
  inset: 40% auto auto 0%;
}

.home-three-footer-link-block {
  border: 1px solid var(--914bf1);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.home-three-footer-menu {
  grid-column-gap: 40px;
}

.home-three-copyright-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
}

.home-three-footer-devider {
  background-color: var(--914bf1);
  align-self: center;
  width: 1px;
  height: 12px;
}

.footer-flex-block-two {
  background-color: #1a4054;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-three-section-six {
  padding-top: 115px;
  padding-bottom: 120px;
}

.home-three-section-six.hidden {
  display: none;
}

.home-three-product-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 48px;
  display: flex;
}

.home-three-product-wrap.hidden {
  display: none;
}

.home-three-product-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px dashed #bcbcbc;
  justify-content: space-between;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.home-three-product-block.top-border-on {
  border-top: 1px dashed #bcbcbc;
}

.home-three-product-block.about-one-product-block {
  z-index: 2;
  border-top: 1px dashed #b1b1b1;
  border-bottom-style: none;
  border-bottom-color: #b1b1b1;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.product-title-wrap {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.product-content-wrap {
  align-items: center;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.product-image {
  transform-origin: 0 100%;
  border-radius: 10px;
  flex: none;
  width: auto;
  max-width: none;
  height: 182px;
  display: block;
  position: absolute;
  inset: auto 0% auto auto;
}

.project-font {
  font-weight: 400;
}

.home-three-section-seven {
  background-color: var(--heading-black);
  padding-top: 115px;
  padding-bottom: 120px;
}

.home-three-work-block {
  justify-content: center;
  position: sticky;
  top: 0;
}

.home-three-work-left {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 100vh;
}

.home-three-work-left.one {
  background-image: url('../images/Home-Three-Work-One.webp');
}

.home-three-work-left.two {
  background-image: url('../images/Home-Three-Work-Two.webp');
}

.home-three-work-left.three {
  background-image: url('../images/Home-Three-Work-Three.webp');
}

.home-three-work-right {
  background-color: #1f1f24;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-left: 80px;
  display: flex;
}

.technology-text {
  border: 1px solid var(--914bf1);
  color: var(--914bf1);
  border-radius: 60px;
  justify-content: center;
  align-items: flex-start;
  padding: 5px 20px;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
  display: inline-block;
}

.home-three-work-link {
  text-decoration: none;
  display: block;
}

.home-three-work-text {
  color: #dadada;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-right: 40px;
}

.home-three-work-block-main {
  margin-top: 48px;
  position: relative;
}

.home-four-hero-section {
  background-image: url('../images/Home-Four-Banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 140px;
  overflow: hidden;
}

.container-four-hero-flex {
  grid-column-gap: 40px;
}

.container-four-hero-left {
  flex: 1;
  position: relative;
}

.container-four-hero-right {
  background-image: url('../images/Home-Four-Banner-Img-One.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300px;
  flex: 1;
  position: relative;
}

.home-four-banner-circle {
  position: absolute;
  inset: -75px 85px auto auto;
}

.home-four-banner-img-three {
  border-radius: 15px;
  width: 216px;
  height: auto;
  position: absolute;
  inset: -100px 55px auto auto;
  box-shadow: 5px 0 50px #00000014;
}

.home-four-banner-img-two {
  border-radius: 20px;
  width: 315px;
  height: auto;
  margin-top: -60px;
  margin-left: -24px;
  box-shadow: 5px 0 50px #00000014;
}

.home-four-banner-img-four {
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  inset: auto 70px -115px auto;
  box-shadow: 5px 0 50px #00000014;
}

.blue-underline-text {
  background-image: url('../images/Startup-Line.webp');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: auto;
}

.home-four-section-two {
  padding-top: 115px;
  padding-bottom: 120px;
}

.home-four-star-block {
  position: relative;
}

.home-four-star {
  object-fit: cover;
  position: absolute;
  inset: auto 25% 10% auto;
}

.home-four-star.long-run {
  right: 40%;
}

.home-four-star.product-star {
  bottom: -10%;
  right: 5%;
}

.home-four-three-box-block {
  grid-column-gap: 30px;
  margin-top: 30px;
}

.home-four-three-box-block.spoluprace-nis {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-four-three-box-one {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  width: 33.33%;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 0;
  display: flex;
  box-shadow: 0 5px 50px #00000014;
}

.home-four-three-box-one.blue-bg {
  background-color: var(--neovia-blue);
}

.financial-planning-block {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.financial-planning-text {
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 2rem;
}

.home-four-arrow-block {
  border: 1px solid #000;
  border-radius: 100px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.home-four-arrow-block.greem-circle {
  border-color: var(--green-yellow);
  background-color: var(--green-yellow);
}

.home-four-three-box-data {
  padding: 25px 30px 10px;
}

.home-four-three-box-pic {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  display: flex;
  overflow: hidden;
}

.home-four-section-three {
  background-image: url('../images/Home-Four-Progress-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 140px;
}

.we-bring-text-block {
  color: var(--914bf1);
  text-transform: capitalize;
  font-family: Syne, sans-serif;
  font-size: 3.4375rem;
  font-weight: 600;
  line-height: 3.875rem;
}

.we-bring-text-line {
  position: relative;
}

.home-four-spiral-img {
  height: auto;
  margin-bottom: 10px;
}

.home-four-progress-block {
  grid-column-gap: 80px;
  margin-top: 105px;
}

.home-four-progress-left {
  flex: 1;
  align-self: center;
  margin-right: 50px;
}

.home-four-progress-right {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.strategy-img {
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  inset: auto auto -30px -10px;
  box-shadow: 0 5px 50px #0003;
}

.progress-name {
  color: #b9b9b9;
  text-transform: capitalize;
  flex: 1;
  align-items: flex-start;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.progress-bar-wrap {
  margin-bottom: 5px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: relative;
}

.progressbar-body {
  background-color: #0000;
  border: 1px solid #7e7e7e;
  border-radius: 20px;
  align-items: center;
  width: 100%;
  height: 18px;
  margin-top: 3px;
  padding-left: .5625rem;
  padding-right: .5625rem;
  display: flex;
}

.progress-number {
  color: #b9b9b9;
  text-align: right;
  flex: 1;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.progressbar-heading {
  align-items: flex-start;
  display: flex;
}

.progressbar-indicator {
  background-image: linear-gradient(to right, var(--green-yellow), white);
  opacity: 1;
  border-radius: 20px;
  width: 100%;
  height: 10px;
}

.progressbar-indicator.seventy-eight {
  width: 78%;
}

.progressbar-indicator.seventy-eight.bg-blue {
  background-color: var(--blue);
  background-image: none;
}

.progressbar-indicator.seventy-two {
  width: 72%;
}

.progressbar-indicator.seventy-two.bg-blue {
  background-color: var(--blue);
  background-image: none;
}

.progressbar-indicator.eighty-nine {
  width: 89%;
}

.progressbar-indicator.eighty-nine.bg-blue {
  background-color: var(--blue);
  background-image: none;
}

.home-four-section-four {
  background-image: linear-gradient(#f6f6f6, #fff);
  padding-top: 110px;
  padding-bottom: 120px;
}

.home-four-service-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.home-four-service-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-left-image-wrapper, .service-right-image-wrapper {
  position: relative;
}

.service-four-section-five {
  background-color: var(--heading-black);
  padding-top: 115px;
  padding-bottom: 120px;
}

.home-four-section-six {
  padding-top: 115px;
  padding-bottom: 120px;
}

.home-four-solution-main-block {
  grid-column-gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

.home-four-solution-block-right {
  background-color: var(--heading-black);
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: 623px;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
}

.case-study-icon-block {
  grid-column-gap: 25px;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.home-four-section-eight {
  background-image: url('../images/Home-One-Banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -120px;
  padding-top: 125px;
}

.home-four-section-seven {
  z-index: 1;
  background-color: var(--blue);
  padding-top: 120px;
}

.home-four-project-mind-block {
  text-align: center;
  background-image: url('../images/Home-Four-Project-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 400px;
  position: relative;
}

.home-four-solution-block-left {
  flex: 1;
}

.home-four-sticky-component {
  margin-top: 30px;
  padding-bottom: 0;
  position: relative;
}

.home-four-sticky-work-item {
  width: 100%;
  height: 100%;
  position: sticky;
  top: 2vh;
  overflow: hidden;
}

.home-four-sticky-work-item._02 {
  top: 4vh;
}

.home-four-sticky-work-item._03 {
  top: 6vh;
}

.work-sticky-item {
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.llink-image-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-four-link-cover-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-four-work-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
}

.home-four-project-cursor {
  background-color: var(--914bf1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  display: flex;
  position: absolute;
}

.home-four-project-heading {
  color: var(--914bf1);
  margin-top: 0;
  margin-bottom: 0;
}

.service-block {
  text-align: center;
  border-bottom: 1px solid #dadada;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.service-block.last.home-five-solution-block {
  border-bottom-style: dashed;
}

.service-block.home-five-solution-block {
  border-bottom-style: dashed;
  border-bottom-color: #cacaca;
}

.service-link {
  color: var(--heading-black);
  text-transform: capitalize;
  font-family: Syne, sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3.25rem;
}

.service-link.home-five-solution-link {
  color: var(--heading-black);
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}

.service-link.home-five-solution-link:hover {
  color: var(--blue);
}

.service-category-link {
  color: var(--paragraph-steel-gray);
  text-transform: capitalize;
  font-family: Syne, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.service-name {
  color: var(--heading-black);
  text-transform: none;
}

.service-left-image.content-management, .service-left-image.award-winning {
  position: absolute;
  inset: 0%;
}

.service-right-image {
  overflow: hidden;
}

.service-right-image.content-management, .service-right-image.award-winning {
  position: absolute;
  inset: 0%;
}

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

.featured-squre-img {
  object-fit: cover;
  position: absolute;
  inset: auto 10% -100% auto;
}

.header-email-button {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--heading-black);
  text-transform: lowercase;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5625rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.header-email-button.hidden-one {
  display: none;
}

.phone-btn-icon-block {
  overflow: hidden;
}

.phone-btn-text-block {
  height: 23px;
  overflow: hidden;
}

.email-btn-text.color-white.capitalized {
  text-transform: capitalize;
}

.process-accordin-slider {
  background-color: #0000;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.process-accordin-mask {
  width: 100%;
  max-width: 360px;
  height: auto;
  overflow: visible;
}

.process-accordin-slide {
  width: 100%;
  height: 100%;
  margin-right: 30px;
}

.p-accordin-slider-container {
  background-color: var(--heading-black);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 35px 40px;
  display: flex;
}

.p-accordin-slider-number-text {
  color: var(--914bf1);
  font-family: Syne, sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3.125rem;
}

.business-solutions-text {
  color: var(--914bf1);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Syne, sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 2rem;
}

.check-text {
  color: #dadada;
  background-image: url('../images/Green-Check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 4px;
  padding-left: 25px;
}

.p-accordin-slider-left-arrow {
  width: 50%;
  inset: 0% auto 0% 0%;
}

.p-accordin-slider-right-arrow {
  width: 50%;
  inset: 0% 0% 0% auto;
}

.slide-nav {
  display: none;
}

.dark-bg-body {
  background-color: var(--heading-black);
}

.home-five-hero-section {
  background-image: url('../images/Home-Three-Banner-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 120px;
  overflow: hidden;
}

.home-five-hero-block-one {
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

.desktop-hidden-responsive-visible {
  display: none;
}

.desktop-visible-responsive-hidden {
  margin-top: 20px;
  margin-bottom: 45px;
  display: block;
}

.green-text-with-underline {
  color: var(--green-yellow);
  text-decoration: underline;
}

.home-five-banner-img-left {
  flex: none;
}

.home-five-banner-img-right {
  flex: none;
  position: relative;
}

.home-five-scrolling-section {
  overflow: hidden;
}

.scrolling-container {
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.scrolling-block-one {
  background-color: var(--blue);
  color: var(--914bf1);
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: row;
  align-items: center;
  height: 66px;
  font-family: Syne, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  display: flex;
  position: relative;
}

.scrolling-block-two {
  color: var(--914bf1);
  text-transform: uppercase;
  background-color: #202026;
  align-items: center;
  height: 66px;
  font-family: Syne, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  display: flex;
  position: relative;
}

.scrolling-inside-line, .scrolling-inside-line-copy {
  align-items: center;
  display: flex;
}

.scrolling-item, .scrolling-item-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/White-Star_1White-Star.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 30px;
  padding-left: 60px;
  text-decoration: none;
  display: grid;
}

.home-five-section-three {
  background-color: var(--914bf1);
  padding-top: 115px;
  padding-bottom: 120px;
}

.pink-text-with-underline {
  color: #f623c8;
  text-decoration: underline;
}

.home-five-feature-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

.home-five-feature-wrap.about-two-feature-wrap {
  margin-top: 0;
}

.home-five-feature {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: none;
  display: flex;
}

.home-five-feature.reverse {
  justify-content: flex-end;
  margin-top: 10px;
}

.home-five-feature-item {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.home-five-feature-card {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #202026;
  border-radius: 20px;
  flex: none;
  align-items: center;
  padding: 16px;
  display: flex;
}

.feature-card-image-wrap {
  border-radius: 20px;
  height: 194px;
  overflow: hidden;
}

.feature-card-content-wrap {
  max-width: 460px;
  padding-right: 24px;
}

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

.home-five-section-four {
  background-color: #f6f6f6;
  padding-top: 115px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.home-five-project-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  margin-top: 35px;
}

.home-five-project-one {
  border-radius: 20px;
  flex: 1;
  height: 624px;
}

.home-five-project-box-one {
  background-color: var(--blue);
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 20px 35px 25px;
  box-shadow: 5px 0 50px #00000014;
}

.home-five-project-box-three {
  background-color: var(--green-yellow);
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 20px 35px 25px;
  box-shadow: 5px 0 50px #00000014;
}

.home-five-project-box-two {
  background-color: var(--heading-black);
  border-radius: 20px;
  padding-top: 30px;
  position: relative;
}

.home-five-project-box-four {
  background-color: var(--914bf1);
  border-radius: 20px;
  padding: 40px 25px 30px;
  box-shadow: 5px 0 50px #00000014;
}

.home-five-img-cover {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: none;
  box-shadow: 5px 0 50px #00000014;
}

.research-heading {
  color: var(--914bf1);
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}

.research-heading.dark-text {
  color: var(--heading-black);
}

.research-heading.dark-text.team-heading {
  text-align: left;
  margin-bottom: 15px;
}

.research-img-flex-block {
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-start;
}

.home-five-section-five {
  padding-top: 115px;
  padding-bottom: 120px;
}

.home-five-spiral-two {
  object-fit: cover;
  position: absolute;
  inset: auto 0% 10% auto;
}

.home-five-star-one {
  object-fit: cover;
  position: absolute;
  inset: auto 25% 0% auto;
}

.home-five-scrolling-block {
  margin-top: 30px;
  margin-bottom: 100px;
}

.home-five-scrolling-block.about-one-scrolling-block {
  margin-bottom: 0;
}

.home-five-scrolling-left {
  background-image: url('../images/Project-Strategy-Img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 1;
  height: 538px;
  position: relative;
}

.home-five-scrolling-left.about-one-scrolling-left {
  background-image: url('../images/About-One-Company.webp');
}

.home-five-scrolling-right {
  background-image: linear-gradient(#1a1a20d9, #1a1a20 48%, #1a1a20d9);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex: 1;
  max-height: 538px;
  position: relative;
  overflow: hidden;
}

.scrolling-heading-title {
  color: var(--914bf1);
  background-image: url('../images/White-Check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-left: 42px;
  font-size: 1.562rem;
  line-height: 2rem;
}

.selected-project-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 30px auto 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hero-image-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-five-hero-img {
  width: 100%;
  height: 100%;
  margin-top: 0;
  transform: scale(1.1);
}

.home-five-scrolling-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-mask {
  background-color: var(--heading-black);
  width: 0%;
  height: 100%;
  min-height: 100%;
}

.image-mask.bg-white {
  background-color: var(--914bf1);
}

.image-mask.bg-grey {
  background-color: #f6f6f6;
}

.home-five-get-in-touch-block {
  background-color: var(--green-yellow);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 60px;
  position: relative;
  overflow: hidden;
}

.home-five-get-in-left {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.home-five-get-in-right {
  flex: 1;
}

.business-img {
  height: auto;
  position: absolute;
  inset: auto -25% 0% auto;
}

.home-five-footer-section {
  background-image: url('../images/Homepage-banner-3840x1712.png');
  background-position: 0 0;
  background-size: auto;
}

.home-five-contact-section {
  margin-top: -135px;
}

.home-five-service-bg {
  background-color: var(--914bf1);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 115px;
  padding-bottom: 255px;
}

.creative-flex {
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  background-image: url('../images/creative-glow.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-bottom: 120px;
  display: flex;
}

.creative-flex.justify-end {
  grid-column-gap: 110px;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: flex-end;
}

.creative-flex.justify-end.home-creative {
  padding-bottom: 0;
}

.creative-caption-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 553px;
  display: flex;
}

.creative-caption-wrapper.padding-left-fifteen {
  padding-left: 15px;
}

.creative-caption-wrapper.padding-left-fifteen.home-three-vertical-marquee {
  max-width: 100%;
  max-height: 538px;
  padding-top: 25px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  overflow: hidden;
}

.creative-caption-wrapper.padding-left-fifteen.home-three-vertical-marquee.home-one-marque {
  padding-left: 30px;
  padding-right: 30px;
}

.main-block {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-block.sticky {
  z-index: 3;
  position: sticky;
  top: 0;
}

.main-block.sticky.two {
  z-index: 3;
  background-color: #0f0d25;
}

.main-block.sticky.two.flex-align-chamge {
  background-color: #0000;
  align-items: stretch;
}

.vertical-marquee-overlay {
  background-image: linear-gradient(#0f0d25bf 36%, #0000);
  width: 100%;
  height: 30%;
  position: absolute;
}

.vertical-marquee-overlay.overlay-bottom {
  background-image: linear-gradient(360deg, #1a1a20 5%, #0000);
  inset: auto 0% 0%;
}

.vertical-marquee-overlay.overly-top {
  background-image: linear-gradient(#1a1a20 5%, #0000);
  inset: 0% 0% auto;
}

.vertical-marquee-wrapper {
  height: 100%;
}

.home-five-star-absolute {
  object-fit: cover;
  position: absolute;
  inset: 10% auto auto 0%;
}

.home-five-spiral-absolute {
  object-fit: cover;
  position: absolute;
  inset: 10% 0% auto auto;
}

.next-level-block {
  margin-right: 0;
}

.home-five-img-flex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  margin-top: 20px;
}

.solution-left-block {
  flex: 1;
  padding-top: 0;
  padding-bottom: 120px;
  display: block;
  position: relative;
}

.solution-right-block {
  flex: 1;
  position: sticky;
  top: 0;
}

.image-trigger-vertical {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.creative-image-block {
  position: relative;
  overflow: hidden;
}

.overlay-img {
  z-index: 1;
  transform-origin: 50% 0;
  background-color: #0f0726;
  display: none;
  position: absolute;
  inset: 0%;
}

.overlay-img.light-grey {
  background-color: var(--green-yellow);
}

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

.home-three-capital-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.listing-two-link-block {
  border: 1px solid #ffffff80;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  min-height: 400px;
  margin-bottom: 30px;
  padding: 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.listing-2-content {
  z-index: 20;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  display: flex;
  position: relative;
}

._3d-block {
  z-index: 8;
  perspective: 1000px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.listing-bg {
  z-index: 10;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#0a031833, #0a03184d);
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.listing-icon {
  z-index: 10;
  object-fit: contain;
  width: 23px;
  height: 23px;
  position: relative;
}

.image-animation-trigger {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.image-animation-trigger._3d-for-img {
  width: 110%;
  height: 115%;
  position: absolute;
}

.animation-color-bg {
  z-index: 15;
  background-color: var(--914bf1);
  display: none;
  position: absolute;
  inset: 0%;
}

.animation-color-bg.is-black {
  background-color: var(--heading-black);
}

.cover-image-business {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-three-bg-change-section {
  padding-top: 115px;
  padding-bottom: 88px;
  overflow: hidden;
}

.project-collection-list {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.project-collection-item {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.project-item {
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  position: relative;
}

.project-bg-color {
  z-index: -1;
  opacity: 0;
  background-color: #8faeb3;
  position: fixed;
  inset: 0%;
}

.home-three-project-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4375rem;
  line-height: 110%;
}

.project-item-image {
  z-index: -1;
  opacity: 0;
  transform-origin: 0 100%;
  border-radius: 10px;
  height: 40vh;
  margin-top: -50vh;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.project-item-arrow {
  opacity: 0;
  margin-top: -20px;
  position: absolute;
  inset: 50% auto auto 0%;
}

.home-one-scrolling-right {
  background-image: url('../images/Home-One-Business.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex: 1;
  height: 538px;
}

.about-one-hero-section {
  background-image: url('../images/Home-Three-Banner-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 175px;
  padding-bottom: 140px;
}

.about-one-banner-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.about-one-banner-left {
  flex: 1;
  justify-content: flex-start;
  padding-left: 68px;
  position: relative;
}

.about-one-banner-right {
  flex: 1;
  max-width: 45%;
}

.about-img-four {
  border-radius: 20px;
  height: auto;
  position: absolute;
  inset: auto auto -25px 0%;
}

.about-img-one {
  object-fit: cover;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
}

.about-img-three {
  border-radius: 20px;
  height: auto;
  position: absolute;
  inset: auto 0% -45px auto;
  box-shadow: 5px 0 50px #00000014;
}

.about-img-two {
  height: auto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.margin-right-two-hundred {
  margin-right: 200px;
}

.about-one-capital-flex-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 4%;
  padding-right: 4%;
  position: relative;
}

.about-one-star-img {
  object-fit: cover;
  position: absolute;
  inset: auto auto 30px 0%;
}

.about-one-square-img {
  object-fit: cover;
  position: absolute;
  inset: auto 0% 50px auto;
}

.about-one-section-four {
  background-color: #f6f6f6;
  padding-top: 115px;
  padding-bottom: 120px;
}

.about-one-collection-list-wrapper {
  border-bottom: 1px dashed #b1b1b1;
  width: 100%;
  margin-top: 40px;
}

.about-one-project-collection-item {
  border-radius: 10px;
  position: relative;
}

.about-one-project-bg-block {
  transition: all .3s;
  position: absolute;
  inset: 0%;
}

.about-one-project-overlay {
  z-index: 1;
  opacity: 0;
  background-color: #0006;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.about-one-projects-image-bg {
  z-index: 0;
  opacity: 0;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.about-one-project-number {
  color: var(--heading-black);
  align-self: flex-start;
  margin-top: -5px;
  font-family: Syne, sans-serif;
  font-size: 2.625rem;
  line-height: 3.25rem;
}

.about-one-section-two {
  background-image: url('../images/Home-Three-Footer-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-one-business-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
}

.about-one-business-left {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 37%;
  height: 80vh;
  display: flex;
}

.about-one-business-right {
  border-left: 1px solid #717171;
  flex: 1;
}

.about-one-flex {
  justify-content: center;
  height: 40vh;
}

.about-one-flex.bottom-border-on {
  border-bottom: 1px solid #717171;
}

.about-one-flex-one {
  border-right: 1px solid #717171;
  flex: 1;
  max-width: 33.5%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.about-one-flex-two {
  border-right: 1px solid #717171;
  flex: 1;
  align-self: center;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.card-circle {
  background-color: var(--green-yellow);
  border-radius: 100%;
  width: 14%;
  height: 10%;
  position: absolute;
  inset: -15% -15% auto auto;
}

.about-three-hero-section {
  background-image: url('../images/Home-Three-Banner-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 210px;
  padding-bottom: 205px;
  overflow: hidden;
}

.about-three-banner-flex {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.about-three-banner-img-one {
  height: auto;
  position: absolute;
  inset: -25% auto auto -25%;
}

.about-three-banner-img-two {
  height: auto;
  position: absolute;
  inset: 25% -25% auto auto;
}

.about-three-banner-img-three {
  object-fit: cover;
  position: absolute;
  inset: auto auto -25% 25%;
}

.strategy-text {
  background-color: var(--blue);
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.about-three-testimonial-section {
  padding-top: 115px;
  padding-bottom: 120px;
}

.testimonial-card-three {
  text-align: center;
  background-color: #0f0709;
  border-radius: 20px;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-text-three {
  color: var(--914bf1);
  margin-top: -30px;
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.testimonial-info-four {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  border: 2px solid var(--914bf1);
  width: 61px;
  height: 61px;
  margin-bottom: 0;
  margin-right: 0;
}

.testimonial-author-name-three {
  color: var(--914bf1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.testimonial-title {
  color: #dadada;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
}

.about-three-testimonial-slider {
  border-radius: 20px;
  max-width: 100%;
  height: auto;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-star, .testimonial-quote {
  object-fit: cover;
}

.hidden {
  display: none;
}

.right-arrow-img-one {
  object-fit: cover;
  position: absolute;
  inset: 43% -15px auto auto;
}

.left-arrow-img-one {
  object-fit: cover;
  position: absolute;
  inset: 43% auto auto -15px;
}

.product-two-circular-section {
  background-color: #f1f1f1;
  padding-top: 110px;
}

.product-two-solution-section {
  padding-top: 40px;
  padding-bottom: 120px;
}

.lightbox-block {
  position: absolute;
  inset: auto;
}

.lightbox-link {
  z-index: 2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 222px;
  height: 220px;
  display: flex;
  position: relative;
}

.rotate-image {
  object-fit: cover;
  height: auto;
  transform: rotate(0);
}

.play-icon {
  object-fit: cover;
  width: 60px;
  height: auto;
  position: absolute;
  transform: rotate(-45deg);
}

.play-icon.image-filter {
  filter: invert();
}

.circular-image-rotate {
  object-fit: cover;
  position: absolute;
  inset: 52px 40% 0% auto;
}

.product-two-hero-section {
  padding-top: 100px;
  padding-bottom: 320px;
  overflow: hidden;
}

.padding-left-right-five-percent {
  text-transform: none;
  padding-left: 5%;
  padding-right: 5%;
}

.product-star-img {
  object-fit: cover;
  position: absolute;
  inset: 30% auto auto 0%;
}

.product-orange-img {
  object-fit: cover;
  position: absolute;
  inset: 0% 0% auto auto;
}

.product-spiral-img {
  object-fit: cover;
  position: absolute;
  inset: auto 20% -15% auto;
}

.product-two-img-section {
  margin-top: -235px;
}

.product-two-img-block {
  text-align: center;
  background-color: #e0f1fb;
  border-radius: 40px;
  height: 418px;
  position: relative;
}

.product-visitor-img {
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  inset: auto auto 35px 35px;
  box-shadow: 5px 0 50px #00000014;
}

.product-img-two {
  object-fit: cover;
  border-radius: 20px;
  margin-top: -30px;
  box-shadow: 5px 0 50px #00000014;
}

.product-img-four {
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  inset: auto 34px 97px auto;
  box-shadow: 5px 0 50px #00000014;
}

.product-img-three {
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  inset: 50px 52px auto auto;
  box-shadow: 5px 0 50px #00000014;
}

.capital-managent-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 60px;
}

.capital-managent-left {
  flex: 1;
  max-width: 42%;
  position: sticky;
  top: 14%;
}

.capital-managent-right {
  flex: 1;
  position: relative;
}

.provide-financial-block {
  border: 4px solid var(--914bf1);
  background-color: #f0f0f0;
  border-radius: 20px;
  padding: 45px 45px 35px;
  position: sticky;
  top: 14%;
}

.product-why-choose-section {
  background-color: var(--heading-black);
  padding-top: 115px;
  padding-bottom: 120px;
  overflow: hidden;
}

.project-why-choose-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  margin-top: 35px;
}

.project-why-one-outer {
  background-image: url('../images/About-One-Company.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex: 1;
  height: 480px;
  position: relative;
}

.project-why-one-outer.project-bg-one {
  background-image: url('../images/Product-Choose-One.webp');
}

.project-why-one-outer.project-bg-two {
  background-image: url('../images/Product-Choose-Two.webp');
}

.project-why-one-outer.project-bg-three {
  background-image: url('../images/Product-Choose-Three.webp');
}

.project-why-one-inner {
  background-image: linear-gradient(#0003, #0003);
  border-radius: 20px;
  height: 100%;
  position: relative;
}

.project-circle-image {
  background-color: var(--914bf1);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  inset: 25px 25px auto auto;
}

.project-heading-block {
  position: absolute;
  inset: auto auto 20px 25px;
}

.product-heading {
  color: var(--914bf1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 2rem;
}

.about-two-hero-section {
  background-image: linear-gradient(#e5e5e5, #fff);
  padding-top: 100px;
  padding-bottom: 40px;
}

.about-two-hero-text-block {
  position: relative;
}

.about-two-spiral {
  object-fit: cover;
  position: absolute;
  inset: auto auto -10% 20%;
}

.about-two-hero-img-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  margin-top: 60px;
}

.about-two-hero-img-one {
  background-color: #ffe482;
  border-radius: 20px;
  flex: 1;
  max-width: 30%;
  height: 365px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 20px;
  box-shadow: 5px 0 50px #0003;
}

.about-two-hero-img-two {
  background-color: var(--heading-black);
  border-radius: 20px;
  flex: 1;
  max-width: 30%;
  height: 365px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 20px;
  position: relative;
  box-shadow: 5px 0 50px #0003;
}

.about-two-hero-img-three {
  background-color: var(--blue);
  background-image: none;
  background-repeat: repeat;
  border-radius: 20px;
  flex: 1;
  max-width: 40%;
  height: 365px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 5px 0 50px #0003;
}

.about-two-performence-img {
  border-bottom-right-radius: 18px;
  height: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.knowledgable-heading {
  color: var(--914bf1);
  font-size: 1rem;
  line-height: 1.625rem;
}

.about-two-section-two {
  background-color: #121216;
  padding-top: 115px;
  padding-bottom: 120px;
}

.about-two-section-two.service-two-section-two {
  margin-top: -235px;
  padding-top: 350px;
}

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

.about-two-collection-lines {
  width: 100%;
  margin-top: 0;
}

.about-two-collection-items {
  position: relative;
}

.about-two-collection-line {
  border-top: 1px #27272733;
  border-bottom: 1px dashed #b1b1b1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 65px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.collection-type-wrapper {
  color: var(--914bf1);
  text-transform: capitalize;
  align-self: flex-end;
  align-items: center;
  padding-left: 48px;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625rem;
  display: flex;
  position: static;
  inset: 50% auto auto 2rem;
  transform: translate(0, -50%);
}

.about-two-collection-heading {
  z-index: 2;
  color: var(--914bf1);
  text-transform: capitalize;
  align-items: center;
  padding-left: 15%;
  font-family: Syne, sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3.25rem;
  display: flex;
  position: relative;
}

.about-two-collection-line-preview {
  z-index: 1;
  opacity: 0;
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  right: 48px;
  transform: translate(0, -50%)rotate(3deg);
}

.collection-border-line {
  border-bottom: 1px dashed #b1b1b1;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  position: relative;
}

.about-two-scrolling-section {
  background-color: #121216;
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-two-stretching-img-section {
  padding-top: 20px;
}

.about-two-project-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.about-two-project-left {
  flex: 1;
}

.about-two-project-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-twentyfive {
  margin-bottom: 25px;
}

.service-two-section-two {
  background-color: #121216;
  padding-top: 115px;
  padding-bottom: 20px;
}

.service-two-hero-text-section {
  background-image: linear-gradient(to right, #ececec, #fff);
  padding-top: 150px;
  padding-bottom: 270px;
  overflow: hidden;
}

.service-two-hero-block {
  padding-right: 10%;
  position: relative;
}

.service-two-spiral {
  object-fit: cover;
  position: absolute;
  inset: 25% 2% auto auto;
}

.service-two-hero-img-section {
  margin-top: -216px;
}

.service-two-hero-flex {
  background-color: var(--blue);
  background-image: url('../images/CONSULTING.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1223px;
  border-radius: 20px;
  height: 376px;
  position: relative;
}

.service-two-img-two {
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  height: auto;
  position: absolute;
  inset: auto auto 0% 30%;
}

.service-two-img-one {
  border-radius: 20px;
  height: auto;
  position: absolute;
  inset: auto auto 45px 100px;
}

.service-two-img-three {
  border-radius: 20px;
  height: auto;
  position: absolute;
  inset: auto 12% 0% auto;
}

.service-three-project-section {
  padding-top: 115px;
  padding-bottom: 120px;
}

.service-three-progress-left {
  background-color: var(--heading-black);
  border-radius: 20px;
  flex: 1;
  max-width: 45%;
  padding: 34px 40px;
}

.service-three-progress-block {
  margin-top: 35px;
}

.service-three-hero-section {
  background-image: url('../images/Home-Three-Banner-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 120px;
  overflow: hidden;
}

.service-three-hero-flex-right {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-three-hero-flex-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.service-three-hero-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
}

.service-three-section-two {
  background-color: #121216;
  padding-top: 115px;
  padding-bottom: 120px;
}

.service-three-featured-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
}

.service-three-featured-left {
  flex: 1;
}

.service-three-featured-right {
  flex: 1;
  max-width: 40%;
}

.service-three-boxes {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  cursor: none;
  justify-content: center;
}

.service-three-box-one {
  cursor: none;
  background-color: #202026;
  border-radius: 20px;
  flex: 1;
  margin-top: 30px;
  padding: 20px 20px 15px;
  position: relative;
}

.service-three-img-block {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.service-three-img-block.landing-img-block {
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 14px;
}

.service-cursor {
  background-color: var(--green-yellow);
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  display: flex;
}

.cursor-box {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-one-hero-section {
  background-color: var(--heading-black);
  padding-top: 190px;
  padding-bottom: 120px;
  overflow: hidden;
}

.service-one-hero-images-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  position: relative;
}

.service-one-img-one {
  object-fit: cover;
  margin-bottom: 86px;
}

.service-one-img-two {
  object-fit: cover;
  margin-top: 86px;
}

.service-one-img-three {
  object-fit: cover;
  margin-bottom: 86px;
}

.service-one-star {
  object-fit: cover;
  position: absolute;
  inset: 0% auto auto 0%;
}

.service-one-star.right-star {
  inset: -12% -8% auto auto;
}

.service-one-section-three {
  padding-top: 115px;
  padding-bottom: 120px;
}

.service-one-image-slide-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
}

.service-one-image-flex-left {
  flex: 1;
}

.service-one-image-flex-right {
  flex: 1;
  max-width: 34%;
  padding-top: 55px;
}

.service-one-image-left-block {
  position: relative;
}

.service-one-image-slider {
  background-color: var(--914bf1);
  height: auto;
}

.slide-nav-hide {
  display: none;
}

.bottom-left-arrow {
  inset: auto auto auto 0%;
}

.bottom-right-arrow {
  inset: auto 0% auto auto;
}

.hero-image-slide {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.hero-service-item {
  width: 100%;
  text-decoration: none;
}

.hero-service-image-wrap {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}

.hero-service-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.statistical-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 12px;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}

.service-one-section-four {
  background-color: #121216;
  padding-top: 110px;
  padding-bottom: 355px;
}

.service-one-rotating-img-flex {
  justify-content: center;
  margin-bottom: 40px;
}

.service-one-rotate-img-left {
  flex: 1;
}

.service-one-rotate-img-right {
  flex: 1;
  max-width: 35%;
  position: relative;
}

.service-one-tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
  display: flex;
}

.service-tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #202025;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 6px;
  display: flex;
}

.service-tabs-content {
  width: 100%;
}

.service-tab-link {
  color: var(--914bf1);
  text-align: center;
  text-transform: capitalize;
  background-color: #202025;
  border-radius: 60px;
  min-height: 34px;
  padding: 4px 15px;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.service-tab-link.w--current {
  background-color: var(--green-yellow);
  color: var(--heading-black);
}

.service-tab-pane {
  width: 100%;
}

.service-tab-block {
  cursor: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 473px;
  padding: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-tab-block.basic-plan {
  background-image: url('../images/Service-One-Tab-One.webp');
}

.service-tab-block.professional-plan {
  background-image: url('../images/Service-One-Tab-Two.webp');
}

.service-tab-block.advanced-plan {
  background-image: url('../images/Service-One-Tab-Three.webp');
}

.title-cursor {
  display: none;
  position: absolute;
  inset: 0%;
}

.tab-tile-cursor-circle {
  background-color: var(--914bf1);
  color: #0f0f0f;
  text-align: center;
  text-transform: capitalize;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 91px;
  height: 91px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.service-one-contact-section {
  margin-top: -235px;
}

.contact-one-hero-section {
  background-image: linear-gradient(to right, #ececec, #fff);
  padding-top: 167px;
  padding-bottom: 120px;
}

.contact-one-hero-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--heading-black);
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  padding: 40px;
}

.contact-us-hero-one {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
}

.contact-us-hero-two {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 30px;
}

.contact-us-hero-one-left {
  flex: 1;
  position: relative;
}

.contact-us-hero-one-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.contact-us-hero-two-right {
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
}

.contact-us-hero-two-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  display: flex;
}

.contact-us-hero-two-left-one {
  background-image: url('../images/Contact-One-Mail_1Contact-One-Mail.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 45px;
  flex: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 60px;
}

.contact-us-hero-two-left-two {
  background-image: url('../images/Contact-One-Phone_1Contact-One-Phone.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 45px;
  flex: 1;
  padding-left: 60px;
}

.contact-us-hero-two-left-two.margin-top-bottom-twenty {
  margin-top: 20px;
  margin-bottom: 20px;
}

.send-message-text {
  color: #dadada;
  text-transform: capitalize;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.send-message-text.dark-heading {
  color: #606060;
  text-transform: none;
}

.email-text {
  color: var(--914bf1);
  font-family: Syne, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-decoration: none;
}

.email-text.dark-text {
  color: var(--neovia-blue);
}

.contact-one-form-section {
  padding-top: 115px;
  padding-bottom: 120px;
}

.contact-one-form-block-outer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.contact-one-form-block-inner {
  background-color: #f8f8f8;
  border-radius: 20px;
  flex: 1;
  padding: 45px;
}

.contact-one-img {
  align-self: center;
  height: auto;
}

.courrse-name-form-block {
  text-align: center;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
}

.form-flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 10px;
}

.form-flex-block.contact-two-form-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.home-one-form-text-field {
  opacity: 1;
  color: var(--neovia-blue);
  letter-spacing: 0;
  text-transform: none;
  background-color: #f2f2f2;
  border: 1px #49392a;
  border-radius: 5px;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5625rem;
}

.home-one-form-text-field:focus, .home-one-form-text-field.-wfp-focus {
  border-color: gray;
}

.home-one-form-text-field::placeholder {
  color: var(--heading-black);
}

.home-one-form-text-field.contact-one-textarea {
  aspect-ratio: auto;
  height: 140px;
  margin-bottom: 20px;
}

.home-one-form-text-field.dark-bg-form {
  color: var(--914bf1);
  background-color: #212125;
}

.home-one-form-text-field.dark-bg-form::placeholder {
  color: var(--914bf1);
}

.home-one-form-text-field.checkout-form-field {
  height: 45px;
}

.submit-btn {
  background-color: var(--green-yellow);
  color: #0b0d0f;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  border-radius: 60px;
  padding: 12.5px 60px;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7rem;
  transition: all .45s;
}

.submit-btn:hover {
  transform: translate(0, -8px);
}

.submit-btn.width-hundred {
  width: 100%;
}

.submit-btn.width-hundred.add-cart-btn {
  background-color: var(--heading-black);
  color: var(--914bf1);
  justify-content: center;
  align-self: center;
  margin-top: 18px;
}

.submit-btn.width-hundred.buy-now-btn {
  background-color: var(--blue);
  color: var(--914bf1);
  justify-content: center;
  display: flex;
}

.submit-btn.purchase-btn {
  padding-left: 40px;
  padding-right: 40px;
}

.submit-btn.check-template-btn {
  width: 230px;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-three-hero-section {
  border: 1px solid var(--neovia-blue);
  opacity: 1;
  padding-top: 100px;
}

.contact-three-flex-block {
  grid-column-gap: 60px;
  justify-content: center;
  margin-bottom: 10px;
  padding-bottom: 0;
  position: relative;
}

.contact-three-left-block {
  flex: 1;
  padding-top: 0;
  padding-bottom: 120px;
  position: relative;
}

.contact-three-right-block {
  flex: 1;
  max-width: 44%;
  position: sticky;
  top: 80px;
}

.contact-three-form {
  text-align: left;
}

.contact-three-location-block {
  background-color: #f8f8f8;
  border-radius: 5px;
  margin-top: 40px;
  padding: 30px 40px;
}

.contact-us-hero-two-left-three {
  background-image: url('../images/Location-Icon_1Location-Icon.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 45px;
  padding-left: 60px;
}

.contact-three-footer-section {
  background-color: var(--heading-black);
}

.contact-one-img-two {
  object-fit: cover;
  position: absolute;
  inset: 0% 0% auto auto;
}

.contact-three-details-outer {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.contact-three-details-outer.block-one {
  background-image: url('../images/Contact-Two-Img-One.webp');
}

.contact-three-details-outer.block-two {
  background-image: url('../images/Contact-Two-Img-Three.webp');
}

.contact-three-details-outer.block-three {
  background-image: url('../images/Contact-Two-Img-Two.webp');
}

.contact-three-details-inner {
  background-color: var(--heading-black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100vh;
  margin-left: auto;
  margin-right: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.contact-two-hero-section {
  padding-top: 49px;
}

.contact-two-details-block {
  margin-top: 40vh;
}

.contact-two-form-block {
  margin-top: 30vh;
}

.pricing-one-hero-section {
  background-image: url('../images/Home-Three-Banner-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 190px;
  padding-bottom: 120px;
}

.pricing-one-hero-section.pricing-two-hero-section {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.pricing-one-hero-section.pricing-details-hero-section {
  padding-top: 168px;
}

.pricing-one-block {
  grid-column-gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

.pricing-one-box-one {
  background-color: #16161d;
  border-radius: 20px;
  flex: 1;
  padding: 20px 32px 40px;
  position: relative;
}

.pricing-one-box-one.pricing-two-box-one {
  background-color: #e8f7ff;
}

.pricing-one-box-one.pricing-two-box-two {
  background-color: #f2ffd8;
}

.pricing-one-box-one.pricing-two-box-three {
  background-color: #fffce2;
}

.per-month-text {
  font-size: 1rem;
  line-height: 1.75rem;
}

.pricing-text {
  color: var(--914bf1);
  margin-bottom: 15px;
  font-size: 2.4rem;
  line-height: 2.9rem;
}

.pricing-text.color-dark {
  color: var(--heading-black);
}

.pricing-text.margin-top-zero {
  margin-top: 0;
}

.pricing-text.black-color {
  color: var(--heading-black);
}

.pricing-details-one-text {
  color: var(--914bf1);
  text-transform: capitalize;
  background-image: url('../images/Blue-Check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 34px;
  font-weight: 600;
}

.pricing-details-one-text.color-dark-one-with-check {
  color: var(--heading-black);
}

.pricing-details-one-text.color-dark-three-with-check {
  color: var(--heading-black);
  background-image: url('../images/Orange-Check.svg');
}

.pricing-details-one-text.color-dark-two-with-check {
  color: var(--heading-black);
  background-image: url('../images/Green-Check_1.svg');
}

.pricing-one-details {
  margin-top: 25px;
  margin-bottom: 35px;
}

.pricing-one-details.pricing-two-details {
  background-color: var(--914bf1);
  border-radius: 10px;
  margin-top: 35px;
  margin-bottom: 0;
  padding: 15px 10px 10px 20px;
}

.pricing-one-details-section {
  padding-top: 100px;
  padding-bottom: 120px;
}

.pricing-one-details-section.pricing-two-detail-bg {
  background-color: #f6f6f6;
}

.features-comparison-block {
  width: 55%;
  margin-bottom: 30px;
}

.heading-five {
  color: #0f0f0f;
  text-transform: capitalize;
  font-family: Syne, sans-serif;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 2rem;
}

.pricing-row-contain {
  border-bottom: 1px solid #eaeaea;
  justify-content: space-between;
  align-items: stretch;
  padding-right: 2.5rem;
  display: flex;
}

.pricing-row-contain.top {
  background-color: #3f53d8;
}

.pricing-row-contain.top.border-radius-ten {
  border-radius: 10px;
}

.pricing-row-contain.no-border-bottom {
  border-bottom-style: none;
}

.pricing-grid-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 55%;
  display: grid;
}

.heading-six {
  color: var(--914bf1);
  text-transform: capitalize;
  font-family: Syne, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.pricing-two-heading {
  width: 38%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.pricing-two-heading.feature-list-items {
  width: 45%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.pricing-two-heading.feature-list-items.top-row {
  padding-top: 60px;
}

.pricing-two-heading.padding-left {
  padding-left: 2.5rem;
}

.auto-fit {
  object-fit: cover;
}

.auto-fit.margin-top-five {
  margin-top: 5px;
}

.auto-fit.margin-top-three {
  margin-top: 3px;
}

.pricing-two-comparison-plan {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.pricing-two-comparison-plan.no-border {
  border-right-style: none;
}

.pricing-two-comparison-plan.feature-list-items {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pricing-two-comparison-plan.feature-list-items.top-row {
  padding-top: 60px;
}

.pricing-two-comparison-plan.feature-list-items.top-row.business-plan-background, .pricing-two-comparison-plan.feature-list-items.premium-plan-bg {
  background-color: #f9ffec;
}

.pricing-two-comparison-plan.feature-list-items.premium-plan-bg-two {
  background-color: #f0f0f0;
}

.most-popular-tag {
  object-fit: cover;
  position: absolute;
  inset: 25px -13px auto auto;
}

.career-hero-section {
  padding-top: 100px;
  padding-bottom: 0;
}

.career-hero-flex {
  grid-column-gap: 40px;
  justify-content: center;
}

.career-hero-left {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.career-hero-right {
  flex: 1;
  max-width: 44%;
  position: relative;
}

.padding-left-right-two-percent {
  padding-left: 2%;
  padding-right: 2%;
}

.career-feature-img {
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  inset: auto 0% 140px auto;
  box-shadow: 2px 0 25px #00000014;
}

.career-hero-img-three {
  object-fit: cover;
  position: absolute;
  inset: auto auto 40px -50px;
}

.career-hero-img-four {
  object-fit: cover;
  position: absolute;
  inset: 125px 80px auto auto;
}

.career-img-one {
  object-fit: cover;
  position: absolute;
  inset: -50px 60px auto auto;
}

.career-img-two {
  object-fit: cover;
  position: absolute;
  inset: auto auto -30px 50px;
}

.career-solutions-bottom-row {
  grid-column-gap: 30px;
  margin-top: 25px;
  margin-bottom: 45px;
}

.career-solutions-top-row {
  grid-column-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 521px) minmax(auto, 631px);
  justify-content: space-between;
  align-items: start;
}

.button-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.button-wrapper.button-flex-center {
  justify-content: center;
}

.career-solutions-list-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
}

.career-solutions {
  background-color: #fff;
  border-radius: 20px;
  flex: 1;
  padding: 30px;
  box-shadow: 5px 0 50px #0000000f;
}

.career-section-two {
  background-color: #f6f6f6;
  padding-top: 120px;
  padding-bottom: 120px;
}

.career-icon {
  height: auto;
  margin-bottom: 30px;
}

.career-heading {
  color: var(--heading-black);
  text-transform: none;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.career-heading.margin-bottom-zero {
  margin-bottom: 0;
}

.career-section-three {
  background-image: linear-gradient(#fff, #f8f8f8);
  padding-top: 115px;
  padding-bottom: 105px;
}

.career-option-tab {
  margin-top: 30px;
}

.tabs-menu-wrapper {
  grid-column-gap: 17px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.career-tab-link {
  color: #0f0f0f;
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 15px 32px;
  font-family: Syne, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.career-tab-link.w--current {
  background-color: var(--green-yellow);
}

.margin-top-fourty {
  margin-top: 40px;
}

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

.job-details {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.job-type {
  grid-column-gap: 10px;
  align-items: center;
}

.career-options {
  background-color: var(--914bf1);
  border-left: 9px solid #000;
  border-radius: 20px;
  margin-bottom: 15px;
  padding: 30px;
  box-shadow: 5px 0 20px #0000000f;
}

.job {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.location-font {
  color: #606060;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.location-font.grey {
  color: #dadada;
}

.career-details-hero-section {
  background-color: var(--neovia-blue);
  margin-top: 80px;
  padding-top: 115px;
  padding-bottom: 105px;
}

.career-details-hero-section.ask-demo-hero-section {
  padding-bottom: 170px;
}

.career-details-main-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.career-details-wrapper {
  background-color: #f7ffe5;
  border-radius: 20px;
  padding: 80px 70px;
}

.job-description {
  text-transform: none;
  max-width: 1104px;
  font-family: Syne, sans-serif;
}

.apply-how-flex {
  grid-column-gap: 40px;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.apply-how-left {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.apply-how-right {
  flex: 1;
  max-width: 45%;
}

.flexible-contracts {
  grid-column-gap: 30px;
  background-color: #fdfcf7;
  border-radius: 20px;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 30px 40px;
  display: flex;
}

.flexible-contracts.deliver-customers {
  background-color: #f6f6f6;
  margin-top: 20px;
}

.apply-img-two {
  height: auto;
  position: absolute;
  inset: auto 30px -80px auto;
}

.apply-img-one {
  border-radius: 60px;
  height: auto;
  position: absolute;
  inset: -20px auto auto 40px;
  box-shadow: 5px 0 50px #00000014;
}

.apply-img-three {
  border-radius: 60px;
  height: auto;
  position: absolute;
  inset: -70px auto auto 0%;
  box-shadow: 5px 0 50px #00000014;
}

.knowledge-base-hero-section {
  background-color: #e4f9ff;
  padding-top: 150px;
  padding-bottom: 120px;
  overflow: hidden;
}

.knowledge-base-hero-block {
  grid-column-gap: 60px;
  justify-content: center;
}

.knowledge-base-hero-left {
  flex: 1;
  align-self: center;
}

.knowledge-base-hero-right {
  flex: 1;
  max-width: 42%;
  position: relative;
}

.knowledge-hero-img-one {
  object-fit: cover;
  position: absolute;
  inset: 107px auto auto -35px;
}

.knowledge-hero-img-one.signin-img-one {
  left: 30px;
}

.knowledge-hero-img-two {
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  inset: auto -50px 46px auto;
  box-shadow: 10px 0 50px #0000001a;
}

.knowledge-hero-img-two.signin-img-two {
  right: 6%;
}

.knowledge-hero-img-three {
  object-fit: cover;
  position: absolute;
  inset: auto auto -23px 120px;
}

.knowledge-hero-img-three.sign-in-img-three {
  bottom: 68px;
}

.get-in-touch-section-two {
  padding-top: 115px;
  padding-bottom: 120px;
}

.knowledge-category-list.margin-top-twenty {
  margin-top: 30px;
  padding-bottom: 120px;
}

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

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

.knowledgebase-category {
  grid-column-gap: 25px;
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 35px 35px 30px;
}

.knowledge-faq-block {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  justify-content: center;
  margin-left: 0%;
  padding-right: 0%;
}

.knowledge-faq-left {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 44%;
  display: flex;
  position: relative;
}

.knowledge-faq-right {
  flex: 1;
  margin-right: 5%;
}

.knowledge-faq-img-one {
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  inset: 60px auto auto 0%;
  box-shadow: 2px 0 50px #00000014;
}

.knowledge-faq-img-two {
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  inset: auto 40px -12px auto;
}

.open-close-button {
  background-color: var(--green-yellow);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 25px;
}

.answer-text {
  letter-spacing: -.02rem;
  margin-bottom: 20px;
}

.open-close-icon {
  filter: invert();
}

.knowledge-faq-flex-block {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.faq-three {
  cursor: pointer;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 15px 20px 0 30px;
}

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

.answer-two {
  max-width: 520px;
  overflow: hidden;
}

.faq-question-text {
  color: #0f0f0f;
  font-family: Syne, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.margin-bottom-thirty {
  letter-spacing: -.02rem;
  margin-bottom: 30px;
}

.margin-bottom-thirty.margin-right-figma {
  margin-right: 100px;
}

.knowledgebase-details-hero-section {
  background-color: #f1f1f1;
  padding-top: 190px;
  padding-bottom: 120px;
}

.padding-left-right-sixteen-percent {
  padding-left: 16%;
  padding-right: 16%;
}

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

.knowledgebase-img-one {
  height: auto;
  position: absolute;
  inset: 0% 130px auto auto;
}

.knowledgebase-img-two {
  height: auto;
  position: absolute;
  inset: auto auto 60px 70px;
}

.margin-bottom-fifteen {
  margin-bottom: 15px;
}

.details-description {
  max-width: 971px;
}

.knowledgebase-details-main-wrapper {
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 60px 50px 20px;
}

.knowledgebase-details-section {
  background-image: linear-gradient(#fbfbfb 70%, #fff);
  padding-top: 200px;
  padding-bottom: 120px;
}

.details-text {
  margin-bottom: 35px;
  padding-left: 60px;
  padding-right: 60px;
}

.details-heading-section {
  background-image: linear-gradient(to right, #ededed, #fff);
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 40px 57px;
}

.rich-text-style {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.career-details-img-one {
  object-fit: cover;
  position: absolute;
  inset: auto auto 0% 130px;
}

.career-details-img-two {
  object-fit: cover;
  position: absolute;
  inset: 0% 100px auto auto;
}

.ask-demo-img-one {
  object-fit: cover;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  margin-right: 30px;
  position: absolute;
}

.career-details-section-two {
  margin-top: -130px;
  padding-top: 0;
  padding-bottom: 120px;
}

.ask-demo-flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  justify-content: center;
  box-shadow: 5px 0 50px #0000001a;
}

.ask-demo-flex-img-block {
  background-color: var(--blue);
  background-image: url('../images/Ask-Demo-Bg-Img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 602px;
  display: flex;
  position: relative;
}

.ask-demo-flex-form-block {
  background-color: var(--914bf1);
  text-align: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 602px;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
}

.ask-demo-img-two {
  object-fit: cover;
  position: absolute;
  inset: 70px auto auto 20px;
}

.ask-demo-img-three {
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  inset: auto auto 40px 40px;
  box-shadow: 5px 0 25px #00000014;
}

.login-link {
  color: var(--blue);
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.utility-page-content.reset-password-flex {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.utility-page-content.error-page-content {
  justify-content: center;
  align-items: center;
  width: 68%;
}

.utility-page-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ask-demo-name-block {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.form-field-level {
  color: var(--paragraph-steel-gray);
  font-family: Syne, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.ask-demo-text-field {
  color: #999;
  border: 1px #000;
  border-radius: 60px;
  height: 52px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  line-height: 1.5625rem;
  box-shadow: 5px 0 25px #0000000f;
}

.ask-demo-text-field::placeholder {
  color: #999;
}

.ask-demo-form-flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-bottom: 10px;
}

.ask-demo-form {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.form-small-text {
  text-align: left;
  align-self: flex-start;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.25rem;
}

.full-width-form {
  align-self: center;
  width: 100%;
}

.sign-up-form-main-block {
  flex: 0 50%;
  padding: 80px 15px 80px 60px;
  display: flex;
}

.sign-up-field-wrapper {
  position: relative;
}

.success {
  background-color: #dcffdf;
  border-radius: 4px;
}

.sign-up-checkbox {
  border: 1px solid #dadada;
  width: 18px;
  height: 17px;
  margin-top: 6px;
  margin-right: 8px;
}

.sign-in-button-wrapper {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

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

.sign-up-image-wrapper {
  background-color: #fff8e7;
  flex: 0 50%;
  justify-content: center;
  align-items: center;
  padding: 80px 65px 80px 15px;
  display: flex;
  position: relative;
}

.sign-up-image-wrapper.sign-in-img-wrapper {
  background-color: #e4f9ff;
}

.or-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 17px;
  margin-bottom: 17px;
  display: flex;
}

.error {
  border-radius: 4px;
  padding: 20px;
}

.sign-up-form-wrapper {
  max-width: 582px;
}

.sign-up-section {
  overflow: hidden;
}

.form-input-icons {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 25px 0% auto;
}

.sign-up-with-other-social-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fafafa;
  border-radius: 60px;
  justify-content: flex-start;
  align-items: center;
  padding: 13px 30px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.sign-up-with-other-social-button:hover {
  transform: translate(0, -8px);
}

.checkbox-field {
  padding-top: 7px;
  padding-bottom: 7px;
}

.or-block-line {
  background-color: #dadada;
  width: 100%;
  height: 1px;
}

.sign-up-main-wrapper {
  align-items: stretch;
}

.body-font {
  color: #606060;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.body-font.text-align-center.text-red {
  color: #af3d3d;
}

.body-font.text-success {
  color: #2d632f;
}

.or {
  margin-bottom: 0;
}

.text-color-blue {
  color: #3f53d8;
}

.text-color-blue.text-decoration-none {
  text-decoration: none;
}

.sign-up-heading {
  color: var(--heading-black);
  font-family: Syne, sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3.25rem;
}

.sign-up-heading.color-white {
  color: var(--914bf1);
}

.sign-up-heading.color-white.margin-bottom-thirtyeight {
  text-transform: none;
}

.sign-up-heading.margin-bottom-zero.margin-top-zero, .sign-up-heading.margin-top-zero {
  margin-top: 0;
}

.sign-up-heading.margin-top-zero.margin-bottom-zero {
  text-transform: none;
}

.sign-up-one-img {
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 5px 0 50px #0000001a;
}

.sign-up-two-img {
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  inset: auto 40px 60px auto;
  box-shadow: 5px 0 50px #0000001a;
}

.sign-up-three-img {
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  inset: auto 40px 38% auto;
  box-shadow: 5px 0 50px #0000001a;
}

.sign-up-four-img {
  object-fit: cover;
  position: absolute;
  inset: 10% 12% auto auto;
}

.sign-up-five-img {
  object-fit: cover;
  position: absolute;
  inset: auto auto 100px 0%;
}

.sign-in-field-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.reset-password-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.reset-password-flex {
  background-color: #f9ffed;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 70px 250px;
}

.error-flex-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.error-body-bg {
  background-color: #fafafa;
  background-image: url('../images/Error-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.project-details-hero-section {
  background-color: #f6f6f6;
  padding-top: 100px;
  padding-bottom: 30px;
}

.project-details-description-one {
  padding-top: 100px;
  padding-bottom: 73px;
}

.project-details-section-two {
  padding-bottom: 30px;
}

.project-details-quick-stack {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  margin-bottom: 30px;
  padding: 0;
}

.project-details-quick-stack.second {
  margin-bottom: 0;
}

.project-details-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding-top: 180px;
  padding-bottom: 180px;
}

.blog-one-hero-section {
  background-color: #1a4054;
  padding-top: 100px;
  padding-bottom: 60px;
  display: block;
}

.blog-one-hero-flex {
  margin-bottom: 20px;
}

.blog-one-hero-flex.width-seventy {
  width: 70%;
}

.blog-one-hero-flex.blog-odsazeni {
  padding-left: 25px;
}

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

.blog-post-text-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 26px;
  display: flex;
}

.blog-image {
  object-fit: cover;
}

.blog-image.blog-image-hover {
  object-fit: cover;
  height: 100%;
  transition: transform .6s;
}

.blog-image.blog-image-hover:hover {
  transform: scale(1.2);
}

.post-details {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.post-details.margin-bottom-ten {
  margin-bottom: 10px;
}

.blog-post-wrapper-two {
  align-items: stretch;
}

.blog-post-two-image-wrapper {
  border-radius: 10px;
  flex: 0 53%;
  height: 200px;
}

.blog-post-two-image-wrapper.overflow-hidden {
  overflow: hidden;
}

.blog-style-one-heading {
  color: var(--914bf1);
  letter-spacing: 0;
  text-transform: none;
  font-family: Syne, sans-serif;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.4rem;
  text-decoration: none;
}

.blog-style-one-heading.dark-text {
  color: var(--heading-black);
}

.view-more-btn-block {
  display: flex;
}

.discover-more-arrow-img {
  margin-top: 9px;
  margin-left: 5px;
}

.discover-more-arrow-img.dark-arrow {
  filter: invert();
}

.discover-line-link-fill {
  transform-origin: 0%;
  background-color: #1c1c1c;
  width: 0%;
  height: 100%;
}

.discover-line-link-fill.white-line {
  background-color: #fff;
}

.btn-text-block {
  color: #fff;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  line-height: 100%;
  text-decoration: none;
}

.btn-text-block.dark-text {
  color: var(--heading-black);
}

.discover-more-button {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  padding-top: 4px;
  text-decoration: none;
  display: flex;
}

.discover-line-link {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 4px;
}

.discover-line-link.dark-line {
  background-color: #181818;
}

.blog-one-section-two {
  padding-top: 110px;
  padding-bottom: 100px;
}

.popular-post-list {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.border-radius-ten {
  border-radius: 10px;
}

.border-radius-ten.overflow-hidden {
  overflow: hidden;
}

.border-radius-ten.overflow-hidden.blog-post-image-wrapper {
  position: relative;
}

.fit-cover {
  object-fit: cover;
}

.fit-cover.blog-image-hover {
  transition: transform .6s;
}

.fit-cover.blog-image-hover:hover {
  transform: scale(1.2);
}

.featured-post-text-wrapper {
  padding-top: 15px;
}

.blog-two-hero-section {
  background-color: var(--914bf1);
  padding-top: 190px;
  padding-bottom: 120px;
}

.blog-one-hero-post-wrapper {
  grid-column-gap: 30px;
}

.big-post-wrapper {
  flex: 0 48.52%;
}

.small-post-wrapper {
  grid-row-gap: 35px;
  flex: 0 48.75%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.border-radius-twenty {
  border-radius: 20px;
}

.blog-three-section-two {
  background-color: #f8f8f8;
  padding-top: 110px;
  padding-bottom: 120px;
}

.color-dark {
  color: #000;
}

.blog-one-hero-link {
  grid-column-gap: 50px;
  background-color: var(--914bf1);
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-right: 80px;
  text-decoration: none;
  display: flex;
  box-shadow: 2px 0 50px #00000014;
}

.blog-one-hero-link.blog-three-hero-link {
  grid-column-gap: 20px;
  padding-right: 40px;
}

.blog-style-two-img-wrapper {
  cursor: pointer;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  align-items: center;
  width: 100%;
  max-width: 50%;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.blog-two-author-flex {
  grid-column-gap: 15px;
}

.author-circle-img {
  border-radius: 100%;
}

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

.blog-two-tag-text {
  color: var(--heading-black);
  background-color: #efffcd;
  border-radius: 60px;
  margin-bottom: 25px;
  padding: 8px 35px;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
}

.blog-style-two-img {
  object-fit: cover;
  width: 100%;
}

.blog-style-three-link {
  border-radius: 25px;
  margin-top: 30px;
  text-decoration: none;
  box-shadow: 2px 0 20px #00000014;
}

.blg-style-three-block {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 370px;
  position: relative;
  overflow: hidden;
}

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

.blog-three-tag-date-flex {
  grid-column-gap: 18px;
}

.blog-three-data-block {
  padding: 40px 40px 25px;
}

.blog-details-hero-section {
  background-color: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-details-author-category-flex {
  grid-column-gap: 25px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.tag-icon {
  align-self: center;
}

.blog-details-img-block {
  grid-column-gap: 30px;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.border-details-img-block {
  flex: 1;
}

.pricing-ecommerse-box {
  padding-left: 15px;
  padding-right: 15px;
}

.product-details-flex-block {
  grid-column-gap: 40px;
  margin-top: 20px;
}

.product-details-flex-left {
  flex: 1;
  align-self: center;
}

.product-details-flex-right {
  background-color: var(--green-yellow);
  border-radius: 20px;
  flex: 1;
  padding: 20px 40px 30px;
}

.header-cart-one-block {
  align-self: center;
  margin-left: 20px;
}

.header-cart-one {
  background-color: #0000;
  padding: 0;
}

.cart-number-block {
  background-color: var(--green-yellow);
  color: var(--heading-black);
  margin-top: 1.6rem;
  margin-left: -.5rem;
}

.cart-img {
  border-radius: 10px;
  height: auto;
  margin-top: 7px;
}

.apple-pay, .pay-with-browser, .cart-quantity {
  border-radius: 60px;
}

.checkout-hero-section {
  background-image: url('../images/Home-Four-Progress-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 152px;
  padding-bottom: 120px;
}

.checkout-form-section {
  background-color: #f5f5f5;
  padding-top: 120px;
  padding-bottom: 100px;
}

.checkout-form, .order-confirmation {
  padding: 0;
}

.process-accordions {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 650px;
  height: 100%;
  max-height: 380px;
  display: flex;
}

.accordin-normal {
  width: 38px;
  height: 100%;
  position: relative;
}

.accordin-normal._01, .accordin-normal._02 {
  width: 100%;
}

.accordin-normal._03 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.process-accordin-container {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.process-accordion {
  background-color: #121212;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 120px;
  height: 100vw;
  max-height: 450px;
  padding: 28px 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vertical-text {
  opacity: .7;
  color: #fff;
  white-space: nowrap;
  margin-top: 20px;
  font-family: Syne, sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 2rem;
  transform: rotate(90deg);
}

.vertical-text._03 {
  width: 100%;
}

.accordin-active {
  opacity: 1;
  width: 100%;
  max-width: none;
  display: block;
  position: relative;
  inset: 0 auto auto;
}

.accordin-active._03 {
  flex-direction: column;
  display: none;
}

.accordin-active._01 {
  display: none;
}

.accordin-active._02 {
  flex-direction: column;
  display: none;
}

.numbers {
  color: #fff;
  letter-spacing: -.01rem;
  font-family: Syne, sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 2rem;
}

.numbers.large-3, .numbers.large-1, .numbers.large-2 {
  font-size: 2.625rem;
  display: none;
}

.add-cart-flex {
  grid-column-gap: 12px;
}

.padding-top-onerem {
  padding-top: 1rem;
}

.home-four-banner-btn-block {
  display: flex;
}

.home-four-banner-btn-block.margin-top-twenty {
  margin-top: 20px;
}

.home-four-banner-btn-block.margin-top-twenty.align-center {
  justify-content: center;
}

.flex-center {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.changelog-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.error-image-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-image {
  height: auto;
  display: block;
}

.licencing-section {
  background-color: #fff;
  padding-top: 95px;
  padding-bottom: 65px;
}

.copyright-link-one {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.copyright-link-one.home-two-footer-link {
  color: #0b0d0f;
}

.licencing-image-block {
  padding-top: 0;
}

.licencing-images {
  height: auto;
  margin-right: 1.5rem;
  padding-top: 1rem;
}

.licence-image-block {
  margin-top: 3.6rem;
  margin-bottom: 3.5rem;
}

.style-guide-color-block {
  grid-column-gap: 250px;
  grid-row-gap: 250px;
  justify-content: center;
  display: flex;
}

.style-guide-color-name-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: -45px;
  display: flex;
}

.style-guide-for-color {
  padding-top: 120px;
  padding-bottom: 120px;
}

.style-guide-color-box {
  background-color: #0000;
  border-radius: 50%;
  width: 10.875rem;
  height: 10.875rem;
}

.style-guide-color-box.style-guide-color-six {
  background-color: var(--blue);
}

.style-guide-color-box.style-guide-color-one {
  background-color: var(--green-yellow);
}

.style-guide-color-box.style-guide-color-seven {
  background-color: var(--paragraph-steel-gray);
  margin-left: 4px;
  padding-left: 0;
}

.style-guide-color-box.style-guide-color-two {
  background-color: var(--heading-black);
}

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

.style-guide-color-text-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.style-guide-color-text {
  color: var(--heading-black);
  font-family: Syne, sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 165%;
  display: flex;
}

.style-guide-for-typography {
  background-color: #f3f3f3;
  padding-top: 115px;
  padding-bottom: 120px;
}

.heading-block-four {
  margin-bottom: 3.5rem;
}

.list-block {
  margin-bottom: 1.8rem;
}

.heading-block-two {
  margin-bottom: 3.2rem;
}

.heading-block-three {
  margin-bottom: 3.4rem;
}

.button-block {
  margin-bottom: 0;
}

.heading-block-five {
  margin-bottom: 3.4rem;
}

.heading-block-six {
  margin-bottom: 2.8rem;
}

.heading-block-one {
  margin-bottom: 2.7rem;
}

.about-two-lists {
  padding-top: 1em;
  padding-left: 20px;
  list-style-type: disc;
}

.home-five-video {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.home-one-section-five {
  padding-bottom: 55px;
}

.tabs-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.tabs {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tabs-content {
  flex: 1;
  align-self: center;
  margin-right: 35px;
  overflow: visible;
}

.tabs-menu {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-end;
  margin-left: 35px;
  display: flex;
}

.tab {
  background-color: #0000;
  flex-direction: column;
  width: 100%;
  padding: 0;
  display: flex;
}

.tab.w--current {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
}

.landing-hero-section {
  background-color: var(--blue);
  padding-top: 140px;
}

.landing-white-spiral {
  height: auto;
  position: absolute;
  inset: auto 130px -60px auto;
}

.landing-pink-star {
  height: auto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.landing-yellow-square {
  height: auto;
  position: absolute;
  inset: auto auto 80px 50px;
}

.landing-img-block {
  justify-content: center;
  margin-top: 60px;
  position: relative;
}

.landing-banner-image-one {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: auto;
  position: absolute;
  inset: auto auto 0% 0%;
}

.landing-banner-image-two {
  z-index: 1;
  background-color: var(--heading-black);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: auto;
  position: relative;
}

.landing-banner-image-three {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.service-three-banner-img {
  height: auto;
  position: absolute;
  inset: 0% 75px auto auto;
}

.landing-section-two {
  padding-top: 100px;
  padding-bottom: 120px;
}

.landing-section-two.landing-cms-section {
  background-color: #f6f6f6;
}

.landing-home-flex {
  grid-column-gap: 30px;
  margin-top: 30px;
}

.landing-home-flex.landing-cms-flex {
  justify-content: center;
}

.homepage-link {
  background-color: var(--914bf1);
  color: var(--heading-black);
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 10px;
  padding: 15px;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-decoration: none;
  position: relative;
  box-shadow: 5px 0 50px #0000000f;
}

.landing-btn-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.landing-btn-block.margin-top-thirty {
  margin-top: 30px;
}

.landing-figma-section {
  background-image: url('../images/Landing-Figma-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding-top: 120px;
  padding-bottom: 120px;
}

.landing-figma-flex {
  grid-column-gap: 40px;
  justify-content: center;
}

.landing-figma-left {
  flex: 1;
  align-self: center;
}

.landing-figma-right {
  flex: 1;
}

.landing-footer-section {
  background-color: #121216;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 603px;
  display: flex;
  overflow: hidden;
}

.landing-contact-text {
  color: #f623c8;
  font-family: Syne, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.footer-flex-one {
  flex: 1;
  max-width: 25%;
}

.footer-flex-two {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.footer-flex-three {
  flex: 1;
  max-width: 25%;
}

.footer-img-one {
  height: auto;
  position: absolute;
  inset: -110px auto 0% -130px;
}

.footer-img-two {
  height: auto;
  position: absolute;
  inset: -110px -130px 0% auto;
}

.megamenu-block-three {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.pages-megamenu-block {
  background-image: url('../images/Best-Work-Three.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 90%;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-link-two {
  color: #0b0f12;
  letter-spacing: .04rem;
  text-transform: capitalize;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-family: Syne, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.5rem;
  transition: all .3s;
}

.dropdown-link-two.w--current {
  color: #0b0f12;
}

.megamenu-dropdown-wrapper {
  background-color: var(--914bf1);
  display: none;
}

.megamenu-dropdown-wrapper.w--open {
  background-color: #fff;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 2em;
  display: flex;
  position: absolute;
  inset: auto 0%;
  overflow: hidden;
}

.arrow {
  width: .85rem;
  height: .85rem;
  margin-left: 4px;
  margin-right: 0;
  position: relative;
}

.arrow.color-white {
  filter: invert();
}

.megamenu-block-two {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 45px;
  display: flex;
}

.megamenu-flex-block {
  flex: 1;
  padding-top: 95px;
  padding-bottom: 105px;
}

.menu-link-wrapper {
  flex: 1;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-link-drop {
  border-right: 1px #000;
  position: static;
}

.megamenu-flex-one {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2px;
  padding-bottom: 2px;
  transition: all .3s;
  transform: translate(0);
}

.megamenu-flex-one:hover {
  transform: translate(8px);
}

.orange-spiral-img {
  height: auto;
  position: absolute;
  inset: auto 30% -10% auto;
}

.home-one-text-one {
  margin-top: 40px;
}

.home-three-tab-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  box-shadow: 5px 0 50px #00000014;
}

.indicator-block {
  background-color: #f4f4f4;
  width: 3px;
  height: 100vh;
  margin-top: 40px;
  margin-left: 1%;
  overflow: hidden;
}

.indicator-fill {
  background-color: #a5c0e0;
  width: 100%;
  height: 100%;
}

.hero-text {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}

.flex {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.preloader-bg-upper {
  background-color: #0e0e0f;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.lottie-animation {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.preloader-bg-lower {
  background-color: #0e0e0f;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-text-content {
  perspective: 1000px;
  perspective-origin: 50%;
  transform-origin: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.preloader {
  z-index: 999999999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.logo-text {
  display: flex;
  overflow: hidden;
}

.small-container {
  max-width: 1290px;
  padding-left: 15px;
  padding-right: 15px;
}

.dark-heading {
  color: #0b0f12;
}

.documentation-block {
  padding: 30px 0 0;
}

.margin-bottom-twentytwo {
  margin-bottom: 22px;
}

.documentation-section {
  padding-top: 75px;
  padding-bottom: 120px;
}

.page-wrapper {
  background-color: var(--914bf1);
}

.body-background-dark {
  background-color: var(--heading-black);
}

.text-block, .text-block-2, .text-block-3, .text-block-4, .heading {
  text-transform: none;
}

.heading-2 {
  color: #fff;
  text-transform: none;
}

.paragraph {
  color: var(--914bf1);
}

.footer-follow {
  font-family: Syne, sans-serif;
  font-weight: 500;
}

.footer-follow.grey-text {
  color: #fffcfc;
  -webkit-text-stroke-color: #fffcfc;
  align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.heading-3 {
  text-transform: none;
  margin-top: 40px;
}

.div-block-2 {
  align-self: center;
}

.next {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Syne, sans-serif;
}

.page-count {
  color: #dadada;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
}

.text-block-5 {
  color: #fff;
  letter-spacing: 0;
  -webkit-text-stroke-color: white;
  text-transform: none;
  padding: 5px 52px 5px 15px;
  font-size: 1rem;
  line-height: 1.7rem;
  position: relative;
}

.pagination {
  padding-top: 40px;
}

.text-block-6 {
  color: var(--914bf1);
  letter-spacing: 0;
  text-transform: none;
  padding: 5px 52px 5px 15px;
  position: relative;
}

.rich-text-block-2 {
  padding-top: 40px;
  font-family: Syne, sans-serif;
}

.text-block-7 {
  text-transform: none;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-block-8 {
  color: var(--914bf1);
  letter-spacing: .28px;
  text-transform: none;
  font-size: 18px;
  line-height: 24px;
}

.container-2 {
  display: block;
}

.button {
  font-family: Syne, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.text-block-9, .text-block-10 {
  text-transform: none;
}

.paragraph-2 {
  margin-bottom: 40px;
}

.image {
  margin-left: 300px;
  padding-left: 0;
}

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

.heading-4 {
  text-transform: none;
  font-size: 1.5rem;
}

.text-color-greenyellow {
  color: #adff2f;
}

.text-block-11, .text-block-12, .text-block-13, .text-block-14 {
  text-transform: none;
}

.text-block-15 {
  color: var(--paragraph-steel-gray);
  text-transform: none;
  align-items: center;
  width: 100%;
  max-width: 480px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  display: flex;
}

.grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  padding-top: 0;
}

.heading-5 {
  text-transform: none;
}

.image-2 {
  mix-blend-mode: normal;
  box-shadow: 0 2px 5px #0003;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  padding: 20px 15px;
  display: flex;
}

.container-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Syne, sans-serif;
  display: flex;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  display: flex;
}

.nav-link-2 {
  color: #0b0f12;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: inline;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.menu-button-2 {
  padding-left: 18px;
}

.list-item {
  flex: 0 auto;
  align-self: auto;
}

.f-navigation-button {
  background-color: var(--green-yellow);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  text-transform: none;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-link {
  color: var(--neovia-blue);
  letter-spacing: -.01em;
  white-space: nowrap;
  cursor: pointer;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-family: Syne, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link.w--current {
  color: var(--green-yellow);
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-logo {
  width: 124px;
}

.f-navigation-link-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  font-family: Syne, sans-serif;
  display: flex;
}

.text-block-16 {
  font-size: 18px;
  font-weight: 500;
}

.f-navigation-button-2 {
  background-color: var(--green-yellow);
  outline-offset: 0px;
  color: var(--neovia-blue);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Syne, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button-2:hover {
  background-color: var(--neovia-blue);
  color: var(--914bf1);
}

.f-navigation-content-2 {
  grid-column-gap: 8px;
  align-items: center;
  font-family: Syne, sans-serif;
  display: flex;
}

.f-navigation-link-2 {
  color: var(--neovia-blue);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-family: Syne, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link-2:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link-2.w--current {
  color: var(--green-yellow);
}

.f-navigation-menu-2 {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-logo-2 {
  width: 124px;
}

.f-navigation-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation-2 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.text-block-17 {
  font-family: Syne, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.rich-text-block-3 {
  font-family: Syne, sans-serif;
}

.bold-text {
  color: var(--neovia-blue);
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-sub-heading-large {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-feature-icon-wrapper {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-grid-four-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.75rem;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-128 {
  margin-bottom: 128px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  padding: 20px 5%;
  position: relative;
}

.f-h5-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.f-h5-heading.heading-outsourcing {
  font-size: 26px;
  font-weight: 600;
}

.f-margin-bottom-04 {
  margin-bottom: 4px;
}

.f-margin-bottom-129 {
  margin-bottom: 16px;
}

.f-feature-icon-round {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 16px;
  display: flex;
  box-shadow: 23px 23px 48px -8px #1600420a;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-feature-card-large {
  background-color: var(--flowui-component-library--gray-100);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.f-grid-two-column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  overflow: visible;
}

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

.f-content-image-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

.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: #0000;
}

.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-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-margin-bottom-130 {
  margin-bottom: 16px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-section-regular {
  padding: 60px 5%;
  position: relative;
}

.section {
  padding-top: 10px;
  padding-bottom: 20px;
}

.bold-text-2 {
  color: var(--neovia-blue);
  -webkit-text-stroke-color: var(--neovia-blue);
}

.link-block {
  font-family: Syne, sans-serif;
}

.bold-text-3 {
  color: var(--neovia-blue);
}

.error-message {
  background-color: #f4a64e;
}

.success-message {
  background-color: #eaffcf;
}

.check-box-contact-form {
  float: none;
  clear: none;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  font-weight: 500;
  display: block;
  position: static;
  inset: 0%;
}

.error-message-2 {
  background-color: #f4a64e;
}

.checkbox-label {
  font-weight: 600;
}

.check-box-contact-2 {
  float: left;
  font-weight: 600;
  position: static;
  inset: 0%;
}

.checkbox-field-2 {
  font-weight: 500;
}

.success-message-2 {
  background-color: #eaffcf;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  background-color: #eaffcf;
  justify-content: flex-start;
  padding: 1.5rem;
  font-family: Syne, sans-serif;
}

.cookie-modal_description {
  font-family: Syne, sans-serif;
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_component {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-family: Syne, sans-serif;
  font-size: 1.1875rem;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #1a4054;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start center;
  display: grid;
}

.paragraph-3.cookie-banner-2-paragraph---brix {
  max-width: 332px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.button-primary-3 {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.button-primary-3:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.button-primary-3.cookie-banner-button-2---brix {
  background-color: var(--neovia-blue);
  margin-right: 24px;
  padding: 14px 22px;
  font-family: Syne, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.cookie-banner-2-right-content---brix {
  align-items: center;
  display: flex;
}

.cookie-icon---brix {
  margin-right: 20px;
}

.close-message---brix {
  color: #170f49;
  cursor: pointer;
  transform-style: preserve-3d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  transition: all .35s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-message---brix:hover {
  color: #4a3aff;
  transform: scale3d(.9, .9, .01);
}

.close-message---brix.cookie-banner-2---brix {
  font-size: 14px;
  transition-duration: .4s;
  position: static;
}

.cookie-banner-2-left-content---brix {
  align-items: center;
  display: flex;
}

.cookie-banner-wrapper---brix {
  z-index: 10;
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
  position: fixed;
  inset: auto auto 32px 32px;
}

.cookie-banner-wrapper---brix.cookie-banner-2---brix {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 680px;
  padding: 20px 32px;
  display: flex;
  inset: auto auto 32px 32px;
  box-shadow: 0 6px 23px #14142b14;
}

.cookie-banner-wrapper---brix.cookie-banner-2---brix.preview-page {
  position: absolute;
}

.cookie-banner-content---brix.cookie-banner-2---brix {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 1200px;
  min-height: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: grid;
}

.heading-6 {
  max-width: none;
}

.blog-post-image {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 145px;
  margin-bottom: 10px;
  position: static;
}

.heading-10 {
  color: var(--green-yellow);
  text-transform: none;
  font-family: Syne, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4rem;
}

.article-preview-text {
  opacity: .75;
  color: var(--914bf1);
  margin-right: 5%;
  line-height: 1.6rem;
}

.article-button {
  background-color: var(--green-yellow);
  color: var(--neovia-blue);
  cursor: pointer;
  mix-blend-mode: normal;
  border-radius: 16px;
  margin-top: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7rem;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.section-2 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 40px 3%;
  display: flex;
}

.sign-up-heading-2 {
  color: #0f0f0f;
  font-family: Syne, sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3.25rem;
}

.sign-up-heading-2.margin-top-zero {
  margin-top: 0;
}

.sign-up-heading-2.margin-top-zero.margin-bottom-zero {
  text-transform: none;
  padding-right: 40px;
  font-size: 2.65rem;
  line-height: 3rem;
}

.rich-text-block-4 {
  font-family: Syne, sans-serif;
}

.container-6 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-7, .container-8 {
  padding-left: 10px;
  padding-right: 10px;
}

.blog-post {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.kariera {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1100px;
}

.heading-kariera {
  margin-top: 20px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4rem;
}

.div-block-4 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.kariera-pozice {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

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

.kariera-heading {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.kariera-header-section {
  background-color: var(--neovia-blue);
  margin-top: 80px;
  margin-bottom: 0;
  padding-top: 115px;
  padding-bottom: 105px;
}

.kariera-paragraph {
  clear: none;
  direction: ltr;
  object-fit: fill;
  color: #dadada;
  flex: 0 auto;
  align-self: auto;
  margin: 10px 0 40px;
  padding-left: 20%;
  padding-right: 20%;
}

.kariera-heading-1 {
  color: var(--914bf1);
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 600;
}

.kariera-header {
  max-width: 1320px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.kariera-header-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Syne, sans-serif;
  display: flex;
  position: relative;
}

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

.kariera-text {
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 70px 80px;
}

.kariera-text-wrapper {
  max-width: 1320px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.kariera-zpet-button {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.rich-text-block-5 {
  padding-left: 3%;
  padding-right: 3%;
}

.bold-text-4 {
  color: var(--neovia-blue);
}

.link-block-blog-text {
  margin-right: 5%;
  text-decoration: none;
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-title {
  color: var(--heading-black);
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.6rem;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-6 {
  font-family: Syne, sans-serif;
}

.flex-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.fqa {
  margin-bottom: 40px;
}

.list {
  padding-top: 10px;
}

.faq-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-header-icon {
  width: 20px;
}

.faq-text-list.faq-text-list-neovia {
  color: var(--914bf1);
}

.faq-wrapper-2 {
  border-bottom: 1px solid #ffffff1a;
  flex-flow: column;
  padding-bottom: 20px;
  display: flex;
}

.faq-wrapper-2.last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.faqs-content-wrap {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  background-color: #272829;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.faqs-content-wrap.neovia-fqa {
  background-color: var(--neovia-blue);
  font-family: Syne, sans-serif;
}

.section-text-wrap {
  width: 100%;
  max-width: 654px;
}

.section-heading {
  padding-top: 0;
  font-size: 55px;
}

.faq-answer {
  margin-top: 20px;
}

.faq-answer.faq-answer-neovia {
  color: var(--914bf1);
}

.faqs-list-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.purple-span {
  color: #914bf1;
}

.faq-question {
  color: #fff;
  font-weight: 500;
}

.faq-question.faq-question-neovia {
  color: var(--green-yellow);
  font-size: 1rem;
  line-height: 1.75rem;
}

.faq-answer-wrap {
  margin-top: 0;
  overflow: hidden;
}

.section-heading-wrap {
  margin-bottom: 10px;
}

.section-paragraph.selection-paragraph-neovia {
  color: var(--914bf1);
}

.green-span {
  color: var(--green-yellow);
}

.green-span:hover {
  color: var(--green-yellow);
  mix-blend-mode: multiply;
}

.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-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-131 {
  margin-bottom: 8px;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-avatar-group-r {
  background-color: var(--flowui-component-library--grey-300);
  border: 3px solid #fff;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-right: -16px;
  position: relative;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-heading-detail-small-2.special-offer-neovia-small {
  color: var(--neovia-blue);
  font-family: Syne, sans-serif;
}

.f-avatar-dark {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: -14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  position: relative;
}

.f-header-avatar-text {
  color: var(--flowui-component-library--gray-700);
  margin-left: 24px;
  font-size: 14px;
  font-weight: 500;
}

.f-header-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-header-wrapper {
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.f-header-avatar-block {
  align-items: center;
  display: flex;
}

.f-h3-heading-2 {
  color: var(--neovia-blue);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-h3-heading-2.special-offer-neovia-heading {
  font-size: 33px;
  font-weight: 600;
}

.f-button-secondary-2 {
  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-2:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-132 {
  margin-bottom: 16px;
}

.f-margin-bottom-133 {
  margin-bottom: 32px;
}

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

.f-button-neutral-2 {
  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-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-grid-two-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-section-regular-2 {
  padding: 72px 5%;
  position: relative;
}

.f-content-image-wrapper-2 {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

.f-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.kruh-ikona {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--neovia-blue);
  text-decoration-color: var(--neovia-blue);
  border: 1px solid #000;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding-top: 0;
  display: flex;
}

.container-one-2 {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.memorable-text-2 {
  color: var(--914bf1);
  letter-spacing: 0;
  text-transform: none;
  background-image: url('../images/Memorable-Brand_1Memorable-Brand.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 31px 2px;
  padding-left: 45px;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.green-gradient-bg-2 {
  background-image: linear-gradient(#beff35, #fff);
  border-radius: 0;
  padding: 40px 20px;
}

.f-h1-heading-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-button-secondary-3 {
  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-3:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-134 {
  margin-bottom: 8px;
}

.f-margin-bottom-135 {
  margin-bottom: 24px;
}

.f-margin-bottom-136 {
  margin-bottom: 32px;
}

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

.f-paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-3.banner-text-ed {
  color: var(--paragraph-steel-gray);
}

.f-section-large-3 {
  padding: 40px 5% 92px;
  position: relative;
}

.f-button-neutral-3 {
  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-3:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-heading-detail-small-3 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: 630px;
  overflow: hidden;
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-header-grid {
  grid-column-gap: 21px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  place-items: center stretch;
}

.f-banner-flex-row {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f-banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--neovia-blue);
  color: var(--flowui-component-library--white);
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-banner-button {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  transition: background-color .3s;
  display: flex;
}

.f-banner-button:hover {
  background-color: var(--flowui-component-library--primary-dark);
}

.image-3 {
  padding-bottom: 40px;
}

.faq-outsourcing {
  margin-bottom: 20px;
  margin-left: 5%;
  padding-right: 5%;
}

.faq-wrap {
  padding-bottom: 10px;
}

.image-height-auto-2 {
  object-fit: cover;
  border-radius: 3%;
}

.open-close-button-2 {
  background-color: #beff35;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 25px;
}

.memorable-text-3 {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  background-image: url('../images/Memorable-Brand_1Memorable-Brand.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 31px 2px;
  padding-left: 45px;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.memorable-text-3.blue-text {
  background-image: url('../images/Business-Strategy-Line_1Business-Strategy-Line.webp');
}

.f-h1-heading-3 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-container-regular-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-button-secondary-4 {
  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-4:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-137 {
  margin-bottom: 8px;
}

.f-margin-bottom-138 {
  margin-bottom: 24px;
}

.f-paragraph-large-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large-4 {
  padding: 92px 5%;
  position: relative;
}

.f-button-neutral-4 {
  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-4:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-margin-bottom-139 {
  margin-bottom: 40px;
}

.f-heading-detail-small-4 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-header-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-header-button-middle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.bold-text-5 {
  font-size: 2.65rem;
}

@media screen and (min-width: 1280px) {
  .image-height-auto.border-radius-twenty.contact-img-one {
    display: block;
  }

  .navbar-logo-link.desktop-visible-responsive-hidden.home-three-menu, .navbar-logo-link.desktop-visible-responsive-hidden.home-three-menu.w--current {
    margin-left: 12%;
  }

  .navbar-menu-left {
    padding-left: 30px;
  }

  .navbar-menu-left.center {
    padding-left: 18%;
  }

  .bg-round-black.landing-button-round {
    border-style: none;
  }

  .memorable-text.neovia-blue-text {
    -webkit-text-stroke-color: var(--neovia-blue);
  }

  .color-white.margin-bottom-twenty {
    color: #fff;
  }

  .color-white.margin-right-two-twenty {
    margin-right: 450px;
  }

  .grey-text.margin-bottom-zero.padding-left-right-eighteen-percent {
    padding-left: 24%;
    padding-right: 24%;
  }

  .grey-text.margin-right-startup {
    margin-right: 20px;
  }

  .margin-bottom-twenty {
    color: #1a4054;
    -webkit-text-stroke-color: var(--neovia-blue);
  }

  .margin-bottom-twenty.independent-margin-right {
    margin-right: 10%;
  }

  .home-one-project-left {
    max-width: 35%;
  }

  .counter-heading.color-white.margin-bottom-seventy {
    margin-bottom: 55px;
  }

  .counter-heading.margin-bottom-one-forty {
    margin-bottom: 165px;
  }

  .margin-bottom-zero.padding-left-right-eighteen-percent {
    padding-left: 24%;
    padding-right: 24%;
  }

  .get-in-touch-block.padding-left-right-fourteen-percent {
    padding-left: 17%;
    padding-right: 17%;
  }

  .home-three-work-text {
    margin-bottom: 46px;
    padding-right: 100px;
  }

  .home-four-star {
    right: 37%;
  }

  .home-four-star.product-star {
    bottom: 25%;
    right: -5%;
  }

  .header-email-button.hidden-one {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .research-heading.dark-text.team-heading {
    margin-bottom: 33px;
  }

  .home-five-star-one {
    right: 55%;
  }

  .home-five-get-in-left {
    margin-right: 20%;
  }

  .business-img {
    right: 0%;
  }

  .creative-caption-wrapper.padding-left-fifteen.home-three-vertical-marquee.home-one-marque {
    padding-left: 40px;
    padding-right: 40px;
  }

  .next-level-block {
    margin-right: 10%;
  }

  .about-img-three {
    right: 5%;
  }

  .about-img-two {
    right: 10%;
  }

  .about-one-capital-flex-block {
    padding-left: 10%;
    padding-right: 10%;
  }

  .about-three-banner-img-one {
    left: -12%;
  }

  .about-three-banner-img-two {
    right: -6%;
  }

  .about-three-banner-img-three {
    left: 28%;
  }

  .testimonial-text-three {
    padding-left: 10%;
    padding-right: 10%;
  }

  .product-two-hero-section {
    padding-bottom: 320px;
  }

  .padding-left-right-five-percent {
    padding-left: 15%;
    padding-right: 15%;
  }

  .product-spiral-img {
    right: 25%;
  }

  .product-img-two {
    margin-left: -10%;
  }

  .project-why-one-outer {
    height: 557px;
  }

  .about-two-spiral {
    bottom: 0%;
    left: 25%;
  }

  .about-two-collection-heading {
    padding-left: 25%;
  }

  .service-two-hero-block {
    padding-right: 15%;
  }

  .service-two-spiral {
    right: 5%;
  }

  .service-two-img-two {
    left: 35%;
  }

  .service-two-img-one {
    left: 175px;
  }

  .contact-us-hero-two-right {
    display: block;
  }

  .ask-demo-img-one {
    margin-right: 40px;
  }

  .ask-demo-flex-block {
    border-radius: 20px;
    box-shadow: 5px 0 50px #0003;
  }

  .ask-demo-img-two {
    left: 40px;
  }

  .ask-demo-img-three {
    bottom: 110px;
    left: 90px;
  }

  .f-h3-heading {
    text-transform: none;
  }

  .f-image-cover {
    float: none;
    aspect-ratio: auto;
    vertical-align: sub;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1440px) {
  .color-white.home-three-work-heading {
    margin-right: 100px;
  }

  .grey-text.margin-right-startup {
    margin-right: 40px;
  }

  .grey-text.para-absolute-one.para-absolute-three {
    left: 40px;
    right: 40px;
  }

  .home-one-project-left {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-one-project-left.with-no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .counter-heading {
    font-size: 3rem;
  }

  .counter-heading.color-white.margin-bottom-seventy {
    margin-bottom: 57px;
  }

  .counter-heading.color-white.para-absolute-two.para-absolute-three {
    left: 40px;
    right: 40px;
  }

  .counter-heading.color-white.margin-bottom-one-fiftyfive {
    margin-bottom: 145px;
  }

  .counter-heading.margin-bottom-one-forty {
    margin-bottom: 185px;
  }

  .footer-spiral-img {
    right: 8%;
  }

  .home-two-banner-paragraph {
    margin-right: 230px;
  }

  .breaking-ice-block {
    padding-left: 2%;
    padding-right: 2%;
  }

  .home-two-solution-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .growth-planning-bg {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .creative-idea-text-block {
    padding-left: 80px;
    padding-right: 80px;
  }

  .green-gradient-bg {
    border-radius: 20px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .blue-bg-footer-container {
    border-radius: 20px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .independet-advise-image {
    left: 14%;
    right: 14%;
  }

  .home-three-banner-text {
    margin-right: 345px;
  }

  .home-three-project-left {
    background-position: 50% 70%;
  }

  .home-three-product-block.about-one-product-block {
    padding: 60px 45px;
  }

  .home-four-banner-img-three {
    right: 65px;
  }

  .home-four-banner-img-four {
    right: 90px;
  }

  .home-four-star {
    right: 39%;
  }

  .home-four-star.long-run {
    right: 57%;
  }

  .home-four-solution-block-right {
    height: 648px;
  }

  .scrolling-block-one, .scrolling-block-two {
    font-size: 1.5625rem;
  }

  .scrolling-inside-line {
    font-size: 1.5rem;
    line-height: 2.9rem;
  }

  .home-five-project-one {
    height: 620px;
  }

  .home-five-get-in-touch-block {
    margin-left: 0;
    margin-right: 0;
  }

  .home-five-service-bg {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .about-one-business-left {
    height: 70vh;
  }

  .about-one-flex {
    height: 35vh;
  }

  .testimonial-text-three {
    padding-left: 12%;
    padding-right: 12%;
  }

  .project-heading-block {
    bottom: 25px;
    left: 30px;
  }

  .about-two-hero-img-one, .about-two-hero-img-two {
    height: 386px;
  }

  .about-two-hero-img-three {
    background-image: url('../images/About-Banner-Three.webp');
    background-position: 100%;
    background-repeat: no-repeat;
    height: 386px;
    padding-right: 275px;
  }

  .service-three-box-one {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .service-one-image-slide-flex {
    grid-column-gap: 95px;
    grid-row-gap: 95px;
  }

  .contact-one-hero-block {
    padding: 60px;
  }

  .contact-us-hero-one, .contact-us-hero-two {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .contact-three-flex-block {
    grid-column-gap: 95px;
  }

  .contact-three-details-inner {
    padding: 60px;
  }

  .button-wrapper {
    display: flex;
  }

  .knowledge-hero-img-one.signin-img-one {
    left: 10%;
  }

  .knowledge-hero-img-three.sign-in-img-three {
    left: 25%;
  }

  .margin-bottom-thirty.margin-right-figma {
    margin-right: 150px;
  }

  .utility-page-content.error-page-content {
    width: 62%;
  }

  .sign-up-form-main-block {
    padding-left: 120px;
  }

  .sign-up-two-img, .sign-up-three-img {
    right: 75px;
  }

  .sign-up-four-img {
    right: 17%;
  }

  .sign-up-five-img {
    left: 5%;
  }

  .blog-style-one-heading {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .footer-img-one {
    left: -120px;
  }

  .footer-img-two {
    right: -120px;
  }

  .megamenu-left-right-division {
    width: 15%;
  }

  .orange-spiral-img {
    right: 32%;
  }

  .section-text-wrap {
    max-width: 680px;
  }

  .green-gradient-bg-2 {
    border-radius: 20px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 1920px) {
  .menu-link-toggle {
    padding-left: 2rem;
  }

  .navbar-menu-left {
    padding-left: 16px;
  }

  .navbar-menu-left.center {
    padding-left: 15%;
  }

  .color-white.home-three-work-heading {
    margin-right: 320px;
  }

  .grey-text.margin-bottom-zero.padding-left-right-eighteen-percent {
    padding-left: 25%;
    padding-right: 25%;
  }

  .margin-bottom-twenty.independent-margin-right {
    margin-right: 25%;
  }

  .container-two {
    max-width: 1920px;
    padding-left: 130px;
    padding-right: 130px;
  }

  .creative-idea-text-block {
    margin-left: -1px;
  }

  .green-gradient-bg {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .independet-advise-image {
    left: 15%;
    right: 15%;
  }

  .margin-bottom-zero.padding-left-right-eighteen-percent {
    padding-left: 25%;
    padding-right: 25%;
  }

  .home-three-work-text {
    padding-right: 300px;
  }

  .container-four-hero-right {
    background-size: 368px 350px;
  }

  .home-four-banner-img-three {
    width: 236px;
    right: 38px;
  }

  .home-four-banner-img-two {
    width: 350px;
    margin-left: -50px;
  }

  .home-four-banner-img-four {
    bottom: -77px;
    right: 75px;
  }

  .home-four-star {
    right: 52%;
  }

  .home-four-star.choose-star {
    right: 39%;
  }

  .home-five-project-box-one, .home-five-project-box-two, .home-five-project-box-four {
    box-shadow: 5px 0 50px #00000014;
  }

  .home-five-footer-section {
    background-color: var(--neovia-blue);
    background-image: none;
  }

  .home-five-service-bg {
    margin-left: 125px;
    margin-right: 125px;
  }

  .creative-caption-wrapper.padding-left-fifteen.home-three-vertical-marquee.home-one-marque {
    padding-left: 45px;
    padding-right: 45px;
  }

  .vertical-marquee-overlay.overlay-bottom {
    background-image: linear-gradient(360deg, #0f0d25bf 36%, #0000);
  }

  .next-level-block {
    margin-right: 30%;
  }

  .about-one-banner-right {
    max-width: 40%;
  }

  .about-img-three {
    right: 10%;
  }

  .about-img-two {
    right: 20%;
  }

  .about-one-business-left {
    height: 60vh;
  }

  .about-one-flex {
    height: 30vh;
  }

  .circular-image-rotate {
    right: 42%;
  }

  .contact-three-details-inner {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    display: flex;
  }

  .knowledge-hero-img-one.signin-img-one {
    left: 20%;
  }

  .knowledge-hero-img-two.signin-img-two {
    right: 99px;
  }

  .knowledge-hero-img-three.sign-in-img-three {
    left: 30%;
  }

  .utility-page-content.error-page-content {
    width: 45%;
  }

  .sign-up-four-img {
    right: 25%;
  }

  .sign-up-five-img {
    left: 15%;
  }

  .flex-center {
    margin-top: 0%;
  }

  .licencing-section {
    background-color: #ebebeb;
  }

  .licencing-image-block {
    display: flex;
  }

  .licencing-images {
    margin-right: 20px;
    padding-right: 0;
  }

  .footer-flex-one, .footer-flex-three {
    max-width: 28%;
  }

  .footer-img-one {
    left: -20px;
  }

  .footer-img-two {
    right: -20px;
  }

  .orange-spiral-img {
    right: 34%;
  }

  .indicator-block {
    height: 130vh;
  }

  .article-preview-text, .link-block-blog-text {
    margin-right: 5%;
  }

  .green-gradient-bg-2 {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
    line-height: 3.3rem;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  h3 {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }

  h5 {
    font-size: 1.3rem;
  }

  .line-hamburger-top {
    background-color: #344054;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-hamburger-top.color-white {
    background-color: #fff;
  }

  .line-hamburger-middle {
    background-color: #344054;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .line-hamburger-middle.color-white {
    background-color: #fff;
  }

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

  .navbar-menu-btn {
    cursor: pointer;
  }

  .navbar-menu-btn.w--open {
    background-color: #0000;
  }

  .navbar-menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .navbar-menu-right.responsive-hidden {
    display: none;
  }

  .home-one-navbar-menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-top: 1px solid #f2f4f7;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 15px 5rem;
    position: absolute;
    overflow: auto;
  }

  .image-height-auto.border-radius-twenty.image-absolute-six {
    display: none;
    top: -77px;
  }

  .image-height-auto.image-absolute-two {
    left: 0%;
  }

  .image-height-auto.image-absolute-three {
    top: -10%;
    right: 5%;
  }

  .image-height-auto.image-absolute-eight {
    top: -40px;
  }

  .image-height-auto.comment-img, .image-height-auto.analytical-data-image {
    display: none;
  }

  .menu-icon-line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-menu-dropdown {
    width: 100%;
    position: relative;
  }

  .navbar-menu-dropdown.visible-sm-hidden-lg, .navbar-logo-link.desktop-hidden-responsive-visiblele {
    display: block;
  }

  .navbar-logo-link.desktop-visible-responsive-hidden {
    display: none;
  }

  .dropdown-linklist {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar-dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-dropdown-link:hover {
    background-color: #0000;
  }

  .dropdown-icon {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .dropdown-icon.color-white {
    filter: none;
  }

  .line-hamburger-bottom {
    background-color: #344054;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-hamburger-bottom.color-white {
    background-color: #fff;
  }

  .dropdown-list {
    margin-top: 0;
    position: static;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-link-toggle {
    align-items: center;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: 0;
    display: flex;
  }

  .menu-link-toggle:hover {
    color: #101828;
  }

  .menu-link-toggle.white-menu {
    color: #0b0f12;
  }

  .navbar-menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .navbar-menu-left.center {
    padding-left: 0%;
  }

  .navbar-menu-left.desktop-hidden-responsive-visiblele {
    display: flex;
  }

  .navbar-menu-left.desktop-visible-responsive-hidden {
    display: none;
  }

  .primary-button.service-one-btn {
    left: 39%;
  }

  .home-one-hero-section {
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .home-one-hero-block {
    display: block;
  }

  .home-one-hero-left {
    padding-bottom: 40px;
  }

  .home-one-hero-right {
    max-width: 100%;
  }

  .color-white.margin-top-ten.margin-right-one-twenty {
    margin-right: 10px;
  }

  .color-white.home-three-work-heading {
    margin-right: 20px;
  }

  .color-white.margin-right-two-hundred {
    margin-right: 0;
  }

  .product-text {
    font-size: 3rem;
    line-height: 3.3rem;
  }

  .grey-text.margin-bottom-zero.padding-left-right-eighteen-percent, .grey-text.margin-bottom-zero.padding-left-right-twenty-percent, .grey-text.padding-left-right-twenty-percent, .grey-text.padding-left-right-twenty-percent.margin-bottom-thirtyeight {
    padding-left: 10%;
    padding-right: 10%;
  }

  .home-one-section-two {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .home-one-business-needs-one {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .we-make-block-inner {
    padding: 10px 20px 25px;
  }

  .margin-bottom-twenty.contact-three-heading {
    margin-top: 60px;
  }

  .home-one-project-flex-three {
    padding-top: 50px;
  }

  .home-one-project-flex-two {
    display: block;
  }

  .home-one-section-three {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .home-one-project-left {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    max-width: 100%;
  }

  .counter-heading.color-white.margin-bottom-seventy {
    margin-bottom: 10px;
  }

  .counter-heading.color-white.margin-bottom-one-fiftyfive {
    margin-top: 5px;
    margin-bottom: 105px;
  }

  .counter-heading.margin-bottom-one-thirty {
    margin-bottom: 10px;
  }

  .counter-heading.margin-bottom-one-forty {
    margin-top: 5px;
    margin-bottom: 105px;
  }

  .home-one-project-flex-one {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-one-project-right {
    border-radius: 20px;
    margin-top: 40px;
  }

  .number-block-one {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  .padding-left-right-twelve-percent {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-flex-block-one.home-three-footer {
    flex-direction: column;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 40px;
    display: flex;
  }

  .home-one-footer {
    padding-top: 60px;
  }

  .home-one-invest-block {
    padding-bottom: 52px;
  }

  .have-project-block {
    flex: 1;
  }

  .home-one-comment-flex {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-one-footer-stack {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .home-one-footer-stack.home-two-footer-stack {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .acoo-two-heading-title {
    font-size: 1.4rem;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .home-one-project-block {
    margin-top: 80px;
  }

  .easy-project-right {
    margin-top: 60px;
  }

  .amazing-project-link {
    grid-column-gap: 5px;
    width: 500px;
    font-size: 1.2rem;
    bottom: -30px;
  }

  .software-flex-block.margin-bottom-thirty-five {
    margin-bottom: 20px;
  }

  .home-one-section-four {
    padding-top: 65px;
    padding-bottom: 40px;
  }

  .home-one-btn-block {
    margin-bottom: 90px;
  }

  .easy-project-flex {
    margin-top: 20px;
    margin-bottom: 110px;
    display: block;
  }

  .footer-spiral-img {
    display: none;
  }

  .home-two-banner-paragraph {
    margin-right: 0;
  }

  .home-two-hero-flex-one {
    grid-column-gap: 30px;
  }

  .blue-circle-image {
    top: -15px;
  }

  .home-two-hero-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .home-two-know-company-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-two-section-two {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .financial-business-data-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .insurence-heading {
    line-height: 1.7rem;
  }

  .home-two-star-img {
    display: none;
  }

  .breaking-ice-block.padding-left-right-eighteen-percent {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-two-square-img, .home-two-circle-img {
    display: none;
  }

  .home-two-section-four {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .green-star-img {
    display: none;
  }

  .corporate-solution-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .corporate-box-one, .corporate-box-two {
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-two-section-five {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .home-two-solution-block {
    display: block;
  }

  .growth-planning-bg {
    margin-right: 0;
  }

  .home-two-section-seven {
    padding-top: 70px;
  }

  .home-two-creative-block {
    display: block;
  }

  .creative-idea-image-block {
    background-position: 50% 20%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .creative-idea-text-block {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 40px 40px 35px;
  }

  .margin-bottom-thirtyeight {
    margin-bottom: 25px;
  }

  .green-gradient-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .pink-spiral-two-img {
    display: none;
  }

  .blue-bg-footer-container {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .independet-advise-image {
    left: 5%;
    right: 5%;
  }

  .home-two-section-six {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .margin-right-three-hundred {
    margin-right: 140px;
  }

  .project-text-box-outer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .project-image-box {
    height: 300px;
  }

  .project-two-sub-heading {
    font-size: 2rem;
  }

  .project-two-sub-heading.project-two-heading {
    line-height: 2.1rem;
  }

  .home-two-background-video {
    height: 600px;
    padding-top: 100px;
  }

  .home-three-hero-icon {
    padding-bottom: 220px;
  }

  .home-three-banner-text {
    margin-right: 0;
  }

  .home-three-banner-flex {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-three-banner-img {
    margin-top: -200px;
  }

  .home-three-section-three {
    padding-top: 85px;
    padding-bottom: 70px;
  }

  .home-three-business-block {
    margin-top: 30px;
    margin-bottom: 70px;
  }

  .margin-bottom-zero.padding-left-right-eighteen-percent, .margin-bottom-zero.padding-left-right-twenty-two-percent {
    padding-left: 10%;
    padding-right: 10%;
  }

  .home-three-project-left {
    background-size: contain;
  }

  .home-three-project-right {
    max-width: 100%;
    padding-top: 30px;
  }

  .home-three-square-img {
    right: 23%;
  }

  .faq.overflow-hidden.width-hundred {
    width: 100%;
  }

  .home-three-section-four {
    padding-top: 63px;
    padding-bottom: 50px;
  }

  .get-in-touch-block.padding-left-right-eighteen-percent {
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .get-in-touch-block.padding-left-right-fourteen-percent, .get-in-touch-block.padding-left-right-twelve-percent {
    padding-left: 5%;
    padding-right: 5%;
  }

  .get-in-touch-block.margin-top-one-ten {
    margin-top: 60px;
  }

  .home-three-footer-menu {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-flex-block-two {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .home-three-section-six {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .home-three-product-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-three-product-block.about-one-product-block {
    padding: 20px 10px;
  }

  .product-content-wrap {
    max-width: 300px;
  }

  .home-three-section-seven {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .home-three-work-block {
    border-radius: 0;
    margin-top: 30px;
    display: block;
    position: relative;
    top: auto;
  }

  .home-three-work-left {
    height: 50vh;
  }

  .home-three-work-right {
    height: 80vh;
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-three-work-block-main {
    margin-top: 20px;
  }

  .home-four-hero-section {
    background-position: 0%;
    padding-top: 142px;
    padding-bottom: 175px;
  }

  .container-four-hero-flex {
    display: block;
  }

  .container-four-hero-right {
    background-position: 36%;
    background-size: 368px 350px;
    margin-top: 60px;
  }

  .home-four-banner-circle {
    display: none;
  }

  .home-four-banner-img-three {
    top: -30px;
    right: 25%;
  }

  .home-four-banner-img-two {
    margin-top: 0;
    margin-left: 0;
  }

  .home-four-banner-img-four {
    bottom: -105px;
    right: 155px;
  }

  .home-four-section-two {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .home-four-section-two.about-three-section-two {
    padding-top: 65px;
  }

  .home-four-star {
    display: none;
  }

  .home-four-three-box-block {
    grid-column-gap: 20px;
  }

  .financial-planning-block {
    margin-bottom: 10px;
  }

  .financial-planning-text {
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.7rem;
  }

  .home-four-arrow-block {
    display: none;
  }

  .home-four-three-box-data {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 15px;
  }

  .home-four-three-box-pic {
    margin-top: auto;
  }

  .home-four-section-three {
    padding-top: 65px;
    padding-bottom: 58px;
  }

  .we-bring-text-block {
    font-size: 2.8rem;
    line-height: 3rem;
  }

  .home-four-progress-block {
    grid-column-gap: 30px;
    margin-top: 60px;
  }

  .home-four-progress-left {
    margin-right: 0;
  }

  .strategy-img {
    display: none;
  }

  .progress-name {
    line-height: 1.2rem;
  }

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

  .home-four-service-top {
    margin-bottom: 10px;
  }

  .service-four-section-five, .home-four-section-six {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .home-four-solution-main-block {
    margin-top: 30px;
    display: block;
  }

  .home-four-solution-block-right {
    height: auto;
    margin-top: 30px;
    padding: 30px;
  }

  .home-four-section-seven {
    padding-top: 70px;
  }

  .home-four-sticky-component {
    margin-top: 10px;
  }

  .llink-image-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .home-four-work-content {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-four-project-cursor {
    display: none;
  }

  .service-link {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

  .service-link.home-five-solution-link {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .home-five-hero-section {
    padding-bottom: 70px;
  }

  .desktop-hidden-responsive-visible {
    display: block;
  }

  .desktop-visible-responsive-hidden {
    display: none;
  }

  .home-five-banner-img-left {
    flex: 0 auto;
  }

  .home-five-banner-img-right {
    display: none;
  }

  .home-five-section-three {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .home-five-feature.reverse {
    margin-top: 0;
  }

  .home-five-feature-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .home-five-feature-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 80vw;
    max-width: 600px;
  }

  .feature-card-image-wrap {
    min-width: 200px;
  }

  .feature-card-content-wrap {
    max-width: 50vw;
    padding-right: 10px;
  }

  .home-five-section-four {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .home-five-project-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .home-five-project-one {
    height: 527px;
  }

  .home-five-project-box-one, .home-five-project-box-three {
    margin-bottom: 20px;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-five-project-box-two, .home-five-project-box-four {
    padding-top: 20px;
  }

  .research-heading {
    font-size: 1.2rem;
  }

  .home-five-section-five {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .home-five-spiral-two, .home-five-star-one {
    display: none;
  }

  .home-five-scrolling-block {
    margin-bottom: 60px;
    display: block;
  }

  .home-five-scrolling-left {
    border-radius: 20px;
    margin-bottom: 30px;
  }

  .home-five-scrolling-right {
    border-radius: 20px;
  }

  .scrolling-heading-title {
    background-size: 20px;
    padding-left: 30px;
    font-size: 1.4rem;
  }

  .selected-project-container {
    margin-top: 20px;
  }

  .home-five-scrolling-container {
    display: none;
  }

  .home-five-get-in-touch-block {
    margin-left: 0;
    margin-right: 0;
    padding: 30px 40px 40px;
  }

  .home-five-get-in-right {
    display: none;
  }

  .home-five-service-bg {
    padding-top: 65px;
    padding-bottom: 205px;
  }

  .creative-flex.justify-end.home-creative {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: stretch;
  }

  .creative-caption-wrapper {
    width: 100%;
    max-width: none;
  }

  .creative-caption-wrapper.padding-left-fifteen.home-three-vertical-marquee {
    max-height: 100vh;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-five-star-absolute, .home-five-spiral-absolute {
    display: none;
  }

  .solution-left-block {
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .solution-right-block {
    position: static;
  }

  .creative-image-block {
    width: 100%;
  }

  .home-three-capital-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .listing-two-link-block {
    min-height: 350px;
    margin-bottom: 20px;
    padding: 40px 15px;
  }

  .home-three-bg-change-section {
    padding-top: 65px;
    padding-bottom: 53px;
  }

  .project-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-three-project-heading {
    font-size: 2.5rem;
    line-height: 100%;
  }

  .project-item-image {
    width: 188px;
    height: 128px;
    left: 100%;
  }

  .home-one-scrolling-right {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 388px;
    margin-top: 30px;
  }

  .about-one-hero-section {
    padding-top: 150px;
    padding-bottom: 70px;
  }

  .about-one-banner-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-img-three, .about-img-two {
    display: none;
  }

  .margin-right-two-hundred {
    margin-right: 0;
  }

  .about-one-star-img, .about-one-square-img {
    display: none;
  }

  .about-one-section-four {
    padding-top: 62px;
    padding-bottom: 70px;
  }

  .about-one-collection-list-wrapper {
    margin-top: 20px;
  }

  .div-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .about-one-project-number {
    font-size: 2rem;
    line-height: 2.1rem;
  }

  .about-one-section-two {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-one-business-block {
    display: block;
  }

  .about-one-business-left {
    max-width: 100%;
    height: 60vh;
  }

  .about-one-business-right {
    border-top: 1px solid #717171;
    border-right: 1px #717171;
  }

  .about-one-flex {
    height: 30vh;
  }

  .about-three-hero-section {
    padding-top: 170px;
    padding-bottom: 100px;
  }

  .about-three-banner-img-one, .about-three-banner-img-two {
    display: none;
  }

  .about-three-banner-img-three {
    bottom: -15%;
    left: 15%;
  }

  .about-three-testimonial-section {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .testimonial-text-three {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .product-two-circular-section {
    padding-top: 65px;
  }

  .product-two-solution-section {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .circular-image-rotate {
    display: none;
  }

  .product-two-hero-section {
    padding-top: 60px;
    padding-bottom: 220px;
  }

  .padding-left-right-five-percent {
    padding-left: 2%;
    padding-right: 2%;
  }

  .product-star-img {
    display: none;
  }

  .product-spiral-img {
    right: 5%;
  }

  .product-visitor-img {
    left: 20px;
  }

  .product-img-four {
    display: none;
  }

  .product-img-three {
    inset: auto 30px 30px auto;
  }

  .capital-managent-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .provide-financial-block {
    padding: 30px 30px 20px;
  }

  .product-why-choose-section {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .project-why-choose-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-why-one-outer {
    height: 350px;
  }

  .project-circle-image {
    top: 20px;
    right: 20px;
  }

  .project-heading-block {
    bottom: 10px;
    left: 20px;
  }

  .product-heading {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  .about-two-hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-two-spiral {
    display: none;
  }

  .about-two-hero-img-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
  }

  .about-two-hero-img-one {
    height: 300px;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-two-hero-img-two {
    height: 300px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-two-hero-img-three {
    height: 300px;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .knowledgable-heading {
    margin-top: 5px;
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .about-two-section-two {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .about-two-section-two.service-two-section-two {
    padding-top: 297px;
  }

  .about-two-collection-line {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .collection-type-wrapper {
    padding-left: 15px;
  }

  .about-two-collection-heading {
    padding-left: 10%;
    font-size: 2rem;
  }

  .about-two-collection-line-preview {
    right: 15px;
  }

  .collection-border-line {
    margin-top: 5px;
  }

  .about-two-scrolling-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-two-stretching-img-section {
    padding-top: 20px;
  }

  .about-two-project-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-two-section-two {
    padding-top: 65px;
    padding-bottom: 10px;
  }

  .service-two-hero-block {
    padding-right: 0%;
  }

  .service-two-spiral {
    display: none;
  }

  .service-two-hero-img-section {
    margin-top: -145px;
  }

  .service-two-img-one {
    left: 40px;
  }

  .service-two-img-three {
    right: 5%;
  }

  .service-three-project-section {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .service-three-progress-left {
    padding: 15px 20px 10px;
  }

  .service-three-progress-block {
    margin-top: 0;
  }

  .service-three-hero-section {
    padding-top: 150px;
    padding-bottom: 70px;
  }

  .service-three-hero-flex-left {
    justify-content: flex-start;
    margin-bottom: 35px;
  }

  .service-three-hero-block {
    display: block;
  }

  .service-three-section-two {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .service-three-boxes {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-three-box-one {
    margin-top: 25px;
  }

  .service-one-hero-section {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .service-one-hero-images-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .service-one-img-one {
    margin-bottom: 40px;
  }

  .service-one-img-two {
    margin-top: 40px;
  }

  .service-one-img-three {
    margin-bottom: 40px;
  }

  .service-one-star.right-star {
    right: 0%;
  }

  .service-one-section-three {
    padding-top: 65px;
    padding-bottom: 90px;
  }

  .service-one-image-slide-flex {
    display: block;
  }

  .service-one-image-flex-right {
    max-width: 100%;
    padding-top: 30px;
  }

  .service-one-section-four {
    padding-top: 65px;
    padding-bottom: 210px;
  }

  .service-one-rotating-img-flex {
    margin-bottom: 20px;
  }

  .service-one-tabs {
    margin-bottom: 70px;
  }

  .service-tabs-menu {
    margin-bottom: 40px;
  }

  .service-tab-block {
    min-height: 390px;
    padding: 30px;
  }

  .service-one-contact-section {
    margin-top: -140px;
  }

  .contact-one-hero-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .contact-one-hero-block {
    padding: 30px;
  }

  .contact-us-hero-one {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-us-hero-two {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: block;
  }

  .contact-us-hero-two-left-two.margin-top-bottom-twenty {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .email-text {
    font-size: 1rem;
  }

  .contact-one-form-section {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .form-flex-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 10px;
  }

  .home-one-form-text-field {
    padding-left: 15px;
    padding-right: 15px;
  }

  .submit-btn.purchase-btn {
    width: 185px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-three-hero-section {
    padding-top: 60px;
  }

  .contact-three-flex-block {
    grid-column-gap: 20px;
  }

  .contact-three-left-block {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .contact-three-location-block {
    margin-top: 20px;
    padding: 10px 15px;
  }

  .contact-one-img-two {
    display: none;
  }

  .contact-three-details-inner {
    width: 80%;
    margin-right: 60px;
  }

  .contact-two-form-block {
    align-self: stretch;
  }

  .pricing-one-hero-section {
    padding-top: 141px;
    padding-bottom: 40px;
  }

  .pricing-one-hero-section.pricing-two-hero-section {
    padding-bottom: 70px;
  }

  .pricing-one-hero-section.pricing-details-hero-section {
    padding-top: 122px;
    padding-bottom: 70px;
  }

  .pricing-one-block {
    display: block;
  }

  .pricing-one-box-one.pricing-two-box-two {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .pricing-text {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .pricing-text.color-dark {
    font-size: 2.4rem;
  }

  .pricing-one-details-section {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .features-comparison-block {
    width: 100%;
  }

  .heading-five {
    font-size: 1.4rem;
  }

  .pricing-row-contain {
    border-bottom-style: none;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .pricing-grid-contain {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    width: 100%;
  }

  .pricing-two-heading {
    border-right-style: none;
    justify-content: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .pricing-two-heading.feature-list-items {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .pricing-two-heading.feature-list-items.top-row {
    padding-top: 30px;
  }

  .pricing-two-heading.padding-left {
    padding-left: 0;
  }

  .pricing-two-comparison-plan {
    border-right-style: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pricing-two-comparison-plan.feature-list-items {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .pricing-two-comparison-plan.feature-list-items.top-row {
    padding-top: 30px;
  }

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

  .career-feature-img {
    display: none;
  }

  .career-hero-img-three {
    left: -5px;
  }

  .career-hero-img-four {
    top: 0;
    right: 45px;
  }

  .career-img-one {
    display: none;
  }

  .career-img-two {
    bottom: 0;
    left: 10px;
  }

  .career-solutions-bottom-row {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 30px;
    display: grid;
  }

  .career-solutions-top-row {
    grid-template-columns: minmax(auto, auto);
  }

  .career-solutions-list-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .career-section-three {
    padding-top: 65px;
    padding-bottom: 55px;
  }

  .career-option-list {
    grid-template-columns: 1fr;
  }

  .career-details-hero-section {
    padding-top: 100px;
  }

  .career-details-hero-section.ask-demo-hero-section {
    padding-top: 60px;
  }

  .career-details-main-wrapper {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .career-details-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .career-details-wrapper {
    padding: 40px 50px;
  }

  .apply-how-flex {
    margin-top: 140px;
    display: block;
  }

  .apply-how-right {
    max-width: 100%;
    margin-top: 30px;
  }

  .apply-img-two {
    display: none;
  }

  .knowledge-base-hero-section {
    padding-top: 142px;
    padding-bottom: 70px;
  }

  .knowledge-base-hero-block {
    display: block;
  }

  .knowledge-base-hero-right {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    margin-top: 30px;
    display: flex;
  }

  .knowledge-hero-img-one {
    left: 10%;
  }

  .knowledge-hero-img-two {
    right: 20px;
  }

  .get-in-touch-section-two {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .knowledge-category-list.margin-top-twenty {
    padding-bottom: 70px;
  }

  .knowledgebase-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .knowledgebase-category {
    grid-column-gap: 15px;
    padding: 20px;
  }

  .knowledge-faq-block {
    display: block;
  }

  .knowledge-faq-left {
    justify-content: center;
    max-width: 100%;
    display: none;
    overflow: visible;
  }

  .knowledge-faq-right {
    margin-top: 40px;
    margin-left: 5%;
  }

  .faq-three {
    padding-left: 20px;
  }

  .margin-bottom-thirty.margin-right-figma {
    margin-right: 0;
  }

  .knowledgebase-details-hero-section {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .padding-left-right-sixteen-percent {
    padding-left: 10%;
    padding-right: 10%;
  }

  .knowledge-base-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .knowledgebase-img-one {
    top: -17%;
    right: 60px;
  }

  .knowledgebase-img-two {
    bottom: 0;
    left: 20px;
  }

  .knowledgebase-details-main-wrapper {
    padding: 30px 30px 5px;
  }

  .knowledgebase-details-section {
    padding-top: 150px;
    padding-bottom: 70px;
  }

  .details-text {
    padding-left: 0;
    padding-right: 0;
  }

  .details-heading-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .career-details-img-one {
    left: 10px;
  }

  .career-details-img-two {
    right: 20px;
  }

  .ask-demo-img-one {
    margin-right: 60px;
  }

  .career-details-section-two {
    padding-bottom: 70px;
  }

  .ask-demo-flex-block {
    box-shadow: none;
    display: block;
  }

  .ask-demo-flex-img-block {
    border-radius: 20px;
  }

  .ask-demo-flex-form-block {
    border-radius: 20px;
    height: 570px;
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 5px 0 50px #0000001a;
  }

  .utility-page-content.reset-password-flex {
    width: 70%;
  }

  .full-width-form {
    align-self: stretch;
  }

  .sign-up-form-main-block {
    padding-top: 50px;
    padding-bottom: 55px;
    padding-left: 15px;
    display: block;
  }

  .sign-up-image-wrapper {
    padding-bottom: 100px;
    padding-right: 15px;
  }

  .sign-up-form-wrapper {
    flex: 1;
    max-width: none;
  }

  .sign-up-main-wrapper {
    flex-direction: column;
  }

  .sign-up-heading {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .sign-up-two-img {
    bottom: 40px;
  }

  .sign-up-four-img {
    top: 7%;
    right: 15%;
  }

  .reset-password-flex {
    padding-left: 100px;
    padding-right: 100px;
  }

  .error-body-bg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .project-details-hero-section {
    padding-top: 60px;
    padding-bottom: 2px;
  }

  .project-details-description-one {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .project-details-section-two {
    padding-bottom: 2px;
  }

  .project-details-quick-stack {
    grid-column-gap: 20px;
    margin-bottom: 20px;
  }

  .project-details-img {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .blog-one-hero-section {
    padding-top: 60px;
    padding-bottom: 37px;
  }

  .blog-one-hero-flex.width-seventy {
    width: 100%;
  }

  .latest-post-list {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }

  .blog-post-text-wrapper {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 10px;
  }

  .blog-post-wrapper-two {
    flex-direction: column;
  }

  .blog-one-section-two {
    padding-top: 60px;
    padding-bottom: 55px;
  }

  .popular-post-list {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .border-radius-ten.overflow-hidden.blog-post-image-wrapper, .fit-cover.blog-image-hover.tab-full-width-image {
    width: 100%;
  }

  .blog-two-hero-section {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .blog-one-hero-post-wrapper {
    display: block;
  }

  .blog-three-section-two {
    padding-top: 60px;
    padding-bottom: 45px;
  }

  .blog-one-hero-link {
    grid-column-gap: 30px;
    padding-right: 40px;
  }

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

  .blog-three-data-block {
    padding: 20px 20px 10px;
  }

  .blog-details-hero-section {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .blog-details-img-block {
    grid-column-gap: 20px;
  }

  .pricing-ecommerse-box {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-ecommerce-collection-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .product-details-flex-block {
    flex-direction: column;
    margin-top: 0;
  }

  .product-details-flex-left {
    align-self: stretch;
  }

  .header-cart-one-block {
    margin-left: 0;
    margin-right: 5px;
  }

  .checkout-hero-section {
    padding-top: 120px;
    padding-bottom: 90px;
  }

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

  .checkout-row {
    flex-direction: column;
  }

  .process-accordions {
    max-width: 100%;
    margin-top: 100px;
  }

  .flex-center {
    margin-top: 0%;
  }

  .changelog-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .licencing-images.responsive-width-hundred {
    width: 100%;
  }

  .style-guide-color-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .style-guide-color-name-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .style-guide-for-color {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .style-guide-color-box {
    width: 8rem;
    height: 8rem;
  }

  .style-guide-color-text {
    font-size: 1.5rem;
  }

  .style-guide-for-typography {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .heading-block-four, .list-block, .heading-block-two {
    margin-bottom: 3.6rem;
  }

  .heading-block-three {
    margin-bottom: 3.3rem;
  }

  .heading-block-five {
    margin-bottom: 3.5rem;
  }

  .heading-block-six {
    margin-bottom: 3.7rem;
  }

  .heading-block-one {
    margin-bottom: 3.6rem;
  }

  .about-two-lists {
    padding-top: 0;
  }

  .home-one-section-five {
    padding-bottom: 5px;
  }

  .tabs {
    display: block;
  }

  .tabs-content {
    margin-right: 0;
  }

  .tabs-menu {
    margin-top: 40px;
    margin-left: 0;
  }

  .landing-white-spiral, .landing-yellow-square {
    display: none;
  }

  .service-three-banner-img {
    right: 100px;
  }

  .landing-section-two {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .landing-home-flex {
    grid-column-gap: 15px;
    margin-top: 20px;
  }

  .homepage-link {
    max-width: 32%;
  }

  .homepage-link.stretch-width {
    max-width: none;
  }

  .landing-figma-section {
    background-position: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .landing-figma-flex {
    grid-column-gap: 20px;
  }

  .landing-footer-section {
    height: 400px;
  }

  .footer-flex-block {
    flex-direction: column;
  }

  .footer-img-one, .footer-img-two {
    display: none;
  }

  .dropdown-link-two {
    justify-content: space-around;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .megamenu-dropdown-wrapper {
    position: static;
  }

  .megamenu-dropdown-wrapper.w--open {
    background-color: #353535;
    justify-content: space-between;
    padding-right: 2em;
    position: relative;
  }

  .arrow {
    margin-left: 0;
    font-size: 1.2em;
    position: static;
  }

  .menu-link-wrapper {
    width: auto;
  }

  .nav-link-drop {
    transition: all .85s;
    display: block;
    position: static;
  }

  .nav-link-drop.visible-lg-hidden-sm, .orange-spiral-img {
    display: none;
  }

  .home-three-tab-img {
    width: 100%;
  }

  .indicator-block {
    height: 120vh;
  }

  .documentation-block {
    padding-top: 20px;
  }

  .documentation-section {
    padding-top: 25px;
    padding-bottom: 70px;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-4 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    position: relative;
  }

  .f-navigation-menu-button-2 {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button-2.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-content-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-link-2 {
    width: 100%;
  }

  .f-navigation-menu-2 {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu-2.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link-2 {
    margin-right: 0;
  }

  .f-navigation-2 {
    position: relative;
  }

  .container-5 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .f-grid-four-columns {
    grid-template-columns: 1fr 1fr;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper {
    max-width: 100%;
  }

  .cookie-banner-wrapper---brix {
    bottom: 24px;
    left: 24px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix {
    width: auto;
    max-width: none;
    inset: auto 32px 32px;
  }

  .blog-post-image {
    object-fit: cover;
    height: 120px;
  }

  .sign-up-heading-2 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .container-9 {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .section-text-wrap {
    max-width: 560px;
  }

  .section-paragraph {
    padding-bottom: 20px;
  }

  .f-grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper-2 {
    max-width: 100%;
    display: none;
  }

  .green-gradient-bg-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .f-image-cover-3 {
    display: none;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 360px;
    display: none;
  }

  .f-header-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h2 {
    font-size: 1.9rem;
    line-height: 2.2rem;
  }

  h3 {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }

  .home-one-navbar-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-height-auto.border-radius-fifty.image-absolute-seven, .image-height-auto.border-radius-twenty.image-absolute-five {
    display: none;
  }

  .image-height-auto.border-radius-twenty.width-hundred-mobile {
    width: 100%;
  }

  .image-height-auto.border-radius-twenty.width-hundred-mobile.image-one-margin-bottom {
    margin-bottom: 30px;
  }

  .image-height-auto.image-absolute-four, .image-height-auto.image-absolute-eight, .image-height-auto.home-two-banner-grl-img {
    display: none;
  }

  .navbar-main {
    min-height: 4.5rem;
  }

  .dropdown-linklist {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .primary-button.bordered-btn.light-border-btn, .primary-button.service-one-btn {
    display: none;
  }

  .primary-button.career-btn {
    width: 185px;
  }

  .button-text {
    padding-bottom: 7px;
  }

  .bg-round-black.big {
    width: 3rem;
    height: 3rem;
  }

  .color-white.margin-right-three-hundred, .color-white.home-three-work-heading, .color-white.margin-right-two-twenty {
    margin-right: 0;
  }

  .product-text {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .grey-text.margin-right-fifty {
    margin-right: 0;
  }

  .grey-text.margin-bottom-zero.padding-left-right-eighteen-percent, .grey-text.margin-bottom-zero.padding-left-right-twelve-percent, .grey-text.margin-bottom-zero.padding-left-right-twenty-percent, .grey-text.margin-bottom-twentyfive.padding-left-right-twelve-percent {
    padding-left: 5%;
    padding-right: 5%;
  }

  .grey-text.para-absolute-one {
    top: 20px;
    left: 10px;
    right: 10px;
  }

  .grey-text.para-absolute-one.para-absolute-three {
    left: 20px;
    right: 20px;
  }

  .grey-text.para-absolute-two {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .grey-text.padding-left-right-twenty-percent {
    padding-left: 2%;
    padding-right: 2%;
  }

  .grey-text.padding-left-right-twenty-percent.margin-bottom-thirtyeight {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-one-banner-flex-two {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .home-one-business-right {
    padding-top: 30px;
  }

  .home-one-business-needs-one {
    display: block;
  }

  .home-one-project-flex-three {
    padding-top: 20px;
    display: block;
  }

  .home-one-section-three {
    padding-bottom: 50px;
  }

  .counter-heading {
    margin-top: 0;
  }

  .counter-heading.color-white.para-absolute-two {
    font-size: 1.8rem;
    line-height: 2.2rem;
    left: 10px;
    right: 10px;
  }

  .counter-heading.color-white.para-absolute-two.para-absolute-three {
    left: 20px;
    right: 20px;
  }

  .counter-heading.color-white.margin-bottom-one-fiftyfive {
    margin-bottom: 95px;
  }

  .counter-heading.margin-bottom-one-forty {
    margin-bottom: 120px;
  }

  .home-one-project-flex-one {
    padding-left: 0%;
    padding-right: 0%;
  }

  .home-one-project-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .number-block-one {
    border-right-style: none;
    padding-left: 25%;
    padding-right: 25%;
  }

  .padding-left-right-twelve-percent {
    padding-left: 2%;
    padding-right: 2%;
  }

  .footer-flex-block-one {
    display: block;
  }

  .home-one-footer-flex-block {
    margin-top: 20px;
  }

  .home-one-invest-right {
    padding-top: 20px;
  }

  .home-one-invest-block {
    padding-bottom: 70px;
    display: block;
  }

  .home-one-footer-stack {
    grid-column-gap: 20px;
  }

  .acoo-two-heading-title {
    padding-left: 26px;
    font-size: 1.2rem;
  }

  .home-one-project-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-one-projects-card-heading {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  .amazing-project-link {
    grid-column-gap: 0px;
    width: 100%;
    font-size: 1rem;
  }

  .home-one-section-four {
    padding-bottom: 30px;
  }

  .footer-spiral-img.home-two-footer-star {
    display: none;
    top: 31%;
  }

  .home-two-hero-flex-right {
    display: none;
  }

  .home-two-hero-flex-two {
    margin-top: 40px;
  }

  .home-two-hero-flex-one, .home-two-know-company-flex {
    display: block;
  }

  .home-two-know-company-two {
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .home-two-section-two {
    padding-top: 63px;
    padding-bottom: 40px;
  }

  .breaking-ice-block.padding-left-right-eighteen-percent {
    padding-left: 2%;
    padding-right: 2%;
  }

  .home-two-spiral-image {
    display: none;
  }

  .corporate-solution-box {
    display: block;
  }

  .corporate-box-two {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .home-two-section-five {
    padding-bottom: 70px;
  }

  .growth-planning-bg {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .margin-right-fifty {
    margin-right: 0;
  }

  .creative-idea-image-block {
    height: 450px;
  }

  .creative-idea-text-block {
    padding: 20px 20px 15px;
  }

  .home-two-email-text {
    width: 226px;
    font-size: 1.3rem;
  }

  .home-two-contact-block {
    margin-top: 40px;
  }

  .yellow-circle-icon-footer {
    display: none;
  }

  .margin-right-three-hundred {
    margin-right: 0;
  }

  .home-two-square-right-img {
    display: none;
  }

  .project-text-box-outer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .project-two-sub-heading {
    font-size: 1.4rem;
  }

  .project-two-sub-heading.project-two-heading {
    line-height: 1.8rem;
  }

  .project-two-border {
    margin-left: 10px;
    margin-right: 10px;
  }

  .home-two-background-video {
    height: 500px;
    padding-top: 60px;
  }

  .home-three-hero-icon {
    padding-bottom: 100px;
  }

  .home-three-banner-img {
    margin-top: -100px;
    display: none;
  }

  .home-three-section-three {
    padding-top: 78px;
  }

  .home-three-business-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .high-performence-block {
    padding: 20px 20px 5px;
  }

  .margin-bottom-zero.padding-left-right-eighteen-percent {
    padding-left: 2%;
    padding-right: 2%;
  }

  .margin-bottom-zero.padding-left-right-twenty-two-percent {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-three-project-management-block {
    display: block;
  }

  .home-three-section-four {
    padding-bottom: 40px;
  }

  .get-in-touch-block.padding-left-right-eighteen-percent, .get-in-touch-block.padding-left-right-fourteen-percent, .get-in-touch-block.padding-left-right-twelve-percent {
    padding-left: 2%;
    padding-right: 2%;
  }

  .blue-square-img, .pink-spiral-three-img {
    display: none;
  }

  .home-three-footer-menu {
    grid-column-gap: 20px;
    margin-bottom: 10px;
  }

  .home-three-product-wrap {
    margin-top: 0;
  }

  .home-three-product-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .product-content-wrap {
    max-width: 100%;
  }

  .product-image {
    display: none;
  }

  .home-three-work-text {
    padding-right: 0;
  }

  .home-four-hero-section {
    padding-bottom: 70px;
  }

  .container-four-hero-right {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 40px;
  }

  .home-four-banner-img-three {
    display: none;
    right: 0%;
  }

  .home-four-banner-img-two {
    width: 100%;
  }

  .home-four-banner-img-four, .home-four-star {
    display: none;
  }

  .home-four-three-box-block {
    display: block;
  }

  .home-four-three-box-one {
    flex-flow: column;
    width: auto;
  }

  .home-four-three-box-one.blue-bg {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .home-four-three-box-data {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-four-three-box-pic {
    margin-top: 18px;
  }

  .home-four-section-three {
    padding-bottom: 70px;
  }

  .we-bring-text-block {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }

  .home-four-progress-block {
    display: block;
  }

  .home-four-progress-right {
    margin-top: 30px;
  }

  .home-four-service-content {
    grid-template-columns: 1fr 3fr 1fr;
  }

  .case-study-icon-block {
    grid-column-gap: 15px;
  }

  .home-four-project-mind-block {
    padding-left: 1%;
    padding-right: 1%;
  }

  .home-four-project-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .service-block.home-five-solution-block {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .service-link {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .service-link.home-five-solution-link {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .featured-squre-img {
    right: 5%;
  }

  .p-accordin-slider-container {
    padding: 25px 30px;
  }

  .scrolling-block-one, .scrolling-block-two {
    font-size: 1.2rem;
  }

  .scrolling-item, .scrolling-item-copy {
    margin-right: 20px;
    padding-left: 50px;
  }

  .home-five-feature-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    width: 60vw;
  }

  .feature-card-image-wrap {
    width: 100%;
    min-width: 0;
  }

  .feature-card-content-wrap {
    max-width: none;
    padding-right: 0;
  }

  .home-five-section-four {
    padding-bottom: 50px;
  }

  .home-five-project-block {
    display: block;
  }

  .home-five-project-one {
    height: auto;
  }

  .home-five-project-box-one {
    padding-top: 10px;
  }

  .home-five-project-box-three {
    margin-top: 20px;
    padding-top: 10px;
  }

  .home-five-project-box-four {
    margin-bottom: 20px;
  }

  .scrolling-heading-title {
    background-size: 18px;
    padding-left: 28px;
    font-size: 1.2rem;
  }

  .home-five-get-in-touch-block {
    padding: 10px 20px 20px;
  }

  .creative-caption-wrapper.padding-left-fifteen.home-three-vertical-marquee {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .creative-caption-wrapper.padding-left-fifteen.home-three-vertical-marquee.home-one-marque {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-three-capital-block {
    display: block;
  }

  .listing-two-link-block {
    min-height: 400px;
    margin-bottom: 30px;
  }

  .home-three-project-heading {
    font-size: 2rem;
    line-height: 90%;
  }

  .project-item-image {
    left: 75%;
  }

  .project-item-arrow {
    display: none;
  }

  .about-one-banner-flex {
    display: block;
  }

  .about-one-banner-right {
    max-width: 100%;
    margin-top: 55px;
  }

  .about-img-one {
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
    width: 100%;
  }

  .about-one-project-number {
    margin-top: -2px;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .about-one-business-left {
    height: 50vh;
  }

  .about-three-banner-img-three {
    left: -2%;
  }

  .testimonial-card-three {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .product-two-hero-section {
    padding-bottom: 220px;
  }

  .product-orange-img, .product-spiral-img, .product-visitor-img {
    display: none;
  }

  .product-img-two {
    margin-top: 0;
  }

  .product-sticky-card-section {
    padding-bottom: 40px;
  }

  .capital-managent-block {
    padding-top: 60px;
    padding-bottom: 0;
    display: block;
  }

  .capital-managent-left {
    max-width: 100%;
    margin-bottom: 30px;
    position: static;
  }

  .provide-financial-block {
    border-style: none;
    margin-bottom: 30px;
    position: static;
  }

  .product-why-choose-section {
    padding-bottom: 40px;
  }

  .project-why-choose-block {
    display: block;
  }

  .project-why-one-outer {
    background-position: 50% 0;
    margin-bottom: 30px;
  }

  .about-two-hero-img-block {
    display: block;
  }

  .about-two-hero-img-one {
    max-width: 100%;
    margin-bottom: 30px;
    padding-top: 5px;
  }

  .about-two-hero-img-two {
    max-width: 100%;
    margin-bottom: 30px;
    padding-right: 220px;
  }

  .about-two-hero-img-three {
    background-image: url('../images/About-Banner-Three.webp');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 250px;
    max-width: 100%;
    padding-top: 5px;
    padding-right: 220px;
  }

  .about-two-performence-img {
    border-top-right-radius: 23px;
    display: inline;
  }

  .knowledgable-heading {
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .about-two-collection-heading {
    padding-left: 5%;
    font-size: 1.7rem;
    line-height: 3rem;
  }

  .about-two-project-flex {
    margin-bottom: 15px;
    display: block;
  }

  .service-two-img-two {
    left: 4%;
  }

  .service-two-img-one {
    display: none;
  }

  .service-three-progress-left {
    max-width: 100%;
  }

  .service-three-hero-flex-left, .service-three-featured-block {
    display: block;
  }

  .service-three-featured-right {
    max-width: 100%;
  }

  .service-three-boxes {
    display: block;
  }

  .service-one-img-one, .service-one-img-three, .service-one-star {
    display: none;
  }

  .service-one-rotating-img-flex {
    margin-bottom: 40px;
    display: block;
  }

  .service-one-rotate-img-right {
    max-width: 100%;
    display: none;
  }

  .service-tabs-menu {
    margin-bottom: 30px;
  }

  .service-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-us-hero-one {
    display: block;
  }

  .contact-us-hero-one-right {
    justify-content: flex-start;
    margin-top: 25px;
  }

  .contact-us-hero-two-right {
    display: block;
  }

  .contact-us-hero-two-left {
    margin-bottom: 30px;
    display: block;
  }

  .contact-us-hero-two-left-one {
    margin-bottom: 10px;
  }

  .contact-us-hero-two-left-two {
    margin-bottom: 20px;
  }

  .contact-one-form-block-inner {
    padding: 0 30px 30px;
  }

  .form-flex-block {
    display: block;
  }

  .submit-btn {
    width: 100%;
  }

  .contact-three-hero-section {
    padding-bottom: 70px;
  }

  .contact-three-flex-block {
    display: block;
  }

  .contact-three-left-block {
    padding-bottom: 30px;
  }

  .contact-three-right-block {
    max-width: 100%;
    position: static;
  }

  .contact-three-details-outer {
    height: 70vh;
  }

  .contact-three-details-inner {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-two-details-block, .contact-two-form-block {
    margin-top: 5vh;
  }

  .pricing-text {
    font-size: 1.8rem;
  }

  .pricing-two-heading.feature-list-items, .pricing-two-comparison-plan.feature-list-items {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .career-hero-flex {
    display: block;
  }

  .career-hero-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .career-hero-img-three {
    left: 20px;
  }

  .career-hero-img-four {
    inset: 0% 25% auto auto;
  }

  .career-img-two {
    display: none;
  }

  .career-solutions-bottom-row {
    grid-row-gap: 33px;
    grid-template-columns: 1fr;
  }

  .career-solutions-list-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .tabs-menu-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .career-tab-link {
    text-align: center;
  }

  .job-details {
    display: block;
  }

  .job {
    margin-bottom: 25px;
  }

  .career-details-hero-section {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .career-details-wrapper {
    padding: 20px 35px;
  }

  .flexible-contracts {
    grid-column-gap: 20px;
    padding: 20px;
  }

  .knowledge-hero-img-one {
    inset: 0% auto auto 5%;
  }

  .knowledge-hero-img-one.signin-img-one, .knowledge-hero-img-two {
    display: none;
  }

  .knowledgebase-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .knowledge-faq-img-one {
    display: none;
  }

  .knowledge-faq-img-two {
    right: 20px;
  }

  .padding-left-right-sixteen-percent {
    padding-left: 5%;
    padding-right: 5%;
  }

  .knowledge-base-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .knowledgebase-img-one, .knowledgebase-img-two {
    display: none;
  }

  .knowledgebase-details-main-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .career-details-img-one {
    display: none;
  }

  .ask-demo-img-one {
    margin-right: 20px;
  }

  .ask-demo-flex-form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ask-demo-img-two {
    left: 10px;
  }

  .ask-demo-img-three {
    bottom: 20px;
    left: 20px;
  }

  .utility-page-content.reset-password-flex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-page-content.error-page-content {
    width: 90%;
  }

  .ask-demo-form-flex-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .sign-up-heading {
    font-size: 1.9rem;
    line-height: 2.2rem;
  }

  .sign-up-two-img {
    display: none;
  }

  .sign-up-three-img {
    inset: auto 20px 60px auto;
  }

  .sign-up-four-img {
    display: none;
  }

  .reset-password-flex {
    padding: 40px;
  }

  .project-details-quick-stack {
    grid-row-gap: 20px;
  }

  .blog-one-hero-section {
    padding-bottom: 67px;
    padding-left: 0;
  }

  .latest-post-list {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .blog-post-text-wrapper {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-wrapper-two {
    flex-direction: column;
  }

  .blog-post-two-image-wrapper.overflow-hidden {
    flex: 0 auto;
  }

  .popular-post-list {
    grid-template-columns: 1fr;
  }

  .blog-three-section-two {
    padding-bottom: 70px;
  }

  .blog-one-hero-link {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px;
  }

  .blog-one-hero-link.blog-three-hero-link {
    padding-right: 15px;
  }

  .blog-style-two-img-wrapper {
    border-radius: 25px;
    max-width: 100%;
    height: 275px;
    margin-bottom: 30px;
  }

  .blg-style-three-block {
    height: 280px;
  }

  .blog-details-author-category-flex {
    grid-row-gap: 10px;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
  }

  .blog-details-img-block {
    grid-column-gap: 15px;
  }

  .pricing-ecommerse-box {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-ecommerce-collection-list {
    margin-left: 0;
    margin-right: 0;
  }

  .product-details-flex-right {
    padding: 10px 20px;
  }

  .process-accordions {
    display: none;
  }

  .flex-center {
    margin-top: 0%;
  }

  .style-guide-color-block {
    display: block;
  }

  .style-guide-color-name-block {
    margin-top: -30px;
  }

  .style-guide-color-text {
    font-size: 1.2rem;
  }

  .service-three-banner-img {
    display: none;
  }

  .landing-home-flex {
    flex-direction: column;
    margin-top: 0;
  }

  .homepage-link {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }

  .landing-figma-flex {
    display: block;
  }

  .landing-figma-right {
    margin-top: 30px;
  }

  .megamenu-dropdown-wrapper.w--open {
    display: flex;
  }

  .menu-link-wrapper {
    display: block;
  }

  .home-one-text-one {
    margin-top: 0;
  }

  .indicator-block {
    display: none;
  }

  .documentation-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 30px;
  }

  .documentation-block.first {
    padding-top: 10px;
  }

  .margin-bottom-twentytwo {
    margin-bottom: 12px;
  }

  .documentation-section {
    padding-bottom: 40px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .features-list {
    padding: 60px 15px;
  }

  .f-grid-four-columns {
    grid-template-columns: 1fr;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large, .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .paragraph-3.cookie-banner-2-paragraph---brix {
    max-width: none;
  }

  .button-primary-3 {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .button-primary-3.cookie-banner-button-2---brix {
    padding: 10px 20px;
    font-weight: 500;
  }

  .cookie-icon---brix {
    width: 10%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .close-message---brix.cookie-banner-2---brix {
    position: absolute;
  }

  .cookie-banner-2-left-content---brix {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .cookie-banner-wrapper---brix {
    border-radius: 18px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix {
    padding: 24px 20px 30px;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix.preview-page {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .cookie-banner-content---brix.cookie-banner-2---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sign-up-heading-2 {
    font-size: 1.9rem;
    line-height: 2.2rem;
  }

  .sign-up-heading-2.margin-top-zero.margin-bottom-zero {
    padding-right: 40px;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .flex-container {
    flex-flow: column;
  }

  .faqs-content-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-text-wrap {
    max-width: 480px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-header-wrapper {
    justify-content: center;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h1-heading-2 {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-banner-flex-row {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .f-banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-h1-heading-3 {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .bold-text-5 {
    font-size: 2.3rem;
    line-height: 2.3rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
    font-size: 2.1rem;
  }

  h3 {
    overflow: visible;
  }

  .image-height-auto.border-radius-twenty.image-absolute-one, .image-height-auto.easy-project-image {
    display: none;
  }

  .navbar-dropdown-link {
    padding-left: 0;
  }

  .primary-button {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .primary-button.transparent-btn {
    display: flex;
  }

  .primary-button.transparent-btn.align-left-btn {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .primary-button.margin-top-mobile-ten {
    margin-top: 10px;
  }

  .primary-button.pricing-one-btn {
    grid-column-gap: 10px;
    width: 100%;
    display: flex;
  }

  .primary-button.career-btn {
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .container-one.text-banner.outsourcing-text-mobile {
    padding-top: 40px;
  }

  .memorable-text {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .memorable-text.blue-text, .memorable-text.dark-text, .memorable-text.green-text-with-line {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .memorable-text.neovia-blue-text {
    color: var(--914bf1);
  }

  .home-one-banner-flex-one {
    display: block;
  }

  .color-white.margin-top-ten.margin-right-one-twenty {
    margin-right: 0;
  }

  .grey-text.margin-bottom-zero.padding-left-right-eighteen-percent {
    padding-left: 2%;
    padding-right: 2%;
  }

  .grey-text.margin-bottom-zero.padding-left-right-twenty-percent {
    padding-left: 1%;
    padding-right: 1%;
  }

  .grey-text.margin-bottom-twentyfive.padding-left-right-twelve-percent {
    padding-left: 0%;
    padding-right: 0%;
  }

  .grey-text.mobile-hidden {
    display: none;
  }

  .grey-text.padding-left-right-twenty-percent.margin-bottom-thirtyeight {
    padding-left: 1%;
    padding-right: 1%;
  }

  .home-one-banner-flex-two {
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .margin-bottom-twenty.outsourcing-text-mobile {
    font-size: 2rem;
  }

  .counter-heading.margin-bottom-one-forty {
    margin-bottom: 95px;
  }

  .number-block-one {
    padding-left: 10%;
    padding-right: 10%;
  }

  .process-execution-block {
    display: block;
  }

  .home-one-comment-flex {
    padding-bottom: 35px;
    display: block;
  }

  .acoo-two-heading-title {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .home-one-project-card {
    margin-top: 30px;
  }

  .home-one-project-block {
    display: block;
  }

  .home-one-btn-block {
    display: none;
  }

  .easy-project-flex {
    margin-bottom: 70px;
  }

  .home-two-hero-flex-two {
    margin-top: 20px;
  }

  .home-two-hero-flex-one {
    padding-left: 25px;
    padding-right: 25px;
  }

  .growth-planning-bg {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 15px 15px 10px;
  }

  .creative-idea-image-block {
    height: 350px;
  }

  .independet-advise-image {
    display: none;
  }

  .project-image-box {
    height: 250px;
  }

  .project-text-box-inner-two {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-two-sub-heading {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .project-two-border {
    width: 100%;
    height: 1px;
    margin: 10px 0;
  }

  .home-three-hero-icon {
    padding-bottom: 80px;
  }

  .margin-bottom-zero.padding-left-right-twenty-two-percent {
    padding-left: 1%;
    padding-right: 1%;
  }

  .accordian-content {
    padding-right: 20px;
  }

  .question {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .get-in-touch-block.padding-left-right-eighteen-percent {
    padding-left: 2%;
    padding-right: 2%;
  }

  .get-in-touch-block.padding-left-right-fourteen-percent {
    padding-left: 0%;
    padding-right: 0%;
  }

  .home-three-footer-menu {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .home-three-copyright-menu {
    flex-direction: column;
    align-items: center;
  }

  .home-three-footer-devider {
    display: none;
  }

  .footer-flex-block-two {
    text-align: center;
  }

  .home-three-product-block {
    flex-direction: column;
  }

  .home-three-work-left {
    height: 30vh;
  }

  .home-three-work-right {
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-four-three-box-one {
    width: auto;
  }

  .home-four-three-box-data {
    max-width: none;
  }

  .case-study-icon-block {
    grid-column-gap: 10px;
  }

  .featured-squre-img {
    display: none;
  }

  .p-accordin-slider-container {
    padding: 20px;
  }

  .home-five-feature-card {
    width: 80vw;
  }

  .home-five-project-box-one, .home-five-project-box-three, .home-five-project-box-four {
    padding-left: 15px;
    padding-right: 15px;
  }

  .scrolling-heading-title {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .listing-two-link-block {
    min-height: 300px;
  }

  .home-three-project-heading {
    font-size: 1.8rem;
    line-height: 100%;
  }

  .about-one-banner-left {
    padding-left: 0;
  }

  .about-one-banner-right {
    margin-top: 30px;
  }

  .about-img-four, .about-one-section-two {
    display: none;
  }

  .about-one-flex {
    height: 50vh;
  }

  .about-one-flex.bottom-border-on {
    display: block;
  }

  .about-one-flex-one {
    max-width: 100%;
  }

  .about-three-banner-img-three {
    display: none;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .product-two-img-section {
    margin-top: -250px;
  }

  .product-two-img-block {
    height: auto;
  }

  .product-img-three {
    display: none;
  }

  .product-sticky-card-section {
    padding-top: 40px;
  }

  .provide-financial-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-two-hero-img-two {
    height: 325px;
    padding-right: 15px;
  }

  .about-two-hero-img-three {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-right: 15px;
  }

  .about-two-performence-img {
    border-top-right-radius: 0;
  }

  .about-two-collection-line {
    padding-bottom: 30px;
    display: block;
  }

  .about-two-collection-heading {
    padding-left: 15px;
    line-height: 2rem;
  }

  .about-two-collection-line-preview {
    display: none;
  }

  .service-two-hero-text-section {
    padding-bottom: 230px;
  }

  .service-two-img-two {
    bottom: 14%;
    left: 0%;
  }

  .service-two-img-three {
    right: 0%;
  }

  .service-tabs-menu {
    background-color: #0000;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    display: block;
  }

  .service-tab-link {
    margin-bottom: 10px;
  }

  .service-tab-block, .contact-one-hero-block {
    padding: 20px;
  }

  .contact-one-form-block-inner {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-one-img {
    display: none;
  }

  .submit-btn.width-hundred.add-cart-btn {
    margin-top: 0;
  }

  .contact-three-details-inner {
    padding-top: 40px;
  }

  .pricing-one-box-one {
    padding: 10px 20px 30px;
  }

  .pricing-one-box-one.pricing-two-box-two {
    padding-top: 60px;
  }

  .pricing-text.color-dark {
    font-size: 2rem;
  }

  .pricing-one-details.pricing-two-details {
    padding-left: 15px;
  }

  .heading-five {
    font-size: 1.2rem;
  }

  .pricing-row-contain.top {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .most-popular-tag {
    top: 20px;
  }

  .button-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .button-wrapper.button-flex-center {
    align-items: center;
  }

  .career-solutions {
    padding: 20px;
  }

  .career-heading.mobile-margin-top-fifteen {
    margin-top: 15px;
  }

  .job-details {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .job {
    grid-column-gap: 15px;
  }

  .career-details-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flexible-contracts {
    grid-column-gap: 15px;
  }

  .knowledge-base-hero-right {
    margin-top: 20px;
  }

  .knowledge-hero-img-one {
    display: none;
  }

  .knowledge-hero-img-three.sign-in-img-three {
    bottom: 39px;
  }

  .knowledgebase-category {
    flex-direction: column;
  }

  .knowledge-faq-img-two {
    display: none;
  }

  .open-close-button {
    width: 40px;
  }

  .knowledge-faq-flex-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .padding-left-right-sixteen-percent {
    padding-left: 2%;
    padding-right: 2%;
  }

  .knowledgebase-details-main-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .career-details-img-two {
    display: none;
  }

  .ask-demo-img-one {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ask-demo-flex-img-block {
    height: 400px;
  }

  .ask-demo-flex-form-block {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ask-demo-img-two {
    display: none;
  }

  .utility-page-content.reset-password-flex {
    width: 90%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .ask-demo-form-flex-block {
    display: block;
  }

  .ask-demo-form {
    margin-top: 10px;
  }

  .sign-up-image-wrapper {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .sign-up-three-img {
    display: none;
  }

  .sign-in-field-wrapper {
    flex-direction: column;
  }

  .blog-one-hero-flex.blog-odsazeni {
    padding-right: 5px;
  }

  .blog-style-two-img-wrapper {
    height: 200px;
  }

  .blog-two-tag-text.blog-three-tag-text {
    margin-bottom: 0;
  }

  .blog-three-tag-date-flex {
    margin-bottom: 10px;
    display: block;
  }

  .blog-details-img-block {
    margin-bottom: 0;
    display: block;
  }

  .border-details-img-block {
    margin-bottom: 30px;
  }

  .add-cart-flex {
    flex-direction: column;
  }

  .home-one-section-five {
    padding-top: 65px;
  }

  .dropdown-link-two {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .megamenu-dropdown-wrapper.w--open {
    flex-direction: column;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
  }

  .menu-link-wrapper {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .container-4 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .f-navigation-button, .f-navigation-button-2 {
    display: none;
  }

  .container-5 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .f-section-large {
    padding-top: 40px;
  }

  .f-feature-card-large {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .f-feature-card-large.heading-hover, .f-section-regular.move-into-view.outsourcing-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bold-text-2.mobil-bily-text {
    color: var(--914bf1);
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-popup_component {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .button-primary-3 {
    padding: 15px 34px 16px;
  }

  .button-primary-3.cookie-banner-button-2---brix {
    padding-left: 18px;
    padding-right: 18px;
  }

  .cookie-icon---brix {
    width: 16%;
  }

  .cookie-banner-wrapper---brix {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix {
    padding: 24px 32px 30px 16px;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix.preview-page {
    padding-right: 32px;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .blog {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-post-image {
    object-fit: cover;
    height: 140px;
  }

  .sign-up-heading-2.margin-top-zero.margin-bottom-zero {
    padding-right: 40px;
    font-size: 1.75rem;
    line-height: 2.3rem;
  }

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

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

  .kariera-paragraph {
    padding-left: 10%;
    padding-right: 10%;
  }

  .kariera-section {
    padding-top: 20px;
  }

  .kariera-text {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-9 {
    max-width: none;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .flex-container {
    flex-flow: column;
    width: auto;
  }

  .section-heading {
    font-size: 36px;
  }

  .section-heading-wrap {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: visible;
  }

  .f-header-avatar-text {
    margin-left: 0;
  }

  .f-header-wrapper {
    flex-direction: column;
  }

  .memorable-text-2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .f-banner-flex-row {
    text-align: left;
  }

  .open-close-button-2 {
    width: 40px;
  }

  .memorable-text-3 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .memorable-text-3.blue-text {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-header-button-middle {
    justify-content: center;
  }

  .bold-text-5 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

#w-node-_78e2a2fb-c80e-34c6-d584-66fcacf7968e-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf79691-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf79694-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf79697-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf796a1-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf796a4-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf7971f-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf79722-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf79725-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf79731-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf79734-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf79737-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf7973a-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf79744-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf79747-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf79751-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf79754-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf79757-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf7975a-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf7975d-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf79760-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf79763-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf79766-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf79769-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf7976c-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf7976f-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf79772-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf79775-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf79778-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf7977b-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf7977e-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf79781-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf79784-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf79787-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf7978a-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf7978d-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf79790-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf7979a-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf7979d-acf7967f, #w-node-_78e2a2fb-c80e-34c6-d584-66fcacf797a0-acf7967f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9e5d537-f7a6-4e2a-1eef-5a54b7990470-b7990447 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr 1fr 1fr;
}

#w-node-e9e5d537-f7a6-4e2a-1eef-5a54b7990471-b7990447, #w-node-e9e5d537-f7a6-4e2a-1eef-5a54b7990478-b7990447, #w-node-e9e5d537-f7a6-4e2a-1eef-5a54b7990487-b7990447, #w-node-e9e5d537-f7a6-4e2a-1eef-5a54b7990496-b7990447, #w-node-e9e5d537-f7a6-4e2a-1eef-5a54b79904a5-b7990447, #w-node-_82823c74-67af-958e-4158-041348699752-18aec3a8, #w-node-_82823c74-67af-958e-4158-041348699755-18aec3a8, #w-node-_82823c74-67af-958e-4158-041348699758-18aec3a8, #w-node-_82823c74-67af-958e-4158-04134869975b-18aec3a8, #w-node-_82823c74-67af-958e-4158-041348699765-18aec3a8, #w-node-_82823c74-67af-958e-4158-041348699768-18aec3a8, #w-node-_82823c74-67af-958e-4158-0413486997e3-18aec3a8, #w-node-_82823c74-67af-958e-4158-0413486997e6-18aec3a8, #w-node-_82823c74-67af-958e-4158-0413486997e9-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d676-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d679-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d67c-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d67f-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d689-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d68c-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d696-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d699-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d69c-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d69f-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d6a2-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d6a5-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d6a8-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d6ab-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d6ae-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d6b1-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d6b4-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d6b7-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d6ba-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d6bd-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d6c0-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d6c3-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d6c6-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d6c9-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d6cc-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d6cf-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d6d2-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d6d5-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d6df-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d6e2-18aec3a8, #w-node-_224cec91-69e0-3897-8939-818cc964d6e5-18aec3a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4936b852-18b0-b65e-4f94-49f07d0533a6-7d053396 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr 1fr 1fr;
}

#w-node-_4936b852-18b0-b65e-4f94-49f07d0533a7-7d053396, #w-node-_4936b852-18b0-b65e-4f94-49f07d0533ae-7d053396, #w-node-_4936b852-18b0-b65e-4f94-49f07d0533bd-7d053396, #w-node-_4936b852-18b0-b65e-4f94-49f07d0533cc-7d053396, #w-node-_4936b852-18b0-b65e-4f94-49f07d0533db-7d053396 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c2bc2f-359a-71b6-fd6d-ae4fa3ace38c-a3ace387 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-f0c2bc2f-359a-71b6-fd6d-ae4fa3ace392-a3ace387 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f0c2bc2f-359a-71b6-fd6d-ae4fa3ace3ab-a3ace387 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_1d3f59b5-9324-97fc-056b-ebbf09b8247a-09b8246a, #w-node-_1d3f59b5-9324-97fc-056b-ebbf09b8247d-09b8246a, #w-node-_1d3f59b5-9324-97fc-056b-ebbf09b82480-09b8246a, #w-node-_1d3f59b5-9324-97fc-056b-ebbf09b82483-09b8246a, #w-node-_988425bf-4001-7c19-6d12-65041758a574-09b8246a, #w-node-_988425bf-4001-7c19-6d12-65041758a577-09b8246a, #w-node-_988425bf-4001-7c19-6d12-65041758a57a-09b8246a, #w-node-_988425bf-4001-7c19-6d12-65041758a57d-09b8246a, #w-node-_1af03ba4-b80b-df99-7330-6ad40a93df92-09b8246a, #w-node-_1af03ba4-b80b-df99-7330-6ad40a93df95-09b8246a, #w-node-_1af03ba4-b80b-df99-7330-6ad40a93df98-09b8246a, #w-node-_1af03ba4-b80b-df99-7330-6ad40a93df9b-09b8246a, #w-node-_1af03ba4-b80b-df99-7330-6ad40a93df9e-09b8246a, #w-node-_1af03ba4-b80b-df99-7330-6ad40a93dfa1-09b8246a, #w-node-_1af03ba4-b80b-df99-7330-6ad40a93dfa4-09b8246a, #w-node-_1af03ba4-b80b-df99-7330-6ad40a93dfa7-09b8246a, #w-node-_1af03ba4-b80b-df99-7330-6ad40a93dfaa-09b8246a, #w-node-_1af03ba4-b80b-df99-7330-6ad40a93dfad-09b8246a, #w-node-_1af03ba4-b80b-df99-7330-6ad40a93dfb0-09b8246a, #w-node-_1af03ba4-b80b-df99-7330-6ad40a93dfb3-09b8246a, #w-node-_1af03ba4-b80b-df99-7330-6ad40a93dfb6-09b8246a, #w-node-_1af03ba4-b80b-df99-7330-6ad40a93dfb9-09b8246a, #w-node-_1af03ba4-b80b-df99-7330-6ad40a93dfbc-09b8246a, #w-node-_1af03ba4-b80b-df99-7330-6ad40a93dfbf-09b8246a, #w-node-_1af03ba4-b80b-df99-7330-6ad40a93dfc2-09b8246a, #w-node-_1af03ba4-b80b-df99-7330-6ad40a93dfc5-09b8246a, #w-node-_1af03ba4-b80b-df99-7330-6ad40a93dfc8-09b8246a, #w-node-_1af03ba4-b80b-df99-7330-6ad40a93dfcb-09b8246a, #w-node-_1af03ba4-b80b-df99-7330-6ad40a93dfce-09b8246a, #w-node-_1af03ba4-b80b-df99-7330-6ad40a93dfd1-09b8246a, #w-node-_1d3f59b5-9324-97fc-056b-ebbf09b824e1-09b8246a, #w-node-_1d3f59b5-9324-97fc-056b-ebbf09b824e4-09b8246a, #w-node-_1d3f59b5-9324-97fc-056b-ebbf09b824e7-09b8246a, #w-node-_068bb0c8-945c-0aeb-bd0a-a32e69f92cdc-09b8246a, #w-node-_068bb0c8-945c-0aeb-bd0a-a32e69f92cdf-09b8246a, #w-node-_068bb0c8-945c-0aeb-bd0a-a32e69f92ce2-09b8246a, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980a09-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980a0c-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980a0f-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980a12-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980a1c-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980a1f-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980a9a-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980a9d-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980aa0-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980aa3-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980aa6-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980aa9-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980aac-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980aaf-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980ab2-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980ab5-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980ab8-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980abb-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980abe-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980ac1-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980ac4-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980ac7-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980aca-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980acd-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980ad0-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980ad3-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980ad6-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980ad9-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980ae3-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980ae6-f6b2add3, #w-node-_8f7c497d-0456-8a8c-921b-9eb385980ae9-f6b2add3, #w-node-f36f4936-d71f-75f7-19b1-b730e356f4eb-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f4ee-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f4f1-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f4f4-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f4fe-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f501-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f57c-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f57f-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f582-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f58e-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f591-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f594-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f597-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5a1-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5a4-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5ae-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5b1-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5b4-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5b7-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5ba-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5bd-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5c0-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5c3-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5c6-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5c9-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5cc-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5cf-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5d2-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5d5-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5d8-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5db-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5de-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5e1-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5e4-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5e7-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5ea-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5ed-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5f7-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5fa-e356f4dc, #w-node-f36f4936-d71f-75f7-19b1-b730e356f5fd-e356f4dc, #w-node-_99d4b835-af2a-fafa-c260-ee26b4ef60c3-84866664, #w-node-_99d4b835-af2a-fafa-c260-ee26b4ef60c6-84866664, #w-node-_99d4b835-af2a-fafa-c260-ee26b4ef60c9-84866664, #w-node-_99d4b835-af2a-fafa-c260-ee26b4ef60d1-84866664, #w-node-_99d4b835-af2a-fafa-c260-ee26b4ef60d3-84866664, #w-node-_99d4b835-af2a-fafa-c260-ee26b4ef60d5-84866664, #w-node-_99d4b835-af2a-fafa-c260-ee26b4ef60dc-84866664, #w-node-_99d4b835-af2a-fafa-c260-ee26b4ef60de-84866664, #w-node-_99d4b835-af2a-fafa-c260-ee26b4ef60e0-84866664, #w-node-_99d4b835-af2a-fafa-c260-ee26b4ef60e7-84866664, #w-node-_99d4b835-af2a-fafa-c260-ee26b4ef60e9-84866664, #w-node-_99d4b835-af2a-fafa-c260-ee26b4ef60eb-84866664, #w-node-_99d4b835-af2a-fafa-c260-ee26b4ef60f2-84866664, #w-node-_99d4b835-af2a-fafa-c260-ee26b4ef60f4-84866664, #w-node-_99d4b835-af2a-fafa-c260-ee26b4ef60f6-84866664, #w-node-_99d4b835-af2a-fafa-c260-ee26b4ef60fd-84866664, #w-node-_99d4b835-af2a-fafa-c260-ee26b4ef60ff-84866664, #w-node-_99d4b835-af2a-fafa-c260-ee26b4ef6101-84866664, #w-node-_99d4b835-af2a-fafa-c260-ee26b4ef6108-84866664, #w-node-_99d4b835-af2a-fafa-c260-ee26b4ef610a-84866664, #w-node-_99d4b835-af2a-fafa-c260-ee26b4ef610c-84866664, #w-node-_99d4b835-af2a-fafa-c260-ee26b4ef6113-84866664, #w-node-_99d4b835-af2a-fafa-c260-ee26b4ef6115-84866664, #w-node-_99d4b835-af2a-fafa-c260-ee26b4ef6117-84866664 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83bae8c4-4500-ae3c-8a28-0c5e9ffd5e6f-84866669 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_8b017366-dbd4-0455-1dba-0d79f1e2831e-84866669 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 2.5fr;
}

#w-node-_4375bd3a-2ce3-e9c7-58ae-19e581f985bb-8486666b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4375bd3a-2ce3-e9c7-58ae-19e581f985bc-8486666b, #w-node-_4375bd3a-2ce3-e9c7-58ae-19e581f985c0-8486666b, #w-node-_4375bd3a-2ce3-e9c7-58ae-19e581f985c4-8486666b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4375bd3a-2ce3-e9c7-58ae-19e581f985c8-8486666b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4375bd3a-2ce3-e9c7-58ae-19e581f985c9-8486666b, #w-node-_4375bd3a-2ce3-e9c7-58ae-19e581f985cd-8486666b, #w-node-_4375bd3a-2ce3-e9c7-58ae-19e581f985d1-8486666b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4375bd3a-2ce3-e9c7-58ae-19e581f985d5-8486666b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4375bd3a-2ce3-e9c7-58ae-19e581f985d6-8486666b, #w-node-_4375bd3a-2ce3-e9c7-58ae-19e581f985da-8486666b, #w-node-_4375bd3a-2ce3-e9c7-58ae-19e581f985db-8486666b, #w-node-_8841f0f7-29bc-db69-c0db-1900531aece1-8486666e, #w-node-_1148f862-dd8e-37d0-d36f-98a6d70470eb-8486666e, #w-node-_7ed0b007-fd86-9ca0-7261-3a955555eb34-8486666e, #w-node-_2f2ec094-6d2a-ae39-6cef-a1a51b6b0b6b-8486666e, #w-node-_40fa620e-b117-df4c-babd-41da4bfbabb8-8486666e, #w-node-_40fa620e-b117-df4c-babd-41da4bfbabbb-8486666e, #w-node-_40fa620e-b117-df4c-babd-41da4bfbabbe-8486666e, #w-node-_40fa620e-b117-df4c-babd-41da4bfbabc1-8486666e, #w-node-_19929fd3-94d7-8fe9-a2bb-3850f79d96f3-8486666e, #w-node-f2b4dae3-333c-d6f1-5eba-1f486507d56b-8486666e, #w-node-_26828d65-93b5-9607-0749-ffd943b3a204-8486666e, #w-node-c9dc804c-0ece-4c9f-baca-245dc7c91bd3-8486666e, #w-node-bbbd86e9-9aa3-22c5-f6d8-7452b9330ab5-8486666e, #w-node-bbbd86e9-9aa3-22c5-f6d8-7452b9330ab8-8486666e, #w-node-bbbd86e9-9aa3-22c5-f6d8-7452b9330abb-8486666e, #w-node-bbbd86e9-9aa3-22c5-f6d8-7452b9330abe-8486666e, #w-node-f5306661-cdc0-879c-2e52-36b998ade40d-8486666e, #w-node-f5306661-cdc0-879c-2e52-36b998ade410-8486666e, #w-node-f5306661-cdc0-879c-2e52-36b998ade413-8486666e, #w-node-f5306661-cdc0-879c-2e52-36b998ade416-8486666e, #w-node-f5306661-cdc0-879c-2e52-36b998ade41a-8486666e, #w-node-f5306661-cdc0-879c-2e52-36b998ade41d-8486666e, #w-node-f5306661-cdc0-879c-2e52-36b998ade420-8486666e, #w-node-f5306661-cdc0-879c-2e52-36b998ade423-8486666e, #w-node-f5306661-cdc0-879c-2e52-36b998ade428-8486666e, #w-node-f5306661-cdc0-879c-2e52-36b998ade42b-8486666e, #w-node-f5306661-cdc0-879c-2e52-36b998ade42e-8486666e, #w-node-f5306661-cdc0-879c-2e52-36b998ade431-8486666e, #w-node-f5306661-cdc0-879c-2e52-36b998ade435-8486666e, #w-node-f5306661-cdc0-879c-2e52-36b998ade438-8486666e, #w-node-f5306661-cdc0-879c-2e52-36b998ade43b-8486666e, #w-node-f5306661-cdc0-879c-2e52-36b998ade43e-8486666e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9df66340-68ab-2c5a-4a43-98dd20158b3a-8486666e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_9df66340-68ab-2c5a-4a43-98dd20158b42-8486666e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9df66340-68ab-2c5a-4a43-98dd20158b58-8486666e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-d9882e64-fc15-fcb0-3a78-34967b5b3de4-8486666f, #w-node-d9882e64-fc15-fcb0-3a78-34967b5b3de7-8486666f, #w-node-d9882e64-fc15-fcb0-3a78-34967b5b3dea-8486666f, #w-node-d9882e64-fc15-fcb0-3a78-34967b5b3ded-8486666f, #w-node-d9882e64-fc15-fcb0-3a78-34967b5b3df1-8486666f, #w-node-d9882e64-fc15-fcb0-3a78-34967b5b3df4-8486666f, #w-node-d9882e64-fc15-fcb0-3a78-34967b5b3df7-8486666f, #w-node-d9882e64-fc15-fcb0-3a78-34967b5b3dfa-8486666f, #w-node-_1e97eb21-5647-37d2-d6f2-8ea56e80254f-db4ec9b6, #w-node-_1e97eb21-5647-37d2-d6f2-8ea56e802552-db4ec9b6, #w-node-_1e97eb21-5647-37d2-d6f2-8ea56e802555-db4ec9b6, #w-node-_1e97eb21-5647-37d2-d6f2-8ea56e802558-db4ec9b6, #w-node-_1e97eb21-5647-37d2-d6f2-8ea56e802562-db4ec9b6, #w-node-_1e97eb21-5647-37d2-d6f2-8ea56e802565-db4ec9b6, #w-node-_19b4b813-5be3-1e70-f71b-d390639f0153-db4ec9b6, #w-node-_19b4b813-5be3-1e70-f71b-d390639f0156-db4ec9b6, #w-node-_19b4b813-5be3-1e70-f71b-d390639f0159-db4ec9b6, #w-node-_19b4b813-5be3-1e70-f71b-d390639f015c-db4ec9b6, #w-node-_19b4b813-5be3-1e70-f71b-d390639f015f-db4ec9b6, #w-node-_19b4b813-5be3-1e70-f71b-d390639f0162-db4ec9b6, #w-node-_19b4b813-5be3-1e70-f71b-d390639f0165-db4ec9b6, #w-node-_19b4b813-5be3-1e70-f71b-d390639f0168-db4ec9b6, #w-node-_19b4b813-5be3-1e70-f71b-d390639f016b-db4ec9b6, #w-node-_19b4b813-5be3-1e70-f71b-d390639f016e-db4ec9b6, #w-node-_19b4b813-5be3-1e70-f71b-d390639f0171-db4ec9b6, #w-node-_19b4b813-5be3-1e70-f71b-d390639f0174-db4ec9b6, #w-node-_19b4b813-5be3-1e70-f71b-d390639f0177-db4ec9b6, #w-node-_19b4b813-5be3-1e70-f71b-d390639f017a-db4ec9b6, #w-node-_19b4b813-5be3-1e70-f71b-d390639f017d-db4ec9b6, #w-node-_19b4b813-5be3-1e70-f71b-d390639f0180-db4ec9b6, #w-node-_19b4b813-5be3-1e70-f71b-d390639f0183-db4ec9b6, #w-node-_19b4b813-5be3-1e70-f71b-d390639f0186-db4ec9b6, #w-node-_19b4b813-5be3-1e70-f71b-d390639f0189-db4ec9b6, #w-node-_19b4b813-5be3-1e70-f71b-d390639f018c-db4ec9b6, #w-node-_19b4b813-5be3-1e70-f71b-d390639f018f-db4ec9b6, #w-node-_19b4b813-5be3-1e70-f71b-d390639f0192-db4ec9b6, #w-node-_1e97eb21-5647-37d2-d6f2-8ea56e8025e0-db4ec9b6, #w-node-_1e97eb21-5647-37d2-d6f2-8ea56e8025e3-db4ec9b6, #w-node-_1e97eb21-5647-37d2-d6f2-8ea56e8025e6-db4ec9b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d03b7af4-771d-87fa-bb0a-4745c855aaed-84866670 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_987f2f22-c9c4-b264-5c02-ebbe2fe620eb-2fe620e9 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr 1fr 1fr;
}

#w-node-_987f2f22-c9c4-b264-5c02-ebbe2fe620ec-2fe620e9, #w-node-_987f2f22-c9c4-b264-5c02-ebbe2fe620fb-2fe620e9, #w-node-_987f2f22-c9c4-b264-5c02-ebbe2fe6210a-2fe620e9, #w-node-_987f2f22-c9c4-b264-5c02-ebbe2fe62119-2fe620e9, #w-node-_987f2f22-c9c4-b264-5c02-ebbe2fe6212a-2fe620e9, #w-node-_3e67e915-9821-7691-e34d-0130da88d099-8486667b, #w-node-_3e67e915-9821-7691-e34d-0130da88d09c-8486667b, #w-node-_3e67e915-9821-7691-e34d-0130da88d09f-8486667b, #w-node-_3e67e915-9821-7691-e34d-0130da88d0a7-8486667b, #w-node-_3e67e915-9821-7691-e34d-0130da88d0a9-8486667b, #w-node-_3e67e915-9821-7691-e34d-0130da88d0ab-8486667b, #w-node-_3e67e915-9821-7691-e34d-0130da88d0b2-8486667b, #w-node-_3e67e915-9821-7691-e34d-0130da88d0b4-8486667b, #w-node-_3e67e915-9821-7691-e34d-0130da88d0b6-8486667b, #w-node-_3e67e915-9821-7691-e34d-0130da88d0bd-8486667b, #w-node-_3e67e915-9821-7691-e34d-0130da88d0bf-8486667b, #w-node-_3e67e915-9821-7691-e34d-0130da88d0c1-8486667b, #w-node-_3e67e915-9821-7691-e34d-0130da88d0c8-8486667b, #w-node-_3e67e915-9821-7691-e34d-0130da88d0ca-8486667b, #w-node-_3e67e915-9821-7691-e34d-0130da88d0cc-8486667b, #w-node-_3e67e915-9821-7691-e34d-0130da88d0d3-8486667b, #w-node-_3e67e915-9821-7691-e34d-0130da88d0d5-8486667b, #w-node-_3e67e915-9821-7691-e34d-0130da88d0d7-8486667b, #w-node-_3e67e915-9821-7691-e34d-0130da88d0de-8486667b, #w-node-_3e67e915-9821-7691-e34d-0130da88d0e0-8486667b, #w-node-_3e67e915-9821-7691-e34d-0130da88d0e2-8486667b, #w-node-_3e67e915-9821-7691-e34d-0130da88d0e9-8486667b, #w-node-_3e67e915-9821-7691-e34d-0130da88d0eb-8486667b, #w-node-_3e67e915-9821-7691-e34d-0130da88d0ed-8486667b, #w-node-_3c68b29e-0c53-f6a3-72a3-4049b586c24b-8486667c, #w-node-_3c68b29e-0c53-f6a3-72a3-4049b586c24e-8486667c, #w-node-_3c68b29e-0c53-f6a3-72a3-4049b586c251-8486667c, #w-node-_3c68b29e-0c53-f6a3-72a3-4049b586c259-8486667c, #w-node-_3c68b29e-0c53-f6a3-72a3-4049b586c25b-8486667c, #w-node-_3c68b29e-0c53-f6a3-72a3-4049b586c25d-8486667c, #w-node-_3c68b29e-0c53-f6a3-72a3-4049b586c264-8486667c, #w-node-_3c68b29e-0c53-f6a3-72a3-4049b586c266-8486667c, #w-node-_3c68b29e-0c53-f6a3-72a3-4049b586c268-8486667c, #w-node-_3c68b29e-0c53-f6a3-72a3-4049b586c26f-8486667c, #w-node-_3c68b29e-0c53-f6a3-72a3-4049b586c271-8486667c, #w-node-_3c68b29e-0c53-f6a3-72a3-4049b586c273-8486667c, #w-node-_3c68b29e-0c53-f6a3-72a3-4049b586c27a-8486667c, #w-node-_3c68b29e-0c53-f6a3-72a3-4049b586c27c-8486667c, #w-node-_3c68b29e-0c53-f6a3-72a3-4049b586c27e-8486667c, #w-node-_3c68b29e-0c53-f6a3-72a3-4049b586c285-8486667c, #w-node-_3c68b29e-0c53-f6a3-72a3-4049b586c287-8486667c, #w-node-_3c68b29e-0c53-f6a3-72a3-4049b586c289-8486667c, #w-node-_3c68b29e-0c53-f6a3-72a3-4049b586c290-8486667c, #w-node-_3c68b29e-0c53-f6a3-72a3-4049b586c292-8486667c, #w-node-_3c68b29e-0c53-f6a3-72a3-4049b586c294-8486667c, #w-node-_3c68b29e-0c53-f6a3-72a3-4049b586c29b-8486667c, #w-node-_3c68b29e-0c53-f6a3-72a3-4049b586c29d-8486667c, #w-node-_3c68b29e-0c53-f6a3-72a3-4049b586c29f-8486667c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de0bb8e6-a333-e048-5795-3923bfbd03f3-8486667d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_0e40c29a-7765-db64-1344-f7b60dcfe8bc-8486667d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_03075832-9989-b33a-4189-0ae1d9add314-8486667d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_425acc8f-883a-1759-7143-0ea649353ebc-84866681, #w-node-_425acc8f-883a-1759-7143-0ea649353ebf-84866681, #w-node-_425acc8f-883a-1759-7143-0ea649353ec2-84866681, #w-node-_425acc8f-883a-1759-7143-0ea649353ec5-84866681, #w-node-_425acc8f-883a-1759-7143-0ea649353ec9-84866681, #w-node-_425acc8f-883a-1759-7143-0ea649353ecc-84866681, #w-node-_425acc8f-883a-1759-7143-0ea649353ecf-84866681, #w-node-_425acc8f-883a-1759-7143-0ea649353ed2-84866681, #w-node-_425acc8f-883a-1759-7143-0ea649353ed7-84866681, #w-node-_425acc8f-883a-1759-7143-0ea649353eda-84866681, #w-node-_425acc8f-883a-1759-7143-0ea649353edd-84866681, #w-node-_425acc8f-883a-1759-7143-0ea649353ee0-84866681, #w-node-_425acc8f-883a-1759-7143-0ea649353ee4-84866681, #w-node-_425acc8f-883a-1759-7143-0ea649353ee7-84866681, #w-node-_425acc8f-883a-1759-7143-0ea649353eea-84866681, #w-node-_425acc8f-883a-1759-7143-0ea649353eed-84866681 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52e998ca-33d3-c6b5-d21e-2e7b473c7f49-473c7f36 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr 1fr 1fr;
}

#w-node-_52e998ca-33d3-c6b5-d21e-2e7b473c7f4a-473c7f36, #w-node-_52e998ca-33d3-c6b5-d21e-2e7b473c7f59-473c7f36, #w-node-_52e998ca-33d3-c6b5-d21e-2e7b473c7f68-473c7f36, #w-node-_52e998ca-33d3-c6b5-d21e-2e7b473c7f77-473c7f36, #w-node-_52e998ca-33d3-c6b5-d21e-2e7b473c7f88-473c7f36, #w-node-_7ba03165-555a-7945-375b-bfcb8c497176-84866683, #w-node-_7ba03165-555a-7945-375b-bfcb8c497179-84866683, #w-node-_7ba03165-555a-7945-375b-bfcb8c49717c-84866683, #w-node-_7ba03165-555a-7945-375b-bfcb8c49717f-84866683, #w-node-_7ba03165-555a-7945-375b-bfcb8c497183-84866683, #w-node-_7ba03165-555a-7945-375b-bfcb8c497186-84866683, #w-node-_7ba03165-555a-7945-375b-bfcb8c497189-84866683, #w-node-_7ba03165-555a-7945-375b-bfcb8c49718c-84866683 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ff44839-cb1e-7776-3557-d4760e1478a5-84866683 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_4ff44839-cb1e-7776-3557-d4760e1478ab-84866683 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4ff44839-cb1e-7776-3557-d4760e1478c6-84866683 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-bb327789-7603-0cb7-c368-dff16cd1983a-8b98be30 {
  justify-self: end;
}

#w-node-_992ed4f6-0725-985e-1059-3458c0ed6239-6e9cc3f8 {
  align-self: auto;
}

#w-node-_15357fd1-0b07-8d6e-2dd2-a16185ee781f-c33d48cd, #w-node-e4de5ef5-dacd-8b3e-051a-fadcdbd1f862-aa5239b7, #w-node-e4de5ef5-dacd-8b3e-051a-fadcdbd1f862-67428699 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-e9e5d537-f7a6-4e2a-1eef-5a54b7990470-b7990447 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr 1fr;
  }

  #w-node-e9e5d537-f7a6-4e2a-1eef-5a54b7990471-b7990447, #w-node-e9e5d537-f7a6-4e2a-1eef-5a54b7990478-b7990447, #w-node-e9e5d537-f7a6-4e2a-1eef-5a54b7990487-b7990447, #w-node-e9e5d537-f7a6-4e2a-1eef-5a54b7990496-b7990447, #w-node-e9e5d537-f7a6-4e2a-1eef-5a54b79904a5-b7990447 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4936b852-18b0-b65e-4f94-49f07d0533a6-7d053396 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr 1fr;
  }

  #w-node-_4936b852-18b0-b65e-4f94-49f07d0533a7-7d053396, #w-node-_4936b852-18b0-b65e-4f94-49f07d0533ae-7d053396, #w-node-_4936b852-18b0-b65e-4f94-49f07d0533bd-7d053396, #w-node-_4936b852-18b0-b65e-4f94-49f07d0533cc-7d053396, #w-node-_4936b852-18b0-b65e-4f94-49f07d0533db-7d053396 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_83bae8c4-4500-ae3c-8a28-0c5e9ffd5e6f-84866669 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8b017366-dbd4-0455-1dba-0d79f1e2831e-84866669 {
    grid-template-rows: auto;
    grid-template-columns: 2.75fr 2.75fr;
  }

  #w-node-d03b7af4-771d-87fa-bb0a-4745c855aaed-84866670 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b9600db7-d717-3f3b-50fa-6ed76373842f-84866670, #w-node-_519d9009-eeac-54c1-50e3-dff1986e8d88-84866670, #w-node-_85556a1d-5baf-c7aa-92ef-488bdc12f48a-84866670, #w-node-baae60b3-27d0-d826-03ed-633740a6ee11-84866670 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c763ee3d-6908-6fa7-e1b7-cc9180a4480e-84866670 {
    order: -9999;
  }

  #w-node-_987f2f22-c9c4-b264-5c02-ebbe2fe620eb-2fe620e9 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr 1fr;
  }

  #w-node-_987f2f22-c9c4-b264-5c02-ebbe2fe620ec-2fe620e9, #w-node-_987f2f22-c9c4-b264-5c02-ebbe2fe620fb-2fe620e9, #w-node-_987f2f22-c9c4-b264-5c02-ebbe2fe6210a-2fe620e9, #w-node-_987f2f22-c9c4-b264-5c02-ebbe2fe62119-2fe620e9, #w-node-_987f2f22-c9c4-b264-5c02-ebbe2fe6212a-2fe620e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_52e998ca-33d3-c6b5-d21e-2e7b473c7f49-473c7f36 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr 1fr;
  }

  #w-node-_52e998ca-33d3-c6b5-d21e-2e7b473c7f4a-473c7f36, #w-node-_52e998ca-33d3-c6b5-d21e-2e7b473c7f59-473c7f36, #w-node-_52e998ca-33d3-c6b5-d21e-2e7b473c7f68-473c7f36, #w-node-_52e998ca-33d3-c6b5-d21e-2e7b473c7f77-473c7f36, #w-node-_52e998ca-33d3-c6b5-d21e-2e7b473c7f88-473c7f36 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb327789-7603-0cb7-c368-dff16cd19829-8b98be30, #w-node-_15357fd1-0b07-8d6e-2dd2-a16185ee7821-c33d48cd, #w-node-e4de5ef5-dacd-8b3e-051a-fadcdbd1f864-aa5239b7, #w-node-e4de5ef5-dacd-8b3e-051a-fadcdbd1f864-67428699 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e9e5d537-f7a6-4e2a-1eef-5a54b79904a5-b7990447, #w-node-_4936b852-18b0-b65e-4f94-49f07d0533db-7d053396 {
    grid-column: span 2 / span 2;
  }

  #w-node-_83bae8c4-4500-ae3c-8a28-0c5e9ffd5e6f-84866669 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8b017366-dbd4-0455-1dba-0d79f1e2831e-84866669 {
    grid-template-rows: auto;
    grid-template-columns: 2.75fr;
  }

  #w-node-_4375bd3a-2ce3-e9c7-58ae-19e581f985bb-8486666b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4375bd3a-2ce3-e9c7-58ae-19e581f985bc-8486666b, #w-node-_4375bd3a-2ce3-e9c7-58ae-19e581f985c0-8486666b, #w-node-_4375bd3a-2ce3-e9c7-58ae-19e581f985c4-8486666b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4375bd3a-2ce3-e9c7-58ae-19e581f985c8-8486666b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4375bd3a-2ce3-e9c7-58ae-19e581f985c9-8486666b, #w-node-_4375bd3a-2ce3-e9c7-58ae-19e581f985cd-8486666b, #w-node-_4375bd3a-2ce3-e9c7-58ae-19e581f985d1-8486666b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4375bd3a-2ce3-e9c7-58ae-19e581f985d5-8486666b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4375bd3a-2ce3-e9c7-58ae-19e581f985d6-8486666b, #w-node-_4375bd3a-2ce3-e9c7-58ae-19e581f985da-8486666b, #w-node-_4375bd3a-2ce3-e9c7-58ae-19e581f985db-8486666b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_987f2f22-c9c4-b264-5c02-ebbe2fe6212a-2fe620e9, #w-node-_52e998ca-33d3-c6b5-d21e-2e7b473c7f88-473c7f36 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e9e5d537-f7a6-4e2a-1eef-5a54b7990470-b7990447 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-e9e5d537-f7a6-4e2a-1eef-5a54b7990471-b7990447, #w-node-e9e5d537-f7a6-4e2a-1eef-5a54b7990478-b7990447, #w-node-e9e5d537-f7a6-4e2a-1eef-5a54b7990487-b7990447, #w-node-e9e5d537-f7a6-4e2a-1eef-5a54b7990496-b7990447, #w-node-e9e5d537-f7a6-4e2a-1eef-5a54b79904a5-b7990447 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4936b852-18b0-b65e-4f94-49f07d0533a6-7d053396 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_4936b852-18b0-b65e-4f94-49f07d0533a7-7d053396, #w-node-_4936b852-18b0-b65e-4f94-49f07d0533ae-7d053396, #w-node-_4936b852-18b0-b65e-4f94-49f07d0533bd-7d053396, #w-node-_4936b852-18b0-b65e-4f94-49f07d0533cc-7d053396, #w-node-_4936b852-18b0-b65e-4f94-49f07d0533db-7d053396 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d03b7af4-771d-87fa-bb0a-4745c855aaed-84866670 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b9600db7-d717-3f3b-50fa-6ed76373842f-84866670, #w-node-_519d9009-eeac-54c1-50e3-dff1986e8d88-84866670, #w-node-_85556a1d-5baf-c7aa-92ef-488bdc12f48a-84866670, #w-node-baae60b3-27d0-d826-03ed-633740a6ee11-84866670 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_987f2f22-c9c4-b264-5c02-ebbe2fe620eb-2fe620e9 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_987f2f22-c9c4-b264-5c02-ebbe2fe620ec-2fe620e9, #w-node-_987f2f22-c9c4-b264-5c02-ebbe2fe620fb-2fe620e9, #w-node-_987f2f22-c9c4-b264-5c02-ebbe2fe6210a-2fe620e9, #w-node-_987f2f22-c9c4-b264-5c02-ebbe2fe62119-2fe620e9, #w-node-_987f2f22-c9c4-b264-5c02-ebbe2fe6212a-2fe620e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_52e998ca-33d3-c6b5-d21e-2e7b473c7f49-473c7f36 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_52e998ca-33d3-c6b5-d21e-2e7b473c7f4a-473c7f36, #w-node-_52e998ca-33d3-c6b5-d21e-2e7b473c7f59-473c7f36, #w-node-_52e998ca-33d3-c6b5-d21e-2e7b473c7f68-473c7f36, #w-node-_52e998ca-33d3-c6b5-d21e-2e7b473c7f77-473c7f36, #w-node-_52e998ca-33d3-c6b5-d21e-2e7b473c7f88-473c7f36, #w-node-_11c5f53b-93bf-45e4-76d9-bb919576bdb3-8b98be30 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


