@font-face {
  font-family: Icons politician x template;
  src: url('../fonts/icons-politician-x-template.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Filled Icons;
  src: url('../fonts/filled-icon-font.woff2') format("woff2"), url('../fonts/filled-icon-font.eot') format("embedded-opentype"), url('../fonts/filled-icon-font.woff') format("woff"), url('../fonts/filled-icon-font.ttf') format("truetype"), url('../fonts/filled-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Rounded Icons;
  src: url('../fonts/line-rounded-icons.woff2') format("woff2"), url('../fonts/line-rounded-icons.eot') format("embedded-opentype"), url('../fonts/line-rounded-icons.woff') format("woff"), url('../fonts/line-rounded-icons.ttf') format("truetype"), url('../fonts/line-rounded-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Square Icons;
  src: url('../fonts/line-square-icons.woff2') format("woff2"), url('../fonts/line-square-icons.eot') format("embedded-opentype"), url('../fonts/line-square-icons.woff') format("woff"), url('../fonts/line-square-icons.ttf') format("truetype"), url('../fonts/line-square-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Social Icons Font;
  src: url('../fonts/social-icon-font.woff2') format("woff2"), url('../fonts/social-icon-font.eot') format("embedded-opentype"), url('../fonts/social-icon-font.woff') format("woff"), url('../fonts/social-icon-font.ttf') format("truetype"), url('../fonts/social-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral-600: #717379;
  --neutral-800: #0e121e;
  --primary-1: #ff344c;
  --secondary-4: #1f3584;
  --neutral-100: white;
  --primary-2: #26385e;
  --secondary-1: #ffeff1;
  --secondary-2: #dc1e35;
  --secondary-3: #edeff5;
  --neutral-700: #53565e;
  --neutral-500: #bec1c8;
  --neutral-400: #e0e2e7;
  --neutral-300: #f2f2f4;
  --neutral-200: #f7f8f9;
  --default-card-shadow: #0e121e0a;
  --elements-webflow-library--neutral--100: white;
  --shadow-long: #0e121e0a;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--neutral--600: #6e7191;
  --semi-transparent: #01124482;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--general--shadow-03: #14142b1a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--neutral-600);
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
}

h1 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2em;
}

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

h3 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

h4 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

h5 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

p {
  margin-bottom: 20px;
}

a {
  color: var(--neutral-800);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--primary-1);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-family: Thicccboi, sans-serif;
}

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

label {
  color: var(--neutral-800);
  margin-bottom: 16px;
  font-weight: 700;
  display: block;
}

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

blockquote {
  background-color: var(--secondary-4);
  color: var(--neutral-100);
  border-left: 0 solid #000;
  border-radius: 16px;
  margin-bottom: 48px;
  padding: 100px 120px;
  font-size: 24px;
  line-height: 38px;
}

figure {
  margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

.mg-bottom-32px {
  text-align: center;
  margin-bottom: 32px;
}

.mg-bottom-32px._1 {
  text-align: left;
}

.mg-bottom-32px._1.center {
  text-align: center;
}

.mg-bottom-32px.landing {
  color: var(--primary-2);
}

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

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

.flex {
  display: flex;
}

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

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

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

.text-center._1 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

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

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

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

.bg-secondary-2 {
  background-color: var(--secondary-2);
}

.bg-secondary-3 {
  background-color: var(--secondary-3);
}

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

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

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

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

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

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

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

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

.style-guide-sidebar {
  z-index: 2;
  flex: 1;
  max-width: 24%;
  height: 100%;
  min-height: 96vh;
  margin-right: 20px;
  position: sticky;
  top: 32px;
}

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

.style-guide-content {
  flex: 1;
  max-width: 72%;
  margin-left: 20px;
}

.section-styleguide {
  padding-top: 86px;
  padding-bottom: 86px;
}

.style-guide-title {
  margin-top: 0;
}

.style-guide-header {
  padding-bottom: 100px;
}

.sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.style-guide-icon-link {
  background-color: var(--primary-1);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  transition: background-color .25s;
  display: flex;
}

.style-guide-sidebar-icon {
  width: 60%;
}

.style-guide-link {
  color: var(--neutral-600);
  border-radius: 14px;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  transition: color .35s, background-color .35s;
  display: flex;
}

.style-guide-link:hover {
  color: var(--primary-1);
  background-color: #ff344c0a;
}

.style-guide-link.w--current {
  color: var(--primary-1);
  background-color: #ff344c14;
  font-weight: 700;
  transition: color .3s, background-color .3s;
}

.style-guide-link-wrapper {
  margin-bottom: 8px;
}

.style-guide-sidebar-title {
  border-bottom: 1px solid var(--neutral-300);
  color: var(--neutral-800);
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  line-height: 24px;
}

.style-guide-sidebar-title.middle {
  border-top: 1px solid var(--neutral-300);
  margin-top: 24px;
  padding-top: 24px;
}

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

.color-container {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 16px #110a630a, 0 12px 22px #8076f70a;
}

.color-block {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  min-height: 120px;
}

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

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

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

.color-content {
  padding: 22px 16px 24px;
}

.color-title {
  color: var(--neutral-800);
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.color-hex {
  color: var(--neutral-600);
  line-height: 20px;
}

.style-guide-subtitle {
  margin-top: 0;
}

.style-guide-subtitle.rich-text {
  margin-top: 88px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  border-bottom: 1px solid var(--neutral-300);
  padding-top: 54px;
  padding-bottom: 54px;
}

.typography-container.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.container-small-left {
  max-width: 592px;
  padding-right: 24px;
}

.typography-details {
  color: var(--primary-1);
  margin-top: 15px;
  font-weight: 500;
}

.paragraph-large {
  font-size: 24px;
  line-height: 38px;
}

.style-guide-subheader {
  background-color: var(--neutral-200);
  border-radius: 12px;
  padding: 40px;
}

.style-guide-content-wrapper {
  padding-top: 110px;
  padding-bottom: 110px;
}

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

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

.button-primary {
  background-color: var(--primary-1);
  color: var(--neutral-100);
  text-align: center;
  border: 1px solid #0000;
  border-radius: 8px;
  padding: 24px 36px;
  font-weight: 700;
  line-height: 20px;
  transition: border-color .3s, transform .3s, color .3s, background-color .3s;
}

.button-primary:hover {
  border: 1px solid var(--primary-1);
  color: var(--primary-1);
  background-color: #0000;
  transform: translate(0, 2px);
}

.button-primary.small {
  border-radius: 0;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 18px;
}

.button-primary.large {
  padding: 30px 46px;
  font-size: 22px;
  line-height: 24px;
}

.button-primary.full-width {
  align-self: stretch;
  width: 100%;
  display: block;
}

.button-primary.checkout {
  margin-top: 15px;
  margin-bottom: 0;
}

.button-primary._2-buttons {
  border-radius: 0;
  margin-bottom: 16px;
  margin-right: 24px;
}

.button-primary._2-buttons:hover {
  background-color: var(--primary-2);
  color: var(--secondary-1);
  border-style: none;
}

.button-primary._2-buttons.center {
  border-radius: 0;
  margin-left: 24px;
}

.button-primary._2-buttons.pagination-button {
  margin-bottom: 0;
  margin-left: 24px;
  font-size: 18px;
  line-height: 20px;
}

.button-primary._2-buttons.white {
  border-radius: 0;
}

.button-primary._2-buttons.white:hover {
  border-style: solid;
  border-color: var(--neutral-100);
  color: var(--neutral-100);
}

.button-primary._2-buttons.white._1:hover {
  border-style: solid;
}

.button-primary._2-buttons.white._4 {
  border-style: none;
}

.button-primary._2-buttons.white._4:hover {
  border-style: solid;
}

.button-primary.button-row {
  margin-right: 26px;
}

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

.button-primary.white:hover {
  border-color: var(--neutral-100);
  color: var(--neutral-100);
  background-color: #0000;
}

.button-secondary {
  border: 1px none var(--neutral-500);
  background-color: var(--primary-2);
  color: var(--neutral-100);
  text-align: center;
  border-radius: 0;
  padding: 24px 36px;
  font-weight: 700;
  line-height: 20px;
  transition: transform .3s, border-color .3s, color .3s, background-color .3s;
}

.button-secondary:hover {
  border-color: var(--neutral-100);
  background-color: var(--primary-1);
  color: var(--neutral-100);
  transform: translate(0, 2px);
}

.button-secondary.small {
  padding: 14px 24px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.small._2-buttons {
  margin-right: 24px;
}

.button-secondary.small.button-white {
  color: var(--neutral-100);
  background-color: #0000;
}

.button-secondary.small.button-white:hover {
  background-color: var(--primary-1);
  color: var(--neutral-100);
}

.button-secondary.small.button-white._2-buttons-inside-menu {
  background-color: var(--default-card-shadow);
  border-radius: 0;
  margin-right: 24px;
}

.button-secondary.small.button-white._2-buttons-inside-menu:hover {
  background-color: var(--primary-1);
}

.button-secondary.small.button-white-in-mobile:hover {
  background-color: var(--primary-1);
  color: var(--neutral-100);
}

.button-secondary.small.button-white-in-mobile._2-buttons-inside-menu {
  margin-right: 24px;
}

.button-secondary.small.button-white-in-mobile._2-buttons-inside-menu._1.w--current {
  border-style: solid;
}

.button-secondary.large {
  padding: 30px 46px;
  font-size: 22px;
  line-height: 24px;
}

.button-secondary.discounts {
  border-width: 1px;
  flex: 0 auto;
  height: auto;
  margin-left: 0;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}

.button-secondary.button-white {
  border-style: solid;
  border-color: var(--neutral-100);
  color: var(--neutral-100);
  border-radius: 0;
}

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

.button-secondary.button-white._1 {
  background-color: var(--primary-1);
}

.button-secondary.button-white._1:hover {
  background-color: var(--secondary-1);
}

.button-secondary.button-white._4 {
  border-style: none;
}

.button-secondary.category {
  margin-bottom: 16px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 18px 24px;
}

.button-secondary.category.w--current {
  border-color: var(--primary-1);
  background-color: var(--primary-1);
  color: var(--neutral-100);
}

.button-secondary.category.w--current:hover {
  border-color: var(--primary-1);
  color: var(--primary-1);
  background-color: #0000;
}

.button-secondary.pagination-button {
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
}

.button-secondary.donate-now {
  margin-top: 20px;
  display: block;
}

.style-guide-button-container {
  position: absolute;
  inset: auto 0% 24px;
}

.card-v1 {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  border-radius: 20px;
  padding: 56px 40px;
}

.header {
  background-color: #0000;
  padding-top: 28px;
  padding-bottom: 28px;
}

.header.absolute-header {
  background-color: #26385e00;
  position: absolute;
  inset: 0% 0% auto;
}

.header.absolute-header._1 {
  background-color: var(--primary-2);
}

.header-logo {
  width: 200px;
  transition: transform .3s;
}

.header-logo:hover {
  transform: translate(0, 2px);
}

.header-navigation {
  justify-content: flex-end;
  align-items: center;
  margin-top: 9px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-item-wrapper {
  margin-right: 20px;
  display: block;
}

.nav-item-wrapper.show-in-mobile {
  display: none;
}

.nav-link {
  color: var(--neutral-800);
  text-decoration: none;
  transition: color .35s;
}

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

.nav-link.dropdown {
  padding: 0;
  transition: none;
}

.nav-link.color-white {
  width: 100%;
  color: var(--neutral-100);
}

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

.display-1 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 114px;
  font-weight: 800;
  line-height: 1em;
}

.display-1.color-white {
  text-align: center;
  font-size: 70px;
}

.display-1.color-white.landing {
  color: var(--primary-2);
  margin-bottom: 40px;
}

.footer {
  border-top: 1px solid var(--neutral-400);
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 32px;
}

.footer.footer-v3 {
  padding-top: 32px;
}

.footer-logo-container {
  transition-property: transform;
}

.footer-logo-container:hover {
  transform: translate(0, 2px);
}

.footer-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-logo {
  width: 204px;
}

.footer-nav-item {
  margin-bottom: 12px;
}

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

.footer-nav-item._2 {
  width: 100px;
}

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

.section.utility-page {
  background-color: var(--primary-2);
  background-image: url('../images/cta-bg-pattern-01-politician-template.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.home-hero {
  background-color: var(--secondary-4);
  min-height: 50vh;
  color: var(--secondary-3);
  background-image: linear-gradient(#00000080, #00000080), url('../images/image-asset.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  padding-top: 202px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.home-hero.bg-neutral-200 {
  min-height: 50vh;
  padding-top: 220px;
  padding-bottom: 60px;
}

.section.home-hero._2 {
  border-radius: 0;
  min-height: 100vh;
}

.section.home-hero._2.landing {
  background-color: var(--elements-webflow-library--neutral--100);
  background-image: none;
  min-height: 50vh;
  margin-bottom: 0;
  padding-top: 100px;
}

.section.about-hero {
  background-color: var(--primary-2);
  color: var(--neutral-400);
  background-image: url('../images/about-hero-bg-pattern-politician-template.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  padding-top: 180px;
  padding-bottom: 32px;
}

.section.about-hero._1 {
  background-image: none;
}

.section.blog {
  background-color: var(--primary-2);
  color: var(--neutral-400);
  background-image: url('../images/blog-hero-bg-pattern-politician-template.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 170px;
  padding-bottom: 40px;
}

.section.shop {
  background-color: var(--secondary-4);
  color: var(--neutral-400);
  padding-top: 130px;
  padding-bottom: 160px;
}

.section.contact {
  background-color: var(--primary-2);
  background-image: linear-gradient(0deg, var(--neutral-100) 22%, transparent 22%), url('../images/contact-bg-pattern-politician-template.svg');
  color: var(--neutral-400);
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 220px;
  padding-bottom: 0;
}

.section.community {
  background-color: var(--primary-2);
  min-height: 100vh;
  color: var(--neutral-400);
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section.blog-post {
  border-bottom: 1px solid var(--neutral-400);
  background-image: url('../images/blog-post-bg-pattern-politician-template.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 64px;
}

.section.blog-categories {
  background-color: var(--primary-2);
  color: var(--neutral-400);
  background-image: url('../images/about-hero-bg-pattern-politician-template.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 150px;
}

.section.donate {
  background-color: var(--primary-2);
  background-image: linear-gradient(180deg, transparent 85%, var(--neutral-200) 85%);
  color: var(--neutral-400);
  padding-bottom: 35px;
}

.section.donative-categories {
  background-color: var(--primary-2);
  color: var(--neutral-400);
  background-image: url('../images/contact-bg-pattern-politician-template.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.hero-page {
  background-image: linear-gradient(to top, var(--secondary-4) 35%, white 35%);
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

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

.section.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--neutral-200) 40%, white 40%);
  padding-top: 0;
  padding-bottom: 120px;
}

.section.extra-components {
  background-color: var(--secondary-4);
  padding-top: 250px;
}

.licenses-image {
  object-fit: cover;
  width: 100%;
  height: 160px;
  display: block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  min-height: 800px;
  padding: 100px 24px;
  display: flex;
  position: relative;
}

.utility-page-wrap._401 {
  background-image: url('../images/401-bg-pattern-01-politician-template.svg'), url('../images/401-bg-pattern-02-politician-template.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.utility-page-wrap._404 {
  background-image: url('../images/404-bg-pattern-01-politician-template.svg'), url('../images/404-bg-pattern-02-politician-template.svg');
  background-position: 100% 0, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.utility-page-content-password {
  border: 1px solid var(--neutral-300);
  width: 100%;
  max-width: 580px;
  box-shadow: 0 14px 42px 0 var(--shadow-long);
  text-align: center;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  padding: 72px 50px;
  display: flex;
}

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

.input {
  border: 1px solid var(--neutral-400);
  background-color: var(--neutral-100);
  border-radius: 0;
  height: 72px;
  margin-bottom: 0;
  padding: 22px 24px;
  font-size: 18px;
  transition: border-color .3s, color .3s;
}

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

.input:focus, .input.-wfp-focus {
  border-color: var(--primary-1);
  color: var(--neutral-800);
}

.input::placeholder {
  color: var(--neutral-600);
  font-size: 18px;
}

.input.password {
  margin-bottom: 20px;
}

.input.checkout {
  margin-bottom: 16px;
}

.input.discounts {
  border-width: 1px;
  flex: 0 auto;
  margin-bottom: 16px;
  padding-bottom: 22px;
  padding-left: 24px;
  padding-right: 24px;
}

.input.cta-input {
  border-radius: 0;
  margin-right: 20px;
}

.input.footer-newsletter-input {
  border-radius: 0;
  margin-bottom: 20px;
}

.input.text-area {
  height: auto;
  min-height: 160px;
}

.input.order-item-quantity-result {
  width: 56px;
  height: 56px;
  padding: 12px;
}

.input.donate-quantity {
  width: 100%;
  margin-bottom: 32px;
}

.utility-page-content-404 {
  max-width: 700px;
}

._404-title {
  color: var(--primary-1);
  margin-bottom: 0;
  font-size: 150px;
  font-weight: 700;
  line-height: 154px;
}

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

.container-medium-761px.changelog {
  margin-top: -200px;
}

.container-medium-761px.utility-page {
  text-align: center;
}

.divider {
  background-color: var(--neutral-400);
  width: 100%;
  height: 1px;
}

.divider.utility-pages {
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider.utility-pages.big {
  margin-top: 100px;
  margin-bottom: 100px;
}

.icon-password {
  background-color: var(--secondary-1);
  border-radius: 1000px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  margin-bottom: 35px;
  display: flex;
  overflow: hidden;
}

.paragraph.password, .paragraph._404 {
  margin-bottom: 40px;
}

.paragraph.utility-page {
  color: var(--neutral-100);
  margin-bottom: 0;
}

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

.card {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  box-shadow: 0 5px 14px 0 var(--default-card-shadow);
  color: var(--neutral-600);
  border-radius: 16px;
  text-decoration: none;
  transition: transform .3s;
  overflow: hidden;
}

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

.card.changelog {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding: 60px 50px;
  display: flex;
}

.card.checkout {
  margin-bottom: 40px;
}

.card.checkout.last {
  background-color: var(--neutral-100);
  margin-bottom: 0;
}

.card.checkout.order-summary {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.card.quote-card {
  z-index: 1;
  align-self: flex-start;
  max-width: 400px;
  padding: 48px 32px 40px;
  transition-property: none;
  position: absolute;
  inset: auto auto -24px 0;
}

.card.about-home-stats {
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  min-height: 180px;
  padding: 24px 32px;
  display: flex;
}

.card.cta-v1 {
  text-align: center;
  border-radius: 12px;
  max-width: 260px;
  padding: 48px;
  position: absolute;
  inset: 40px auto auto 0;
}

.card.objective-card {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 56px 32px;
  transition: none;
  display: flex;
}

.card.testimonial-v1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 64px 40px;
}

.card.futured-event-card {
  justify-content: space-between;
  min-height: 500px;
  display: flex;
}

.card.futured-event-card.mg-bottom-24px {
  transition: none;
}

.card.event-card {
  padding: 56px 24px 64px;
  transition-property: transform;
}

.card.event-card:hover {
  color: var(--neutral-600);
  transform: translate(0, 4px);
}

.card.footer-newsletter-card {
  background-color: var(--primary-2);
  max-width: 400px;
  color: var(--neutral-100);
  background-image: url('../images/footer-newsletter-card-bg-pattern-politician-template.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  align-self: stretch;
  padding: 40px 32px;
  position: relative;
  top: -14px;
}

.card.footer-newsletter-card:hover {
  color: var(--neutral-100);
}

.card.logo-card {
  border-radius: 12px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin-bottom: 24px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 28px 24px;
  transition-property: transform;
  display: flex;
}

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

.card.value-card {
  border-color: var(--neutral-400);
  align-items: center;
  padding: 60px 64px 60px 56px;
  transition: none;
  display: flex;
}

.card.card-v1 {
  flex-flow: column;
  align-items: center;
  transition: none;
  display: flex;
}

.card.blog-post-card {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  padding: 48px 30px 56px;
  transition-property: transform;
  display: block;
}

.card.blog-post-card:hover {
  color: var(--neutral-600);
  transform: translate(0, 4px);
}

.card.media-kit-card {
  background-color: var(--secondary-4);
  background-image: url('../images/media-kit-card-bg-pattern-politician-template.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 400px;
  padding: 40px;
  transition: transform .3s;
  display: flex;
  position: relative;
}

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

.card.donative-card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 35px 24px 48px;
  transition-property: transform;
  display: flex;
}

.card.donative-card:hover {
  color: var(--neutral-600);
  transform: translate(0, 4px);
}

.card.community-card {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 40px 56px;
  transition: transform .3s;
  display: flex;
}

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

.card.contact-link {
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding: 48px;
  display: flex;
}

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

.card.contact-form-card {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
  margin-bottom: 0;
  padding: 72px 49px;
  display: flex;
}

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

.card.author-card {
  flex-direction: column;
  align-items: flex-start;
  padding: 48px 32px 64px;
  display: flex;
  position: sticky;
  top: 48px;
}

.card.donate {
  padding: 64px;
  transition: none;
}

.checkout-form {
  background-color: var(--neutral-200);
  padding: 80px 0 150px;
}

.checkout-block-header {
  border-width: 0;
  padding: 30px 40px 20px;
}

.checkout-block-content {
  background-color: var(--neutral-100);
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding: 10px 40px 40px;
}

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

.title.order-item {
  color: var(--neutral-800);
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none;
  transition-duration: .3s;
}

.title.order-item:hover {
  color: var(--primary-1);
}

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

.title.dropdown-nav-title {
  color: var(--primary-1);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 700;
}

.title.blog-post-card-title {
  margin-bottom: 24px;
  font-size: 27px;
  line-height: 36px;
}

.split-content.checkout-left, .split-content.checkout-right {
  flex-grow: 1;
}

.split-content.header-right {
  z-index: 100;
  align-items: center;
  display: flex;
  position: relative;
}

.split-content.header-left {
  z-index: 99;
  align-items: center;
  display: flex;
  position: relative;
}

.split-content.header-left.mg-left-28px {
  margin-left: 28px;
}

.split-content.get-involved-right {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  max-width: 51%;
  display: flex;
  position: relative;
}

.split-content.get-involved-left {
  flex: 1;
  align-self: center;
  max-width: 45%;
}

.split-content.about-home {
  flex: 1;
  align-self: center;
  max-width: 48%;
  position: relative;
}

.split-content.about-home.left {
  align-items: center;
  display: flex;
}

.split-content.cta-v1-left {
  flex: 1;
  align-self: center;
  max-width: 42%;
  margin-right: 24px;
}

.split-content.cta-v1-right {
  flex: 1;
  max-width: 54%;
  margin-left: 24px;
  position: relative;
}

.split-content.futured-event-card-left-content {
  flex: 1;
  align-self: center;
  max-width: 48%;
  padding: 64px;
}

.split-content.futured-event-card-right-content {
  flex: 1;
}

.split-content.about-hero-left {
  flex: 1;
  align-self: flex-start;
  max-width: 50%;
  margin-top: 48px;
  margin-right: 40px;
}

.split-content.about-hero-right {
  max-width: 46%;
}

.split-content.about-left {
  flex: 1;
  max-width: 48%;
  margin-right: 40px;
}

.split-content.about-right {
  flex: 1;
  align-self: center;
  max-width: 42%;
}

.split-content.cta-v2-left {
  flex: 1;
  max-width: 42%;
  margin-right: 40px;
}

.split-content.cta-v2-right {
  flex: 1;
  max-width: 50%;
}

.split-content.timeline-left {
  align-self: flex-start;
  max-width: 42%;
  position: sticky;
  top: 100px;
}

.split-content.timeline-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 51%;
  display: grid;
}

.split-content.blog-hero-left, .split-content.blog-hero-right {
  max-width: 400px;
}

.split-content.media-kit-left {
  max-width: 40%;
  margin-right: 40px;
}

.split-content.media-kit-right {
  flex: 1;
  max-width: 550px;
}

.split-content.shop-hero-left {
  flex: 1;
  align-self: center;
  max-width: 650px;
  margin-right: 40px;
  padding-top: 48px;
  position: relative;
}

.split-content.shop-hero-right {
  flex: 1;
  max-width: 45%;
  margin-bottom: -213px;
}

.split-content.contact-form-left {
  max-width: 33%;
  margin-right: 40px;
}

.split-content.contact-form-main-wrapper {
  flex: 1;
  max-width: 675px;
}

.split-content.blog-post-body-left {
  flex: 1;
  max-width: 800px;
  margin-right: 40px;
}

.split-content.blog-post-body-right {
  flex: 1;
  align-self: stretch;
  max-width: 325px;
}

.split-content.donate-hero-left {
  flex: 1;
  max-width: 480px;
  margin-right: 40px;
  padding-top: 40px;
}

.split-content.donate-hero-right {
  flex: 1;
  max-width: 580px;
}

.checkout-field-label {
  margin-top: 15px;
  margin-bottom: 10px;
}

.checkout-required-text {
  color: var(--neutral-800);
  font-size: 20px;
}

.checkout-billing-address-toggle {
  align-items: center;
  margin-top: 10px;
}

.checkout-checkbox-label {
  margin-bottom: 0;
}

.checkout-checkbox {
  margin-top: 0;
}

.order-item-list {
  margin-bottom: -40px;
}

.order-item {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.order-item-image {
  align-self: stretch;
  max-width: 80px;
  margin-right: 20px;
}

.image-wrapper.about-home {
  border-radius: 16px;
  width: 100%;
  max-width: 92%;
  height: 100%;
}

.image-wrapper.cta-v1 {
  border-radius: 16px;
  width: 100%;
  max-width: 92%;
  margin-left: auto;
}

.image-wrapper.social-media-card {
  justify-content: center;
  align-items: center;
  min-height: 220px;
  display: flex;
}

.image-wrapper.social-media-card.facebook {
  background-color: #1877f2;
}

.image-wrapper.social-media-card.twitter {
  background-color: #36b9ff;
}

.image-wrapper.social-media-card.instagram {
  background-image: url('../images/instagram-bg-v2-politician-template.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-wrapper.social-media-card.youtube {
  background-color: #fe0000;
}

.image-wrapper.social-media-card.tiktok {
  background-color: #0e121e;
}

.image-wrapper.social-media-card.twitch {
  background-color: #9147ff;
}

.image.order-item-image {
  width: auto;
  height: auto;
}

.image.full-image, .image.about-home {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.image.about-hero {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  margin-bottom: -100px;
  display: block;
}

.image.border-radius-16px {
  border-radius: 16px;
  display: block;
}

.image.shop-hero {
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 12px 0 var(--default-card-shadow);
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.order-item-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-right: 16px;
  display: flex;
}

.order-item-content {
  margin-left: 0;
  margin-right: 20px;
}

.order-item-price {
  color: var(--neutral-800);
  font-weight: 600;
}

.order-item-quantity-result {
  color: var(--neutral-800);
}

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

.checkout-line-item {
  flex-wrap: wrap;
}

.order-summary-subtotal {
  color: var(--neutral-800);
  font-weight: 600;
}

.order-summary-total {
  color: var(--neutral-800);
  font-size: 20px;
}

.discounts {
  border-width: 0;
  flex-direction: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.paypal {
  margin-bottom: 15px;
}

.checkout-hero-wrapper {
  max-width: 550px;
  color: var(--neutral-100);
}

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

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

.cart-button-content {
  color: var(--neutral-800);
  white-space: nowrap;
  background-color: #0000;
  border-radius: 80px;
  padding: 0;
  transition: color .3s;
  display: inline-block;
}

.cart-button-content:hover {
  color: var(--primary-1);
}

.cart-button-content.color-white {
  color: var(--neutral-100);
}

.cart-button-content.color-white:hover {
  color: var(--primary-1);
}

.cart-quantity {
  min-width: auto;
  height: auto;
  color: var(--neutral-800);
  background-color: #0000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
}

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

.cart-container {
  max-width: 600px;
  box-shadow: 0 2px 12px 0 var(--default-card-shadow);
}

.grid-licenses-images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}

.licenses-link-image-container {
  box-shadow: 0 6px 16px 0 var(--default-card-shadow);
  border-radius: 8px;
  transition: transform .35s;
  overflow: hidden;
}

.licenses-link-image-container:hover {
  transform: translate(0, 4px);
}

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

.cart-close-button {
  justify-content: center;
  align-items: center;
  transition: transform .3s;
  display: flex;
}

.cart-close-button:hover {
  transform: scale(1.1);
}

.h1-size {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2em;
}

.h2-size {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2em;
}

.h3-size {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.h4-size {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.rich-text img {
  border-radius: 12px;
  display: block;
}

.rich-text ul, .rich-text ol {
  margin-bottom: 48px;
}

.rich-text p {
  margin-bottom: 32px;
}

.rich-text li {
  margin-bottom: 8px;
}

.rich-text h2 {
  margin-top: 54px;
}

.rich-text h3 {
  margin-top: 48px;
}

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

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

.text-100 {
  font-size: 16px;
  line-height: 18px;
}

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

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

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

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

.text-300.bold.color-white {
  color: var(--neutral-100);
}

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

.text-300.text-uppercase.bold.color-white {
  color: var(--neutral-100);
  letter-spacing: .15em;
  font-size: 18px;
  line-height: 20px;
}

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

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

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

.text-200 {
  line-height: 20px;
}

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

.text-200.medium {
  color: var(--neutral-600);
  font-weight: 500;
}

.brand {
  margin-right: 32px;
  padding-left: 0;
}

.brand.mg-right-0px {
  margin-right: 0;
}

.dropdown-list {
  background-color: #0000;
  padding-top: 35px;
  left: -160px;
}

.dropdown-list.w--open {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 0;
  display: block;
  left: -22px;
}

.dropdown-nav-main-wrapper {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  border-radius: 16px;
  padding: 10px 0 10px 20px;
  overflow: hidden;
  box-shadow: 0 2px 12px #00000014;
}

.dropdown-nav-wrapper {
  align-items: flex-start;
  display: flex;
}

.dropdown-nav-pages-wrapper {
  margin-right: 60px;
}

.dropdown-nav-pages-wrapper.last {
  margin-right: 0;
}

.dropdown-nav-content {
  justify-content: space-between;
  display: flex;
}

.dropdown-nav {
  margin-bottom: 0;
  margin-right: 24px;
  padding-left: 0;
  list-style-type: none;
}

.dropdown-nav-item {
  margin-bottom: 14px;
}

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

.dropdown-nav-link {
  color: var(--neutral-600);
  padding: 0;
  display: inline-block;
}

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

.dropdown-nav-link.white-header:hover {
  color: var(--primary-1);
  display: flex;
}

.dropdown-nav-link.special {
  border-bottom: 3px solid var(--primary-1);
  color: var(--primary-1);
  padding-bottom: 4px;
  font-weight: 800;
  transition: border-color .3s, color .3s;
}

.dropdown-nav-link.special:hover {
  border-bottom-color: var(--secondary-4);
  color: var(--secondary-4);
}

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

.grid-2-columns.home-hero-wrapper {
  justify-content: center;
  display: flex;
}

.grid-2-columns._24-gap, .grid-2-columns.gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

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

._2-button-wrap {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

._2-button-wrap.small-buttons {
  margin-bottom: 0;
  display: block;
}

._2-button-wrap.align-center, ._2-button-wrap.mg-top-40px._1, ._2-button-wrap.home-hero {
  justify-content: center;
}

.home-hero-left-content {
  max-width: 1005px;
}

.home-hero-left-content._2 {
  width: 100%;
  max-width: none;
}

.home-hero-image {
  width: 100%;
  display: block;
}

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

.inner-container-700px.align-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.inner-container-500px.align-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.inner-container-600px.align-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subtitle {
  color: var(--elements-webflow-library--neutral--100);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

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

.split {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.split.wrap {
  flex-flow: column;
}

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

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

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

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

.checkmark {
  background-color: var(--primary-1);
  width: 28px;
  height: 28px;
  color: var(--secondary-3);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-family: Icons politician x template, sans-serif;
  display: flex;
}

.checkmark-list-item {
  color: var(--neutral-800);
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.checkmark-list-item.mg-bottom-0px {
  margin-bottom: 0;
}

.list-column {
  margin-bottom: 0;
  margin-right: 16px;
  padding-left: 0;
}

.list-column.last {
  margin-right: 0;
}

.relative {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}

.about-home-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.avatar {
  object-fit: cover;
  flex: none;
}

.avatar._64px {
  width: 64px;
}

.avatar.round {
  border-radius: 100%;
}

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

.about-home-stats-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  position: absolute;
  top: 160px;
  left: auto;
  right: 0;
}

.cta-wrapper.v1 {
  background-color: var(--secondary-4);
  background-image: url('../images/cta-bg-pattern-01-politician-template.svg'), url('../images/cta-bg-pattern-02-politician-template.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta-wrapper.v2 {
  background-color: var(--primary-2);
  color: var(--neutral-400);
  background-image: url('../images/cta-v2-bg-pattern-politician-template.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  padding: 120px 80px;
  overflow: hidden;
}

.cta-content {
  justify-content: space-between;
  display: flex;
}

.cta-content.v2 {
  align-items: center;
}

.cta-v1-form {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.submit-button {
  background-color: var(--primary-1);
  color: var(--neutral-100);
  text-align: center;
  border: 1px solid #0000;
  border-radius: 0;
  padding: 24px 36px;
  font-weight: 700;
  line-height: 20px;
  transition: border-color .3s, transform .3s, color .3s, background-color .3s;
}

.submit-button:hover {
  border: 1px solid var(--primary-1);
  color: var(--primary-1);
  background-color: #0000;
}

.submit-button.full-width {
  align-self: stretch;
  width: 100%;
  display: block;
}

.submit-button.white:hover {
  border-color: var(--neutral-100);
  color: var(--neutral-100);
}

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

.success-message.small {
  background-color: var(--primary-1);
  color: var(--neutral-100);
  border-radius: 8px;
  padding: 24px;
  font-weight: 600;
}

.error-message {
  background-color: var(--neutral-800);
  color: var(--neutral-100);
  text-align: center;
  border-radius: 8px;
  margin-top: 20px;
  padding: 24px 24px 24px 23px;
}

.error-message.cart-error-message {
  text-align: center;
  margin: 0 32px 40px;
}

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

.content-top.title-button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 48px;
  display: grid;
}

.content-top.title-paragraph {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 48px;
  display: grid;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.false-mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.testimonial-social-icon {
  background-color: var(--neutral-800);
  width: 50px;
  height: 50px;
  color: var(--neutral-100);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-family: Icons politician x template, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.testimonial-social-icon.instagram {
  background-image: radial-gradient(circle farthest-side at 0 110%, #ffcd6a, #fa9238 41%, #f4783b 52%, #eb4241 81%, #c84368 94%, #b43c90);
  font-size: 26px;
}

.testimonial-social-icon.twitter {
  background-color: #25b3ff;
}

.testimonial-social-icon.facebook {
  background-color: #1877f2;
}

.card-avatar-main-wrapper {
  align-items: center;
  display: flex;
}

.mask {
  position: relative;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.slider-arrow-v1 {
  background-color: var(--secondary-4);
  width: 64px;
  height: 64px;
  color: var(--neutral-100);
  transform-style: preserve-3d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Icons politician x template, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1em;
  transition: transform .3s, background-color .3s;
  display: flex;
}

.slider-arrow-v1:hover {
  background-color: var(--primary-1);
  transform: translate(4px);
}

.slider-arrow-v1:active {
  transform: scale3d(.94, .94, .01)translate(4px);
}

.slider-arrow-v1.left {
  transform-style: preserve-3d;
  left: -16px;
}

.slider-arrow-v1.left:hover {
  transform: translate(-4px);
}

.slider-arrow-v1.left:active {
  transform: scale3d(.8, .8, .01)translate(-4px);
}

.slider-arrow-v1.right {
  right: -16px;
}

.about-event-wrapper {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-separator {
  background-color: var(--neutral-400);
  width: 1.6em;
  min-height: 1px;
  margin-left: 1em;
  margin-right: 1em;
}

.text-separator.about-blog-post {
  width: 28.5px;
  margin-left: .8em;
  margin-right: .8em;
}

.link-arrow {
  margin-left: 8px;
  font-family: Icons politician x template, sans-serif;
  display: inline-block;
  position: relative;
  top: 1px;
}

.link-arrow.reversed {
  margin-left: 0;
  margin-right: 8px;
  font-size: 16px;
  top: 0;
}

.footer-column {
  margin-right: 40px;
}

.footer-column.footer-menu-nav-main-wrapper {
  justify-content: space-between;
  max-width: 360px;
  display: flex;
}

.footer-column.first {
  max-width: 334px;
}

.footer-title {
  color: var(--neutral-800);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-weight: 700;
  line-height: 20px;
}

.footer-link {
  color: var(--neutral-600);
  white-space: nowrap;
  text-decoration: none;
  transition: color .35s;
}

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

.footer-link.special-link {
  border-bottom: 3px solid var(--primary-1);
  color: var(--primary-1);
  padding-bottom: 3px;
  font-weight: 700;
  transition: border-color .35s, color .35s;
  display: inline-block;
}

.footer-link.special-link:hover {
  border-bottom-color: var(--secondary-4);
  color: var(--secondary-4);
}

.footer-content-top {
  justify-content: space-between;
  margin-bottom: 65px;
  display: flex;
}

.footer-content-bottom {
  border-top: 1px solid var(--neutral-400);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 32px;
  display: flex;
}

.footer-content-bottom.center {
  text-align: center;
  justify-content: center;
}

.footer-newsletter-icon {
  margin-bottom: 16px;
  display: block;
}

.footer-newsletter-form-block {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 0;
}

.footer-menu-wrapper {
  margin-right: 40px;
}

.footer-menu-wrapper.last {
  margin-right: 0;
}

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

.footer-contact-links-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 250px;
  margin-top: 32px;
  margin-bottom: -16px;
  display: flex;
}

.footer-contact-link {
  align-items: center;
  margin-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.social-links-wrapper {
  flex-wrap: wrap;
  margin-bottom: -8px;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.social-link {
  border: 1px solid var(--primary-1);
  background-color: var(--primary-1);
  width: 32px;
  height: 32px;
  color: var(--neutral-100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  font-family: Icons politician x template, sans-serif;
  font-size: 15px;
  line-height: 1em;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.social-link:hover {
  color: var(--primary-1);
  background-color: #0000;
  transform: translate(0, 2px);
}

.social-link.instagram {
  font-size: 18px;
}

.bg {
  position: absolute;
}

.bg.top-half {
  z-index: -1;
  background-color: var(--neutral-200);
  min-height: 50%;
  inset: 0% 0% auto;
}

.bg.overlay-w-hover {
  background-color: var(--neutral-800);
  opacity: 0;
  transition: opacity .3s;
  inset: 0%;
}

.bg.overlay-w-hover:hover {
  opacity: .2;
}

.about-hero-main-wrapper {
  justify-content: space-between;
  display: flex;
}

.narrow-section {
  flex-flow: row;
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
}

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

.logo-bar {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -24px;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.logo-bar-main-wrapper {
  text-align: center;
  margin-top: 20px;
}

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

.inner-container-400px.align-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.inner-container-450px {
  max-width: 450px;
}

.value-card-content {
  margin-left: 24px;
}

.icon {
  flex: none;
}

.icon.round-icon {
  border-radius: 100%;
}

.icon.donation-package {
  max-width: 160px;
  margin-bottom: 24px;
  display: block;
}

.icon.home-about-movement {
  width: 180px;
}

.icon.home-about-movement._1 {
  width: 100px;
}

.inner-container-300px {
  max-width: 300px;
}

.accent-line {
  background-color: var(--primary-1);
  width: 5em;
  min-height: 1px;
}

.accent-line.thick {
  width: 3em;
  min-height: 5px;
}

.accent-line.large {
  width: 100px;
  min-height: 3px;
}

.accent-line.media-kit-card {
  width: 4.2em;
  min-height: 5px;
}

.timeline-main-wrapper {
  justify-content: space-between;
  display: flex;
}

.blog-hero-wrap {
  justify-content: center;
  align-items: center;
  padding-bottom: 58px;
  display: flex;
}

.categories-wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.categories-main-wrapper {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: -16px;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.blog-grid {
  grid-column-gap: 26px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-blog-post-wrapper {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.pagination {
  align-items: flex-start;
  margin-top: 60px;
}

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

.media-kit-card-content {
  z-index: 2;
  position: relative;
}

.shop-hero-wrapper {
  justify-content: space-between;
  display: flex;
}

.shop-card-wrapper {
  grid-column-gap: 26px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cms-empty-state {
  border: 1px solid var(--primary-2);
  color: var(--primary-2);
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  padding: 32px;
}

.cms-empty-state.small {
  padding-top: 18px;
  padding-bottom: 18px;
}

.contact-form-main-wrap {
  justify-content: space-between;
  display: flex;
}

.contact-form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-social-link {
  background-color: var(--neutral-800);
  width: 32px;
  height: 32px;
  color: var(--neutral-100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  font-family: Icons politician x template, sans-serif;
  font-size: 15px;
  line-height: 1em;
  text-decoration: none;
  transition: transform .3s, background-color .3s;
  display: flex;
}

.contact-social-link:hover {
  color: var(--neutral-100);
  transform: translate(0, 2px);
}

.contact-social-link.facebook {
  background-color: #2d89ff;
}

.contact-social-link.twitter {
  background-color: #25b3ff;
}

.contact-social-link.instagram {
  background-image: url('../images/instagram-bg-politician-template.png');
  background-position: 0 0;
  background-size: contain;
  font-size: 20px;
}

.contact-social-link.linkedin {
  background-color: #0966c2;
  font-size: 14px;
}

.contact-social-link.youtube {
  background-color: #ff0300;
}

.contact-paragraph {
  margin-bottom: 40px;
}

.image-full-width-left {
  width: 46%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-full-width-left.contact-faqs {
  background-image: url('../images/faqs-politician-template.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.faq-item {
  border-bottom: 1px solid var(--neutral-500);
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
}

.faq-item.last {
  border-bottom-style: none;
}

.faq-top-content {
  color: var(--neutral-800);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-content {
  max-width: 480px;
  overflow: hidden;
}

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

.faq-icon {
  font-family: Icons politician x template, sans-serif;
  font-size: 24px;
  line-height: 1em;
}

.image-full-width-right {
  width: 46%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-full-width-right.community-hero {
  background-image: url('../images/community-hero-politician-template.jpg');
  background-position: 100%;
  background-size: cover;
  border-radius: 20px;
}

.small-2-button-wrap {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.social-media-card-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 28px 48px;
  display: flex;
}

.bold {
  font-weight: 700;
}

.cart-wrapper {
  background-color: #0e121ecc;
}

.arrow-link-wrapper {
  color: var(--primary-1);
  text-decoration: none;
  display: inline-block;
}

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

.inner-container-800px {
  max-width: 800px;
}

.cart-header {
  border-bottom-color: var(--neutral-400);
  padding: 40px 32px;
}

.cart-list {
  padding: 0;
}

.cart-item {
  align-items: center;
  padding: 32px;
}

.cart-item:nth-child(2n) {
  background-color: var(--neutral-200);
}

.shipping-method {
  border: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.shipping-method-list {
  border: 1px #000;
}

.remove-button {
  background-color: var(--neutral-800);
  color: var(--neutral-100);
  text-align: center;
  border-radius: 8px;
  align-self: flex-start;
  margin-top: 8px;
  padding: 8px 12px;
  text-decoration: none;
  transition-property: transform;
}

.remove-button:hover {
  color: var(--neutral-100);
  transform: translate(0, 4px);
}

.cart-footer {
  border-top-color: var(--neutral-400);
  padding: 40px 32px;
}

.cart-empty-state {
  flex-direction: column;
  padding-left: 24px;
  padding-right: 24px;
}

.blog-post-body-wrapper, .donate-hero-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.price {
  margin-bottom: 48px;
}

.donate-card-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 308px;
  display: flex;
}

.hover-scale {
  transform-style: preserve-3d;
  transition: transform .3s, color .3s;
}

.hover-scale:hover {
  transform: scale3d(.94, .94, 1.01);
}

.title-link {
  text-decoration: none;
  transition: color .3s;
}

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

.heading-size-h3 {
  color: var(--neutral-800);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.heading-size-h3.mg-bottom-24px {
  margin-bottom: 24px;
}

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

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
  font-weight: 400;
}

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.line-square-icon.top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

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

.social-icon-font {
  font-family: Social Icons Font, sans-serif;
  line-height: 21px;
}

.btn-index {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 8px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-index:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-index.button-row {
  margin-right: 28px;
}

.btn-index.no-hover:hover {
  background-color: #4a3aff;
  transform: none;
}

.btn-index.white {
  color: #4a3aff;
  background-color: #fff;
}

.btn-index.white:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
}

.btn-index.white.no-hover:hover {
  background-color: #fff;
  transform: none;
}

.figma-file-image-wrapper {
  width: 100%;
  max-width: 640px;
}

.card-home-pages-wrapper {
  padding-top: 56px;
  padding-left: 56px;
  padding-right: 56px;
}

.card-sales-home-image {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
}

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

.card-index {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 14px #0e121e0a;
}

.card-index.sales-home-page {
  text-align: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card-index.sales-home-page:hover {
  transform: scale(.96);
}

.card-index.buy-now {
  background-color: #4a3aff;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.card-index.buy-now:hover {
  transform: scale(.95);
}

.card-index.buy-now.white {
  background-color: #fff;
}

.card-index.figma-file {
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
  overflow: hidden;
}

.card-index.extra-components {
  margin-bottom: 36px;
  padding: 32px 24px;
}

.home-pages-top-wrapper {
  justify-content: center;
  margin-bottom: 25px;
  display: flex;
  position: static;
}

.image-home-link-wrapper {
  max-width: 400px;
  transform-style: preserve-3d;
  border-radius: 28px;
  flex: none;
  margin-left: 12px;
  margin-right: 12px;
  transition: transform .3s, color .3s;
  overflow: hidden;
  box-shadow: 0 6px 16px #4a3aff30;
}

.image-home-link-wrapper:hover {
  transform: scale3d(.98, .98, 1.01);
}

.figma-file-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 56px;
  padding-right: 30px;
  display: flex;
}

.figma-file-text-wrapper.pd-large {
  padding-left: 100px;
  padding-right: 90px;
}

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

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

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

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

.home-surprises-card {
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b14;
}

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

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

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

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

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

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

.inner-container._805px {
  max-width: 805px;
}

.inner-container._960px {
  max-width: 960px;
}

.inner-container._430px {
  max-width: 430px;
}

.inner-container._430px._100---tablet.news {
  width: 100%;
  max-width: none;
}

.inner-container._738px {
  max-width: 738px;
}

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

.position-relative {
  position: relative;
}

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

.display-4 {
  color: var(--neutral-800);
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

.cta-square-logo {
  border-radius: 22px;
  margin-bottom: 22px;
  box-shadow: 0 8px 28px #14142b1a;
}

.cta-square-logo.white {
  border: 1px solid #f7f7fc;
}

.home-pages-cointainer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 90px;
  display: flex;
}

.card-sales-home-content {
  text-align: center;
  padding: 32px;
}

.card-sales-home-content.border-top-1px {
  border-top: 1px solid var(--neutral-300);
}

.color-neutral-100 {
  color: #fff;
}

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

.cta-image-card {
  width: 1140px;
  max-width: 1140px;
  margin-top: 52px;
  margin-bottom: -23px;
}

.color-neutral-600 {
  color: #6e7191;
}

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

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

.badge-home {
  color: var(--neutral-800);
  background-color: #fff;
  border-radius: 50px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.bg-header {
  background-color: var(--secondary-4);
  height: 105px;
}

.elements-wrapper {
  margin-bottom: 200px;
}

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

.footer-top {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto auto auto;
  margin-bottom: 100px;
}

.pd-top-50px-responsive {
  padding-top: 50px;
}

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

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

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

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

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: #4a3aff;
}

.link-wrapper.white {
  color: #fff;
}

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

.link-wrapper.white.text-bold {
  font-weight: 700;
}

.line-rounded-icon-bar {
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon-bar.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

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

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

.paragraph-notification-bar {
  line-height: 20px;
}

.paragraph-notification-bar.list {
  line-height: 24px;
}

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

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.brix---paragraph-default._1 {
  color: var(--elements-webflow-library--neutral--600);
  letter-spacing: .15px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h2-size {
  color: var(--neutral-100);
  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: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

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

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---cta-bg-overlay {
  background-image: linear-gradient(#0009, #0009);
  align-items: center;
  min-height: 80vh;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---mg-bottom-0._1 {
  color: var(--neutral-700);
  margin-top: 20px;
  padding-top: 0;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---heading-h5-size {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

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

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

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

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

.brix---heading-h2-size-2 {
  margin-top: 20px;
  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: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---subtitle {
  color: var(--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---subtitle._2-button-wrap {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---image-wrapper-br-24px-shadow {
  box-shadow: 0 14px 42px 0 var(--semi-transparent);
  border-radius: 20px;
  overflow: hidden;
}

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

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block {
  border-left: 3px solid var(--primary-1);
  padding-left: 20px;
}

.div-block-2, .div-block-3 {
  padding-left: 20px;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 8px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  background-color: var(--primary-2);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 0;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---grid-2-columns-2-col-mbl-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 40px;
  display: grid;
}

.brix---grid-2-columns-2-col-mbl-2._1 {
  padding-top: 0;
}

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

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Thicccboi, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h2-size-3._1 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 25px;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---link-wrapper-color-primary {
  color: var(--elements-webflow-library--accent--primary-1);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---flex-center {
  justify-content: center;
  display: flex;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---display-2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

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

.brix---grid-stats-v1 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

._2 {
  border-radius: 20px;
  margin-bottom: 20px;
}

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

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--800);
}

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

.list-2 {
  color: var(--secondary-2);
}

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

.list-item._1, .list-item-2, .list-item-3 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---square-icon-56px {
  border-radius: 8px;
  width: 56px;
}

.brix---grid-content-section-v6 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-1068px-center {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---image-2 {
  border-radius: 20px;
}

.brix---image-wrapper-br-24px-shadow-2 {
  box-shadow: 0 14px 42px 0 var(--semi-transparent);
  border-radius: 20px;
  overflow: hidden;
}

.brix---btn-secondary-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

.brix---heading-h5-size-2 {
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--600);
}

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

.brix---heading-h1-size-2 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Thicccboi, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---grid-2-columns-2-col-mbl-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

.brix---heading-h2-size-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

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

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---team-v9-overlay {
  background-color: var(--semi-transparent);
  width: 100%;
  height: 100%;
}

.brix---team-v9-overlay._1 {
  background-color: var(--semi-transparent);
}

.brix---text-200-medium {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---heading-h3-size-2 {
  color: var(--neutral-100);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---team-content-v9 {
  z-index: 1;
  text-align: center;
  text-decoration: none;
  position: absolute;
}

.brix---team-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---avatar-image-100 {
  width: 100%;
}

.brix---team-v9-wrapper {
  border-radius: 10px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  position: relative;
  overflow: hidden;
}

.brix---grid-3-columns-gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#000, #fff);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---paragraph-default-3 {
  color: var(--secondary-3);
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-3._1 {
  color: var(--neutral-800);
}

.brix---color-neutral-809 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---heading-h2-size-5 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h2-size-5._1 {
  color: var(--primary-1);
}

.brix---color-neutral-810 {
  color: var(--elements-webflow-library--neutral--800);
}

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

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

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

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

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---container-default-3._1 {
  max-width: 800px;
}

.brix---section-4 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---bg-image-full-width-2 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-secondary-3 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-3:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-3 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-3:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-3 {
  margin-right: 24px;
}

.brix---buttons-row-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---color-neutral-811 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---heading-h1-size-3 {
  color: var(--neutral-100);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Thicccboi, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-812 {
  color: var(--elements-webflow-library--neutral--800);
}

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

.brix---hero-bg-image-light {
  background-image: linear-gradient(#00000080, #00000080), url('../images/analytics-blur-chart-590020.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

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

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library--neutral--800);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link {
  width: 100%;
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  min-width: 280px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  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: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

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

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

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

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

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

.brix---header-wrapper-transparent {
  background-color: #0000;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

.brix---position-relative {
  position: relative;
}

.brix---paragraph-default-4 {
  text-align: center;
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h3-size-3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Thicccboi, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-813 {
  color: var(--elements-webflow-library--neutral--800);
}

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

.brix---heading-h1-size---mg-0 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---circle-number {
  background-color: var(--elements-webflow-library--secondary--color-2);
  width: 160px;
  min-width: 160px;
  height: 160px;
  min-height: 160px;
  color: var(--elements-webflow-library--accent--primary-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

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

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

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---subtitle-2 {
  color: var(--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---inner-container-640px---center-2 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-5 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---btn-secondary-white-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-2:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white-2 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---color-neutral-814 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---grid-cta-v10-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .78fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---cta-bg-overlay-2 {
  background-image: linear-gradient(#0009, #0009);
  align-items: center;
  min-height: 80vh;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---text-300-medium {
  color: var(--elements-webflow-library--neutral--100);
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

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

.brix---heading-h3-size-4 {
  color: var(--neutral-100);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---heading-h3-size-link {
  color: var(--elements-webflow-library--neutral--800);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  transition: color .3s;
}

.brix---heading-h3-size-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

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

.brix---avatar-image-link {
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---avatar-circle-07 {
  border-radius: 50%;
  width: 90px;
  max-width: 240px;
  height: 90px;
  max-height: 240px;
  overflow: hidden;
  transform: translate(0);
}

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

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

.brix---heading-h2-size-6 {
  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: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-815 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---section-6 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

._3 {
  font-size: 30px;
}

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

.brix---btn-slider-arrow-right---top-right {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-slider-arrow-right---top-left {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: -100px 84px auto auto;
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: center;
  justify-items: center;
}

.brix---paragraph-default-5 {
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-816 {
  color: var(--elements-webflow-library--neutral--600);
}

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

.brix---text-200-medium-2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---color-accent-3 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-uppercase-2 {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---heading-h3-size-5 {
  color: var(--neutral-100);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---heading-h3-size-link-2 {
  color: var(--elements-webflow-library--neutral--800);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  transition: color .3s;
}

.brix---heading-h3-size-link-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

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

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

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

.brix---avatar-image-link-2 {
  transition: transform .3s;
}

.brix---avatar-image-link-2:hover {
  transform: scale(1.1);
}

.brix---avatar-circle-06 {
  border-radius: 50%;
  width: 160px;
  max-width: 160px;
  height: 160px;
  max-height: 160px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-team-v1 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 24px 56px;
  display: flex;
}

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---slider-mask-width-388px {
  max-width: 388px;
  height: 100%;
  overflow: visible;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---heading-h2-size-7 {
  width: 574px;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-817 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---inner-container-547px {
  max-width: 574px;
}

.brix---container-default-4 {
  max-width: 1218px;
  margin-top: 102px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-overflow-hidden {
  padding-top: 176px;
  padding-bottom: 176px;
  overflow: hidden;
}

.brix---team-v8-overlay {
  background-image: linear-gradient(180deg, #0000, var(--primary-2));
  height: 80%;
  position: absolute;
  inset: auto 0% 0%;
}

.brix---color-neutral-818 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---team-v8-content {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.brix---team-text-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---team-member-wrapper-v8 {
  border-radius: 10px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  position: relative;
  overflow: hidden;
}

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

.brix---color-neutral-819 {
  width: auto;
  color: var(--elements-webflow-library--neutral--800);
}

.brix---inner-container-574px---center-2 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

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

.brix---section-7 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 100px;
  padding-bottom: 176px;
}

.padding-section-large {
  padding-top: 11.5rem;
  padding-bottom: 7rem;
}

.layout41_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-size-medium {
  font-size: 1.125rem;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.margin-bottom, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.brix---image-wrapper-br-24px-shadow-3 {
  box-shadow: 0 14px 42px 0 var(--semi-transparent);
  border-radius: 24px;
  overflow: hidden;
}

.brix---btn-secondary-4 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-4:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-4 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-4:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-4 {
  margin-right: 24px;
}

.brix---buttons-row-4 {
  align-items: center;
  display: flex;
}

.brix---heading-h5-size-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---heading-h1-size-4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-820 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---grid-2-columns-2-col-mbl-4 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

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

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

.brix---bg-split-v4-right {
  z-index: -2;
  background-color: var(--elements-webflow-library--accent--primary-1);
  width: 100%;
  max-width: 40%;
  min-height: 600px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.brix---bg-split-v4-left {
  z-index: -2;
  background-color: var(--elements-webflow-library--neutral--200);
  width: 100%;
  max-width: 60%;
  min-height: 600px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---floating-image-hero-v2---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: -1% auto auto -21%;
  transform: rotate(140deg);
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

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

.brix---btn-circle-secondary:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---mg-top-56px {
  margin-top: 56px;
}

.brix---color-neutral-821 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---grid-hero-v4 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---section-hero-v4 {
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.brix---link-icon-right-2 {
  margin-left: 6px;
}

.brix---text-200-bold-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---display-4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---color-neutral-822 {
  color: var(--elements-webflow-library--neutral--800);
}

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

.brix---link-content {
  color: var(--elements-webflow-library--neutral--600);
  text-decoration: none;
}

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

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

.brix---inner-container-1000px-center {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.brix---subtitle-3 {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---inner-container-490px-center {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.pagination-2 {
  margin-top: 20px;
}

.text-block {
  font-size: 16px;
}

.icon-2 {
  max-width: none;
  max-height: none;
}

.display-2 {
  color: #0a1316;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.115em;
}

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

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

.flex-horizontal.space-between.gap-16px---flex-wrap {
  align-items: flex-start;
}

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

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

.heading-h4-size {
  color: #0a1316;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.273em;
}

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

.mg-bottom-0:hover {
  color: var(--primary-1);
}

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

.section-2.top-bottom-180px {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-2.top-bottom-180px.bg-secondary-3 {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 100px;
  padding-bottom: 100px;
}

.divider-2 {
  background-color: #c5cbce;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider-2._54px {
  margin-top: 54px;
  margin-bottom: 54px;
}

.card-2 {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #e4e6e7;
  border-radius: 16px;
  overflow: hidden;
}

.card-2.faqs {
  padding: 70px 74px 92px;
}

.card-2.faqs._01 {
  padding: 48px 56px;
}

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

.brix---btn-circle-accordion-btn:hover {
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---paragraph-default-6 {
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-823 {
  color: var(--elements-webflow-library--neutral--600);
}

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

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

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

.brix---color-neutral-824 {
  color: var(--elements-webflow-library--neutral--800);
}

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

.brix---accordion-content-wrapper-v2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.brix---accordion-item-wrapper-v3-last {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-last:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3-first {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 0 0 40px;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first:hover {
  transform: translate(8px);
}

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

.brix---accordion-v3-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  padding: 88px 74px;
}

.brix---inner-container-1012px-center {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 50px;
}

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

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

.brix---inner-container-574px---center-3 {
  margin-left: auto;
  margin-right: auto;
}

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

.brix---container-default-6 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-8 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.brix---border-radius-24px-2 {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---link-icon-right-3 {
  margin-left: 6px;
}

.brix---text-200-bold-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-4 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---link-wrapper-2 {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---paragraph-default-7 {
  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: 18px;
  line-height: 30px;
}

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

.brix---heading-h3-size-6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Thicccboi, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
}

.brix---color-neutral-825 {
  color: var(--elements-webflow-library--neutral--800);
}

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

.brix---card-link-content-left-fw {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  transform-style: preserve-3d;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px 32px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---card-link-content-left-fw:hover {
  transform: scale3d(.94, .94, 1.01);
}

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

.brix---heading-h2-size-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-12px-2 {
  margin-bottom: 12px;
}

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-600px---center-2._2 {
  max-width: none;
}

.brix---section-9 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-2 {
  font-family: Thicccboi, sans-serif;
}

.paragraph-2._2 {
  margin-bottom: 0;
}

.paragraph-3, .paragraph-4 {
  font-family: Thicccboi, sans-serif;
}

.bold-text-2 {
  color: var(--elements-webflow-library--neutral--100);
  font-weight: 500;
}

.bold-text-3 {
  font-weight: 500;
}

.foot {
  font-size: 16px;
}

._1-2 {
  color: #fff;
  text-align: center;
  background-color: #1e5903;
  width: 231px;
  margin-left: 0;
  padding: 12px 10px;
  font-size: 16px;
}

._1-2.w--current {
  margin-left: 0;
}

._1-2.w--current:lang(en) {
  color: #fff;
  background-color: #000;
}

._1-2.first {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

._1-2.first:hover {
  color: #f4f1ec;
}

._1-2.first.w--current {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

._1-2.fifth {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.tabs-menu {
  text-align: left;
  justify-content: center;
  margin-top: 100px;
  display: flex;
}

.brix---inner-container-574px---center-4 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.text-block-3 {
  font-size: 18px;
}

.brix---text-200-medium-3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 20px;
}

.brix---section-10 {
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---team-v9-wrapper-2 {
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  transition: transform .3s, color .3s;
  position: relative;
  overflow: hidden;
}

.brix---color-neutral-826 {
  color: #211f54;
}

.brix---container-default-7 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.tab-link-tab-2 {
  background-color: #73bd20;
}

.tab-link-tab-2._1-2 {
  color: #fff;
  background-color: #1e5903;
  margin-left: 0;
  font-size: 16px;
}

.brix---color-neutral-827 {
  color: #6e7191;
}

.brix---heading-h2-size-10 {
  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: 48px;
  font-weight: 700;
  line-height: 50px;
}

.brix---bg-overlay-team-v12 {
  background-image: linear-gradient(#1e5903d9, #1e5903d9);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.brix---team-v13-content {
  z-index: 1;
  text-decoration: none;
  position: absolute;
  inset: auto auto 40px 32px;
}

.text {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
}

.brix---color-neutral-828 {
  color: #fff;
}

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

.overlay {
  opacity: 0;
  cursor: none;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-card {
  border-radius: 16px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.brix---paragraph-default-8 {
  color: #2e2e2e;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

._1-3 {
  color: #fff;
  text-align: center;
  background-color: #1e5903;
  width: 231px;
  margin-left: 0;
  padding: 12px 10px;
  font-size: 16px;
}

._1-3.w--current {
  margin-left: 0;
}

._1-3.w--current:lang(en) {
  color: #fff;
  background-color: #000;
}

._1-3.first {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

._1-3.first:hover {
  color: #f4f1ec;
}

._1-3.first.w--current {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

._1-3.fifth {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.brix---inner-container-574px---center-5 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.text-block-4 {
  font-size: 18px;
}

.brix---text-200-medium-4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 20px;
}

.brix---section-11 {
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---team-v9-wrapper-3 {
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  transition: transform .3s, color .3s;
  position: relative;
  overflow: hidden;
}

.brix---color-neutral-829 {
  color: #211f54;
}

.brix---color-neutral-830 {
  color: #6e7191;
}

.brix---heading-h2-size-11 {
  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: 48px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-831 {
  color: #fff;
}

.brix---paragraph-default-9 {
  color: #2e2e2e;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.collection-list {
  display: block;
}

@media screen and (min-width: 1280px) {
  .brix---container-default-7 {
    max-width: 1360px;
  }
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.home-hero-wrapper {
    grid-template-columns: .75fr 1fr;
  }

  .brix---grid-stats-v1 {
    grid-column-gap: 100px;
  }

  .brix---grid-hero-v4 {
    grid-column-gap: 90px;
  }
}

@media screen and (min-width: 1920px) {
  .image-home-link-wrapper {
    max-width: 560px;
  }
}

@media screen and (max-width: 991px) {
  blockquote {
    padding: 80px 44px;
    font-size: 20px;
    line-height: 36px;
  }

  .mg-right-24px.mg-bt-16px {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .style-guide-sidebar {
    display: none;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .style-guide-content {
    max-width: 100%;
    margin-left: 0;
  }

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

  .style-guide-header {
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-guide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .style-guide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .button-primary._2-buttons.donate {
    width: 75%;
  }

  .button-secondary.small._2-buttons {
    margin-right: 16px;
  }

  .button-secondary.small.button-white-in-mobile {
    color: var(--neutral-100);
    background-color: #0000;
  }

  .button-secondary.small.button-white-in-mobile:hover {
    background-color: var(--primary-1);
    color: var(--neutral-100);
  }

  .button-secondary.donate {
    width: 75%;
  }

  .header-navigation {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-item-wrapper {
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link {
    font-size: 20px;
    line-height: 1.6em;
  }

  .menu-button {
    background-color: var(--primary-1);
    color: #fff;
    border: 1px solid #0000;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 30px;
    transition: border-color .3s, transform .3s, background-color .3s;
    display: flex;
  }

  .menu-button:hover {
    border-color: var(--secondary-3);
    background-color: var(--secondary-4);
    transform: translate(0, 2px);
  }

  .menu-button.w--open {
    background-color: var(--primary-1);
  }

  .nav-menu {
    background-color: var(--neutral-100);
    flex: 1;
    width: 100%;
    padding: 110px 24px 36px;
    inset: 0%;
  }

  .nav-menu.absolute-header {
    background-color: var(--primary-2);
  }

  .display-1 {
    font-size: 100px;
  }

  .display-1.color-white {
    font-size: 45px;
  }

  .footer {
    padding-top: 120px;
  }

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

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

  .section.home-hero {
    background-image: linear-gradient(#00000080, #00000080), url('../images/image-asset.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    min-height: 50vh;
    padding-top: 230px;
    display: block;
  }

  .section.home-hero._2 {
    min-height: 100vh;
    padding-top: 282px;
  }

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

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

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

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

  .section.community {
    flex-direction: column;
    min-height: auto;
    padding-top: 180px;
    padding-bottom: 0;
    display: flex;
  }

  .section.blog-post {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .section.donate {
    background-image: linear-gradient(to bottom, transparent 90%, var(--neutral-200) 90%);
    padding-top: 180px;
  }

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

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

  ._404-title {
    font-size: 120px;
    line-height: 124px;
  }

  .container-medium-761px.changelog {
    margin-top: -160px;
  }

  .card.quote-card {
    margin-right: 24px;
    position: absolute;
    inset: auto auto -24px 0;
  }

  .card.cta-v1 {
    z-index: 1;
    max-width: 100%;
    margin-top: -95px;
    margin-left: 24px;
    margin-right: 24px;
    position: relative;
    top: auto;
    left: auto;
  }

  .card.futured-event-card.mg-bottom-24px {
    min-height: auto;
  }

  .card.footer-newsletter-card {
    width: 100%;
    max-width: 100%;
    margin-top: 64px;
    top: 0;
  }

  .card.logo-card {
    flex: 0 auto;
  }

  .card.value-card {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .card.donative-card, .card.contact-link {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.contact-form-card {
    padding: 64px 40px;
  }

  .card.donate {
    padding: 40px 40px 56px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 60px;
    padding-right: 60px;
  }

  .split-content.checkout-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.header-right {
    flex: 1;
    justify-content: space-between;
    position: static;
  }

  .split-content.header-left {
    z-index: 99;
    position: static;
  }

  .split-content.header-left.mg-left-28px {
    margin-left: 0;
  }

  .split-content.get-involved-left, .split-content.about-home {
    align-self: stretch;
  }

  .split-content.cta-v1-left {
    max-width: 56%;
  }

  .split-content.cta-v1-right {
    flex-direction: column;
    max-width: 40%;
    display: flex;
  }

  .split-content.futured-event-card-left-content {
    max-width: 100%;
    padding: 48px 40px;
  }

  .split-content.futured-event-card-right-content {
    max-width: 46%;
  }

  .split-content.about-hero-left {
    max-width: 58%;
    margin-top: 0;
  }

  .split-content.about-hero-right {
    max-width: 38%;
  }

  .split-content.about-left, .split-content.about-right {
    max-width: 100%;
  }

  .split-content.cta-v2-left {
    flex: 0 auto;
    max-width: 39%;
    margin-right: 32px;
  }

  .split-content.cta-v2-right {
    max-width: 80%;
  }

  .split-content.blog-hero-left {
    margin-right: 40px;
  }

  .split-content.media-kit-left {
    max-width: 34%;
  }

  .split-content.shop-hero-left {
    padding-top: 0;
  }

  .split-content.shop-hero-right {
    align-self: stretch;
    margin-bottom: 0;
  }

  .split-content.contact-form-left {
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.contact-form-main-wrapper {
    max-width: 100%;
  }

  .split-content.blog-post-body-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .image-wrapper.about-home {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-wrapper.cta-v1 {
    max-width: 100%;
  }

  .image.about-home._02 {
    object-position: 0% 0%;
  }

  .image.about-hero {
    object-position: 90% 50%;
    height: 75%;
    margin-bottom: 0;
  }

  .cart-button-content {
    margin-right: 32px;
  }

  .cart-container {
    max-width: 75%;
  }

  .brand {
    z-index: 99;
    margin-right: 30px;
  }

  .dropdown-list {
    padding: 0;
    position: static;
    left: auto;
  }

  .dropdown-nav-main-wrapper {
    box-shadow: none;
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    padding: 0;
  }

  .dropdown-nav-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

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

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

  .dropdown-nav-link.white-header {
    color: var(--neutral-600);
  }

  .grid-2-columns.home-hero-wrapper {
    grid-row-gap: 40px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-2-columns.footer-v3 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  ._2-button-wrap {
    flex-wrap: wrap;
  }

  ._2-button-wrap.small-buttons {
    margin-right: 16px;
  }

  ._2-button-wrap.home-hero {
    justify-content: center;
  }

  .home-hero-image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button-icon {
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .cart-button {
    z-index: 99;
  }

  .grid-4-columns {
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .split {
    flex-flow: column;
  }

  .mg-top-72px {
    margin-top: 64px;
  }

  .checkmark-list-item.mg-bottom-0px {
    margin-bottom: 10px;
  }

  .about-home-wrapper {
    flex-wrap: wrap;
  }

  .about-home-stats-wrapper {
    top: auto;
    bottom: -40px;
  }

  .cta-wrapper.v2 {
    padding: 88px 40px 80px;
  }

  .error-message.cart-error-message {
    margin-bottom: 32px;
  }

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

  .grid-3-columns._1-col-tablet, .content-top.title-button.break-in-tablet {
    grid-template-columns: 1fr;
  }

  .footer-column {
    flex: 1;
  }

  .footer-column.footer-menu-nav-main-wrapper {
    max-width: 44%;
    margin-right: 40px;
  }

  .footer-column.first {
    max-width: 42%;
  }

  .footer-link.w--current {
    color: var(--neutral-800);
  }

  .footer-content-top {
    flex-wrap: wrap;
  }

  .footer-content-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-newsletter-icon {
    width: auto;
    height: 100%;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .social-links-wrapper.footer-social-links {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-small-print {
    margin-bottom: 16px;
  }

  .footer-newsletter-card-top-content {
    align-items: center;
    display: flex;
  }

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

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

  .logo-bar-main-wrapper {
    margin-top: 0;
  }

  .value-card-content {
    margin-top: 24px;
    margin-left: 6px;
  }

  .inner-container-300px._100-in-mobile {
    max-width: 100%;
  }

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

  .blog-grid.limit-3-items {
    grid-row-gap: 26px;
    grid-template-columns: 1fr;
  }

  .shop-card-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-form-main-wrap {
    flex-direction: column;
  }

  .contact-paragraph {
    max-width: 600px;
    margin-bottom: 24px;
  }

  .image-full-width-right.community-hero {
    flex: 1;
    width: 100%;
    min-height: 35vh;
    max-height: 50%;
    margin-top: 40px;
    position: relative;
    inset: auto;
  }

  .small-2-button-wrap {
    flex-wrap: wrap;
    margin-right: 16px;
  }

  .cart-wrapper {
    background-color: #0e121ecc;
  }

  .arrow-link-wrapper.mg-bottom-64px {
    margin-bottom: 48px;
  }

  .blog-post-body-wrapper {
    flex-direction: column;
  }

  .donate-card-content {
    max-width: 100%;
  }

  .heading-size-h3 {
    margin-bottom: 10px;
  }

  .line-square-icon.top-bar-close-icon {
    padding: 18px 24px;
  }

  .btn-index {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .figma-file-image-wrapper {
    max-width: 100%;
  }

  .card-index.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card-index.figma-file.reverse-tablet {
    flex-direction: column-reverse;
  }

  .image-home-link-wrapper {
    border-radius: 16px;
    max-width: 260px;
  }

  .figma-file-text-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .figma-file-text-wrapper.pd-large {
    padding-left: 56px;
    padding-right: 30px;
  }

  .grid-2-columns-index.suprises-pages-right {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns-index._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-index.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .home-pages-cointainer {
    margin-top: 60px;
  }

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

  .footer-top {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

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

  .top-bar-flex {
    flex-direction: column;
  }

  .top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-cta-v10 {
    grid-template-columns: .78fr;
  }

  .brix---cta-bg-overlay {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

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

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-columns-text {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---grid-stats-v1 {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
  }

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

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

  .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---grid-content-section-v6 {
    grid-template-columns: 1fr;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-columns-text-2 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns-gap-0 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-3 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-light {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

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

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    min-width: auto;
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-menu-wrapper-white {
    border-top: 0px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 0px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper-transparent {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h3-size-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---heading-h1-size---mg-0 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---section-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---btn-primary-white-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-cta-v10-2 {
    grid-template-columns: .78fr;
  }

  .brix---cta-bg-overlay-2 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---heading-h3-size-4, .brix---heading-h3-size-link {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---avatar-circle-07 {
    width: 200px;
    max-width: 200px;
    height: 200px;
    max-height: 200px;
  }

  .brix---grid-3-columns-team-v5 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-6 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-6 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---btn-slider-arrow-right---top-right {
    inset: auto 39.5% -90px auto;
  }

  .brix---btn-slider-arrow-right---top-left {
    inset: auto auto -90px 39.5%;
  }

  .brix---social-media-grid-center {
    grid-column-gap: 10px;
  }

  .brix---mg-bottom-32px-3 {
    margin-bottom: 24px;
  }

  .brix---heading-h3-size-5, .brix---heading-h3-size-link-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---avatar-circle-06 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .brix---slider-mask-width-388px {
    position: static;
  }

  .brix---heading-h2-size-7 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-overflow-hidden {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---section-7 {
    padding-top: 0;
    padding-bottom: 118px;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout41_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .brix---btn-primary-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-4 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-2-columns-text-3 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---bg-split-v4-right {
    max-width: 100%;
    min-height: 42%;
    display: block;
    inset: auto 0% 0%;
  }

  .brix---bg-split-v4-left {
    max-width: 100%;
  }

  .brix---floating-image-hero-v2---1 {
    top: 24%;
    right: -30%;
  }

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

  .brix---grid-hero-v4 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-v4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix--grid-2-columns-text-right, .brix---grid-2-columns-text-left-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .rich-text-block {
    padding-top: 40px;
  }

  .display-2 {
    font-size: 48px;
  }

  .section-2 {
    padding-top: 170px;
    padding-bottom: 170px;
  }

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

  .container-responsive {
    margin-left: auto;
    margin-right: auto;
  }

  .container-responsive._768px---tablet {
    max-width: 768px;
  }

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

  .card-2.faqs._01 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v3-last {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-last:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-first {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-first:hover {
    transform: translate(6px);
  }

  .brix---accordion-v3-card {
    padding: 64px 48px;
  }

  .brix---heading-h2-size-8 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 40px;
  }

  .brix---section-8 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size-6 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns---1-col-mb {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-9 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-9, .brix---section-10 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-10 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-11 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-11 {
    font-size: 30px;
    line-height: 46px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 18px;
    font-size: 48px;
  }

  h2 {
    font-size: 32px;
  }

  blockquote {
    border-radius: 12px;
    margin-bottom: 40px;
    padding-left: 64px;
    padding-right: 64px;
    font-size: 20px;
    line-height: 30px;
  }

  figure {
    margin-bottom: 32px;
  }

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

  .style-guide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .color-primary-grid, .color-neutral-grid {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .style-guide-subheader {
    border-radius: 8px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .button-primary.small.inside-nav {
    width: 100%;
  }

  .button-primary._2-buttons {
    margin-right: 18px;
  }

  .button-secondary.small.button-white._2-buttons-inside-menu {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
    display: block;
  }

  .button-secondary.small.button-white-in-mobile._2-buttons-inside-menu {
    margin-bottom: 16px;
    margin-right: 0;
    display: block;
  }

  .button-secondary.small.inside-nav {
    width: 100%;
    margin-bottom: 14px;
  }

  .header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-logo {
    width: 75%;
  }

  .nav-item-wrapper {
    text-align: left;
    align-self: stretch;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-item-wrapper.show-in-mobile {
    display: block;
  }

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

  .nav-menu.absolute-header {
    background-color: var(--primary-2);
  }

  .display-1 {
    font-size: 80px;
  }

  .display-1.color-white {
    font-size: 40px;
  }

  .footer {
    padding-top: 80px;
  }

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

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

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

  .section.about-hero {
    background-position: 50% 100%;
    background-size: auto 55%;
    padding-bottom: 80px;
  }

  .section.blog {
    padding-bottom: 100px;
  }

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

  .section.contact {
    background-image: url('../images/contact-bg-pattern-politician-template.svg'), linear-gradient(to top, var(--neutral-100) 32%, transparent 32%);
    background-position: 0 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
  }

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

  .section.blog-post {
    padding-bottom: 80px;
  }

  .section.blog-categories {
    padding-bottom: 100px;
  }

  .section.donate {
    background-image: linear-gradient(to bottom, transparent 70%, var(--neutral-200) 70%);
    padding-top: 160px;
  }

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

  .utility-page-wrap._401, .utility-page-wrap._404 {
    background-size: 50%, 50%;
  }

  .utility-page-content-password {
    padding-left: 32px;
    padding-right: 32px;
  }

  .input.text-area {
    min-height: 120px;
  }

  .input.order-item-quantity-result {
    width: 48px;
  }

  ._404-title {
    font-size: 100px;
    line-height: 104px;
  }

  .container-medium-761px.changelog {
    margin-top: -140px;
  }

  .card {
    border-radius: 12px;
  }

  .card.changelog {
    margin-bottom: 32px;
    padding: 50px 32px;
  }

  .card.quote-card {
    margin-top: 0;
    margin-left: 24px;
    margin-right: 0;
    padding-top: 40px;
    position: absolute;
    inset: auto 0 24px auto;
  }

  .card.about-home-stats {
    min-height: 160px;
  }

  .card.cta-v1 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: auto auto 40px 0;
  }

  .card.testimonial-v1 {
    justify-content: space-between;
    height: 100%;
  }

  .card.futured-event-card.mg-bottom-24px {
    flex-direction: column;
  }

  .card.value-card {
    padding-bottom: 56px;
  }

  .card.card-v1 {
    padding: 48px 32px 56px;
  }

  .card.blog-post-card {
    padding: 40px 24px 56px;
  }

  .card.media-kit-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.donative-card {
    padding: 32px 32px 40px;
  }

  .card.contact-link {
    border-radius: 12px;
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.contact-form-card {
    padding: 48px 32px;
  }

  .card.author-card {
    padding: 32px 24px 48px;
    position: static;
  }

  .card.donate {
    padding-bottom: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .title.blog-post-card-title {
    font-size: 24px;
    line-height: 34px;
  }

  .split-content.header-left {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .split-content.get-involved-right {
    align-items: flex-start;
    max-width: 100%;
  }

  .split-content.get-involved-left {
    max-width: 100%;
    margin-bottom: 48px;
  }

  .split-content.about-home {
    max-width: 100%;
  }

  .split-content.about-home.left {
    order: 1;
    max-width: 100%;
    margin-top: 48px;
  }

  .split-content.cta-v1-left {
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.cta-v1-right {
    max-width: 100%;
    margin-left: 0;
  }

  .split-content.futured-event-card-left-content {
    padding: 40px 32px;
  }

  .split-content.futured-event-card-right-content {
    max-width: 100%;
  }

  .split-content.about-hero-left {
    max-width: 100%;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .split-content.about-hero-right {
    width: 100%;
    max-width: 100%;
  }

  .split-content.about-left {
    flex: 0 auto;
    margin-right: 0;
  }

  .split-content.about-right {
    flex: 0 auto;
    order: -1;
    align-self: stretch;
    margin-bottom: 48px;
  }

  .split-content.cta-v2-left {
    max-width: 100%;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .split-content.cta-v2-right {
    align-self: stretch;
    max-width: 100%;
  }

  .split-content.timeline-left {
    max-width: 100%;
    margin-bottom: 40px;
    position: static;
  }

  .split-content.timeline-right {
    max-width: 100%;
  }

  .split-content.blog-hero-left {
    max-width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content.blog-hero-right {
    max-width: 100%;
  }

  .split-content.media-kit-left {
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.media-kit-right {
    align-self: stretch;
    max-width: 100%;
  }

  .split-content.shop-hero-left {
    margin-bottom: 40px;
    margin-right: 0;
    top: 0;
  }

  .split-content.shop-hero-right {
    max-width: 100%;
    margin-bottom: 0;
  }

  .split-content.blog-post-body-left {
    flex: 0 auto;
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.blog-post-body-right {
    flex: 0 auto;
    max-width: none;
  }

  .split-content.donate-hero-left {
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
    padding-top: 0;
  }

  .split-content.donate-hero-right {
    max-width: 100%;
  }

  .checkout-row {
    flex-direction: column;
  }

  .image-wrapper.cta-v1 {
    border-radius: 12px;
    max-width: 90%;
  }

  .image.about-hero, .image.border-radius-16px, .image.shop-hero {
    border-radius: 12px;
  }

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

  .h1-size {
    font-size: 48px;
  }

  .h2-size {
    font-size: 35px;
  }

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

  .rich-text ul {
    padding-left: 32px;
  }

  .rich-text ol {
    padding-left: 24px;
  }

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

  .brand {
    margin-right: 24px;
  }

  .grid-2-columns {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  ._2-button-wrap.small-buttons {
    display: none;
  }

  ._2-button-wrap.small-buttons.show-in-mobile {
    flex-direction: column;
    margin-right: 0;
    display: flex;
  }

  ._2-button-wrap.mg-top-40px {
    justify-content: center;
    align-items: flex-start;
  }

  .home-hero-image {
    width: 90%;
  }

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

  .subtitle {
    font-size: 16px;
  }

  .split {
    flex-direction: column;
  }

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

  .mg-top-64px {
    margin-top: 56px;
  }

  .about-home-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .avatar._64px {
    width: 56px;
  }

  .about-home-stats-wrapper {
    top: auto;
    bottom: auto;
  }

  .cta-wrapper.v2 {
    border-radius: 12px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .cta-content {
    flex-direction: column;
  }

  .error-message.cart-error-message {
    margin-top: 0;
    margin-left: 24px;
    margin-right: 24px;
  }

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

  .content-top.title-button {
    grid-template-columns: auto;
  }

  .content-top.title-paragraph {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .slider.mg-bottom-in-mobile {
    margin-bottom: 120px;
  }

  .false-mask.inner-container-600px {
    max-width: 500px;
  }

  .slide {
    width: 100%;
    height: 100%;
  }

  .card-avatar-main-wrapper.split {
    flex-direction: row;
  }

  .slider-arrow-v1 {
    margin-top: 0;
    margin-bottom: 0;
    top: 106%;
  }

  .slider-arrow-v1.left {
    margin-right: 80px;
    left: auto;
    right: 0;
  }

  .slider-arrow-v1.right {
    right: 0;
  }

  .footer-column.footer-menu-nav-main-wrapper {
    flex: 0 auto;
    align-self: flex-start;
    max-width: 100%;
    margin-right: 0;
  }

  .footer-column.first {
    max-width: 100%;
    margin-bottom: 64px;
  }

  .footer-newsletter-icon {
    height: auto;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .footer-menu-wrapper {
    margin-right: 64px;
  }

  .footer-newsletter-card-top-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-hero-main-wrapper {
    flex-direction: column;
  }

  .narrow-section, .narrow-section.large {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .narrow-section.blog-post {
    padding-top: 50px;
  }

  .icon.home-about-movement {
    width: 160px;
  }

  .timeline-main-wrapper {
    flex-direction: column;
  }

  .blog-hero-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .categories-main-wrapper {
    justify-content: flex-start;
  }

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

  .media-kit-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .shop-hero-wrapper {
    flex-direction: column;
  }

  .cms-empty-state {
    padding: 24px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .image-full-width-left.contact-faqs, .small-2-button-wrap {
    display: none;
  }

  .arrow-link-wrapper.mg-bottom-64px {
    margin-bottom: 40px;
  }

  .cart-header {
    padding: 32px 24px;
  }

  .cart-item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .remove-button {
    margin-top: 8px;
  }

  .cart-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-post-body-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }

  .donate-hero-wrapper {
    flex-direction: column;
  }

  .heading-size-h3 {
    margin-bottom: 10px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .btn-index {
    padding: 20px 32px;
  }

  .btn-index.button-row {
    margin-right: 16px;
  }

  .card-home-pages-wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-home-link-wrapper {
    max-width: 209px;
  }

  .figma-file-text-wrapper, .figma-file-text-wrapper.pd-large {
    padding-left: 48px;
    padding-right: 48px;
  }

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

  .home-surprises-card {
    border-radius: 28px;
  }

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

  .display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .home-pages-cointainer {
    margin-top: 40px;
  }

  .mg-bottom-56px {
    margin-bottom: 40px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
  }

  .badge-home {
    padding: 8px 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .footer-top {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    margin-bottom: 80px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .top-bar-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .paragraph-notification-bar {
    font-size: 16px;
    line-height: 18px;
  }

  .paragraph-notification-bar.list {
    line-height: 22px;
  }

  .top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

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

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

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

  .brix---grid-cta-v10 {
    grid-template-columns: 1fr;
  }

  .brix---cta-bg-overlay {
    min-height: 66vh;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---heading-h5-size {
    font-size: 16px;
    line-height: 22px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-2-columns-2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--semi-transparent);
    border-radius: 14px;
  }

  .brix---grid-2-columns-text {
    grid-template-columns: 1fr;
  }

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

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---grid-2-columns-2-col-mbl-2 {
    grid-template-columns: 1fr 1fr;
  }

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

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---grid-stats-v1 {
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

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

  .brix---grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .brix---square-icon-56px {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---grid-content-section-v6 {
    grid-template-columns: 1fr;
  }

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

  .brix---image-wrapper-br-24px-shadow-2 {
    box-shadow: 0 4px 22px 0 var(--semi-transparent);
    border-radius: 14px;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---heading-h5-size-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-2-columns-2-col-mbl-3 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---mg-bottom-64px-2 {
    margin-bottom: 48px;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-2-columns-text-2 {
    grid-template-columns: 1fr;
  }

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

  .brix---text-200-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-3-columns-gap-0 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

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

  .brix---btn-secondary-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-3 {
    padding: 20px 32px;
  }

  .brix---button-row-left-3 {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-light {
    padding-top: 182px;
    padding-bottom: 120px;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---heading-h1-size---mg-0 {
    font-size: 38px;
    line-height: 46px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

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

  .brix---btn-secondary-white-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white-2 {
    padding: 20px 32px;
  }

  .brix---grid-cta-v10-2 {
    grid-template-columns: 1fr;
  }

  .brix---cta-bg-overlay-2 {
    min-height: 66vh;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---text-300-medium {
    font-size: 18px;
    line-height: 20px;
  }

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

  .brix---grid-3-columns-team-v5 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-6 {
    font-size: 28px;
    line-height: 40px;
  }

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

  .brix---btn-slider-arrow-right---top-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .brix---social-media-grid-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---text-200-medium-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

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

  .brix---heading-h2-size-7 {
    width: auto;
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

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

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---section-7 {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout41_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .brix---image-wrapper-br-24px-shadow-3 {
    box-shadow: 0 4px 22px 0 var(--semi-transparent);
    border-radius: 14px;
  }

  .brix---btn-secondary-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-4 {
    padding: 20px 32px;
  }

  .brix---button-row-left-4 {
    margin-right: 16px;
  }

  .brix---heading-h5-size-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .brix---heading-h1-size-4 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-2-columns-2-col-mbl-4 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---mg-bottom-64px-3 {
    margin-bottom: 48px;
  }

  .brix---grid-2-columns-text-3 {
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v2---1 {
    max-width: 480px;
  }

  .brix---btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

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

  .brix---section-hero-v4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix--grid-2-columns-text-right, .brix---grid-2-columns-text-left-2 {
    grid-template-columns: 1fr;
  }

  .brix---subtitle-3 {
    font-size: 17px;
    line-height: 19px;
  }

  .display-2 {
    font-size: 38px;
  }

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

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

  .heading-h4-size {
    font-size: 20px;
  }

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

  .section-2.top-bottom-180px {
    padding-top: 125px;
    padding-bottom: 125px;
  }

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

  .divider-2._54px {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .card-2 {
    border-radius: 12px;
  }

  .card-2.faqs {
    padding: 62px 34px 80px;
  }

  .card-2.faqs._01 {
    padding: 50px 32px;
  }

  .brix---btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v3-last, .brix---accordion-item-wrapper-v3, .brix---accordion-item-wrapper-v3-first {
    padding: 36px 0;
  }

  .brix---accordion-v3-card {
    padding: 40px 32px;
  }

  .brix---heading-h2-size-8 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

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

  .brix---link-icon-right-3 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---card-link-content-left-fw {
    align-items: stretch;
  }

  .brix---grid-3-columns---1-col-mb {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-9 {
    font-size: 28px;
    line-height: 40px;
  }

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

  .brix---text-200-medium-3 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .brix---heading-h2-size-10 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---text-200-medium-4 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .brix---heading-h2-size-11 {
    font-size: 28px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
    line-height: 31px;
  }

  blockquote {
    padding: 56px 40px;
  }

  .mg-bottom-32px {
    font-size: 12px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-styleguide {
    padding-top: 64px;
    padding-bottom: 32px;
  }

  .color-primary-grid, .color-neutral-grid {
    grid-template-columns: 1fr;
  }

  .style-guide-subheader {
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-content-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    display: block;
  }

  .button-primary._2-buttons {
    margin-right: 0;
  }

  .button-primary._2-buttons.center {
    margin-left: 0;
  }

  .button-primary._2-buttons.pagination-button {
    margin-bottom: 0;
    margin-left: 0;
  }

  .button-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .button-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    display: block;
  }

  .button-secondary.small._2-buttons {
    margin-bottom: 18px;
    margin-right: 0;
  }

  .button-secondary.small.button-white._2-buttons-inside-menu {
    display: none;
  }

  .button-secondary.category {
    width: auto;
  }

  .button-secondary.pagination-button {
    margin-bottom: 16px;
  }

  .card-v1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .menu-button {
    padding: 10px;
    font-size: 26px;
  }

  .nav-menu {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu.absolute-header {
    height: 100%;
  }

  .display-1 {
    font-size: 64px;
  }

  .display-1.color-white {
    font-size: 35px;
  }

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

  .footer-nav-item {
    margin-bottom: 8px;
  }

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

  .section.home-hero._2 {
    padding-top: 234px;
  }

  .section.blog {
    padding-bottom: 100px;
  }

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

  .section.blog-categories {
    padding-bottom: 100px;
  }

  .licenses-image {
    height: auto;
  }

  .utility-page-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .utility-page-content-password {
    padding: 56px 20px;
  }

  .input.cta-input {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .container-medium-761px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .icon-password {
    width: 130px;
    height: 130px;
  }

  .card.changelog {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.quote-card {
    max-width: none;
    box-shadow: none;
    background-color: #0000;
    border-style: none;
    order: -1;
    align-self: auto;
    margin-top: 24px;
    margin-bottom: 40px;
    margin-left: 0;
    padding: 0;
    position: static;
  }

  .card.about-home-stats {
    max-width: none;
  }

  .card.cta-v1 {
    z-index: 1;
    width: auto;
    max-width: 100%;
    margin-top: -40px;
    margin-left: 24px;
    margin-right: 24px;
    position: relative;
    top: auto;
    left: auto;
  }

  .card.testimonial-v1 {
    padding: 48px 32px;
  }

  .card.footer-newsletter-card {
    margin-top: 0;
    padding: 32px 26px;
  }

  .card.value-card, .card.community-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.contact-form-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .card.author-card {
    text-align: center;
    align-items: center;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title.blog-post-card-title {
    font-size: 22px;
    line-height: 32px;
  }

  .split-content.about-home.left {
    flex-direction: column;
  }

  .checkout-required-text {
    font-size: 18px;
  }

  .order-item {
    flex-wrap: wrap;
  }

  .image-wrapper.order-item-image {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .image-wrapper.about-home, .image-wrapper.cta-v1 {
    max-width: 100%;
  }

  .order-item-wrapper {
    flex-direction: column;
  }

  .order-item-content {
    margin-bottom: 16px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .cart-button-content {
    margin-right: 24px;
  }

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

  .h1-size {
    font-size: 40px;
  }

  .dropdown-nav-wrapper {
    flex-direction: column;
  }

  .dropdown-nav-pages-wrapper {
    margin-bottom: 24px;
    margin-right: 0;
  }

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

  ._2-button-wrap {
    justify-content: center;
    align-items: center;
  }

  ._2-button-wrap.align-center {
    margin-bottom: 0;
  }

  ._2-button-wrap.align-center.mg-top-64px, ._2-button-wrap.mg-top-40px {
    margin-top: 32px;
  }

  ._2-button-wrap.home-hero {
    flex-direction: column;
    justify-content: flex-start;
  }

  .home-hero-left-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-hero-image {
    width: 100%;
  }

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

  .checkmark {
    width: 24px;
    height: 24px;
  }

  .checkmark.mg-right-16px {
    margin-right: 12px;
  }

  .about-home-stats-wrapper {
    align-self: stretch;
    width: 100%;
    max-width: 91%;
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .cta-wrapper.v2 {
    padding: 48px 32px;
  }

  .cta-v1-form {
    flex-direction: column;
  }

  .submit-button {
    width: 100%;
    display: block;
  }

  .error-message.cart-error-message {
    margin-bottom: 28px;
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px;
  }

  .testimonial-social-icon {
    width: 48px;
    height: 48px;
    display: none;
  }

  .card-avatar-main-wrapper.split {
    flex-wrap: wrap;
  }

  .slider-arrow-v1 {
    top: 105%;
  }

  .footer-column.footer-menu-nav-main-wrapper {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }

  .footer-title {
    margin-bottom: 24px;
  }

  .footer-link {
    font-size: 18px;
  }

  .footer-menu-wrapper {
    margin-bottom: 48px;
  }

  .footer-menu-wrapper.last {
    margin-bottom: 40px;
  }

  .pagination {
    margin-top: 32px;
  }

  .faq-icon {
    margin-left: 12px;
  }

  .cart-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-item {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-footer {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-empty-state {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-size-h3 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 32px;
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
  }

  .btn-index {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-index.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .card-home-pages-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .image-home-link-wrapper {
    max-width: 180px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .figma-file-text-wrapper, .figma-file-text-wrapper.pd-large {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-surprises-card {
    border-radius: 22px;
  }

  .buttons-row {
    flex-direction: column;
  }

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

  .footer-top {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .pd-top-50px-responsive {
    margin-top: -40px;
    padding-top: 0;
  }

  .top-bar-wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

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

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---cta-bg-overlay {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---grid-2-columns-2-col-mbl {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

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

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---grid-2-columns-2-col-mbl-2 {
    grid-template-columns: 1fr;
  }

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

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---grid-stats-v1 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-56px, .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---square-icon-56px {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---grid-content-section-v6 {
    grid-template-columns: 1fr;
  }

  .brix---image-wrapper-br-24px-shadow-2 {
    border-radius: 16px;
  }

  .brix---btn-secondary-2, .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---grid-2-columns-2-col-mbl-3 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-64px-2 {
    margin-bottom: 40px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---avatar-image-100 {
    width: 100%;
  }

  .brix---grid-3-columns-gap-0 {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-secondary-3, .brix---btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-3 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---hero-bg-image-light {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---heading-h1-size---mg-0 {
    font-size: 32px;
    line-height: 38px;
  }

  .brix---circle-number {
    width: 110px;
    min-width: 110px;
    height: 110px;
    min-height: 110px;
    margin-bottom: 14px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---btn-secondary-white-2, .brix---btn-primary-white-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---cta-bg-overlay-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---heading-h3-size-4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

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

  .brix---grid-3-columns-team-v5 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-6 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---btn-slider-arrow-right---top-right {
    bottom: -72px;
    right: 26%;
  }

  .brix---btn-slider-arrow-right---top-left {
    bottom: -72px;
    left: 26%;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-center {
    flex: 1;
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-5 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---avatar-image-link-2 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .brix---heading-h2-size-7 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-overflow-hidden {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---team-v8-content {
    bottom: 32px;
    left: 24px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .brix---image-wrapper-br-24px-shadow-3 {
    border-radius: 16px;
  }

  .brix---btn-secondary-4, .brix---btn-primary-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-4 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-4 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h1-size-4 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---grid-2-columns-2-col-mbl-4 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-64px-3 {
    margin-bottom: 40px;
  }

  .brix---mg-bottom-24px-3 {
    margin-bottom: 16px;
  }

  .brix---bg-split-v4-right {
    min-height: 33%;
  }

  .brix---bg-split-v4-left {
    min-height: 710px;
  }

  .brix---floating-image-hero-v2---1 {
    display: none;
  }

  .brix---section-hero-v4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---link-icon-right-2 {
    width: 18px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---subtitle-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .display-2 {
    font-size: 32px;
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

  .card-2.faqs {
    padding: 44px 24px 70px;
  }

  .card-2.faqs._01 {
    padding: 42px 20px;
  }

  .brix---btn-circle-accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---accordion-v3-card {
    padding: 16px 22px;
  }

  .brix---heading-h2-size-8 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---link-icon-right-3 {
    width: 18px;
  }

  .brix---text-200-bold-3 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default-7 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px-4 {
    margin-bottom: 16px;
  }

  .brix---heading-h3-size-6 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px-3 {
    margin-bottom: 6px;
  }

  .brix---card-link-content-left-fw {
    padding: 40px 24px 34px;
  }

  .brix---grid-3-columns---1-col-mb {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-9 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---container-default-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-10 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---team-v13-content {
    bottom: 32px;
    left: 24px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---paragraph-default-8 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-11 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default-9 {
    font-size: 17px;
    line-height: 28px;
  }
}

#w-node-_1e8426f0-9418-8696-1af2-f2274d63c232-b3280cb3, #w-node-c7debd16-e5a2-a3aa-612b-37f9b6583047-b3280cb3, #w-node-_4603b4b2-0876-786a-4468-0eebffb1fc6b-b3280cb3 {
  justify-self: center;
}

#w-node-_632bae7f-a8b7-187e-9bdb-68aba9359a3d-b3280cb3 {
  justify-self: end;
}

#w-node-fc7a22bd-ed6c-1603-f589-aea8a8188093-a8188090 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b6a1b0fa-3fe4-3220-7a07-63031dddbc83-b3280ca7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a26e9bd8-7f66-59c7-ecae-2e6cab23c9bd-ab23c992, #w-node-a26e9bd8-7f66-59c7-ecae-2e6cab23c9c1-ab23c992 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f7885b73-d56f-141a-0e9e-3cd3d1770a64-b3280cac {
  justify-self: end;
}

#w-node-_03e12fff-d21c-1a1d-f4d1-235c9066c80b-b3280caf, #w-node-beb900ac-4f42-ce06-aed6-ff9e719d74f1-b3280caf, #w-node-_4319acdb-6d34-a664-b320-8d437ad22608-b3280caf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fce37321-2632-d6d1-03e2-6c1c86680729-b3280caf {
  justify-self: end;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-b3280cb9, #w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-b3280cb9, #w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-b3280cb9, #w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-b3280cb9, #w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-b3280cb9, #w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-b3280cb9 {
  align-self: end;
}

#w-node-_3674878f-e25a-07c8-1ffa-dbb9a2149c8b-bef23e91, #w-node-fcbef964-db56-c4ab-869a-8caf949138bc-72fa8c28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6a1b0fa-3fe4-3220-7a07-63031dddbc83-7cce6829, #w-node-b6a1b0fa-3fe4-3220-7a07-63031dddbc83-e2a4ee79 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c16b0dae-244e-7469-0004-d41a4db3d0ca-e2a4ee79 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-b6a1b0fa-3fe4-3220-7a07-63031dddbc83-b3280ca7, #w-node-_5c80e80d-ce82-4f07-f1b4-fd98265f77a7-b3280ca8, #w-node-f7885b73-d56f-141a-0e9e-3cd3d1770a80-b3280cac, #w-node-_968745ac-f28e-2313-5b77-4ae0e60f4c75-b3280caf, #w-node-b6a1b0fa-3fe4-3220-7a07-63031dddbc83-7cce6829, #w-node-b6a1b0fa-3fe4-3220-7a07-63031dddbc83-e2a4ee79 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c16b0dae-244e-7469-0004-d41a4db3d0ca-e2a4ee79 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fc7a22bd-ed6c-1603-f589-aea8a8188093-a8188090 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5c80e80d-ce82-4f07-f1b4-fd98265f77a7-b3280ca8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a26e9bd8-7f66-59c7-ecae-2e6cab23c9bd-ab23c992, #w-node-a26e9bd8-7f66-59c7-ecae-2e6cab23c9c1-ab23c992 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2d177e80-0d8d-64ea-d632-c1e0338f788a-b3280cab {
    justify-self: start;
  }

  #w-node-f7885b73-d56f-141a-0e9e-3cd3d1770a64-b3280cac {
    justify-self: auto;
  }

  #w-node-f7885b73-d56f-141a-0e9e-3cd3d1770a80-b3280cac {
    grid-column: span 1 / span 1;
  }

  #w-node-fce37321-2632-d6d1-03e2-6c1c86680729-b3280caf {
    justify-self: auto;
  }

  #w-node-_968745ac-f28e-2313-5b77-4ae0e60f4c75-b3280caf {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c3ad9c0c-dcf0-b0e6-b2e7-1d196c6da9a2-b3280ca7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d177e80-0d8d-64ea-d632-c1e0338f788a-b3280cab {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Icons politician x template';
  src: url('../fonts/icons-politician-x-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}