@font-face {
  font-family: Raleway Variablefont Wght;
  src: url("/api/media/file/183-67ee9244f2370e7603a60b9f_Raleway-VariableFont_wght.ttf?v=9df37fe7481a") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral--700: #454f66;
  --accent--heading: white;
  --neutral--800: #05226c;
  --accent--primary-1: #a40200;
  --accent--heading-black: #000;
  --neutral--100: white;
  --neutral--400: #dcddeb;
  --neutral--200: #f8f8f9;
  --neutral--300: #eff0f6;
  --general--shadow-02: #14142b14;
  --neutral--600: #6e7c91;
  --system--blue-400: #05226c;
  --neutral--500: #a0acbd;
  --system--blue-200: #8fc3ff;
  --accent--color-grey: #00000080;
  --system--green-400: #11845b;
  --system--blue-300: #1d88fe;
  --system--blue-100: #eaf4ff;
  --system--green-300: #05c168;
  --system--green-200: #7fdca4;
  --system--green-100: #def2e6;
  --system--red-400: #dc2b2b;
  --system--300: #ff5a65;
  --system--red-200: #ffbec2;
  --system--red-100: #ffeff0;
  --system--orange-400: #d5691b;
  --system--orange-300: #ff9e2c;
  --system--orange-200: #ffd19b;
  --system--orange-100: #fff3e4;
  --accent--ifk-greent: #136c3d;
  --general--shadow-03: #14142b1a;
  --general--shadow-04: #14142b24;
  --general--shadow-05: #14142b29;
  --general--shadow-06: #14142b3d;
  --button-shadow--color-01: #ff52520f;
  --button-shadow--color-2: #ff525214;
  --button-shadow--color-03: #ff525214;
  --button-shadow--white-01: #14142b0a;
  --button-shadow--white-02: #14142b0f;
  --button-shadow--white-03: #14142b1a;
  --general--shadow-01: #14142b0f;
  --white-opacity-20: #fff3;
  --secondary--color-1: #f4f7ff;
  --accent--text: #ffffffb3;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.w-commerce-commercecartopenlinkcount {
  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-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  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-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  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;
  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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutemailinput {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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-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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

.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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

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

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

.w-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("/api/media/file/207-custom-checkbox-checkmark.589d534424-1.svg?v=456ce18e5486");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

@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-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: var(--neutral--700);
  font-family: Raleway Variablefont Wght, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667em;
}

h1 {
  color: var(--accent--heading);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.222em;
}

h2 {
  color: var(--accent--heading);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.316em;
}

h3 {
  color: var(--accent--heading);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.417em;
}

h4 {
  color: var(--accent--heading);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

h5 {
  color: var(--accent--heading);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

h6 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--neutral--800);
}

ul, ol {
  color: var(--accent--heading-black);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

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

label {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111em;
  display: block;
}

strong {
  color: var(--neutral--800);
  font-weight: 700;
}

blockquote {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  text-align: center;
  background-image: url("/api/media/file/80-67a0fe04b3c9672bc68b7b29_bg-blockquote-expert-x-webflow-template.svg?v=7cffb5b06d7f");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border: 0 #000;
  border-radius: 16px;
  padding: 108px 126px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.417em;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  text-align: center;
  margin-top: 16px;
}

.page-wrapper {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.page-wrapper.height-100vh {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.form {
  grid-column-gap: 28px;
  grid-row-gap: 24px;
}

.grid-2-columns.gap-40px.case-studies-page-grid {
  grid-row-gap: 64px;
}

.grid-2-columns.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.grid-2-columns.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid var(--neutral--400);
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-2-columns.changelog-item.first {
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-2-columns.checkout-page {
  grid-template-columns: 1fr .55fr;
  align-items: start;
}

.grid-2-columns.suprises-pages-right {
  grid-column-gap: 80px;
  grid-template-columns: 1fr 1.25fr;
  margin-bottom: 128px;
}

.grid-2-columns.suprises-pages-right.last {
  margin-bottom: 0;
}

.grid-2-columns.suprises-pages-left {
  grid-column-gap: 100px;
  grid-template-columns: 1.25fr 1fr;
  margin-bottom: 128px;
}

.grid-2-columns.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.grid-2-columns.align-stretch {
  align-items: stretch;
}

.grid-2-columns.team-member-grid-2-col {
  grid-column-gap: 40px;
  grid-row-gap: 48px;
  align-items: start;
}

.grid-2-columns.footer-grid-2-col.v1 {
  grid-template-columns: minmax(448px, .75fr) 1fr;
  align-items: start;
}

.grid-2-columns.menu-grid-2-col-wrapper.footer-v1 {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 184px;
  align-items: start;
  width: 100%;
  max-width: 600px;
}

.grid-2-columns.menu-grid-2-col-wrapper.headers {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr auto;
  align-items: start;
}

.grid-2-columns.menu-grid-2-col.v1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: start;
}

.grid-2-columns.menu-grid-2-col.headers {
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: start;
}

.grid-2-columns.cta-grid-2-col.v2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: .7fr 1fr;
}

.grid-2-columns.blog-grid-2-col._01 {
  grid-row-gap: 50px;
  grid-template-columns: .35fr 1fr;
  place-items: start stretch;
  overflow: visible;
}

.grid-2-columns.blog-grid-2-col.author-grid {
  grid-column-gap: 64px;
  grid-row-gap: 24px;
  grid-template-columns: 208px 1fr;
}

.grid-2-columns.contact-grid-2-col.v1 {
  grid-row-gap: 48px;
  grid-template-columns: 1fr 1.3fr;
  align-items: start;
}

.grid-2-columns.faq-grid-2-col {
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1.5fr;
  align-items: start;
}

.grid-2-columns.hero-grid-2-cols.service-single-hero {
  grid-row-gap: 60px;
  grid-template-columns: .8fr 1fr;
  align-items: start;
}

.grid-2-columns.hero-grid-2-cols.package-single-hero {
  grid-column-gap: 18px;
  grid-row-gap: 60px;
  align-items: start;
}

.grid-2-columns.hero-grid-2-cols.not-found-grid-2-col {
  grid-row-gap: 48px;
}

.grid-2-columns.hero-grid-2-cols.hero-v4 {
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.hero-grid-2-cols.v3-hero {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-columns: .68fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid-2-columns.hero-grid-2-cols.v1-hero {
  grid-template-columns: minmax(544px, 1fr) 1fr;
  align-items: start;
}

.grid-2-columns.title-left-grid-2-col {
  grid-template-columns: 1fr 2fr;
  align-items: start;
}

.grid-2-columns.title-left-grid-2-col.title-left---card {
  grid-template-columns: 1fr 1.6fr;
  justify-content: space-between;
  max-width: 1187px;
  margin-right: 40px;
}

.grid-2-columns.v3-grid-2-col.layout---image-right {
  grid-row-gap: 0px;
  place-items: center stretch;
}

.grid-2-columns.v3-grid-2-col.layout---image-left {
  grid-template-columns: 1fr .75fr;
}

.grid-2-columns.v3-grid-2-col._03 {
  grid-column-gap: 24px;
  grid-template-columns: auto 1fr;
  align-items: start;
}

.grid-2-columns.auto---1fr {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: auto 1fr;
}

.grid-2-columns.auto---1fr.resume-card-title {
  flex: 1;
}

.grid-2-columns.v2-grid-2-col.layout-top {
  grid-column-gap: 60px;
  align-items: start;
}

.grid-2-columns.v2-grid-2-col.layout-bottom {
  grid-column-gap: 60px;
  align-items: end;
}

.grid-2-columns.v2-grid-2-col.post-layout {
  grid-row-gap: 32px;
  align-items: start;
}

.grid-2-columns._1fr---auto {
  grid-template-columns: 1fr auto;
}

.grid-2-columns.v1-grid-2-col.layout-v1 {
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.35fr 1fr;
  align-items: start;
}

.grid-2-columns.social-photo-user---grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: .3fr 1fr;
}

.grid-2-columns.layout-top-grid-2-col {
  grid-template-columns: 1fr .85fr;
  align-items: start;
}

.grid-2-columns.layout-top-grid-2-col.v2 {
  grid-row-gap: 50px;
  grid-template-columns: .6fr 1fr;
  align-items: start;
}

.grid-2-columns.contact-full-grid {
  grid-template-columns: 1fr .9fr;
  max-width: 1106px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns.blog-grid-v1 {
  grid-row-gap: 32px;
}

.grid-2-columns.blog-grid-v2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid-2-columns.hero-v18-grid {
  grid-template-columns: 1fr .3fr;
}

.style---main-wrapper {
  background-color: var(--neutral--200);
}

.card {
  border: 1px solid var(--neutral--200);
  background-color: var(--neutral--100);
  border-radius: 12px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 4px 4px #2c85ed0f, 0 1px 1px #19213d0a;
}

.card.checkout-block {
  margin-bottom: 28px;
  padding: 32px 32px 48px;
}

.card.checkout-block.order-summary {
  padding-bottom: 40px;
}

.card.checkout-block.last {
  margin-bottom: 0;
}

.card.whats-included {
  border-color: var(--neutral--300);
}

.card.figma-file {
  border-color: var(--neutral--300);
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
}

.card.sales-page {
  border-color: var(--neutral--300);
  color: var(--neutral--300);
  text-align: center;
  transform-style: preserve-3d;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
}

.card.sales-page:hover {
  color: var(--neutral--300);
  transform: scale3d(.96, .96, 1.01);
  box-shadow: 0 1px 1px #2c85ed0f, 0 0 #19213d0a;
}

.card.buy-now {
  min-height: 100%;
  transform-style: preserve-3d;
  background-color: #146ef5;
  border-radius: 40px;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  overflow: hidden;
}

.card.buy-now:hover {
  transform: scale3d(.98, .98, 1.01);
  box-shadow: 0 1px 1px #2c85ed0f, 0 0 #19213d0a;
}

.card.buy-now.white {
  border-color: var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.card.buy-now.white:hover {
  box-shadow: 0 1px 1px 0 var(--general--shadow-02);
}

.card.social-photo-user {
  z-index: 1;
  background-color: var(--neutral--200);
  width: 100%;
  box-shadow: none;
  text-align: center;
  border-style: none;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 94px;
  padding-bottom: 94px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.card.social-photo-card {
  border-style: none;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  min-height: 100%;
  display: flex;
  position: relative;
}

.card.blog-featured, .card.blog-featured:hover {
  color: var(--neutral--600);
}

.card.blog-featured.inner-card {
  border-radius: 16px;
  max-width: 640px;
  max-height: 391px;
  padding: 50px 52px;
  position: absolute;
  bottom: 34px;
  left: 30px;
  right: 30px;
}

.card.blog-featured.post-featured-v2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  color: var(--neutral--700);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 48px 32px 52px;
  display: flex;
}

.card.blog-featured.post-featured-v2:hover {
  color: var(--neutral--700);
}

.card.blog-featured.v2 {
  border-style: none;
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.card.faq-card {
  border-radius: 16px;
  width: 100%;
  max-width: 728px;
  padding: 52px 44px 80px;
}

.card.package-card {
  border-color: var(--neutral--300);
  flex-direction: column;
  padding: 60px 24px;
  display: flex;
}

.card.add-cart {
  border-color: var(--neutral--300);
  padding: 70px 42px;
}

.card.case-study-card {
  min-height: 100%;
  color: var(--neutral--700);
  border: 0 #0000;
  flex-direction: column;
  display: flex;
}

.card.case-study-card:hover {
  color: var(--neutral--700);
}

.card.page-not-found-card {
  max-width: 565px;
  padding: 68px 66px;
}

.card.password-protected-card {
  border-color: var(--neutral--300);
  border-radius: 16px;
  padding: 140px 104px;
}

.card.hero-v4-card {
  box-shadow: none;
  background-color: #0000;
  border: 0 #0000;
  border-radius: 16px;
  padding-top: 96px;
  padding-bottom: 113px;
  padding-right: 88px;
  position: relative;
  overflow: visible;
}

.card.resume-card {
  padding: 50px 24px;
}

.card.v3-hero-card {
  width: 50%;
  height: 100%;
  box-shadow: none;
  background-color: #9acd3200;
  border: 0 #0000;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-right: -203px;
  padding: 39px 25px;
  position: relative;
}

.card.testimonial-card.v1 {
  border-color: var(--neutral--200);
  max-width: 404px;
  padding: 60px 54px;
}

.card.process-card {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 88px 38px;
  display: flex;
  position: relative;
}

.card.process-card._01 {
  background-color: var(--system--blue-400);
  margin-top: 128px;
}

.card.dropdown-card {
  margin-top: 24px;
  padding: 40px;
}

.card.post-featured-v1 {
  min-height: 100%;
  color: var(--neutral--700);
  flex-direction: column;
  display: flex;
}

.card.post-featured-v1:active {
  color: var(--neutral--700);
}

.card.post-featured-v2 {
  min-height: 100%;
  color: var(--neutral--700);
  display: flex;
}

.card.post-featured-v2:active {
  color: var(--neutral--700);
}

.card.post-v3 {
  min-height: 100%;
  color: var(--neutral--700);
  flex-direction: column;
  display: flex;
}

.card.post-v3:active {
  color: var(--neutral--700);
}

.card.contact-form-v1 {
  border-color: var(--neutral--300);
  padding: 52px 52px 76px;
}

.card.contact-full {
  padding: 63px 40px 66px;
}

.card.contact-form-wrapper-v2 {
  padding: 52px 52px 76px;
}

.card.post-v1 {
  width: 100%;
  min-height: 100%;
  color: var(--neutral--700);
  flex-direction: column;
  display: flex;
}

.card.post-v1:hover {
  color: var(--neutral--700);
}

.card.v3-hero-card-copy {
  width: 50%;
  height: 100%;
  box-shadow: none;
  background-color: #9acd3200;
  border: 0 #0000;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-right: -203px;
  padding: 39px 25px;
  position: relative;
}

.card.v3-hero-card-copy-copy {
  width: 100%;
  height: 100%;
  box-shadow: none;
  background-color: #9acd3200;
  border: 0 #0000;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 8px;
  padding: 39px 25px 39px 0;
  position: relative;
}

.style---color-block {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  min-height: 180px;
  position: relative;
}

.style---color-block-content {
  border-top: 1px solid var(--neutral--300);
  padding: 24px 24px 32px;
}

.style---color-block-hex {
  line-height: 20px;
}

.grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4-columns.stats-grid-4-col {
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
}

.grid-4-columns.stats-grid {
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
}

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

.bg-neutral-800 {
  background-color: var(--neutral--800);
}

.bg-neutral-700 {
  background-color: var(--neutral--700);
}

.bg-neutral-600 {
  background-color: var(--neutral--600);
}

.bg-neutral-500 {
  background-color: var(--neutral--500);
}

.bg-neutral-400 {
  background-color: var(--neutral--400);
}

.bg-neutral-300 {
  background-color: var(--neutral--300);
}

.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.style---color-block-text-example {
  background-color: var(--neutral--100);
  border-radius: 40px;
  padding: 12px 14px 8px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  inset: 16px 16px auto auto;
}

.style---color-block-text-example.badge-dark {
  background-color: var(--neutral--800);
}

.style---color-block-text-example.color-blue-200 {
  color: var(--system--blue-200);
}

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

.color-neutral-800 {
  color: var(--neutral--800);
}

.color-neutral-700 {
  color: var(--neutral--700);
}

.color-neutral-600 {
  color: var(--neutral--600);
}

.color-neutral-500 {
  color: var(--neutral--500);
}

.color-neutral-300 {
  color: var(--neutral--300);
}

.color-neutral-300.mg-bottom-0 {
  color: var(--accent--color-grey);
}

.color-neutral-300.mg-bottom-40px {
  color: var(--accent--heading);
  text-align: left;
  font-family: Raleway Variablefont Wght, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.color-neutral-300.mg-bottom-32px {
  color: var(--accent--color-grey);
}

.color-neutral-200 {
  color: var(--neutral--200);
}

.color-neutral-100 {
  color: var(--neutral--100);
}

.bg-green-400 {
  background-color: var(--system--green-400);
}

.color-green-400 {
  color: #11845b;
}

.bg-blue-400 {
  background-color: var(--system--blue-400);
}

.color-blue-400 {
  color: var(--system--blue-400);
}

.bg-blue-300 {
  background-color: var(--system--blue-300);
}

.color-blue-300 {
  color: var(--system--blue-300);
}

.bg-blue-200 {
  background-color: var(--system--blue-200);
}

.bg-blue-100 {
  background-color: var(--system--blue-100);
}

.color-blue-100 {
  color: var(--system--blue-100);
}

.color-neutral-400 {
  color: var(--neutral--400);
}

.bg-green-300 {
  background-color: var(--system--green-300);
}

.color-green-300 {
  color: var(--system--green-300);
}

.bg-green-200 {
  background-color: var(--system--green-200);
}

.color-green-200 {
  color: var(--system--green-200);
}

.color-green-100 {
  color: var(--system--green-100);
}

.bg-green-100 {
  background-color: var(--system--green-100);
}

.bg-red-400 {
  background-color: var(--system--red-400);
}

.color-red-400 {
  color: var(--system--red-400);
}

.bg-red-300 {
  background-color: var(--system--300);
}

.color-red-300 {
  color: var(--system--300);
}

.bg-red-200 {
  background-color: var(--system--red-200);
}

.color-red-200 {
  color: var(--system--red-200);
}

.bg-red-100 {
  background-color: var(--system--red-100);
}

.color-red-100 {
  color: var(--system--red-100);
}

.bg-orange-400 {
  background-color: var(--system--orange-400);
}

.color-orange-400 {
  color: var(--system--orange-400);
}

.bg-orange-300 {
  background-color: var(--system--orange-300);
}

.color-orange-300 {
  color: var(--system--orange-300);
}

.bg-orange-200 {
  background-color: var(--system--orange-200);
}

.color-orange-200 {
  color: var(--system--orange-200);
}

.bg-orange-100 {
  background-color: var(--system--orange-100);
}

.color-orange-100 {
  color: var(--system--orange-100);
}

.style---block-sub-heading {
  margin-bottom: 32px;
}

.style---block-sub-heading.border {
  border-bottom: 1px solid var(--neutral--400);
  border-bottom: 1px solid #dcddeb;
  margin-bottom: 64px;
  padding-bottom: 40px;
}

.divider {
  background-color: var(--neutral--400);
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 40px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider._0px {
  margin-top: 0;
  margin-bottom: 0;
}

.divider._32px {
  margin-top: 32px;
  margin-bottom: 32px;
}

.divider.card-post-divider {
  background-color: var(--neutral--500);
  width: 48px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
}

.divider.card-post-divider._16px {
  width: 16px;
}

.divider.card-post-divider.alt {
  flex: 1;
  width: auto;
  min-width: 10px;
  max-width: 48px;
}

.divider._100px {
  margin-top: 100px;
  margin-bottom: 100px;
}

.divider.top-80px---bottom-0 {
  margin-top: 80px;
  margin-bottom: 0;
}

.divider._48px {
  margin-top: 48px;
  margin-bottom: 48px;
}

.divider._24px {
  margin-top: 24px;
  margin-bottom: 24px;
}

.style---typography-block-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 320px) 1fr;
}

.style---content-block {
  margin-bottom: 100px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.mg-bottom-24px.mg-bottom-24px-mbl {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 7px;
  display: flex;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-bottom-40px {
  color: var(--accent--color-grey);
  text-align: center;
  font-family: Raleway Variablefont Wght, Georgia, sans-serif;
}

.mg-bottom-40px.mg-bottom-60px---mbl.padding-2em {
  padding-bottom: 2em;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.mg-bottom-72px {
  margin-bottom: 72px;
}

.mg-bottom-80px {
  margin-bottom: 80px;
}

.mg-top-16px {
  margin-top: 16px;
}

.mg-top-40px {
  margin-top: 40px;
}

.mg-top-48px {
  margin-top: 48px;
}

.mg-right-8px {
  margin-right: 8px;
}

.mg-right-24px {
  margin-right: 24px;
}

.text-200 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.111em;
}

.text-200.list {
  line-height: 24px;
}

.text-200.medium {
  font-weight: 500;
}

.text-200.bold {
  font-weight: 700;
}

.display-1 {
  color: var(--accent--ifk-greent);
  font-size: 68px;
  font-weight: 700;
  line-height: 1.118em;
}

.display-1.color-neutral-100 {
  color: var(--accent--heading-black);
  text-align: left;
  font-family: Raleway Variablefont Wght, Georgia, sans-serif;
  font-size: 2.3rem;
}

.display-1.color-neutral-100.white {
  color: var(--accent--heading);
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.gap-row-0 {
  grid-row-gap: 0px;
}

.grid-1-column.cta-grid-1-col {
  grid-row-gap: 40px;
}

.grid-1-column.cta-grid-1-col.alt {
  grid-row-gap: 32px;
}

.grid-1-column.gap-row-28px {
  grid-row-gap: 28px;
}

.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.gap-40px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.gap-column-24px {
  grid-column-gap: 24px;
}

.gap-row-32px {
  grid-row-gap: 32px;
}

.gap-row-80px {
  grid-row-gap: 80px;
}

.display-2 {
  color: var(--accent--heading-black);
  font-size: 52px;
  font-weight: 700;
  line-height: 1.154em;
}

.display-2.mg-bottom-0 {
  color: var(--accent--heading-black);
  font-family: Raleway Variablefont Wght, Georgia, sans-serif;
}

.display-2.mg-bottom-0.fontsize {
  font-size: 2em;
}

.display-2.mg-bottom-0.left {
  text-align: left;
}

.display-2.color-neutral-100 {
  color: var(--neutral--100);
}

.display-2.mg-bottom-8px {
  text-align: center;
  font-family: Raleway Variablefont Wght, Georgia, sans-serif;
}

.display-2.mg-bottom-8px.hide {
  display: none;
}

.display-2.color-accent-1 {
  color: var(--accent--primary-1);
}

.display-2.z-index-1 {
  font-family: Raleway Variablefont Wght, Georgia, sans-serif;
}

.display-2.display-price {
  font-size: 3.6vw;
}

.display-3 {
  color: var(--neutral--800);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.182em;
}

.display-3.color-neutral-100 {
  color: var(--neutral--100);
}

.display-3.mg-bottom-8px {
  color: var(--system--green-400);
}

.display-4 {
  color: var(--neutral--800);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.313em;
}

.display-4.mg-bottom-8px {
  color: var(--accent--heading-black);
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph-large {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.52em;
}

.paragraph-small {
  font-size: 14px;
  line-height: 1.714em;
}

.text-400 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.083em;
}

.text-400.medium {
  font-weight: 500;
}

.text-400.bold {
  font-weight: 700;
}

.text-300 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1em;
}

.text-300.medium {
  font-weight: 500;
}

.text-300.bold {
  font-weight: 700;
}

.text-300.bold.color-neutral-100 {
  color: var(--accent--heading-black);
  font-weight: 500;
}

.text-100 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
}

.text-100.medium {
  font-weight: 500;
}

.text-100.bold {
  font-weight: 700;
}

.text-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.text-uppercase {
  letter-spacing: .06em;
  text-transform: uppercase;
}

.text-strikethrough {
  text-decoration: line-through;
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.card-logos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-3-columns.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 32px;
  grid-template-columns: auto auto 1fr;
  justify-content: stretch;
  place-items: start;
}

.grid-3-columns.style---buttons-grid.download-app-grid {
  grid-template-columns: auto auto;
  justify-content: start;
}

.grid-3-columns.footer-grid-3-col {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.grid-3-columns.gap-column-28px---row-32px {
  grid-column-gap: 28px;
  grid-row-gap: 32px;
}

.grid-3-columns.gap-column-40px---row-32px {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
}

.grid-3-columns.blog-grid-v1 {
  grid-row-gap: 32px;
}

.style---shadow-card {
  background-color: var(--neutral--100);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  padding: 32px 44px;
  display: flex;
}

.shadow-02 {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.shadow-03 {
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
}

.shadow-04 {
  box-shadow: 0 14px 42px 0 var(--general--shadow-04);
}

.shadow-05 {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
}

.shadow-06 {
  box-shadow: 0 32px 72px 0 var(--general--shadow-06);
}

.button-shadow-color-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--color-01);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--color-2);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--color-03);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--white-02);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--white-03);
}

.style---heading {
  background-color: var(--neutral--100);
  min-height: 60vh;
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  margin-bottom: 30px;
  padding: 72px 4vw;
  display: flex;
}

.inner-container._740px {
  max-width: 740px;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._460px {
  max-width: 460px;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._990px {
  max-width: 990px;
}

.inner-container._490px {
  max-width: 490px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._1068px {
  max-width: 1068px;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._680px {
  max-width: 680px;
}

.inner-container._500px {
  max-width: 500px;
}

.inner-container._940px {
  max-width: 940px;
}

.inner-container._804px {
  max-width: 804px;
}

.inner-container._448px {
  max-width: 448px;
}

.inner-container._1164px {
  max-width: 1164px;
}

.inner-container._860px {
  max-width: 860px;
}

.inner-container._424px {
  max-width: 424px;
}

.inner-container._592px {
  max-width: 592px;
}

.inner-container._270px {
  max-width: 270px;
}

.inner-container._484px {
  max-width: 484px;
}

.inner-container._760px {
  max-width: 760px;
}

.inner-container._596px {
  max-width: 596px;
}

.inner-container._786px {
  max-width: 786px;
}

.inner-container._728px {
  max-width: 728px;
}

.inner-container._568px {
  max-width: 568px;
}

.inner-container._664px {
  max-width: 664px;
}

.inner-container._792px {
  max-width: 792px;
}

.inner-container._620px {
  max-width: 620px;
}

.inner-container._612px {
  max-width: 612px;
}

.inner-container._686px {
  max-width: 686px;
}

.inner-container._550px {
  max-width: 550px;
}

.inner-container._548px {
  max-width: 548px;
}

.inner-container._588px {
  max-width: 588px;
}

.inner-container._402px {
  max-width: 402px;
}

.inner-container._400px {
  max-width: 400px;
}

.inner-container._238px {
  max-width: 238px;
}

.inner-container._560px {
  max-width: 560px;
}

.inner-container._530px {
  max-width: 530px;
}

.inner-container._404px {
  max-width: 404px;
}

.inner-container._524px {
  max-width: 524px;
}

.inner-container._1010px {
  max-width: 1010px;
}

.inner-container._864px {
  max-width: 864px;
}

.inner-container._638px {
  max-width: 638px;
}

.inner-container._1052px {
  max-width: 1052px;
}

.inner-container._660px {
  max-width: 660px;
}

.inner-container._660px.center._100-mbl-copy {
  max-width: 800px;
}

.inner-container._512px {
  max-width: 512px;
}

.inner-container._494px {
  max-width: 494px;
}

.inner-container._562px {
  max-width: 562px;
}

.inner-container._456px {
  max-width: 456px;
}

.inner-container.big-number {
  max-width: 74px;
}

.inner-container._320px {
  max-width: 320px;
}

.inner-container._1100px {
  max-width: 1100px;
}

.inner-container._498px {
  max-width: 498px;
}

.inner-container._428px {
  max-width: 428px;
}

.inner-container._594px {
  max-width: 594px;
}

.inner-container._602px {
  max-width: 602px;
}

.inner-container._780px {
  max-width: 780px;
}

.inner-container._676px {
  max-width: 676px;
}

.inner-container._500px---mbl.center {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-container.hero-v1-content {
  z-index: 1;
  max-width: 544px;
  padding-top: 50px;
  position: relative;
}

.inner-container._1160px {
  max-width: 1160px;
}

.inner-container._23px {
  max-width: 23px;
}

.inner-container.cta-v1---title-content {
  min-width: 426px;
  max-width: 540px;
}

.inner-container._500px---tablet {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.inner-container._1099px {
  max-width: 1099px;
}

.inner-container.post-featured-v2---inner {
  max-width: 531px;
  margin-left: auto;
  margin-right: auto;
}

.inner-container._553px {
  max-width: 553px;
}

.inner-container._553px.center {
  max-width: 600px;
}

.inner-container._419px {
  max-width: 419px;
}

.inner-container._756px {
  max-width: 756px;
}

.inner-container._473px {
  max-width: 473px;
}

.inner-container._48px {
  max-width: 48px;
}

.inner-container._58px {
  max-width: 58px;
}

.inner-container._492px {
  max-width: 492px;
}

.inner-container._1105px {
  max-width: 1105px;
}

.inner-container._835px {
  max-width: 835px;
}

.inner-container._866px {
  max-width: 866px;
}

.inner-container._762px {
  max-width: 762px;
}

.inner-container._64px {
  max-width: 64px;
}

.style---content-heading {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  border-radius: 16px;
  align-items: center;
  margin-bottom: 60px;
  padding: 48px;
  display: flex;
}

.style---heading-icon-wrapper {
  background-color: var(--accent--primary-1);
  border-radius: 12px;
  margin-right: 18px;
}

.mg-bottom-0 {
  margin-bottom: 0;
  font-family: Raleway Variablefont Wght, Georgia, sans-serif;
}

.style---content-wrapper {
  padding-top: 40px;
  padding-left: 2vw;
  padding-right: 2vw;
}

.style---card-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border-radius: 16px;
}

.style---components-wrapper {
  background-color: var(--neutral--100);
  border-radius: 16px;
}

.style---bg-white {
  padding: 48px;
}

.style-buttons-dark {
  background-color: var(--neutral--800);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 48px;
}

.btn-primary {
  border: 1px solid var(--accent--ifk-greent);
  background-color: var(--accent--ifk-greent);
  color: var(--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 18px 24px 14px;
  font-family: Raleway Variablefont Wght, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.btn-primary:hover {
  color: var(--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.small {
  padding: 14px 20px 10px;
  font-size: 16px;
  line-height: 1.1em;
}

.btn-primary.small.white {
  border-style: none;
}

.btn-primary.small.discount {
  height: auto;
  margin-left: 0;
}

.btn-primary.small.btn-pagination {
  font-size: 16px;
  line-height: 1.1em;
}

.btn-primary.large {
  padding: 26px 56px 22px;
  font-size: 20px;
  line-height: 1.1em;
}

.btn-primary.large.text-200 {
  font-size: 18px;
}

.btn-primary.white {
  border-width: 2px;
  border-color: var(--accent--ifk-greent);
  background-color: var(--neutral--100);
  color: var(--accent--heading-black);
}

.btn-primary.white.webflow-btn {
  color: #146ef5;
  justify-content: center;
}

.btn-primary.white.webflow-btn:hover {
  background-color: var(--neutral--100);
  transform: none;
}

.btn-primary.inside-input {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-primary.inside-input.default {
  padding: 16px 24px 12px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-primary.inside-input.default.right-0px {
  right: 0;
}

.btn-primary.inside-input.default._0px {
  padding: 0;
}

.btn-primary.inside-input.large {
  padding: 16px 24px 12px;
  top: 8px;
  bottom: 8px;
}

.btn-primary.button-row {
  border-color: var(--white-opacity-20);
  background-color: var(--accent--heading);
  color: var(--accent--heading-black);
  margin-right: 24px;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: Raleway Variablefont Wght, Georgia, sans-serif;
  font-size: .8rem;
}

.btn-primary.download-app {
  display: flex;
}

.btn-primary.browse-template-btn {
  background-color: #553ffe;
  border-color: #553ffe;
  justify-content: center;
}

.btn-primary.browse-template-btn:hover {
  transform: none;
}

.btn-primary.btn-form-wrapper {
  margin-top: 16px;
  padding: 0;
  position: relative;
}

.btn-primary.btn-form {
  transform-style: preserve-3d;
  padding-right: 24px;
  transition: none;
}

.btn-primary.btn-form:hover {
  transform: none;
}

.btn-primary.btn-pagination {
  margin-top: 48px;
  font-size: 18px;
}

.btn-primary.header-btn {
  background-color: var(--accent--ifk-greent);
  white-space: nowrap;
  padding-left: 14px;
  padding-right: 14px;
  font-size: .8em;
}

.btn-primary.header-btn.fontsize {
  background-color: var(--accent--ifk-greent);
  font-size: 1em;
}

.btn-secondary {
  border: 1px solid var(--accent--ifk-greent);
  color: var(--accent--heading-black);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 18px 24px 14px;
  font-family: Raleway Variablefont Wght, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-secondary:hover {
  border-color: var(--accent--ifk-greent);
  background-color: var(--accent--ifk-greent);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.btn-secondary.small {
  padding: 14px 20px 10px;
  font-size: 16px;
  line-height: 1.1em;
}

.btn-secondary.small.btn-pagination {
  font-size: 16px;
  line-height: 1.1em;
}

.btn-secondary.large {
  padding: 28px 56px 24px;
  font-size: 20px;
  line-height: 1.1em;
}

.btn-secondary.white {
  border-color: var(--neutral--500);
  color: var(--neutral--100);
  background-color: #0000;
}

.btn-secondary.white:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-secondary.white.hide {
  display: none;
}

.btn-secondary.btn-pagination {
  margin-top: 48px;
  font-size: 18px;
}

.btn-secondary.btn-pricing {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: pointer;
  border: 0 #0000;
  border-radius: 0;
  justify-content: center;
  padding: 0;
  font-weight: 700;
  transition: color .3s;
  display: flex;
}

.btn-secondary.btn-pricing:hover {
  color: var(--accent--primary-1);
  background-color: #0000;
  transform: none;
}

.btn-secondary.uppercase-btn {
  border-color: var(--neutral--800);
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 28px 35px 24px;
  font-size: 16px;
  font-weight: 700;
}

.btn-secondary.uppercase-btn:hover {
  border-color: var(--accent--primary-1);
}

.badge-primary {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  border-radius: 40px;
  padding: 18px 28px 14px;
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: none;
  display: inline-block;
}

.badge-primary.white {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.badge-primary.light {
  background-color: var(--secondary--color-1);
  color: var(--accent--primary-1);
}

.badge-primary.small {
  padding: 14px 22px 12px;
  font-size: 16px;
  line-height: 1.1em;
}

.badge-primary.large {
  padding: 22px 38px 20px;
  font-size: 20px;
  line-height: 1.1em;
}

.badge-secondary {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 18px 28px 14px;
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: none;
  display: inline-block;
}

.badge-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: #0000;
}

.badge-secondary.light {
  background-color: var(--neutral--200);
  box-shadow: none;
  border-width: 0;
}

.badge-secondary.small {
  padding: 14px 22px 12px;
  font-size: 16px;
  line-height: 1.1em;
}

.badge-secondary.large {
  padding: 22px 38px 20px;
  font-size: 20px;
  line-height: 1.1em;
}

.badge-secondary.category-badge {
  margin-right: 16px;
  transition: background-color .3s, border-color .3s, color .3s;
}

.badge-secondary.category-badge:hover {
  border-color: var(--neutral--800);
  background-color: var(--neutral--800);
  color: var(--neutral--100);
}

.badge-secondary.category-badge.w--current {
  border-color: var(--neutral--800);
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  font-weight: 700;
}

.badge-secondary.category-badge.v1 {
  box-shadow: none;
  margin-right: 0;
}

.badge-secondary.category-badge.v2 {
  border-color: var(--neutral--100);
  color: var(--neutral--100);
  background-color: #0000;
}

.badge-secondary.category-badge.v2:hover, .badge-secondary.category-badge.v2.w--current {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.input {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-bottom-color: var(--neutral--400);
  min-height: 72px;
  color: var(--accent--color-grey);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 15px;
  line-height: 1.111em;
  transition: color .3s, border-color .3s;
}

.input:hover {
  border-bottom-color: var(--accent--ifk-greent);
}

.input:focus, .input.-wfp-focus {
  border-bottom-color: var(--accent--ifk-greent);
  color: var(--neutral--800);
}

.input::placeholder {
  color: var(--neutral--600);
}

.input.small {
  min-height: 46px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.large {
  min-height: 76px;
  font-size: 20px;
}

.input.button-inside {
  padding-right: 40%;
}

.input.quntity {
  width: 110px;
}

.input.medium {
  min-height: 56px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.medium::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium.last {
  margin-bottom: 0;
}

.input.white, .input.white:hover {
  color: var(--neutral--100);
}

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

.input.dark-mode {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  border-radius: 108px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
}

.input.dark-mode:hover {
  border-color: var(--accent--primary-1);
}

.input.dark-mode:focus {
  border-color: var(--accent--primary-1);
  color: var(--neutral--800);
}

.input.dark-mode::placeholder {
  color: var(--neutral--600);
}

.input.dark-mode.button-inside {
  padding-right: 40%;
}

.input.select {
  color: var(--neutral--600);
}

.input.select:focus {
  color: var(--neutral--800);
}

.input.cart-quantity-item {
  min-height: 38px;
}

.position-relative {
  position: relative;
}

.text-area {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-bottom-color: var(--neutral--400);
  min-width: 100%;
  max-width: 100%;
  min-height: 144px;
  max-height: 200px;
  color: var(--neutral--800);
  background-color: #0000;
  margin-bottom: 0;
  padding: 24px 0;
  font-size: 15px;
  line-height: 1.556em;
  transition: color .3s, border-color .3s;
}

.text-area:hover {
  border-bottom-color: var(--accent--primary-1);
}

.text-area:focus {
  border-bottom-color: var(--accent--primary-1);
  color: var(--neutral--800);
}

.text-area::placeholder {
  color: var(--neutral--600);
}

.text-area.small {
  min-height: 102px;
  margin-bottom: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
}

.checkbox-field-wrapper {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.222em;
  display: flex;
}

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 1.2em;
}

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 1.25em;
}

.checkbox-field-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.checkbox {
  border-width: 1px;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  box-shadow: 0 1px 6px 0 var(--general--shadow-01);
  border-radius: 6px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, background-color .3s;
}

.checkbox:hover {
  border-color: var(--accent--primary-1);
}

.checkbox.w--redirected-checked {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  background-image: url("/api/media/file/11-67a0fe04b3c9672bc68b78bc_check-form-brix-templates-webflow.svg?v=9bc3788141af");
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox.large {
  min-width: 28px;
  min-height: 28px;
}

.checkbox.small {
  border-radius: 5px;
  min-width: 22px;
  min-height: 22px;
}

.radio-button-field-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.222em;
  display: flex;
}

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 1.2em;
}

.radio-button-field-wrapper.small {
  font-size: 16px;
  line-height: 1.25em;
}

.radio-button {
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, border-width .3s, background-color .3s;
}

.radio-button:hover {
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button.large {
  min-width: 28px;
  min-height: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-width: 22px;
  min-height: 22px;
}

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  width: 32px;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
}

.avatar-circle._02 {
  width: 48px;
  max-width: 48px;
  height: 48px;
  max-height: 48px;
}

.avatar-circle._05 {
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
}

.avatar-circle._06 {
  width: 160px;
  max-width: 160px;
  height: 160px;
  max-height: 160px;
}

.avatar-circle._07 {
  width: 240px;
  max-width: 240px;
  height: 240px;
  max-height: 240px;
}

.avatar-circle._08 {
  width: 360px;
  max-width: 360px;
  height: 360px;
  max-height: 360px;
}

.avatar-circle._03 {
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
}

.avatar-circle._04 {
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
}

.avatar-circle._208px {
  min-width: 208px;
  max-width: 208px;
  min-height: 208px;
  max-height: 208px;
}

.avatar-circle._64px {
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
}

.style---icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 40px);
}

.square-icon {
  object-fit: contain;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
}

.social-icon-font {
  color: var(--accent--heading-black);
  font-family: Social Icons Font;
  line-height: .9em;
}

.social-icon-font.button-left {
  margin-right: 6px;
}

.social-icon-font.dark {
  color: var(--accent--ifk-greent);
}

.social-icon-square {
  background-color: var(--neutral--100);
  width: 0;
  min-width: 35px;
  height: 0;
  min-height: 43px;
  color: var(--neutral--800);
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.social-icon-square.size-10px {
  width: 10px;
}

.social-icon-square.v1 {
  color: var(--accent--heading-black);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  transition: color .3s;
}

.social-icon-square.v1:hover {
  color: var(--accent--text);
}

.social-icon-square.v2 {
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  color: var(--neutral--800);
  background-color: #0000;
  transition: color .3s;
}

.social-icon-square.v2:hover {
  color: var(--accent--primary-1);
}

.line-rounded-icon {
  font-family: Line Rounded Icons;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.success-message-check {
  color: var(--accent--primary-1);
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  color: var(--accent--ifk-greent);
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.line-rounded-icon.success-message-check.left {
  margin-bottom: 0;
  margin-right: 6px;
}

.line-rounded-icon.dropdown-arrow---header-2 {
  margin-left: 8px;
}

.line-rounded-icon.card-arrow-right {
  -webkit-text-stroke-width: .5px;
  margin-left: 6px;
}

.line-rounded-icon.pricing-arrow-down {
  -webkit-text-stroke-width: .5px;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

.line-square-icon {
  font-family: Line Square Icons;
  line-height: 1em;
}

.line-square-icon.top-bar-close-icon {
  color: var(--neutral--800);
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  font-size: 24px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.line-square-icon.top-bar-close-icon:hover {
  opacity: .55;
}

.line-square-icon.link-icon-right {
  margin-left: 16px;
  display: inline-block;
}

.line-square-icon.link-icon-right.uppercase {
  margin-top: -6px;
}

.line-square-icon.link-icon-left {
  margin-right: 16px;
  display: inline-block;
}

.filled-icons {
  font-family: Filled Icons;
}

.rich-text-v1 p {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text-v1 h2 {
  margin-bottom: 24px;
}

.rich-text-v1 h3 {
  margin-top: 40px;
  margin-bottom: 24px;
}

.rich-text-v1 figure {
  margin-top: 60px;
  margin-bottom: 60px;
}

.rich-text-v1 ul, .rich-text-v1 ol {
  margin-top: 32px;
  margin-bottom: 32px;
}

.rich-text-v1 h6 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.rich-text-v1 h5, .rich-text-v1 h4 {
  margin-top: 40px;
  margin-bottom: 24px;
}

.rich-text-v1 img {
  border-radius: 16px;
}

.rich-text-v1 strong {
  color: var(--neutral--800);
  font-weight: 400;
}

.rich-text-v1 blockquote {
  margin-top: 60px;
  margin-bottom: 60px;
}

.style---dropdown-wrapper-sidebar {
  width: 100%;
  overflow: hidden;
}

.style---dropdown-toggle {
  border-bottom: 1px solid var(--neutral--300);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: color .3s;
  display: flex;
}

.style---dropdown-toggle:hover, .style---dropdown-toggle.w--open {
  color: var(--accent--primary-1);
}

.buttons-row {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.buttons-row.z-index-1.center---tablet.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.buttons-row.add-cart-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.buttons-row.hide {
  display: none;
}

.buttons-row.padding {
  padding-top: 2em;
}

.buttons-row.lefts {
  justify-content: flex-start;
  align-items: flex-start;
}

.style---dropdown-list-sidebar {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.style---dropdown-link-sidebar {
  background-color: var(--neutral--100);
  color: var(--neutral--600);
  border-right: 4px solid #0000;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px 12px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.style---dropdown-link-sidebar:hover {
  border-right-color: var(--accent--primary-1);
  background-color: var(--secondary--color-1);
  color: var(--accent--primary-1);
}

.style---dropdown-link-sidebar.w--current {
  border-right-color: var(--accent--primary-1);
  background-color: var(--secondary--color-1);
  color: var(--accent--primary-1);
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  background-color: var(--accent--primary-1);
  border-radius: 8px;
  max-width: 38px;
  margin-right: 10px;
  padding: 2px;
}

.style---sidebar-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: scroll;
}

.style---logo-wrapper {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--800);
  width: 100%;
  color: var(--neutral--600);
  text-align: center;
  padding: 38px 22px;
  text-decoration: none;
}

.width-100 {
  width: 100%;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-default {
  max-width: 1316px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.order-confirmation {
  display: block;
}

.container-default.flexelement {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.section.hero-page {
  background-image: linear-gradient(to bottom, white 49%, var(--accent--primary-1) 49%);
  padding-top: 110px;
  padding-bottom: 200px;
  overflow: hidden;
}

.section.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--secondary--color-1) 25%, white 25%);
  padding-top: 0;
}

.section.hero {
  position: relative;
  overflow: hidden;
}

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

.section.hero.v16 {
  padding-top: 87px;
  padding-bottom: 140px;
}

.section.hero.v9 {
  padding-top: 105px;
  padding-bottom: 0;
}

.section.hero.v20 {
  padding-top: 80px;
  padding-bottom: 0;
}

.section.hero.v12, .section.hero.v13 {
  padding-top: 70px;
  padding-bottom: 140px;
}

.section.hero.v14 {
  padding-top: 70px;
  padding-bottom: 150px;
}

.section.hero.v6 {
  padding-top: 89px;
}

.section.hero.v5 {
  background-color: #babcc440;
  padding-top: 90px;
}

.section.hero.v7 {
  padding-top: 80px;
  padding-bottom: 120px;
}

.section.hero.v8 {
  padding-top: 88px;
  padding-bottom: 140px;
}

.section.hero.v10 {
  padding-top: 105px;
  padding-bottom: 120px;
}

.section.hero.v11 {
  padding-top: 80px;
  padding-bottom: 176px;
}

.section.hero.v15 {
  padding-top: 110px;
  padding-bottom: 0;
}

.section.hero.v17 {
  padding-top: 104px;
  padding-bottom: 140px;
}

.section.hero.v18 {
  padding-top: 80px;
  padding-bottom: 0;
}

.section.hero.v19 {
  padding-top: 160px;
  padding-bottom: 200px;
}

.section.hero.v2 {
  padding-top: 83px;
  padding-bottom: 0;
}

.section.hero.v1 {
  padding-top: 33px;
  padding-bottom: 0;
}

.section.hero.page-hero {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.hero.v4 {
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero.v3-margintop {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  padding-top: 10em;
  padding-bottom: 10em;
  display: flex;
  overflow: visible;
}

.section.social-photo-section {
  background-color: var(--neutral--200);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

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

.section.overflow-hidden {
  background-color: #babcc440;
}

.section.overflow-hidden.topbot {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.section.bg-secondary-1.overflow-hidden {
  background-color: var(--accent--heading);
}

.section.bg-secondary-1.overflow-hidden.whitebg.topb {
  padding-bottom: 60px;
}

.section.bg-secondary-1.overflow-hidden.top-bott {
  padding-top: 160px;
  padding-bottom: 100px;
}

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

.section.overflow-hidden-mbl {
  background-color: #9acd321a;
}

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

.section.top-80px---bottom-0px.overflow-hidden.hide {
  display: none;
}

.section.pd-top-80px {
  padding-top: 80px;
}

.section.pd-top-0px {
  padding-top: 0;
}

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

.section.bottom-176px {
  padding-bottom: 176px;
}

.section.pd-top-bottom-0px {
  padding-top: 0;
  padding-bottom: 0;
}

.section.pd-150px {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.whitebg {
  background-color: #fff;
}

.section.greenbg {
  background-color: #fff0;
  position: relative;
  overflow: hidden;
}

.section.greenbg.bott {
  padding-bottom: 100px;
}

.top-bar-wrapper {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  position: relative;
  overflow: hidden;
}

.top-bar-padding {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-bar-padding.small-padding {
  padding-top: 23px;
  padding-bottom: 23px;
}

.top-bar-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-bar-flex.space-between {
  justify-content: space-between;
}

.link-wrapper {
  color: var(--neutral--800);
  transition: color .3s;
  display: inline-block;
}

.link-wrapper:hover, .link-wrapper.color-primary {
  color: var(--accent--primary-1);
}

.link-wrapper.color-primary:hover {
  color: var(--neutral--800);
}

.link-wrapper.white {
  color: var(--neutral--100);
}

.link-wrapper.white:hover {
  color: #f2f1ff;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.elements---element-title {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 8px 0 var(--general--shadow-01);
  border-radius: 12px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 24px 32px;
}

.elements---element-title.first, .elements---element-title.first.large {
  margin-top: 0;
}

.elements---element-title.large {
  margin-top: 266px;
  margin-bottom: 54px;
}

.heading-h1-size {
  color: var(--neutral--800);
  font-size: 54px;
  font-weight: 700;
  line-height: 1.222em;
}

.heading-h2-size {
  color: var(--neutral--800);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.316em;
}

.heading-h3-size {
  color: var(--accent--heading-black);
  font-family: Raleway Variablefont Wght, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.417em;
}

.heading-h3-size.color-neutral-100 {
  color: var(--neutral--100);
}

.heading-h4-size {
  color: var(--neutral--800);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

.heading-h4-size.display-price-text {
  margin-left: 3px;
}

.heading-h5-size {
  color: var(--neutral--800);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

.heading-h5-size.color-neutral-100 {
  color: var(--neutral--100);
}

.heading-h5-size.text-regular---color-neutral-700 {
  color: var(--neutral--700);
  font-weight: 400;
}

.heading-h5-size.display-price-text {
  margin-top: 6px;
  margin-left: 4px;
}

.heading-h6-size {
  color: var(--neutral--800);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

.header-wrapper {
  z-index: 9999;
  background-color: var(--accent--heading);
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  position: fixed;
  inset: 0% 0% auto;
}

.header-wrapper.v3 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-content-wrapper.center {
  justify-content: center;
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-link {
  color: var(--accent--heading-black);
  text-transform: none;
  padding: 0;
  font-size: .9em;
}

.header-nav-link:hover {
  color: var(--accent--ifk-greent);
}

.header-nav-link.w--current {
  color: var(--accent--ifk-greent);
  text-decoration: underline;
}

.header-nav-link.w--current:hover {
  color: var(--accent--ifk-greent);
  text-decoration: none;
}

.header-nav-link.white-transparent {
  color: var(--neutral--100);
  transition: color .3s;
}

.header-nav-link.white-transparent:hover {
  color: var(--accent--primary-1);
}

.header-nav-link.dark-mode {
  color: var(--neutral--100);
}

.header-nav-link.dark-mode:hover {
  color: var(--accent--primary-1);
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 28px;
  line-height: 1.2em;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.left {
  padding-left: 0;
  padding-right: 28px;
}

.header-nav-list-item.text-medium {
  font-weight: 500;
}

.header-nav-list-item.mg-bottom-0 {
  margin-bottom: 0;
}

.dropdown-wrapper {
  font-size: 18px;
}

.dropdown-toggle {
  color: var(--neutral--800);
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--accent--ifk-greent);
}

.dropdown-toggle.dark-mode {
  color: var(--neutral--100);
  flex-direction: row;
  transition: none;
}

.dropdown-toggle.dark-mode.light-mode---text-capitalize {
  letter-spacing: .96px;
  text-transform: uppercase;
  font-size: 16px;
}

.dropdown-column-wrapper {
  background-color: #0000;
  min-width: 760px;
  padding: 10px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-column-wrapper.header-v2 {
  transform: translate(-30%);
}

.header-logo {
  width: 100%;
}

.header-logo.header-v2 {
  max-width: 186px;
}

.header-logo-link {
  max-width: 8em;
  transform-style: preserve-3d;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  transition: transform .3s, color .3s;
  display: flex;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-logo-link.left {
  margin-right: 40px;
}

.hamburger-menu-wrapper {
  transform-style: preserve-3d;
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.hamburger-menu-bar {
  background-color: var(--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-left-side {
  align-items: center;
  display: flex;
}

.header-left-side.flex-growth-tablet {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
}

.btn-circle-primary {
  background-color: var(--accent--primary-1);
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  color: var(--neutral--100);
  transform-style: preserve-3d;
  border: 1px solid #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  line-height: 1em;
  text-decoration: none;
  transition: transform .3s, background-color .3s;
  display: flex;
}

.btn-circle-primary:hover {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-primary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 24px;
}

.btn-circle-primary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 36px;
}

.btn-circle-primary.white {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.btn-circle-primary.white:hover {
  color: var(--accent--primary-1);
}

.btn-circle-primary.btn-circle-slider {
  border: 1px solid var(--accent--primary-1);
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 4px #2c85ed0f, 0 1px 1px #19213d0a;
}

.btn-circle-primary.btn-circle-slider:hover {
  border-color: var(--neutral--200);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-circle-primary.btn-circle-slider.left {
  margin-left: -24px;
}

.btn-circle-primary.btn-circle-slider.right {
  margin-right: -24px;
}

.btn-circle-secondary {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 24px;
}

.btn-circle-secondary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 36px;
}

.btn-circle-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: #0000;
}

.btn-circle-secondary.white:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 100px;
  padding-bottom: 200px;
  display: flex;
}

.utility-page-wrap.not-found-utility-page {
  background-color: var(--secondary--color-1);
  min-height: auto;
  padding-top: 160px;
  padding-bottom: 280px;
  overflow: hidden;
}

.utility-page-wrap.password-protected-utility-page {
  background-color: var(--secondary--color-1);
  min-height: auto;
  padding-top: 130px;
  padding-bottom: 160px;
  overflow: hidden;
}

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

.utility-page-content.not-found-page-content {
  max-width: 100%;
  margin-bottom: 0;
}

.utility-page-content.width-100 {
  max-width: 100%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.utility-page-form.password-protected-utility-page {
  max-width: 100%;
}

.hidden-on-desktop {
  display: none;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

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

.flex-vertical.cart-empty {
  padding-left: 24px;
  padding-right: 24px;
}

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

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

.flex-horizontal.start.flex-wrap---gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
}

.flex-horizontal.start.case-study-card---stats {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: flex-start;
}

.flex-horizontal.space-between {
  justify-content: space-between;
}

.flex-horizontal.gap-16px---flex-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
}

.flex-horizontal.gap-16px---flex-wrap-mbp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex-horizontal.gap-column-16px---flex-wrap-tablet {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
}

.flex-horizontal.flex-wrap {
  flex-wrap: wrap;
}

.flex-horizontal.gap-column-8px---flex-wrap {
  grid-column-gap: 8px;
  flex-wrap: wrap;
}

.flex-horizontal.gap-24px---flex-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
}

.flex-horizontal.gap-16px---flex-vertical-mbp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex-horizontal.gap-col-24px-row-8px---flex-wrap-tablet {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.flex-horizontal.gap-16px---flex-vertical-mbl {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex-horizontal.gap-column-16px---flex-wrap {
  grid-column-gap: 16px;
  flex-wrap: wrap;
}

.footer-wrapper {
  position: relative;
  overflow: hidden;
}

.footer-wrapper.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.footer-wrapper.bg-system-400 {
  background-color: var(--accent--heading);
}

.footer-logo {
  width: 100%;
  max-width: 100%;
  transform-style: preserve-3d;
  transition: transform .3s;
}

.footer-logo:hover {
  transform: scale3d(.96, .96, 1.01);
}

.footer-logo-wrapper {
  width: 100%;
  max-width: 186px;
}

.footer-top {
  z-index: 1;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.footer-top.v1 {
  padding-top: 143px;
  padding-bottom: 103px;
}

.footer-top.v2 {
  grid-column-gap: 5.2em;
  grid-row-gap: 5.2em;
  border-bottom: .1px solid #00000080;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 72px;
  padding-bottom: 0;
  display: flex;
}

.footer-bottom {
  z-index: 1;
  text-align: center;
  border-top: 2px solid #eff0f61a;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}

.footer-bottom.v1 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  border-top: 0 #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-bottom.v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border-top: 0 #0000;
  justify-content: center;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 32px;
  display: flex;
}

.footer-bottom.v3 {
  padding-top: 44px;
  padding-bottom: 44px;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.error-message {
  color: var(--system--300);
  background-color: #0000;
  margin-top: 20px;
  padding: 0;
}

.error-message.password {
  padding-left: 24px;
  padding-right: 24px;
}

.error-message.cart-error {
  text-align: center;
  margin-top: 0;
}

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

.text-center.mobile-l, .text-center.mbl, .text-center.tablet {
  text-align: left;
}

.opacity-90 {
  opacity: .9;
}

._w-h-100 {
  width: 100%;
  height: 100%;
}

._w-h-100.fit-cover.team-portrait---image {
  object-position: 50% 0%;
  flex: 1;
}

._w-h-100.about-service---featured-image {
  object-fit: cover;
  max-height: 672px;
}

._w-h-100.color {
  filter: brightness(86%);
  margin-bottom: 10px;
}

._w-h-100.white {
  filter: brightness(900%);
}

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

.fit-cover._w-h-100.hero-v1-image {
  object-position: 50% 20%;
}

.fit-cover._w-h-100.layout-v1-image---left {
  object-position: 50% 30%;
}

.fit-cover._w-h-100.grow {
  aspect-ratio: 1;
  flex: 1;
}

.fit-cover._w-h-100.layout-v2-image {
  object-position: 50% 30%;
}

.fit-cover._w-h-100.layout-top---image---500px-tablet, .fit-cover._w-h-100.layout-bottom---image {
  object-position: 50% 20%;
}

.fit-cover._w-h-100.full-image-v1 {
  max-height: 503px;
}

.fit-cover._w-h-100.v3-figure, .fit-cover._w-h-100.layout-top---image {
  object-position: 50% 20%;
}

.fit-cover._w-h-100.layout-top---image.layout---image-left-top {
  object-position: 50% 50%;
}

.fit-cover._w-h-100.hero-v4-image {
  object-position: 90% 50%;
}

.fit-cover._w-h-100.circle-floating-19 {
  width: auto;
  max-width: none;
}

.fit-cover._w-h-100.service-single-image-full-width {
  object-position: 0% 0%;
}

.fit-cover._w-h-100.hero-v18---image {
  max-height: 738px;
}

.play-button-large {
  width: 100%;
  min-height: 100%;
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
}

.play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.bg-overlay {
  z-index: 1;
  background-color: #00113d80;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.video-bg-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  min-height: 100%;
}

.lightbox-video-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 12%;
  max-width: 152px;
  display: flex;
}

.subtitle {
  color: var(--accent--color-grey);
  text-align: left;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Raleway Variablefont Wght, Georgia, sans-serif;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.125em;
}

.subtitle.different {
  color: var(--accent--heading-black);
  font-size: .8em;
  font-weight: 400;
}

.subtitle.whitespace {
  color: var(--accent--color-grey);
  font-size: .8em;
  font-weight: 500;
}

.subtitle.greenspace {
  color: var(--accent--text);
}

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

.logo-strip-image {
  width: 100%;
}

.logo-strip-image._01 {
  border-right: 1px solid var(--neutral--400);
  border-bottom: 1px solid var(--neutral--400);
}

.logo-strip-image._02 {
  border-bottom: 1px solid var(--neutral--400);
}

.logo-strip-image._03 {
  border-bottom: 1px solid var(--neutral--400);
  border-left: 1px solid var(--neutral--400);
}

.logo-strip-image._04 {
  border-right: 1px solid var(--neutral--400);
}

.logo-strip-image._06 {
  border-left: 1px solid var(--neutral--400);
}

.logo-strip-image.logo-grid {
  width: auto;
  max-width: 100%;
}

.accordion-item-wrapper {
  border-top: 1px solid var(--neutral--400);
  border-bottom: 1px solid var(--neutral--400);
  cursor: pointer;
  width: 100%;
  transform-style: preserve-3d;
  justify-content: space-between;
  margin-bottom: -1px;
  padding-top: 64px;
  padding-bottom: 64px;
  transition: transform .3s;
  display: flex;
  overflow: hidden;
}

.accordion-item-wrapper:hover {
  transform: translate3d(8px, 0, .01px);
}

.accordion-item-wrapper.first {
  border-top-style: none;
  padding-top: 0;
}

.accordion-item-wrapper.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.accordion-header {
  align-items: flex-start;
  display: flex;
}

.acordion-body {
  width: 100%;
}

.accordion-spacer {
  min-height: 16px;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-icon-wrapper {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  color: var(--neutral--800);
  -webkit-text-stroke-width: 2px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-left: 20px;
  font-size: 20px;
  line-height: 1em;
  display: flex;
}

.accordion-title {
  margin-bottom: 0;
}

.empty-state {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  outline-offset: 0px;
  text-align: center;
  border-radius: 11px;
  outline: 3px #6e7c91;
  padding: 26px 24px;
}

.empty-state.card-empty {
  background-color: #0000;
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.empty-state.small {
  padding: 14px 20px;
  font-size: 16px;
}

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

.heading-link:hover {
  color: var(--accent--primary-1);
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.team-member-page {
  padding: 56px 68px 64px;
}

.pd---content-inside-card.large {
  padding: 104px 80px;
}

.pd---content-inside-card.large.template-pages {
  padding-top: 40px;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 32px 16px 24px;
}

.overflow-visible {
  overflow: visible;
}

.categories-badges-item-wrapper {
  grid-row-gap: 16px;
  flex-flow: wrap;
  display: flex;
}

.categories-badges-item-wrapper.vertical {
  flex-direction: column;
}

.categories-badges-wrapper {
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.categories-badges-wrapper.vertical {
  flex-direction: column;
}

.template-pages---nav-item-wrapper {
  padding-left: 0;
}

.template-pages---sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.template-pages---nav-item-link {
  color: var(--neutral--600);
  background-color: #0000;
  border-radius: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.template-pages---nav-item-link:hover {
  background-color: var(--secondary--color-1);
  color: var(--neutral--800);
}

.template-pages---nav-item-link.w--current {
  background-color: var(--secondary--color-1);
  color: var(--neutral--800);
  font-weight: 700;
}

.template-pages---phography-wrapper {
  transform-style: preserve-3d;
  border-radius: 16px;
  transition: transform .3s;
  overflow: hidden;
}

.template-pages---phography-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.cart-button {
  color: var(--neutral--800);
  white-space: nowrap;
  background-color: #0000;
  padding: 0;
  font-weight: 500;
  transition: none;
  position: relative;
}

.cart-button.text-white {
  color: var(--neutral--100);
  transition: none;
}

.cart-button.text-white:hover {
  opacity: 1;
}

.cart-button.text-white.text-capitalize.bold {
  font-size: 16px;
  font-weight: 700;
}

.cart-quantity {
  min-width: auto;
  height: auto;
  color: var(--neutral--800);
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  display: flex;
}

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

.cart-quantity.color-neutral-100.quantity-bold {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
}

.cart-quantity.text-medium {
  font-weight: 500;
}

.pay-btn {
  border-radius: 90px;
}

.pay-btn.order-summary {
  height: 50px;
}

.checkout-form {
  background-color: #0000;
  min-height: auto;
  padding: 0;
}

.checkout-col-left {
  margin-right: 0;
}

.checkout-block-header {
  grid-column-gap: 20px;
  background-color: #0000;
  border-style: none;
  flex-wrap: wrap-reverse;
  padding: 0 0 20px;
}

.checkout-block-content {
  background-color: #0000;
  border: 0 solid #000;
  padding: 30px 0 0;
}

.checkout-block-content.pd-top-0px {
  padding-top: 0;
}

.shipping-list {
  border: 0 solid #000;
}

.shipping-method {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--neutral--400);
  color: var(--neutral--700);
  background-color: #0000;
  padding: 31px 0;
  font-size: 18px;
}

.shipping-method:last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.shipping-price {
  color: var(--neutral--800);
}

.order-item-list {
  margin-bottom: 0;
}

.order-item {
  border-bottom: 1px solid var(--neutral--400);
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.order-item:last-child {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.order-list-price {
  color: var(--neutral--800);
}

.order-item-image {
  border-radius: 14px;
}

.order-option-item {
  padding-left: 0;
}

.order-item-result, .order-summary-price {
  color: var(--neutral--800);
}

.discounts-wrapper {
  background-color: #0000;
  border-style: none;
  margin-top: 32px;
  padding: 32px 0 0;
}

.order-item-content {
  margin-left: 0;
}

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

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

.home-pages-cointainer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 100px;
}

.home-pages-top-wrapper {
  justify-content: center;
  margin-bottom: 28px;
  display: flex;
  position: static;
}

.image-home-link-wrapper {
  width: 100%;
  max-width: 422px;
  transform-style: preserve-3d;
  border-radius: 12px;
  flex: none;
  margin-left: 14px;
  margin-right: 14px;
  transition: transform .3s;
  overflow: hidden;
}

.image-home-link-wrapper:hover {
  transform: scale3d(.98, .98, 1.01);
}

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

.home-pages-bottom-wrapper {
  justify-content: center;
  display: flex;
  position: static;
  top: 50%;
}

.card-sales-home-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
}

.card-sales-home-content {
  border-top: 1px solid var(--neutral--300);
  text-align: center;
  padding: 45px 20px;
}

.figma-file-image-wrapper {
  align-self: stretch;
  width: 52%;
}

.figma-file-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 96px 64px;
  display: flex;
}

.badge-home {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  border-radius: 40px;
  padding: 10px 22px 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1em;
  position: absolute;
  inset: 20px 20px auto auto;
}

.home-surprises-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 4px #2c85ed0f, 0 1px 1px #19213d0a;
}

.card-home-pages-wrapper {
  padding-top: 58px;
  padding-left: 58px;
  padding-right: 58px;
}

.cta-square-logo {
  width: 100%;
  max-width: 80px;
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
  border-radius: 22px;
  margin-bottom: 22px;
}

.cta-square-logo.white {
  border: 1px solid var(--neutral--300);
}

.mg-bottom-12px {
  margin-bottom: 12px;
}

.cta-image-card {
  width: 1230px;
  max-width: 1230px;
  margin-top: 66px;
  margin-bottom: -48px;
}

.border-logos-wrapper {
  border: 1px solid var(--neutral--400);
}

.contact-wrapper {
  background-color: var(--neutral--200);
  color: var(--neutral--600);
  padding: 65px 6vw;
  text-decoration: none;
  position: relative;
}

.contact-wrapper:hover {
  color: var(--neutral--600);
}

.blog-author-grid-2-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  display: grid;
}

.rich-text-v2 p {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text-v2 h2 {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.115em;
}

.rich-text-v2 h3 {
  margin-top: 40px;
}

.rich-text-v2 ul, .rich-text-v2 ol {
  margin-top: 32px;
  margin-bottom: 32px;
}

.rich-text-v2 h6, .rich-text-v2 h5, .rich-text-v2 h4 {
  margin-top: 32px;
}

.rich-text-v2 strong {
  color: var(--neutral--800);
  font-weight: 400;
}

.btn-pay {
  border-radius: 100px;
}

.btn-pay.cart-pay {
  height: 54px;
}

.icon {
  display: flex;
}

.close-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 20px;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.close-button:hover {
  transform: scale(1.3);
}

.position-sticky {
  position: sticky;
}

.position-sticky.top-24px {
  top: 24px;
}

.position-sticky.top-24px.position-static-mbl {
  width: 100%;
  position: static;
}

.style---navigation-sidebar {
  z-index: 1;
  height: 100%;
  max-height: 100vh;
  box-shadow: 0 1px 14px 0 var(--general--shadow-01);
  position: sticky;
  top: 0;
}

.divider-2 {
  background-color: #dcddeb;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.style---color-block-name-2 {
  color: #211f54;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.transition-color-none {
  transition: none;
}

.social-media-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  display: flex;
}

.footer-bottom-link {
  color: var(--neutral--600);
  text-decoration: none;
}

.footer-bottom-link:hover {
  color: var(--accent--primary-1);
}

.image-size._88px {
  min-width: 88px;
  max-width: 88px;
  min-height: 88px;
  max-height: 88px;
}

.mg-bottom-60px {
  margin-bottom: 60px;
}

.pd-left-0 {
  padding-left: 0;
}

.card-picture {
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-picture.social-photo-author {
  background-color: var(--accent--primary-1);
  border-radius: 50%;
  min-width: 105px;
  max-width: 105px;
  min-height: 105px;
  max-height: 105px;
}

.card-picture.social-photo-card---image {
  min-height: 100%;
}

.card-picture.post-featured-v2---image {
  flex: 0 auto;
  align-self: stretch;
  width: 46%;
}

.card-picture.post-v1---image {
  flex: 0 auto;
}

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

.card-image.social-photo---image {
  flex: 1;
}

.card-image.case-study-card---image {
  flex: 1;
  max-height: 331px;
}

.card-image.post-featured-v1---image {
  flex: 1;
  max-height: 377px;
}

.card-image.post-featured-v2---image {
  flex: 1;
}

.card-image.post-v3---image {
  flex: 1;
  max-height: 377px;
}

.card-image.post-v1---image {
  max-height: 247px;
}

.card-image.blog-featured-v2---image {
  object-position: 50% 50%;
  min-height: 660px;
  max-height: 660px;
}

.card-title-black {
  color: var(--neutral--800);
}

.card-title-black.heading-h3-size {
  color: var(--accent--ifk-greent);
}

.card-title-black.heading-h3-size.mg-bottom-0 {
  color: var(--accent--heading);
  font-family: Raleway Variablefont Wght, Georgia, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
}

.card-icon-black-wrapper {
  width: 100%;
  max-width: 48px;
}

.card-icon-white-wrapper {
  width: 100%;
  max-width: 48px;
  display: none;
}

.card-blue-hover {
  background-color: var(--neutral--200);
  border-radius: 16px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 4px 4px #2c85ed0f, 0 1px 1px #19213d0a;
}

.card-blue-hover.contact-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  flex-direction: column;
  justify-content: space-between;
  padding: 58px;
  display: flex;
}

.card-blue-hover.services-card {
  background-color: var(--neutral--100);
  border: 1px solid #9acd324d;
  padding: 100px 38px 54px;
  position: relative;
}

.card-blue-hover.services-card._01, .card-blue-hover.services-card._02 {
  flex-direction: column;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.card-blue-hover.services-card._03 {
  grid-column-gap: 1.8em;
  grid-row-gap: 1.8em;
  background-color: var(--accent--ifk-greent);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.5em;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  box-shadow: 0 4px 4px #9acd321a, 0 1px 1px #19213d0a;
}

.card-paragraph {
  color: var(--neutral--700);
}

.card-blue-description.case-study-card---content-inside {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 40px 54px;
  display: flex;
}

.card-title {
  color: var(--neutral--800);
}

.loading-page-wrapper {
  z-index: 9999999;
  background-color: var(--neutral--100);
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading-bar {
  background-image: linear-gradient(to bottom, var(--accent--primary-1), var(--accent--primary-1));
  border-radius: 999999px;
  min-height: 6px;
}

.bg-secondary-1 {
  background-color: var(--secondary--color-1);
}

.color-secondary-1 {
  color: var(--secondary--color-1);
}

.arrow-large-right {
  font-family: Arrow Large Right;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  display: inline;
}

.arrow-large-right.link-icon-right {
  margin-left: 24px;
  display: inline;
}

.arrow-large-right.link-icon-right.hide {
  display: none;
}

.link {
  overflow-wrap: anywhere;
  text-decoration: none;
}

.link.color-neutral-100 {
  color: var(--accent--heading-black);
  font-size: .9em;
  font-weight: 300;
}

.link.color-neutral-100:hover {
  color: var(--accent--ifk-greent);
}

.link.color-neutral-100.text-underline {
  text-decoration: underline;
}

.link.color-neutral-800:hover {
  color: var(--accent--primary-1);
}

.link.medium {
  font-weight: 500;
}

.link.color-neutral-700 {
  color: var(--neutral--700);
}

.link.color-neutral-700:hover {
  color: var(--accent--primary-1);
}

.link.color-neutral-700.text-underline {
  text-decoration: underline;
}

.text-capitalize {
  letter-spacing: .96px;
  text-transform: uppercase;
  font-size: 16px;
}

.menu-list-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.menu-list-item {
  margin-bottom: .5em;
  padding-left: 0;
  font-size: 1.2em;
  line-height: 1.2em;
}

.menu-list-item.last {
  margin-bottom: 0;
}

.circle-floating {
  min-width: 294px;
  max-width: 294px;
  min-height: 294px;
  max-height: 294px;
  position: absolute;
}

.circle-floating.footer-v1 {
  min-width: 23%;
  max-width: 23%;
  min-height: auto;
  max-height: none;
  inset: -8.5% -12% auto auto;
}

.circle-floating._02 {
  inset: -140px -112px auto auto;
}

.circle-floating._04 {
  inset: auto auto -166px 34%;
}

.circle-floating._05 {
  inset: auto auto -92px -48px;
}

.circle-floating._07 {
  inset: -100px auto auto -142px;
}

.circle-floating._08 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  inset: auto 0% -120px -23%;
}

.circle-floating._09 {
  inset: auto -118px -153px auto;
}

.circle-floating._10 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  inset: auto 0% -77px -54%;
}

.circle-floating._11 {
  inset: auto auto -50px -80px;
}

.circle-floating._12 {
  margin-left: auto;
  margin-right: auto;
  bottom: -73px;
  left: 0%;
  right: 0%;
}

.circle-floating._13 {
  inset: -114px -147px auto auto;
}

.circle-floating._14 {
  inset: -120px auto auto -142px;
}

.circle-floating._15 {
  z-index: auto;
  inset: auto auto -74px -82px;
}

.circle-floating._16 {
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% -128px;
}

.circle-floating._17 {
  inset: -104px auto auto -148px;
}

.circle-floating._18 {
  inset: auto -136px -105px auto;
}

.circle-floating._19 {
  justify-content: flex-end;
  min-width: 230px;
  max-width: 230px;
  display: flex;
  inset: -126px auto 0% 0%;
  overflow: hidden;
}

.circle-floating._22 {
  z-index: -1;
  inset: auto -12% -16% auto;
}

.circle-floating.small {
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
}

.circle-floating.small.big-number {
  z-index: 0;
  background-color: var(--accent--ifk-greent);
  border-radius: 50%;
  inset: -6px -6px auto auto;
}

.circle-floating._24 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  inset: -122px 0% auto -13%;
}

.circle-floating._26 {
  inset: auto -58px -90px auto;
}

.circle-floating._27 {
  inset: auto auto -166px -150px;
}

.circle-floating.layout-02---shape {
  z-index: -1;
  inset: -108px 392px auto auto;
}

.circle-floating._30 {
  inset: -120px -120px auto auto;
}

.circle-floating._31 {
  inset: auto auto -90px -135px;
}

.circle-floating._32 {
  inset: auto -120px -104px auto;
}

.circle-floating.layout-v1---shape {
  inset: auto -120px -94px auto;
}

.circle-floating.v1-full-width---shape {
  top: 74px;
  left: -20%;
}

.circle-floating.solid-shape-v1 {
  background-color: var(--accent--primary-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 231px;
  max-width: 231px;
  min-height: 231px;
  max-height: 231px;
  display: flex;
  inset: -74px 30% auto auto;
}

.circle-floating.solid-shape-v2 {
  background-color: var(--accent--primary-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 231px;
  max-width: 231px;
  min-height: 231px;
  max-height: 231px;
  display: flex;
  inset: -74px 36% auto auto;
}

.circle-floating.solid-shape-v3 {
  background-color: var(--accent--primary-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 231px;
  max-width: 231px;
  min-height: 231px;
  max-height: 231px;
  display: flex;
  inset: -74px 86px auto auto;
}

.circle-floating.cta-circle {
  inset: auto auto -136px 74px;
}

.circle-floating._0-2-1 {
  inset: -154px -112px auto auto;
}

.circle-floating.solid-shape-v4 {
  background-color: var(--accent--primary-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 203px;
  max-width: 203px;
  min-height: 203px;
  max-height: 203px;
  display: flex;
  inset: -87px 16% auto auto;
}

.circle-floating.solid-shape-v5 {
  background-color: var(--accent--primary-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 203px;
  max-width: 203px;
  min-height: 203px;
  max-height: 203px;
  display: flex;
  inset: 60px -86px auto auto;
}

.circle-floating._07-1 {
  inset: -159px auto auto -211px;
}

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

.bg-floating-content {
  z-index: -1;
  background-color: var(--system--blue-400);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-floating-content.top {
  height: 50%;
  inset: 0% 0% auto;
}

.bg-floating-content.top.blog-v1-bg-content {
  height: 56%;
  min-height: 650px;
}

.bg-floating-content.top.blog-category-bg-content {
  height: 640px;
}

.bg-floating-content.top.contact-v2-bg-hero {
  background-color: var(--secondary--color-1);
  height: 62%;
}

.bg-floating-content.top.contact-v2-bg-section {
  height: 72%;
}

.bg-floating-content.top.contact-v1-bg-hero {
  height: 70.5%;
  overflow: hidden;
}

.bg-floating-content.top.contact-v3-bg-hero {
  height: 57%;
  overflow: hidden;
}

.bg-floating-content.top.services-bg-hero {
  background-color: var(--secondary--color-1);
  height: 52%;
  min-height: 600px;
  overflow: hidden;
}

.bg-floating-content.top.service-single-bg-content {
  align-items: flex-end;
  height: auto;
  display: flex;
  bottom: 73px;
  overflow: hidden;
}

.bg-floating-content.top.packages-bg-content {
  height: 729px;
  overflow: hidden;
}

.bg-floating-content.top.v11-bg-content {
  justify-content: center;
  align-items: flex-end;
  height: 73%;
  min-height: 600px;
  display: flex;
  overflow: hidden;
}

.bg-floating-content.top.v15-bg-content {
  height: auto;
  bottom: 425px;
}

.bg-floating-content.top.case-studies-bg-content {
  background-color: var(--secondary--color-1);
  height: 46%;
  min-height: 900px;
}

.bg-floating-content.top.case-studie-single-bg-content {
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
  display: flex;
  bottom: 224px;
  overflow: hidden;
}

.bg-floating-content.top.bg-content-v1 {
  background-color: var(--secondary--color-1);
  height: 50%;
}

.bg-floating-content.top.v2-bg-content-hero {
  height: auto;
  bottom: 250px;
}

.bg-floating-content.top.v1-bg-hero {
  background-color: var(--system--blue-400);
  height: 93%;
}

.bg-floating-content.blog-v3-bg-hero {
  background-color: var(--secondary--color-1);
}

.bg-floating-content.bottom {
  height: 50%;
  inset: auto 0% 0%;
}

.bg-floating-content.bottom._50 {
  background-color: var(--secondary--color-1);
  height: 50%;
}

.bg-floating-content.bottom.bg-content-v1 {
  background-color: var(--secondary--color-1);
  height: 37%;
}

.bg-floating-content.not-found-bg-content {
  background-color: var(--secondary--color-1);
}

.bg-floating-content.v3-bg-card {
  z-index: -2;
}

.bg-floating-content.team-member-bg-content {
  height: 700px;
}

.bg-floating-content.project-execution-bg-content {
  display: none;
}

.bg-floating-content.utility-main-bg-content {
  background-color: var(--secondary--color-1);
}

.line {
  background-color: var(--accent--color-grey);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.line.right {
  right: auto;
}

.line.left {
  left: auto;
}

.line.different {
  background-color: var(--accent--heading-black);
}

.line.whitespace {
  background-color: var(--accent--color-grey);
}

.line.greenspace {
  background-color: var(--accent--text);
}

.line-wrapper {
  width: 48px;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.card-description.post-card-description.post-featured-v1---content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 38px 38px 46px;
  display: flex;
}

.card-description.post-card-description.post-featured-v2---content-right {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 98px 40px 77px;
  display: flex;
}

.card-description.post-card-description.post-v3---content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 38px 38px 46px;
  display: flex;
}

.card-description.post-card-description.post-v1---description {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 30px 26px 32px;
  display: flex;
}

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

.card-link.text-bold.color-accent-1 {
  color: var(--accent--primary-1);
}

.mg-left-6px {
  margin-left: 6px;
}

.title-wrapper {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.title-wrapper.center {
  justify-content: center;
}

.title-wrapper.mg-bottom-32px.hide {
  display: none;
}

.card-circle {
  border: 1px solid var(--neutral--500);
  min-width: 54px;
  max-width: 54px;
  min-height: 54px;
  max-height: 54px;
  color: var(--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

.cta-section {
  position: relative;
  overflow: hidden;
}

.cta-section.hdie {
  display: none;
}

.cta-inner-section {
  background-color: var(--system--blue-400);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.cta-inner-section._02 {
  padding: 142px 40px 122px;
}

.cta-inner-section._03 {
  background-color: #0000;
  padding-top: 180px;
  padding-bottom: 200px;
  padding-left: 40px;
  overflow: visible;
}

.cta-inner-section.v1 {
  background-color: #0000;
  padding: 128px 40px 128px 0;
  overflow: visible;
}

.cta-inner-section.v2 {
  padding: 124px 40px 140px;
}

.cta-inner-section.v3 {
  padding: 77px 40px;
}

.show-in-tablet {
  display: none;
}

.inner-floating-circle {
  margin-left: -300px;
}

.inner-floating-circle._04 {
  margin-bottom: -78px;
  margin-left: 0;
  margin-right: -9%;
}

.inner-floating-circle._02 {
  margin-bottom: -90px;
  margin-left: 0;
  margin-right: -110px;
}

.mg-bottom-6px {
  margin-bottom: 6px;
}

.hero-section {
  position: relative;
}

.full-width-wrapper {
  width: 100%;
  position: relative;
}

.full-width-wrapper.service-single-image-full-width-wrapper {
  max-width: 652px;
  min-height: 626px;
  max-height: 626px;
}

.full-width-wrapper.pricing-single-full-width-wrapper {
  flex-direction: column;
  min-height: 802px;
  max-height: 802px;
  display: flex;
}

.full-width-wrapper.hero-v18-full-width-wrapper {
  flex-direction: column;
  min-height: 738px;
  display: flex;
}

.full-width-wrapper.about-full-width-wrapper {
  z-index: 1;
  max-width: 664px;
  min-height: 665px;
}

.full-width-wrapper.layout---image-left-full-width-wrapper {
  max-width: 700px;
  min-height: 632px;
}

.full-width-wrapper.v2-full-width-wrapper {
  z-index: 1;
  flex-direction: column;
  min-height: 536px;
  max-height: 536px;
  display: flex;
}

.full-width-wrapper.layout-v1 {
  max-width: 708px;
  min-height: 632px;
  max-height: 632px;
}

.full-width-wrapper.layout-bottom---image-wrapper {
  max-width: 587px;
}

.full-width-wrapper.v1-full-width-wrapper {
  max-width: 533px;
  min-height: 755px;
  max-height: 755px;
}

.full-width-wrapper.why-me-full-width-wrapper-v2 {
  min-height: 755px;
}

.full-width-wrapper.layout-top---image-wrapper {
  max-width: 620px;
}

.full-width {
  border-radius: 16px;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.full-width.right {
  inset: 0% auto 0% 0%;
}

.full-width.right.service-single-image-full-width {
  width: 55dvw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.full-width.right.page-single-full-width {
  flex: 1;
  width: 100dvw;
}

.full-width.right.hero-v4-full-width-right {
  width: 100dvw;
}

.full-width.right.layout-top---image-wrapper {
  width: 50dvw;
}

.full-width.right.cta-v2 {
  z-index: -1;
  background-color: var(--system--blue-400);
}

.full-width.right.v1-full-width {
  z-index: 1;
  width: 50vw;
  max-width: 662px;
  position: absolute;
}

.full-width.left {
  inset: 0% 0% 0% auto;
}

.full-width.left.hero-v18-full-width {
  flex: 1;
}

.full-width.left.case-studies-single-full-width {
  background-color: var(--system--blue-400);
  width: 100dvw;
}

.full-width.left.hero-v4-full-width {
  z-index: -1;
  background-color: var(--system--blue-400);
}

.full-width.left.about-full-width-v1 {
  width: 54dvw;
}

.full-width.left.layout---image-left-full-width {
  width: 58dvw;
}

.full-width.left.v2-full-width {
  flex-direction: column;
  flex: 1;
  width: 99dvw;
  display: flex;
}

.full-width.left.layout-v1-image---left {
  width: 56vw;
}

.full-width.left.layout-v2-image {
  width: 52vw;
  padding-right: 80px;
}

.full-width.left.v1-cta {
  z-index: -1;
  background-color: var(--system--blue-400);
}

.full-width.left.layout-bottom---image-wrapper {
  width: 50dvw;
}

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

.align-self-bottom.width-100-mbp.button-wrap {
  flex: none;
}

.align-self-bottom.width-100-mbl.button-wrap {
  flex: none;
  margin-left: 16px;
}

.figure {
  border-radius: 16px;
  overflow: hidden;
}

.figure.v3-figure {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  height: 100%;
}

.figure.layout-v1-image---right {
  z-index: 1;
  flex-direction: column;
  width: 100%;
  max-width: 520px;
  min-height: 503px;
  max-height: 503px;
  display: flex;
  position: relative;
}

.figure.video-player {
  flex-direction: column;
  max-height: 639px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.figure.team-portrait {
  flex-direction: column;
  min-height: 699px;
  display: flex;
}

.figure.border {
  border: 1px solid var(--neutral--400);
}

.package-card-features {
  flex-direction: column;
  flex: 1;
  padding-top: 32px;
  display: flex;
  overflow: hidden;
}

.package-card-body {
  background-color: #0000;
  flex: 1;
  width: 100%;
  padding-top: 40px;
  position: static;
}

.check-circle {
  border: 1px solid var(--neutral--400);
  min-width: 22px;
  max-width: 22px;
  min-height: 22px;
  max-height: 22px;
  color: var(--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: -3px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  overflow: hidden;
}

.check-circle.bg-accent-1 {
  border-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.mg-bottom-98px {
  margin-bottom: 98px;
}

.arrow-large-right-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header-container {
  position: relative;
}

.border-radius-16px {
  border-radius: 16px;
}

.inner-section {
  position: relative;
  overflow: hidden;
}

.inner-section.v3 {
  overflow: visible;
}

.half-bg-image {
  width: 50%;
  height: 100%;
  position: absolute;
}

.half-bg-image.left {
  inset: 0% auto 0% 0%;
}

.half-bg-image.left.v3-half-bg {
  z-index: -3;
  width: 60dvw;
  overflow: hidden;
}

.half-bg-image.left.v3-half-bg.hide {
  display: none;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.slider-mask {
  height: 100%;
}

.slider-mask.services-slider-mask {
  max-width: 396px;
  overflow: visible;
}

.slider-nav {
  height: auto;
  min-height: auto;
  max-height: 14px;
  margin-top: 24px;
  padding-top: 0;
  font-size: 14px;
  line-height: 1em;
  position: static;
}

.arrow-floating {
  position: absolute;
}

.arrow-floating.arrow-diagonal-service {
  font-size: 24px;
  font-weight: 500;
  inset: 26px 22px auto auto;
}

.mg-bottom-160px {
  margin-bottom: 160px;
}

.slide-item-mg {
  margin-right: 28px;
}

.mg-bottom-4px {
  margin-bottom: 4px;
}

.mg-bottom-112px {
  margin-bottom: 112px;
}

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

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

.grid-5-columns.process-grid-2-col {
  grid-column-gap: 40px;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
}

.grid-5-columns.logo-strip {
  grid-template-columns: auto auto auto auto auto;
  place-content: center space-between;
  place-items: center;
  max-width: 1192px;
  margin-left: auto;
  margin-right: auto;
}

.divider-vertical---horizontal-mbl {
  background-color: var(--neutral--400);
  width: 1px;
  height: 100%;
}

.marquee-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: stretch;
  place-items: center start;
  min-width: 1316px;
  display: grid;
}

.marquee-row.testimonial-marquee-row {
  grid-column-gap: 40px;
  align-items: start;
  min-width: 2220px;
  padding-right: 40px;
}

.popup-floating {
  border: 1px solid var(--neutral--200);
  border-radius: 16px;
  max-width: 410px;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 4px 4px #2c85ed0f, 0 1px 1px #19213d0a;
}

.popup-floating._01 {
  inset: auto 38px 213px auto;
}

.popup-floating._02 {
  inset: auto 0 50px auto;
}

.cta-description._01 {
  padding-top: 162px;
}

.testimonial-card-marquee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
}

.card-sales-wrapper {
  max-width: 66%;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap-anywhere {
  overflow-wrap: anywhere;
}

.cart-container {
  background-color: var(--neutral--100);
  border-radius: 16px;
}

.not-found-image {
  width: 100%;
  max-width: 637px;
}

.logo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-no-wrap {
  white-space: nowrap;
}

.shadow-01 {
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
}

.text-area-wrapper {
  min-width: 100%;
  max-width: 100%;
}

.style-guide-logo {
  width: 100%;
  max-width: 200px;
  transform-style: preserve-3d;
  transition-property: transform;
}

.style-guide-logo:hover {
  transform: scale3d(.96, .96, 1.01);
}

.mg-left-24px {
  margin-left: 24px;
}

.figma-file-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  min-height: 100%;
}

.mg-bottom-34px {
  margin-bottom: 34px;
}

.cart-header {
  border-bottom-color: var(--neutral--400);
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-list {
  padding: 0;
}

.cart-item {
  border-bottom: 1px solid var(--neutral--400);
  padding: 24px;
}

.cart-item:last-child {
  border-bottom-style: none;
}

.cart-footer {
  border-top-color: var(--neutral--400);
  padding-top: 30px;
  padding-bottom: 40px;
}

.cart-item-content {
  margin-left: 0;
}

.cart-item-title {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
  text-decoration: none;
}

.cart-item-title:hover {
  color: var(--accent--primary-1);
}

.cart-line-item {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.layout-v1-content-right {
  width: 100%;
  max-width: 498px;
  padding-top: 43px;
}

.layout-v1-content-left {
  max-width: 638px;
}

.height-100 {
  height: 100%;
}

.social-gallery-card---wrapper {
  width: 76dvw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.case-study-card---content-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bg-system-400 {
  background-color: var(--system--blue-400);
}

.text-center---tablet {
  flex-flow: column;
}

.marquee-row-logo {
  max-width: 80%;
}

.testimonial-card-v1---icon {
  width: 100%;
  max-width: 41px;
}

.post-featured-v2---content {
  width: 100%;
  max-width: 434px;
}

.grow {
  flex: 1;
}

.grow-none {
  flex: none;
}

.mg-left-28px {
  margin-left: 28px;
}

.layout-top---main-content {
  max-width: 540px;
  padding-bottom: 190px;
}

.layout-bottom---main-content {
  padding-top: 190px;
}

.mg-bottom-90px {
  margin-bottom: 90px;
}

.big-number-top---content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-v2-content {
  min-width: 440px;
  max-width: 541px;
}

.title-center---left-mbl {
  text-align: center;
  align-items: center;
}

.hero-v4-wrapper {
  padding-top: 115px;
  position: relative;
}

.resume-card---content {
  max-width: 668px;
  margin-left: auto;
  margin-right: auto;
}

.resume-card---content-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.contact-form-block-v1, .contact-form-block-v2 {
  flex-direction: column;
  justify-content: center;
  min-height: 528px;
  margin-bottom: 0;
  display: flex;
}

.mg-bottom--16px {
  margin-bottom: -16px;
}

.pd-top-75px {
  padding-top: 75px;
}

.mg-top--16px {
  margin-top: -16px;
}

.display-price-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.mg-bottom-18px {
  margin-bottom: 18px;
}

.feature-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.package-card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  max-width: 315px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.package-card-body---item {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding-bottom: 2px;
  display: flex;
}

.package-card-features---dropdown {
  width: 100%;
}

.page-display-price-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.add-to-cart {
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
  display: flex;
}

.add-cart-top {
  margin-bottom: 32px;
}

.form-input-block {
  flex-direction: column;
  justify-content: center;
  min-height: 72px;
  margin-bottom: 0;
  display: flex;
}

.mg-right--16px {
  margin-right: -16px;
}

.mg-bottom--32px {
  margin-bottom: -32px;
}

.mg-top-4px {
  margin-top: 4px;
}

.order-summary-line-item {
  grid-column-gap: 20px;
  flex-wrap: wrap;
}

.shipping-method-wrap {
  margin-left: 0;
}

.order-item-title {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
  text-decoration: none;
  display: inline-block;
}

.order-item-title:hover {
  color: var(--accent--primary-1);
}

.more-templates-badge-wrapper-edited {
  z-index: 9991;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #666977;
  background-color: #fff;
  border: 1px solid #f0f0f6;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 290px;
  padding: 12px 22px 12px 18px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 24px 12px auto;
  box-shadow: 0 .6px .8px #1010650a, 0 3px 6px #11115414;
}

.more-templates-badge-wrapper-edited:hover {
  color: #666977;
}

.more-templates-logo-wrapper {
  position: relative;
}

.more-templates-logo {
  width: 80px;
}

.more-templates-logo.blur {
  z-index: -1;
  opacity: .68;
  filter: blur(3px);
  position: absolute;
  inset: 10% 0% 20px;
}

.more-templates-p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.4em;
}

.more-webflow-templates-sub {
  color: #523ff5;
  text-decoration: underline;
}

.more-templates-lottie {
  width: 44px;
  position: absolute;
  inset: -20px -20px auto auto;
}

.text-block {
  color: var(--accent--heading);
  font-family: Raleway Variablefont Wght, Georgia, sans-serif;
  font-size: .8em;
  font-weight: 500;
}

.main-text-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.paragraph {
  width: 50%;
}

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

.flexbox-cta-section {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.flexbox-cta-section.gap-16px {
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span {
  background-image: linear-gradient(90deg, var(--accent--ifk-greent), #136c3d);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.checkbox-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.grid-checkbox {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.grid-item {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.gesetzt-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gesetzt-wrapper.padding {
  max-width: 25em;
  padding-left: 1em;
}

.image {
  width: 1.5em;
}

.image._3 {
  filter: saturate(0%);
}

.gesetzt-text-styling {
  color: var(--accent--heading-black);
  font-size: 1em;
}

.checkbox-box {
  width: 100%;
}

.checkbox-box.padding {
  background-color: var(--accent--ifk-greent);
  border-radius: 1em;
  padding: 1em;
}

.bold-text, .heading {
  color: var(--accent--heading-black);
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  font-family: Raleway Variablefont Wght, Georgia, sans-serif;
  display: flex;
}

.paragraph-x-large {
  color: #3d424c;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-x-large.text-weight-semibold {
  color: var(--accent--heading-black);
  font-weight: 600;
}

.paragraph-x-large.text-weight-semibold.white {
  color: var(--accent--heading);
}

.paragraph-small-2 {
  color: #3d424c;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-2.text-color-tertiary {
  color: #2e2f31;
}

.paragraph-small-2.text-color-tertiary.white {
  color: var(--accent--heading);
}

.integration-icon-small {
  background-color: #fff;
  border-radius: 12px;
  flex: none;
  padding: 6px;
}

.integration-icon {
  background-color: #fff;
  border-radius: 12px;
  flex: none;
  padding: 8px;
}

.integration-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--accent--ifk-greent);
  border-radius: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 11em;
  padding: 24px;
  display: flex;
}

.container-large {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-large.no-margin {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

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

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

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

.bold-text-2 {
  color: var(--accent--heading-black);
}

.bold-text-2.hite {
  color: var(--accent--heading);
}

.image-2 {
  width: 2em;
}

.bold-text-4 {
  color: var(--accent--heading-black);
}

.div-block {
  background-color: var(--accent--ifk-greent);
  border-radius: 16px;
  padding: 2em;
  box-shadow: 2px 2px 5px #0003;
}

.heading-section {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-section.padding-2em {
  width: 90%;
  padding-bottom: 2em;
}

.image-4 {
  z-index: -2;
  width: 20em;
}

.text-span-2 {
  background-image: linear-gradient(90deg, var(--accent--ifk-greent), #136c3d);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.faq-tab {
  margin-top: -8px;
  padding-bottom: 32px;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.overline-regular-2 {
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.container-small {
  width: 100%;
  max-width: 858px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h2-heading-2 {
  color: #030711;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

.paragraph-large-3 {
  color: var(--accent--color-grey);
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.faq-dropdown-toggle {
  white-space: normal;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  padding: 32px;
  display: flex;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.faq-dropdown-list {
  background-color: #fff0;
  padding-left: 32px;
  padding-right: 56px;
  display: block;
  position: relative;
}

.faq-item {
  background-color: var(--accent--ifk-greent);
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.faq-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.column-x-small-2.column-center {
  text-align: center;
  align-items: center;
}

.title-center-regular {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h6-heading {
  color: #030711;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.kontakt-text-label {
  color: var(--accent--heading-black);
}

.absolute-scale {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.absolute-scale.hide {
  justify-content: center;
  align-items: center;
}

.lottie-animation {
  border-radius: 999em;
  width: 25em;
  height: 25em;
}

.lottie-animation.scale {
  transform: scale(1.6);
}

.bold-text-5, .bold-text-6 {
  color: var(--accent--heading-black);
}

.bg-animation {
  z-index: -2;
  background-color: var(--accent--ifk-greent);
  opacity: 1;
  border-radius: 999em;
  width: 32em;
  height: 30em;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: scale(2);
}

.bg-animation.second {
  opacity: .6;
  background-image: none;
  width: 32em;
  transform: scale(2.1);
}

.bg-animation.third {
  opacity: .4;
  background-image: none;
  border-radius: 999em;
  width: 32em;
  height: 30em;
  transform: scale(2.2);
}

.icon-wrapper {
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-5 {
  width: 20em;
}

.paragraph-2 {
  color: var(--accent--heading-black);
}

.body {
  transition: all .3s ease-in-out;
}

.text-block-2, .text-block-3, .text-block-4 {
  color: var(--accent--heading-black);
}

.div-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-5 {
  color: var(--accent--heading-black);
}

.image-6, .logo-linkedin, .logo-facebook {
  max-width: 70%;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
  font-size: .7em;
  line-height: 1.5;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_label {
  color: #0d0d0d;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_title {
  color: var(--accent--ifk-greent);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-banner_buttons-wrapper-2 {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-manager_button {
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 999rem;
  flex-direction: column;
  padding: .3rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_text {
  color: #081715;
  font-size: .75rem;
}

.fs-cc-prefs_close-2 {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-banner_component-3 {
  z-index: 998;
  background-color: #fff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_button {
  background-color: var(--accent--ifk-greent);
  opacity: 1;
  color: #fff;
  text-align: center;
  border: 2px #9ea700;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
  transition: color .3s;
}

.fs-cc-banner_button:hover {
  background-color: var(--accent--ifk-greent);
  color: var(--accent--heading);
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #666;
  -webkit-text-stroke-color: #9ea700;
  background-color: #f5f5f5;
  border-color: #9ea700;
}

.fs-cc-banner_button.fs-cc-button-alt.no-bg {
  background-color: #f5f5f500;
  background-image: none;
  border-bottom: 1px #091f5b;
  border-right-width: 0;
  border-right-color: #091f5b;
  border-radius: 0;
  text-decoration: underline;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--accent--ifk-greent);
  color: var(--accent--heading-black);
  -webkit-text-stroke-color: #0085ca;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_close-icon {
  color: #081715;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_trigger, .fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_option {
  color: #081715;
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_component-4 {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-7 {
  color: #666;
}

.fs-cc-prefs_button {
  border: 2px solid var(--accent--ifk-greent);
  background-color: var(--accent--ifk-greent);
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button:hover {
  color: var(--accent--heading-black);
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #0d0d0d;
  -webkit-text-stroke-color: #9ea700;
  background-color: #fff;
  border-color: #081715;
}

.text-span-3 {
  color: var(--accent--primary-1);
}

.rich-text-block {
  color: var(--accent--text);
}

.rt-landing, .rt-landing h1, .rt-landing h6 {
  color: var(--accent--heading);
}

.rt-landing h2 {
  color: var(--accent--heading);
  text-align: left;
}

.rt-landing h3 {
  color: var(--accent--heading);
}

.rt-landing h4 {
  color: var(--accent--text);
}

.rt-landing p {
  color: var(--accent--heading);
  font-size: 16px;
}

.paragraph-3, .rt-lading {
  color: var(--accent--text);
}

.heading-2 {
  color: var(--accent--heading);
}

.rt-black, .rt-black h1, .rt-black h2, .rt-black h3, .rt-black h4, .rt-black h5, .rt-black h6 {
  color: var(--accent--heading-black);
}

.rt-black p {
  color: var(--accent--heading-black);
  text-align: left;
}

.rt-black strong, .heading-3 {
  color: var(--accent--heading-black);
}

.hiddenfield.hide {
  display: none;
}

.bold-text-7 {
  color: var(--accent--heading-black);
}

.link-8 {
  color: var(--accent--ifk-greent);
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-columns.footer-grid-2-col.v1 {
    grid-column-gap: 114px;
  }

  .card.contact-form-wrapper-v2 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .display-2.display-price {
    font-size: 52px;
  }

  .grid-3-columns.style---buttons-grid {
    grid-column-gap: 70px;
  }

  .style---content-wrapper {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .btn-primary.header-btn {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    max-width: 46px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .section.hero.v15 {
    padding-top: 132px;
  }

  .section.pd-top-bottom-0px {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-wrapper {
    padding-left: 98px;
    padding-right: 98px;
  }

  .full-width-wrapper.layout-bottom---image-wrapper {
    min-height: 502px;
  }

  .full-width.right.v1-full-width {
    width: 46vw;
    max-width: none;
  }

  .social-gallery-card---wrapper {
    width: 74dvw;
  }

  .bg-animation, .bg-animation.second, .bg-animation.third {
    width: 34em;
    height: 34em;
  }
}

@media screen and (min-width: 1920px) {
  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container-default.new {
    max-width: 90em;
  }

  .section.pd-top-bottom-0px {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-home-link-wrapper {
    max-width: 560px;
  }

  .full-width.right.v1-full-width {
    width: 50vw;
  }

  .inner-section.v3 {
    width: 53.3em;
  }

  .half-bg-image.left.v3-half-bg {
    max-width: 51dvw;
  }

  .social-gallery-card---wrapper {
    width: 68dvw;
    max-width: 550%;
  }

  .lottie-animation {
    width: 40em;
    height: 35em;
    margin-right: -480px;
  }

  .lottie-animation.scale {
    width: 40em;
  }

  .bg-animation, .bg-animation.third {
    width: 50em;
    height: 50em;
  }
}

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

  h2 {
    font-size: 32px;
  }

  blockquote {
    padding: 90px 80px;
    font-size: 20px;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-40px.case-studies-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-40px.alt---responsive {
    grid-column-gap: 28px;
  }

  .grid-2-columns.gap-40px.case-studies-page-grid {
    grid-row-gap: 54px;
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns.changelog-item {
    grid-column-gap: 40px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .grid-2-columns.checkout-page {
    grid-template-columns: 1fr .6fr;
  }

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.team-member-grid-2-col {
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 120px;
  }

  .grid-2-columns.footer-grid-2-col.v1 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.menu-grid-2-col-wrapper.footer-v1 {
    grid-template-columns: 1fr .5fr;
    max-width: 100%;
  }

  .grid-2-columns.menu-grid-2-col.v1, .grid-2-columns.menu-grid-2-col.headers {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.cta-grid-2-col.v2 {
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .grid-2-columns.blog-grid-2-col._01 {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns.blog-grid-2-col.author-grid {
    grid-column-gap: 40px;
  }

  .grid-2-columns.contact-grid-2-col.v1 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.faq-grid-2-col, .grid-2-columns.hero-grid-2-cols.service-single-hero, .grid-2-columns.hero-grid-2-cols.package-single-hero {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-grid-2-cols.not-found-grid-2-col {
    grid-template-columns: 1fr .75fr;
  }

  .grid-2-columns.hero-grid-2-cols.hero-v4, .grid-2-columns.hero-grid-2-cols.v3-hero {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-grid-2-cols.v1-hero {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-left-grid-2-col.title-left---card {
    grid-template-columns: 1fr 2fr;
    margin-right: 0;
  }

  .grid-2-columns.v3-grid-2-col.layout---image-right {
    grid-template-columns: 1fr .75fr;
  }

  .grid-2-columns.v3-grid-2-col._03 {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.v2-grid-2-col.layout-top {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.v2-grid-2-col.layout-bottom {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    margin-top: 100px;
  }

  .grid-2-columns.v2-grid-2-col.post-layout {
    grid-column-gap: 24px;
  }

  .grid-2-columns._1fr---auto.cta-v1-grid {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.v1-grid-2-col.layout-02 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.v1-grid-2-col.layout-v1 {
    grid-row-gap: 40px;
    grid-template-columns: 1.1fr 1fr;
  }

  .grid-2-columns.social-photo-user---grid {
    grid-template-columns: minmax(190px, .3fr) 1fr;
  }

  .grid-2-columns.blog-featured-grid-2-col-v1 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.layout-top-grid-2-col {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.contact-full-grid, .grid-2-columns.blog-grid-v1, .grid-2-columns.blog-grid-v2 {
    grid-template-columns: 1fr;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card.sales-page.last {
    width: 48.5%;
  }

  .card.buy-now {
    border-radius: 32px;
  }

  .card.social-photo-user {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card.faq-card {
    max-width: 100%;
  }

  .card.package-card {
    padding-left: 50px;
    padding-right: 50px;
  }

  .card.add-cart {
    padding: 60px 50px;
    display: flex;
  }

  .card.page-not-found-card {
    padding: 58px 40px;
  }

  .card.password-protected-card {
    padding: 115px 60px;
  }

  .card.hero-v4-card {
    padding: 60px;
  }

  .card.v3-hero-card {
    padding: 80px 60px;
  }

  .card.process-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: left;
    flex-direction: row;
    padding: 60px;
  }

  .card.process-card._01 {
    margin-top: 60px;
  }

  .card.dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border: 0 #0000;
    border-radius: 0;
    padding: 0;
  }

  .card.post-featured-v2 {
    flex-direction: column;
  }

  .card.contact-form-v1 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .card.post-v1._3-posts---item {
    flex-direction: row;
    align-items: center;
  }

  .card.v3-hero-card-copy, .card.v3-hero-card-copy-copy {
    padding: 80px 60px;
  }

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

  .style---block-sub-heading {
    margin-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider.card-post-divider {
    width: 40px;
  }

  .divider._100px {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

  .mg-bottom-48px.mg-bottom-0px---tablet {
    margin-bottom: 0;
  }

  .mg-bottom-80px {
    margin-bottom: 70px;
  }

  .mg-right-24px.mg-bt-16px {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .mg-right-24px.responsive-mg-right {
    margin-right: 20px;
  }

  .display-1 {
    font-size: 52px;
  }

  .gap-row-80px {
    grid-row-gap: 56px;
  }

  .display-2, .display-2.display-price {
    font-size: 42px;
  }

  .display-3 {
    font-size: 32px;
  }

  .display-4 {
    font-size: 26px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

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

  .text-400 {
    font-size: 22px;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.card-logos {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.style---buttons-grid {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.footer-grid-3-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-3-columns.gap-column-40px---row-32px.process-grid {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.blog-grid-v1 {
    grid-template-columns: 1fr 1fr;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._100-tablet {
    max-width: 100%;
  }

  .inner-container.big-number {
    max-width: 60px;
  }

  .inner-container._700px---tablet {
    max-width: 700px;
  }

  .inner-container._600px---tablet {
    max-width: 600px;
  }

  .inner-container.hero-v1-content {
    max-width: 100%;
    padding-top: 0;
  }

  .inner-container.cta-v1---title-content {
    min-width: auto;
    max-width: 696px;
  }

  .inner-container._550px---tablet {
    max-width: 550px;
  }

  .inner-container._500px---tablet {
    max-width: 500px;
  }

  .inner-container._184px---tablet {
    max-width: 184px;
  }

  .inner-container._400px---tablet {
    max-width: 400px;
  }

  .inner-container.post-featured-v2---inner {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .inner-container._800px---tablet {
    max-width: 800px;
  }

  .inner-container._750px---tablet {
    max-width: 750px;
  }

  .inner-container._650px---tablet {
    max-width: 650px;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .btn-primary.large {
    padding-left: 52px;
    padding-right: 52px;
  }

  .btn-secondary.large {
    padding: 26px 52px 22px;
  }

  .avatar-circle._06 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._07 {
    width: 160px;
    max-width: 160px;
    height: 160px;
    max-height: 160px;
  }

  .avatar-circle._08 {
    width: 280px;
    max-width: 280px;
    height: 280px;
    max-height: 280px;
  }

  .line-square-icon.top-bar-close-icon {
    padding: 18px 24px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

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

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

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

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

  .section.top {
    padding-top: 70px;
  }

  .section.hero-page {
    padding-top: 80px;
    padding-bottom: 160px;
  }

  .section.cta-home-pages {
    background-image: linear-gradient(to bottom, var(--secondary--color-1) 60%, white 60%);
  }

  .section.hero.v16 {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .section.hero.v9 {
    padding-top: 70px;
  }

  .section.hero.v20 {
    padding-top: 40px;
  }

  .section.hero.v12, .section.hero.v13 {
    padding-top: 60px;
    padding-bottom: 120px;
  }

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

  .section.hero.v6, .section.hero.v5 {
    padding-top: 70px;
  }

  .section.hero.v7 {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .section.hero.v8 {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .section.hero.v10 {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .section.hero.v11 {
    padding-top: 70px;
    padding-bottom: 124px;
  }

  .section.hero.v15 {
    padding-top: 70px;
  }

  .section.hero.v17 {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .section.hero.v18 {
    padding-top: 70px;
  }

  .section.hero.v19 {
    padding-top: 100px;
    padding-bottom: 168px;
  }

  .section.hero.v2, .section.hero.v1 {
    padding-top: 60px;
  }

  .section.hero.page-hero {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .section.top-bottom-160px, .section.top-bottom-140px {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.pd-top-80px {
    padding-top: 70px;
  }

  .section.top-160px {
    padding-top: 120px;
  }

  .section.bottom-176px {
    padding-bottom: 124px;
  }

  .section.pd-top-bottom-0px {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.pd-150px {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .heading-h1-size {
    font-size: 48px;
  }

  .heading-h2-size {
    font-size: 32px;
  }

  .heading-h5-size.display-price-text {
    margin-top: 4px;
    margin-left: 2px;
  }

  .header-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-wrapper.v3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-nav-menu-wrapper {
    background-color: var(--neutral--200);
    padding: 24px 24px 40px;
  }

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

  .header-nav-link.white-transparent {
    color: var(--neutral--800);
  }

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

  .header-nav-link.light-mode-tablet {
    color: var(--neutral--800);
  }

  .header-nav-link.light-mode-tablet:hover {
    color: var(--accent--primary-1);
  }

  .header-nav-list-item {
    margin-bottom: 14px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-list-item.show-in-tablet.header-menu-btn {
    margin-top: 35px;
    margin-bottom: 0;
  }

  .header-nav-list-item.show-in-tablet.text-bold {
    margin-bottom: 18px;
  }

  .header-nav-list-item.text-medium.left {
    padding-right: 0;
  }

  .header-nav-list-item.text-bold.left {
    margin-bottom: 18px;
    padding-right: 0;
  }

  .dropdown-toggle.dark-mode.light-mode---text-capitalize {
    color: var(--neutral--800);
  }

  .dropdown-toggle.light-mode-tablet {
    color: var(--neutral--800);
    transition: none;
  }

  .dropdown-column-wrapper {
    min-width: auto;
    box-shadow: none;
    padding: 0;
    transform: none;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .dropdown-column-wrapper.header-v2 {
    transform: none;
  }

  .header-logo-link {
    min-width: auto;
  }

  .header-logo-link.left {
    margin-right: 32px;
  }

  .hamburger-menu-wrapper {
    background-color: var(--accent--primary-1);
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    margin-left: 24px;
    transition: transform .3s;
    display: flex;
    overflow: hidden;
  }

  .hamburger-menu-wrapper:hover {
    transform: scale3d(1.05, 1.05, .01);
  }

  .hamburger-menu-wrapper.w--open {
    background-color: var(--accent--primary-1);
  }

  .hamburger-menu-bar {
    width: 21px;
    height: 3px;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .hamburger-menu-bar.top.bg-neutral-100, .hamburger-menu-bar.bottom.bg-neutral-100 {
    background-color: var(--neutral--100);
  }

  .hamburger-menu-bar.white {
    background-color: var(--neutral--300);
  }

  .header-middle.v2 {
    margin-right: auto;
  }

  .header-left-side.flex-growth-tablet {
    flex: 1;
  }

  .utility-page-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .utility-page-wrap.not-found-utility-page {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 230px;
  }

  .utility-page-wrap.password-protected-utility-page {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .flex-horizontal.space-between.gap-16px---flex-wrap.center---tablet {
    flex-direction: column;
  }

  .flex-horizontal.gap-column-16px---flex-wrap-tablet {
    flex-wrap: wrap;
  }

  .flex-horizontal.gap-col-24px-row-8px---flex-wrap-tablet {
    grid-row-gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .hidden-on-tablet {
    display: none;
  }

  .footer-top {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-top.v1 {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-bottom.v1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
  }

  .footer-bottom.v2 {
    text-align: center;
    flex-direction: column;
  }

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

  ._w-h-100.about-service---featured-image {
    max-height: 500px;
  }

  .fit-cover._w-h-100.hero-v1-image {
    object-position: 50% 0%;
    max-height: 600px;
  }

  .fit-cover._w-h-100.layout-v2-image {
    max-height: 600px;
  }

  .fit-cover._w-h-100.layout-top---image---500px-tablet, .fit-cover._w-h-100.layout-bottom---image, .fit-cover._w-h-100.v3-figure {
    max-height: 500px;
  }

  .fit-cover._w-h-100.layout-top---image.layout---image-left, .fit-cover._w-h-100.layout-top---image.layout---image-left-top {
    object-position: 74% 20%;
  }

  .fit-cover._w-h-100.hero-v4-image {
    object-position: 50% 50%;
    max-height: 500px;
  }

  .fit-cover._w-h-100.service-single-image-full-width, .fit-cover._w-h-100.hero-v18---image {
    max-height: 500px;
  }

  .lightbox-video-icon-wrapper {
    width: 16%;
    max-width: 120px;
  }

  .accordion-item-wrapper {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 40px;
    padding-right: 40px;
  }

  .categories-badges-wrapper {
    justify-content: flex-start;
  }

  .cart-button-wrapper {
    margin-left: 0;
  }

  .home-pages-cointainer {
    margin-top: 80px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 24px;
  }

  .image-home-link-wrapper {
    max-width: 260px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .card-sales-home-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .figma-file-image-wrapper {
    width: 100%;
  }

  .figma-file-text-wrapper {
    padding: 60px;
  }

  .mg-bottom-12px.mg-bottom-0px---tablet {
    margin-bottom: 0;
  }

  .container-responsive {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-wrapper {
    padding-left: 64px;
    padding-right: 64px;
  }

  .rich-text-v2 h2 {
    font-size: 42px;
  }

  .position-sticky.position-static-tablet {
    position: static;
  }

  .style---navigation-sidebar {
    min-height: auto;
    max-height: 100%;
    box-shadow: none;
    position: static;
    overflow: hidden;
  }

  .divider-2 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .image-size._88px {
    min-width: 78px;
    max-width: 78px;
    min-height: 78px;
    max-height: 78px;
  }

  .card-picture.post-featured-v2---image {
    width: 100%;
  }

  .card-picture.post-v1---image._3-posts---item {
    align-self: stretch;
    max-width: 50%;
  }

  .card-image.post-featured-v1---image {
    object-position: 50% 32%;
  }

  .card-image.post-featured-v2---image {
    object-position: 50% 32%;
    max-height: 377px;
  }

  .card-image.post-v3---image {
    object-position: 50% 32%;
  }

  .card-image.post-v1---image._3-posts---item {
    max-height: none;
  }

  .card-blue-hover.contact-wrapper {
    padding: 48px 40px;
  }

  .card-blue-hover.services-card._01.responsive-alt {
    flex-direction: row;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-blue-description.case-study-card---content-inside.v2 {
    padding-left: 26px;
    padding-right: 26px;
  }

  .mg-top-0-tablet {
    margin-top: 0;
  }

  .mg-left-auto-tablet {
    margin-left: auto;
  }

  .circle-floating.footer-v1 {
    min-width: 38%;
    max-width: 38%;
    top: -2.5%;
    right: -17%;
  }

  .circle-floating._02 {
    top: -71px;
  }

  .circle-floating._04 {
    bottom: -206px;
    left: 7%;
  }

  .circle-floating._05 {
    bottom: -170px;
  }

  .circle-floating._07 {
    top: -51px;
    left: -156px;
  }

  .circle-floating._08 {
    justify-content: flex-start;
  }

  .circle-floating._09 {
    bottom: -100px;
    right: -86px;
  }

  .circle-floating._10 {
    left: -64%;
  }

  .circle-floating._11 {
    bottom: -64px;
    left: -132px;
  }

  .circle-floating._12 {
    left: -13%;
    right: auto;
  }

  .circle-floating._13 {
    top: -41px;
  }

  .circle-floating._14 {
    top: -50px;
    left: -99px;
  }

  .circle-floating._15 {
    z-index: 1;
  }

  .circle-floating._17 {
    top: -79px;
    left: -110px;
  }

  .circle-floating._18 {
    bottom: -86px;
    right: -105px;
  }

  .circle-floating._19 {
    min-width: 130px;
    max-width: 130px;
  }

  .circle-floating._22 {
    bottom: -26%;
    right: -19%;
  }

  .circle-floating._24 {
    left: auto;
    right: -7%;
  }

  .circle-floating._26 {
    bottom: -154px;
    right: -90px;
  }

  .circle-floating._27 {
    bottom: -113px;
  }

  .circle-floating.layout-02---shape {
    right: -87px;
  }

  .circle-floating._30 {
    top: auto;
    bottom: -90px;
    right: -96px;
  }

  .circle-floating._31 {
    bottom: -148px;
  }

  .circle-floating._32 {
    bottom: -80px;
  }

  .circle-floating.layout-v1---shape {
    bottom: -84px;
  }

  .circle-floating.v1-full-width---shape {
    top: -21px;
    left: -15%;
  }

  .circle-floating.solid-shape-v1 {
    top: -115px;
    right: -6%;
  }

  .circle-floating.solid-shape-v2 {
    top: -91px;
    left: -56px;
    right: auto;
  }

  .circle-floating.solid-shape-v3 {
    top: -136px;
  }

  .circle-floating.cta-circle {
    max-width: 200px;
    bottom: -211px;
    left: -67px;
  }

  .circle-floating._0-2-1 {
    top: -86px;
  }

  .circle-floating.solid-shape-v4 {
    top: -127px;
    right: 8%;
  }

  .circle-floating.solid-shape-v5 {
    top: -90px;
    right: -66px;
  }

  .circle-floating._07-1 {
    top: -43px;
    left: -163px;
  }

  .bg-floating-content.top.blog-v1-bg-content {
    height: 50%;
  }

  .bg-floating-content.top.contact-v1-bg-hero {
    height: 76%;
  }

  .bg-floating-content.top.services-bg-hero {
    height: 36%;
  }

  .bg-floating-content.top.packages-bg-content {
    height: 680px;
  }

  .bg-floating-content.top.v11-bg-content {
    justify-content: flex-start;
  }

  .bg-floating-content.top.v15-bg-content {
    bottom: 140px;
  }

  .bg-floating-content.top.case-studies-bg-content {
    height: auto;
  }

  .bg-floating-content.top.case-studie-single-bg-content {
    bottom: 148px;
  }

  .bg-floating-content.top.bg-content-v1 {
    height: 53%;
  }

  .bg-floating-content.top.v2-bg-content-hero {
    bottom: 200px;
  }

  .bg-floating-content.bottom._50 {
    height: 82%;
  }

  .bg-floating-content.team-member-bg-content {
    height: auto;
  }

  .bg-floating-content.project-execution-bg-content {
    z-index: 0;
    display: block;
  }

  .card-description.post-card-description.post-featured-v2---content-right {
    padding: 38px 38px 46px;
  }

  .title-wrapper.center---tablet {
    justify-content: center;
  }

  .cta-section.cta-v1 {
    background-color: var(--system--blue-400);
  }

  .cta-inner-section._02 {
    padding-top: 118px;
    padding-bottom: 100px;
  }

  .cta-inner-section._03 {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 0;
  }

  .cta-inner-section.v1 {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-right: 0;
  }

  .cta-inner-section.v2 {
    padding-top: 100px;
    padding-bottom: 118px;
  }

  .cta-inner-section.v3 {
    padding-top: 67px;
    padding-bottom: 67px;
  }

  .show-in-tablet {
    display: block;
  }

  .inner-floating-circle {
    margin-left: 0;
  }

  .inner-floating-circle._04 {
    margin-bottom: -124px;
    margin-left: -100px;
    margin-right: 0%;
  }

  .full-width-wrapper.service-single-image-full-width-wrapper {
    width: auto;
    min-width: 100%;
    max-width: none;
    min-height: auto;
    max-height: none;
    margin-right: -24px;
  }

  .full-width-wrapper.pricing-single-full-width-wrapper {
    min-height: auto;
    max-height: 500px;
  }

  .full-width-wrapper.hero-v18-full-width-wrapper {
    width: auto;
    min-width: 100%;
    min-height: auto;
    margin-left: -24px;
  }

  .full-width-wrapper.about-full-width-wrapper {
    max-width: none;
    min-height: auto;
  }

  .full-width-wrapper.layout---image-left-full-width-wrapper {
    min-height: auto;
  }

  .full-width-wrapper.v2-full-width-wrapper {
    min-height: 400px;
    max-height: 400px;
  }

  .full-width-wrapper.layout-v1 {
    min-height: auto;
    max-height: none;
  }

  .full-width-wrapper.layout-bottom---image-wrapper {
    max-width: 100%;
  }

  .full-width-wrapper.v1-full-width-wrapper {
    flex-direction: column;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    display: flex;
  }

  .full-width-wrapper.why-me-full-width-wrapper-v2 {
    min-height: auto;
  }

  .full-width-wrapper.layout-top---image-wrapper {
    max-width: 100%;
  }

  .full-width {
    width: 100%;
    position: static;
  }

  .full-width.right.service-single-image-full-width {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: auto;
    min-width: 100%;
    position: static;
  }

  .full-width.right.page-single-full-width {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: auto;
    min-width: 100%;
    margin-right: -24px;
  }

  .full-width.right.hero-v4-full-width-right {
    width: 100%;
    margin-top: 40px;
  }

  .full-width.right.layout-top---image-wrapper {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: auto;
    margin-right: -24px;
  }

  .full-width.right.cta-v2 {
    display: none;
  }

  .full-width.right.v1-full-width {
    flex: 1;
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .full-width.left.hero-v18-full-width {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .full-width.left.case-studies-single-full-width {
    display: none;
  }

  .full-width.left.hero-v4-full-width {
    position: absolute;
  }

  .full-width.left.about-full-width-v1 {
    flex-direction: column;
    justify-content: center;
    width: auto;
    min-width: 100%;
    max-height: 500px;
    margin-left: -24px;
    display: flex;
  }

  .full-width.left.layout---image-left-full-width {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: auto;
    display: flex;
    position: absolute;
    left: -24px;
  }

  .full-width.left.layout-v1-image---left {
    width: auto;
  }

  .full-width.left.layout-v2-image {
    width: 100%;
    max-width: 100%;
  }

  .full-width.left.v1-cta {
    display: none;
  }

  .full-width.left.layout-bottom---image-wrapper {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: auto;
    margin-left: -24px;
  }

  .figure.v3-figure {
    border-radius: 16px;
  }

  .figure.layout-v1-image---right {
    min-height: 100%;
    max-height: none;
  }

  .figure.team-portrait {
    max-width: 300px;
    min-height: auto;
  }

  .mg-bottom-98px {
    margin-bottom: 82px;
  }

  .inner-section.v3 {
    z-index: 1;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .half-bg-image.left.v3-half-bg {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    position: static;
  }

  .slider-mask {
    position: static;
  }

  .mg-bottom-16px-tablet {
    margin-bottom: 16px;
  }

  .mg-bottom-160px {
    margin-bottom: 140px;
  }

  .mg-bottom-112px {
    margin-bottom: 93px;
  }

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

  .mg-top--100px.mg-top-0-tablet {
    margin-top: 0;
  }

  .grid-5-columns.process-grid-2-col {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .marquee-row {
    min-width: 1339px;
  }

  .popup-floating {
    max-width: 323px;
  }

  .popup-floating._01 {
    bottom: 156px;
    right: 28px;
  }

  .popup-floating._02 {
    bottom: 30px;
  }

  .cta-description._01 {
    padding-top: 0;
  }

  .card-sales-wrapper {
    display: none;
  }

  .social-gallery-card---wrapper {
    width: auto;
    right: -24px;
  }

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

  .post-featured-v2---content {
    max-width: 550px;
  }

  .hamburger-menu-bars {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .layout-top---main-content {
    max-width: 750px;
    padding-bottom: 0;
  }

  .layout-bottom---main-content {
    max-width: 750px;
    padding-top: 0;
  }

  .mg-bottom-90px {
    margin-bottom: 80px;
  }

  .mg-bottom-90px.alt---tablet {
    margin-bottom: 60px;
  }

  .mg-bottom-12px-tablet {
    margin-bottom: 12px;
  }

  .hero-v2-content {
    min-width: auto;
  }

  .hero-v4-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 0;
    display: flex;
  }

  .resume-card---content-top {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .pd-top-75px {
    padding-top: 70px;
  }

  .pd-top-75px.pd-top-0px---tablet {
    padding-top: 0;
  }

  .package-card-content {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .add-cart-top {
    width: 43%;
    margin-bottom: 0;
    margin-right: 32px;
  }

  .add-cart-bottom {
    flex: 1;
  }

  .more-templates-badge-wrapper-edited {
    right: 24px;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

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

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper-2 {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

  h1 {
    margin-bottom: 10px;
    font-size: 38px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  label {
    font-size: 16px;
  }

  blockquote {
    background-size: 100%;
    padding: 60px 32px;
    font-size: 18px;
  }

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

  .grid-2-columns.gap-40px.case-studies-page-grid {
    grid-row-gap: 40px;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item {
    grid-column-gap: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    grid-row-gap: 50px;
  }

  .grid-2-columns.team-member-grid-2-col {
    grid-row-gap: 40px;
    max-width: 600px;
    padding-bottom: 100px;
  }

  .grid-2-columns.footer-grid-2-col.v1 {
    grid-row-gap: 60px;
  }

  .grid-2-columns.menu-grid-2-col-wrapper.headers {
    grid-column-gap: 32px;
    grid-template-columns: 1fr .5fr;
  }

  .grid-2-columns.menu-grid-2-col.headers {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-2-columns.blog-grid-2-col._01 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-grid-2-col.author-grid {
    grid-column-gap: 32px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2-columns.contact-grid-2-col.v1 {
    grid-row-gap: 60px;
  }

  .grid-2-columns.faq-grid-2-col {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-grid-2-cols.service-single-hero, .grid-2-columns.hero-grid-2-cols.package-single-hero {
    grid-row-gap: 50px;
  }

  .grid-2-columns.hero-grid-2-cols.not-found-grid-2-col {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-grid-2-cols.v1-hero {
    grid-row-gap: 60px;
  }

  .grid-2-columns.title-left-grid-2-col {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-left-grid-2-col.title-left---card {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.v3-grid-2-col.layout---image-right, .grid-2-columns.v3-grid-2-col.layout---image-left {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.v3-grid-2-col._03 {
    grid-template-columns: auto 1fr;
  }

  .grid-2-columns.v2-grid-2-col.layout-top {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .grid-2-columns.v2-grid-2-col.layout-bottom {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 80px;
  }

  .grid-2-columns.v1-grid-2-col.layout-02 {
    grid-row-gap: 60px;
  }

  .grid-2-columns.v1-grid-2-col.layout-v1 {
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.social-photo-user---grid {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.layout-top-grid-2-col {
    grid-row-gap: 60px;
  }

  .grid-2-columns.layout-top-grid-2-col.v2 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-v18-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .card.sales-page.show-in-tablet.last, .card.sales-page.last {
    width: 100%;
  }

  .card.buy-now {
    border-radius: 16px;
  }

  .card.social-photo-user {
    align-items: center;
    padding-top: 70px;
    padding-right: 0;
  }

  .card.social-photo-card {
    width: 100%;
  }

  .card.blog-featured.inner-card {
    max-width: 100%;
    padding: 40px 32px;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .card.blog-featured.post-featured-v2 {
    padding: 40px 32px;
  }

  .card.faq-card {
    padding: 42px 32px 60px;
  }

  .card.package-card {
    padding: 50px 32px;
  }

  .card.add-cart {
    flex-direction: column;
    padding: 50px 32px;
  }

  .card.page-not-found-card {
    max-width: 100%;
    padding: 48px 32px;
  }

  .card.password-protected-card {
    padding: 80px 32px;
  }

  .card.hero-v4-card {
    padding: 50px 32px;
  }

  .card.resume-card {
    padding: 40px 32px;
  }

  .card.v3-hero-card {
    padding: 70px 24px;
  }

  .card.testimonial-card.v1 {
    padding: 50px 32px;
  }

  .card.process-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 40px 32px;
  }

  .card.process-card._01 {
    margin-top: 50px;
  }

  .card.dropdown-card {
    margin-top: 20px;
  }

  .card.contact-form-v1 {
    padding: 42px 32px 63px;
  }

  .card.contact-full {
    padding: 53px 32px 56px;
  }

  .card.contact-form-wrapper-v2 {
    padding: 42px 32px 53px;
  }

  .card.post-v1._3-posts---item {
    flex-direction: column;
    align-items: stretch;
  }

  .card.v3-hero-card-copy, .card.v3-hero-card-copy-copy {
    padding: 70px 24px;
  }

  .grid-4-columns.stats-grid-4-col {
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-4-columns.stats-grid {
    grid-auto-columns: auto;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._40px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider._32px {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .divider._100px {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .divider.top-80px---bottom-0 {
    margin-top: 60px;
  }

  .divider._48px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

  .mg-bottom-24px {
    margin-bottom: 20px;
  }

  .mg-bottom-24px.mg-bottom-24px-mbl {
    margin-bottom: 24px;
  }

  .mg-bottom-32px {
    margin-bottom: 26px;
  }

  .mg-bottom-32px.mg-bottom-32px---mbl {
    margin-bottom: 32px;
  }

  .mg-bottom-32px.mg-bottom-16px---mbl {
    margin-bottom: 16px;
  }

  .mg-bottom-40px {
    margin-bottom: 34px;
  }

  .mg-bottom-40px.mg-bottom-60px---mbl {
    margin-bottom: 60px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .mg-bottom-64px {
    margin-bottom: 54px;
  }

  .mg-bottom-72px, .mg-bottom-80px {
    margin-bottom: 60px;
  }

  .mg-top-40px {
    margin-top: 34px;
  }

  .mg-top-48px {
    margin-top: 40px;
  }

  .mg-right-24px.responsive-mg-right {
    margin-right: 16px;
  }

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

  .text-200.list {
    line-height: 22px;
  }

  .display-1 {
    font-size: 40px;
  }

  .grid-1-column.gap-column-24px {
    grid-row-gap: 20px;
  }

  .display-2, .display-2.display-price {
    font-size: 32px;
  }

  .display-3 {
    font-size: 26px;
  }

  .display-4 {
    font-size: 22px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

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

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

  .text-300 {
    font-size: 18px;
  }

  .text-100 {
    font-size: 14px;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.card-logos {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.style---buttons-grid.download-app-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .grid-3-columns.blog-grid-v1 {
    grid-template-columns: 1fr;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._270px._100-mbl {
    max-width: 100%;
  }

  .inner-container.big-number {
    max-width: 50px;
  }

  .inner-container._100-mbl {
    max-width: 100%;
  }

  .inner-container._600px---mbl {
    max-width: 600px;
  }

  .inner-container._550px---mbl {
    max-width: 550px;
  }

  .inner-container._500px---mbl {
    max-width: 500px;
  }

  .inner-container._580px---mbl {
    max-width: 580px;
  }

  .inner-container._340px---mbl {
    max-width: 340px;
  }

  .inner-container._350px---mbl {
    max-width: 350px;
  }

  .inner-container._450px---mbl {
    max-width: 450px;
  }

  .inner-container._400px---mbl {
    max-width: 400px;
  }

  .inner-container._650px---mbl {
    max-width: 650px;
  }

  .inner-container._48px.responsive {
    max-width: 40px;
  }

  .inner-container._54px---mbl {
    max-width: 54px;
  }

  .style---content-heading {
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    max-width: 58px;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---bg-white, .style-buttons-dark {
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 16px 20px 12px;
    font-size: 16px;
  }

  .btn-primary.small {
    padding: 12px 18px 8px;
    font-size: 14px;
  }

  .btn-primary.small.btn-pagination {
    font-size: 14px;
  }

  .btn-primary.large {
    padding: 18px 42px 14px;
    font-size: 18px;
  }

  .btn-primary.large.text-200 {
    font-size: 16px;
  }

  .btn-primary.inside-input.default, .btn-primary.inside-input.large {
    top: 6px;
    bottom: 6px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .btn-primary.btn-form {
    padding-right: 70px;
  }

  .btn-primary.btn-pagination {
    margin-top: 40px;
    font-size: 16px;
  }

  .btn-secondary {
    padding: 16px 20px 12px;
    font-size: 16px;
  }

  .btn-secondary.small {
    padding: 12px 18px 8px;
    font-size: 14px;
  }

  .btn-secondary.small.btn-pagination {
    font-size: 14px;
  }

  .btn-secondary.large {
    padding: 18px 42px 14px;
    font-size: 18px;
  }

  .btn-secondary.btn-pagination {
    margin-top: 40px;
    font-size: 16px;
  }

  .btn-secondary.uppercase-btn {
    padding: 24px 28px 20px;
    font-size: 14px;
  }

  .badge-primary {
    padding: 16px 24px 12px;
    font-size: 16px;
  }

  .badge-primary.small {
    padding: 12px 18px 10px;
    font-size: 14px;
  }

  .badge-primary.large {
    padding: 20px 32px 18px;
    font-size: 18px;
  }

  .badge-secondary {
    padding: 16px 24px 12px;
    font-size: 16px;
  }

  .badge-secondary.small {
    padding: 12px 18px 10px;
    font-size: 14px;
  }

  .badge-secondary.large {
    padding: 20px 32px 18px;
    font-size: 18px;
  }

  .badge-secondary.category-badge {
    margin-right: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .input {
    min-height: 60px;
    font-size: 16px;
  }

  .input.small {
    min-height: 40px;
    font-size: 14px;
  }

  .input.large {
    min-height: 70px;
    font-size: 18px;
  }

  .text-area {
    min-height: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .text-area.small {
    min-height: 92px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 14px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
  }

  .checkbox-field-wrapper.small {
    font-size: 14px;
  }

  .checkbox {
    min-width: 22px;
    min-height: 22px;
  }

  .checkbox.large {
    min-width: 26px;
    min-height: 26px;
  }

  .checkbox.small {
    min-width: 20px;
    min-height: 20px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
  }

  .radio-button-field-wrapper.small {
    font-size: 14px;
  }

  .radio-button {
    min-width: 22px;
    min-height: 22px;
  }

  .radio-button.large {
    min-width: 26px;
    min-height: 26px;
  }

  .radio-button.small {
    min-width: 20px;
    min-height: 20px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
  }

  .avatar-circle._05 {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .avatar-circle._06 {
    width: 120px;
    max-width: 120px;
    height: 120px;
    max-height: 120px;
  }

  .avatar-circle._07 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._08 {
    width: 220px;
    max-width: 220px;
    height: 220px;
    max-height: 220px;
  }

  .avatar-circle._03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .avatar-circle._04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .avatar-circle._208px {
    min-width: 160px;
    max-width: 160px;
    min-height: 160px;
    max-height: 160px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .square-icon {
    max-width: 56px;
  }

  .social-icon-font {
    font-size: 16px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .line-square-icon.link-icon-right.uppercase {
    margin-top: -5px;
  }

  .rich-text-v1 h2 {
    margin-bottom: 16px;
  }

  .rich-text-v1 h3 {
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .rich-text-v1 figure {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .rich-text-v1 ul, .rich-text-v1 ol {
    margin-top: 26px;
    margin-bottom: 26px;
    padding-left: 30px;
  }

  .rich-text-v1 h6 {
    margin-top: 32px;
    margin-bottom: 10px;
  }

  .rich-text-v1 h5, .rich-text-v1 h4 {
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .rich-text-v1 blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
  }

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

  .style---dropdown-link-icon-sidebar {
    border-radius: 6px;
  }

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

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

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

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

  .section.hero.search-page {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .section.hero.v9 {
    padding-top: 60px;
  }

  .section.hero.v20 {
    padding-top: 30px;
  }

  .section.hero.v12, .section.hero.v13 {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .section.hero.v14 {
    padding-top: 50px;
    padding-bottom: 110px;
  }

  .section.hero.v6, .section.hero.v5 {
    padding-top: 60px;
  }

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

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

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

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

  .section.hero.v15 {
    padding-top: 60px;
  }

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

  .section.hero.v18 {
    padding-top: 60px;
  }

  .section.hero.v19 {
    padding-top: 80px;
    padding-bottom: 138px;
  }

  .section.hero.v2, .section.hero.v1 {
    padding-top: 50px;
  }

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

  .section.top-bottom-160px, .section.top-bottom-140px, .section.top-bottom-120px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .section.pd-top-80px {
    padding-top: 60px;
  }

  .section.top-160px {
    padding-top: 100px;
  }

  .section.bottom-176px {
    padding-bottom: 110px;
  }

  .section.pd-top-bottom-0px {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.pd-150px {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .top-bar-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .top-bar-padding.small-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-h1-size {
    font-size: 38px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .heading-h3-size {
    font-size: 22px;
  }

  .heading-h4-size {
    font-size: 20px;
  }

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h6-size {
    font-size: 14px;
  }

  .header-nav-link {
    font-size: 16px;
  }

  .header-nav-link.white-transparent.text-capitalize {
    font-size: 14px;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
  }

  .header-nav-list-item.show-in-tablet.text-bold, .header-nav-list-item.text-bold.left {
    margin-bottom: 16px;
  }

  .dropdown-wrapper {
    font-size: 16px;
  }

  .dropdown-toggle.dark-mode.light-mode---text-capitalize {
    font-size: 14px;
  }

  .header-logo.header-v2 {
    max-width: 90%;
  }

  .header-logo-link {
    max-width: 158px;
  }

  .header-logo-link.left {
    margin-right: 24px;
  }

  .hamburger-menu-wrapper {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    margin-left: 16px;
  }

  .hamburger-menu-bar {
    width: 19px;
  }

  .btn-circle-primary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 24px;
  }

  .btn-circle-primary.small {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    font-size: 20px;
  }

  .btn-circle-primary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 30px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 24px;
  }

  .btn-circle-secondary.small {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    font-size: 20px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 30px;
  }

  .utility-page-wrap {
    min-height: 60vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .utility-page-wrap.not-found-utility-page {
    padding-top: 80px;
    padding-bottom: 180px;
  }

  .utility-page-wrap.password-protected-utility-page {
    padding-top: 80px;
    padding-bottom: 110px;
  }

  .flex-horizontal.space-between.gap-16px---flex-vertical-mbl {
    grid-row-gap: 8px;
    align-items: stretch;
  }

  .flex-horizontal.gap-16px---flex-vertical-mbl {
    flex-direction: column;
  }

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

  .footer-logo-wrapper {
    max-width: 165px;
  }

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

  .footer-top.v1 {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .footer-top.v2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-bottom.v3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  ._w-h-100.about-service---featured-image {
    max-height: 400px;
  }

  .fit-cover._w-h-100.hero-v1-image, .fit-cover._w-h-100.layout-v2-image {
    max-height: 500px;
  }

  .fit-cover._w-h-100.layout-top---image---500px-tablet, .fit-cover._w-h-100.layout-bottom---image {
    max-height: 400px;
  }

  .fit-cover._w-h-100.full-image-v1 {
    min-height: 220px;
  }

  .fit-cover._w-h-100.v3-figure, .fit-cover._w-h-100.layout-top---image.layout---image-left, .fit-cover._w-h-100.layout-top---image.layout---image-left-top, .fit-cover._w-h-100.hero-v4-image, .fit-cover._w-h-100.service-single-image-full-width, .fit-cover._w-h-100.hero-v18---image {
    max-height: 400px;
  }

  .lightbox-video-icon-wrapper {
    width: 20%;
    max-width: 102px;
  }

  .subtitle {
    font-size: 16px;
  }

  .logo-strip-image._03 {
    border-right: 1px solid var(--neutral--400);
    border-left-style: none;
  }

  .logo-strip-image._04 {
    border-bottom: 1px solid var(--neutral--400);
    border-right-style: none;
  }

  .logo-strip-image._05 {
    border-right: 1px solid var(--neutral--400);
  }

  .logo-strip-image._06 {
    border-left-style: none;
  }

  .logo-strip-image.logo-grid {
    max-width: 80%;
  }

  .logo-strip-image.logo-grid.last {
    margin-right: -100%;
  }

  .accordion-item-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .accordion-spacer {
    min-height: 10px;
  }

  .accordion-icon-wrapper {
    width: 20px;
    min-width: 20px;
    margin-top: 3px;
    margin-left: 16px;
    font-size: 18px;
  }

  .empty-state.small {
    font-size: 14px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.team-member-page {
    padding: 40px 32px 56px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 32px;
    padding-right: 32px;
  }

  .categories-badges-item-wrapper {
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .categories-badges-wrapper {
    grid-row-gap: 12px;
  }

  .categories-badges-wrapper.center {
    justify-content: center;
  }

  .cart-button.text-white.text-capitalize.bold {
    font-size: 14px;
  }

  .cart-quantity {
    font-size: 16px;
  }

  .cart-quantity.color-neutral-100.quantity-bold {
    font-size: 14px;
  }

  .checkout-col-right {
    position: static;
  }

  .shipping-method {
    font-size: 16px;
  }

  .home-pages-cointainer {
    margin-top: 60px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 14px;
  }

  .image-home-link-wrapper {
    max-width: 190px;
    margin-left: 7px;
    margin-right: 7px;
  }

  .card-sales-home-content {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .figma-file-text-wrapper {
    padding: 50px 32px;
  }

  .badge-home {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
    line-height: 1.1em;
  }

  .card-home-pages-wrapper {
    padding-top: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-square-logo {
    border-radius: 18px;
    max-width: 70px;
    margin-bottom: 20px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
    margin-top: 50px;
    margin-bottom: -40px;
  }

  .contact-wrapper {
    padding: 40px 24px;
  }

  .blog-author-grid-2-col {
    grid-template-columns: 1fr;
  }

  .rich-text-v2 h2 {
    font-size: 32px;
  }

  .rich-text-v2 ul, .rich-text-v2 ol {
    margin-top: 26px;
    margin-bottom: 26px;
    padding-left: 30px;
  }

  .position-static-mbl {
    position: static;
  }

  .divider-2 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .image-size._88px {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .mg-bottom-60px {
    margin-bottom: 50px;
  }

  .card-picture.post-v1---image._3-posts---item {
    max-width: 100%;
  }

  .card-image.case-study-card---image {
    max-height: 276px;
  }

  .card-image.post-featured-v1---image, .card-image.post-featured-v2---image, .card-image.post-v3---image {
    max-height: 324px;
  }

  .card-image.post-v1---image._3-posts---item {
    max-height: 247px;
  }

  .card-image.blog-featured-v2---image {
    min-height: 580px;
    max-height: 580px;
  }

  .card-icon-black-wrapper, .card-icon-white-wrapper {
    max-width: 40px;
  }

  .card-blue-hover.contact-wrapper {
    padding: 40px 32px;
  }

  .card-blue-hover.services-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card-blue-hover.services-card._01 {
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .card-blue-hover.services-card._01.responsive-alt {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card-blue-hover.services-card._02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-blue-hover.services-card._03 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .card-blue-description.case-study-card---content-inside {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card-blue-description.case-study-card---content-inside.v2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .arrow-large-right.link-icon-right {
    margin-left: 20px;
  }

  .circle-floating {
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    max-height: 200px;
  }

  .circle-floating.footer-v1 {
    top: -5.5%;
    right: -19%;
  }

  .circle-floating._02 {
    top: -40px;
  }

  .circle-floating._04 {
    bottom: -132px;
    left: -5%;
  }

  .circle-floating._05 {
    bottom: -134px;
  }

  .circle-floating._07 {
    top: -32px;
    left: -126px;
  }

  .circle-floating._09 {
    bottom: -76px;
    right: -61px;
  }

  .circle-floating._10 {
    bottom: -51px;
    left: -81%;
  }

  .circle-floating._11 {
    bottom: -25px;
    left: -64px;
  }

  .circle-floating._12 {
    bottom: -33px;
  }

  .circle-floating._13 {
    max-width: 200px;
    top: -46px;
    right: -96px;
  }

  .circle-floating._14 {
    min-width: 28%;
    max-width: 28%;
    min-height: 50%;
    max-height: 50%;
    top: -32px;
  }

  .circle-floating._15 {
    max-width: 160px;
    bottom: -129px;
    left: -47px;
  }

  .circle-floating._16 {
    bottom: -80px;
  }

  .circle-floating._17 {
    top: -51px;
    left: -81px;
  }

  .circle-floating._18 {
    bottom: -70px;
    right: -70px;
  }

  .circle-floating._19 {
    min-width: 100px;
    max-width: 100px;
    top: -87px;
  }

  .circle-floating._22 {
    bottom: -30%;
  }

  .circle-floating._24 {
    top: -57px;
    right: -19%;
  }

  .circle-floating._26 {
    bottom: -105px;
  }

  .circle-floating._27 {
    bottom: -77px;
    left: -90px;
  }

  .circle-floating.layout-02---shape {
    right: -78px;
  }

  .circle-floating._30 {
    bottom: -60px;
  }

  .circle-floating._31 {
    bottom: -128px;
    left: -76px;
  }

  .circle-floating._32 {
    bottom: -30px;
  }

  .circle-floating.layout-v1---shape {
    top: -24%;
    bottom: auto;
    right: -74px;
  }

  .circle-floating.v1-full-width---shape {
    top: -12px;
  }

  .circle-floating.solid-shape-v1 {
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    max-height: 200px;
    top: -122px;
    right: -11%;
  }

  .circle-floating.solid-shape-v2 {
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    max-height: 200px;
    top: -119px;
    left: -101px;
  }

  .circle-floating.solid-shape-v3 {
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    max-height: 200px;
    right: -47px;
  }

  .circle-floating.cta-circle {
    bottom: -143px;
    left: -61px;
  }

  .circle-floating._0-2-1 {
    top: -66px;
    right: -85px;
  }

  .circle-floating.solid-shape-v4 {
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    max-height: 200px;
    top: -139px;
    right: -4%;
  }

  .circle-floating.solid-shape-v5 {
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    max-height: 200px;
    top: -131px;
    right: -85px;
  }

  .circle-floating._07-1 {
    top: -32px;
    left: -126px;
  }

  .bg-floating-content.top.contact-v2-bg-hero {
    height: 75%;
  }

  .bg-floating-content.top.contact-v2-bg-section {
    height: 80%;
  }

  .bg-floating-content.top.services-bg-hero {
    height: 26%;
  }

  .bg-floating-content.top.packages-bg-content {
    height: 616px;
  }

  .bg-floating-content.top.v15-bg-content {
    bottom: 120px;
  }

  .bg-floating-content.top.case-studies-bg-content {
    min-height: 800px;
  }

  .bg-floating-content.top.case-studie-single-bg-content {
    bottom: 110px;
  }

  .bg-floating-content.top.bg-content-v1 {
    height: 70%;
  }

  .bg-floating-content.top.v2-bg-content-hero {
    bottom: 150px;
  }

  .bg-floating-content.bottom._50 {
    height: 88%;
  }

  .card-description.post-card-description.post-featured-v1---content, .card-description.post-card-description.post-featured-v2---content-right, .card-description.post-card-description.post-v3---content {
    padding: 32px 32px 40px;
  }

  .card-circle {
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    font-size: 20px;
  }

  .cta-inner-section._02 {
    padding: 100px 18px 80px;
  }

  .cta-inner-section._03, .cta-inner-section.v1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-inner-section.v2 {
    padding: 80px 32px 84px;
  }

  .cta-inner-section.v3 {
    padding: 57px 32px;
  }

  .inner-floating-circle._02 {
    max-width: 32%;
    margin-right: -91px;
  }

  .full-width-wrapper.pricing-single-full-width-wrapper {
    max-height: 400px;
  }

  .full-width-wrapper.layout---image-left-full-width-wrapper {
    max-width: 100%;
    min-height: auto;
    display: flex;
  }

  .full-width-wrapper.v2-full-width-wrapper {
    min-height: 300px;
    max-height: 350px;
  }

  .full-width-wrapper.v1-full-width-wrapper {
    max-height: 500px;
  }

  .full-width.right.hero-v4-full-width-right {
    margin-top: 32px;
  }

  .full-width.left.about-full-width-v1 {
    max-height: 400px;
  }

  .full-width.left.layout---image-left-full-width {
    flex: 1;
    min-width: 100%;
    margin-left: -24px;
    position: static;
  }

  .full-width.left.layout-v2-image {
    padding-right: 0;
  }

  .align-self-bottom.width-100-mbl {
    width: 100%;
  }

  .align-self-bottom.width-100-mbl.button-wrap {
    margin-top: 24px;
    margin-left: 0;
  }

  .figure.video-player {
    min-height: 300px;
  }

  .figure.team-portrait {
    max-width: 200px;
  }

  .check-circle.bg-accent-1 {
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
    margin-top: -2px;
    font-size: 10px;
  }

  .mg-bottom-98px {
    margin-bottom: 68px;
  }

  .arrow-floating.arrow-diagonal-service {
    top: 24px;
    right: 20px;
  }

  .mg-bottom-160px {
    margin-bottom: 120px;
  }

  .mg-bottom-112px {
    margin-bottom: 78px;
  }

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

  .grid-5-columns.process-grid-2-col {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid-5-columns.logo-strip {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    max-width: 500px;
  }

  .divider-vertical---horizontal-mbl {
    width: 100%;
    height: 1px;
  }

  .marquee-row {
    min-width: 1000px;
  }

  .marquee-row.testimonial-marquee-row {
    grid-column-gap: 24px;
    min-width: 1756px;
    padding-right: 24px;
  }

  .popup-floating {
    border-radius: 12px;
    max-width: 45%;
  }

  .popup-floating._01 {
    display: none;
    bottom: 30%;
    right: 18px;
  }

  .popup-floating._02 {
    display: none;
  }

  .testimonial-card-marquee {
    padding-top: 50px;
  }

  .not-found-image {
    max-width: 500px;
  }

  .style-guide-logo {
    max-width: 177px;
  }

  .mg-left-24px {
    margin-left: 20px;
  }

  .mg-bottom-34px {
    margin-bottom: 28px;
  }

  .cart-item-title {
    font-size: 16px;
  }

  .layout-v1-content-right {
    max-width: 600px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .layout-v1-content-left {
    max-width: 500px;
  }

  .social-gallery-card---wrapper {
    margin-left: -24px;
    margin-right: -24px;
    position: static;
  }

  .testimonial-card-v1---icon {
    max-width: 31px;
  }

  .layout-top---main-content, .layout-bottom---main-content {
    max-width: 600px;
  }

  .mg-bottom-90px {
    margin-bottom: 75px;
  }

  .mg-bottom-90px.alt---tablet {
    margin-bottom: 50px;
  }

  .mg-bottom-12px-tablet {
    margin-bottom: 10px;
  }

  .big-number-top---content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
    max-width: 600px;
  }

  .title-center---left-mbl {
    text-align: left;
    align-items: stretch;
  }

  .resume-card---content-top {
    margin-bottom: 24px;
  }

  .contact-form-block-v1 {
    min-height: 467px;
  }

  .contact-form-block-v2 {
    min-height: 733px;
  }

  .pd-top-75px {
    padding-top: 63px;
  }

  .feature-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .page-display-price-wrapper {
    margin-bottom: 26px;
  }

  .add-to-cart {
    min-height: 128px;
  }

  .add-cart-top {
    width: 100%;
    max-width: 450px;
    margin-bottom: 26px;
    margin-right: 0;
  }

  .form-input-block {
    min-height: 60px;
  }

  .mg-right--16px.categories-responsive {
    margin-right: -12px;
  }

  .mg-bottom--32px {
    margin-bottom: -26px;
  }

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

  .mg-bottom---14px---mbl {
    margin-bottom: 14px;
  }

  .order-item-title {
    font-size: 16px;
  }

  .flexbox-cta-section, .grid-three-column {
    grid-template-columns: 1fr;
  }

  .h2-heading-2 {
    font-size: 46px;
    line-height: 54px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  blockquote {
    padding: 50px 24px;
    font-size: 18px;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    grid-row-gap: 40px;
  }

  .grid-2-columns.team-member-grid-2-col {
    padding-bottom: 80px;
  }

  .grid-2-columns.menu-grid-2-col-wrapper.footer-v1, .grid-2-columns.menu-grid-2-col-wrapper.headers {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.contact-grid-2-col.v1, .grid-2-columns.hero-grid-2-cols.v1-hero {
    grid-row-gap: 50px;
  }

  .grid-2-columns.v3-grid-2-col._03 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.v1-grid-2-col.layout-02, .grid-2-columns.layout-top-grid-2-col {
    grid-row-gap: 50px;
  }

  .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr;
  }

  .card.social-photo-user {
    height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .card.blog-featured.inner-card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-height: none;
    padding: 24px 24px 32px;
    position: static;
  }

  .card.blog-featured.post-featured-v2 {
    grid-column-gap: 8px;
    flex-wrap: wrap;
    padding: 32px 24px;
  }

  .card.blog-featured.v2 {
    border-radius: 12px;
  }

  .card.faq-card {
    padding: 40px 24px 50px;
  }

  .card.package-card {
    padding: 43px 24px;
  }

  .card.add-cart, .card.page-not-found-card {
    padding: 40px 24px;
  }

  .card.password-protected-card {
    padding: 60px 24px;
  }

  .card.hero-v4-card {
    padding: 40px 24px;
  }

  .card.resume-card {
    padding: 32px 24px;
  }

  .card.v3-hero-card {
    width: 100%;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card.testimonial-card.v1 {
    max-width: 300px;
    padding: 40px 24px;
  }

  .card.process-card {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    align-items: stretch;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.process-card._01 {
    margin-top: 40px;
  }

  .card.contact-form-v1 {
    padding: 32px 24px 53px;
  }

  .card.contact-full {
    padding: 43px 24px 46px;
  }

  .card.contact-form-wrapper-v2 {
    padding: 40px 24px 50px;
  }

  .card.v3-hero-card-copy, .card.v3-hero-card-copy-copy {
    width: 100%;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .divider, .divider._64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider.card-post-divider {
    width: 20px;
  }

  .mg-bottom-16px {
    margin-bottom: 8px;
  }

  .mg-bottom-24px.mg-bottom-24px-mbl {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 4px;
  }

  .mg-bottom-32px.mg-bottom-16px---mbl {
    margin-bottom: 13px;
  }

  .mg-bottom-80px {
    margin-bottom: 50px;
  }

  .mg-right-24px.responsive-mg-right {
    margin-right: 8px;
  }

  .display-1 {
    font-size: 36px;
  }

  .display-2 {
    font-size: 28px;
  }

  .display-2.mg-bottom-0 {
    text-align: center;
  }

  .display-2.display-price {
    font-size: 25px;
  }

  .display-3 {
    font-size: 22px;
  }

  .display-4 {
    font-size: 20px;
  }

  .text-300.bold.color-neutral-100 {
    font-size: .9em;
  }

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

  .grid-3-columns.style---buttons-grid {
    justify-items: stretch;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container._1052px.center {
    text-align: left;
  }

  .inner-container.big-number {
    max-width: 44px;
  }

  .inner-container._500px---tablet {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: center;
    align-items: flex-start;
  }

  .inner-container._350px---mbp {
    max-width: 350px;
  }

  .style---content-heading {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---heading-icon-wrapper {
    width: 58px;
    margin-right: 14px;
  }

  .style---bg-white, .style-buttons-dark {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary {
    width: 100%;
  }

  .btn-primary.small {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .btn-primary.large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding: 16px 20px 12px;
  }

  .btn-primary.inside-input.large {
    padding: 18px 20px 14px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
    font-size: .9rem;
  }

  .btn-primary.btn-form {
    padding-left: 10px;
    padding-right: 60px;
  }

  .btn-primary.btn-pagination {
    margin-top: 32px;
    margin-left: 0;
    margin-right: 0;
  }

  .btn-secondary {
    width: 100%;
  }

  .btn-secondary.large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-secondary.btn-pagination {
    margin-top: 32px;
    margin-left: 0;
    margin-right: 0;
  }

  .btn-secondary.uppercase-btn {
    padding: 20px 20px 16px;
  }

  .badge-primary {
    padding: 13px 20px 10px;
  }

  .badge-primary.small {
    padding: 10px 14px 8px;
  }

  .badge-primary.large {
    padding: 18px 26px 16px;
  }

  .badge-secondary {
    padding: 13px 20px 10px;
  }

  .badge-secondary.small {
    padding: 10px 14px 8px;
  }

  .badge-secondary.large {
    padding: 18px 26px 16px;
  }

  .badge-secondary.category-badge {
    margin-right: 0;
  }

  .input.button-inside {
    margin-bottom: 16px;
    padding-right: 0%;
  }

  .input.dark-mode {
    padding-left: 20px;
    padding-right: 20px;
  }

  .input.dark-mode.button-inside {
    padding-right: 20px;
  }

  .avatar-circle._208px {
    min-width: 120px;
    max-width: 120px;
    min-height: 120px;
    max-height: 120px;
  }

  .avatar-circle._64px {
    width: 48px;
    max-width: 48px;
    height: 48px;
    max-height: 48px;
  }

  .square-icon {
    max-width: 56px;
  }

  .social-icon-square {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    font-size: 16px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
  }

  .rich-text-v1 h2 {
    margin-bottom: 12px;
  }

  .rich-text-v1 h3 {
    margin-top: 26px;
    margin-bottom: 12px;
  }

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

  .rich-text-v1 ul, .rich-text-v1 ol {
    padding-left: 20px;
  }

  .rich-text-v1 h6 {
    margin-top: 26px;
    margin-bottom: 8px;
  }

  .rich-text-v1 h5, .rich-text-v1 h4 {
    margin-top: 26px;
    margin-bottom: 12px;
  }

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

  .buttons-row {
    flex-direction: column;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .section.hero-page {
    background-image: linear-gradient(to bottom, white 60%, var(--accent--primary-1) 60%);
    padding-top: 50px;
    padding-bottom: 100px;
  }

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

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

  .section.hero.v9 {
    padding-top: 50px;
  }

  .section.hero.v20 {
    padding-top: 20px;
  }

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

  .section.hero.v13 {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .section.hero.v14 {
    padding-top: 50px;
    padding-bottom: 90px;
  }

  .section.hero.v6, .section.hero.v5 {
    padding-top: 50px;
  }

  .section.hero.v7, .section.hero.v8 {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .section.hero.v10 {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .section.hero.v11 {
    padding-top: 50px;
    padding-bottom: 90px;
  }

  .section.hero.v15 {
    padding-top: 50px;
  }

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

  .section.hero.v18 {
    padding-top: 50px;
  }

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

  .section.hero.v2, .section.hero.v1 {
    padding-top: 40px;
  }

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

  .section.hero.v3-margintop {
    justify-content: center;
    align-items: center;
    min-height: auto;
  }

  .section.top-bottom-160px, .section.top-bottom-140px, .section.top-bottom-120px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section.top-160px {
    padding-top: 80px;
  }

  .section.bottom-176px {
    padding-bottom: 90px;
  }

  .section.pd-top-bottom-0px {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.pd-150px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .top-bar-wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

  .elements---element-title.large {
    margin-top: 53px;
  }

  .heading-h1-size {
    font-size: 32px;
  }

  .heading-h2-size {
    font-size: 24px;
  }

  .heading-h3-size {
    font-size: 20px;
  }

  .heading-h4-size {
    font-size: 18px;
  }

  .header-nav-menu-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-nav-list-item {
    text-align: left;
  }

  .header-nav-list-item.show-in-tablet {
    display: flex;
  }

  .header-nav-list-item.show-in-tablet.header-menu-btn {
    align-self: stretch;
  }

  .header-logo.header-v2 {
    max-width: 80%;
  }

  .header-logo-link {
    max-width: 133px;
  }

  .hamburger-menu-wrapper, .hamburger-menu-wrapper.w--open {
    background-color: var(--accent--ifk-greent);
  }

  .btn-circle-primary.btn-circle-slider {
    margin-top: auto;
    margin-bottom: auto;
    inset: auto 0% -70px auto;
  }

  .btn-circle-primary.btn-circle-slider.left {
    margin-left: auto;
    bottom: 0;
    left: 0;
    right: auto;
  }

  .btn-circle-primary.btn-circle-slider.right {
    margin-right: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }

  .utility-page-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .utility-page-wrap.not-found-utility-page {
    padding-top: 60px;
    padding-bottom: 160px;
  }

  .utility-page-wrap.password-protected-utility-page {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .flex-vertical.cart-empty {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-horizontal.start.gap-16px {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .flex-horizontal.start.gap-16px.wrap---mbp {
    flex-wrap: wrap;
  }

  .flex-horizontal.start.case-study-card---stats {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .flex-horizontal.gap-16px---flex-wrap-mbp {
    flex-wrap: wrap;
  }

  .flex-horizontal.gap-16px---flex-vertical-mbp, .flex-horizontal.gap-16px---flex-vertical-mbl {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo-wrapper {
    max-width: 139px;
  }

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

  .footer-top.v1 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .footer-top.v2 {
    grid-column-gap: 3.4em;
    grid-row-gap: 3.4em;
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .error-message.password {
    padding-left: 20px;
    padding-right: 20px;
  }

  .error-message.cart-error {
    margin-left: 20px;
    margin-right: 20px;
  }

  ._w-h-100.about-service---featured-image {
    max-height: 300px;
  }

  .fit-cover._w-h-100.hero-v1-image, .fit-cover._w-h-100.layout-v2-image {
    max-height: 400px;
  }

  .fit-cover._w-h-100.layout-top---image---500px-tablet, .fit-cover._w-h-100.layout-bottom---image {
    max-height: 300px;
  }

  .fit-cover._w-h-100.full-image-v1 {
    min-height: 200px;
  }

  .fit-cover._w-h-100.v3-figure {
    max-height: 350px;
  }

  .fit-cover._w-h-100.layout-top---image.layout---image-left, .fit-cover._w-h-100.layout-top---image.layout---image-left-top, .fit-cover._w-h-100.hero-v4-image, .fit-cover._w-h-100.service-single-image-full-width {
    max-height: 300px;
  }

  .fit-cover._w-h-100.hero-v18---image {
    max-height: 350px;
  }

  .lightbox-video-icon-wrapper {
    width: 35%;
    max-width: 88px;
  }

  .subtitle {
    font-size: .7em;
    font-weight: 500;
  }

  .subtitle.different {
    color: var(--accent--color-grey);
    font-size: .7em;
  }

  .logo-strip-image.logo-grid {
    max-width: 80%;
  }

  .accordion-icon-wrapper {
    margin-left: 10px;
  }

  .pd---content-inside-card.team-member-page {
    padding: 32px 24px 46px;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .categories-badges-item-wrapper, .categories-badges-wrapper, .shipping-method {
    flex-direction: column;
  }

  .order-item {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .order-list-price {
    margin-top: 8px;
  }

  .order-item-image {
    margin-bottom: 20px;
  }

  .order-item-content {
    margin-right: 0;
  }

  .checkout-column {
    margin-bottom: 24px;
  }

  .image-home-link-wrapper {
    max-width: 180px;
  }

  .figma-file-text-wrapper {
    padding: 43px 24px;
  }

  .card-home-pages-wrapper {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-square-logo {
    border-radius: 14px;
    max-width: 60px;
    margin-bottom: 16px;
  }

  .cta-image-card {
    width: 800px;
    max-width: 800px;
    margin-top: 43px;
    margin-bottom: -32px;
  }

  .rich-text-v2 h2 {
    font-size: 28px;
  }

  .rich-text-v2 h3 {
    margin-top: 24px;
  }

  .rich-text-v2 ul, .rich-text-v2 ol {
    padding-left: 20px;
  }

  .divider-2 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .mg-bottom-16px-mbp {
    margin-bottom: 16px;
  }

  .image-size._88px {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .width-100-mbp {
    width: 100%;
    max-width: 100%;
  }

  .card-image.social-photo---image {
    min-height: 120px;
  }

  .card-image.case-study-card---image {
    max-height: 230px;
  }

  .card-image.post-featured-v1---image, .card-image.post-featured-v2---image, .card-image.post-v3---image {
    max-height: 270px;
  }

  .card-image.post-v1---image, .card-image.post-v1---image._3-posts---item {
    max-height: 220px;
  }

  .card-image.blog-featured-v2---image {
    min-height: auto;
    max-height: 350px;
  }

  .card-title-black.heading-h3-size.mg-bottom-0 {
    font-size: 1.5em;
  }

  .card-blue-hover.contact-wrapper {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-blue-hover.services-card {
    padding: 60px 24px 40px;
  }

  .card-blue-hover.services-card._01 {
    flex-direction: column;
  }

  .card-blue-hover.services-card._01.responsive-alt {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-blue-hover.services-card._03 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 32px;
  }

  .card-blue-description.case-study-card---content-inside, .card-blue-description.case-study-card---content-inside.v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .menu-list-wrapper {
    text-align: left;
    font-size: .9em;
  }

  .circle-floating {
    min-width: 160px;
    max-width: 160px;
    min-height: 160px;
    max-height: 160px;
  }

  .circle-floating.footer-v1 {
    min-width: 40%;
    max-width: 40%;
    top: auto;
    bottom: 23%;
    right: -17%;
  }

  .circle-floating._02 {
    top: -24px;
    right: -92px;
  }

  .circle-floating._04 {
    bottom: -117px;
  }

  .circle-floating._05 {
    bottom: -88px;
  }

  .circle-floating._07 {
    left: -92px;
  }

  .circle-floating._09 {
    bottom: -60px;
    right: -48px;
  }

  .circle-floating._13 {
    max-width: 160px;
  }

  .circle-floating._14 {
    max-width: 100px;
    top: -30px;
    left: -46px;
  }

  .circle-floating._15 {
    bottom: -108px;
    left: -28px;
  }

  .circle-floating._16 {
    bottom: -60px;
  }

  .circle-floating._17 {
    top: -39px;
    left: -54px;
  }

  .circle-floating._18 {
    bottom: -50px;
    right: -50px;
  }

  .circle-floating._19 {
    min-width: 60px;
    max-width: 60px;
    top: -76px;
  }

  .circle-floating._22 {
    bottom: -20%;
  }

  .circle-floating._24 {
    top: -50px;
  }

  .circle-floating._26 {
    max-width: 160px;
    bottom: -90px;
    right: -58px;
  }

  .circle-floating._27 {
    bottom: -18px;
    left: -82px;
  }

  .circle-floating.layout-02---shape {
    top: -30px;
    right: -59px;
  }

  .circle-floating._30 {
    bottom: -48px;
    right: -69px;
  }

  .circle-floating._31 {
    bottom: -86px;
    left: -55px;
  }

  .circle-floating._32 {
    bottom: -24px;
    right: -88px;
  }

  .circle-floating.layout-v1---shape {
    top: 34%;
    right: -79px;
  }

  .circle-floating.v1-full-width---shape {
    top: -8px;
    left: -23%;
  }

  .circle-floating.solid-shape-v1 {
    min-width: 160px;
    max-width: 160px;
    min-height: 160px;
    max-height: 160px;
    top: -95px;
    right: -15%;
  }

  .circle-floating.solid-shape-v2 {
    min-width: 160px;
    max-width: 160px;
    min-height: 160px;
    max-height: 160px;
    top: -100px;
    left: -73px;
  }

  .circle-floating.solid-shape-v3 {
    min-width: 160px;
    max-width: 160px;
    min-height: 160px;
    max-height: 160px;
    top: -102px;
  }

  .circle-floating.cta-circle {
    bottom: -112px;
  }

  .circle-floating._0-2-1 {
    top: -40px;
    right: -81px;
  }

  .circle-floating.solid-shape-v4 {
    min-width: 160px;
    max-width: 160px;
    min-height: 160px;
    max-height: 160px;
    top: -116px;
    right: -11%;
  }

  .circle-floating.solid-shape-v5 {
    min-width: 160px;
    max-width: 160px;
    min-height: 160px;
    max-height: 160px;
    top: -125px;
    right: -66px;
  }

  .circle-floating._07-1 {
    left: -92px;
  }

  .bg-floating-content.top.blog-v1-bg-content {
    height: 48%;
  }

  .bg-floating-content.top.blog-category-bg-content {
    height: 790px;
  }

  .bg-floating-content.top.contact-v1-bg-hero {
    height: 82%;
  }

  .bg-floating-content.top.v15-bg-content {
    bottom: 50px;
  }

  .bg-floating-content.top.case-studie-single-bg-content {
    bottom: 8%;
  }

  .bg-floating-content.top.bg-content-v1 {
    height: 80%;
  }

  .bg-floating-content.top.v2-bg-content-hero {
    bottom: 100px;
  }

  .bg-floating-content.bottom.bg-content-v1 {
    height: 26%;
  }

  .line.different {
    background-color: var(--accent--color-grey);
  }

  .line-wrapper {
    width: 30px;
  }

  .card-description.post-card-description.post-featured-v1---content, .card-description.post-card-description.post-featured-v2---content-right, .card-description.post-card-description.post-v3---content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-description.post-card-description.post-v1---description {
    padding: 24px 24px 28px;
  }

  .cta-inner-section._02 {
    padding: 80px 24px 70px;
  }

  .cta-inner-section._03 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-inner-section.v2 {
    padding: 60px 24px 64px;
  }

  .cta-inner-section.v3 {
    padding: 47px 24px;
  }

  .inner-floating-circle._02 {
    margin-bottom: -8%;
    margin-right: -49px;
  }

  .full-width-wrapper.pricing-single-full-width-wrapper {
    max-height: 350px;
  }

  .full-width-wrapper.hero-v18-full-width-wrapper {
    margin-left: -20px;
  }

  .full-width-wrapper.v2-full-width-wrapper {
    min-height: 250px;
    max-height: 300px;
  }

  .full-width-wrapper.layout-v1, .full-width-wrapper.layout-top---image-wrapper {
    min-height: 154px;
  }

  .full-width.right.layout-top---image-wrapper {
    margin-right: -20px;
  }

  .full-width.left.about-full-width-v1 {
    max-height: 300px;
    margin-left: -20px;
  }

  .full-width.left.layout---image-left-full-width, .full-width.left.layout-bottom---image-wrapper {
    margin-left: -20px;
  }

  .align-self-bottom.width-100-mbl.button-wrap {
    margin-top: 20px;
  }

  .figure.video-player {
    min-height: 200px;
  }

  .slider-wrapper.bottom-80px---mbp {
    padding-bottom: 80px;
  }

  .mg-bottom-160px {
    margin-bottom: 100px;
  }

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

  .marquee-row {
    min-width: 800px;
  }

  .marquee-row.testimonial-marquee-row {
    min-width: 1590px;
  }

  .popup-floating._01 {
    border-radius: 10px;
    bottom: 37%;
  }

  .popup-floating._02 {
    border-radius: 10px;
    bottom: 20px;
  }

  .testimonial-card-marquee {
    padding-top: 40px;
  }

  .cart-container {
    border-radius: 0;
  }

  .text-no-wrap.normal---mbp {
    white-space: normal;
  }

  .style-guide-logo {
    max-width: 158px;
  }

  .mg-left-24px {
    margin-left: 16px;
  }

  .cart-header, .cart-item, .cart-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .layout-v1-content-right {
    padding-bottom: 30px;
  }

  .social-gallery-card---wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }

  .post-featured-v2---content {
    flex: 1;
    max-width: 315px;
  }

  .mg-bottom-90px {
    margin-bottom: 63px;
  }

  .big-number-top---content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .contact-form-block-v1 {
    min-height: 694.422px;
  }

  .pd-top-75px {
    padding-top: 60px;
  }

  .display-price-wrapper, .page-display-price-wrapper {
    margin-bottom: 8px;
  }

  .form-input-block {
    min-height: 124px;
  }

  .mg-right--16px.categories-responsive {
    width: 100%;
    margin-right: 0;
  }

  .shipping-method-wrap {
    margin-top: 12px;
    margin-bottom: 18px;
    margin-right: 0;
  }

  .more-templates-badge-wrapper-edited {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: 250px;
    padding: 8px 18px 8px 15px;
  }

  .more-templates-logo {
    width: 60px;
  }

  .more-templates-p {
    font-size: 12px;
  }

  .more-templates-lottie {
    width: 40px;
  }

  .text-block {
    font-size: .9em;
  }

  .main-text-wrapper {
    flex-flow: column;
  }

  .paragraph {
    width: 100%;
  }

  .image {
    width: 2em;
  }

  .integration-card {
    flex-flow: column;
  }

  .paragraph-large-3 {
    font-size: 1em;
  }

  .faq-dropdown-toggle {
    padding: 16px;
  }

  .faq-dropdown-list {
    padding-left: 16px;
    padding-right: 24px;
  }

  .h6-heading {
    font-size: 1.2em;
  }

  .absolute-scale.hide {
    display: none;
  }

  .bold-text-6 {
    color: var(--accent--heading-black);
  }

  .paragraph-2 {
    text-align: left;
    font-size: .9em;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-banner_buttons-wrapper-2 {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_component-4 {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }
}

#w-node-_186fbe43-5fbe-0034-e8b4-787e8adcfd3f-c68b782d, #w-node-_50cacb8e-de58-161a-1f8f-5bbd2d28523d-c68b782d, #w-node-f0fbf3a8-e14e-69fb-5226-d9d894e0718c-c68b782d, #w-node-_168b8203-cf11-9a96-c4b9-fb1fe5614763-c68b782d, #w-node-_3ea26dd2-0f36-b61e-9445-0febddd53177-c68b782d, #w-node-bff4f525-b7d8-d052-04f5-bbe3ea78edf4-c68b782d, #w-node-_34baf481-3a57-5b96-e959-eac51605577d-c68b782d, #w-node-_545011fd-0866-104a-2c3a-64f7a09b59e9-c68b782d, #w-node-_24b08397-7bfb-1f83-023e-330c371ab1a4-c68b782d, #w-node-f3337bcc-111e-97a6-0ea9-cd57e25fa285-c68b782d, #w-node-_6e5d9202-30b8-a090-89e1-fb538a8062a3-c68b782d, #w-node-_4b77203b-e2a8-17d4-adcb-bf7e1da2b0ed-c68b782d, #w-node-_76927df9-d0dd-4b90-f452-64098c8a9356-c68b782d, #w-node-_7cc1d37b-580c-04b6-2b37-d4417e56fcc5-c68b782d, #w-node-_33ef6f74-b651-7222-7fd5-0426742cf2ca-c68b782d, #w-node-_55ca899c-a74a-b771-1d19-245668e6a11e-c68b782d, #w-node-_1c14cf65-03bd-34d0-ae37-32cefc073a57-c68b782d, #w-node-bd0129e4-90db-13c8-4df8-1a051d63dcea-c68b782d, #w-node-_56e0ddde-c708-6c47-7da7-12d7cafecfd1-c68b782d, #w-node-_4c397945-769f-03f5-3250-e3bfc38893a2-c68b782d, #w-node-_992164a2-c64a-1d6d-875e-4ee49c8a7581-c68b782d, #w-node-_77927a05-6ed5-e87b-503d-b04dd3fe6d79-c68b782d, #w-node-_4bf4fff5-bb35-40c9-34ae-79ad4ed49ead-c68b782d, #w-node-_4bf4fff5-bb35-40c9-34ae-79ad4ed49eb5-c68b782d, #w-node-_4bf4fff5-bb35-40c9-34ae-79ad4ed49ebd-c68b782d, #w-node-_39f1c957-e64f-03e8-7fd1-e917c40b1c60-c68b782d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aee1fdbe-1387-4397-e993-d21c363dd8ba-c68b782d, #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136e2-c68b782d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-c68b782d, #w-node-dc0973a7-e425-9f2a-6ca0-2cc0078e37a5-c68b782d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc0973a7-e425-9f2a-6ca0-2cc0078e37ac-c68b782d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe257-c68b782d, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-c68b782d, #w-node-_7d4afe16-534c-7da9-a1f1-701c68b3f2c6-c68b782d, #w-node-_7d4afe16-534c-7da9-a1f1-701c68b3f2d3-c68b782d, #w-node-_1a138b21-9f9e-af03-003f-43c092a71913-c68b782d, #w-node-_0ea7b455-31b2-75ac-3c81-e240aea03e46-c68b782d, #w-node-_9ab3e1de-006f-f1bc-4d60-9fcd232dce1a-91dd5701 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ab3e1de-006f-f1bc-4d60-9fcd232dce23-91dd5701 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9ab3e1de-006f-f1bc-4d60-9fcd232dce24-91dd5701, #pass.w-node-_619f19bf53fba71664558e28000000000012-c68b782e, #w-node-_4607a8f2-8431-a203-5dae-05e0bcce9aa2-c68b782f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0072e5bf-93f6-b605-2ea3-d3d15557f3bf-c68b782f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1bd05fe2-0062-1012-c303-b5ac05432a42-b4043bae, #w-node-_1bd05fe2-0062-1012-c303-b5ac05432a82-b4043bae, #w-node-e4ef278d-d1be-fb90-01d2-77cc1801cb2e-c68b7832 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44101f3a-f13e-54f6-4df6-27598567d49c-c68b7832 {
  align-self: start;
}

#w-node-d9ac7d22-5c0d-8b79-b13b-23adf641a537-c68b7832 {
  align-self: center;
}

#w-node-_1ae9dacc-c2ac-0996-dc0b-881c18c0c3c2-c68b7832 {
  place-self: center end;
}

#w-node-e8633578-5eb3-7f88-8659-b96d1647e441-1647e43b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8633578-5eb3-7f88-8659-b96d1647e44c-1647e43b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_4fa575fe-dab8-2de4-e6f0-85c75285614b-c68b7833, #w-node-_89bf60c4-dc12-4f3b-5308-6923c465e6ac-c68b7834 {
  align-self: stretch;
}

#w-node-_5b1d6045-06d9-edbf-f85f-68b191220f9e-c68b7835 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2b4d9b2-1326-9f0c-5d3e-27c4ede93876-c68b7835 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_928a606e-dc9f-c32a-0d61-3f5c636158e2-c68b7837, #w-node-f42c846f-85e4-47ab-b1fd-53e1f3fb436a-c68b7837 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0c8364c-8053-18b7-7dda-d30de8a140d9-e8a140d5 {
  justify-self: start;
}

#w-node-c0c8364c-8053-18b7-7dda-d30de8a140e3-e8a140d5 {
  justify-self: end;
}

#w-node-_7c159e6d-be14-639d-1f44-29bb1cf5ffe6-1cf5ffcd, #w-node-_7c159e6d-be14-639d-1f44-29bb1cf60029-1cf5ffcd, #w-node-_8ddbff7a-9257-833e-d32e-8da441707aaa-c68b7840, #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc831d-c68b7843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc83a5-c68b7843 {
  align-self: stretch;
}

#w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc83a6-c68b7843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc83ac-c68b7843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc840a-c68b7843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc840d-c68b7843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc840f-c68b7843, #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc8414-c68b7843, #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc841b-c68b7843, #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc8420-c68b7843, #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc8427-c68b7843, #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc842c-c68b7843, #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc8433-c68b7843, #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc8438-c68b7843, #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc8487-c68b7843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc8491-c68b7843 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc849f-c68b7843 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc84a2-c68b7843 {
  place-self: stretch end;
}

#w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc84b1-c68b7843, #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc84bc-c68b7843, #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc84c7-c68b7843, #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc84d2-c68b7843, #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc84e4-c68b7843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc84f6-c68b7843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc850b-c68b7843 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc850f-c68b7843 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_08b7d986-895c-339a-b064-fd12d6782c20-c68b7844 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cc3cecd-be5a-fa20-9b49-0a0d6a37993d-c68b7844 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0ee83eb3-2421-9f16-044f-364429b6c57f-c68b7844 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9c3aac9d-5888-721c-4a41-b4377b64649e-c68b7844 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7537c828-9bb6-0e43-98e0-3416989a99b8-c68b7844 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_69143733-313c-be23-916a-485997ebe48c-c68b7844, #w-node-a9c2ae83-9f1c-b563-ad9b-0f0152cd9695-c68b7844, #w-node-fab066fe-25e1-0745-b2ab-53bb6f35c6bb-c68b7844, #w-node-_3ae9adee-2d81-40d0-a4bb-019179c4da9c-c68b7844, #w-node-_3ae9adee-2d81-40d0-a4bb-019179c4daa0-c68b7844, #w-node-_3ae9adee-2d81-40d0-a4bb-019179c4daa2-c68b7844, #w-node-f9a33528-9e57-7801-a0cf-2f5217b4a740-c68b7844, #w-node-f9a33528-9e57-7801-a0cf-2f5217b4a744-c68b7844, #w-node-f9a33528-9e57-7801-a0cf-2f5217b4a746-c68b7844, #w-node-_8bfb70c7-78d2-4d3f-1c24-80093561e0cd-c68b7844, #w-node-_8bfb70c7-78d2-4d3f-1c24-80093561e0d1-c68b7844, #w-node-_8bfb70c7-78d2-4d3f-1c24-80093561e0d3-c68b7844 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d058541-09f2-cbb5-958f-46015b579acc-5b579ac9 {
  align-self: stretch;
}

#w-node-_2d058541-09f2-cbb5-958f-46015b579adb-5b579ac9 {
  place-self: stretch stretch;
}

#w-node-_2d058541-09f2-cbb5-958f-46015b579add-5b579ac9, #w-node-_7b0804a2-0738-14e6-bcc7-cec5a5117428-a5117423, #w-node-_7b0804a2-0738-14e6-bcc7-cec5a511742f-a5117423, #w-node-_7b0804a2-0738-14e6-bcc7-cec5a5117436-a5117423, #w-node-_7b0804a2-0738-14e6-bcc7-cec5a511743d-a5117423, #w-node-_526429be-68bb-9b42-dabd-932af3acb723-c68b7845 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_425c0d2e-72cb-0b20-985a-cbdeedaeb4e4-c68b7845 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d01d2139-1f95-7bde-209d-b84d20a68faf-c68b7845 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d01d2139-1f95-7bde-209d-b84d20a68fb4-c68b7845 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_2f4d4f97-e70d-895e-1bc7-f26d61b007c6-c68b7845, #w-node-_2f4d4f97-e70d-895e-1bc7-f26d61b007d7-c68b7845 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b866e1e6-7fd4-8946-7b5e-bab6b58d751c-c68b7846 {
  align-self: start;
}

#w-node-ec58d1ba-3fe6-5984-c46f-f5fb5f774d31-c68b7847, #w-node-_46ef8c64-684e-0e1b-b34c-a8c2ebc30a4f-c68b7848 {
  align-self: stretch;
}

#w-node-_32cb38a9-f4ce-fe96-868d-ff8964703ca9-c68b7849, #w-node-_688c2090-e69b-7724-5934-1613f649830c-c68b7849, #w-node-_7e420839-3635-0893-9b5c-56d94530e649-c68b7849, #w-node-_9bfec758-f11e-e751-9683-3fe472fbe99a-c68b7849, #w-node-_3c461544-d97b-9127-88ae-32fb4982d072-c68b7849, #w-node-_72bb47b3-57ce-c293-ee57-165366e3fff4-c68b7849, #w-node-_0246697b-5569-48d4-e952-82d1883b7ac6-c68b7849 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0246697b-5569-48d4-e952-82d1883b7ac9-c68b7849 {
  justify-self: end;
}

#w-node-_866fddf5-5cca-dc99-b705-ef6d69e77035-c68b7849 {
  align-self: stretch;
}

#w-node-b12f6e16-d66c-2f4c-4934-04c3b5d83444-c68b784a {
  align-self: start;
}

#w-node-_37154be7-ade4-61be-9eca-1479e76e6078-c68b784f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca80055b-4dff-1548-d0dc-763d8836a7c6-c68b784f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6195f241-1060-68bb-9d93-c18dda40ca18-c68b784f, #w-node-_6195f241-1060-68bb-9d93-c18dda40ca19-c68b784f, #w-node-_6195f241-1060-68bb-9d93-c18dda40ca1a-c68b784f, #w-node-_6195f241-1060-68bb-9d93-c18dda40ca1b-c68b784f, #w-node-_6195f241-1060-68bb-9d93-c18dda40ca1c-c68b784f, #w-node-_30b2db11-a8f4-de95-338e-e2a754699a35-c68b784f, #w-node-_30b2db11-a8f4-de95-338e-e2a754699a36-c68b784f, #w-node-_30b2db11-a8f4-de95-338e-e2a754699a37-c68b784f, #w-node-_30b2db11-a8f4-de95-338e-e2a754699a38-c68b784f, #w-node-_30b2db11-a8f4-de95-338e-e2a754699a39-c68b784f, #w-node-_2b74a2c4-f303-186b-bb52-7bdfb9213577-c68b784f, #w-node-_2b74a2c4-f303-186b-bb52-7bdfb9213578-c68b784f, #w-node-_2b74a2c4-f303-186b-bb52-7bdfb9213579-c68b784f, #w-node-_2b74a2c4-f303-186b-bb52-7bdfb921357a-c68b784f, #w-node-_2b74a2c4-f303-186b-bb52-7bdfb921357b-c68b784f, #w-node-_21986263-e1a2-896a-7021-617353156aea-c68b784f, #w-node-_21986263-e1a2-896a-7021-617353156aeb-c68b784f, #w-node-_21986263-e1a2-896a-7021-617353156aec-c68b784f, #w-node-_21986263-e1a2-896a-7021-617353156aed-c68b784f, #w-node-_21986263-e1a2-896a-7021-617353156aee-c68b784f, #w-node-f2286ffb-b044-b00e-ca04-9b9776278f97-c68b784f, #w-node-f2286ffb-b044-b00e-ca04-9b9776278f98-c68b784f, #w-node-f2286ffb-b044-b00e-ca04-9b9776278f99-c68b784f, #w-node-f2286ffb-b044-b00e-ca04-9b9776278f9a-c68b784f, #w-node-f2286ffb-b044-b00e-ca04-9b9776278f9b-c68b784f, #w-node-f3122413-636a-b633-69c1-a704072d3ea3-c68b784f, #w-node-f3122413-636a-b633-69c1-a704072d3ea4-c68b784f, #w-node-f3122413-636a-b633-69c1-a704072d3ea5-c68b784f, #w-node-f3122413-636a-b633-69c1-a704072d3ea6-c68b784f, #w-node-f3122413-636a-b633-69c1-a704072d3ea7-c68b784f, #w-node-_279b7c12-bcd5-7843-783e-0dcf83d7097d-c68b784f, #w-node-_279b7c12-bcd5-7843-783e-0dcf83d7097e-c68b784f, #w-node-_279b7c12-bcd5-7843-783e-0dcf83d7097f-c68b784f, #w-node-_279b7c12-bcd5-7843-783e-0dcf83d70980-c68b784f, #w-node-_279b7c12-bcd5-7843-783e-0dcf83d70981-c68b784f, #w-node-_86879d44-643a-8d8d-096b-890508d57be6-c68b784f, #w-node-_86879d44-643a-8d8d-096b-890508d57be7-c68b784f, #w-node-_86879d44-643a-8d8d-096b-890508d57be8-c68b784f, #w-node-_86879d44-643a-8d8d-096b-890508d57be9-c68b784f, #w-node-_86879d44-643a-8d8d-096b-890508d57bea-c68b784f, #w-node-f9fee8f0-1d81-8018-1f0d-6fec79c929ac-c68b784f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14a7f962-4cbf-5c5f-1f46-cd7e33825334-c68b784f {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-_0dbc6ed4-d74d-b3e4-e2b7-38adb5defeba-c68b784f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1c909a0a-2870-ca69-ad1e-ced3072a1b00-c68b784f {
  place-self: stretch end;
}

#w-node-_0dc7e70d-7e6d-9c2f-9b62-3f3c1a60710f-c68b784f {
  align-self: stretch;
}

#w-node-_5ff71714-aa2b-abba-ad83-59d5c317a4f7-c68b784f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3945eda1-5393-04c9-712e-48fb9e4c4b79-c68b784f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_93782c34-7596-0b2e-bff1-558bc2613e76-c68b784f, #w-node-_93782c34-7596-0b2e-bff1-558bc2613e7d-c68b784f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abda7620-dffe-1bd3-6272-fbd9f8052aa2-c68b784f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ef35d972-f525-afeb-0eaf-cb776e3816ab-c68b784f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4e96786d-7778-572d-b770-17c72aafd0e6-c68b784f {
  align-self: start;
}

#w-node-_03faf0bf-cb1b-5582-5b01-b6c60effac87-c68b784f {
  align-self: stretch;
}

#w-node-_28d58fc7-d489-5433-0231-f47246719826-c68b784f, #w-node-_28d58fc7-d489-5433-0231-f47246719832-c68b784f, #w-node-_28d58fc7-d489-5433-0231-f47246719834-c68b784f, #w-node-c8bd5bd8-4a6e-f7d5-74d7-0d312aaf4e2b-c68b784f, #w-node-c8bd5bd8-4a6e-f7d5-74d7-0d312aaf4e34-c68b784f, #w-node-c8bd5bd8-4a6e-f7d5-74d7-0d312aaf4e36-c68b784f, #w-node-_2839f9df-4823-eab4-daef-a7cd3b8e9dc3-c68b784f, #w-node-_2839f9df-4823-eab4-daef-a7cd3b8e9dcf-c68b784f, #w-node-_2839f9df-4823-eab4-daef-a7cd3b8e9dd1-c68b784f, #w-node-_4a2cd267-d9a2-df00-c252-43607090b46f-c68b784f, #w-node-_4a2cd267-d9a2-df00-c252-43607090b47b-c68b784f, #w-node-_4a2cd267-d9a2-df00-c252-43607090b47d-c68b784f, #w-node-f7b5deff-9e7b-b389-4c68-b6a2f800fd5d-c68b784f, #w-node-f7b5deff-9e7b-b389-4c68-b6a2f800fd5f-c68b784f, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd92b9-c68b784f, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd92c3-c68b784f, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd92c5-c68b784f, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd92cd-c68b784f, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd92d7-c68b784f, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd92d9-c68b784f, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd92e1-c68b784f, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd92eb-c68b784f, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd92ed-c68b784f, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd92f5-c68b784f, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd92ff-c68b784f, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd9301-c68b784f, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd9313-c68b784f, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd9315-c68b784f, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd91378b-c68b784f, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd913795-c68b784f, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd913797-c68b784f, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd91379f-c68b784f, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd9137a9-c68b784f, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd9137ab-c68b784f, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd9137b3-c68b784f, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd9137bd-c68b784f, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd9137bf-c68b784f, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd9137c7-c68b784f, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd9137d1-c68b784f, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd9137d3-c68b784f, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd9137e5-c68b784f, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd9137e7-c68b784f, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d7926-c68b784f, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d7930-c68b784f, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d7932-c68b784f, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d793a-c68b784f, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d7944-c68b784f, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d7946-c68b784f, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d794e-c68b784f, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d7958-c68b784f, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d795a-c68b784f, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d7962-c68b784f, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d796c-c68b784f, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d796e-c68b784f, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d7980-c68b784f, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d7982-c68b784f, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546c5a-c68b784f, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546c64-c68b784f, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546c66-c68b784f, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546c6e-c68b784f, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546c78-c68b784f, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546c7a-c68b784f, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546c82-c68b784f, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546c8c-c68b784f, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546c8e-c68b784f, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546c96-c68b784f, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546ca0-c68b784f, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546ca2-c68b784f, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546cb4-c68b784f, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546cb6-c68b784f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc2279d3-4a45-1a31-3a8a-bb5218913f3b-18913f3a, #w-node-cc2279d3-4a45-1a31-3a8a-bb5218913f55-18913f3a, #w-node-cc2279d3-4a45-1a31-3a8a-bb5218913f57-18913f3a {
  align-self: stretch;
}

#w-node-_2a1a1419-f8cd-3236-7ad2-3dd12bea9013-2bea900a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2a1a1419-f8cd-3236-7ad2-3dd12bea901f-2bea900a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-e6275218-114a-1337-0bc7-1f17a3348846-c68b7850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_39ed5433-f199-308c-af4b-8e79aec0fbb2-c68b7850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-b8c26454-36d1-fc9a-9948-be7f4cfe2327-c68b7850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_56269763-e4e5-ca6f-666e-1d5edbc28d09-c68b7850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_506ad046-aa6c-fe9c-e14d-961e66fbdcda-c68b7850, #w-node-_78dd7edd-b1b5-7a30-1f13-fdb0f8f66528-c68b7850, #w-node-_6676b59a-7625-769d-b02e-ce501ac68c17-c68b7850, #w-node-_1a7fa590-3482-ee2c-d81f-620df8eb8992-c68b7850, #w-node-b1ab477b-76ef-d9cb-a471-5bb405598d83-c68b7850, #w-node-_9b54ec3c-1f77-69f3-1c82-e8a2283895c4-c68b7850, #w-node-_5621dd40-b8c8-9b44-3d24-86c9c596b9ee-c68b7850, #w-node-d5c1cce6-35ac-26dd-e433-128a038a1d12-038a1d09, #w-node-d5c1cce6-35ac-26dd-e433-128a038a1d1f-038a1d09, #w-node-_69b668d0-969e-49bf-61b1-db556d5227d0-c68b7851 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe9beb69-cdf8-9995-7efa-1a88053d1616-c68b7851 {
  align-self: stretch;
}

#w-node-fe9beb69-cdf8-9995-7efa-1a88053d1617-c68b7851 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe9beb69-cdf8-9995-7efa-1a88053d1620-c68b7851 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7647149d-6c94-33dc-5fb0-f02aaeb1eee1-c68b7851 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-cee21123-a190-1ffa-50a5-c5884e4bb720-c68b7851 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e75b7323-e19e-ca48-cbbe-b6bc64f1d4a1-c68b7851, #w-node-_95f5e69a-294c-bb30-d136-c7a0629d9cbd-c68b7851, #w-node-c724998c-a249-8f9e-8bef-466411a883b7-c68b7851, #w-node-_7d6c7950-86bc-ec68-122e-5886f986ef5e-c68b7851, #w-node-_2a030c5b-990b-ddc1-fe26-e7677ed00266-c68b7851, #w-node-ac6b108d-d1c4-ec0e-f7ee-ca5499f22c1a-c68b7851, #w-node-f0a72c92-c929-d0cd-b3c8-c13d1e020f35-c68b7851, #w-node-f0a72c92-c929-d0cd-b3c8-c13d1e020f3a-c68b7851, #w-node-c52b7ba0-14a2-b8d5-8a88-c621b900ac59-c68b7851 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c52b7ba0-14a2-b8d5-8a88-c621b900ac61-c68b7851 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-c52b7ba0-14a2-b8d5-8a88-c621b900ac6b-c68b7851 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c52b7ba0-14a2-b8d5-8a88-c621b900ac6e-c68b7851 {
  place-self: stretch end;
}

#w-node-_912d4401-d448-b58a-e262-3bdfd61d0cc0-c68b7851, #w-node-_912d4401-d448-b58a-e262-3bdfd61d0cca-c68b7851, #w-node-_912d4401-d448-b58a-e262-3bdfd61d0cd4-c68b7851, #w-node-_912d4401-d448-b58a-e262-3bdfd61d0cde-c68b7851, #w-node-_8799d519-0236-8ccc-8d2f-b2ea4a1bea7a-c68b7851 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8799d519-0236-8ccc-8d2f-b2ea4a1bea94-c68b7851 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8799d519-0236-8ccc-8d2f-b2ea4a1beaa9-c68b7851 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8799d519-0236-8ccc-8d2f-b2ea4a1beaad-c68b7851 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_6653c139-6cbd-691e-3236-ee3ec18ff054-c68b7852 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_59e8f47c-56a8-79a4-1ea3-c7a33c4080a3-c68b7852 {
  align-self: stretch;
}

#w-node-_9823179c-c632-391c-1f90-033cbcd21bfd-bcd21bf5, #w-node-_9823179c-c632-391c-1f90-033cbcd21c09-bcd21bf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1fb8bbf-52b7-adce-1f87-fd3635139ba0-c68b7853 {
  align-self: stretch;
}

#w-node-bad5b827-2a19-57fb-13d8-745518e4a6b9-c68b7854, #w-node-bad5b827-2a19-57fb-13d8-745518e4a6cf-c68b7854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_02371b29-5669-7520-4959-d823c0f35e70-c68b7854 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_02371b29-5669-7520-4959-d823c0f35e74-c68b7854 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_7bff67aa-6cf5-9491-2a8e-d58ee9e7b52f-c68b7854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b16282a5-2aaa-1129-5ed9-8727e820d06d-c68b7854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4fafb61-5711-f20f-e9a9-bcf5c16dc23f-c68b7854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c110268b-b1b6-de3b-879f-faf743e84b3e-c68b7855 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c110268b-b1b6-de3b-879f-faf743e84b42-c68b7855 {
  justify-self: start;
}

#w-node-d5ce98b4-a146-f182-ac33-96738ae8277f-c68b7855 {
  justify-self: end;
}

#w-node-_53bba1af-9380-9fb7-8780-006b306c7576-c68b7855, #w-node-_27a07bfe-1bf0-0cff-9118-0367888c2e7d-c68b7855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca2fdaf4-03e7-7ddf-8f07-b386ef33a9e5-c68b7856, #w-node-_4597d1ca-ae46-8903-d4f5-22c81b826665-c68b7856, #w-node-_111f8296-5d7e-b9c0-2baf-667176d9b20b-c68b7856 {
  align-self: start;
}

#w-node-_27fcbbed-e15d-1121-557e-1e8357163724-5ce9e2a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27fcbbed-e15d-1121-557e-1e83571637b0-5ce9e2a6 {
  align-self: stretch;
}

#w-node-_27fcbbed-e15d-1121-557e-1e83571637b1-5ce9e2a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27fcbbed-e15d-1121-557e-1e83571637b7-5ce9e2a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_27fcbbed-e15d-1121-557e-1e8357163817-5ce9e2a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_27fcbbed-e15d-1121-557e-1e835716381a-5ce9e2a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_27fcbbed-e15d-1121-557e-1e835716381c-5ce9e2a6, #w-node-_27fcbbed-e15d-1121-557e-1e8357163821-5ce9e2a6, #w-node-_27fcbbed-e15d-1121-557e-1e8357163828-5ce9e2a6, #w-node-_27fcbbed-e15d-1121-557e-1e835716382d-5ce9e2a6, #w-node-_27fcbbed-e15d-1121-557e-1e8357163834-5ce9e2a6, #w-node-_27fcbbed-e15d-1121-557e-1e8357163839-5ce9e2a6, #w-node-_27fcbbed-e15d-1121-557e-1e8357163840-5ce9e2a6, #w-node-_27fcbbed-e15d-1121-557e-1e8357163845-5ce9e2a6, #w-node-_27fcbbed-e15d-1121-557e-1e8357163894-5ce9e2a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27fcbbed-e15d-1121-557e-1e835716389e-5ce9e2a6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-_27fcbbed-e15d-1121-557e-1e83571638ac-5ce9e2a6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_27fcbbed-e15d-1121-557e-1e83571638af-5ce9e2a6 {
  place-self: stretch end;
}

#w-node-_27fcbbed-e15d-1121-557e-1e83571638be-5ce9e2a6, #w-node-_27fcbbed-e15d-1121-557e-1e83571638c9-5ce9e2a6, #w-node-_27fcbbed-e15d-1121-557e-1e83571638d4-5ce9e2a6, #w-node-_27fcbbed-e15d-1121-557e-1e83571638df-5ce9e2a6, #w-node-_27fcbbed-e15d-1121-557e-1e83571638f1-5ce9e2a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27fcbbed-e15d-1121-557e-1e8357163903-5ce9e2a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_27fcbbed-e15d-1121-557e-1e8357163920-5ce9e2a6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_27fcbbed-e15d-1121-557e-1e8357163926-5ce9e2a6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc840d-c68b7843, #w-node-_2d058541-09f2-cbb5-958f-46015b579aca-5b579ac9, #w-node-cee21123-a190-1ffa-50a5-c5884e4bb720-c68b7851, #w-node-_27fcbbed-e15d-1121-557e-1e835716381a-5ce9e2a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc831d-c68b7843, #w-node-_3ae9adee-2d81-40d0-a4bb-019179c4da9c-c68b7844, #w-node-f9a33528-9e57-7801-a0cf-2f5217b4a740-c68b7844, #w-node-_8bfb70c7-78d2-4d3f-1c24-80093561e0cd-c68b7844, #w-node-_2f4d4f97-e70d-895e-1bc7-f26d61b007d7-c68b7845, #w-node-_69b668d0-969e-49bf-61b1-db556d5227d0-c68b7851, #w-node-bad5b827-2a19-57fb-13d8-745518e4a6cf-c68b7854, #w-node-_27fcbbed-e15d-1121-557e-1e8357163724-5ce9e2a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4c397945-769f-03f5-3250-e3bfc38893a2-c68b782d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_4bf4fff5-bb35-40c9-34ae-79ad4ed49ebd-c68b782d {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-c68b782d, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-c68b782d {
    order: -9999;
  }

  #w-node-_9ab3e1de-006f-f1bc-4d60-9fcd232dce23-91dd5701, #w-node-e8633578-5eb3-7f88-8659-b96d1647e44c-1647e43b, #w-node-e2b4d9b2-1326-9f0c-5d3e-27c4ede93876-c68b7835 {
    justify-self: auto;
  }

  #w-node-c0c8364c-8053-18b7-7dda-d30de8a140d9-e8a140d5 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-c0c8364c-8053-18b7-7dda-d30de8a140e3-e8a140d5 {
    justify-self: center;
  }

  #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc83a5-c68b7843 {
    order: 9999;
  }

  #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc83ac-c68b7843 {
    justify-self: auto;
  }

  #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc849f-c68b7843 {
    align-self: stretch;
  }

  #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc84a3-c68b7843 {
    order: -9999;
  }

  #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc84f6-c68b7843 {
    justify-self: auto;
  }

  #w-node-_5cc3cecd-be5a-fa20-9b49-0a0d6a37993d-c68b7844 {
    order: 9999;
  }

  #w-node-_0ee83eb3-2421-9f16-044f-364429b6c57f-c68b7844, #w-node-_425c0d2e-72cb-0b20-985a-cbdeedaeb4e4-c68b7845, #w-node-ca80055b-4dff-1548-d0dc-763d8836a7c6-c68b784f {
    justify-self: auto;
  }

  #w-node-_0dbc6ed4-d74d-b3e4-e2b7-38adb5defeba-c68b784f {
    align-self: stretch;
  }

  #w-node-_07868831-d80f-e532-75d5-a01b2c9ed02e-c68b784f {
    order: -9999;
  }

  #w-node-_0dc7e70d-7e6d-9c2f-9b62-3f3c1a60710f-c68b784f {
    order: 9999;
  }

  #w-node-_3945eda1-5393-04c9-712e-48fb9e4c4b79-c68b784f {
    justify-self: auto;
  }

  #w-node-_2a1a1419-f8cd-3236-7ad2-3dd12bea9013-2bea900a {
    justify-self: center;
  }

  #w-node-_2a1a1419-f8cd-3236-7ad2-3dd12bea901f-2bea900a, #w-node-_39ed5433-f199-308c-af4b-8e79aec0fbb2-c68b7850 {
    justify-self: auto;
  }

  #w-node-b8c26454-36d1-fc9a-9948-be7f4cfe2327-c68b7850 {
    justify-self: stretch;
  }

  #w-node-_56269763-e4e5-ca6f-666e-1d5edbc28d09-c68b7850 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-fe9beb69-cdf8-9995-7efa-1a88053d1616-c68b7851 {
    order: 9999;
  }

  #w-node-fe9beb69-cdf8-9995-7efa-1a88053d1620-c68b7851 {
    justify-self: auto;
  }

  #w-node-c52b7ba0-14a2-b8d5-8a88-c621b900ac6b-c68b7851 {
    align-self: stretch;
  }

  #w-node-c52b7ba0-14a2-b8d5-8a88-c621b900ac6f-c68b7851 {
    order: -9999;
  }

  #w-node-_8799d519-0236-8ccc-8d2f-b2ea4a1bea94-c68b7851 {
    justify-self: auto;
  }

  #w-node-_7bff67aa-6cf5-9491-2a8e-d58ee9e7b52f-c68b7854 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-c4fafb61-5711-f20f-e9a9-bcf5c16dc23f-c68b7854 {
    justify-self: auto;
  }

  #w-node-_27fcbbed-e15d-1121-557e-1e83571637b0-5ce9e2a6 {
    order: 9999;
  }

  #w-node-_27fcbbed-e15d-1121-557e-1e83571637b7-5ce9e2a6 {
    justify-self: auto;
  }

  #w-node-_27fcbbed-e15d-1121-557e-1e83571638ac-5ce9e2a6 {
    align-self: stretch;
  }

  #w-node-_27fcbbed-e15d-1121-557e-1e83571638b0-5ce9e2a6 {
    order: -9999;
  }

  #w-node-_27fcbbed-e15d-1121-557e-1e8357163903-5ce9e2a6 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4c397945-769f-03f5-3250-e3bfc38893a2-c68b782d, #w-node-_4bf4fff5-bb35-40c9-34ae-79ad4ed49ebd-c68b782d {
    grid-column: span 1 / span 1;
  }

  #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-c68b782d, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-c68b782d {
    order: -9999;
  }

  #w-node-_0072e5bf-93f6-b605-2ea3-d3d15557f3bf-c68b782f {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_1ae9dacc-c2ac-0996-dc0b-881c18c0c3c2-c68b7832 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_8ddbff7a-9257-833e-d32e-8da4417076f6-c68b7840, #w-node-_8ddbff7a-9257-833e-d32e-8da441707701-c68b7840, #w-node-_8ddbff7a-9257-833e-d32e-8da44170770c-c68b7840, #w-node-_8ddbff7a-9257-833e-d32e-8da441707717-c68b7840, #w-node-_8ddbff7a-9257-833e-d32e-8da441707727-c68b7840, #w-node-_8ddbff7a-9257-833e-d32e-8da441707734-c68b7840, #w-node-_8ddbff7a-9257-833e-d32e-8da441707741-c68b7840, #w-node-_8ddbff7a-9257-833e-d32e-8da44170774e-c68b7840, #w-node-_8ddbff7a-9257-833e-d32e-8da44170775b-c68b7840, #w-node-_8ddbff7a-9257-833e-d32e-8da441707768-c68b7840, #w-node-_8ddbff7a-9257-833e-d32e-8da44170777a-c68b7840, #w-node-_8ddbff7a-9257-833e-d32e-8da441707785-c68b7840, #w-node-_8ddbff7a-9257-833e-d32e-8da441707790-c68b7840, #w-node-_8ddbff7a-9257-833e-d32e-8da4417077a4-c68b7840, #w-node-_8ddbff7a-9257-833e-d32e-8da4417077b8-c68b7840, #w-node-_8ddbff7a-9257-833e-d32e-8da4417077cc-c68b7840, #w-node-_8ddbff7a-9257-833e-d32e-8da4417077e0-c68b7840, #w-node-_8ddbff7a-9257-833e-d32e-8da4417077f3-c68b7840, #w-node-_8ddbff7a-9257-833e-d32e-8da4417077fe-c68b7840, #w-node-_8ddbff7a-9257-833e-d32e-8da441707809-c68b7840, #w-node-_8ddbff7a-9257-833e-d32e-8da441707819-c68b7840, #w-node-_8ddbff7a-9257-833e-d32e-8da44170782b-c68b7840, #w-node-_8ddbff7a-9257-833e-d32e-8da441707834-c68b7840, #w-node-_8ddbff7a-9257-833e-d32e-8da441707840-c68b7840, #w-node-_8ddbff7a-9257-833e-d32e-8da44170784a-c68b7840, #w-node-_8ddbff7a-9257-833e-d32e-8da441707854-c68b7840 {
    order: -9999;
  }

  #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc840a-c68b7843 {
    order: 9999;
  }

  #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc840d-c68b7843 {
    justify-self: auto;
  }

  #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc8487-c68b7843 {
    grid-column: span 2 / span 2;
  }

  #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc8491-c68b7843 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc849f-c68b7843 {
    grid-row: span 1 / span 1;
  }

  #w-node-_4cb877d2-0ee4-5c27-d87b-499ae08808e0-c68b7849, #w-node-_688c2090-e69b-7724-5934-1613f649830c-c68b7849 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0246697b-5569-48d4-e952-82d1883b7ac9-c68b7849 {
    justify-self: auto;
  }

  #w-node-f9fee8f0-1d81-8018-1f0d-6fec79c929ac-c68b784f {
    grid-column: span 2 / span 2;
  }

  #w-node-_14a7f962-4cbf-5c5f-1f46-cd7e33825334-c68b784f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_0dbc6ed4-d74d-b3e4-e2b7-38adb5defeba-c68b784f {
    grid-row: span 1 / span 1;
  }

  #w-node-_52f61cd0-ebc2-19e9-1ff6-449d6fd24ede-c68b7850 {
    order: -9999;
  }

  #w-node-_7647149d-6c94-33dc-5fb0-f02aaeb1eee1-c68b7851 {
    order: 9999;
  }

  #w-node-cee21123-a190-1ffa-50a5-c5884e4bb720-c68b7851 {
    justify-self: auto;
  }

  #w-node-c52b7ba0-14a2-b8d5-8a88-c621b900ac59-c68b7851 {
    grid-column: span 2 / span 2;
  }

  #w-node-c52b7ba0-14a2-b8d5-8a88-c621b900ac61-c68b7851 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-c52b7ba0-14a2-b8d5-8a88-c621b900ac6b-c68b7851 {
    grid-row: span 1 / span 1;
  }

  #w-node-c110268b-b1b6-de3b-879f-faf743e84b3e-c68b7855 {
    grid-column: span 1 / span 1;
  }

  #w-node-d5ce98b4-a146-f182-ac33-96738ae8277f-c68b7855 {
    justify-self: auto;
  }

  #w-node-_27fcbbed-e15d-1121-557e-1e8357163817-5ce9e2a6 {
    order: 9999;
  }

  #w-node-_27fcbbed-e15d-1121-557e-1e835716381a-5ce9e2a6 {
    justify-self: auto;
  }

  #w-node-_27fcbbed-e15d-1121-557e-1e8357163894-5ce9e2a6 {
    grid-column: span 2 / span 2;
  }

  #w-node-_27fcbbed-e15d-1121-557e-1e835716389e-5ce9e2a6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_27fcbbed-e15d-1121-557e-1e83571638ac-5ce9e2a6 {
    grid-row: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ee656db5-0d27-f062-3870-55aa99aadfbe-c68b7830 {
    order: 9999;
  }

  #w-node-d9ac7d22-5c0d-8b79-b13b-23adf641a537-c68b7832 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc850b-c68b7843, #w-node-_74ee08f5-cacf-56d0-6859-a2ffc5dc850f-c68b7843, #w-node-d01d2139-1f95-7bde-209d-b84d20a68faf-c68b7845, #w-node-d01d2139-1f95-7bde-209d-b84d20a68fb4-c68b7845 {
    grid-column: span 1 / span 1;
  }

  #w-node-_46ef8c64-684e-0e1b-b34c-a8c2ebc30a5e-c68b7848, #w-node-_46ef8c64-684e-0e1b-b34c-a8c2ebc30a66-c68b7848, #w-node-_866fddf5-5cca-dc99-b705-ef6d69e77044-c68b7849, #w-node-_866fddf5-5cca-dc99-b705-ef6d69e7704c-c68b7849, #w-node-_03faf0bf-cb1b-5582-5b01-b6c60effac93-c68b784f, #w-node-_03faf0bf-cb1b-5582-5b01-b6c60effac9b-c68b784f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8799d519-0236-8ccc-8d2f-b2ea4a1beaa9-c68b7851, #w-node-_8799d519-0236-8ccc-8d2f-b2ea4a1beaad-c68b7851, #w-node-_02371b29-5669-7520-4959-d823c0f35e70-c68b7854, #w-node-_02371b29-5669-7520-4959-d823c0f35e74-c68b7854, #w-node-c110268b-b1b6-de3b-879f-faf743e84b3e-c68b7855, #w-node-c110268b-b1b6-de3b-879f-faf743e84b42-c68b7855, #w-node-_27fcbbed-e15d-1121-557e-1e8357163920-5ce9e2a6, #w-node-_27fcbbed-e15d-1121-557e-1e8357163926-5ce9e2a6 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Raleway Variablefont Wght';
  src: url('/api/media/file/183-67ee9244f2370e7603a60b9f_Raleway-VariableFont_wght.ttf?v=9df37fe7481a') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}