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

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

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

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

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

:root {
  --color--white: white;
  --font--body: Inter, sans-serif;
  --color--dark: #254555;
  --type--body-regular: 1.25rem;
  --font--headings: Inter, sans-serif;
  --type--h1: 5.5rem;
  --type--h2: 2.5rem;
  --type--h3: 2rem;
  --color--accent: #cb4327;
  --color--gray: #2e2f2f;
  --color--light: #ededed;
  --type--subtitle: 1.75rem;
  --color--main-color-25: #6ea4bf40;
  --color--main-color: #6ea4bf;
  --color--accent-50: #cb432780;
  --type--body-big: 1.375rem;
  --footer-link: 1.125rem;
  --h5: .8rem;
  --h6: .65rem;
  --color--yellow: #fec652;
  --color--main-color-50: #6ea4bf80;
  --flowstica-webflow-library--black\<deleted\|variable-0b2c7b79\>: #010b15;
  --flowstica-webflow-library--white\<deleted\|variable-a085b4b2\>: white;
  --flowstica-webflow-library--black-2\<deleted\|variable-8adb373e\>: #333;
  --type--plan-name: 1.45rem;
  --color--accent-25: #cb432740;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--color--white);
  font-family: var(--font--body);
  color: var(--color--dark);
  font-size: var(--type--body-regular);
  font-weight: 500;
  line-height: 130%;
}

h1 {
  font-family: var(--font--headings);
  font-size: var(--type--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 130%;
}

h2 {
  font-family: var(--font--headings);
  font-size: var(--type--h2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 130%;
}

h3 {
  font-family: var(--font--headings);
  font-size: var(--type--h3);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 130%;
}

a {
  color: var(--color--dark);
  text-decoration: none;
}

blockquote {
  border-left: 5px solid var(--color--accent);
  font-family: var(--font--headings);
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 56px;
  font-size: 26px;
  line-height: 130%;
}

.text-style-h3 {
  font-family: var(--font--headings);
  font-size: var(--type--h3);
  font-weight: 500;
  line-height: 130%;
}

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

.grid-buttons {
  grid-template-rows: auto;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 140px;
  display: flex;
}

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

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

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

.section.hero-home {
  background-color: var(--color--light);
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.section.hero-works {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section.hero-work-inner {
  padding-top: 100px;
}

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

.section.hero-blogs {
  padding-top: 92px;
}

.section.hero-blog-template, .section.legal-section {
  padding-top: 100px;
}

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

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

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

.section.small-business-hero-pricing {
  padding-top: 40px;
  padding-bottom: 60px;
}

.text-style-h1 {
  font-family: var(--font--headings);
  font-size: var(--type--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 130%;
}

.subtitle {
  font-size: var(--type--subtitle);
  font-weight: 600;
  line-height: 130%;
}

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

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

.body-big {
  color: var(--color--dark);
  font-size: var(--type--h3);
  white-space: break-spaces;
  margin-top: 60px;
  font-weight: 700;
  line-height: 130%;
}

.text-cta {
  z-index: 3;
  position: relative;
}

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

.text-style-h2 {
  font-family: var(--font--headings);
  font-size: var(--type--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 130%;
}

.link-template-navigation {
  opacity: 1;
  color: var(--color--white);
  font-size: 24px;
  line-height: 135%;
  text-decoration: none;
  transition: font-size .2s;
}

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

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

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

.divider-typography {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 12px;
}

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

.main-container {
  grid-column-gap: NaNpx;
  grid-row-gap: NaNpx;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 81.875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  overflow: hidden;
}

.fill-cta {
  z-index: 1;
  background-color: var(--color--accent);
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, 101%);
}

.wrap-template-ui {
  grid-row-gap: 24px;
  background-color: var(--color--light);
  color: var(--color--dark);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.wrap-template-ui.inverted-wrap {
  color: #fff;
  background-color: #000;
}

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

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

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

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

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

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

.link-cta {
  background-color: var(--color--accent);
  color: var(--color--white);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 1px 20px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.link-cta:hover {
  border: 2px solid var(--color--accent);
  background-color: var(--color--main-color-25);
}

.link-cta.white-cta {
  background-color: var(--color--main-color);
  color: var(--color--dark);
  transition: color .5s;
}

.link-cta.white-cta:hover {
  background-color: var(--color--accent-50);
  color: #fff;
}

.link-cta.medium-cta {
  height: 48px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 20px;
}

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

.title-wrap-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.limit-subtitle-template {
  max-width: 630px;
}

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

.flex-cta-left.mg-top-16 {
  margin-top: 16px;
}

.flex-cta-left.mg-top-8 {
  margin-top: 8px;
}

.span-accent {
  color: var(--color--accent);
}

.span-accent.project-category-filter {
  text-transform: lowercase;
}

.menu-cta-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-cta-wrap.mobile {
  display: none;
}

.nav-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  align-items: center;
  width: 40%;
  margin-right: auto;
  display: flex;
}

.nav-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.brand-menu-wrap {
  order: 0;
}

.nav-mid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
}

.brand-navbar {
  height: 100%;
}

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

.nav-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--color--dark);
  text-align: center;
  letter-spacing: -.01em;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.nav-link:hover {
  text-decoration: underline;
}

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

.navbar {
  z-index: 99;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 84px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.master-title-home {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1020px;
  margin-bottom: 1.5rem;
  display: flex;
}

.single-title-home {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  white-space: normal;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: clip;
}

.hide {
  overflow: clip;
}

.flex-bottom-hero-home {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.subtitle-home {
  color: var(--color--main-color);
  font-size: var(--type--body-big);
  -webkit-text-stroke-color: var(--color--main-color);
  line-height: 130%;
}

.overlay-image-general {
  z-index: 1;
  mix-blend-mode: color;
  background-color: #fc5071b3;
  position: absolute;
  inset: 0%;
}

.flex-heading-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: clip;
}

.flex-heading-left.mg-bottom-80 {
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 80px;
}

.flex-heading-left.mg-bottom-100 {
  align-self: flex-start;
  margin-bottom: 100px;
}

.abstract-heading {
  object-fit: contain;
  align-self: center;
  width: 52px;
  height: 52px;
  margin-top: 4px;
  display: block;
}

.no-margins {
  color: var(--color--dark);
  font-size: var(--type--h3);
  -webkit-text-stroke-color: var(--color--dark);
  flex: 1;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.no-margins.neighborhood-name {
  align-self: flex-start;
}

.bottom-project-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-text-view {
  overflow: hidden;
}

.image-project-main {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-subheading-project {
  font-size: 24px;
  line-height: 125%;
}

.link-project-main {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-project-main.dark-text-link {
  color: var(--color--dark);
}

.wrap-image-project-main {
  border-radius: 8px;
  width: 100%;
  padding-top: 72%;
  position: relative;
  overflow: hidden;
}

.wrap-image-project-main.work-general-wrap {
  padding-top: 72%;
}

.view-circle {
  background-color: var(--color--accent);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.master-project-tile {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 1170px;
  padding-left: 24px;
  padding-right: 24px;
}

.list-services-animated {
  flex-direction: column;
  max-width: 1008px;
  margin-bottom: 40px;
  display: flex;
}

.single-service-animated {
  border-top: 1px solid var(--color--dark);
  opacity: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 52px;
  padding-bottom: 52px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.single-service-animated:hover {
  opacity: 1;
}

.single-service-animated.list-item {
  border-bottom: 1px solid #000;
}

.number-service-animated {
  font-family: var(--font--headings);
  width: 72px;
  margin-bottom: 7px;
  overflow: hidden;
}

.wrap-text-service-animated {
  overflow: hidden;
}

.big-text-service-animated {
  font-family: var(--font--headings);
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  overflow: hidden;
}

.image-service-animated {
  z-index: 10;
  object-fit: cover;
  border-radius: 8px;
  width: 32%;
  max-width: 290px;
  height: 180%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 65px 0% auto;
}

.flex-under-animated-services {
  max-width: 1008px;
  margin-top: 72px;
}

.big-text {
  font-size: 32px;
  line-height: 130%;
}

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

.wrap-process-one {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.divider-process-one {
  background-color: var(--color--dark);
  color: var(--color--dark);
  width: 100%;
  height: 2px;
}

.bottom-process-one {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--color--dark);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.divider-contact {
  background-color: var(--color--dark);
  height: 2px;
  margin-top: 72px;
  margin-bottom: 52px;
}

.h2-contact {
  font-family: var(--font--headings);
  color: var(--color--dark);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 84px;
  font-weight: 600;
  line-height: 120%;
}

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

.left-contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--color--dark);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-contact-heading {
  color: var(--color--dark);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.single-contact-heading {
  position: relative;
  overflow: hidden;
}

.single-contact-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.overlay-contact-heading {
  z-index: 4;
  transform-origin: 100%;
  background-color: #fff8ebb3;
  display: none;
  position: absolute;
  inset: 0%;
}

.legal-footer {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.column-footer-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.link-footer {
  color: #fff;
  align-self: stretch;
  font-size: 18px;
  text-decoration: none;
}

.link-footer.w--current {
  color: var(--color--main-color);
  font-weight: 700;
}

.link-big-email-footer {
  border: 1px solid var(--color--white);
  font-family: var(--font--headings);
  color: var(--color--accent);
  text-align: center;
  border-radius: 160px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 164px;
  margin-bottom: 100px;
  font-size: 68px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.link-big-email-footer:hover {
  color: #141414;
  background-color: #fff;
}

.third-footer {
  grid-column-gap: NaNpx;
  grid-row-gap: NaNpx;
  border-top: 1px solid var(--color--white);
  border-bottom: 1px solid var(--color--white);
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.brand-footer {
  max-width: none;
  height: 100%;
}

.link-footer-social {
  color: #fffdf5;
  font-size: 20px;
  text-decoration: none;
}

.footer {
  background-color: var(--color--dark);
  color: #fff;
  border-top: 1px solid #ffffff4d;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.right-third-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.second-footer {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

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

.wrap-image-moving-insta {
  object-fit: cover;
  flex: none;
  width: 320px;
  position: relative;
  overflow: hidden;
}

.master-moving-insta {
  z-index: 1;
  position: relative;
}

.overlay-moving-insta {
  z-index: 1;
  background-color: #fff6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.single-insta-moving {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
  position: relative;
}

.list-moving-insta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.realtive-moving-images {
  z-index: 1;
  position: relative;
}

.section-moving-insta {
  overflow: clip;
}

.master-expandable-big {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.expandable-single-big {
  border-top: 1px solid var(--color--dark);
  cursor: pointer;
  padding: 26px 0;
}

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

.master-faq {
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  max-width: 894px;
  display: flex;
}

.heading-faq {
  min-width: 180px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 135%;
}

.wrap-plus-faq {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.single-faq {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--color--light);
  cursor: pointer;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 32px 40px;
  display: flex;
}

.text-faq {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 16px;
}

.top-faq {
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  display: flex;
}

.line-faq {
  background-color: var(--color--dark);
  border-radius: 2px;
  width: 18px;
  height: 1px;
}

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

.title-wrap-works {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1098px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list-filters {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-filter {
  background-color: var(--color--light);
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 28px;
  padding-right: 28px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.link-filter:hover {
  background-color: #dfdfdf;
}

.link-filter.w--current {
  background-color: var(--color--dark);
  color: var(--color--white);
}

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

.master-title-filter {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.flex-cta-center.mg-top-64 {
  margin-top: 64px;
}

.flex-cta-center.mg-top-16 {
  margin-top: 16px;
}

.limit-project-template {
  width: 90%;
  max-width: 1240px;
}

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

.list-gallery-project {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.lightbox-gallery-project {
  border-radius: 8px;
  width: 100%;
  overflow: clip;
}

.image-lightbox-project {
  width: 100%;
}

.limit-subtitle-project {
  max-width: 870px;
  overflow: clip;
}

.limit-rich-text-project {
  max-width: 1008px;
}

.title-wrap-project-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 72px;
  display: flex;
}

.divider-hero-project {
  background-color: var(--color--dark);
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.flex-project-template {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.wrapper-gallery-project {
  margin-top: 80px;
  margin-bottom: 80px;
}

.title-wrap-services {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.left-single-service {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  max-width: 435px;
  display: flex;
}

.single-service-detail {
  border-top: 1px solid var(--color--dark);
  padding-top: 24px;
  padding-bottom: 24px;
}

.grid-single-service {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template: ". Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  display: flex;
}

.h3-no-capitals {
  color: var(--color--main-color);
  font-size: var(--type--subtitle);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.master-service-details-list {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.right-single-service {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 550px;
  display: flex;
}

.title-wrap-blogs {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1098px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.tile-blog {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--light);
  color: #000;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px 24px 24px;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
}

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

.tile-blog.dark-tile {
  background-color: var(--color--gray);
  color: var(--color--white);
}

.top-blog-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 320px;
  display: flex;
}

.tag {
  background-color: var(--color--dark);
  color: var(--color--white);
  text-align: center;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
  line-height: 13px;
  display: flex;
}

.tag.light-tag {
  background-color: var(--color--white);
  color: var(--color--dark);
}

.tag.medium-pricing {
  color: var(--color--dark);
  background-color: #0000001c;
  height: 36px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.wrap-image-blog {
  border-radius: 6px;
  position: relative;
  overflow: clip;
}

.image-blog {
  width: 100%;
}

.title-wrap-blog-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.limit-subtitle-blog-template {
  max-width: 810px;
}

.wrap-image-blog-hero {
  border-radius: 12px;
  max-width: 1080px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: clip;
}

.image-blog-hero {
  width: 100%;
}

.container-small {
  width: 100%;
  max-width: 920px;
  padding-left: 24px;
  padding-right: 24px;
}

.title-wrap-pricing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
}

.grid-pricing-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.tile-pricing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--light);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 32px 32px;
  display: flex;
}

.divider-pricing-tile {
  background-color: #0000002b;
  width: 100%;
  height: 1px;
}

.master-checklist {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.master-checklist.horizontal-product {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 24px;
}

.single-checklist {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.icon-check {
  width: 24px;
  height: 24px;
}

.title-wrap-product {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.limit-subtitle-package {
  max-width: 694px;
}

.default-state {
  margin-bottom: 0;
}

.shipping-method {
  background-color: #fff;
}

.block-header {
  background-color: var(--color--light);
  border: 1px #0f1a2326;
  border-bottom: 1px solid #0f1a231a;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.checkout-form {
  background-color: #fff;
  border-top: 1px solid #0000000f;
  padding: 80px 0 64px;
}

.text-field-checkout-page {
  background-color: var(--color--white);
  color: #000;
  border: 1px solid #0000001a;
  border-radius: 70px;
  height: 40px;
  margin-bottom: 12px;
}

.text-field-checkout-page:focus, .text-field-checkout-page.-wfp-focus {
  color: #000;
  border-style: solid;
  border-color: #3a6cee;
}

.block-content {
  background-color: var(--color--light);
  border: 1px #000;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.apple-pay {
  border-radius: 60px;
  height: 36px;
}

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

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

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.checkbox-checkout {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

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

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

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

.brand-simple {
  background-color: #fff;
  border-bottom: 1px solid #0000000f;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

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

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

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

.title-wrap-404 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.tile-changelog {
  background-color: var(--color--gray);
  color: var(--color--white);
  border-radius: 8px;
  width: 100%;
  max-width: 620px;
  margin-left: 0;
  margin-right: auto;
  padding: 40px 32px;
}

.video-instructions-page {
  border-radius: 24px;
}

.heading {
  font-size: var(--type--h2);
  white-space: nowrap;
}

.fn-heading-5 {
  font-family: var(--font--headings);
  margin-top: 0;
  margin-bottom: 24px;
  padding-top: 10px;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-features-card-image {
  aspect-ratio: 1;
  object-fit: fill;
  width: 100%;
  height: 21.875rem;
}

.fn-features-card-with-image {
  color: #ecf0ef;
  background-color: #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.fn-features-card-with-image:hover {
  color: #ecf0ef;
}

.fn-features-card-with-image.slider-cards {
  background-color: var(--color--main-color-25);
}

.fn-heading-3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-heading-3.fn-heading-5 {
  font-family: var(--font--headings);
  font-size: 24px;
}

.fn-blog-slider {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.fn-section {
  background-color: var(--color--dark);
  color: #ecf0ef;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

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

.text-span-2 {
  color: var(--color--accent);
}

.paragraph {
  font-size: var(--type--subtitle);
}

.heading-2 {
  font-size: var(--type--h1);
}

.flex-block {
  flex-flow: column;
}

.image {
  object-fit: contain;
  align-self: flex-end;
  width: 23rem;
}

.flex-block-2 {
  width: 100%;
}

.columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 75rem;
  margin-top: 10px;
  display: flex;
}

.properties-heading-4 {
  margin-top: var(--h6);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--color--dark);
  font-size: var(--type--body-regular);
  text-align: center;
  white-space: normal;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.bold-text-3 {
  align-self: center;
}

.properties-heading-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--color--dark);
  white-space: nowrap;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.building-installation-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 52rem;
  margin-top: 60px;
}

.image-3 {
  flex: 0 auto;
  width: 18rem;
}

.flex-block-9 {
  grid-column-gap: var(--type--h2);
  grid-row-gap: var(--type--h2);
  color: var(--color--dark);
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 40rem;
}

.building-installation-diagram {
  font-size: var(--type--subtitle);
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
}

.building-installation-diagram-heading {
  margin-top: auto;
  margin-bottom: auto;
}

.image-4 {
  flex: 0 auto;
  width: 3rem;
}

.image-5 {
  flex: 0 auto;
  align-self: auto;
  width: 3rem;
  height: 3rem;
}

.ms-drawer-top {
  color: #121331;
  background-color: #f4f5f8;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 11px 10px 10px;
  font-weight: 400;
  display: flex;
}

.ms-drawer-top:hover {
  background-color: #2962ff1a;
}

.heading-6 {
  font-size: var(--type--h2);
  margin-top: 0;
}

.text-span-8 {
  color: var(--color--main-color);
  font-size: var(--type--subtitle);
}

.heading-12 {
  color: var(--color--accent);
}

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

.form-block {
  width: 100%;
  max-width: 350px;
  margin-bottom: 0;
}

.field-wrap {
  flex-direction: column;
  align-items: flex-start;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.field-wrap.hidden {
  display: none;
}

.label-3 {
  z-index: 2;
  color: #cecece;
  background-color: #fff;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 400;
  transition: font-size .2s, top .2s, color .2s;
  position: relative;
  top: 15px;
}

.label-3.when-filled {
  font-size: 12px;
  top: -9px;
}

.label-3.when-filled.focus {
  color: #5053f7;
}

.input-3 {
  border: 1.5px solid #cecece;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  transition: border-color .2s;
  position: absolute;
  inset: 0%;
}

.input-3:focus {
  border-style: solid;
  border-color: #5053f7;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-block-14 {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
}

.flex-block-15 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-self: center;
  align-items: center;
}

.flex-block-16 {
  justify-content: center;
  align-items: center;
}

.image-7, .image-8 {
  width: 104px;
  height: 104px;
}

.image-9 {
  aspect-ratio: 1;
}

.tile-pricing-properties {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--light);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 32px 32px;
  display: flex;
}

.grid-pricing-thirds-properties {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text-span-10 {
  font-size: 14px;
}

.text-block-3, .text-block-4, .text-block-6 {
  font-size: 20px;
}

.fn-error-message {
  text-align: center;
  background-color: #c33939;
  border-radius: 8px;
  margin-top: 24px;
}

.fn-success-message-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.fn-success-message {
  color: #0f1213;
  background-color: #df0;
  border-radius: 8px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-button-form {
  border: 1px solid var(--color--main-color);
  color: var(--color--light);
  background-color: #0000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 12px 42px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-form:hover {
  background-color: #3e4545;
}

.fn-checkbox {
  border: 1px solid var(--color--main-color);
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.fn-checkbox.w--redirected-checked {
  background-color: #df0;
  background-image: url('../images/Vector-1-Stroke.svg');
  background-size: 8px 8px;
}

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

.fn-checkbox-wrapper {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.fn-field {
  border: 1px solid var(--color--main-color);
  color: var(--color--light);
  -webkit-text-stroke-color: var(--color--light);
  background-color: #0000;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1em;
  transition: border-color .25s;
}

.fn-field:hover {
  border-color: #cdd3d2;
}

.fn-field:active {
  border-color: var(--color--yellow);
}

.fn-field:focus {
  border-color: #df0;
}

.fn-field::placeholder {
  color: var(--color--light);
}

.fn-form-standard {
  color: var(--color--light);
  flex-direction: column;
  display: flex;
}

.fn-form {
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.fn-paragraph-no-margin-2 {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-heading-6 {
  color: var(--color--main-color);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-label-small {
  color: var(--color--accent);
  margin-bottom: 24px;
  line-height: 1em;
}

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

.fn-container-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: ". . . . . . . . ."
                 ". . . . . . . . ."
                 ". . . Area Area Area Area Area Area"
                 ". . . template-email-to-friend template-email-to-friend template-email-to-friend template-email-to-friend template-email-to-friend template-email-to-friend"
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section-2 {
  background-color: var(--color--dark);
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Inter, sans-serif;
  display: flex;
}

.text-span-11 {
  color: var(--color--accent);
}

.heading-14, .heading-15, .heading-16 {
  color: var(--color--dark);
}

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

.code-embed {
  border: 1px solid var(--color--main-color);
  color: var(--color--dark);
  border-radius: 8px;
}

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

.heading-17 {
  font-size: var(--type--subtitle);
  margin-top: 0;
  margin-bottom: 33px;
  font-weight: 600;
}

.heading-18 {
  font-size: var(--type--subtitle);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

.heading-19 {
  font-size: var(--type--h2);
}

.help-selector {
  border-radius: 8px;
  padding-right: 0;
}

.paragraph-3 {
  font-size: var(--type--body-big);
}

.paragraph-4 {
  font-size: var(--type--body-big);
  margin-bottom: 0;
}

.quack-phone {
  color: var(--color--main-color);
  font-size: var(--type--subtitle);
  text-align: center;
  align-self: center;
  font-weight: 500;
  text-decoration: none;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-self: flex-start;
  display: flex;
}

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

.fh-hero-image-wrapper-second {
  border-radius: 0;
  width: 542px;
  height: 720px;
  overflow: hidden;
}

.fn-button-secondery-2 {
  border: 4px solid var(--color--light);
  color: var(--color--light);
  background-color: #0000;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 137px;
  height: 60px;
  max-height: 80px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery-2:hover {
  background-color: var(--color--accent-50);
}

.fn-button-2 {
  border: 4px solid var(--color--accent);
  background-color: var(--color--dark);
  color: var(--color--light);
  text-align: center;
  -webkit-text-stroke-color: var(--color--light);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button-2:hover {
  border-color: var(--color--dark);
  background-color: var(--color--accent-50);
  opacity: .9;
}

.fn-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.fn-paragraph-3 {
  color: var(--color--dark);
  font-size: var(--type--subtitle);
  margin-bottom: 32px;
  line-height: 1.6em;
}

.fn-heading-1 {
  color: var(--color--dark);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1.2em;
}

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

.fn-container-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section-4 {
  background-color: var(--color--main-color-50);
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Inter, sans-serif;
  display: flex;
}

.fn-link-arrow-2 {
  color: var(--color--accent);
  -webkit-text-stroke-color: var(--color--dark);
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow-2 {
  color: var(--color--accent);
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
  display: flex;
}

.fn-paragraph-4 {
  color: var(--color--gray);
  font-size: var(--type--body-regular);
  margin-bottom: 32px;
  font-weight: 500;
  line-height: 1.6em;
}

.fn-heading-8 {
  font-family: Inter, sans-serif;
  font-size: var(--type--subtitle);
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-blog-info-wrapper-2 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.fn-features-card-column-2 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.fn-features-card-image-2 {
  box-sizing: content-box;
  aspect-ratio: 1;
  object-fit: cover;
  flex: 1;
  align-self: center;
  width: 100%;
  max-width: 100%;
  max-height: 20rem;
  display: block;
}

.fn-features-card-with-image-2 {
  background-color: var(--color--main-color);
  color: #ecf0ef;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.fn-features-card-with-image-2:hover {
  color: #ecf0ef;
}

.fn-heading-9 {
  color: var(--color--dark);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-column-center-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fn-section-5 {
  background-color: var(--color--light);
  color: var(--color--gray);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Inter, sans-serif;
  display: flex;
}

.fn-features-card-image-bch {
  object-fit: cover;
  flex: 1;
  width: 100%;
  max-height: 20rem;
}

.text-span-12 {
  font-size: var(--type--body-regular);
}

.text-block-8 {
  color: var(--color--dark);
  font-family: Inter, sans-serif;
  font-size: var(--type--body-big);
  font-weight: 600;
  text-decoration: none;
}

.text-block-9 {
  color: var(--color--dark);
  font-family: Inter, sans-serif;
  font-size: var(--type--body-regular);
  -webkit-text-stroke-color: var(--color--dark);
  font-weight: 600;
}

.fn-slide-item-wrapper-testimonial {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #939b9b;
  border: 0 solid #687373;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.h3 {
  color: #000;
  text-align: left;
  margin-top: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
}

.card_pricing {
  box-shadow: -6px 7px 7px 0 var(--color--accent);
  color: #254555;
  background-color: #f0f0f0;
  border-radius: 25px;
  flex-direction: column;
  align-items: flex-start;
  width: 22rem;
  padding: 40px;
  display: flex;
}

.card_pricing.featured {
  border: 2px #000;
  position: relative;
}

.grid_cards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr 1.5fr 1.5fr;
  align-items: center;
  max-height: none;
}

.button {
  background-color: var(--color--main-color-50);
  font-size: var(--type--body-big);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 2px solid #254555;
  border-radius: 50px;
  align-self: center;
  padding: 13px 25px;
  font-weight: 500;
}

.button:hover {
  border-color: var(--color--main-color);
  background-color: var(--color--accent-50);
}

.icon-3 {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.price {
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 700;
}

.heading-22 {
  font-size: var(--type--h2);
}

.fn-get-a-demo-link {
  color: #df0;
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 230px;
  font-size: 16px;
  line-height: 1.4em;
  text-decoration: none;
  transition: letter-spacing .25s;
  display: flex;
  position: relative;
}

.fn-get-a-demo-link:hover {
  color: #df0;
  letter-spacing: .3em;
}

.fn-get-a-demo-link.w--current:hover {
  color: #df0;
}

.wbs-hero-image {
  border-radius: 10px;
}

.wbs-button-link-icon-image {
  height: 20px;
}

.wbs-button-link-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 4px solid var(--color--dark);
  background-color: var(--color--light);
  box-shadow: 0 2px 5px 3px var(--color--main-color-50);
  color: var(--flowstica-webflow-library--black\<deleted\|variable-0b2c7b79\>);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 60px;
  align-items: center;
  padding: 9px 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.wbs-button-black {
  background-color: var(--color--dark);
  box-shadow: 0 2px 5px 3px var(--color--main-color-50);
  color: var(--flowstica-webflow-library--white\<deleted\|variable-a085b4b2\>);
  border-radius: 60px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.wbs-button-black:hover {
  background-color: var(--flowstica-webflow-library--black-2\<deleted\|variable-8adb373e\>);
  color: var(--flowstica-webflow-library--white\<deleted\|variable-a085b4b2\>);
}

.wbs-hero-1-button {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.wbs-spacing-30 {
  height: 1.875rem;
}

.wbs-lead-text {
  color: var(--color--gray);
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.wbs-heading-h1 {
  color: var(--color--main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.3em;
  transform: translate(0);
}

.wbs-hero-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.wbs-container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.quack-back {
  background-color: var(--color--light);
  padding: 6.25rem 5%;
}

.text-span-13 {
  color: var(--color--dark);
  font-size: 2.75rem;
}

.text-span-14 {
  color: var(--color--accent);
}

.text-block-10 {
  color: var(--color--main-color);
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.help-centre {
  border: 8px solid var(--color--main-color-50);
  box-shadow: inset 4px 3px 7px -2px var(--color--accent), 4px 8px 4px 2px var(--color--main-color-25);
  border-radius: 20px;
  flex: 1;
  padding: 20px;
  text-decoration: none;
}

.help-my-internet-isn-t-working {
  border: 8px solid var(--color--main-color-50);
  box-shadow: inset 4px 3px 7px -2px var(--color--accent), 4px 8px 4px 2px var(--color--main-color-25);
  border-radius: 20px;
  padding: 20px;
  text-decoration: none;
}

.email-a-duck {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border: 8px solid var(--color--main-color-50);
  box-shadow: inset 4px 3px 7px -2px var(--color--accent), 4px 8px 4px 2px var(--color--main-color-25);
  border-radius: 20px;
  flex-flow: row;
  flex: 0 auto;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.quack-a-duck-copy {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border: 8px solid var(--color--main-color-50);
  box-shadow: inset 4px 3px 7px -2px var(--color--accent), 4px 8px 4px 2px var(--color--main-color-25);
  border-radius: 20px;
  flex: 0 auto;
  align-self: stretch;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.flex-block-21 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  margin-top: 40px;
}

.container-7 {
  flex: 0 auto;
  align-self: auto;
  display: block;
}

.quack-phone-copy {
  border: 1px solid var(--color--main-color);
  color: var(--color--main-color);
  font-size: var(--type--subtitle);
  text-align: center;
  align-self: center;
  font-weight: 500;
  text-decoration: none;
}

.text-block-14 {
  font-weight: 400;
}

.heading-26 {
  text-align: center;
  margin-bottom: 60px;
}

.column-footer-links-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.business-internet-plans-wrap-outer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
}

.feature-list-business-internet-plan-card {
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  align-content: start;
  margin-bottom: 22.5px;
  display: flex;
}

.feature-wrap-business-internet-plan-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.feature-label-business-internet-plan-card {
  text-align: left;
  margin-bottom: 0;
  font-weight: 400;
}

.feature-list-business-internet-plan-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.button-check-business-availability {
  background-color: var(--color--main-color-50);
  font-size: var(--type--body-big);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 2px solid #254555;
  border-radius: 50px;
  align-self: center;
  padding: 13px 25px;
  font-weight: 500;
}

.button-check-business-availability:hover {
  border-color: var(--color--main-color);
  background-color: var(--color--accent-50);
}

.button-check-business-availability:active {
  mix-blend-mode: normal;
}

.bold-text-6 {
  font-size: var(--type--h3);
}

.heading-27 {
  font-size: var(--type--h1);
}

.heading-28 {
  font-size: var(--type--h2);
}

.heading-29 {
  font-size: var(--type--subtitle);
}

.heading-30 {
  font-size: var(--h6);
}

.heading-31 {
  font-size: var(--h5);
}

.text-span-25, .text-span-26 {
  white-space: nowrap;
}

.heading-32 {
  color: var(--color--main-color);
}

.text-span-29 {
  color: var(--color--accent);
}

.image-21, .image-22, .image-23, .image-24 {
  width: 6rem;
}

.image-25, .image-26 {
  width: 3rem;
}

.building-installation-step-wrap {
  grid-column-gap: var(--h5);
  grid-row-gap: var(--h5);
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
}

.building-installation-steps {
  grid-column-gap: var(--type--h2);
  grid-row-gap: var(--type--h2);
  color: var(--color--dark);
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 40rem;
}

.text-size-large {
  font-size: 2rem;
}

.text-size-large.text-weight-bold {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.pricing_details-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-regular, .text-size-regular.text-weight-bold {
  font-size: 1rem;
}

.pricing_features-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.padding-section-medium {
  font-family: Inter, sans-serif;
  overflow: hidden;
}

.bold-text {
  text-align: left;
  font-size: 4rem;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-medium {
  text-transform: capitalize;
}

.text-size-xlarge {
  font-size: 3rem;
}

.pricing_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.pricing_tab-link {
  color: #e873ff;
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}

.pricing_tab-link.w--current {
  color: #fff;
  background-color: #6ea4bf;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}

.pricing_tabs {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.pricing_title-wrap-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-span-30 {
  font-size: 1.6rem;
}

.text-span-31 {
  text-transform: lowercase;
}

.pricing_title {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  border: 4px solid #e873ff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.pricing_title.is-second, .pricing_title.is-third {
  border-color: #254555;
}

.pricing_title.is-fourth {
  border-color: #000;
}

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

.pricing_features {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-shadow: inset 0 0 20px #e873ff80;
}

.pricing_features.is-fourth {
  box-shadow: inset 0 0 20px #00000080;
}

.pricing_features.is-second {
  box-shadow: inset 0 0 20px #6ea4bf;
}

.pricing_tick-wrap {
  background-color: #e873ff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing_tick-wrap.is-second, .pricing_tick-wrap.is-fourth, .pricing_tick-wrap.is-third {
  background-color: #6ea4bf;
}

.text-span-4 {
  color: #6ea4bf;
}

.pricing_title-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 20px #6ea4bf;
}

.text-span-6 {
  color: #6ea4bf;
}

.pricing_content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pricing_save-wrap {
  position: absolute;
  inset: auto -110px -64px auto;
  transform: rotate(30deg);
}

.pricing_tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #6ea4bf80;
  border-radius: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.pricing_star-image {
  align-self: flex-end;
  width: 100px;
  position: static;
  inset: 0% 100px 0% auto;
  overflow: hidden;
}

.pricing_content-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.pricing_link-block {
  color: #000;
  text-align: center;
  border: 4px solid #000;
  border-radius: 50px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
}

.pricing_link-block:hover {
  color: #e873ff;
  border-color: #e873ff;
}

.pricing_link-block.is-third {
  border-color: #254555;
}

.pricing_link-block.is-third:hover {
  color: #6ea4bf;
  border-color: #6ea4bf;
}

.pricing_link-block.is-second {
  border-color: #254555;
}

.pricing_link-block.is-second:hover {
  color: #6ea4bf;
  border-color: #6ea4bf;
}

.pricing_link-block.is-fourth {
  border-color: #254555;
}

.pricing_link-block.is-fourth:hover {
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-color: #6ea4bf;
  -webkit-background-clip: text;
  background-clip: text;
  border-color: #6ea4bf;
}

.section_pricing {
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing_tick-image {
  width: 20px;
}

.pricing_tick-image.is-fourth {
  filter: invert();
}

.text-span-7 {
  text-transform: lowercase;
}

.text-block-17 {
  color: #fff;
  font-weight: 700;
}

.pricing_tabs-content {
  width: 100%;
  margin-top: 100px;
  overflow: visible;
}

.bold-text-9 {
  font-size: var(--type--body-regular);
  text-align: left;
}

.text-block-18 {
  color: #fff;
  font-weight: 700;
}

.pricing_image {
  width: 200px;
  height: 150px;
}

.no-contracts {
  border: 1.6px solid #6ea4bf80;
  border-radius: 6px;
  flex: 1;
  margin-bottom: 30px;
  text-decoration: none;
  transition: all .2s;
  overflow: hidden;
  box-shadow: -2px 2px 5px #cb4327;
}

.heading-34 {
  color: #6ea4bf;
  font-size: var(--type--plan-name);
  white-space: nowrap;
}

.network-nerds-link {
  color: #6ea4bf;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.network-nerds-link:hover {
  color: #254555;
  transform: scale(1.1);
}

.heading-2-copy {
  color: #cb4327;
  white-space: normal;
  font-size: 18px;
}

.bold-text-11 {
  -webkit-text-stroke-color: #254555;
}

.bold-text-5 {
  white-space: nowrap;
  font-weight: 500;
}

.built-by-bostonian-network-nerdsbutton {
  background-color: #6ea4bf80;
  border-radius: 20px;
  flex: 0 auto;
  align-self: center;
  margin-top: 20px;
  position: static;
  inset: 60px 0% auto;
}

.built-by-bostonian-network-nerdsbutton:hover {
  border: 2px solid #cb4327;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.section-2 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Inter, sans-serif;
  display: block;
  position: relative;
  overflow: hidden;
}

.container-8 {
  border: 1.6px solid #6ea4bf80;
  border-radius: 6px;
  flex: 1;
  margin-bottom: 30px;
  box-shadow: -2px 2px 5px #cb4327;
}

.flex-block-22 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-top: 80px;
}

.blog-thumbnail-container {
  border: 1.6px solid #6ea4bf80;
  border-radius: 6px;
  flex: 1;
  margin-bottom: 30px;
  text-decoration: none;
  transition: all .2s;
  overflow: hidden;
  box-shadow: -2px 2px 5px #cb4327;
}

.blog-thumbnail-container:hover {
  transform: translate(0, -5px);
}

.heading-35 {
  color: #2e2f2f;
  font-size: 16px;
}

.built-by-bostonian-network-nerds-heading {
  color: #254555;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}

.section-header {
  text-align: center;
  justify-content: center;
  margin: 0 auto 80px;
  display: block;
}

.padding {
  padding: 20px;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-3 {
  flex: none;
  width: 25%;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.bold-text-14 {
  color: #254555;
  font-size: 2rem;
}

.flex-horizontal {
  flex-flow: column;
  display: flex;
}

.link, .link-2, .link-3 {
  text-decoration: none;
}

.content-wrapper {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-direction: column;
  display: flex;
}

.container-large-2 {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

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

.content-image-block {
  background-color: var(--color--accent-25);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 488px;
  min-height: 488px;
  padding: 32px;
  display: flex;
}

.content-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-start;
  display: flex;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.content-feature-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

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

.h3-heading {
  color: var(--color--dark);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph-x-large {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.overline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subheading-regular {
  color: var(--color--dark);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.image-27 {
  border-radius: 8px;
}

.flex-block-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-left: 0;
  padding-right: 20px;
}

.concierge-class-button {
  background-color: var(--color--accent-50);
  text-align: center;
  border-radius: 8px;
  flex: 0 auto;
  align-self: center;
}

.heading-36 {
  letter-spacing: 2.2px;
  text-transform: uppercase;
  white-space: nowrap;
  align-self: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
}

.text-span-38 {
  letter-spacing: 1px;
  text-transform: lowercase;
}

.flex-block-24 {
  flex-flow: column;
  flex: 1;
}

.text-span-39, .bold-text-15, .bold-text-16 {
  white-space: nowrap;
}

.column-x-small-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1216px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-block-25 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.link-4 {
  align-self: center;
}

.link-4.h3 {
  color: var(--color--dark);
}

.heading-37 {
  align-self: center;
}

.bold-text-17 {
  text-align: center;
  text-decoration: none;
}

.list-item-2, .list-item-3, .list-item-4 {
  margin-bottom: 10px;
}

.section-3 {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 72px;
  }

  .text-style-h3 {
    font-size: 26px;
  }

  .section {
    object-fit: scale-down;
    padding-top: 60px;
  }

  .section.hero-home {
    padding-top: 52px;
    overflow: clip;
  }

  .section.hero-work-inner {
    padding-top: 64px;
  }

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

  .text-style-h1 {
    font-size: 64px;
  }

  .subtitle {
    font-size: 26px;
  }

  .left-column-template-details {
    display: none;
  }

  .body-big {
    font-size: var(--type--body-regular);
  }

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

  .text-style-h2 {
    font-size: 64px;
  }

  .columns-template-details {
    flex-direction: column;
  }

  .link-cta {
    align-self: stretch;
    height: 48px;
  }

  .span-accent {
    font-size: var(--type--h2);
    vertical-align: bottom;
    flex-flow: column;
    display: flex;
  }

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

  .menu-cta-wrap.mobile {
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    display: flex;
  }

  .menu-cta-wrap.desktop {
    display: none;
  }

  .nav-menu {
    z-index: 11;
    background-color: #fff;
    border-top: 1px solid #1515151a;
    width: 100%;
    max-height: 80vh;
    margin-top: 0;
    margin-right: 0;
    padding: 24px 24px 32px;
    display: block;
    overflow: scroll;
  }

  .nav-container {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brand-menu-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
    position: static;
  }

  .nav-mid {
    justify-content: center;
    align-items: center;
    position: absolute;
  }

  .brand-link {
    justify-content: center;
    align-items: center;
  }

  .menu-close-icon {
    width: 20px;
    display: none;
  }

  .menu-hamburger-icon {
    width: 20px;
  }

  .nav-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    margin-left: auto;
    display: flex;
    position: static;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    color: #0e0e0e;
    background-color: #0000;
  }

  .nav-link {
    padding: 12px 16px;
    font-size: 22px;
  }

  .nav-link.w--current {
    background-color: #0000;
  }

  .navbar {
    border-radius: 0;
  }

  .flex-bottom-hero-home {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .no-margins {
    font-size: var(--type--subtitle);
  }

  .no-margins.neighborhood-name {
    font-size: var(--type--body-big);
  }

  .text-subheading-project {
    font-size: 20px;
  }

  .list-services-animated {
    margin-bottom: 0;
  }

  .big-text-service-animated {
    font-size: 56px;
  }

  .image-service-animated {
    display: none;
  }

  .big-text {
    font-size: 24px;
  }

  .grid-process-thirds {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "Area";
  }

  .bottom-process-one {
    font-size: var(--type--body-regular);
  }

  .h2-contact {
    padding-bottom: 20px;
    font-size: 64px;
  }

  .bottom-contact {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .left-contact {
    flex-wrap: wrap;
  }

  .single-contact-link {
    font-size: 28px;
  }

  .legal-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .column-footer-links {
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .link-footer {
    color: var(--color--light);
  }

  .third-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link-footer-social {
    color: var(--color--light);
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .second-footer {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .wrap-image-moving-insta {
    width: 350px;
    height: 250px;
  }

  .overlay-moving-insta {
    display: flex;
  }

  .grid-work-halves {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .limit-project-template {
    width: 100%;
  }

  .title-wrap-services {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .grid-single-service {
    grid-template-columns: 1fr;
  }

  .grid-blog-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .grid-pricing-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 440px;
  }

  .tile-changelog {
    padding-right: 4px;
  }

  .heading {
    display: flex;
  }

  .fn-heading-5 {
    padding-bottom: 10px;
  }

  .fn-features-card-image {
    width: 100%;
  }

  .fn-features-card-with-image.slider-cards {
    flex: 0 auto;
    align-self: stretch;
    height: 400px;
  }

  .fn-heading-3 {
    font-size: 32px;
  }

  .fn-heading-3.fn-heading-5 {
    flex: 0 auto;
  }

  .fn-blog-slider {
    object-fit: scale-down;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
  }

  .fn-section {
    aspect-ratio: auto;
    object-fit: scale-down;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: visible;
  }

  .heading-2 {
    font-size: var(--type--h2);
  }

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

  .image {
    order: 0;
    align-self: flex-end;
    width: 21rem;
  }

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

  .columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 40rem;
    display: block;
  }

  .properties-heading-4 {
    position: relative;
  }

  .properties-heading-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: none;
    align-self: stretch;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .building-installation-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .building-installation-wrapper.tablet {
    width: 40rem;
  }

  .building-installation-diagram {
    font-size: var(--type--body-big);
  }

  .heading-6 {
    font-size: var(--type--h3);
    text-align: left;
    width: auto;
    margin-left: 130px;
    font-weight: 700;
    line-height: 130%;
    display: block;
    position: static;
  }

  .heading-12 {
    font-size: var(--type--h1);
    text-align: right;
  }

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

  .flex-block-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: var(--type--body-regular);
  }

  .flex-block-16 {
    object-fit: scale-down;
  }

  .image-7, .image-8 {
    position: relative;
  }

  .image-9 {
    align-self: center;
    position: relative;
  }

  .grid-pricing-thirds-properties {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 440px;
  }

  .fn-heading-6 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-container-grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: ". . . . . . ."
                         ". . . . . . ."
                         ". Area Area Area Area Area Area"
                         ". template-email-to-friend template-email-to-friend template-email-to-friend template-email-to-friend template-email-to-friend template-email-to-friend";
  }

  .fn-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-19 {
    align-self: flex-end;
  }

  .quack-phone {
    font-size: var(--type--body-regular);
    align-self: center;
  }

  .container {
    align-self: center;
  }

  .fh-hero-image-wrapper-second {
    width: 100%;
    height: 460px;
  }

  .fn-button-secondery-2 {
    transition: none;
  }

  .fn-button-secondery-2:hover {
    background-color: #0000;
  }

  .fn-button-2 {
    height: 60px;
  }

  .fn-button-wrapper {
    align-self: flex-start;
  }

  .fn-heading-1 {
    font-size: 48px;
  }

  .fn-container-grid-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-features-card-image-2 {
    aspect-ratio: auto;
    object-fit: fill;
    flex: 0 auto;
    align-self: auto;
  }

  .fn-heading-9 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-section-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-features-card-image-bch {
    flex: 0 auto;
  }

  .h3 {
    margin-bottom: 0;
  }

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

  .fn-get-a-demo-link {
    width: 218px;
    height: 218px;
  }

  .fn-get-a-demo-link:hover {
    letter-spacing: .1em;
  }

  .wbs-heading-h1 {
    font-size: 3.2rem;
    line-height: 1.2em;
  }

  .wbs-hero-1 {
    grid-template-columns: 1fr;
  }

  .quack-back {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .heading-24 {
    margin-top: 0;
  }

  .container-6 {
    object-fit: scale-down;
  }

  .quick-stack-3 {
    align-self: stretch;
  }

  .help-centre {
    flex: none;
    align-self: center;
  }

  .help-my-internet-isn-t-working {
    flex: 1;
  }

  .email-a-duck {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    flex: none;
    align-self: center;
    display: flex;
  }

  .image-16 {
    align-self: center;
    max-width: 120px;
  }

  .quack-a-duck-copy {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    flex: none;
    align-self: stretch;
    display: flex;
  }

  .flex-block-21 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .quack-phone-copy {
    font-size: var(--type--body-regular);
    align-self: center;
  }

  .text-block-14 {
    color: var(--color--light);
    font-size: var(--type--body-regular);
  }

  .column-footer-links-copy {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .feature-label-business-internet-plan-card {
    margin-top: 0;
  }

  .bold-text-6 {
    font-size: var(--type--body-regular);
  }

  .bold-text-7 {
    font-weight: 400;
    position: relative;
  }

  .image-18, .image-19, .image-20, .bold-text-8 {
    position: relative;
  }

  .heading-32 {
    text-align: left;
    display: block;
  }

  .building-installation-steps.tablet {
    width: 24rem;
  }

  .heading-33 {
    font-size: var(--type--h1);
    text-align: right;
    display: block;
  }

  .text-size-xlarge {
    text-align: left;
  }

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

  .pricing_star-image {
    top: 20%;
    left: 5%;
  }

  .section_pricing {
    padding-bottom: 40px;
  }

  .no-contracts {
    max-width: none;
    margin-bottom: 30px;
  }

  .heading-34 {
    font-size: var(--type--subtitle);
  }

  .bold-text-5 {
    font-weight: 500;
  }

  .built-by-bostonian-network-nerdsbutton {
    margin-top: 25px;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .container-8 {
    object-fit: fill;
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    max-width: none;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .col.lg-3._2-col-in-mobile {
    width: 50%;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .bold-text-14 {
    font-size: 2rem;
  }

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

  .content-image-block {
    max-width: none;
  }

  .flex-block-23 {
    padding-right: 60px;
  }

  .flex-block-24 {
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 36px;
  }

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

  .section.dark, .section.hero-home {
    overflow: hidden;
  }

  .section.hero-pricing, .section.small-business-hero-pricing {
    padding-top: 64px;
  }

  .text-style-h1 {
    font-size: 52px;
  }

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

  .left-column-template-details {
    display: none;
  }

  .body-big {
    font-size: var(--type--body-regular);
  }

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

  .text-style-h2 {
    font-size: 52px;
  }

  .columns-template-details {
    flex-direction: column;
  }

  .tile-template-details {
    padding: 24px;
  }

  .span-accent {
    font-size: var(--type--h2);
    display: block;
  }

  .nav-menu {
    margin-top: 0;
  }

  .brand-navbar {
    display: block;
  }

  .brand-link {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  .master-title-home {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .single-title-home {
    font-size: var(--type--h1);
    flex-flow: wrap;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
  }

  .hide {
    flex: 0 auto;
    align-self: center;
  }

  .flex-bottom-hero-home {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-heading-left.mg-bottom-80 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .flex-heading-left.mg-bottom-100 {
    margin-bottom: 72px;
  }

  .abstract-heading {
    width: 48px;
    height: 48px;
  }

  .no-margins.neighborhood-name {
    font-size: var(--type--subtitle);
  }

  .text-subheading-project {
    font-size: 24px;
  }

  .single-service-animated {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .big-text-service-animated {
    font-size: 52px;
  }

  .grid-process-thirds {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .wrap-process-one {
    overflow: hidden;
  }

  .h2-contact {
    font-size: 44px;
  }

  .legal-footer {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .column-footer-links {
    text-align: center;
    align-items: center;
  }

  .link-big-email-footer {
    font-size: 9vw;
  }

  .third-footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .right-third-footer {
    flex-wrap: wrap;
    justify-content: center;
  }

  .second-footer {
    grid-row-gap: 100px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .wrap-image-moving-insta {
    width: 300px;
    height: 200px;
  }

  .heading-faq {
    font-size: 22px;
    line-height: 28px;
  }

  .text-faq {
    font-size: 16px;
    line-height: 140%;
  }

  .grid-work-halves {
    grid-row-gap: 72px;
  }

  .grid-blog-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .tile-changelog {
    padding: 32px 24px;
  }

  .heading {
    font-size: var(--type--subtitle);
    text-align: center;
    justify-content: center;
    align-items: center;
    display: inline;
  }

  .fn-heading-5 {
    font-size: var(--type--h3);
    align-self: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .fn-features-card-image {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 50%;
    flex: 1;
    align-self: center;
    height: 170px;
  }

  .fn-features-card-with-image.slider-cards {
    aspect-ratio: 1;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 16.25rem;
  }

  .fn-heading-3 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-heading-3.fn-heading-5 {
    font-size: var(--type--h3);
  }

  .fn-blog-slider {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: hidden;
  }

  .paragraph {
    font-size: var(--type--body-big);
  }

  .heading-2 {
    font-size: var(--type--h2);
  }

  .flex-block {
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .image {
    width: 8rem;
  }

  .body {
    overflow: visible;
  }

  .columns {
    grid-column-gap: var(--h5);
    grid-row-gap: var(--h5);
    display: flex;
  }

  .fn-form-standard {
    align-self: auto;
  }

  .fn-heading-6 {
    font-size: 34px;
  }

  .fn-label-small {
    margin-bottom: 12px;
  }

  .fn-container-grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template: "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   ". . . . . . ."
                   "Area Area Area Area Area Area Area"
                   "template-email-to-friend template-email-to-friend template-email-to-friend template-email-to-friend template-email-to-friend template-email-to-friend template-email-to-friend"
                   / 1fr 1fr 1fr 1fr;
  }

  .fn-section-2 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .heading-19 {
    align-self: flex-end;
  }

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

  .fh-hero-image-wrapper-second {
    display: none;
  }

  .fn-button-2 {
    width: 100%;
  }

  .fn-paragraph-3 {
    margin-bottom: 24px;
  }

  .fn-heading-1 {
    margin-bottom: 12px;
    font-size: 38px;
  }

  .fn-container-grid-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    overflow: hidden;
  }

  .fn-section-4 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-paragraph-4 {
    margin-bottom: 24px;
  }

  .fn-heading-8 {
    font-size: 18px;
  }

  .fn-blog-info-wrapper-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .fn-features-card-image-2 {
    aspect-ratio: 1;
    object-fit: cover;
    flex: 0 auto;
  }

  .fn-heading-9 {
    font-size: 34px;
  }

  .fn-section-5 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-features-card-image-bch {
    flex: 1;
    height: 170px;
  }

  .grid_cards {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .fn-get-a-demo-link {
    width: auto;
    height: auto;
  }

  .wbs-heading-h1 {
    font-size: 2.4rem;
    line-height: 1.1em;
  }

  .quack-back {
    padding: 2rem 2%;
  }

  .heading-24 {
    font-size: var(--type--h2);
  }

  .quick-stack-3 {
    align-self: stretch;
  }

  .column-footer-links-copy {
    text-align: center;
    align-items: center;
  }

  .feature-list-business-internet-plan-card {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .text-size-large {
    font-size: 2.5rem;
  }

  .text-size-large.text-weight-bold {
    font-size: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-small.text-weight-bold.text-align-center {
    text-align: left;
    white-space: nowrap;
    font-size: .75rem;
  }

  .pricing_title.is-third {
    position: static;
  }

  .pricing_star-image {
    top: -40%;
    left: 0%;
  }

  .heading-34 {
    font-size: 1.2rem;
  }

  .heading-2-copy {
    white-space: normal;
    font-size: 1.4rem;
  }

  .bold-text-5 {
    white-space: normal;
  }

  .built-by-bostonian-network-nerdsbutton {
    white-space: nowrap;
    margin-top: 60px;
  }

  .built-by-bostonian-network-nerds-heading, .bold-text-12 {
    font-size: 1.6rem;
  }

  .col.lg-3._2-col-in-mobile {
    overflow: visible;
  }

  .row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .bold-text-14 {
    font-size: 1.6rem;
  }

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

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

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

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

  .flex-block-23 {
    padding-right: 20px;
  }

  .flex-block-24 {
    flex: 1;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 32px;
    font-size: 22px;
    line-height: 125%;
  }

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

  .section {
    padding-top: 20px;
  }

  .section.hero-home {
    padding-top: 40px;
    overflow: clip;
  }

  .section.hero-works {
    padding-top: 52px;
    padding-bottom: 56px;
  }

  .section.hero-services {
    padding-top: 52px;
  }

  .section.hero-blogs {
    padding-top: 56px;
  }

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

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

  .section.small-business-hero-pricing {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .text-style-h1 {
    font-size: 46px;
  }

  .subtitle {
    font-family: var(--font--headings);
    font-size: var(--type--h2);
  }

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

  .body-big {
    font-size: var(--type--body-regular);
    white-space: break-spaces;
  }

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

  .text-style-h2 {
    font-size: 46px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrap-template-ui {
    padding: 16px;
  }

  .link-cta {
    overflow: visible;
  }

  .menu-cta-wrap.mobile {
    display: block;
  }

  .menu-cta-wrap.desktop {
    display: none;
  }

  .nav-menu {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand-menu-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
  }

  .brand-link {
    height: 18px;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    height: 72px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .master-title-home {
    justify-content: center;
    align-items: flex-start;
  }

  .single-title-home {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
  }

  .hide {
    flex: 1;
    align-self: stretch;
  }

  .flex-bottom-hero-home {
    white-space: normal;
  }

  .subtitle-home {
    font-size: var(--type--subtitle);
    align-self: stretch;
  }

  .flex-heading-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-heading-left.mg-bottom-80 {
    align-self: center;
  }

  .abstract-heading {
    align-self: flex-start;
  }

  .no-margins {
    font-size: var(--type--h3);
  }

  .no-margins.neighborhood-name {
    font-size: var(--type--subtitle);
  }

  .text-subheading-project {
    font-size: 20px;
  }

  .link-project-main {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .wrap-image-project-main.work-general-wrap {
    padding-top: 100%;
  }

  .container-medium {
    padding-left: 16px;
    padding-right: 16px;
  }

  .list-services-animated {
    margin-bottom: 0;
  }

  .single-service-animated {
    justify-content: flex-start;
    align-items: center;
  }

  .number-service-animated {
    width: 12vw;
    margin-bottom: 0;
  }

  .big-text-service-animated {
    font-size: 9.5vw;
    line-height: 100%;
  }

  .image-service-animated {
    display: none;
  }

  .flex-under-animated-services {
    margin-top: 52px;
  }

  .big-text {
    font-size: 22px;
  }

  .h2-contact {
    font-size: 9vw;
  }

  .column-footer-links {
    flex-flow: wrap;
    align-self: center;
  }

  .link-footer {
    font-size: var(--footer-link);
  }

  .link-big-email-footer {
    height: 110px;
    font-size: 8.2vw;
  }

  .brand-footer {
    object-fit: fill;
  }

  .second-footer {
    grid-row-gap: 80px;
    align-items: center;
  }

  .wrap-image-moving-insta {
    width: 210px;
    height: auto;
  }

  .expandable-single-big {
    padding: 16px 0;
  }

  .heading-faq {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .single-faq {
    padding: 24px;
  }

  .link-filter {
    height: 44px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .title-wrap-services {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .title-wrap-blogs {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-bottom: 52px;
  }

  .title-wrap-blog-template, .wrap-image-blog-hero {
    margin-bottom: 48px;
  }

  .container-small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .title-wrap-pricing {
    margin-bottom: 52px;
  }

  .tile-pricing {
    padding: 32px 24px;
  }

  .checkout-form {
    padding-top: 48px;
  }

  .order-item {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-direction: column;
    align-items: flex-start;
  }

  .block-content {
    padding: 16px;
  }

  .top-price {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
    margin-left: 0;
  }

  .top-order {
    margin-bottom: 12px;
    margin-left: 0;
  }

  .h1-cms-template {
    font-size: 38px;
  }

  .heading {
    font-size: var(--type--subtitle);
  }

  .fn-heading-5 {
    font-size: var(--type--h3);
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .fn-features-card-with-image.slider-cards {
    flex: 1;
    align-self: center;
  }

  .fn-heading-3.fn-heading-5 {
    padding-top: 5px;
  }

  .fn-blog-slider {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .fn-section {
    flex-flow: column;
  }

  .paragraph {
    font-size: var(--type--body-big);
  }

  .image {
    width: var(--type--h1);
    object-fit: cover;
    flex: 1;
    align-self: flex-end;
    display: block;
    overflow: hidden;
  }

  .body {
    object-fit: contain;
    overflow: visible;
  }

  .building-installation-wrapper.tablet {
    overflow: hidden;
  }

  .heading-12 {
    font-size: var(--type--h2);
    text-align: left;
  }

  .body-3 {
    overflow: auto;
  }

  .tile-pricing-properties {
    padding: 32px 24px;
  }

  .fn-container-grid-2 {
    grid-column-gap: 1px;
    grid-template: ". . . . . . ." 0
                   "Area Area Area Area Area Area Area"
                   "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   "template-email-to-friend template-email-to-friend template-email-to-friend template-email-to-friend template-email-to-friend template-email-to-friend template-email-to-friend"
                   / 5.75fr;
    grid-auto-columns: .25fr;
  }

  .heading-13 {
    color: var(--color--light);
  }

  .heading-19 {
    font-size: var(--type--h3);
    align-self: flex-end;
  }

  .paragraph-3 {
    font-size: var(--type--body-regular);
  }

  .quack-phone {
    border-style: none;
    border-width: 0;
    flex: 0 auto;
    align-self: flex-start;
    max-width: 120px;
    font-size: 13px;
  }

  .container {
    max-width: 320px;
  }

  .fn-button-secondery-2, .fn-button-2, .fn-button-wrapper {
    width: 100%;
  }

  .fn-features-card-image-2 {
    height: 10.625rem;
  }

  .fn-slide-item-wrapper-testimonial {
    padding: 16px;
  }

  .h3 {
    font-size: var(--type--body-big);
  }

  .card_pricing {
    width: 18rem;
  }

  .button {
    text-align: center;
  }

  .icon-3 {
    align-self: auto;
  }

  .price {
    text-align: left;
  }

  .heading-22 {
    font-size: var(--type--body-regular);
  }

  .wbs-hero-1-button {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .wbs-heading-h1 {
    font-size: 2.3rem;
  }

  .quick-stack-3 {
    flex: 0 auto;
    align-self: stretch;
    max-width: 320px;
  }

  .email-a-duck, .quack-a-duck-copy {
    object-fit: scale-down;
    flex-flow: column;
    align-self: stretch;
    max-width: 320px;
  }

  .flex-block-21 {
    max-width: 320px;
  }

  .image-17 {
    align-self: center;
    max-width: 75px;
  }

  .quack-phone-copy {
    border-style: none;
    border-width: 0;
    flex: 0 auto;
    align-self: center;
    max-width: 120px;
    font-size: 13px;
  }

  .text-block-14 {
    text-transform: capitalize;
    font-weight: 400;
  }

  .heading-26 {
    font-size: 26px;
  }

  .column-footer-links-copy {
    flex-flow: wrap;
    align-self: center;
  }

  .business-internet-plans-wrap-outer {
    margin-bottom: 52px;
  }

  .feature-list-business-internet-plan-card {
    text-align: left;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .button-check-business-availability {
    text-align: center;
  }

  .bold-text-6 {
    font-size: var(--type--body-regular);
  }

  .heading-32 {
    color: var(--color--main-color);
    font-size: var(--type--body-regular);
  }

  .text-span-29 {
    color: var(--color--accent);
  }

  .heading-33 {
    font-size: var(--type--h2);
    text-align: left;
  }

  .text-size-regular.text-weight-bold {
    white-space: nowrap;
    font-size: .86rem;
  }

  .bold-text {
    font-size: 3rem;
    overflow: hidden;
  }

  .text-size-xlarge {
    padding-left: 0;
  }

  .pricing_title-wrap-copy {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

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

  .pricing_title-wrap {
    overflow: hidden;
  }

  .pricing_save-wrap {
    bottom: -32px;
    right: -64px;
  }

  .pricing_tabs-menu {
    flex-flow: row;
  }

  .pricing_star-image {
    flex: 0 auto;
    align-self: flex-end;
    width: 75px;
    padding-right: 0;
    position: static;
    inset: -46% 0% 0% auto;
    overflow: visible;
  }

  .bold-text-9 {
    font-size: var(--type--body-regular);
    white-space: nowrap;
    padding-left: 0;
    overflow: hidden;
  }

  .bold-text-10 {
    white-space: nowrap;
  }

  .no-contracts {
    margin-bottom: 30px;
  }

  .built-by-bostonian-network-nerdsbutton {
    margin-top: 40px;
    top: 10px;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-3, .col.lg-3._2-col-in-mobile {
    width: 100%;
  }

  .text-span-32, .text-span-33, .text-span-34, .text-span-35 {
    white-space: nowrap;
  }

  .content-image-block {
    min-height: auto;
    padding: 24px;
  }

  .content-feature-grid {
    grid-template-columns: 1fr;
  }

  .h3-heading {
    font-size: var(--type--plan-name);
  }

  .paragraph-x-large {
    font-size: var(--h5);
  }

  .column-x-small {
    margin-bottom: 20px;
  }

  .flex-block-23 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .concierge-class-button {
    align-self: center;
  }

  .heading-36 {
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    align-self: stretch;
  }

  .text-span-38 {
    text-transform: lowercase;
  }

  .flex-block-24 {
    align-self: stretch;
  }

  .column-x-small-copy {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
  }

  .link-4.h3 {
    text-align: center;
  }
}

#w-node-_0257affd-2dd0-ac93-a44f-d94e067949c9-9652869b {
  grid-area: span 1 / span 12 / span 1 / span 12;
  place-self: center;
}

#w-node-_268a4eef-699b-99b9-e1fb-b6d208698164-08698154 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268a4eef-699b-99b9-e1fb-b6d20869816d-08698154 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ed978a7f-1d1c-eec9-4569-0e7ccb5743e5-965286a2, #w-node-_2ebd78aa-b93a-b93c-4ab1-d022ee5f1cb9-965286a3 {
  place-self: stretch stretch;
}

#w-node-_0f135fcd-f42e-4d7e-f631-98b7d8f2f88c-965286b3 {
  align-self: auto;
}

#w-node-_28a23b3b-a8d8-1b19-aac6-8e5b7f6668d7-965286b5 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-ca58a684-01a6-7dfe-fea3-79fc3a75fea3-965286b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca58a684-01a6-7dfe-fea3-79fc3a75fea5-965286b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_28a23b3b-a8d8-1b19-aac6-8e5b7f6668e1-965286b5 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center end;
}

#w-node-cb2982ad-6462-8da8-341e-2037457279c7-965286b5 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
}

#w-node-cb2982ad-6462-8da8-341e-2037457279ce-965286b5 {
  grid-area: 2 / 2 / 3 / 7;
}

#w-node-cb2982ad-6462-8da8-341e-2037457279e1-965286b5 {
  grid-area: 2 / 7 / 3 / 12;
}

#w-node-_22c2ac67-1895-02bf-5671-977e3a3f6275-965286b5, #w-node-_22c2ac67-1895-02bf-5671-977e3a3f628b-965286b5, #w-node-_22c2ac67-1895-02bf-5671-977e3a3f62a1-965286b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22c2ac67-1895-02bf-5671-977e3a3f62b7-965286b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_619e4944-9231-b04c-ee11-c6925abfa09d-965286b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_619e4944-9231-b04c-ee11-c6925abfa0a4-965286b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

@media screen and (max-width: 991px) {
  #w-node-_0257affd-2dd0-ac93-a44f-d94e067949c9-9652869b {
    grid-column: span 8 / span 8;
    justify-self: center;
  }

  #w-node-_268a4eef-699b-99b9-e1fb-b6d208698164-08698154 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_28a23b3b-a8d8-1b19-aac6-8e5b7f6668d7-965286b5, #w-node-_28a23b3b-a8d8-1b19-aac6-8e5b7f6668e1-965286b5 {
    grid-column: span 4 / span 4;
  }

  #w-node-cb2982ad-6462-8da8-341e-2037457279c7-965286b5 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-cb2982ad-6462-8da8-341e-2037457279ce-965286b5, #w-node-cb2982ad-6462-8da8-341e-2037457279e1-965286b5 {
    grid-column: span 4 / span 4;
  }

  #w-node-_619e4944-9231-b04c-ee11-c6925abfa0a4-965286b6 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0257affd-2dd0-ac93-a44f-d94e067949c9-9652869b {
    grid-column: span 4 / span 4;
    justify-self: stretch;
  }

  #w-node-_0f135fcd-f42e-4d7e-f631-98b7d8f2f88c-965286b3 {
    align-self: stretch;
  }

  #w-node-cb2982ad-6462-8da8-341e-2037457279c7-965286b5, #w-node-cb2982ad-6462-8da8-341e-2037457279ce-965286b5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0257affd-2dd0-ac93-a44f-d94e067949c9-9652869b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-ca58a684-01a6-7dfe-fea3-79fc3a75fea3-965286b5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-ca58a684-01a6-7dfe-fea3-79fc3a75fea5-965286b5 {
    grid-column: span 2 / span 2;
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}