@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: #0b0c0d;
  --accent: #adca87;
  --background: #f9f9f9;
  --transparent: #fff0;
  --smart-green: #6faa41;
  --untitled-ui--gray600: #475467;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--success700: #027a48;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  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-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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  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-commercecartproductname {
  font-weight: 700;
}

.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-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-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-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
  line-height: 58px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

blockquote {
  border-left: 5px solid var(--accent);
  margin-bottom: 10px;
  padding: 24px 80px 24px 40px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.section {
  background-color: #fafafa00;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero-home-a {
  padding-top: 68px;
  overflow: hidden;
}

.section.background.testimonials-slider-section {
  padding-bottom: 120px;
  overflow: hidden;
}

.section.software-house-home-a {
  background-color: #f9f9f9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.roadmap-home-a {
  padding-top: 24px;
}

.section.footer {
  color: var(--white);
  background-color: #1b1c1d;
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero-home-b {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.services-slider-section {
  background-color: var(--white);
  padding-bottom: 120px;
  overflow: hidden;
}

.section.hero-home-c {
  padding-top: 80px;
}

.section.numbers-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero-service {
  background-color: var(--white);
  padding-top: 32px;
}

.section.hero-service.backround {
  background-color: var(--background);
}

.section.hero-about-a {
  padding-top: 140px;
}

.section.hero-about-b {
  padding-top: 100px;
  padding-bottom: 24px;
}

.section.testimonials-vertical {
  background-color: #fafafa00;
}

.section.hero-about-c {
  padding-top: 140px;
}

.section.hero-about-c.without-spacing {
  padding-top: 40px;
  padding-bottom: 0;
}

.section.pricing-hero, .section.hero-product {
  padding-top: 140px;
}

.section.hero-careers {
  padding-top: 180px;
}

.section.hero-career-single {
  padding-top: 160px;
}

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

.section.blog-template {
  padding-top: 84px;
}

.section.hero-category {
  padding-top: 140px;
}

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

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

.section.hero-template {
  background-color: var(--black);
  color: var(--white);
  padding-top: 140px;
}

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

.section.background {
  background-color: #f9f9f9;
}

.main-container {
  background-color: var(--transparent);
  border: 0 #000;
  max-width: 1348px;
  padding-left: 24px;
  padding-right: 24px;
}

.grid-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.grid-halves.home-a-grid {
  grid-column-gap: 80px;
  grid-template-columns: 1.2fr 1fr;
}

.grid-halves.image-grid {
  grid-column-gap: 80px;
}

.grid-halves.four-features-grid {
  max-width: 720px;
}

.content-wrap-hero-home-a {
  padding-top: 100px;
}

.subtitle-left {
  text-align: left;
  font-size: 24px;
  line-height: 40px;
}

.subtitle-left.for-who-subtitle {
  text-transform: lowercase;
}

.limit-580 {
  max-width: 580px;
}

.space-24 {
  height: 24px;
}

.marquee-overflow {
  z-index: 9;
  background-image: linear-gradient(to bottom, var(--white), #fff0);
  height: 278px;
  position: absolute;
  inset: 0% 0% auto;
}

.marquee-overflow.bottom {
  background-image: linear-gradient(to top, #fff, #fff0);
  inset: auto 0% 0%;
}

.marquee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.marquee.reverse {
  justify-content: flex-end;
}

.marquee-image-wrap {
  border-radius: 12px;
  height: 300px;
  overflow: hidden;
}

.marquee-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 580px;
  height: 652px;
  margin-right: -12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.marquee-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.marquee-column.last-column-marquee, .marquee-column.first-marquee, .marquee-column.second-marquee {
  flex: 1;
}

.marquee-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flext-two-horiziontal-buttons {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta {
  text-align: center;
  object-fit: fill;
  background-color: #6faa41;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.cta:hover {
  background-color: #a3be80;
}

.cta.big {
  text-align: left;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 18px;
  position: static;
}

.cta.big:hover {
  background-color: #aeca87;
}

.cta.big.white---black {
  background-color: var(--white);
  color: var(--black);
}

.cta.big.white---black:hover {
  background-color: #faf7f7;
}

.cta.big.password {
  margin-top: 16px;
}

.cta.secondary-white {
  background-color: var(--white);
  color: var(--accent);
}

.cta.secondary-white.big {
  color: #6faa41;
  background-color: #fff;
}

.cta.secondary-white.big:hover {
  background-color: #f9f9f9;
}

.cta.nav-cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #6faa41;
  -webkit-text-stroke-color: #6faa41;
  background-color: #00d5631a;
  height: 46px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.cta.nav-cta:hover {
  color: var(--background);
  background-color: #6faa41;
}

.cta.nav-cta.green {
  color: #ecfaf0;
  -webkit-text-stroke-color: #6faa41;
  background-color: #6faa43;
}

.cta.newsletter-cta {
  min-width: 140px;
  height: 60px;
}

.cta.black {
  background-color: var(--black);
}

.cta.black:hover {
  background-color: #0b0c0dd9;
}

.cta.black:active {
  background-color: #0b0c0dcc;
}

.cta.pricing-cta {
  background-color: #6faa41;
}

.cta.nav-menu-cta {
  height: 46px;
  color: var(--accent);
  background-color: #00d5631a;
  font-size: 16px;
  font-weight: 700;
  transition: color .2s, background-color .2s;
  display: none;
}

.cta.nav-menu-cta:hover {
  color: var(--background);
  background-color: #00d563;
}

.cta.secondary-white {
  color: #00d563;
  background-color: #fff;
}

.space-80 {
  height: 80px;
}

.logos-master {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-image {
  height: 30px;
}

.wrap-trusted-home-a {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 670px;
  display: flex;
}

.grid-thirds {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-thirds.blog-thirds, .grid-thirds.careers-thirds, .grid-thirds.pricing-thirds, .grid-thirds.reference-thirds {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tile-feature-transparent {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 64px 16px;
  display: flex;
}

.icon-feature {
  width: 48px;
  height: 48px;
}

.text-heading-3 {
  font-size: 24px;
  font-weight: 700;
}

.paragraph-big {
  text-align: left;
  padding-top: 0;
  font-size: 18px;
}

.paragraph-big.limit-640 {
  max-width: 640px;
}

.link-arrow {
  grid-column-gap: 6px;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-arrow:hover {
  grid-column-gap: 10px;
}

.link-arrow.white-link-arrow {
  color: var(--white);
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
}

.wrap-tile-feature-texts {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.columns-wide-text-image {
  display: flex;
}

.left-wide-text-image {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 80px 0 0;
  display: flex;
}

.master-wide-text-image {
  max-width: 810px;
}

.trust-pilot-review {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 6px;
  display: flex;
}

.trust-pilot-review.about-c-trsut-pilot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.paragraph-small {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-small.quote-contact-text {
  color: #000;
  text-align: center;
  font-style: italic;
  font-weight: 400;
}

.review-star-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.review-star {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #219653;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.trustpilot-logo {
  height: 32px;
}

.span-accent {
  color: #6faa41;
}

.span-accent.bold-span {
  font-weight: 700;
}

.image-wide-text {
  background-image: url('../images/SmartPhoenix_05.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  padding-top: 100%;
}

.roadmap-sticky {
  position: sticky;
  top: 92px;
}

.roadmap-stage-master {
  color: #fff;
  text-align: center;
  background-color: #222324;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  display: flex;
  position: relative;
}

.roadmap-stage-master.ideation, .roadmap-stage-master.design {
  width: 120%;
}

.roadmap-info-tile {
  z-index: 100;
  grid-row-gap: 7px;
  color: #131313;
  text-align: left;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 460px;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: 110% auto auto 0%;
}

.roadmap-info-tile.test-tile {
  inset: auto 0% 110% auto;
}

.roadmap-info-tile.development-tile {
  inset: auto auto 110% 0%;
}

.roadmap-background-divider {
  background-color: #ededed;
  width: 1px;
  height: 100%;
}

.roadmap-background {
  background-color: var(--background);
  border-radius: 18px;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.roadmap-background-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.roadmap-master {
  height: 400vh;
  position: relative;
}

.roadmap-paragraph {
  margin-bottom: 0;
  font-weight: 400;
}

.roadmap-fill-overflow {
  border-radius: 18px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.stage-name {
  z-index: 5;
  position: relative;
}

.roadmap-stage-fill {
  background-color: var(--black);
  width: 30%;
  position: absolute;
  inset: 0%;
}

.week-text {
  color: #c6c6c6;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.roadmap-foreground {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .7fr 1fr 1.2fr .9fr;
  grid-auto-columns: 1fr;
  padding: 80px 24px 40px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.space-32 {
  height: 32px;
}

.tile-grey {
  background-color: var(--background);
  border-radius: 6px;
  padding: 32px;
}

.tile-grey.feature-big-tile {
  padding: 44px 40px;
}

.tile-grey.sticky-foundation-tile {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 160px;
}

.tile-grey.career-tile, .tile-grey.reference-tile {
  grid-row-gap: 8px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.big-text {
  font-size: 42px;
  font-weight: 500;
  line-height: 52px;
}

.limit-976 {
  max-width: 976px;
}

.wrap-numbers {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap-numbers.design-numbers {
  max-width: none;
}

.number-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 112px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.number-tile.middle {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.number-tile.right {
  border-right: 1px solid #dcdcdc;
}

.number-tile.left-align-number {
  align-items: flex-start;
}

.number-tile.left {
  border-left: 1px solid #dcdcdc;
}

.text-accent {
  color: #6faa41;
}

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

.text-subnumber {
  font-weight: 500;
}

.space-64 {
  height: 64px;
}

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

.home-image-wrap {
  transform-origin: 0 100%;
  border-radius: 12px;
  height: 423px;
  position: relative;
  overflow: hidden;
}

.check-list-item {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.card-wrap {
  z-index: 5;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 80px auto auto -20px;
}

.title-wrap-home-image-section {
  width: 100%;
}

.check-list-icon {
  flex: none;
  width: 32px;
  height: 32px;
}

.colored-block {
  background-color: #1c3533;
  border-radius: 18px;
  height: 423px;
  position: relative;
}

.check-list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 24px;
  font-weight: 500;
  display: flex;
}

.master-image-halves-grids {
  grid-row-gap: 120px;
  flex-direction: column;
  display: flex;
}

.grid-text-and-features {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
}

.wrap-content-text-and-features {
  flex-direction: column;
  align-items: flex-start;
  max-width: 540px;
  display: flex;
}

.tile-white {
  background-color: var(--white);
  border-radius: 6px;
  padding: 32px;
}

.tile-white.feature-big-tile {
  padding: 44px 40px;
}

.tile-white.feature-big-tile.black-highlighted {
  background-color: var(--black);
  color: var(--white);
}

.heading-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.limit-690 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 100%;
  max-width: 690px;
  display: block;
}

.space-40 {
  height: 40px;
}

.link-blog-tile {
  grid-row-gap: 16px;
  width: 100%;
  color: var(--black);
  flex-direction: column;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.link-blog-tile:hover {
  transform: translate(0, -4px);
}

.image-blog-tile {
  border-radius: 8px;
}

.no-margins {
  color: var(--black);
  order: 0;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.master-contact-block {
  justify-content: space-between;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.checkbox-wrap {
  align-self: flex-start;
  margin-bottom: 32px;
}

.space-08 {
  height: 8px;
}

.form-input-grid {
  grid-column-gap: 12px;
  grid-template-rows: auto;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.input-wrap {
  margin-bottom: 24px;
  position: relative;
}

.submit-wrap {
  flex-direction: column;
  display: flex;
}

.checkbox {
  border-width: 3px;
  border-color: #0f1841;
  border-radius: 2px;
  flex: none;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  border-style: solid;
  border-color: var(--accent);
  background-color: var(--accent);
  background-size: auto;
}

.form-title-wrap {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
}

.text-field {
  background-color: var(--background);
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 18px;
  line-height: 25px;
}

.text-field:focus, .text-field.-wfp-focus {
  border-color: var(--black);
  color: var(--black);
}

.text-field.text-area-size {
  min-height: 140px;
}

.text-field.text-area-size.dark-field {
  min-height: 60px;
  overflow: visible;
}

.text-field.newsletter-field {
  min-width: 320px;
}

.text-field.dark-field {
  background-color: #212324;
  border-color: #2f3132;
}

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

.text-field.checkout-field {
  min-height: 44px;
  margin-bottom: 12px;
}

.text-field.cart-field {
  background-color: #eee;
  min-height: 44px;
  margin-bottom: 12px;
}

.contact-form-wrap-version-one {
  width: 100%;
  max-width: 550px;
}

.checkbox-field {
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.limit-360 {
  width: 100%;
  max-width: 360px;
}

.contact-wrap {
  flex-direction: column;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.contact-image {
  border-radius: 6px;
  flex: 1;
  height: 512px;
  margin-bottom: 32px;
  overflow: hidden;
}

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

.contact-quote-wrap {
  grid-row-gap: 16px;
  background-color: var(--background);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.quote-text {
  color: var(--black);
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.navbar {
  z-index: 1001;
  background-color: var(--white);
  border-bottom: 1px solid #efefef;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.container-navbar {
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: 100%;
  grid-template-columns: 150px 1fr 400px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-self: auto;
  place-items: center stretch;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
}

.link-brand-nav {
  justify-content: center;
  align-items: center;
  height: 22px;
  display: flex;
}

.brand-nav {
  max-width: none;
  height: 210%;
  padding-bottom: 0;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.right-navbar {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.dropdown-nav {
  justify-content: center;
  align-items: center;
  height: 80%;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.dropdown-toggle-nav {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  padding-right: 12px;
  display: flex;
}

.dropdown-chevron-nav {
  height: 12px;
  margin-left: 8px;
}

.link-dropdown {
  grid-column-gap: 8px;
  color: var(--black);
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

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

.text-drodpdown-link {
  flex: none;
  line-height: 24px;
}

.drodpdown-list.w--open {
  background-color: var(--white);
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  padding: 16px;
}

.drodpdown-list.homepages-list {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: flex-start;
  width: auto;
  display: none;
}

.drodpdown-list.homepages-list.w--open {
  min-width: 160px;
}

.drodpdown-list.we-speak-list.w--open {
  min-width: 220px;
  width: max-content;
}

.icon-dropdown-link {
  background-color: var(--background);
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  padding: 6px;
}

.master-dropdown-links {
  grid-column-gap: 0px;
  grid-row-gap: 21px;
  object-fit: fill;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  display: flex;
  overflow: visible;
}

.wrap-footer-top {
  background-color: var(--black);
  padding-top: 80px;
  padding-bottom: 80px;
}

.master-footer-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.right-footer-top {
  flex-direction: column;
  align-items: flex-start;
  max-width: 490px;
  display: flex;
}

.left-footer-to {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 440px;
  display: flex;
}

.brand-link-footer {
  height: 30px;
}

.brand-image-footer {
  height: 100%;
}

.socials-wrap-footer {
  grid-column-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-link-footer {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.social-image-footer {
  width: 100%;
}

.form-block-newsletter {
  width: 100%;
  min-width: 380px;
  margin-top: 24px;
}

.form-newsletter {
  grid-column-gap: 8px;
  display: flex;
}

.wrap-footer-bottom {
  padding-top: 120px;
  padding-bottom: 10px;
}

.left-footer-bottom {
  grid-column-gap: 64px;
  display: flex;
}

.links-master-footer {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.links-heading-footer {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.three-columns-links-footer {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  width: auto;
}

.links-column-footer {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-footer {
  color: var(--white);
  font-size: 18px;
  text-decoration: none;
}

.master-footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.right-footer-bottom {
  grid-row-gap: 48px;
  flex-direction: column;
  max-width: 400px;
  display: flex;
}

.contact-block-footer-bottom {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-footer-legal {
  opacity: .8;
  text-align: left;
  font-size: 14px;
  display: flex;
}

.space-100 {
  height: 100px;
}

.limit-1010 {
  max-width: 1010px;
}

.mega-h1 {
  text-align: center;
  font-size: 86px;
  line-height: 100px;
}

.mega-h1.center-landscape {
  text-align: left;
}

.wrap-trusted-home-b {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.lightbox-home-b {
  width: 100%;
}

.background-video-home-b {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 640px;
  display: flex;
}

.icon-play {
  transition: transform .2s;
}

.icon-play:hover {
  transform: scale(1.08);
}

.tile-feature-transparent-small {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 16px;
  display: flex;
}

.image-symbol-big {
  text-align: left;
  height: 60px;
  display: inline-block;
  position: static;
}

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

.tab-tile-cursor-circle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #131313;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  font-size: 16px;
  display: flex;
  overflow: hidden;
}

.tabs-content {
  width: 100%;
}

.tab-title {
  margin-bottom: 20px;
  font-size: 64px;
  line-height: 130%;
}

.tab-pane {
  width: 100%;
}

.tab-block {
  color: #fff;
  cursor: none;
  background-image: linear-gradient(to top, #000, #0000);
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 640px;
  padding: 72px 80px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-block.enterprise-tab {
  background-image: linear-gradient(to top, #000, #0000), url('../images/bytovky.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.tab-block.sme-tab {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(0deg, #000, #0000), url('../images/tepelne-cerpadlo-viesmann-1.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, auto;
  background-clip: border-box;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
}

.tab-block.startup-tab {
  background-image: linear-gradient(to top, #000, #0000), url('../images/holesch.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.tab-link {
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 80px;
  width: 300px;
  min-height: 40px;
  padding: 4px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
}

.tab-link.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  color: #ebebeb;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 250px;
  min-height: 40px;
  font-weight: 700;
  display: flex;
}

.tile-cursor {
  cursor: none;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #282943;
  background-color: #f4f4f4;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  padding: 6px;
  display: flex;
}

.columns-process-timeline {
  display: flex;
}

.left-process-timeline {
  padding: 0 40px 0 0;
}

.right-process-timeline {
  padding: 0 0 0 120px;
}

.left-process {
  flex-direction: column;
  align-items: center;
  width: 32px;
  display: flex;
}

.fill-circle {
  background-color: #6faa41;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.single-process {
  grid-column-gap: 40px;
  align-items: stretch;
  display: flex;
}

.process-circle {
  background-color: #ececec;
  border-radius: 50%;
  flex: none;
  width: 29px;
  height: 29px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.master-process {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.fill-line {
  transform-origin: 50% 0;
  background-color: #6faa41;
  width: 100%;
  height: 100%;
}

.right-process {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-bottom: 64px;
  display: flex;
}

.right-process.last-process {
  padding-bottom: 0;
}

.line-process {
  background-color: #ececec;
  width: 5px;
  height: 100%;
}

.wrap-left-process {
  position: sticky;
  top: 100px;
}

.process-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.flex-cta-left {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-text-and-features-reversed {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
}

.service-marquee-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.service-card-title {
  font-size: 52px;
  line-height: 130%;
}

.service-slider-link {
  background-color: #f9f9f9;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: transform .2s;
  display: flex;
  inset: auto auto -72px 0%;
}

.service-slider-link:hover {
  transform: scale(1.05);
}

.service-slider-link.right-arrow-link {
  left: 56px;
}

.services-slider-mask {
  overflow: visible;
}

.services-slide {
  margin-right: 24px;
}

.services-slider {
  background-color: #ddd0;
  width: 70%;
  max-width: 820px;
  height: auto;
}

.slider-arrow-image {
  width: 20px;
  height: 20px;
}

.slider-arrow-image.left-arrow {
  margin-right: 2px;
}

.slider-arrow-image.right-arrow {
  margin-left: 2px;
}

.service-marquee-card {
  color: #fff;
  background-color: #f9f9f9;
  background-image: linear-gradient(to top, #000, #fff0);
  border-radius: 18px;
  flex-direction: row;
  flex: none;
  align-items: flex-end;
  height: 566px;
  padding: 72px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.service-marquee-card.development-card {
  background-image: linear-gradient(to top, #000, #fff0), url('../images/374176399_314978094534695_7028405882553583344_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-marquee-card.development-card.w--current {
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/374176399_314978094534695_7028405882553583344_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-marquee-card.branding-card {
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/IMG_2693.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-marquee-card.branding-card.w--current {
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/IMG_2693.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.service-marquee-card.security-card {
  background-image: linear-gradient(to top, #000, #fff0), url('../images/374173051_314947957871042_5416345170522372239_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-marquee-card.security-card.w--current {
  background-image: linear-gradient(to top, #000, #fff0), url('../images/374173051_314947957871042_5416345170522372239_n.jpg');
}

.service-marquee-card.security-card.small {
  height: 300px;
}

.hidden-slide-nav {
  display: none;
}

.contact-form-wrap-version-two {
  width: 100%;
  padding-right: 48px;
}

.master-contact-tiles {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  padding-left: 48px;
  display: flex;
}

.link-contact-tile {
  grid-column-gap: 24px;
  background-color: var(--background);
  color: var(--black);
  border-radius: 8px;
  align-items: flex-start;
  padding: 48px;
  text-decoration: none;
  display: flex;
}

.icon-contact {
  width: 48px;
  height: 48px;
}

.text-heading-4 {
  font-size: 21px;
  font-weight: 700;
}

.master-tag-and-text {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag {
  background-color: var(--black);
  height: 36px;
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.limit-1080 {
  max-width: 1080px;
}

.feature-marquee-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.feature-marquee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  display: flex;
}

.feature-marquee-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  max-width: 504px;
  padding: 32px;
  display: flex;
}

.feature-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.expandable-single {
  cursor: pointer;
  background-color: #f9f9f9;
  border-radius: 18px;
  padding: 24px 24px 24px 32px;
}

.design-process-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
}

.design-process-image {
  width: 490px;
}

.plus-expand-master {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
  position: relative;
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.faq-paragraph {
  margin-bottom: 0;
  padding-top: 16px;
}

.faq-h3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 20px;
}

.expandable-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.expandable-master {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  max-width: 720px;
  display: flex;
}

.design-process-image-wrap {
  background-color: #f9f9f9;
  border-radius: 18px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 100px 24px;
  display: flex;
  overflow: visible;
}

.plus-line {
  background-color: #000;
  border-radius: 1px;
  width: 18px;
  height: 2px;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

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

.grid-fourths.team-grid {
  grid-row-gap: 40px;
}

.grid-fourths.pricing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
}

.tile-team {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.image-team {
  border-radius: 8px;
  width: 100%;
}

.wrap-team-name {
  grid-row-gap: 6px;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 20px;
  display: flex;
}

.tile-team-after {
  background-color: var(--background);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 80%;
  padding: 32px;
  display: flex;
}

.space-16 {
  height: 16px;
}

.grid-portfolio-tile-top {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.tile-dark-portfolio {
  background-color: var(--black);
  color: var(--white);
  border-radius: 8px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.tile-dark-portfolio.first-tile {
  flex-direction: column;
  align-items: flex-end;
  min-height: 370px;
  display: flex;
}

.tile-dark-portfolio.second-tile {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tile-dark-portfolio.third-tile, .tile-dark-portfolio.fourth-tile {
  flex-direction: column;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.wrap-first-portfolio-tile {
  z-index: 2;
  max-width: 220px;
  position: relative;
  inset: auto auto 0% 0%;
}

.image-portfolio-tile-one {
  width: 65%;
  max-width: 370px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.wrap-second-portfolio-tile {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.image-portfolio-tile-two {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-portfolio-tiles-bottom {
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
}

.wrap-third-portfolio-tile {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.image-portfolio-tile-three {
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  inset: auto 0% 0%;
}

.background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay-feature-video {
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.feature-image {
  z-index: 0;
  width: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.wrap-forth-portfolio-tile {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.sticky-wrap {
  max-width: 610px;
  position: relative;
}

.sticky-feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.stick-content-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 610px;
  display: flex;
}

.sticky-block {
  flex-direction: column;
  max-width: 530px;
  display: flex;
  position: sticky;
  top: 100px;
}

.testimonial-avatar {
  border-radius: 96px;
  flex: none;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.testimonial-card-divider {
  background-color: #efefef;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.icon-32 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon-32:hover {
  color: var(--accent);
}

.mask {
  overflow: visible;
}

.right-arrow {
  color: #1c353380;
  width: 32px;
  height: 32px;
  transition: all .3s;
  inset: auto auto -64px 40px;
}

.right-arrow:hover {
  color: #1c3533;
}

.testimonial-avatar-wrap {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.slider {
  background-color: #0000;
  width: 100%;
  max-width: 524px;
  height: auto;
}

.slide-nav {
  display: none;
}

.card-testimonial-version-one {
  background-color: #fff;
  border-radius: 10px;
  padding: 28px 30px;
  box-shadow: 0 4px 64px #0000000a;
}

.space-20 {
  height: 20px;
}

.slide {
  margin-right: 24px;
}

.left-arrow {
  color: #1c353380;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .3s;
  display: flex;
  inset: auto auto -64px 0%;
}

.testimonial-role-wrap {
  grid-column-gap: 12px;
  display: flex;
}

.avatar-name {
  font-size: 20px;
  font-weight: 500;
}

.grid-moving-logos-section {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 460px 1fr;
}

.marketing-logos-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 18px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 540px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marketing-icons-combo {
  grid-row-gap: 12px;
  flex-direction: column;
  width: 100px;
  display: flex;
}

.marketing-column {
  grid-row-gap: 13px;
  flex-direction: column;
  display: flex;
}

.marketing-logo-wrap {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.marketing-logo-image {
  width: 90px;
  height: 90px;
}

.marketing-gradient {
  background-image: linear-gradient(#f9f9f9, #f9f9f900);
  height: 180px;
  position: absolute;
  inset: 0% 0% auto;
}

.marketing-gradient.bottom-gradient {
  background-image: linear-gradient(#f9f9f900, #f9f9f9);
  inset: auto 0% 0%;
}

.master-contact-form-three {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.text-testimonial-company {
  font-weight: 500;
}

.subnav {
  z-index: 1000;
  background-color: var(--white);
  border-bottom: 1px solid #ececec;
  height: 40px;
  padding-top: 0;
  position: sticky;
  inset: 80px 0% auto;
}

.container-sub-nav {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: static;
  overflow: visible;
}

.link-sub-nav {
  color: var(--black);
  border-bottom: 2px solid #424bd100;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.link-sub-nav.w--current {
  border-bottom-color: var(--accent);
}

.limit-890 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 890px;
  display: flex;
}

.wrap-tags {
  grid-column-gap: 6px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.tile-feature-transparent-fourths {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 0;
  display: flex;
}

.columns-sticky-foundation {
  display: flex;
}

.left-foundation {
  padding: 0 24px 0 0;
}

.right-foundation {
  grid-row-gap: 64px;
  flex-direction: column;
  padding: 0 0 0 24px;
  display: flex;
}

.image-foundation {
  border-radius: 8px;
  width: 100%;
}

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

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

.product-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.product-image {
  border-radius: 36px;
  flex: none;
  width: auto;
  max-width: none;
  height: 150px;
  display: block;
  position: absolute;
  inset: auto 0% auto auto;
}

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

.product-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #ebebeb;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.testimonial-marquee-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.star {
  height: 20px;
}

.testimonial-marquee-detail {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-marquee-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 504px;
  padding: 32px;
  display: flex;
}

.image-testimonial-card {
  height: 40px;
}

.review-star-wrap-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.review-star-wrap-2.gap-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.container-marquee {
  position: relative;
  overflow: hidden;
}

.left-faq {
  padding: 0 64px 0 0;
}

.right-faq {
  padding: 0;
}

.wrap-mockup {
  background-color: var(--black);
  border-radius: 8px;
  padding-top: 80px;
  padding-left: 120px;
  padding-right: 120px;
  overflow: hidden;
}

.image-mockup {
  transform-origin: 50% 0;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 1px 80px #00000017;
}

.wrap-two-headings-sides {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.single-heading-side {
  grid-row-gap: 16px;
  flex-direction: column;
  max-width: 480px;
  display: flex;
}

.tile-features-thirds-contact {
  align-items: center;
  display: flex;
}

.columns-faq-image {
  display: flex;
}

.left-faq-image {
  padding: 0 40px 0 0;
}

.right-faq-image {
  justify-content: center;
  align-items: center;
  padding: 24px 0 24px 40px;
  display: flex;
}

.image-faq-image {
  background-image: url('../images/Best-Rated_1Best Rated.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  max-height: 800px;
}

.tech-stack-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.gradient-general {
  z-index: 1;
  background-image: linear-gradient(to right, #fff 5%, #fff0);
  width: 100%;
  max-width: 30%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gradient-general.reverse {
  background-image: linear-gradient(270deg, #fff 5%, #fff0);
  inset: 0% 0% 0% auto;
}

.tech-stack-logo {
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 102px;
  height: 102px;
  display: flex;
  overflow: hidden;
}

.tech-stack-image {
  height: 64px;
}

.tech-stack-item {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tech-stack-item.first-item {
  grid-column-gap: 40px;
}

.tech-stack-master {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.columns-about-a {
  display: flex;
}

.left-about-a {
  grid-row-gap: 80px;
  flex-direction: column;
  padding: 0 40px 0 0;
}

.right-about-a {
  padding-left: 40px;
}

.block-about-a.testimonials-block {
  padding-bottom: 80px;
  overflow: hidden;
}

.master-about-a-blocks {
  grid-row-gap: 40px;
  flex-direction: column;
  max-width: 650px;
  display: flex;
}

.master-testimonials-slider {
  position: relative;
}

.wrap-contact-about-a {
  background-color: var(--black);
  color: var(--white);
  border-radius: 8px;
  padding: 31px;
  position: sticky;
  top: 100px;
}

.title-wrap-about-b {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.office-marquee-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.office-marquee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.office-marquee-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  align-items: stretch;
  display: flex;
}

.office-marquee-card {
  color: #fff;
  border-radius: 18px;
  flex-flow: column;
  flex: none;
  align-items: flex-end;
  height: 566px;
  display: flex;
  overflow: hidden;
}

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

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

.wrap-testimonials-vertical {
  height: 600px;
  position: relative;
  overflow: hidden;
}

.column-testimonials-vertical {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.gradient-testimonials-vertical {
  background-image: linear-gradient(to bottom, var(--white), #fff0);
  height: 150px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.gradient-testimonials-vertical.reverse-testimonial-gradient {
  background-image: linear-gradient(to bottom, #fff0, var(--white));
  inset: auto 0% 0%;
}

.title-wrap-about-c {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wrap-people-about-c {
  flex-direction: column;
  justify-content: flex-end;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-people-about-c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.image-people-about-c {
  width: 100%;
  overflow: clip;
}

.gradient-people-about-c {
  background-image: linear-gradient(to bottom, #fff0, var(--white));
  height: 150px;
  position: absolute;
  inset: auto 0% 0%;
}

.abour-card-image-wrap {
  border-radius: 18px;
  height: 118px;
  overflow: hidden;
}

.abour-card-image-wrap.big {
  height: 520px;
}

.about-column-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--background);
  border-radius: 8px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.about-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.team-image-wrap {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  overflow: hidden;
}

.team-marquee-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.team-marquee-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.team-avatar-wrap {
  position: relative;
}

.team-card {
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 18px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 30px;
  display: flex;
}

.team-card.movable-team {
  max-width: 400px;
}

.team-marquee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.team-name {
  margin: 4px 0 8px;
  font-size: 20px;
  font-weight: 700;
}

.team-logo-wrap {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: auto -8px -14px auto;
}

.team-logo {
  height: 15px;
}

.left-pricing-hero {
  max-width: 560px;
}

.pricing-review {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  align-items: center;
  max-width: 530px;
  display: flex;
}

.star-small {
  object-fit: fill;
  height: 16px;
}

.pricing-review-detail {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.review-avatar {
  border-radius: 100%;
  flex: none;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.image-pricing-hero {
  border-radius: 8px;
  max-width: 90%;
}

.top-text-pricing {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.master-pricing-covered {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tile-pricing {
  border-radius: 8px;
  padding: 64px 32px;
  position: relative;
  overflow: hidden;
}

.tile-pricing.higlighted {
  background-color: var(--background);
}

.heading-pricing-name {
  margin-top: 0;
  margin-bottom: 16px;
}

.icon-covered {
  width: 20px;
  height: 20px;
}

.divider-pricing {
  background-color: #14171b1a;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.wrap-pricing-covered {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
}

.wrap-price {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-covered-item {
  margin-bottom: 0;
}

.text-covered-pricing {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.single-pricing-covered {
  grid-column-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-price {
  font-size: 20px;
  font-weight: 500;
}

.cell-content {
  text-align: center;
  margin-bottom: 0;
}

.cell {
  border-top: 1px solid #19273326;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 92px;
  display: flex;
}

.cell.centered-cell {
  align-items: center;
}

.cell.top-cell {
  border-top-style: none;
  border-bottom: 1px solid #19273326;
  align-items: flex-start;
}

.cell.topcell-centered {
  border-top-style: none;
  border-bottom: 1px solid #19273326;
  align-items: center;
}

.cell-image {
  width: 32px;
  height: 32px;
}

.cell-legend-text {
  font-size: 14px;
  font-weight: 400;
}

.cell-legend-text.subtext {
  margin-top: 4px;
  font-weight: 400;
}

.wrap-compare-heading {
  max-width: 480px;
  margin-bottom: -62px;
}

.columns-product {
  display: flex;
}

.left-product {
  padding: 0 40px 0 0;
}

.wrap-left-product {
  max-width: 600px;
}

.wrap-sticky-product-details {
  grid-row-gap: 16px;
  background-color: var(--black);
  color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  align-items: stretch;
  padding: 32px;
  display: flex;
  position: sticky;
  top: 80px;
}

.wrap-price-sticky {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.text-big-price {
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

.wrap-covered-sticky {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.single-career-block {
  grid-row-gap: 16px;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 32px;
  display: flex;
}

.apply-bottom-carrer-single {
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.recruiter-text-career-single {
  color: #282943cc;
  font-weight: 500;
  line-height: 150%;
}

.apply-top-wrap-career-single {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sticky-wrap-career-single {
  position: sticky;
  top: 100px;
}

.apply-tile-career-single {
  grid-row-gap: 32px;
  background-color: #f9f9f9;
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.recruiter-link {
  color: var(--accent);
  text-decoration: underline;
}

.column-left-single-career {
  padding: 0 80px 0 0;
}

.columns-single-career {
  display: flex;
}

.divider-blog {
  background-color: var(--black);
  width: 100%;
  max-width: 800px;
  height: 1px;
  margin-top: 40px;
}

.master-blog-wraps {
  flex-direction: column;
  display: flex;
}

.single-blog-wrap {
  padding-top: 32px;
  padding-bottom: 32px;
}

.wrap-company-icon {
  background-color: var(--background);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  position: absolute;
  inset: 16px auto auto 16px;
}

.icon-company-logo {
  height: 60%;
}

.master-blog-hero-image {
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.wrap-blog-hero {
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.overlay-blog-hero {
  background-color: #0b0c0d66;
  position: absolute;
  inset: 0%;
}

.wrap-great-for {
  grid-column-gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.highlight-pricing-tile {
  z-index: -1;
  background-color: var(--background);
  position: absolute;
  inset: 0%;
}

.link-nav {
  color: var(--black);
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.checkout-form {
  background-color: var(--background);
  padding: 64px 0;
}

.brand-checkout {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
}

.link-brand-checkout {
  height: 32px;
}

.brand-image-checkout {
  height: 100%;
}

.apple-pay {
  border-radius: 8px;
  height: 48px;
}

.block-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.block-content {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  padding-top: 140px;
  padding-bottom: 120px;
  display: flex;
}

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

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

.icon-lock {
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.text-all-from {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.default-state-add-to-cart {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.cart-fixed {
  z-index: 10000;
  position: fixed;
  inset: auto 16px 16px auto;
}

.cart-button {
  background-color: var(--accent);
  border-radius: 50%;
  justify-content: center;
  width: 56px;
  height: 56px;
}

.remove-link {
  color: #1c3533;
  text-decoration: none;
}

.icon-cart-product {
  background-color: #fff;
  border-radius: 6px;
  padding: 15px;
}

.cart-container {
  background-color: var(--background);
}

.remove-button {
  color: #1c3533;
}

.columns-template-details {
  display: flex;
}

.color {
  background-color: #faebe3;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  padding-top: 100%;
}

.color.color-three {
  background-color: #6faa41;
}

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

.color.color-four {
  background-color: var(--background);
}

.color.color-two {
  background-color: var(--black);
}

.text-quote {
  font-size: 48px;
  line-height: 120%;
}

.tile-template-navigation {
  grid-row-gap: 16px;
  background-color: var(--background);
  border-radius: 2px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 120px;
}

.icons-grid-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.divider-typography {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

.left-column-template-details {
  padding: 0;
}

.icon-template {
  width: 40px;
}

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

.underline-link {
  color: var(--smart-green);
  -webkit-text-stroke-color: #6faa41;
  text-decoration: underline;
}

.color-master {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.tile-template-details {
  grid-row-gap: 16px;
  background-color: var(--background);
  border-radius: 2px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.link-template-navigation {
  color: #131313b3;
  font-size: 24px;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
}

.link-template-navigation.w--current {
  color: #131313;
  font-weight: 500;
}

.right-column-template-details {
  grid-row-gap: 32px;
  flex-direction: column;
  padding: 0 0 0 24px;
  display: flex;
}

.wrap-button {
  grid-row-gap: 12px;
  background-color: #00000005;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.template-h2 {
  margin-top: 0;
}

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

.tile-changelog {
  background-color: var(--background);
  border-radius: 8px;
  width: 100%;
  max-width: 562px;
  padding: 40px 32px;
}

.title-wrap-sales-hero {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-sales-symbol {
  height: 50px;
}

.flext-sales-cta {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.limit-760 {
  width: 100%;
  max-width: 760px;
}

.grid-thirds-mokckups {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-sales-mockups {
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}

.sales-mock-image {
  border: 1px solid #0000000d;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 0;
}

.section-sales-mockups {
  background-color: var(--black);
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
  overflow: hidden;
}

.sales-mock-link-block {
  width: 100%;
  margin-bottom: 24px;
  transition: transform .5s;
}

.sales-mock-link-block:hover {
  transform: scale(1.03);
}

.icon-figma {
  width: 120px;
  height: 120px;
}

.grid-included {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.span-link {
  color: #000;
  font-weight: 700;
}

.image-included {
  width: 100%;
}

.included-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 340px;
  padding: 0;
  display: flex;
}

.included-card.figma-card {
  grid-column-gap: 56px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 0;
  padding: 32px;
}

.included-padding-wrap {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.wrap-figma-content {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.master-sales-pages {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.single-sales-pages {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.grid-thirds-sales-page {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.sales-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: #0a0a0a;
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  box-shadow: 1px 1px 20px #4141410d;
}

.sales-card:hover {
  transform: translate(0, -4px);
}

.image-sales-page {
  border: 1px solid #1c353329;
  border-radius: 4px;
  width: 100%;
}

.grid-fourths-sales-fourths {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-thirds-all-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.more-power-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background);
  text-align: left;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 32px 24px;
  display: flex;
}

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

.success-message {
  background-color: var(--background);
  color: var(--black);
  border-radius: 8px;
}

.white-link {
  color: var(--white);
  padding-left: 0;
  padding-right: 10px;
  font-style: normal;
  text-decoration: none;
}

.image-2 {
  object-fit: fill;
  object-position: 50% 0%;
  width: 140px;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 0;
  padding-right: 0;
  position: sticky;
}

.visibly {
  float: right;
  clear: none;
  text-align: left;
  order: 1;
  padding-top: 0;
  display: block;
  position: static;
  top: -200px;
}

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

.flex-block {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cta-blog {
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.kontakty-v-kontaktech {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  display: flex;
}

.heading {
  margin-top: 0;
}

.text-block-2 {
  overflow: visible;
}

.text-block-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.text-block-3.text-footer-legal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  order: 1;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.right-footer-bottom-copy {
  grid-row-gap: 48px;
  flex-direction: column;
  max-width: 400px;
  display: flex;
}

.master-footer-bottom-spodek {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.grid-2.pricing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1.4fr 1fr;
}

.paragraph-big-2 {
  padding-top: 0;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-big-3, .paragraph-big-2-left {
  padding-top: 0;
  font-size: 18px;
}

.bold-text {
  color: var(--white);
  font-weight: 400;
}

.link {
  color: #6faa41;
  -webkit-text-stroke-color: var(--black);
}

.cta-blog2 {
  text-align: center;
  object-fit: fill;
  background-color: #6faa41;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.cta-blog2:hover {
  background-color: #00d563e6;
}

.cta-blog2.big {
  text-align: left;
  height: 60px;
  font-size: 18px;
  position: static;
}

.cta-blog2.big.white---black {
  background-color: var(--white);
  color: var(--black);
}

.cta-blog2.big.white---black:hover {
  background-color: #faf7f7;
}

.cta-blog2.big.password {
  margin-top: 16px;
}

.cta-blog2.secondary-white {
  background-color: var(--white);
  color: var(--accent);
}

.cta-blog2.nav-cta {
  color: #6faa41;
  -webkit-text-stroke-color: #6faa41;
  background-color: #00d5631a;
  height: 46px;
  font-size: 16px;
  font-weight: 700;
  transition: color .2s, background-color .2s;
}

.cta-blog2.nav-cta:hover {
  color: var(--background);
  background-color: #00d563;
}

.cta-blog2.newsletter-cta {
  min-width: 140px;
  height: 60px;
}

.cta-blog2.black {
  background-color: var(--black);
}

.cta-blog2.black:hover {
  background-color: #0b0c0dd9;
}

.cta-blog2.black:active {
  background-color: #0b0c0dcc;
}

.cta-blog2.nav-menu-cta {
  height: 46px;
  color: var(--accent);
  background-color: #00d5631a;
  font-size: 16px;
  font-weight: 700;
  transition: color .2s, background-color .2s;
  display: none;
}

.cta-blog2.nav-menu-cta:hover {
  color: var(--background);
  background-color: #00d563;
}

.subtitle-left-centered {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  font-size: 24px;
  line-height: 40px;
  display: block;
}

.subtitle-left-centered.for-who-subtitle {
  text-transform: lowercase;
}

.paragraph-big-footer {
  padding-top: 120px;
  font-size: 18px;
}

.paragraph-big-footer.limit-640 {
  max-width: 640px;
}

.block-faq.testimonials-block {
  padding-bottom: 80px;
  overflow: hidden;
}

.contact-quote-wrap-2 {
  grid-row-gap: 16px;
  background-color: #f9f9f9;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  display: flex;
}

.span-accent-2 {
  color: #6faa41;
}

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

.link-block {
  font-style: normal;
  text-decoration: none;
}

.link-block.white-link {
  padding-right: 0;
}

.span-accent-3 {
  color: #6faa41;
}

.limit-1081 {
  max-width: 580px;
}

.space-101 {
  height: 24px;
}

.space-102 {
  height: 80px;
}

.wrap-contact-faq-r-dce {
  color: var(--white);
  background-color: #0000;
  border-radius: 8px;
  padding: 31px;
  position: sticky;
  top: 100px;
}

.form-gdpr {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.success-message-2 {
  background-color: var(--white);
  color: #6faa41;
  border-radius: 8px;
}

.text-block-4 {
  color: #6faa41;
  font-size: 21px;
  font-weight: 700;
  display: block;
}

.nav-menu-2 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.icon-dropdown-link-2 {
  background-color: #f9f9f9;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  padding: 6px;
}

.master-dropdown-links-2 {
  grid-row-gap: 21px;
  flex-direction: column;
  width: auto;
  display: flex;
}

.drodpdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  padding: 16px;
}

.drodpdown-list-2.homepages-list {
  display: none;
}

.drodpdown-list-2.homepages-list.w--open {
  min-width: 160px;
}

.drodpdown-list-2.we-speak-list.w--open {
  min-width: 220px;
  width: max-content;
}

.dropdown-nav-2 {
  justify-content: center;
  align-items: center;
  height: 80%;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
}

.link-nav-2 {
  color: #0b0c0d;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.cta-2 {
  background-color: #00d563;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.cta-2:hover {
  background-color: #00d563e6;
}

.cta-2.nav-menu-cta {
  color: #00d563;
  background-color: #00d5631a;
  height: 46px;
  font-size: 16px;
  font-weight: 700;
  transition: color .2s, background-color .2s;
  display: none;
}

.cta-2.nav-menu-cta:hover {
  color: #f9f9f9;
  background-color: #00d563;
}

.link-dropdown-2 {
  grid-column-gap: 8px;
  color: #0b0c0d;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.link-dropdown-2:hover {
  opacity: .7;
}

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

.error-message {
  background-color: red;
  border-radius: 8px;
}

.error-message-2 {
  color: var(--white);
  background-color: red;
  border-radius: 8px;
}

.single-contact-points {
  grid-column-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-contact-points {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 27px;
}

.icon-covered-copy, .icon-contact-points {
  width: 20px;
  height: 20px;
}

.fs-cc-banner_buttons-wrapper {
  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-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.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-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_trigger {
  display: block;
}

.fs-cc-prefs_close {
  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_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: block;
}

.fs-cc-prefs_title {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: .75rem;
}

.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-medium {
  margin-bottom: 2.5rem;
}

.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-prefs_label {
  color: var(--smart-green);
  -webkit-text-stroke-color: var(--smart-green);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_content {
  background-color: #f9f9f9;
  border: 6px #0000;
  border-radius: 6px;
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_button {
  border: 0px none var(--black);
  min-width: 8.75rem;
  color: var(--white);
  text-align: center;
  background-color: #6faa41;
  border-radius: 6px;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 16px;
  font-weight: 500;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: var(--black);
  background-color: #fff;
  border-color: #4353ff;
}

.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-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  margin-left: .75rem;
  padding: .625rem;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text {
  color: var(--black);
  margin-right: 1.5rem;
}

.fs-cc-banner_text-link {
  color: #6faa41;
  -webkit-text-stroke-color: var(--accent);
  border-bottom: 2px solid #6faa41;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component {
  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-banner_component {
  z-index: 998;
  background-color: #f9f9f9;
  border-top: 0 #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_button {
  background-color: #6faa41;
  border: 2px #000;
  border-radius: 6px;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: var(--black);
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.notification-bar {
  background-color: #000;
  padding: 0 24px;
  display: block;
  position: relative;
  overflow: hidden;
}

.notification-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  display: flex;
}

.notification-close {
  flex: 0 auto;
  width: 18px;
  height: 18px;
  display: none;
  position: absolute;
  inset: 15% 16px 0% auto;
}

.image-3 {
  width: 24px;
  height: 24px;
}

.quick-stack {
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-5 {
  color: var(--white);
  text-align: left;
  position: static;
  inset: 0%;
}

.image-4 {
  text-align: left;
  align-self: flex-end;
  display: block;
}

.cell-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.cell-3 {
  justify-content: center;
}

.cell-4 {
  justify-content: center;
  align-items: flex-end;
}

.heading-4 {
  background-color: #f9f9f9;
}

.link-2, .link-3 {
  color: var(--smart-green);
}

.block-quote {
  border-left-color: var(--smart-green);
}

.text-footer-oblasti {
  background-color: var(--transparent);
  opacity: .8;
  text-align: left;
  border: 0 solid #000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  display: flex;
}

.shadow-link {
  color: var(--background);
  padding-left: 0;
  padding-right: 10px;
  font-style: normal;
  text-decoration: none;
}

.container {
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.wrap-footer-oblasti {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
}

.apply-tile-reference {
  grid-row-gap: 32px;
  background-color: #f9f9f9;
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.image-5 {
  border-radius: 18px;
}

.single-reference-block {
  grid-row-gap: 16px;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 32px;
  display: flex;
}

.html-embed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  padding-top: 0;
  display: flex;
}

.html-embed-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tile-grey-reference {
  background-color: var(--background);
  border-radius: 6px;
  padding: 32px;
}

.tile-grey-reference.feature-big-tile {
  padding: 44px 40px;
}

.tile-grey-reference.sticky-foundation-tile {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 160px;
}

.tile-grey-reference.career-tile {
  grid-row-gap: 8px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tile-grey-reference.reference-tile {
  grid-row-gap: 8px;
  background-color: var(--background);
  -webkit-text-fill-color: inherit;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(0deg, #000, #f7f7f700 100%, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-clip: border-box;
  border-radius: 18px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  height: 280px;
  padding-bottom: 140px;
  padding-left: 32px;
  display: flex;
}

.no-margins-reference {
  background-color: var(--transparent);
  outline-offset: 0px;
  color: var(--white);
  text-shadow: 2px 2px 19px #000000d4;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  outline: 3px #fff;
  order: 0;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: underline;
}

.link-reference-tile {
  flex-flow: column;
  transition: transform .2s;
  display: flex;
}

.image-6, .image-7 {
  border-radius: 18px;
}

.text-block-6 {
  color: var(--black);
  text-decoration: none;
}

.mega-h1-left {
  text-align: left;
  font-size: 86px;
  line-height: 100px;
}

.mega-h1-left.center-landscape {
  text-align: left;
}

.image-8 {
  padding-top: 0;
}

.image-9 {
  margin-right: 10px;
  padding-top: 4px;
  padding-right: 0;
}

.image-10 {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.image-11 {
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 5px;
  padding-left: 0;
}

.image-12 {
  border-radius: 18px;
}

.marketing-logo-image-2 {
  width: 84px;
  height: 84px;
}

.main-container-2 {
  max-width: 1348px;
  padding-left: 24px;
  padding-right: 24px;
}

.limit-1082 {
  width: 100%;
  max-width: 690px;
}

.paragraph-big-4 {
  font-size: 18px;
}

.limit-1083 {
  width: 100%;
  max-width: 690px;
}

.paragraph-big-5 {
  font-size: 18px;
}

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

.section-men-padding-naho-e.hero-home-a {
  padding-top: 68px;
  overflow: hidden;
}

.section-men-padding-naho-e.background.testimonials-slider-section {
  padding-bottom: 120px;
  overflow: hidden;
}

.section-men-padding-naho-e.software-house-home-a {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 60px;
}

.section-men-padding-naho-e.roadmap-home-a {
  padding-top: 24px;
}

.section-men-padding-naho-e.footer {
  color: var(--white);
  background-color: #1b1c1d;
  padding-top: 0;
  padding-bottom: 0;
}

.section-men-padding-naho-e.hero-home-b {
  padding-top: 0;
  padding-bottom: 0;
}

.section-men-padding-naho-e.services-slider-section {
  background-color: var(--background);
  padding-bottom: 120px;
  overflow: hidden;
}

.section-men-padding-naho-e.hero-home-c {
  padding-top: 80px;
}

.section-men-padding-naho-e.numbers-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-men-padding-naho-e.hero-service {
  background-color: var(--background);
  padding-top: 32px;
}

.section-men-padding-naho-e.hero-about-a {
  padding-top: 140px;
}

.section-men-padding-naho-e.hero-about-b {
  padding-top: 100px;
  padding-bottom: 24px;
}

.section-men-padding-naho-e.hero-about-c, .section-men-padding-naho-e.pricing-hero {
  padding-top: 160px;
}

.section-men-padding-naho-e.hero-product {
  padding-top: 140px;
}

.section-men-padding-naho-e.hero-careers {
  padding-top: 180px;
}

.section-men-padding-naho-e.hero-career-single {
  padding-top: 160px;
}

.section-men-padding-naho-e.blog-section {
  padding-top: 200px;
}

.section-men-padding-naho-e.blog-template {
  padding-top: 84px;
}

.section-men-padding-naho-e.hero-category {
  padding-top: 140px;
}

.section-men-padding-naho-e._404 {
  padding-top: 160px;
  padding-bottom: 120px;
}

.section-men-padding-naho-e.legal-section {
  padding-top: 140px;
}

.section-men-padding-naho-e.hero-template {
  background-color: var(--black);
  color: var(--white);
  padding-top: 140px;
}

.section-men-padding-naho-e.hero-sales {
  padding-top: 160px;
}

.section-men-padding-naho-e.background {
  background-color: #f9f9f9;
}

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

.paragraph-big-center {
  text-align: center;
  padding-top: 0;
  font-size: 18px;
}

.paragraph-big-center.limit-640 {
  max-width: 640px;
}

.trust-pilot-review-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 6px;
  display: flex;
}

.review-star-wrap-3 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.text-block-7 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.heading-2-center {
  text-align: center;
  align-self: auto;
}

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

.text-block-8 {
  text-align: center;
  padding-bottom: 10px;
}

.more-power-card-white {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  text-align: left;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 32px 24px;
  display: flex;
}

.video-small-hero {
  border-radius: 7px;
  flex-flow: row;
  align-items: baseline;
  max-width: 90%;
  height: 402px;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.show-tablet {
  display: none;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

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

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar05_dropdown-content-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.uui-navbar05_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.uui-navbar05_bottom-bar-content {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.uui-navbar05_bottom-bar-background {
  background-color: var(--untitled-ui--gray50-2);
  width: 200vw;
  position: absolute;
  inset: 0% -50vw;
}

.uui-navbar05_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar05_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-navbar05_component {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #fff;
  align-items: center;
  min-height: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: sticky;
}

.uui-navbar05_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar05_logo-link {
  padding-left: 0;
}

.uui-navbar05_menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.uui-navbar05_link {
  color: var(--untitled-ui--gray500);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.uui-navbar05_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar05_link.w--current {
  color: #000;
}

.uui-navbar05_menu-dropdown {
  position: static;
}

.uui-navbar05_dropdown-toggle {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar05_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar05_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar05_dropdown-list.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

.uui-navbar05_menu-right {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.uui-navbar05_menu-button {
  padding: 0;
}

.uui-navbar05_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.uui-navbar05_icon-holder {
  flex: none;
}

.uui-navbar05_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar05_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-navbar05_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.show-tablet {
  display: none;
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray700);
}

.uui-navbar05_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.icon-featured-large {
  background-color: var(--untitled-ui--primary100);
  width: 3rem;
  height: 3rem;
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar05_item-heading {
  color: var(--untitled-ui--gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar05_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.image-13 {
  -webkit-text-stroke-color: var(--smart-green);
}

.text-block-9 {
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.uui-text-size-medium {
  color: var(--black);
  text-align: left;
  letter-spacing: normal;
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.uui-text-size-small-2 {
  color: var(--black);
  letter-spacing: normal;
  font-family: Satoshi, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall.text-color-primary700 {
  color: var(--black);
  font-family: Satoshi, sans-serif;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 0px none var(--smart-green);
  background-color: var(--smart-green);
  color: var(--untitled-ui--white);
  text-align: center;
  -webkit-text-stroke-color: var(--accent);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.background-color-gray50 {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-pricing07_bottom-row-content {
  grid-row-gap: .75rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.uui-pricing07_tabs-content {
  width: 100%;
}

.uui-pricing07_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 2.5rem;
  display: flex;
}

.uui-pricing07_top-row-content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.uui-pricing07_heading-row {
  margin-top: 2.5rem;
  padding: 1rem 1.5rem;
}

.uui-pricing07_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: stretch;
}

.uui-pricing07_row.background-color-gray50 {
  background-color: var(--background);
}

.uui-pricing07_row-content {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.uui-pricing07_feature {
  padding: 1rem 1.5rem;
}

.uui-pricing07_bottom-row {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  padding-top: 2rem;
}

.uui-pricing07_top-row {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.uui-pricing07_plans {
  width: 100%;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-pricing07_tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  border: 1px solid var(--untitled-ui--gray100);
  background-color: var(--untitled-ui--gray50-2);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 5rem;
  padding: .375rem;
  display: grid;
}

.uui-pricing07_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--untitled-ui--gray500);
  background-color: #0000;
  border-radius: .375rem;
  align-items: center;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  display: flex;
}

.uui-pricing07_tab-link.w--current {
  color: var(--untitled-ui--gray700);
  background-color: #fff;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-pricing07_price {
  color: var(--black);
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: Satoshi, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-pricing07_price-text {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  margin-left: .25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-pricing07_row-lead-text {
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.uui-pricing07_heading-row-text {
  color: var(--smart-green);
  font-family: Satoshi, sans-serif;
  font-weight: 600;
}

.text-block-10 {
  font-family: Satoshi, sans-serif;
}

.services-slider-copy {
  background-color: #ddd0;
  width: 70%;
  max-width: 600px;
  height: auto;
}

.bold-text-2 {
  color: var(--black);
}

.no-margins-white {
  color: var(--white);
  order: 0;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-2 {
  flex: 0 auto;
  align-self: auto;
}

.master-footer-bottom-dotace {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.subtitle-left-centered-copy {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 24px;
  line-height: 40px;
  display: block;
}

.subtitle-left-centered-copy.for-who-subtitle {
  text-transform: lowercase;
}

@media screen and (max-width: 991px) {
  .section.hero-career-single, .section.hero-category {
    padding-top: 120px;
  }

  .grid-halves.home-a-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-halves.image-grid {
    grid-template-columns: 1fr;
  }

  .grid-halves.four-features-grid {
    max-width: none;
  }

  .grid-halves.pricing-hero-grid {
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .grid-halves.contact-grid-version-two {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-halves.slu-by-hero {
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .marquee-wrap {
    margin-right: 0;
  }

  .cta.nav-menu-cta {
    align-items: flex-end;
    margin-top: 16px;
    display: flex;
  }

  .logo-image {
    width: 12%;
  }

  .grid-thirds.careers-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .grid-thirds.pricing-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-thirds.reference-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .left-wide-text-image {
    padding-right: 40px;
  }

  .tile-grey.feature-big-tile {
    padding: 32px;
  }

  .big-text {
    font-size: 34px;
    line-height: 48px;
  }

  .wrap-numbers {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .number-tile {
    min-width: 30%;
  }

  .number-tile.middle {
    border-left-style: none;
    border-right-style: none;
  }

  .number-tile.right {
    border-right-style: none;
  }

  .number-tile.left {
    border-left-style: none;
  }

  .space-64.space-hero {
    height: 40px;
  }

  .home-image-wrap {
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .check-list-item {
    text-align: left;
  }

  .card-wrap {
    left: -40px;
  }

  .title-wrap-home-image-section {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    display: flex;
  }

  .colored-block {
    max-width: 550px;
  }

  .grid-text-and-features {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .tile-white.feature-big-tile {
    padding: 32px;
  }

  .limit-690.center-tablet {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .master-contact-block {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .contact-wrap {
    max-width: 550px;
  }

  .container-navbar {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu {
    background-color: var(--background);
    border-radius: 6px;
    flex-direction: column;
    align-items: stretch;
    width: 98%;
    height: auto;
    max-height: 90vh;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    overflow: scroll;
  }

  .right-navbar {
    display: none;
  }

  .dropdown-nav {
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    height: auto;
    font-size: 18px;
    display: flex;
  }

  .dropdown-toggle-nav {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .drodpdown-list.homepages-list.w--open, .drodpdown-list.we-speak-list.w--open {
    position: static;
  }

  .master-footer-top {
    grid-row-gap: 64px;
    flex-direction: column;
    align-items: center;
  }

  .right-footer-top, .left-footer-to {
    text-align: center;
    align-items: center;
  }

  .wrap-footer-bottom {
    display: flex;
  }

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

  .three-columns-links-footer {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .links-column-footer {
    align-items: flex-start;
  }

  .mega-h1 {
    font-size: 72px;
    line-height: 87px;
  }

  .background-video-home-b {
    min-height: 480px;
  }

  .tab-block {
    min-height: 540px;
  }

  .columns-process-timeline {
    flex-direction: column;
  }

  .left-process-timeline {
    padding-right: 0;
  }

  .right-process-timeline {
    padding-left: 0;
  }

  .master-process {
    max-width: 550px;
  }

  .wrap-left-process {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .grid-text-and-features-reversed {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .service-marquee-card {
    height: 440px;
    padding: 55px;
  }

  .contact-form-wrap-version-two {
    padding-right: 0;
  }

  .master-contact-tiles {
    padding-left: 0;
  }

  .expandable-single {
    padding-right: 4px;
  }

  .design-process-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1.2fr;
  }

  .expandable-master {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .expandable-master.about-a-expandable {
    max-width: none;
  }

  .grid-fourths.team-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-fourths.team-fourths-home-c {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-fourths.small-feature-fourhts {
    grid-template-columns: 1fr 1fr;
  }

  .tile-dark-portfolio.third-tile {
    min-height: 300px;
  }

  .tile-dark-portfolio.fourth-tile {
    min-height: 350px;
  }

  .wrap-first-portfolio-tile {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .image-portfolio-tile-one {
    left: auto;
  }

  .wrap-second-portfolio-tile, .wrap-third-portfolio-tile, .wrap-forth-portfolio-tile {
    width: 100%;
  }

  .grid-moving-logos-section {
    grid-template-columns: 1fr;
  }

  .columns-sticky-foundation {
    flex-direction: column;
  }

  .left-foundation {
    margin-bottom: 32px;
    padding-right: 0;
  }

  .right-foundation {
    padding-left: 0;
  }

  .product-title {
    width: 180px;
    margin-right: 24px;
  }

  .product-image {
    border-radius: 24px;
    width: auto;
    height: 150px;
    margin-right: 24px;
    position: static;
  }

  .wrap-mockup {
    padding-top: 56px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-mockup {
    width: 100%;
  }

  .wrap-two-headings-sides {
    grid-row-gap: 64px;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-faq-image {
    flex-direction: column;
  }

  .left-faq-image {
    padding-right: 0;
  }

  .right-faq-image {
    padding-top: 40px;
    padding-left: 0;
  }

  .image-faq-image {
    min-height: 500px;
    max-height: none;
  }

  .tech-stack-item.first-item {
    grid-column-gap: 40px;
  }

  .columns-about-a {
    flex-direction: column;
  }

  .left-about-a {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .right-about-a {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .master-about-a-blocks {
    width: 100%;
    max-width: none;
  }

  .office-marquee-card {
    height: 50vw;
  }

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

  .title-wrap-about-c {
    text-align: center;
  }

  .wrap-people-about-c {
    height: 220px;
  }

  .team-card {
    max-width: none;
  }

  .team-card.movable-team {
    max-width: 360px;
  }

  .left-pricing-hero {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-pricing-hero {
    width: 100%;
  }

  .wrap-compare-heading {
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .columns-product {
    flex-direction: column;
  }

  .left-product {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .right-product {
    padding: 0;
  }

  .wrap-left-product {
    max-width: none;
  }

  .column-right-single-career, .column-left-single-career {
    padding-left: 24px;
    padding-right: 24px;
  }

  .columns-single-career {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .master-blog-hero-image {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .link-nav {
    justify-content: center;
    width: 100%;
    font-size: 18px;
    line-height: 50px;
    display: flex;
  }

  .text-all-from {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }

  .wrap-menu-button {
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .line-menu {
    background-color: #000;
    border-radius: 4px;
    width: 32px;
    height: 2px;
    padding: 0;
  }

  .line-menu.second-line {
    width: 20px;
  }

  .menu-button {
    background-color: var(--background);
    border-radius: 4px;
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--accent);
  }

  .columns-template-details {
    flex-direction: column;
  }

  .text-quote {
    font-size: 32px;
    line-height: 130%;
  }

  .left-column-template-details {
    display: none;
  }

  .right-column-template-details {
    padding: 0;
  }

  .tile-changelog {
    padding-right: 4px;
  }

  .grid-thirds-mokckups {
    grid-template-columns: 1fr;
  }

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr 1fr;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .included-card {
    min-height: 260px;
  }

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

  .grid-thirds-sales-page {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .sales-card {
    padding: 16px;
  }

  .grid-fourths-sales-fourths {
    grid-template-columns: 1fr 1fr;
  }

  .grid-thirds-all-features {
    grid-template-columns: 1fr;
  }

  .kontakty-v-kontaktech {
    padding-left: 0;
  }

  .grid-2.pricing-grid {
    grid-auto-flow: row;
  }

  .cta-blog2.nav-menu-cta {
    align-items: flex-end;
    margin-top: 16px;
    display: flex;
  }

  .subtitle-left-centered {
    margin-top: 40px;
  }

  .paragraph-big-footer {
    padding-top: 140px;
  }

  .nav-menu-2 {
    background-color: #f9f9f9;
    border-radius: 6px;
    flex-direction: column;
    align-items: stretch;
    width: 98%;
    height: auto;
    max-height: 90vh;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    overflow: scroll;
  }

  .drodpdown-list-2.homepages-list.w--open, .drodpdown-list-2.we-speak-list.w--open {
    position: static;
  }

  .dropdown-nav-2 {
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    height: auto;
    font-size: 18px;
    display: flex;
  }

  .link-nav-2 {
    width: 100%;
    font-size: 18px;
    line-height: 50px;
  }

  .cta-2.nav-menu-cta {
    margin-top: 16px;
    display: flex;
  }

  .fs-cc-banner_buttons-wrapper {
    align-self: center;
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    text-align: center;
    margin-right: 0;
  }

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

  .text-footer-oblasti {
    background-color: #0000;
  }

  .wrap-footer-oblasti {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tile-grey-reference.feature-big-tile {
    padding: 32px;
  }

  .mega-h1-left {
    font-size: 72px;
    line-height: 87px;
  }

  .limit-1082.center-tablet, .limit-1083.center-tablet {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-men-padding-naho-e.hero-career-single, .section-men-padding-naho-e.hero-category {
    padding-top: 120px;
  }

  .video-small-hero {
    width: 100%;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar05_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar05_bottom-bar {
    border-radius: .5rem;
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    overflow: hidden;
  }

  .uui-navbar05_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar05_menu {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar05_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar05_link {
    width: 100%;
    color: var(--untitled-ui--gray900);
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar05_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar05_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar05_dropdown-toggle {
    color: var(--untitled-ui--gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar05_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar05_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar05_dropdown-list.w--open {
    min-width: auto;
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-navbar05_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar05_menu-button.w--open {
    background-color: #0000;
  }

  .uui-navbar05_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar05_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-button-secondary-gray.show-tablet {
    display: block;
  }

  .uui-navbar05_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .hide-tablet-2 {
    display: none;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .subtitle-left-centered-copy {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero-home-b, .section.hero-about-a {
    padding-top: 120px;
  }

  .section.hero-category {
    padding-top: 100px;
  }

  .main-container {
    flex: 0 auto;
  }

  .grid-halves.sticky-features-grids {
    grid-template-columns: 1fr;
  }

  .space-80.contact-hero-space, .space-80.product-space {
    height: 40px;
  }

  .logos-master {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-image {
    width: 22%;
    height: 31px;
  }

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

  .grid-thirds.blog-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-thirds.features-thirds {
    grid-template-columns: 1fr;
  }

  .paragraph-big.center-landscape {
    text-align: center;
  }

  .columns-wide-text-image {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .right-wide-text-image {
    padding: 0;
  }

  .roadmap-stage-master.ideation, .roadmap-stage-master.design {
    width: 100%;
  }

  .roadmap-info-tile {
    min-width: 0;
  }

  .roadmap-info-tile.ideation-tile {
    left: auto;
    right: auto;
  }

  .roadmap-info-tile.design-tile {
    inset: 110% auto auto;
  }

  .week-text {
    opacity: 0;
  }

  .roadmap-foreground {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

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

  .wrap-numbers.design-numbers {
    align-items: flex-start;
  }

  .number-tile.middle {
    border-style: none;
    border-top-width: 1px;
    border-top-color: #f0f0f0;
    border-bottom-width: 1px;
    border-bottom-color: #f0f0f0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .number-tile.right {
    border-bottom: 1px #f0f0f0;
    border-right-style: none;
  }

  .text-accent {
    font-size: 48px;
  }

  .home-image-wrap {
    height: 66vw;
  }

  .colored-block {
    max-width: 82%;
    height: 66vw;
  }

  .grid-text-and-features {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .wrap-content-text-and-features {
    text-align: center;
    align-items: center;
  }

  .limit-690.center-landscape {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .contact-wrap {
    max-width: none;
  }

  .container-navbar {
    grid-template-columns: 1fr 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

  .right-navbar {
    display: none;
  }

  .master-footer-top {
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .right-footer-top {
    align-items: center;
  }

  .wrap-footer-bottom {
    padding-bottom: 10px;
  }

  .left-footer-bottom {
    grid-row-gap: 64px;
    flex-direction: column;
  }

  .three-columns-links-footer {
    grid-row-gap: 80px;
    justify-items: center;
  }

  .links-column-footer {
    text-align: center;
    align-items: center;
  }

  .master-footer-bottom {
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: center;
  }

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

  .mega-h1 {
    font-size: 64px;
    line-height: 72px;
  }

  .background-video-home-b {
    min-height: 350px;
  }

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

  .service-card-title {
    margin-bottom: 6px;
    font-size: 32px;
  }

  .services-slider {
    width: 90%;
  }

  .service-marquee-card {
    padding: 24px;
  }

  .grid-fourths, .grid-fourths.team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-fourths.pricing-grid {
    min-width: 650px;
  }

  .grid-fourths.team-fourths-home-c {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-portfolio-tile-top {
    grid-template-columns: 1fr;
  }

  .tile-dark-portfolio.first-tile {
    min-height: 460px;
  }

  .tile-dark-portfolio.second-tile {
    min-height: 360px;
  }

  .tile-dark-portfolio.third-tile {
    min-height: 350px;
  }

  .tile-dark-portfolio.fourth-tile {
    min-height: 420px;
  }

  .grid-portfolio-tiles-bottom {
    grid-template-columns: 1fr;
  }

  .marketing-logos-wrap {
    order: 1;
    align-self: center;
    height: 400px;
  }

  .container-sub-nav {
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }

  .link-sub-nav {
    height: 32px;
    color: var(--black);
    background-color: #f9f9f9;
    border: 1px solid #dcdcdc;
    border-radius: 40px;
    flex: none;
    margin-right: 1vw;
    padding-top: 0;
  }

  .link-sub-nav.w--current {
    background-color: var(--accent);
    color: #f9f9f9;
    border-color: #fff;
  }

  .tile-feature-transparent-fourths {
    padding-bottom: 2px;
  }

  .product-title-wrap {
    justify-content: space-between;
  }

  .product-block {
    flex-direction: column;
  }

  .left-faq {
    margin-bottom: 40px;
  }

  .tech-stack-logo {
    width: 80px;
    height: 80px;
  }

  .tech-stack-image {
    height: 48px;
  }

  .left-about-a {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-testimonials-vertical.third-column {
    display: none;
  }

  .wrap-people-about-c {
    height: auto;
  }

  .grid-people-about-c {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-people-about-c.middle-image {
    display: none;
  }

  .gradient-people-about-c {
    height: 20%;
  }

  .abour-card-image-wrap {
    height: 230px;
  }

  .about-column-wrap {
    flex-direction: column;
  }

  .about-card {
    padding: 24px;
  }

  .team-card {
    max-width: none;
  }

  .team-card.movable-team {
    width: 46vw;
    max-width: none;
  }

  .pricing-review-detail {
    text-align: left;
  }

  .single-pricing-covered {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .column-right-single-career, .column-left-single-career {
    padding: 0;
  }

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

  .wrap-compare {
    width: 100%;
    overflow: scroll;
  }

  .text-all-from {
    font-size: 24px;
  }

  .columns-template-details {
    flex-direction: column;
  }

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

  .left-column-template-details {
    display: none;
  }

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

  .tile-template-details {
    padding: 24px;
  }

  .right-column-template-details {
    padding: 0;
  }

  .tile-changelog {
    padding: 32px 24px;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

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

  .included-card.figma-card {
    text-align: center;
    flex-direction: column;
  }

  .wrap-figma-content {
    text-align: center;
    align-items: center;
  }

  .image-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .master-footer-bottom-spodek {
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

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

  .grid-2.pricing-grid {
    min-width: 650px;
  }

  .paragraph-big-footer {
    padding-top: 100px;
  }

  .paragraph-big-footer.center-landscape {
    text-align: center;
  }

  .icon-contact-points {
    align-self: flex-start;
    margin-top: 7px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .text-footer-oblasti {
    text-align: center;
    background-color: #0000;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-footer-oblasti {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mega-h1-left {
    font-size: 64px;
    line-height: 72px;
  }

  .section-men-padding-naho-e {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-men-padding-naho-e.hero-home-b, .section-men-padding-naho-e.hero-about-a {
    padding-top: 120px;
  }

  .section-men-padding-naho-e.hero-category {
    padding-top: 100px;
  }

  .paragraph-big-center.center-landscape {
    text-align: center;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-navbar05_dropdown-content-left {
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .uui-navbar05_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-navbar05_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar05_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar05_link, .uui-navbar05_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui--gray600);
    background-color: #0000;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-pricing07_component {
    margin-top: 2rem;
  }

  .uui-pricing07_plans {
    display: none;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-pricing07_price {
    font-size: 2.25rem;
  }

  .services-slider-copy {
    width: 90%;
  }

  .master-footer-bottom-dotace {
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 45px;
  }

  h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .section.hero-home-c, .section.hero-about-b, .section.hero-about-c {
    padding-top: 120px;
  }

  .section.pricing-hero, .section.hero-product {
    padding-top: 100px;
  }

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

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .content-wrap-hero-home-a {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .subtitle-left {
    font-size: 22px;
    line-height: 36px;
  }

  .marquee-column.last-column-marquee {
    display: none;
  }

  .flext-two-horiziontal-buttons {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .cta.big {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .cta.newsletter-cta {
    width: 100%;
    min-width: 0;
  }

  .space-80.product-space {
    height: 24px;
  }

  .logo-image {
    width: 35%;
  }

  .wrap-trusted-home-a {
    align-items: center;
  }

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

  .grid-thirds.blog-thirds {
    grid-row-gap: 40px;
  }

  .grid-thirds.careers-thirds, .grid-thirds.reference-thirds {
    grid-template-columns: 1fr;
  }

  .text-heading-3 {
    font-size: 22px;
    line-height: 28px;
  }

  .link-arrow.white-link-arrow {
    justify-content: flex-start;
    align-self: center;
  }

  .left-wide-text-image {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    position: static;
  }

  .trust-pilot-review {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .trust-pilot-review.about-c-trsut-pilot {
    grid-auto-flow: row;
    justify-content: center;
  }

  .paragraph-small {
    font-size: 15px;
    line-height: 130%;
  }

  .roadmap-info-tile {
    padding: 16px;
  }

  .roadmap-paragraph {
    font-size: 14px;
  }

  .roadmap-foreground {
    padding: 16px;
  }

  .big-text {
    font-size: 26px;
    line-height: 38px;
  }

  .space-64.space-hero {
    height: 24px;
  }

  .home-image-wrap {
    height: 78vw;
  }

  .check-list-item {
    font-size: 16px;
  }

  .card-wrap {
    width: 70%;
    top: 80px;
    left: -24px;
  }

  .colored-block {
    height: 78vw;
  }

  .check-list-wrap {
    grid-row-gap: 12px;
  }

  .limit-690.center-phone {
    text-align: center;
  }

  .form-input-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .input-wrap {
    margin-bottom: 16px;
  }

  .text-field.newsletter-field {
    width: 100%;
    min-width: 0;
  }

  .contact-image {
    height: auto;
  }

  .contact-quote-wrap {
    padding: 24px;
  }

  .nav-menu {
    width: 96%;
  }

  .dropdown-toggle-nav {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .wrap-footer-top {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .right-footer-top {
    max-width: none;
  }

  .brand-link-footer {
    width: 90%;
    height: auto;
  }

  .form-block-newsletter {
    min-width: 0;
  }

  .form-newsletter {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .wrap-footer-bottom {
    padding-bottom: 0;
  }

  .three-columns-links-footer {
    grid-row-gap: 16px;
  }

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

  .text-footer-legal {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    display: flex;
  }

  .mega-h1 {
    font-size: 12.4vw;
    line-height: 135%;
  }

  .background-video-home-b {
    min-height: 72vw;
  }

  .icon-play {
    width: 80px;
  }

  .tab-title {
    font-size: 40px;
  }

  .tab-block {
    padding: 24px;
  }

  .tab-link {
    justify-content: center;
    align-items: center;
    width: 27vw;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 4.4vw;
    display: flex;
  }

  .tab-link.w--current {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 50vw;
    min-height: 60px;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 4.4vw;
    line-height: 180%;
    right: auto;
  }

  .tabs-menu {
    width: 100%;
  }

  .left-process {
    width: 28px;
  }

  .single-process {
    grid-column-gap: 16px;
  }

  .process-circle {
    width: 25px;
    height: 25px;
  }

  .line-process {
    width: 3px;
  }

  .link-contact-tile {
    grid-row-gap: 16px;
    flex-direction: column;
    padding: 32px;
  }

  .master-tag-and-text {
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .feature-card {
    max-width: 290px;
  }

  .expandable-single {
    padding: 24px;
  }

  .design-process-image-wrap {
    padding: 16px;
  }

  .grid-fourths, .grid-fourths.team-grid, .grid-fourths.small-feature-fourhts {
    grid-template-columns: 1fr;
  }

  .tile-dark-portfolio.first-tile {
    align-items: center;
    min-height: 110vw;
  }

  .tile-dark-portfolio.second-tile {
    min-height: 83vw;
  }

  .tile-dark-portfolio.third-tile {
    min-height: 71vw;
  }

  .tile-dark-portfolio.fourth-tile {
    min-height: 90vw;
  }

  .image-portfolio-tile-one {
    width: 80%;
  }

  .marketing-icons-combo {
    width: auto;
  }

  .marketing-logo-wrap {
    width: 24vw;
    height: 24vw;
  }

  .marketing-logo-image {
    width: 80%;
    height: 80%;
  }

  .link-sub-nav.w--current {
    background-color: #6faa41;
  }

  .product-content-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-title-wrap {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .product-title {
    width: auto;
    margin-right: 0;
  }

  .product-image {
    width: 80%;
    max-width: 90%;
    height: auto;
    margin-right: 0;
  }

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

  .wrap-mockup {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-faq-image {
    min-height: 120vw;
  }

  .tech-stack-wrap {
    grid-column-gap: 24px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .tech-stack-item.first-item, .tech-stack-item.second-item {
    grid-column-gap: 24px;
  }

  .left-about-a {
    padding-top: 0;
    padding-bottom: 0;
  }

  .office-marquee-card {
    height: 60vw;
  }

  .column-testimonials-vertical.second-column {
    display: none;
  }

  .title-wrap-about-c {
    justify-content: center;
    align-items: center;
  }

  .grid-people-about-c {
    grid-template-columns: 1fr 1fr;
  }

  .abour-card-image-wrap.big {
    height: 330px;
  }

  .about-card {
    padding: 24px;
  }

  .team-card.movable-team {
    width: 80vw;
  }

  .pricing-review {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .pricing-review-detail {
    text-align: center;
    align-items: center;
  }

  .image-pricing-hero {
    max-width: none;
  }

  .tile-pricing {
    padding: 52px 24px;
  }

  .icon-covered {
    align-self: auto;
  }

  .single-pricing-covered {
    align-items: center;
  }

  .text-big-price.ecommerce-price {
    font-size: 24px;
    line-height: 36px;
  }

  .apply-tile-career-single {
    grid-row-gap: 16px;
  }

  .column-right-single-career, .column-left-single-career {
    padding-left: 0;
    padding-right: 0;
  }

  .text-quote {
    font-size: 28px;
    line-height: 135%;
  }

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

  .grid-colors, .grid-buttons {
    grid-template-columns: 1fr;
  }

  .wrap-button {
    padding: 16px;
  }

  .title-wrap-sales-hero {
    text-align: center;
    align-items: center;
  }

  .image-sales-symbol {
    height: 38px;
  }

  .flext-sales-cta {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr;
  }

  .sales-mockups-column.second-column, .sales-mockups-column.first-column {
    display: none;
  }

  .sales-mockups-column.third-column {
    display: block;
  }

  .container-sales-mockups {
    padding-left: 16px;
    padding-right: 16px;
  }

  .included-card, .sales-card, .more-power-card {
    padding: 24px;
  }

  .white-link {
    line-height: 24px;
  }

  .image-2 {
    margin: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .visibly {
    flex: 0 auto;
    order: 1;
    align-self: flex-start;
  }

  .text-block-3.text-footer-legal {
    order: 1;
  }

  .master-footer-bottom-spodek {
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

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

  .cta-blog2.newsletter-cta {
    width: 100%;
    min-width: 0;
  }

  .subtitle-left-centered {
    font-size: 22px;
    line-height: 36px;
  }

  .paragraph-big-footer {
    padding-top: 0;
  }

  .contact-quote-wrap-2 {
    padding: 24px;
  }

  .nav-menu-2 {
    width: 96%;
  }

  .icon-covered-copy {
    align-self: auto;
  }

  .icon-contact-points {
    align-self: flex-start;
    margin-top: 7px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    flex: 0 auto;
    align-self: auto;
    margin-bottom: .5rem;
  }

  .notification-close {
    display: none;
  }

  .image-3 {
    position: relative;
    top: -60px;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    padding: 0 0 10px;
    position: static;
  }

  .text-block-5 {
    float: none;
    clear: none;
    text-align: center;
    align-self: auto;
    position: static;
    inset: auto;
  }

  .image-4 {
    align-self: center;
  }

  .cell-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .cell-4 {
    align-items: center;
  }

  .text-footer-oblasti {
    color: var(--transparent);
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 0;
    display: flex;
  }

  .shadow-link {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-right: 5px;
    line-height: 24px;
    text-decoration: none;
    display: flex;
    position: static;
  }

  .wrap-footer-oblasti {
    color: var(--white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .apply-tile-reference {
    grid-row-gap: 16px;
  }

  .html-embed {
    justify-content: center;
    align-items: center;
  }

  .mega-h1-left {
    font-size: 12.4vw;
    line-height: 135%;
  }

  .image-9 {
    margin-right: 0;
  }

  .image-10 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .image-11 {
    margin-left: 0;
    margin-right: 0;
  }

  .marketing-logo-image-2 {
    width: 80%;
    height: 80%;
  }

  .main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-men-padding-naho-e.hero-home-c, .section-men-padding-naho-e.hero-about-b, .section-men-padding-naho-e.hero-about-c {
    padding-top: 120px;
  }

  .section-men-padding-naho-e.pricing-hero, .section-men-padding-naho-e.hero-product {
    padding-top: 100px;
  }

  .section-men-padding-naho-e.hero-sales {
    padding-top: 120px;
  }

  .trust-pilot-review-2 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

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

  .text-block-7 {
    display: block;
  }

  .more-power-card-white {
    padding: 24px;
  }

  .video-small-hero {
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .uui-navbar05_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar05_bottom-bar {
    align-items: center;
  }

  .uui-navbar05_bottom-bar-content {
    flex-direction: column;
    display: flex;
  }

  .master-footer-bottom-dotace {
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .subtitle-left-centered-copy {
    font-size: 22px;
    line-height: 36px;
  }
}

#w-node-f95343d3-5f99-3c8a-6781-582e3edb85c7-5d59b2ca, #w-node-f95343d3-5f99-3c8a-6781-582e3edb85d2-5d59b2ca, #w-node-f95343d3-5f99-3c8a-6781-582e3edb85df-5d59b2ca, #w-node-f95343d3-5f99-3c8a-6781-582e3edb85ea-5d59b2ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_880900fa-a41d-79e6-0e44-2e4a1af8e11b-5d59b2ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_880900fa-a41d-79e6-0e44-2e4a1af8e130-5d59b2ca, #w-node-f010e698-66cd-a161-cb16-db772496be0d-5d59b2ca, #w-node-f010e698-66cd-a161-cb16-db772496be18-5d59b2ca, #w-node-f010e698-66cd-a161-cb16-db772496be23-5d59b2ca, #w-node-_355471bb-a12d-ec00-9a53-22b959391bb4-5d59b2ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_355471bb-a12d-ec00-9a53-22b959391c06-5d59b2ca {
  place-self: center start;
}

#w-node-f49b6665-3ff0-fc11-1efb-fd67f7f7404a-5d59b2ca {
  justify-self: end;
}

#w-node-f49b6665-3ff0-fc11-1efb-fd67f7f74093-5d59b2ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0555aec8-faef-dc30-2a2e-2693a900a785-5d59b2ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0555aec8-faef-dc30-2a2e-2693a900a786-5d59b2ca, #w-node-_0555aec8-faef-dc30-2a2e-2693a900a78d-5d59b2ca, #w-node-_0555aec8-faef-dc30-2a2e-2693a900a794-5d59b2ca, #w-node-_0555aec8-faef-dc30-2a2e-2693a900a79b-5d59b2ca, #w-node-_2d07c269-20d6-0d0c-fdc7-78e4f8291374-5d59b2ca, #w-node-_0913e08e-3ae9-2518-f661-c8a9386a4b90-386a4b63, #w-node-_0913e08e-3ae9-2518-f661-c8a9386a4b9d-386a4b63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_474b0a63-f05a-795a-b3b1-6d1400b90151-00b90131 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-fd77b65e-4630-2f35-b871-ff00de81cbc2-de81cbc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-fd77b65e-4630-2f35-b871-ff00de81cbc4-de81cbc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-fd77b65e-4630-2f35-b871-ff00de81cc00-de81cbc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9520cb31-e023-93c4-e122-5b262cb9fe9d-2cb9fe9b {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.25fr .75fr;
}

#w-node-b70c2080-9291-a9e8-e605-571147a08d23-5d59b32a, #w-node-_6ad14fc6-f8a9-611f-6a66-92271c7b9859-5d59b32a, #w-node-d59497ff-3ce4-cca2-7631-5d3da3cd22d9-5d59b32a, #w-node-_7d9b0255-968f-0d50-1a60-caf995627529-5d59b32a, #w-node-_130e7cb7-1d65-9271-760a-13ead2ec8cf4-5d59b32b, #w-node-_78f4df08-e092-400c-0a6b-90fdd4279254-5d59b32b, #w-node-_5b06d0d3-81fd-2a79-248b-3af153f7973a-5d59b32b, #w-node-f339b752-83f6-f617-31a3-2545859fd7c2-5d59b32b, #w-node-fbbf0304-36ee-5dab-023f-c391e7522c7b-5d59b32b, #w-node-d1937f92-8e4e-2bf2-4d41-12cb0d9d78a7-5d59b32b, #w-node-b0720db5-6bc5-922a-c743-266d57760692-5d59b32b, #w-node-_57d311a7-d4cd-b39f-f70a-993dadaf64a0-5d59b32b, #w-node-_3c1435fd-5686-a112-d8ab-d820cc04fcf3-5d59b32b, #w-node-b768daa8-eac1-96ec-f983-0061d3ef9920-5d59b32b, #w-node-ac6c7a49-4e15-19f4-8a5e-a0436e7296f4-5d59b32b, #w-node-_1ed138aa-364a-c2c9-d12c-e7a2940f5379-5d59b32c, #w-node-af3908dd-2455-4fd1-f840-16709f70401f-5d59b32c, #w-node-_37fbb083-a0ab-42b4-d9d7-719a9efb702b-5d59b32c, #w-node-_71c5629d-3c9d-bb9a-9d01-f72bbc57104f-5d59b32c, #w-node-_3df66523-8e5c-a811-b10a-b228218c53a6-5d59b32c, #w-node-efc1c53e-3243-682b-3ff8-0f08c74edc6f-5d59b32c, #w-node-_1fe5f979-598e-a49a-cd81-515351af75c9-5d59b34c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fe5f979-598e-a49a-cd81-515351af75dd-5d59b34c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_31fa45b1-19b9-310b-b6ec-909fd3b012ef-5d59b34c, #w-node-_31fa45b1-19b9-310b-b6ec-909fd3b012f6-5d59b34c, #w-node-_31fa45b1-19b9-310b-b6ec-909fd3b012fd-5d59b34c, #w-node-_31fa45b1-19b9-310b-b6ec-909fd3b01304-5d59b34c, #w-node-_4fa9f747-241d-457a-9fdf-fee12f01b605-5d59b34c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fa9f747-241d-457a-9fdf-fee12f01b612-5d59b34c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4fa9f747-241d-457a-9fdf-fee12f01b613-5d59b34c, #w-node-_4fa9f747-241d-457a-9fdf-fee12f01b61a-5d59b34c, #w-node-_4fa9f747-241d-457a-9fdf-fee12f01b621-5d59b34c, #w-node-_4fa9f747-241d-457a-9fdf-fee12f01b628-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8de5b-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8de5c-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8de5f-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8de62-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8de65-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8de68-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8de6b-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8de6e-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8de71-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8de76-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8de79-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8de7c-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8de7f-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8de82-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8de85-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8de88-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8de8b-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8de8e-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8de90-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8de92-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8de94-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8de97-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8de99-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8de9b-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8de9d-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8dea0-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8dea2-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8dea5-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8dea8-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8dea9-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8deac-5d59b34c, #w-node-db33273c-cbb4-27c9-fd19-3f3a8ec8deaf-5d59b34c, #w-node-d7a70790-290f-474d-ca3a-9c29a714d058-5d59b34f, #w-node-d7a70790-290f-474d-ca3a-9c29a714d05f-5d59b34f, #w-node-d7a70790-290f-474d-ca3a-9c29a714d066-5d59b34f, #w-node-d7a70790-290f-474d-ca3a-9c29a714d06d-5d59b34f, #w-node-ac0db190-e462-ab1a-1db2-44a93744dcc8-5d59b366 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac0db190-e462-ab1a-1db2-44a93744dcca-5d59b366 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9da7668a-11f9-803d-d5bb-8c30e466594a-5d59b366, #w-node-_9da7668a-11f9-803d-d5bb-8c30e4665951-5d59b366, #w-node-_9da7668a-11f9-803d-d5bb-8c30e4665958-5d59b366, #w-node-_565a2397-85b1-a989-9433-745eee917647-5d59b366 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_565a2397-85b1-a989-9433-745eee917655-5d59b366 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9898d7ac-75e6-54fe-121b-717cbe077627-5d59b367, #w-node-_6d2ad594-8fdd-6cd9-6e14-3000d6f51aa1-5d59b367 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d2ad594-8fdd-6cd9-6e14-3000d6f51aa3-5d59b367 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6d2ad594-8fdd-6cd9-6e14-3000d6f51ac5-5d59b367, #w-node-_6d2ad594-8fdd-6cd9-6e14-3000d6f51ace-5d59b367, #w-node-_6d2ad594-8fdd-6cd9-6e14-3000d6f51ad4-5d59b367, #w-node-be7c6064-14ac-eb01-894f-dc5e6f677bd5-5d59b367 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be7c6064-14ac-eb01-894f-dc5e6f677be3-5d59b367 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3e96245d-bc1d-8b14-863b-0aa04314f0a7-5d59b367 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e96245d-bc1d-8b14-863b-0aa04314f0f9-5d59b367 {
  place-self: center start;
}

#w-node-_4cccb4c6-91ce-f3eb-7fda-9b3a4ec29890-5d59b368, #w-node-_4cccb4c6-91ce-f3eb-7fda-9b3a4ec298af-5d59b368, #w-node-_4cccb4c6-91ce-f3eb-7fda-9b3a4ec298ce-5d59b368, #w-node-_6947858a-f9e6-cd9f-f196-d982de4ef099-5d59b368, #w-node-_6947858a-f9e6-cd9f-f196-d982de4ef0a7-5d59b368, #w-node-cc3beef8-b9db-a594-b782-4b6d5455d56e-5d59b368, #w-node-_6947858a-f9e6-cd9f-f196-d982de4ef0a0-5d59b368, #w-node-_24da9eb2-8600-e6d2-4b51-76da9f447600-5d59b368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24da9eb2-8600-e6d2-4b51-76da9f447602-5d59b368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c7b2131d-dc14-02e5-a01c-fe5468986819-5d59b368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7b2131d-dc14-02e5-a01c-fe5468986826-5d59b368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a991cc0d-6947-afb2-eec8-a1ff7bdf3be0-5d59b37e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d8fb42d-46cf-94dd-c78d-312a8b12dd6d-5d59b37e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a5396d5a-013a-e6a2-de52-7fb1380326e5-5d59b37e, #w-node-f58b3394-24e3-b44a-b356-22f247763e4b-5d59b37e, #w-node-e03b5a5c-931c-85c2-1a36-0288e89a3d7a-5d59b37e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfd4e224-a087-a99b-9766-90c8d00cfbee-5d59b37e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-bfd4e224-a087-a99b-9766-90c8d00cfbf0-5d59b37e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfd4e224-a087-a99b-9766-90c8d00cfbf1-5d59b37e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-bfd4e224-a087-a99b-9766-90c8d00cfbf3-5d59b37e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfd4e224-a087-a99b-9766-90c8d00cfbf4-5d59b37e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-bfd4e224-a087-a99b-9766-90c8d00cfbf6-5d59b37e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfd4e224-a087-a99b-9766-90c8d00cfbf7-5d59b37e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-bfd4e224-a087-a99b-9766-90c8d00cfbf9-5d59b37e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfd4e224-a087-a99b-9766-90c8d00cfbfa-5d59b37e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-bfd4e224-a087-a99b-9766-90c8d00cfbfc-5d59b37e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfd4e224-a087-a99b-9766-90c8d00cfbfd-5d59b37e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-bfd4e224-a087-a99b-9766-90c8d00cfc00-5d59b37e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bfd4e224-a087-a99b-9766-90c8d00cfc0b-5d59b37e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-bfd4e224-a087-a99b-9766-90c8d00cfc16-5d59b37e {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-bfd4e224-a087-a99b-9766-90c8d00cfc21-5d59b37e {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_4d737335-6648-458e-692e-fa0cc24f08a7-5d59b37e, #w-node-a768bbdf-df8e-c478-bd35-95973695d7c0-5d59b37e, #w-node-_241966f7-4965-2699-9c83-67a4250cebdf-5d59b37e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84ce89d8-11c5-5fc5-ae6e-c49d37188b18-5d59b37e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_84ce89d8-11c5-5fc5-ae6e-c49d37188b3a-5d59b37e, #w-node-_9f4e9642-0019-04b4-0f83-66222d063d75-5d59b37e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f4e9642-0019-04b4-0f83-66222d063d60-5d59b37e, #w-node-_301b86c5-5e64-050d-3a9b-a811c5f787e9-5d59b37e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_301b86c5-5e64-050d-3a9b-a811c5f787fe-5d59b37e, #w-node-c745e8b7-66cd-23c5-d3fa-a9b272f03209-5d59b37e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a767250-59a3-eaed-3d7e-712fc2e8f2b5-5d59b37e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2ed65f42-817f-425c-0800-0e42c86a46eb-5d59b37e, #w-node-e2fecd9d-3958-1435-73ba-17e73cb6be25-5d59b37e, #w-node-_306c1c14-bcea-9ddb-bc17-c343fa86794e-5d59b37e, #w-node-a28e73a6-926e-2e55-6857-df88c837d042-5d59b37e, #w-node-_865c3af3-975c-cee1-e881-f991fd22f644-5d59b37e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_865c3af3-975c-cee1-e881-f991fd22f660-5d59b37e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_28075890-6b13-f4ae-0054-c6f9b2e5f0cf-5d59b37f, #w-node-_28075890-6b13-f4ae-0054-c6f9b2e5f0da-5d59b37f, #w-node-_28075890-6b13-f4ae-0054-c6f9b2e5f0e5-5d59b37f, #w-node-da4a11d7-4549-f88d-b1af-7bcf6717dd49-5d59b37f, #w-node-d74891e0-55d9-b953-0d7b-519cbc04d7c6-5d59b37f, #w-node-_076dcedd-67e4-acc3-8904-58123a8dab12-5d59b37f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0555aec8-faef-dc30-2a2e-2693a900a785-5d59b37f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0555aec8-faef-dc30-2a2e-2693a900a786-5d59b37f, #w-node-_0555aec8-faef-dc30-2a2e-2693a900a78d-5d59b37f, #w-node-_0555aec8-faef-dc30-2a2e-2693a900a794-5d59b37f, #w-node-_0555aec8-faef-dc30-2a2e-2693a900a79b-5d59b37f, #w-node-_2d07c269-20d6-0d0c-fdc7-78e4f8291374-5d59b37f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c9603a0-bae7-71a7-1506-bae99b740536-5d59b380 {
  justify-self: end;
}

#w-node-_2c9603a0-bae7-71a7-1506-bae99b740555-5d59b380 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_187cccc4-b067-f20a-64e4-f340e4e743d6-5d59b380, #w-node-fefb1d70-e648-6b86-045f-1ec188b7c49e-5d59b380, #w-node-bfb82b20-0019-b51d-9958-9f26c7ec1ec6-5d59b380 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32de0a53-37b3-5a1d-f2be-1eddcf791b41-5d59b380 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6d02e292-80f6-54bb-ed91-4c42bf1de250-5d59b380, #w-node-_3348758d-0e4e-61fa-bf4c-97c0dc114d97-5d59b380, #w-node-_8a799089-6b3e-915e-fc51-50765e77fff1-5d59b380, #w-node-c33cd345-5b10-a360-a801-ea330051bc78-5d59b380, #w-node-_22b230f3-12d1-e9ad-ca50-137b5bbf89c0-5d59b380 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22b230f3-12d1-e9ad-ca50-137b5bbf89c7-5d59b380 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4dfaacb0-e788-1eb9-3e95-752a751c93cb-5d59b380 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d802985-4772-bdd2-c9eb-a7ab228f16fb-5d59b380 {
  place-self: center start;
}

#w-node-f079e9f7-ec35-99bc-7927-d92608dceeeb-5d59b383, #w-node-f079e9f7-ec35-99bc-7927-d92608dceef2-5d59b383, #w-node-f079e9f7-ec35-99bc-7927-d92608dceef9-5d59b383, #w-node-f079e9f7-ec35-99bc-7927-d92608dcef00-5d59b383, #w-node-_3a991670-b753-706e-e8cd-4203294064a2-5d59b384, #w-node-_3a991670-b753-706e-e8cd-4203294064a9-5d59b384, #w-node-_3a991670-b753-706e-e8cd-4203294064b0-5d59b384, #w-node-_3a991670-b753-706e-e8cd-4203294064b7-5d59b384, #w-node-_08ab7c9f-2770-a49d-e72a-a49789a22aee-5d59b384, #w-node-_3242adf8-8686-cc96-bb0a-b7a6926c4071-5d59b384, #w-node-_96209aa7-b094-fe33-d62c-c8bc96bcd064-5d59b384, #w-node-_6f919e85-5646-f45c-c781-9246804cc961-5d59b384, #w-node-_93e01525-40cb-7460-7d55-1d6167855714-5d59b384, #w-node-_8a58b218-adca-5f1d-32bd-a4a80746ffcb-5d59b384 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f00f081e-73bd-5dde-bbb8-c4d1ac41a766-5d59b385 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f00f081e-73bd-5dde-bbb8-c4d1ac41a767-5d59b385, #w-node-f00f081e-73bd-5dde-bbb8-c4d1ac41a76e-5d59b385, #w-node-f00f081e-73bd-5dde-bbb8-c4d1ac41a775-5d59b385, #w-node-f00f081e-73bd-5dde-bbb8-c4d1ac41a77c-5d59b385, #w-node-bc95b06c-c712-5f8d-998d-0797b70f9b4c-5d59b385, #w-node-a3310001-a88b-c5c2-1390-eccf1527d9bc-5d59b385 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3310001-a88b-c5c2-1390-eccf1527d9c3-5d59b385 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8e28c731-ecfe-0372-7d15-ef4f9cf20ebc-5d59b388, #w-node-f1dcc3e3-17aa-6a94-3f54-009cde0e49b0-5d59b388, #w-node-a8dc9763-f576-679b-d7ff-f980d3dab5d8-5d59b388, #w-node-_1b876add-e046-84d7-df46-db519105c707-5d59b388, #w-node-_8a7d3adb-3d90-3512-68b4-08039bbafbe7-5d59b388, #w-node-c1257740-e6c8-a5b4-ef1c-074d20204318-5d59b388 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64cbf673-8fd1-e544-b763-8db8879c7405-5d59b388, #w-node-_64cbf673-8fd1-e544-b763-8db8879c7406-5d59b388, #w-node-_64cbf673-8fd1-e544-b763-8db8879c7407-5d59b388, #w-node-_64cbf673-8fd1-e544-b763-8db8879c7408-5d59b388, #w-node-_64cbf673-8fd1-e544-b763-8db8879c7409-5d59b388, #w-node-_64cbf673-8fd1-e544-b763-8db8879c740a-5d59b388, #w-node-_64cbf673-8fd1-e544-b763-8db8879c740b-5d59b388, #w-node-_64cbf673-8fd1-e544-b763-8db8879c740c-5d59b388, #w-node-_64cbf673-8fd1-e544-b763-8db8879c740d-5d59b388, #w-node-_64cbf673-8fd1-e544-b763-8db8879c740e-5d59b388 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_316b7b55-6476-f3d9-802f-c96eda7ad0a8-5d59b389 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04a45692-6b75-7e11-6324-39dde3c5785b-5d59b389 {
  place-self: auto;
}

#w-node-_2b9869b5-8e65-d34c-db13-8d75957e7f7c-5d59b38a, #w-node-_2b9869b5-8e65-d34c-db13-8d75957e7f7d-5d59b38a, #w-node-_2b9869b5-8e65-d34c-db13-8d75957e7f7e-5d59b38a, #w-node-_2b9869b5-8e65-d34c-db13-8d75957e7f7f-5d59b38a, #w-node-_2b9869b5-8e65-d34c-db13-8d75957e7f80-5d59b38a, #w-node-_944e184e-46f1-aae7-ab23-52509626b1d8-5d59b38a, #w-node-_944e184e-46f1-aae7-ab23-52509626b1df-5d59b38a, #w-node-_944e184e-46f1-aae7-ab23-52509626b1ed-5d59b38a, #w-node-_5f60c395-8602-2629-99b1-3fefb8e89a31-5d59b38a, #w-node-_0e8dd6f3-f533-8b6f-f67a-5a1be36feee4-5d59b38b, #w-node-_0e8dd6f3-f533-8b6f-f67a-5a1be36feeeb-5d59b38b, #w-node-_0e8dd6f3-f533-8b6f-f67a-5a1be36feef4-5d59b38b, #w-node-_25617b8b-d5bf-196c-0e2c-5db890b44b60-5d59b38b, #w-node-_25617b8b-d5bf-196c-0e2c-5db890b44b67-5d59b38b, #w-node-_25617b8b-d5bf-196c-0e2c-5db890b44b6e-5d59b38b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25617b8b-d5bf-196c-0e2c-5db890b44b76-5d59b38b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0b45794b-ad49-2622-eb49-4f96481b7348-5d59b38b, #w-node-_0b45794b-ad49-2622-eb49-4f96481b734e-5d59b38b, #w-node-_0b45794b-ad49-2622-eb49-4f96481b7354-5d59b38b, #w-node-_0b45794b-ad49-2622-eb49-4f96481b735a-5d59b38b, #w-node-_0b45794b-ad49-2622-eb49-4f96481b7360-5d59b38b, #w-node-_0b45794b-ad49-2622-eb49-4f96481b7366-5d59b38b, #w-node-_0b45794b-ad49-2622-eb49-4f96481b736c-5d59b38b, #w-node-_0b45794b-ad49-2622-eb49-4f96481b7372-5d59b38b, #w-node-_0b45794b-ad49-2622-eb49-4f96481b7378-5d59b38b, #w-node-_102a147d-add8-d471-14bf-ea61fe9fd885-5d59b38f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_102a147d-add8-d471-14bf-ea61fe9fd899-5d59b38f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_4915fed9-8c47-1069-79c0-314103531408-5d59b38f, #w-node-_4915fed9-8c47-1069-79c0-31410353140f-5d59b38f, #w-node-_4915fed9-8c47-1069-79c0-314103531416-5d59b38f, #w-node-_4915fed9-8c47-1069-79c0-31410353141d-5d59b38f, #w-node-_628c42da-fcba-c876-71a2-b163fea69d95-5d59b38f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e70ff3-f01c-fea2-0223-5f2fe009e668-5d59b38f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c6e70ff3-f01c-fea2-0223-5f2fe009e669-5d59b38f, #w-node-c6e70ff3-f01c-fea2-0223-5f2fe009e670-5d59b38f, #w-node-c6e70ff3-f01c-fea2-0223-5f2fe009e677-5d59b38f, #w-node-c6e70ff3-f01c-fea2-0223-5f2fe009e67e-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca5f3-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca5f4-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca5f7-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca5fa-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca5fd-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca600-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca603-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca606-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca609-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca60e-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca611-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca614-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca617-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca61a-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca61d-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca620-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca623-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca626-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca628-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca62a-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca62c-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca62f-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca631-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca633-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca635-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca638-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca63a-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca63d-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca640-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca641-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca644-5d59b38f, #w-node-d072d445-fb04-c21f-a436-031cfaeca647-5d59b38f, #w-node-bc906cd8-5e0c-e723-27b7-ebb508886c26-5d59b3a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d755689a-3de1-6411-5117-6569b7c6f7c7-5d59b3a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-e6e91b09-765c-aec1-81af-5d4bd6f7b722-5d59b3a4, #w-node-_091a1d01-0723-01f1-ee48-8ffb6340c3b8-5d59b3a4, #w-node-_53c43b3d-537c-af9a-a950-fb9822807b25-5d59b3a4, #w-node-_33e06654-772a-8153-5acc-46a4e6311718-5d59b3a4, #w-node-_33e06654-772a-8153-5acc-46a4e631171f-5d59b3a4, #w-node-_33e06654-772a-8153-5acc-46a4e6311726-5d59b3a4, #w-node-_33e06654-772a-8153-5acc-46a4e631172d-5d59b3a4, #w-node-_0d50b64b-e969-8257-aa65-b8bcd9429145-5d59b3a4, #w-node-_0d50b64b-e969-8257-aa65-b8bcd9429164-5d59b3a4, #w-node-_0d50b64b-e969-8257-aa65-b8bcd9429183-5d59b3a4, #w-node-_0d50b64b-e969-8257-aa65-b8bcd94291a4-5d59b3a4, #w-node-_0d50b64b-e969-8257-aa65-b8bcd94291ab-5d59b3a4, #w-node-_0d50b64b-e969-8257-aa65-b8bcd94291b2-5d59b3a4, #w-node-_0d50b64b-e969-8257-aa65-b8bcd94291b9-5d59b3a4, #w-node-_21ddcac8-9f72-6abe-dd11-123d29598805-5d59b3a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d822cd11-d972-db58-aae8-ded45624d093-5d59b3a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d822cd11-d972-db58-aae8-ded45624d094-5d59b3a4, #w-node-d822cd11-d972-db58-aae8-ded45624d09b-5d59b3a4, #w-node-d822cd11-d972-db58-aae8-ded45624d0a2-5d59b3a4, #w-node-d822cd11-d972-db58-aae8-ded45624d0a9-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b7254714006-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b7254714007-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b725471400a-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b725471400d-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b7254714010-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b7254714015-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b7254714018-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b725471401b-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b725471401e-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b7254714023-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b7254714026-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b7254714029-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b725471402c-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b7254714031-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b7254714034-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b7254714037-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b725471403a-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b725471403f-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b7254714041-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b7254714043-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b7254714045-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b725471404a-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b725471404c-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b725471404e-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b7254714050-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b7254714055-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b7254714057-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b725471405a-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b725471405d-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b725471405e-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b7254714061-5d59b3a4, #w-node-a086c576-609f-1730-28d8-4b7254714064-5d59b3a4, #w-node-_59571120-ee90-03c4-32a7-0f4796c688c0-5d59b3a5, #w-node-_59571120-ee90-03c4-32a7-0f4796c688c7-5d59b3a5, #w-node-_59571120-ee90-03c4-32a7-0f4796c688ce-5d59b3a5, #w-node-_59571120-ee90-03c4-32a7-0f4796c688d5-5d59b3a5, #w-node-_65ffa6c2-4208-ae13-1176-94bac1a95fc9-5d59b3a6, #w-node-_65ffa6c2-4208-ae13-1176-94bac1a95fee-5d59b3a6, #w-node-_65ffa6c2-4208-ae13-1176-94bac1a96013-5d59b3a6, #w-node-_316b7b55-6476-f3d9-802f-c96eda7ad0a8-5d59b3a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_316b7b55-6476-f3d9-802f-c96eda7ad0bc-5d59b3a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-d388f387-b7e0-5452-c539-c08f2fa19739-5d59b3aa, #w-node-d388f387-b7e0-5452-c539-c08f2fa1973d-5d59b3aa, #w-node-d388f387-b7e0-5452-c539-c08f2fa19741-5d59b3aa, #w-node-d388f387-b7e0-5452-c539-c08f2fa19745-5d59b3aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d388f387-b7e0-5452-c539-c08f2fa19760-5d59b3aa, #w-node-d388f387-b7e0-5452-c539-c08f2fa19761-5d59b3aa, #w-node-d388f387-b7e0-5452-c539-c08f2fa19762-5d59b3aa, #w-node-d388f387-b7e0-5452-c539-c08f2fa19763-5d59b3aa, #w-node-d388f387-b7e0-5452-c539-c08f2fa19764-5d59b3aa, #w-node-f09b72a3-516f-acd9-a80f-a41463a0c0aa-5d59b3aa, #w-node-_4a96eaf8-91b0-de94-326d-02da588e37f5-5d59b3aa, #w-node-_6dc79ef6-6508-91a3-c3c3-882031988d58-5d59b3aa, #w-node-be05b89d-db71-4afa-3fd7-4e3dffda1228-5d59b3aa, #w-node-d6e266de-f93c-4699-a68a-51d66b861a58-5d59b3aa, #w-node-_3aa7e0b3-b2b9-aecf-d8bd-200a6a20ad03-5d59b3aa, #w-node-_3aa7e0b3-b2b9-aecf-d8bd-200a6a20ad04-5d59b3aa, #w-node-_3aa7e0b3-b2b9-aecf-d8bd-200a6a20ad05-5d59b3aa, #w-node-_3aa7e0b3-b2b9-aecf-d8bd-200a6a20ad06-5d59b3aa, #w-node-_3aa7e0b3-b2b9-aecf-d8bd-200a6a20ad07-5d59b3aa, #w-node-_3aa7e0b3-b2b9-aecf-d8bd-200a6a20ad08-5d59b3aa, #w-node-_3aa7e0b3-b2b9-aecf-d8bd-200a6a20ad09-5d59b3aa, #w-node-_3aa7e0b3-b2b9-aecf-d8bd-200a6a20ad0a-5d59b3aa, #w-node-_3aa7e0b3-b2b9-aecf-d8bd-200a6a20ad0b-5d59b3aa, #w-node-_3aa7e0b3-b2b9-aecf-d8bd-200a6a20ad0c-5d59b3aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d388f387-b7e0-5452-c539-c08f2fa19775-5d59b3aa, #w-node-d388f387-b7e0-5452-c539-c08f2fa1977a-5d59b3aa, #w-node-d388f387-b7e0-5452-c539-c08f2fa1977f-5d59b3aa, #w-node-d388f387-b7e0-5452-c539-c08f2fa19784-5d59b3aa, #w-node-d388f387-b7e0-5452-c539-c08f2fa19789-5d59b3aa, #w-node-_102a147d-add8-d471-14bf-ea61fe9fd885-5d59b3bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_102a147d-add8-d471-14bf-ea61fe9fd899-5d59b3bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-d072d445-fb04-c21f-a436-031cfaeca5f3-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca5f4-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca5f7-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca5fa-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca5fd-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca600-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca603-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca606-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca609-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca60e-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca611-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca614-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca617-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca61a-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca61d-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca620-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca623-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca626-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca628-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca62a-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca62c-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca62f-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca631-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca633-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca635-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca638-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca63a-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca63d-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca640-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca641-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca644-5d59b3bf, #w-node-d072d445-fb04-c21f-a436-031cfaeca647-5d59b3bf, #w-node-_63af5763-611f-b3be-2da2-c74730175cf9-5d59b3bf, #w-node-_63af5763-611f-b3be-2da2-c74730175cfa-5d59b3bf, #w-node-_63af5763-611f-b3be-2da2-c74730175cfd-5d59b3bf, #w-node-_63af5763-611f-b3be-2da2-c74730175d00-5d59b3bf, #w-node-_63af5763-611f-b3be-2da2-c74730175d03-5d59b3bf, #w-node-_63af5763-611f-b3be-2da2-c74730175d08-5d59b3bf, #w-node-_63af5763-611f-b3be-2da2-c74730175d0b-5d59b3bf, #w-node-_63af5763-611f-b3be-2da2-c74730175d0e-5d59b3bf, #w-node-_63af5763-611f-b3be-2da2-c74730175d11-5d59b3bf, #w-node-_63af5763-611f-b3be-2da2-c74730175d14-5d59b3bf, #w-node-f1e7f3fd-2902-889c-af36-a8f78c8dce48-5d59b3bf, #w-node-f1e7f3fd-2902-889c-af36-a8f78c8dce4b-5d59b3bf, #w-node-f1e7f3fd-2902-889c-af36-a8f78c8dce4e-5d59b3bf, #w-node-f1e7f3fd-2902-889c-af36-a8f78c8dce51-5d59b3bf, #w-node-f1e7f3fd-2902-889c-af36-a8f78c8dce54-5d59b3bf, #w-node-f1e7f3fd-2902-889c-af36-a8f78c8dce57-5d59b3bf, #w-node-f1e7f3fd-2902-889c-af36-a8f78c8dce5a-5d59b3bf, #w-node-f1e7f3fd-2902-889c-af36-a8f78c8dce5d-5d59b3bf, #w-node-f1e7f3fd-2902-889c-af36-a8f78c8dce60-5d59b3bf, #w-node-f1e7f3fd-2902-889c-af36-a8f78c8dce63-5d59b3bf, #w-node-_967b5860-cbc1-b0eb-9bac-03c343125bc3-5d59b3bf, #w-node-_967b5860-cbc1-b0eb-9bac-03c343125bc6-5d59b3bf, #w-node-_967b5860-cbc1-b0eb-9bac-03c343125bc9-5d59b3bf, #w-node-_967b5860-cbc1-b0eb-9bac-03c343125bcc-5d59b3bf, #w-node-_967b5860-cbc1-b0eb-9bac-03c343125bcf-5d59b3bf, #w-node-_967b5860-cbc1-b0eb-9bac-03c343125bd4-5d59b3bf, #w-node-_967b5860-cbc1-b0eb-9bac-03c343125bd7-5d59b3bf, #w-node-_967b5860-cbc1-b0eb-9bac-03c343125bda-5d59b3bf, #w-node-afa7b65f-6a6a-290d-b416-50fe5174264a-5d59b3bf, #w-node-afa7b65f-6a6a-290d-b416-50fe5174264d-5d59b3bf, #w-node-afa7b65f-6a6a-290d-b416-50fe51742650-5d59b3bf, #w-node-afa7b65f-6a6a-290d-b416-50fe51742653-5d59b3bf, #w-node-afa7b65f-6a6a-290d-b416-50fe51742656-5d59b3bf, #w-node-afa7b65f-6a6a-290d-b416-50fe51742659-5d59b3bf, #w-node-afa7b65f-6a6a-290d-b416-50fe5174265c-5d59b3bf, #w-node-afa7b65f-6a6a-290d-b416-50fe5174265f-5d59b3bf, #w-node-_04de4ba4-af91-aafd-2f03-b713c368d8d9-5d59b3bf, #w-node-_04de4ba4-af91-aafd-2f03-b713c368d8dc-5d59b3bf, #w-node-_04de4ba4-af91-aafd-2f03-b713c368d8df-5d59b3bf, #w-node-_04de4ba4-af91-aafd-2f03-b713c368d8e2-5d59b3bf, #w-node-_04de4ba4-af91-aafd-2f03-b713c368d8e5-5d59b3bf, #w-node-_04de4ba4-af91-aafd-2f03-b713c368d8e8-5d59b3bf, #w-node-_22f56e8f-c9e8-39cf-e140-9e86203b9ee0-5d59b3bf, #w-node-_22f56e8f-c9e8-39cf-e140-9e86203b9ee3-5d59b3bf, #w-node-_22f56e8f-c9e8-39cf-e140-9e86203b9ee6-5d59b3bf, #w-node-_22f56e8f-c9e8-39cf-e140-9e86203b9ee9-5d59b3bf, #w-node-_22f56e8f-c9e8-39cf-e140-9e86203b9eec-5d59b3bf, #w-node-_22f56e8f-c9e8-39cf-e140-9e86203b9eef-5d59b3bf, #w-node-_22f56e8f-c9e8-39cf-e140-9e86203b9ef2-5d59b3bf, #w-node-_22f56e8f-c9e8-39cf-e140-9e86203b9ef5-5d59b3bf, #w-node-_0d774150-ac76-be88-c0f1-3b573430b263-5d59b3bf, #w-node-_22f56e8f-c9e8-39cf-e140-9e86203b9efb-5d59b3bf, #w-node-_22f56e8f-c9e8-39cf-e140-9e86203b9ef8-5d59b3bf, #w-node-_3c2e1fbf-2690-3336-b8b1-dc3e2e085e36-5d59b3bf, #w-node-_323a5f3f-86af-9391-4c66-00d129325a05-5d59b3bf, #w-node-_323a5f3f-86af-9391-4c66-00d129325a08-5d59b3bf, #w-node-_323a5f3f-86af-9391-4c66-00d129325a0b-5d59b3bf, #w-node-_323a5f3f-86af-9391-4c66-00d129325a0e-5d59b3bf, #w-node-_323a5f3f-86af-9391-4c66-00d129325a11-5d59b3bf, #w-node-_323a5f3f-86af-9391-4c66-00d129325a14-5d59b3bf, #w-node-_323a5f3f-86af-9391-4c66-00d129325a17-5d59b3bf, #w-node-_323a5f3f-86af-9391-4c66-00d129325a1a-5d59b3bf, #w-node-_38e9f704-03b4-fa92-31ce-d774569dfeda-5d59b3bf, #w-node-_38e9f704-03b4-fa92-31ce-d774569dfedd-5d59b3bf, #w-node-_38e9f704-03b4-fa92-31ce-d774569dfee0-5d59b3bf, #w-node-_38e9f704-03b4-fa92-31ce-d774569dfee3-5d59b3bf, #w-node-_38e9f704-03b4-fa92-31ce-d774569dfee6-5d59b3bf, #w-node-_38e9f704-03b4-fa92-31ce-d774569dfee9-5d59b3bf, #w-node-_38e9f704-03b4-fa92-31ce-d774569dfeec-5d59b3bf, #w-node-_38e9f704-03b4-fa92-31ce-d774569dfeef-5d59b3bf, #w-node-_38e9f704-03b4-fa92-31ce-d774569dfef2-5d59b3bf, #w-node-_38e9f704-03b4-fa92-31ce-d774569dfef5-5d59b3bf, #w-node-_38e9f704-03b4-fa92-31ce-d774569dfef8-5d59b3bf, #w-node-_38e9f704-03b4-fa92-31ce-d774569dfefb-5d59b3bf, #w-node-_40116397-9048-4521-73d6-62c6d47421bf-5d59b3bf, #w-node-_7e047ca2-b87c-a46f-85e2-133eff9ac597-5d59b3bf, #w-node-_6758faee-c7d9-8050-cd05-f6de4a483478-5d59b3bf, #w-node-_15165be1-cb45-988c-8270-85479fb990b8-5d59b3bf, #w-node-ee4fea47-9c87-2162-50f5-6972bb5f9a76-5d59b3bf, #w-node-df37c1db-6512-3305-7a6b-0838569195cc-5d59b3bf, #w-node-fc5c4f34-ed4f-0b92-eae9-42d2979dd14e-5d59b3bf, #w-node-_75a2e9d4-253c-c9c2-c6e4-f960a16cd3fd-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a4757-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a475a-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a475d-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a4760-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a4763-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a4766-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a4769-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a476c-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a476f-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a4772-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a4775-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a4778-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a477e-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a4781-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a4784-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a4787-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a478a-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a478d-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a4790-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a4793-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a4799-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a479c-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a479f-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a47a2-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a47a5-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a47a8-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a47ab-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a47ae-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a47b1-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a47b4-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a47b7-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a47ba-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a47bd-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a47c0-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a47c3-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a47c7-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a47cb-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a47ce-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a47d1-5d59b3bf, #w-node-cb65540d-6601-d026-802d-f9808c0a47d5-5d59b3bf, #w-node-_27c173b7-4380-6926-c1a9-909e6e72e6fc-5d59b3bf, #w-node-_27c173b7-4380-6926-c1a9-909e6e72e6ff-5d59b3bf, #w-node-_27c173b7-4380-6926-c1a9-909e6e72e702-5d59b3bf, #w-node-_27c173b7-4380-6926-c1a9-909e6e72e705-5d59b3bf, #w-node-_27c173b7-4380-6926-c1a9-909e6e72e708-5d59b3bf, #w-node-_27c173b7-4380-6926-c1a9-909e6e72e70b-5d59b3bf, #w-node-_27c173b7-4380-6926-c1a9-909e6e72e70e-5d59b3bf, #w-node-_27c173b7-4380-6926-c1a9-909e6e72e711-5d59b3bf, #w-node-_27c173b7-4380-6926-c1a9-909e6e72e714-5d59b3bf, #w-node-_27c173b7-4380-6926-c1a9-909e6e72e717-5d59b3bf, #w-node-_27c173b7-4380-6926-c1a9-909e6e72e71a-5d59b3bf, #w-node-_27c173b7-4380-6926-c1a9-909e6e72e71d-5d59b3bf, #w-node-_27c173b7-4380-6926-c1a9-909e6e72e723-5d59b3bf, #w-node-_27c173b7-4380-6926-c1a9-909e6e72e726-5d59b3bf, #w-node-_27c173b7-4380-6926-c1a9-909e6e72e729-5d59b3bf, #w-node-_27c173b7-4380-6926-c1a9-909e6e72e72c-5d59b3bf, #w-node-_681d357b-82e9-c80d-5820-232f2793f514-5d59b3bf, #w-node-_681d357b-82e9-c80d-5820-232f2793f517-5d59b3bf, #w-node-_681d357b-82e9-c80d-5820-232f2793f51a-5d59b3bf, #w-node-_681d357b-82e9-c80d-5820-232f2793f51d-5d59b3bf, #w-node-_681d357b-82e9-c80d-5820-232f2793f520-5d59b3bf, #w-node-_681d357b-82e9-c80d-5820-232f2793f523-5d59b3bf, #w-node-_681d357b-82e9-c80d-5820-232f2793f526-5d59b3bf, #w-node-_681d357b-82e9-c80d-5820-232f2793f529-5d59b3bf, #w-node-e9235362-9361-6509-33e1-d1f0df321211-5d59b3bf, #w-node-e9235362-9361-6509-33e1-d1f0df321214-5d59b3bf, #w-node-e9235362-9361-6509-33e1-d1f0df321217-5d59b3bf, #w-node-e9235362-9361-6509-33e1-d1f0df32121a-5d59b3bf, #w-node-e9235362-9361-6509-33e1-d1f0df32121d-5d59b3bf, #w-node-e9235362-9361-6509-33e1-d1f0df321220-5d59b3bf, #w-node-e9235362-9361-6509-33e1-d1f0df321223-5d59b3bf, #w-node-e9235362-9361-6509-33e1-d1f0df321226-5d59b3bf, #w-node-e9235362-9361-6509-33e1-d1f0df321229-5d59b3bf, #w-node-e9235362-9361-6509-33e1-d1f0df32122c-5d59b3bf, #w-node-e9235362-9361-6509-33e1-d1f0df321235-5d59b3bf, #w-node-e9235362-9361-6509-33e1-d1f0df321238-5d59b3bf, #w-node-e9235362-9361-6509-33e1-d1f0df32123b-5d59b3bf, #w-node-e9235362-9361-6509-33e1-d1f0df32123f-5d59b3bf, #w-node-e9235362-9361-6509-33e1-d1f0df321243-5d59b3bf, #w-node-e9235362-9361-6509-33e1-d1f0df321246-5d59b3bf, #w-node-e9235362-9361-6509-33e1-d1f0df321249-5d59b3bf, #w-node-e9235362-9361-6509-33e1-d1f0df32124d-5d59b3bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0555aec8-faef-dc30-2a2e-2693a900a785-6dd2f068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0555aec8-faef-dc30-2a2e-2693a900a786-6dd2f068, #w-node-_0555aec8-faef-dc30-2a2e-2693a900a78d-6dd2f068, #w-node-_0555aec8-faef-dc30-2a2e-2693a900a794-6dd2f068, #w-node-_0555aec8-faef-dc30-2a2e-2693a900a79b-6dd2f068, #w-node-_2d07c269-20d6-0d0c-fdc7-78e4f8291374-6dd2f068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0555aec8-faef-dc30-2a2e-2693a900a785-9a8b81a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0555aec8-faef-dc30-2a2e-2693a900a786-9a8b81a4, #w-node-_0555aec8-faef-dc30-2a2e-2693a900a78d-9a8b81a4, #w-node-_0555aec8-faef-dc30-2a2e-2693a900a794-9a8b81a4, #w-node-_0555aec8-faef-dc30-2a2e-2693a900a79b-9a8b81a4, #w-node-_2d07c269-20d6-0d0c-fdc7-78e4f8291374-9a8b81a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0555aec8-faef-dc30-2a2e-2693a900a785-49641351 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0555aec8-faef-dc30-2a2e-2693a900a786-49641351, #w-node-_0555aec8-faef-dc30-2a2e-2693a900a78d-49641351, #w-node-_0555aec8-faef-dc30-2a2e-2693a900a794-49641351, #w-node-_0555aec8-faef-dc30-2a2e-2693a900a79b-49641351, #w-node-_2d07c269-20d6-0d0c-fdc7-78e4f8291374-49641351 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0555aec8-faef-dc30-2a2e-2693a900a785-1004c667 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0555aec8-faef-dc30-2a2e-2693a900a786-1004c667, #w-node-_0555aec8-faef-dc30-2a2e-2693a900a78d-1004c667, #w-node-_0555aec8-faef-dc30-2a2e-2693a900a794-1004c667, #w-node-_0555aec8-faef-dc30-2a2e-2693a900a79b-1004c667, #w-node-_2d07c269-20d6-0d0c-fdc7-78e4f8291374-1004c667, #w-node-d184903f-2fe5-0910-02f3-88599f3d5a70-78c01051 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d184903f-2fe5-0910-02f3-88599f3d5a77-78c01051 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4fc41413-f672-6f8d-8834-5f9b67ad909f-78c01051 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc41413-f672-6f8d-8834-5f9b67ad90f1-78c01051 {
  place-self: center start;
}

#w-node-_25d6e276-63c3-127d-936f-9bb57a4238a6-78c01051, #w-node-_25d6e276-63c3-127d-936f-9bb57a4238ae-78c01051, #w-node-_25d6e276-63c3-127d-936f-9bb57a4238b6-78c01051, #w-node-_25d6e276-63c3-127d-936f-9bb57a4238be-78c01051, #w-node-d184903f-2fe5-0910-02f3-88599f3d5a70-84470545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d184903f-2fe5-0910-02f3-88599f3d5a77-84470545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c3675706-b378-dc7f-f582-6d59afe0ea7f-84470545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3675706-b378-dc7f-f582-6d59afe0ea81-84470545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c728b867-3ac6-7d13-d998-ae304be5a141-84470545, #w-node-c728b867-3ac6-7d13-d998-ae304be5a148-84470545, #w-node-c728b867-3ac6-7d13-d998-ae304be5a14f-84470545, #w-node-c728b867-3ac6-7d13-d998-ae304be5a156-84470545, #w-node-_25d6e276-63c3-127d-936f-9bb57a4238a6-84470545, #w-node-_25d6e276-63c3-127d-936f-9bb57a4238ae-84470545, #w-node-_25d6e276-63c3-127d-936f-9bb57a4238b6-84470545, #w-node-_25d6e276-63c3-127d-936f-9bb57a4238be-84470545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_880900fa-a41d-79e6-0e44-2e4a1af8e11b-5d59b2ca {
    justify-self: center;
  }

  #w-node-_880900fa-a41d-79e6-0e44-2e4a1af8e130-5d59b2ca {
    order: -9999;
  }

  #w-node-_355471bb-a12d-ec00-9a53-22b959391c06-5d59b2ca {
    order: -9999;
    justify-self: center;
  }

  #w-node-f49b6665-3ff0-fc11-1efb-fd67f7f74093-5d59b2ca, #w-node-_2d07c269-20d6-0d0c-fdc7-78e4f8291374-5d59b2ca {
    order: -9999;
  }

  #w-node-fd77b65e-4630-2f35-b871-ff00de81cbfe-de81cbc0 {
    justify-self: end;
  }

  #w-node-_1fe5f979-598e-a49a-cd81-515351af75c9-5d59b34c, #w-node-_1fe5f979-598e-a49a-cd81-515351af75dd-5d59b34c, #w-node-ac0db190-e462-ab1a-1db2-44a93744dcca-5d59b366, #w-node-_6d2ad594-8fdd-6cd9-6e14-3000d6f51aa3-5d59b367 {
    justify-self: center;
  }

  #w-node-_3e96245d-bc1d-8b14-863b-0aa04314f0f9-5d59b367 {
    order: -9999;
    justify-self: center;
  }

  #w-node-_24da9eb2-8600-e6d2-4b51-76da9f447602-5d59b368, #w-node-_9d8fb42d-46cf-94dd-c78d-312a8b12dd6d-5d59b37e, #w-node-_84ce89d8-11c5-5fc5-ae6e-c49d37188b18-5d59b37e {
    justify-self: center;
  }

  #w-node-_84ce89d8-11c5-5fc5-ae6e-c49d37188b3a-5d59b37e {
    order: -9999;
  }

  #w-node-_9f4e9642-0019-04b4-0f83-66222d063d60-5d59b37e, #w-node-_301b86c5-5e64-050d-3a9b-a811c5f787e9-5d59b37e {
    justify-self: center;
  }

  #w-node-_301b86c5-5e64-050d-3a9b-a811c5f787fe-5d59b37e {
    order: -9999;
  }

  #w-node-_865c3af3-975c-cee1-e881-f991fd22f660-5d59b37e {
    justify-self: center;
  }

  #w-node-_2d07c269-20d6-0d0c-fdc7-78e4f8291374-5d59b37f, #w-node-_2c9603a0-bae7-71a7-1506-bae99b740555-5d59b380 {
    order: -9999;
  }

  #w-node-_32de0a53-37b3-5a1d-f2be-1eddcf791b41-5d59b380 {
    grid-column: span 3 / span 3;
  }

  #w-node-_9d802985-4772-bdd2-c9eb-a7ab228f16fb-5d59b380 {
    order: -9999;
    justify-self: center;
  }

  #w-node-_316b7b55-6476-f3d9-802f-c96eda7ad0a8-5d59b389, #w-node-_102a147d-add8-d471-14bf-ea61fe9fd885-5d59b38f, #w-node-_102a147d-add8-d471-14bf-ea61fe9fd899-5d59b38f, #w-node-bc906cd8-5e0c-e723-27b7-ebb508886c26-5d59b3a4, #w-node-d755689a-3de1-6411-5117-6569b7c6f7c7-5d59b3a4, #w-node-_316b7b55-6476-f3d9-802f-c96eda7ad0a8-5d59b3a8, #w-node-_316b7b55-6476-f3d9-802f-c96eda7ad0bc-5d59b3a8, #w-node-_102a147d-add8-d471-14bf-ea61fe9fd885-5d59b3bf, #w-node-_102a147d-add8-d471-14bf-ea61fe9fd899-5d59b3bf {
    justify-self: center;
  }

  #w-node-_2d07c269-20d6-0d0c-fdc7-78e4f8291374-6dd2f068, #w-node-_2d07c269-20d6-0d0c-fdc7-78e4f8291374-9a8b81a4, #w-node-_2d07c269-20d6-0d0c-fdc7-78e4f8291374-49641351, #w-node-_2d07c269-20d6-0d0c-fdc7-78e4f8291374-1004c667 {
    order: -9999;
  }

  #w-node-_4fc41413-f672-6f8d-8834-5f9b67ad90f1-78c01051 {
    order: -9999;
    justify-self: center;
  }

  #w-node-c3675706-b378-dc7f-f582-6d59afe0ea81-84470545 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fd77b65e-4630-2f35-b871-ff00de81cbfe-de81cbc0 {
    justify-self: end;
  }

  #w-node-bfd4e224-a087-a99b-9766-90c8d00cfc00-5d59b37e, #w-node-bfd4e224-a087-a99b-9766-90c8d00cfc0b-5d59b37e, #w-node-bfd4e224-a087-a99b-9766-90c8d00cfc16-5d59b37e, #w-node-bfd4e224-a087-a99b-9766-90c8d00cfc21-5d59b37e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_32de0a53-37b3-5a1d-f2be-1eddcf791b41-5d59b380, #w-node-_25617b8b-d5bf-196c-0e2c-5db890b44b76-5d59b38b {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9520cb31-e023-93c4-e122-5b262cb9fe9d-2cb9fe9b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9520cb31-e023-93c4-e122-5b262cb9fea0-2cb9fe9b {
    order: 0;
    grid-row: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Reference tiles — bez podtržení */
.link-reference-tile,
.link-reference-tile *,
.link-reference-tile:hover {
  text-decoration: none !important;
  color: inherit !important;
}

/* Odkazy v obsahu článků (ne tlačítka) */
.w-richtext a:not(.w-button):not(.cta) {
  color: #6faa41;
  text-decoration: underline;
}
.w-richtext a:not(.w-button):not(.cta):hover {
  color: #5a8f33;
}

/* Skrýt systémový kurzor na tab blocích (vlastní kurzor řídí Webflow JS) */
.tab-block, .tab-block * { cursor: none !important; }

/* Tabulka FVE sestav — scrollovatelná na mobilu */
@media (max-width: 767px) {
  .uui-pricing07_plans {
    display: block !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
  }
  .uui-pricing07_plans .w-layout-grid {
    min-width: 600px;
  }
  .uui-pricing07_top-row-content,
  .uui-pricing07_feature,
  .uui-pricing07_row-content {
    min-width: 0;
  }
}

/* ============================================================
   Smart Phoenix — vlastní styly webu
   (navbar, ikony, drobečková navigace, typografie)
   Brand: zelená #6faa41 / #00d563, černá #0b0c0d, font Satoshi.
   ============================================================ */
:root {
  --sp-green: #6faa41;
  --sp-green-bright: #00d563;
  --sp-green-soft: #eef6e6;
  --sp-ink: #0b0c0d;

  /* Rádiusy podle původní šablony: 18px velké karty, 8px drobnosti */
  --sp-radius: 8px;
  --sp-radius-lg: 18px;

  /* Šablona dekorativní stíny nepoužívá – hierarchii dělá plocha a odsazení */
  --sp-shadow-sm: none;
  --sp-shadow-md: none;
  --sp-shadow-green: none;
  --sp-shadow-green-hover: none;

  --sp-ease: cubic-bezier(.22, .61, .36, 1);
}

/* ---------- Globální drobnosti ---------- */
html {
  scroll-behavior: smooth;
}

::selection {
  background: rgba(111, 170, 65, .22);
}

/* Jednotný, přístupný focus stav v brandové zelené */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.cta:focus-visible {
  outline: 2px solid var(--sp-green);
  outline-offset: 3px;
  border-radius: 8px;
}

/* ---------- Typografie ---------- */
/* Nadpisy zůstávají přesně jako v originále.
   Odstavcové texty jen o stupínek tučnější (Regular 400 -> Medium 500). */
.paragraph-big,
.paragraph-big-2,
.paragraph-big-5,
.paragraph-big-center,
.paragraph-big-footer,
.paragraph-small,
.faq-paragraph,
.roadmap-paragraph {
  font-weight: 500;
}

.span-accent {
  color: var(--sp-green);
}

/* ---------- Navbar: plná bílá, jen jemný stín ---------- */
.navbar {
  background-color: #fff;
  border-bottom: 1px solid rgba(11, 12, 13, .08);
}

.link-nav {
  border-radius: 8px;
  transition: color .2s var(--sp-ease), background-color .2s var(--sp-ease);
}

/* ---------- Drobečková navigace (generuje js/breadcrumbs.js) ---------- */
.sp-breadcrumbs {
  background-color: #fff;
  border-bottom: 1px solid rgba(11, 12, 13, .06);
}

.sp-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 13px 24px;
  list-style: none;
  font-size: 14px;
  line-height: 1.4;
}

.sp-breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.sp-breadcrumbs__item:not(:first-child)::before {
  content: "›";
  margin-right: 8px;
  color: rgba(11, 12, 13, .35);
  font-size: 16px;
  line-height: 1;
}

.sp-breadcrumbs__link {
  color: #475467;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s var(--sp-ease);
}

.sp-breadcrumbs__link:hover {
  color: var(--sp-green);
}

.sp-breadcrumbs__current {
  color: var(--sp-ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60vw;
}

@media (max-width: 767px) {
  .sp-breadcrumbs__list {
    padding: 11px 20px;
  }
}

@media (max-width: 479px) {
  .sp-breadcrumbs__list {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 10px 16px;
    font-size: 13px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .sp-breadcrumbs__list::-webkit-scrollbar {
    display: none;
  }

  .sp-breadcrumbs__item {
    flex: 0 0 auto;
  }

  .sp-breadcrumbs__current {
    max-width: none;
  }
}

.link-nav:hover {
  color: var(--sp-green);
  background-color: var(--sp-green-soft);
}

/* ---------- Tlačítka (.cta) ---------- */
.cta {
  border-radius: 6px;
  transition: transform .2s var(--sp-ease),
              background-color .2s var(--sp-ease);
  will-change: transform;
}

.cta:hover {
  transform: translateY(-2px);
}

.cta:active {
  transform: translateY(0);
}

/* Světlé / tmavé varianty nemají mít zelený stín */
.cta.white---black,
.cta.secondary-white,
.cta.black {
}

.cta.black:hover {
}

/* Navigační CTA má průhledné pozadí – stín jen zlehka */
.cta.nav-cta,
.cta.nav-menu-cta {
  border-radius: 6px;
}

.cta.nav-cta:hover,
.cta.nav-menu-cta:hover {
}

/* ---------- Navbar: zarovnání na mřížku stránky ---------- */
/* Navbar měl max-width 1500px, zatímco obsah stránky má 1348px – logo
   i tlačítka tak přečnívaly mřížku a mezi logem a odkazy zůstávala
   velká prázdná mezera. */
@media (min-width: 992px) {
  .container-navbar {
    grid-column-gap: 32px;
    grid-template-columns: auto 1fr auto;
    max-width: 1348px;
    padding-left: 24px;
    padding-right: 24px;
  }

  /* Odkazy drží u loga místo plavání uprostřed volné plochy */
  .nav-menu {
    justify-content: flex-start;
  }

  .right-navbar {
    grid-column-gap: 18px;
  }

  /* Telefon je sekundární akce – text s ikonou, ne druhé zelené tlačítko */
  .right-navbar .cta.nav-cta:not(.green) {
    color: var(--sp-ink);
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    height: auto;
    padding: 8px 4px;
    font-size: 16px;
    font-weight: 700;
    transform: none;
  }

  .right-navbar .cta.nav-cta:not(.green):hover {
    color: var(--sp-green);
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    transform: none;
  }

  .right-navbar .cta.nav-cta:not(.green) .ph-phone {
    color: var(--sp-green);
  }
}

/* ---------- Karty / dlaždice ---------- */
.tile-white {
  border-radius: var(--sp-radius-lg);
  transition: transform .25s var(--sp-ease);
}

.tile-white:hover {
  transform: translateY(-4px);
}

.tile-dark-portfolio {
  border-radius: var(--sp-radius-lg);
  transition: transform .25s var(--sp-ease);
}

.tile-dark-portfolio:hover {
  transform: translateY(-4px);
}

.office-marquee-card {
  border-radius: var(--sp-radius-lg);
}

/* ---------- Formulářová pole ---------- */
.text-field {
  border-radius: 12px;
  transition: border-color .2s var(--sp-ease),
              box-shadow .2s var(--sp-ease),
              background-color .2s var(--sp-ease);
}

.text-field:focus,
.text-field.-wfp-focus {
  border-color: var(--sp-green);
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(111, 170, 65, .15);
}

/* ---------- Odkazy se šipkou ---------- */
.link-arrow {
  transition: color .2s var(--sp-ease);
}

.link-arrow:hover {
  color: var(--sp-green);
}

.icon-arrow-link {
  transition: transform .2s var(--sp-ease);
}

.link-arrow:hover .icon-arrow-link {
  transform: translateX(4px);
}

/* ---------- Patička ---------- */
.link-footer {
  transition: color .2s var(--sp-ease), opacity .2s var(--sp-ease);
}

.link-footer:hover {
  color: var(--sp-green-bright);
  opacity: 1;
}

/* ---------- Navigace: položky se nelámou do dvou řádků ---------- */
.link-nav,
.dropdown-toggle-nav {
  white-space: nowrap;
}

@media (min-width: 992px) and (max-width: 1760px) {
  .link-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* ---------- Dropdown: Phosphor ikony ve stejném boxu jako SVG ikony ---------- */
i.icon-dropdown-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: var(--sp-ink);
}

/* ---------- Dlaždice služeb: Phosphor ikony ve stejné velikosti jako SVG ---------- */
i.icon-feature {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 40px;
  color: var(--sp-ink);
}

/* ---------- Checklist služeb (elektro stránky) ---------- */
.sp-checklist {
  flex-direction: column;
  row-gap: 10px;
  display: flex;
}

/* ---------- Přehled služeb na homepage ---------- */
.sp-services-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(6, 1fr);
  display: grid;
}

.sp-service {
  color: var(--sp-ink);
  background: var(--background);
  border-radius: var(--sp-radius-lg);
  flex-direction: column;
  grid-column: span 2;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  transition: transform .25s var(--sp-ease), box-shadow .25s var(--sp-ease), border-color .25s var(--sp-ease);
}

.sp-service--hero {
  grid-column: span 3;
}

.sp-service:focus-visible {
  outline: 3px solid var(--sp-green);
  outline-offset: 3px;
}

.sp-service:hover {
  transform: translateY(-4px);
}

.sp-service__media {
  aspect-ratio: 16 / 10;
  background: var(--sp-green-soft);
  overflow: hidden;
}

.sp-service--hero .sp-service__media {
  aspect-ratio: 16 / 9;
}

.sp-service__media--graphic {
  background: var(--sp-ink);
}

.sp-service__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s var(--sp-ease);
}

.sp-service:hover .sp-service__media img {
  transform: scale(1.04);
}

.sp-service__body {
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 28px;
  display: flex;
}

.sp-service--hero .sp-service__body {
  padding: 32px;
}

.sp-service__tags {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

.sp-tag {
  color: #4d7a2b;
  background: var(--sp-green-soft);
  border-radius: 100px;
  padding: 7px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.sp-service__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.sp-service--hero .sp-service__title {
  font-size: 34px;
  line-height: 42px;
}

.sp-service__text {
  color: #45484d;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.sp-service__cta {
  grid-column-gap: 6px;
  color: var(--sp-ink);
  align-items: center;
  margin-top: auto;
  padding-top: 6px;
  font-size: 17px;
  font-weight: 500;
  display: inline-flex;
  transition: color .2s var(--sp-ease);
}

.sp-service:hover .sp-service__cta {
  color: var(--sp-green);
}

.sp-service:hover .sp-service__cta .icon-arrow-link {
  transform: translateX(4px);
}

.sp-service--cta {
  color: #fff;
  background: var(--sp-ink);
  justify-content: center;
}

.sp-service--cta .sp-service__body {
  justify-content: center;
  padding: 36px 32px;
}

.sp-service--cta .sp-service__text {
  color: rgba(255, 255, 255, .72);
}

.sp-service--cta .sp-service__cta {
  color: var(--accent);
  margin-top: 12px;
}

.sp-service--cta .icon-arrow-link {
  filter: invert(1);
}

.sp-service--cta:hover .sp-service__cta {
  color: #fff;
}

@media (max-width: 991px) {
  .sp-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sp-service {
    grid-column: span 1;
  }

  .sp-service--hero {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .sp-services-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .sp-service, .sp-service--hero {
    grid-column: span 1;
  }

  .sp-service__body, .sp-service--hero .sp-service__body, .sp-service--cta .sp-service__body {
    padding: 24px;
  }

  .sp-service__title {
    font-size: 22px;
    line-height: 28px;
  }

  .sp-service--hero .sp-service__title {
    font-size: 26px;
    line-height: 32px;
  }
}

/* ---------- Rozcestník segmentů (fotovoltaika) ---------- */
.sp-segments {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.sp-segment {
  aspect-ratio: 4 / 5;
  color: #fff;
  background-color: var(--sp-ink);
  border-radius: var(--sp-radius-lg);
  align-items: flex-end;
  min-height: 460px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  transition: transform .3s var(--sp-ease), box-shadow .3s var(--sp-ease);
}

.sp-segment:hover {
  transform: translateY(-4px);
}

.sp-segment:focus-visible {
  outline: 3px solid var(--sp-green);
  outline-offset: 3px;
}

.sp-segment__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  transition: transform .6s var(--sp-ease);
}

.sp-segment:hover .sp-segment__img {
  transform: scale(1.05);
}

.sp-segment:after {
  content: "";
  background-image: linear-gradient(to top, rgba(11, 12, 13, .94) 0%, rgba(11, 12, 13, .7) 40%, rgba(11, 12, 13, .15) 72%, rgba(11, 12, 13, 0) 100%);
  position: absolute;
  inset: 0;
}

.sp-segment__body {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
  position: relative;
  z-index: 1;
}

.sp-segment__badge {
  color: var(--sp-ink);
  background: var(--accent);
  border-radius: 100px;
  margin-bottom: 2px;
  padding: 7px 15px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.sp-segment__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.sp-segment__text {
  color: rgba(255, 255, 255, .86);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.sp-segment__cta {
  grid-column-gap: 6px;
  align-items: center;
  padding-top: 6px;
  font-size: 17px;
  font-weight: 500;
  display: inline-flex;
  transition: color .2s var(--sp-ease);
}

.sp-segment:hover .sp-segment__cta {
  color: var(--accent);
}

.sp-segment:hover .sp-segment__cta .icon-arrow-link {
  transform: translateX(4px);
}

@media (max-width: 991px) {
  .sp-segments {
    grid-template-columns: repeat(2, 1fr);
  }

  .sp-segment {
    aspect-ratio: auto;
    min-height: 420px;
  }

  .sp-segment:last-child {
    grid-column: span 2;
    min-height: 340px;
  }
}

@media (max-width: 767px) {
  .sp-segments {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .sp-segment, .sp-segment:last-child {
    grid-column: span 1;
    min-height: 380px;
  }

  .sp-segment__body {
    padding: 24px;
  }

  .sp-segment__title {
    font-size: 26px;
    line-height: 32px;
  }
}

/* ---------- Pruh důvěry v hero ---------- */
.sp-trustbar {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.sp-trust {
  grid-column-gap: 10px;
  color: #45484d;
  background: var(--background);
  border-radius: var(--sp-radius);
  align-items: center;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.sp-trust strong {
  color: var(--sp-ink);
}

.sp-trust i {
  color: var(--sp-green);
  flex: none;
  font-size: 26px;
  line-height: 1;
}

/* ---------- Sekce dotací ---------- */
.sp-eyebrow {
  color: var(--sp-green);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 700;
}

.sp-dotace-card {
  background: var(--background);
  border-radius: var(--sp-radius-lg);
  flex-direction: column;
  grid-row-gap: 18px;
  padding: 32px;
  display: flex;
}

.sp-dotace-card--accent {
  background: var(--sp-green-soft);
}

.sp-dotace-card__head {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sp-dotace-figure {
  color: var(--sp-ink);
  border-bottom: 1px solid rgba(11, 12, 13, .08);
  padding-bottom: 18px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.sp-dotace-figure span {
  color: #6b6f75;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  display: block;
}

.sp-dotace-notes {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.sp-note {
  grid-column-gap: 14px;
  background: var(--sp-green-soft);
  border-radius: var(--sp-radius-lg);
  padding: 24px 26px;
  display: flex;
}

.sp-note i {
  color: var(--sp-green);
  flex: none;
  font-size: 28px;
  line-height: 1;
}

.sp-note strong {
  color: var(--sp-ink);
  margin-bottom: 6px;
  font-size: 19px;
  display: block;
}

.sp-note p {
  color: #45484d;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 28px;
}

.sp-dotace-cta {
  grid-column-gap: 32px;
  color: #fff;
  background: var(--sp-ink);
  border-radius: var(--sp-radius-lg);
  justify-content: space-between;
  align-items: center;
  padding: 36px 40px;
  display: flex;
}

.sp-dotace-cta .text-heading-3 {
  margin-bottom: 6px;
}

.sp-dotace-cta .paragraph-big {
  color: rgba(255, 255, 255, .72);
  margin-bottom: 0;
}

.sp-dotace-cta .cta {
  flex: none;
}

@media (max-width: 991px) {
  .sp-trustbar {
    grid-template-columns: 1fr 1fr;
  }

  .sp-dotace-notes {
    grid-template-columns: 1fr;
  }

  .sp-dotace-cta {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
  }
}

@media (max-width: 767px) {
  .sp-trustbar {
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .sp-trust {
    padding: 16px;
  }

  .sp-dotace-card {
    padding: 24px;
  }
}

/* ---------- Titulky karet (dřív chybně <h1>, teď <div>) ---------- */
.sp-card-title {
  font-weight: 700;
}

/* ---------- Statistiky (dřív chybně <h1>, teď <div>) ---------- */
.sp-stat {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
  line-height: 58px;
}

@media (max-width: 767px) {
  .sp-stat {
    font-size: 34px;
    line-height: 46px;
  }
}

/* ---------- Sekce text + obrázek (v exportu chyběla pravidla ze šablony) ---------- */
.right-wide-text-image {
  align-items: center;
  padding: 0;
  display: flex;
}

.columns-wide-text-image {
  align-items: center;
}

.left-wide-text-image {
  padding-right: 64px;
}

/* Obrázek dostal rozměry – dřív se roztahoval bez omezení */
.image-12 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--sp-radius-lg);
  width: 100%;
  height: auto;
}

/* Hodnocení nad nadpisem jako jemný pruh, ne jako samostatný blok */
.trust-pilot-review-2 {
  margin-bottom: 20px;
}

.trustpilot-logo {
  grid-column-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

@media (max-width: 991px) {
  .left-wide-text-image {
    padding-right: 0;
  }

  .image-12 {
    aspect-ratio: 16 / 10;
  }
}

/* ---------- Cookie lišta: blokující dialog ---------- */
/* Musí být nad sticky CTA lištou (z-index 9998), aby se nepřekrývaly. */
.fs-cc-banner_component {
  z-index: 10001;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-end;
  padding: 24px;
  position: fixed;
  inset: 0;
}

/* Tmavý překryv – návštěvník musí volbu odkliknout */
.fs-cc-banner_component:before {
  content: "";
  z-index: 0;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: rgba(11, 12, 13, .55);
  position: fixed;
  inset: 0;
}

.fs-cc-banner_container {
  z-index: 1;
  text-align: left;
  background: #fff;
  border-radius: var(--sp-radius-lg);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 620px;
  padding: 32px 36px 28px;
  display: flex;
  position: relative;
}

.sp-cc-head {
  grid-column-gap: 12px;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.sp-cc-head i {
  color: var(--sp-green);
  font-size: 30px;
  line-height: 1;
}

.sp-cc-title {
  color: var(--sp-ink);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.fs-cc-banner_text {
  color: #45484d;
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 28px;
}

.fs-cc-banner_text a {
  color: var(--sp-ink);
  text-decoration: underline;
}

/* Obě volby stejně velké a stejně dostupné */
.fs-cc-banner_buttons-wrapper {
  grid-column-gap: 12px;
  width: 100%;
  display: flex;
}

.fs-cc-banner_button {
  border-radius: 6px;
  flex: 1;
  min-width: 0;
  margin-left: 0;
  padding: 15px 20px;
  font-size: 17px;
  font-weight: 600;
  transition: background-color .2s var(--sp-ease), color .2s var(--sp-ease);
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: var(--sp-ink);
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(11, 12, 13, .18);
}

.fs-cc-banner_button.fs-cc-button-alt:hover {
  border-color: var(--sp-ink);
  background-color: rgba(0, 0, 0, 0);
}

.fs-cc-banner_button:not(.fs-cc-button-alt):hover {
  background-color: #5d9235;
}

.fs-cc-banner_button:focus-visible,
.fs-cc-banner_text-link:focus-visible {
  outline: 3px solid var(--sp-green);
  outline-offset: 3px;
}

.fs-cc-banner_text-link {
  color: #6b6f75;
  margin: 18px auto 0;
  font-size: 15px;
  text-decoration: underline;
}

.fs-cc-banner_text-link:hover {
  color: var(--sp-ink);
}

/* Zámek stránky a skrytí sticky CTA, dokud není rozhodnuto */
html.sp-cc-open,
html.sp-cc-open body {
  overflow: hidden;
}

html.sp-cc-open #sticky-cta,
html.sp-cc-open .notification-bar {
  display: none !important;
}

@media (max-width: 767px) {
  .fs-cc-banner_component {
    align-items: flex-end;
    padding: 12px;
  }

  .fs-cc-banner_container {
    padding: 26px 22px 22px;
  }

  .sp-cc-title {
    font-size: 21px;
    line-height: 28px;
  }

  .fs-cc-banner_text {
    font-size: 16px;
    line-height: 26px;
  }

  .fs-cc-banner_buttons-wrapper {
    flex-direction: column-reverse;
  }

  .fs-cc-banner_button {
    width: 100%;
  }
}

/* ---------- Tlačítka v heru: na mobilu pod sebou ---------- */
@media (max-width: 767px) {
  .flex-cta-left,
  .flext-two-horiziontal-buttons,
  .flex-cta-center {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    row-gap: 12px;
  }

  .flex-cta-left .cta,
  .flext-two-horiziontal-buttons .cta,
  .flex-cta-center .cta {
    width: 100%;
  }

  /* Telefon jako plnohodnotné druhé tlačítko, ne text ztracený pod CTA */
  .cta.secondary-white,
  .cta.secondary-white.big {
    color: var(--sp-ink);
    background-color: #fff;
    border: 2px solid rgba(11, 12, 13, .16);
    white-space: nowrap;
  }

  .cta.secondary-white .ph-phone {
    color: var(--sp-green);
  }
}

/* ---------- Ohleduplnost k pohybu ---------- */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
}
