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

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

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

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

@font-face {
  font-family: Onest;
  src: url('../fonts/onestblack.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Onest;
  src: url('../fonts/onestlight.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Onest;
  src: url('../fonts/onestregular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Onest;
  src: url('../fonts/onestthin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Onest Icon;
  src: url('../fonts/roofing-x-icon-font.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral--600: #68686d;
  --neutral--800: #0e0e0e;
  --accent--primary-1: #b8974a;
  --neutral--100: white;
  --neutral--300: #f3f3f3;
  --secondary--color-1: #0d0d0d;
  --general--shadow-01: #14142b0f;
  --neutral--200: #fafafa;
  --neutral--400: #d6d6d6;
  --dark-black: #000;
  --neutral--500: #ababad;
  --neutral--700: #3f3f43;
  --system--green-400: #11845b;
  --system--blue-400: #086cd9;
  --system--blue-300: #1d88fe;
  --system--blue-200: #8fc3ff;
  --system--blue-100: #eaf4ff;
  --system--green-300: #05c168;
  --system--green-200: #7fdca4;
  --system--green-100: #def2e6;
  --system--300: #494949;
  --system--red-200: #ffbec2;
  --system--red-100: #ffeff0;
  --system--orange-400: #d5691b;
  --system--orange-300: #ff9e2c;
  --system--orange-200: #ffd19b;
  --system--orange-200-201: #e8ad8c;
  --system--orange-100: #fff3e4;
  --system--orange-100--v2: #ffe3d3;
  --flowui-component-library-gray-700: #020013;
  --flowui-component-library-gray-900: #160042;
  --general--shadow-02: #14142b14;
  --general--shadow-03: #14142b1a;
  --general--shadow-04: #14142b24;
  --general--shadow-05: #14142b29;
  --general--shadow-06: #14142b3d;
  --button-shadow--color-01: #f035350f;
  --button-shadow--color-2: #f0353514;
  --button-shadow--color-03: #f0353514;
  --button-shadow--white-01: #14142b0a;
  --button-shadow--white-02: #14142b0f;
  --button-shadow--white-03: #14142b1a;
  --cart2: #0b996900;
  --cart: var(--accent--primary-1);
  --flowui-component-library-white: white;
  --flowui-component-library-gray-200: #f3f5fb;
  --blue-dark-100: #1b212c;
  --flowui-component-library-grey-300: #e4e6f1;
  --flowui-component-library-gray-500: #6b7094;
  --flowui-component-library-gray-100: #f7f9fd;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--primary-base: #642eff;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

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

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

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

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

h1 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.222em;
}

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

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

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

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

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

p {
  margin-bottom: 16px;
}

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

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

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

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

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

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

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

blockquote {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  text-align: center;
  border: 0 solid #000;
  padding: 74px 180px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.417em;
}

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

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

.page-wrapper {
  width: 100%;
  min-height: auto;
  padding-bottom: 0;
}

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

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

.grid-2-columns.cta-v3 {
  grid-column-gap: 160px;
  grid-template-columns: .9fr 1fr;
}

.grid-2-columns.cta-v1 {
  grid-column-gap: 48px;
  grid-template-columns: 1fr auto;
}

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

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

.grid-2-columns.changelog-item.first {
  padding-top: 0;
}

.grid-2-columns.product-page {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  background-image: url('../images/highlight.webp');
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

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

.grid-2-columns._404-grid {
  grid-template-columns: 1fr 1fr;
  width: 98vw;
}

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

.grid-2-columns.cta-v3 {
  z-index: 1;
  grid-column-gap: 40px;
  grid-template-columns: 1fr auto;
}

.grid-2-columns.single-project-grid {
  grid-column-gap: 40px;
  grid-template-columns: 1.75fr 1fr;
  align-items: start;
}

.grid-2-columns.service-single-grid {
  grid-column-gap: 22px;
  grid-template-columns: 1.68fr 1fr;
  align-items: start;
  position: relative;
}

.grid-2-columns.team-member-page {
  grid-column-gap: 80px;
  grid-template-columns: 1.1fr .9fr;
}

.grid-2-columns.dropdown-subgrid, .grid-2-columns.dropdown-subgrid-main {
  grid-column-gap: 68px;
}

.grid-2-columns._2-col-mbl.gap-row-16px {
  grid-template-columns: 1fr;
  width: 300px;
  display: flex;
}

.grid-2-columns.footer-sub-grid {
  grid-column-gap: 40px;
  grid-column-gap: 40px;
  grid-template-columns: auto 1fr;
  justify-content: start;
  align-items: start;
}

.style---navigation-sidebar {
  z-index: 1;
  background-color: var(--secondary--color-1);
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.card {
  background-color: #0000;
  border-radius: 0;
}

.card.sticky-top.top-24px {
  top: 24px;
}

.card.checkout-block {
  border-color: var(--neutral--200);
  background-color: var(--neutral--200);
  margin-bottom: 28px;
  padding: 32px 32px 48px;
}

.card.v1 {
  border-color: var(--neutral--100);
  background-color: #0000;
  height: 100%;
  padding: 80px 60px;
}

.card.v4 {
  border-style: none;
  flex-direction: column;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.card.blog-author {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border-color: var(--neutral--200);
  background-color: var(--neutral--200);
  margin-top: 48px;
  padding: 60px 56px;
  display: flex;
}

.card.single-project-card {
  z-index: 3;
  border-color: var(--neutral--600);
  background-color: var(--neutral--800);
  padding: 64px 58px;
  position: sticky;
  top: 24px;
  overflow: hidden;
}

.card.single-service-rich-wrapper {
  border-style: none;
  max-width: 790px;
}

.card.v6 {
  border-color: var(--neutral--300);
  background-color: var(--neutral--200);
  height: 100%;
}

.card.team-member {
  border-color: var(--neutral--400);
}

.style---color-block {
  min-height: 180px;
  position: relative;
}

.style---color-block.bg-red-400 {
  background-color: var(--dark-black);
}

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

.style---color-block-name {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.color-neutral-600.mg-bottom-24px {
  text-align: center;
  margin-bottom: 20px;
}

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

.color-neutral-300.mg-bottom-32px {
  color: var(--neutral--800);
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divider.v2 {
  background-color: var(--neutral--600);
  min-width: 32px;
  color: var(--neutral--800);
  margin: 0 8px;
}

.divider.v3 {
  background-color: var(--neutral--100);
  min-width: 32px;
  color: var(--neutral--800);
  margin: 0 8px;
}

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

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

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

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

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

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

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

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

.mg-bottom-64px {
  justify-content: center;
  max-width: 2000px;
  margin-bottom: 40px;
  display: flex;
}

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

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

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

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

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

.text-200 {
  line-height: 1.111em;
}

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

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

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

.text-200.color-neutral-100.link {
  text-decoration: none;
}

.text-200.color-neutral-100.link:hover {
  color: var(--accent--primary-1);
}

.display-1 {
  color: var(--neutral--800);
  font-size: 90px;
  font-weight: 500;
  line-height: 1.156em;
}

.display-1.color-neutral-100, .display-1.display-hero {
  color: var(--neutral--100);
}

.display-1.display-hero.v1 {
  color: var(--flowui-component-library-gray-700);
  text-align: left;
  margin-bottom: 10px;
  font-family: Onest, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3em;
}

.grid-1-column {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

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

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

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

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

.display-2 {
  color: var(--neutral--800);
  font-size: 60px;
  font-weight: 500;
  line-height: 1.233em;
}

.display-2.color-neutral-100 {
  color: var(--neutral--800);
  margin-bottom: 10px;
  font-weight: 700;
}

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

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

.display-3.color-neutral-100.mg-bottom-30px {
  color: var(--system--green-400);
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  display: flex;
}

.display-4 {
  color: var(--neutral--800);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.429em;
}

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

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

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

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

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

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

.text-400.dropdown-column-title {
  color: var(--neutral--100);
  margin-bottom: 32px;
  font-weight: 700;
}

.text-400.dropdown-column-title.color-neutral-800 {
  color: var(--neutral--800);
}

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

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

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

.text-300.bold.footer-title {
  color: var(--neutral--100);
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.style---heading {
  justify-content: flex-start;
  align-items: center;
  min-height: 70vh;
  margin-bottom: 30px;
  padding: 72px 4vw;
  display: flex;
}

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

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

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

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

.inner-container._920px {
  max-width: 920px;
}

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

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

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

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

.inner-container._632px {
  max-width: 90%;
  padding-left: 0;
}

.inner-container._308px {
  max-width: 308px;
}

.inner-container._692px {
  max-width: 692px;
}

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

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

.inner-container._618px {
  max-width: 618px;
}

.inner-container._566px {
  max-width: 566px;
}

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

.inner-container._605px {
  max-width: 605px;
}

.inner-container._1038px {
  max-width: 1038px;
}

.inner-container._790px {
  max-width: 790px;
}

.style---content-heading {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--200);
  align-items: center;
  margin-bottom: 60px;
  padding: 48px;
  display: flex;
}

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

.mg-bottom-0 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 32px;
  display: block;
}

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

.style---card-wrapper {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
}

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

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

.style-buttons-dark {
  background-color: var(--neutral--800);
  padding: 48px;
}

.btn-primary {
  border: 1px solid var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 0;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

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

.btn-primary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.white {
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

.btn-primary.white:hover {
  color: var(--system--blue-100);
  background-color: #0000;
}

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

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

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

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

.btn-primary.btn-form {
  width: 100%;
}

.btn-primary.btn-form:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--secondary--color-1);
}

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

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

.btn-primary.cart {
  background-image: url('../images/add-to-cart-icon.png');
  background-position: 25% 45%;
  background-repeat: no-repeat;
  background-size: 21px;
  border-radius: 50px;
  flex: 1;
  display: block;
}

.btn-secondary {
  border: 1px solid var(--secondary--color-1);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 0;
  padding: 26px 38px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

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

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

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

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

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

.badge-primary {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  border-radius: 0;
  padding: 18px 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

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

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

.badge-primary.small {
  background-color: var(--cart);
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

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

.badge-secondary {
  border: 1px solid var(--secondary--color-1);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  text-align: center;
  border-radius: 0;
  padding: 18px 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

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

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

.badge-secondary.small {
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

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

.badge-secondary.tabs {
  margin-left: 12px;
  margin-right: 12px;
  transition: background-color .3s, border-color .3s, color .3s;
}

.badge-secondary.tabs:hover, .badge-secondary.tabs.w--current {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.badge-secondary.tabs.v1 {
  margin-left: 0;
  margin-right: 24px;
}

.badge-secondary.category-badges {
  margin-left: 24px;
  transition: border-color .3s, background-color .3s, color .3s;
}

.badge-secondary.category-badges:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.badge-secondary.category-badges.w--current {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  cursor: default;
}

.badge-secondary.category-badges.mg-right-0-mbp {
  font-weight: 400;
}

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

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

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

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

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

.input.small::placeholder {
  font-size: 16px;
  line-height: 1.111em;
}

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

.input.large.newsletter-form {
  margin-right: 24px;
}

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

.input.cart-quantity-input {
  width: 80px;
  min-height: 50px;
  padding-left: 16px;
  padding-right: 16px;
}

.input.quntity {
  width: 110px;
}

.input.input-bg-secondary-01 {
  border-color: var(--neutral--600);
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
}

.input.input-bg-secondary-01:hover {
  border-color: var(--neutral--400);
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
}

.input.input-bg-secondary-01:focus {
  border-color: var(--accent--primary-1);
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
}

.input.input-bg-secondary-01::placeholder {
  background-color: var(--secondary--color-1);
  color: var(--neutral--500);
}

.input.input-bg-secondary-01.dropdown-wrapper {
  border-radius: 35px;
  padding-top: 0;
  padding-bottom: 0;
}

.input.input-bg-secondary-01.dropdown {
  color: var(--neutral--500);
  border-style: none;
  padding: 0;
}

.position-relative {
  position: relative;
}

.position-relative.pricing-image-wrapper {
  justify-content: center;
  align-items: stretch;
  max-width: 690px;
  height: 100%;
  display: block;
  position: static;
}

.position-relative.team-member-wrapper {
  padding-bottom: 82px;
}

.text-area {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  border-radius: 0;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.556em;
  transition: color .3s, border-color .3s;
}

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

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

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

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

.text-area.small::placeholder {
  font-size: 16px;
  line-height: 1.556em;
}

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

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

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

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

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

.checkbox.w--redirected-checked {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  background-image: url('../images/check-form-brix-templates-webflow.svg');
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.social-icon-square {
  background-color: var(--accent--primary-1);
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  color: var(--neutral--100);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  background-color: var(--neutral--200);
  color: var(--secondary--color-1);
}

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

.social-icon-square.v1 {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  border-radius: 0;
  margin-right: 20px;
}

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

.social-icon-square.v1.last {
  margin-right: 0;
}

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

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

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

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

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

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

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
  font-weight: 400;
  line-height: 1.1em;
}

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

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

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

.line-square-icon.form-success-message-icon {
  color: var(--accent--primary-1);
  margin-bottom: 24px;
  font-size: 80px;
}

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

.rich-text h2 {
  margin-top: 0;
  margin-bottom: 16px;
}

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

.rich-text figure {
  width: 100%;
  max-width: 100%;
  margin-top: 64px;
  margin-bottom: 64px;
}

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

.rich-text h6, .rich-text h5, .rich-text h4 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.rich-text a {
  font-weight: 500;
}

.rich-text.v1 blockquote {
  padding-left: 195px;
  padding-right: 195px;
  font-weight: 500;
}

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

.style---dropdown-wrapper-sidebar {
  background-color: #0000;
  width: 100%;
  overflow: hidden;
}

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

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

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

.buttons-row.right {
  justify-content: flex-end;
}

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

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

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

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

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

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

.style---sidebar-wrapper {
  background-color: var(--neutral--100);
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: scroll;
}

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

.width-100 {
  width: 100%;
}

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

.products_all {
  flex: 1;
  justify-content: space-around;
  max-width: 2440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.products_all.z-index-1 {
  z-index: 1;
  position: relative;
}

.products_all.order-confirmation {
  display: block;
}

.products_all.cta-v1, .products_all.cta-v2 {
  z-index: 2;
  position: relative;
}

.products_all.cta-v3 {
  z-index: 2;
  background-color: var(--accent--primary-1);
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 6%;
  position: relative;
}

.products_all.pd-right-82px {
  padding-right: 4%;
}

.products_all.pd-left-82px {
  padding-left: 4%;
}

.home_text {
  padding: 60px 100px 40px;
}

.home_text.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home_text.template-pages-hero {
  background-color: var(--neutral--800);
  background-image: url('../images/bg-shape-v-four-roofing-x-webflow-template.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 148px;
  overflow: hidden;
}

.home_text._180px {
  padding-top: 60px;
  padding-bottom: 60px;
}

.home_text._140px {
  padding-top: 140px;
  padding-bottom: 140px;
}

.home_text._140px.hero-v3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.home_text._120px {
  padding-top: 120px;
  padding-bottom: 120px;
}

.home_text.bottom-120px {
  padding-bottom: 120px;
}

.home_text.cta-v1 {
  background-image: linear-gradient(to top, var(--secondary--color-1) 50%, var(--neutral--100) 50%);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.home_text.cta-v1.v1 {
  border-bottom: 1px none var(--secondary--color-1);
  background-image: linear-gradient(to top, var(--secondary--color-1) 50%, transparent 50%);
  overflow: visible;
}

.home_text.hero-v3 {
  padding-top: 84px;
}

.home_text.hero-v4 {
  padding-top: 0;
  padding-bottom: 70px;
  overflow: hidden;
}

.home_text.hero-v4.pricing {
  background-color: #e0d2ae;
  background-image: url('../images/bg-mobile.png'), url('../images/highlight.webp');
  background-position: 50%, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 649px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 150px;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.home_text.hero-v4.team-member-section {
  padding-bottom: 0;
}

.home_text.cta-v2, .home_text.cta-v3 {
  background-image: linear-gradient(to top, var(--secondary--color-1) 50%, var(--neutral--100) 50%);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.home_text.hero {
  background-color: var(--secondary--color-1);
  position: relative;
  overflow: hidden;
}

.home_text.hero.v5, .home_text.hero.v9 {
  background-color: var(--neutral--800);
  padding-top: 200px;
  padding-bottom: 0;
  position: relative;
}

.home_text.section-service-single {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.home_text.opis {
  padding-top: 40px;
  padding-bottom: 40px;
}

.top-bar-wrapper {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  border-bottom: 1px solid #5baaff40;
  padding: 0 72px;
  position: relative;
}

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

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

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

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

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

.link-wrapper.color-primary {
  color: var(--accent--primary-1);
  transition: none;
}

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

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

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

.link-wrapper.back-to-portfolio-link {
  grid-column-gap: 6px;
  color: var(--neutral--100);
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: -1% auto auto 0%;
}

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

.link-text {
  display: inline-block;
}

.link-text:hover {
  color: #fff;
}

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

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

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

.heading-h3-size {
  color: var(--neutral--800);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.417em;
}

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

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

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

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

.header-wrapper {
  background-color: #000000ed;
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  box-shadow: 0 4px 11px -2px #0003;
}

.header-wrapper.header-top-transparent {
  background-color: #0000;
  width: 100%;
  position: absolute;
}

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

.header-wrapper.bg-secondary-1.header-top-transparent {
  background-color: #0000;
  position: sticky;
}

.header-content-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  text-align: center;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: baseline;
  margin-left: auto;
  display: flex;
}

.header-nav-menu-wrapper.bg-secondary-1 {
  background-color: #0000;
}

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

.header-nav-link {
  color: var(--system--blue-100);
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
}

.header-nav-link:hover, .header-nav-link.w--current, .header-nav-link.w--current:hover {
  color: var(--accent--primary-1);
}

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

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

.header-nav-list-item {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 32px;
  line-height: 1em;
}

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

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

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

.header-nav-list-item.pd-left-0 {
  padding-left: 0;
}

.dropdown-toggle {
  letter-spacing: .06em;
  text-transform: uppercase;
  align-items: center;
  padding: 0;
  font-weight: 700;
  transition: color .3s;
  display: flex;
}

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

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

.dropdown-column-wrapper {
  background-color: #0000;
  padding: 20px 10px;
  overflow: hidden;
  transform: translate(-30%);
}

.dropdown-link {
  width: 100%;
  color: var(--neutral--600);
  padding: 0;
  line-height: 1.1em;
  text-decoration: none;
}

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

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

.dropdown-link.w--current:hover {
  color: var(--accent--primary-1);
}

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

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

.dropdown-link.white-link.text-and-icon {
  color: var(--neutral--100);
  white-space: nowrap;
}

.dropdown-link.white-link.text-and-icon:hover {
  color: var(--accent--primary-1);
}

.dropdown-link.text-and-icon {
  color: var(--neutral--800);
  white-space: nowrap;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.dropdown-link.text-and-icon:hover {
  color: var(--accent--primary-1);
}

.dropdown-pd {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  padding: 62px 68px;
}

.dropdown-pd.dropdown-bg-accent-1 {
  border-color: var(--accent--primary-1);
  background-color: var(--secondary--color-1);
}

.header-logo {
  max-width: 200px;
}

.header-logo-link {
  max-width: 200px;
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: translate3d(0, -3px, .01px);
}

.hamburger-menu-wrapper {
  padding: 0;
}

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

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

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

.header-middle {
  justify-content: center;
  align-items: center;
}

.right-side {
  justify-content: space-between;
  align-items: center;
  margin-left: 100px;
  display: flex;
}

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

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

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

.btn-square-primary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 30px;
  line-height: 32px;
}

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

.btn-square-primary.white:hover {
  border-color: var(--accent--primary-1);
  color: var(--accent--primary-1);
  background-color: #0000;
}

.btn-square-primary.next-btn {
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1em;
}

.btn-square-secondary {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  color: var(--neutral--800);
  transform-style: preserve-3d;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

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

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

.btn-square-secondary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 30px;
  line-height: 32px;
}

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

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

.btn-square-secondary.previous-btn {
  border-color: var(--neutral--200);
  background-color: var(--neutral--200);
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1em;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 400px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.utility-page-wrap.password-protected-wrapper {
  margin-top: -122px;
  padding-top: 200px;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.utility-page-content {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.utility-page-content.password-protected {
  z-index: 1;
  padding-bottom: 130px;
  position: relative;
}

.utility-page-content.v1 {
  align-items: flex-start;
}

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

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

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

.flex-vertical.center.text-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.footer-wrapper {
  border-top: 1px none var(--neutral--200);
  background-color: var(--secondary--color-1);
  overflow: hidden;
}

.footer-logo-wrapper {
  cursor: pointer;
  transform-style: preserve-3d;
  margin-bottom: 24px;
  transition: transform .3s, color .3s;
}

.footer-logo-wrapper:hover {
  transform: translate3d(0, -3px, .01px);
}

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

.footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
  line-height: 1.111em;
}

.footer-list-item.mg-bottom-0 {
  justify-content: space-between;
  margin-bottom: 0;
}

.footer-link {
  color: var(--neutral--500);
  text-decoration: none;
}

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

.footer-link.icon-and-text {
  align-items: flex-start;
  line-height: 1.667em;
  display: flex;
}

.footer-link.icon-and-text.color-neutral-100 {
  color: var(--neutral--100);
  align-items: flex-start;
  display: flex;
}

.footer-link.icon-and-text.color-neutral-100:hover {
  color: var(--accent--primary-1);
}

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

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

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

.footer-bottom {
  text-align: center;
  border-top: 1px solid #3d3d3d;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}

.success-message {
  border: 1px solid var(--neutral--600);
  color: var(--neutral--100);
  background-color: #0000;
  padding: 50px 28px;
}

.success-message.newsletter-success-message {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
  border-style: none;
  padding-top: 24px;
  padding-bottom: 24px;
}

.error-message {
  background-color: var(--system--red-100);
  color: var(--system--300);
  text-align: center;
  margin-top: 20px;
  padding: 20px 24px;
}

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

.sticky-top {
  position: sticky;
  top: 0;
}

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

.overflow-hidden {
  overflow: hidden;
}

.subtitle {
  color: var(--accent--primary-1);
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.083em;
}

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

.half-bg-right {
  z-index: -1;
  background-color: var(--accent--primary-1);
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.half-bg-right.v4 {
  z-index: -2;
  background-color: var(--blue-dark-100);
  width: auto;
  min-width: 80vw;
  height: 90%;
  top: auto;
}

.half-bg-right.v4.team-member {
  display: none;
}

.half-bg-bottom {
  z-index: 0;
  background-color: var(--neutral--100);
  width: 100%;
  height: 10%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.cta-section {
  background-color: var(--accent--primary-1);
  background-image: url('../images/bg-shape-roofing-x-webflow-template.svg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}

.cta-section.v1, .cta-section.v2 {
  z-index: 1;
  background-color: var(--accent--primary-1);
  background-image: url('../images/bg-shape-roofing-x-webflow-template.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 144px;
  padding-bottom: 144px;
  padding-right: 80px;
}

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

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

.tabs-content {
  overflow: visible;
}

.empty-state {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-align: center;
  border-radius: 11px;
  padding: 26px 24px;
}

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

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

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

.pd---content-inside-card.team-member-page {
  padding: 56px 68px 64px;
}

.pd---content-inside-card.large {
  padding: 64px 56px;
}

.pd---content-inside-card.large.template-pages {
  padding-top: 40px;
}

.pd---content-inside-card.template-pages---sidebar {
  border: 1px solid var(--neutral--600);
  background-color: var(--secondary--color-1);
  padding: 32px 16px 24px;
}

.pd---content-inside-card.password-protected {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--200);
  padding-top: 122px;
  padding-bottom: 122px;
}

.blog-card-image {
  text-align: center;
  height: 250px;
  display: inline;
}

.blog-card-image-wrapper {
  overflow: hidden;
  transform: translate(0);
}

.blog-card-image-wrapper.mg-bottom-32px {
  position: relative;
}

.blog-card-image-wrapper.inside-card {
  text-align: center;
  object-fit: fill;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: space-around;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.product-card-title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
}

.product-card-title.mg-bottom-24px {
  text-align: left;
  font-size: 24px;
}

.product-card-title.display-4 {
  color: var(--blue-dark-100);
  text-align: center;
  text-transform: uppercase;
  font-family: Onest, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}

.blog-card-wrapper {
  max-width: 1010px;
  height: 100%;
  color: var(--neutral--600);
  flex-direction: column;
  margin-left: auto;
  text-decoration: none;
  display: flex;
}

.blog-card-wrapper.card {
  border-style: none;
  flex-direction: column;
  max-width: 600px;
  height: 100%;
  display: flex;
}

.blog-card-badge-wrapper-top {
  position: absolute;
  inset: 20px auto auto 20px;
}

._404-not-found {
  color: var(--secondary--color-1);
  margin-bottom: 8px;
  font-size: 200px;
  font-weight: 500;
  line-height: 1em;
}

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

.template-pages---nav-item-link {
  color: var(--neutral--400);
  background-color: #0000;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.template-pages---nav-item-link:hover {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.template-pages---nav-item-link.w--current {
  background-color: var(--neutral--100);
  color: var(--secondary--color-1);
  font-weight: 700;
}

.template-pages---nav-item-link.w--current:hover {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.cart-button-wrapper {
  margin-left: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-button {
  background-color: #0000;
  padding: 0;
  transition-property: none;
  position: relative;
}

.cart-quantity {
  min-width: auto;
  height: auto;
  color: var(--system--green-300);
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 1em;
  display: flex;
  position: static;
  inset: auto auto -8px -16px;
}

.cart-container {
  background-color: var(--neutral--100);
  box-shadow: 0 5px 25px 0 var(--general--shadow-06);
}

.cart-header {
  border-bottom-color: var(--neutral--300);
  padding-top: 22px;
  padding-bottom: 22px;
}

.cart-list {
  padding-top: 24px;
  padding-bottom: 24px;
}

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

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

.cart-item-price {
  color: var(--neutral--800);
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.cart-item-wrapper {
  padding-top: 23px;
  padding-bottom: 23px;
}

.cart-image-image {
  width: 70px;
}

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

.apple-pay-btn {
  border-radius: 90px;
}

.apple-pay-btn.cart {
  border-radius: 0;
  height: 60px;
}

.cart-line-item {
  margin-bottom: 24px;
}

.cart-remove-link {
  line-height: 20px;
}

.cart-close-button {
  width: 30px;
  height: 30px;
  color: var(--neutral--800);
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-decoration: none;
  display: flex;
}

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

.checkout-form {
  background-color: #0000;
  min-height: auto;
  padding: 0 40px;
}

.checkout-col-left {
  margin-right: 0;
}

.checkout-col-right {
  position: static;
}

.checkout-block-header {
  border-width: 0 0 1px;
  border-bottom-color: var(--neutral--300);
  background-color: #0000;
  padding: 0 0 15px;
}

.checkout-block-content {
  background-color: #0000;
  border: 0 solid #000;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.order-item-list {
  margin-bottom: 0;
}

.order-item {
  border-bottom: 1px solid var(--neutral--300);
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

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

.order-list-title {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.order-option-item {
  padding-left: 0;
}

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

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

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

.z-index-1 {
  z-index: 1;
  position: relative;
}

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

.text-400---uppercase {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.083em;
}

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

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

.text-300---uppercase {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.1em;
}

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

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

.text-200---uppercase {
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 1.111em;
}

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

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

.text-100---uppecase {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.125em;
}

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

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

.cart-text {
  color: var(--neutral--200);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1em;
}

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

.cart-parenthesis {
  color: var(--accent--primary-1);
  font-weight: 700;
  line-height: 1em;
}

.dropdown-title {
  color: var(--secondary--color-1);
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 700;
}

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

.more-webflow-template-link {
  width: 100%;
  color: var(--secondary--color-1);
  padding: 0;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  transition-property: none;
}

.more-webflow-template-link.white-link {
  color: var(--neutral--100);
}

.dropdown-txt {
  color: var(--neutral--300);
  font-size: 16px;
}

.pd-left-0px {
  padding-left: 0;
}

.cart-flex {
  display: flex;
}

.cart-error-state {
  background-color: var(--dark-black);
  color: var(--neutral--100);
  text-align: center;
}

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

.grid-footer-v1---4-column {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .8fr .4fr .4fr;
  justify-content: space-around;
  align-items: start;
  display: flex;
}

.social-media-flex-bottom {
  display: flex;
}

.social-media-link {
  color: var(--neutral--100);
  margin-right: 20px;
  font-size: 20px;
  line-height: 1em;
  text-decoration: none;
  transition: color .3s;
}

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

.social-media-link.last {
  margin-right: 0;
}

.social-media-link.v2 {
  color: var(--neutral--800);
}

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

.footer-icon {
  margin-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.footer-icon.envelope-icon {
  padding-top: 7px;
}

.service-link {
  width: 100%;
  text-decoration: none;
}

.service-link.v1 {
  background-color: var(--neutral--200);
  height: 100%;
}

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

.link-cards {
  max-width: 144px;
  color: var(--secondary--color-1);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  line-height: 1.1em;
  display: flex;
}

.link-cards.v3 {
  text-align: center;
  justify-content: center;
  max-width: 140px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.service-learn-link {
  background-color: var(--accent--primary-1);
  width: 30px;
  max-width: 30px;
  height: 30px;
  max-height: 30px;
  color: var(--neutral--100);
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  display: flex;
}

.half-left-bg-accent-1 {
  z-index: 1;
  background-color: var(--accent--primary-1);
  background-image: url('../images/bg-shape-roofing-x-webflow-template.svg');
  background-position: 88px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  min-height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.shop-view-link {
  border: 1px solid var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  width: 30px;
  max-width: 30px;
  height: 30px;
  max-height: 30px;
  color: var(--neutral--100);
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  display: flex;
}

._404-wrapper {
  margin-top: -210px;
  position: relative;
  overflow: hidden;
}

._404-bg-banner {
  background-image: url('../images/bg-shape-v-two-roofing-x-webflow-template.svg');
  background-position: 0 0;
  background-size: auto;
  width: 40%;
  min-height: 130%;
  position: absolute;
  inset: 5% 0% auto auto;
}

.password-page {
  width: 70px;
  max-width: 70px;
  height: 70px;
  max-height: 70px;
  margin-left: 10px;
}

.bg-sub-banner-left {
  z-index: -1;
  background-color: var(--system--blue-100);
  min-width: 90%;
  min-height: 90%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hidden {
  display: none;
}

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

.pricing-hero {
  max-width: 650px;
  margin-top: 0;
  padding: 20px 40px 0 0;
}

.position-relative---tablet {
  background-color: #161a23;
}

.form.v1 {
  display: flex;
}

.flex-title {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-title.v2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.half-right-bg-accent-1 {
  z-index: 0;
  background-color: var(--accent--primary-1);
  width: 20%;
  min-height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.view-article-link {
  grid-column-gap: 6px;
  color: var(--neutral--800);
  margin-top: auto;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.hero-image-large {
  z-index: 1;
  margin-right: -30vw;
  display: flex;
  position: relative;
}

.hero-image-large.v3 {
  margin-left: -74px;
  margin-right: 0;
  overflow: hidden;
}

.social-media-flex {
  display: flex;
}

.icon-size {
  min-width: 46px;
  max-width: 46px;
  min-height: 46px;
  max-height: 46px;
}

.icon-size.v1 {
  min-width: 94px;
  max-width: 94px;
  min-height: 94px;
  max-height: 94px;
}

.icon-size.filter {
  filter: invert(0%) brightness();
}

.half-bg-left {
  z-index: -1;
  background-color: var(--accent--primary-1);
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.half-bg-left.v10 {
  background-color: var(--secondary--color-1);
  width: 80%;
  height: 83%;
  margin-left: -30vw;
  left: 0%;
  right: auto;
}

.team-member-hero {
  margin-top: 80px;
}

.search-card-link {
  margin-top: 16px;
  margin-bottom: 16px;
}

.bg-shape {
  background-image: url('../images/bg-home-shape-roofing-x-webflow-template.svg');
  background-position: 0 0;
  background-size: auto;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bg-shape.v4 {
  z-index: 0;
  background-image: url('../images/bg-shape-blog-post-roofing-x-webflow-template.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90%;
  inset: 0% 0% auto;
}

.bg-shape.v5 {
  z-index: 0;
  background-image: url('../images/bg-shape-service-single-roofing-x-webflow-template.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 83%;
  inset: 0% 0% auto;
}

.bg-shape.v6 {
  background-image: url('../images/bg-shape-single-project-roofing-x-webflow-template.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 84%;
  inset: 0% 0% auto;
}

.bg-shape.v7 {
  z-index: -1;
  background-image: url('../images/bg-shape-cta-three-roofing-x-webflow-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 97vw;
  margin-left: 0;
  left: 0%;
}

.bg-shape.v8 {
  z-index: 0;
  background-image: url('../images/bg-shape-password-protected-roofing-x-webflow-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
  inset: -32% 0% 0%;
}

.pd-left-82px {
  padding-left: 0;
}

.service-single-article {
  z-index: 1;
  position: relative;
}

.blog-post-image.v1 {
  width: 100%;
  height: 100%;
}

.blog-author-link {
  color: var(--secondary--color-1);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
}

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

.loading-main-wrapper {
  z-index: 999999;
  background-color: var(--secondary--color-1);
  background-image: url('../images/bg-shape-v-four-roofing-x-webflow-template.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.logo-wrapper---absolute {
  z-index: 1;
  grid-column-gap: 20px;
  justify-content: center;
  align-items: flex-end;
  height: 250px;
  display: flex;
}

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

.logo-bar.v1 {
  width: 85px;
  height: 250px;
  transform: skew(-19deg);
}

.logo-bar.v2 {
  width: 50px;
  height: 50px;
}

.loading-bar-wrapper {
  z-index: 99999999;
  min-height: 3px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loading-bar-inside {
  background-image: linear-gradient(to bottom, var(--accent--primary-1), var(--accent--primary-1));
  min-height: 3px;
}

.single-service-image-wrapper {
  z-index: 1;
  margin-right: -40vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.single-sevice-image {
  height: 100%;
}

.single-project-card {
  z-index: 1;
  background-color: var(--neutral--100);
  position: relative;
}

.hero {
  background-color: #161a23;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
  position: relative;
}

.hero.v5 {
  padding-top: 200px;
  padding-bottom: 0;
}

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

.cta-v3-image-wrapper {
  z-index: 2;
  width: 48%;
  position: absolute;
  bottom: 0;
  right: -4%;
}

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

.portfolio-single-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.portfolio-single---grid-container {
  background-color: var(--secondary--color-1);
  padding: 74px 48px;
}

._3-inputs-and-btn-success-message {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 356px;
  display: flex;
}

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

.blog-card-text-container {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.blog-post-author---name-and-links-container {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.ths01-feature-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.ths01-feature-details {
  margin-left: 15px;
}

.home-thin {
  color: #fed7ae;
  font-weight: 300;
}

.ths01-feature-text-bold {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
}

.ths01-feature-text-bold.brown {
  color: #cc8f00;
}

.ths01-slider-left-arrow {
  border: 2px solid #00e077;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 0;
  font-size: 14px;
  display: none;
  inset: auto 160px 20px auto;
}

.ths01-slider-arrow-wrapper {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: none;
}

.ths01-check-icon {
  filter: hue-rotate(180deg);
  background-image: url('../images/4ths_01_ico_check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border: 2px solid #ffffff4d;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.fn-heading-1 {
  color: #ffd6ae;
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.4rem;
  font-weight: 800;
  line-height: 1.2em;
}

.ths01-slide-nav {
  margin-bottom: 10px;
  display: none;
}

.ths01-slider-right-arrow {
  border: 2px solid #00e077;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 14px;
  display: none;
  inset: auto 90px 20px auto;
}

.ths01-features-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: grid;
}

.italic-text {
  font-size: 3rem;
  font-weight: 100;
}

.image {
  text-align: center;
  height: 500px;
  display: inline;
}

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

.text-block {
  margin-bottom: 10px;
  display: flex;
}

.opis {
  color: var(--secondary--color-1);
  flex: 0 auto;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
}

.image-3 {
  width: 200px;
}

.image-3.mobilelogo {
  width: 240px;
}

.slider_image {
  text-align: center;
  object-fit: contain;
  flex: 0 auto;
  width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 0;
  display: block;
}

.div-block-4 {
  flex: 0 auto;
  justify-content: center;
  width: 400px;
  display: flex;
}

.ths01-wrapper-2 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1980px;
  display: flex;
  position: relative;
}

.fn-paragraph-2 {
  color: #f5f5f5;
  flex: 0 auto;
  width: 550px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-right: 100px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6em;
}

.slider-header {
  z-index: 1;
  background-color: #161a23;
  background-image: url('../images/highlight.webp');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: 500px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 78vh;
  padding-top: 20px;
  display: flex;
  position: static;
  inset: 0%;
}

.text-span-2 {
  color: #0ceca1;
  text-align: right;
  -webkit-text-stroke-color: #94ba39;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
}

.listi_items {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  display: flex;
  position: relative;
}

.slide {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.mask {
  flex: 0 auto;
}

.content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.subtitle-2 {
  z-index: 10;
  color: #fffc;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
}

.grid-wrapper {
  background-color: var(--cart2);
  padding-left: 20px;
  padding-right: 20px;
}

.link {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  border: 1px solid #ffffff1a;
  border-radius: 100px;
  padding: 12px 28px;
  font-size: 11px;
  text-decoration: none;
}

.background-image {
  background-image: url('../images/kratomnature1_1.avif');
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.background-image.testimonial-background {
  inset: auto;
  background-image: url('../images/tea.webp');
  background-position: 50% 0;
  background-size: cover;
  width: 110%;
  height: 110%;
  position: static;
  inset: auto;
}

.overlay {
  background-color: #04080c80;
  position: absolute;
  inset: 0%;
}

.overlay.dark {
  background-color: #04080c99;
  position: static;
}

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

.left-arrow {
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid #ffffff1a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  padding: 15px 28px;
  font-size: 11px;
  display: flex;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.left-arrow.right {
  left: auto;
  right: 0%;
  overflow: hidden;
}

.client-info {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-text {
  color: var(--flowui-component-library-grey-300);
  font-size: 22px;
  font-weight: 100;
  line-height: 1.5em;
}

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

.testimonial-slide {
  border-left: 1px #ffffff1a;
  padding: 0;
}

.slider-arrow-content {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  transform: rotate(-90deg);
}

.slider-arrow-content.right {
  transform: rotate(90deg);
}

.content-stacked {
  grid-column-gap: 16px;
  grid-row-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-stacked.small {
  grid-row-gap: 48px;
}

.avatar {
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  padding: 9px;
  transform: rotate(45deg);
}

.testimonial-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-3 {
  background-color: #161a23;
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: visible;
}

.section-3.clip {
  background-image: linear-gradient(#00000080, #00000080), url('../images/tea.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-bottom: 0 #fff0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.testimonial-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.background-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.avatar-background {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  transform: rotate(-45deg);
}

.avatar-background.avatar-one {
  background-image: url('../images/avatar-06.png');
  background-position: 50% 20%;
}

.avatar-background.avatar-five {
  background-image: url('../images/portrait002.jpeg');
  background-position: 50% 20%;
}

.avatar-background.avatar-four {
  background-image: url('../images/portrait006.jpeg');
  background-position: 50% 0;
}

.avatar-background.avatar-two {
  background-image: url('../images/portrait009.jpeg');
  background-position: 50% 40%;
}

.avatar-background.avatar-three {
  background-image: url('../images/avatar003.jpeg');
}

.slider {
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.client-name {
  grid-column-gap: 12px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-2 {
  color: var(--flowui-component-library-grey-300);
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium, .f-text-weight-medium {
  font-weight: 500;
}

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

.f-testimonial-avatar-small {
  background-color: var(--flowui-component-library-gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

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

.f-icon-regular {
  width: 24px;
  height: 24px;
  color: var(--cart2);
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-card {
  color: var(--flowui-component-library-gray-900);
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-h3-heading {
  color: var(--blue-dark-100);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-testimonial-background {
  background-color: var(--flowui-component-library-gray-100);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-section-regular {
  padding: 40px 5%;
  position: relative;
}

.heading-4 {
  color: var(--flowui-component-library-gray-100);
  font-size: 44px;
}

.logo {
  flex: none;
  width: auto;
  display: block;
}

.products {
  justify-content: space-between;
  align-items: center;
  padding: 0 0 60px;
  display: flex;
}

.footer-credits-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ffffff73;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-size: 12px;
  line-height: 1.2em;
  display: grid;
}

.footer-wrapper-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.showreel-heading {
  z-index: 2;
  opacity: .03;
  text-align: center;
  white-space: nowrap;
  font-size: 100px;
  position: absolute;
  inset: auto auto -38px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.section.footer {
  background-color: #020013;
  padding: 100px 10vw;
  overflow: hidden;
}

.legal-link {
  color: #ffffff73;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.legal-link.w--current:hover {
  color: #fff;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  position: relative;
}

.footer-nav-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.footer-pages {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.footer-legal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  font-size: 12px;
  font-weight: 400;
  display: grid;
}

.brand {
  color: #fff;
  letter-spacing: -.03em;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
}

.testimonial-text-2 {
  color: var(--flowui-component-library-grey-300);
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 100;
}

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

.section-4 {
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
  overflow: visible;
}

.section-4.clip {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 20px;
  overflow: hidden;
}

.heading-6 {
  color: var(--flowui-component-library-grey-300);
}

.logo-item {
  opacity: .65;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 200px;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.logo-title {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  white-space: nowrap;
  border-left: 0 #ffffff1a;
  border-right: 0 #ffffff1a;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.section-logos {
  background-color: #161a23;
  border-bottom: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  display: flex;
  overflow: hidden;
}

.logo-side {
  border-right: 1px #ffffff1a;
  justify-content: flex-end;
  width: 100%;
  min-width: 50vw;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.logo-side.right {
  border-left: 1px #ffffff1a;
  border-right: 0 #0000001a;
  inset: 0% auto 0% 0%;
}

.looping-logo-wrapper {
  justify-content: flex-end;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.looping-logo-wrapper.left {
  justify-content: flex-start;
  width: 100%;
}

.looping-logo-wrapper.right {
  inset: 0% auto 0% 0%;
}

.logo-strip {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.logo-strip-wrapper {
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.section-logos-2 {
  background-color: #161a23;
  border-top: 1px solid #525252;
  border-bottom: 1px solid #ffffff1a;
  justify-content: center;
  min-height: 120px;
  display: flex;
  overflow: hidden;
}

.grid-wrapper-2 {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.image-5 {
  margin-right: 10px;
}

.div-block-5 {
  margin-bottom: 20px;
  display: flex;
}

.sku {
  color: var(--neutral--700);
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  display: flex;
}

.error-message-2 {
  background-color: #8ea5b60d;
  border: 1px #eff9fc1a;
  border-left-style: solid;
  margin-top: 36px;
  padding: 18px 24px;
}

.quick-link-icon {
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 12px;
  display: flex;
}

.subtitle-7 {
  z-index: 10;
  color: #ffd149;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding-left: 40px;
  font-size: 11px;
  position: relative;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  padding-top: 0;
  display: grid;
}

.form_section {
  background-color: #161a23;
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.field-block {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-block {
  z-index: 50;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.success-message-2 {
  background-color: #0000;
  flex: 1;
  width: 100%;
  padding: 0;
}

.stacked-info-3 {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quick-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  border-top: 1px #ffffff1a;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-wrapper-2 {
  border-right: 1px solid #ffffff1a;
  padding: 80px 80px 190px 0;
}

.h2_content {
  color: var(--flowui-component-library-gray-100);
  letter-spacing: 0;
  font-weight: 700;
}

.link-wrapper-2 {
  margin-top: -70px;
  padding-bottom: 41px;
  position: relative;
}

.link-wrapper-2.horizontal {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  margin-top: -50px;
  margin-left: -9px;
  padding-bottom: 0;
  display: grid;
}

.success-content {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  background-color: #8ea5b60d;
  border: 1px #eff9fc1a;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 48px 18px;
  display: grid;
}

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

.text-field-2 {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #eff9fc1a;
  border-radius: 100px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 18px 36px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field-2:focus {
  border-color: #eff9fc99;
  padding-left: 26px;
}

.text-field-2::placeholder {
  color: #ffffff7a;
  font-weight: 300;
}

.text-field-2.large {
  border-radius: 20px;
  min-height: 160px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.quick-link-item {
  grid-column-gap: 9px;
  grid-row-gap: 24px;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-bottom: 1px #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px;
  text-decoration: none;
  display: grid;
}

.quick-link-item:hover {
  color: #fff;
}

.contact_form {
  border-top: 1px solid #ffffff1a;
  flex: 1;
  justify-content: center;
  display: flex;
}

.text-block-15 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-15:hover {
  color: #fff;
}

.body-display-17 {
  color: #ffffffe6;
  font-size: 18px;
  line-height: 1.6em;
}

.body-display-17.small {
  font-size: 16px;
}

.submit-button-2 {
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #161a2000;
  border: 1px solid #eff9fc1a;
  border-radius: 100px;
  padding: 20px 18px;
  font-size: 14px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.submit-button-2:hover {
  border-color: #eff9fc;
}

.content-grid-2 {
  grid-column-gap: 4px;
  grid-row-gap: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.quick-link-box {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding-left: 80px;
  padding-right: 0;
  display: grid;
}

.footer_link:hover {
  color: var(--flowui-component-library-white);
}

.container {
  align-items: flex-start;
  display: flex;
}

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

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

.list-2 {
  margin-top: 40px;
  padding-top: 0;
}

.rich-text-block {
  color: var(--flowui-component-library-gray-100);
}

.f-icon-regular-2 {
  width: 24px;
  height: 24px;
  color: var(--blue-dark-100);
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-footer-line {
  background-color: #313131;
  width: 1px;
  height: 24px;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: flex;
}

.f-footer-divider {
  background-color: #292929;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library-grey-300);
  min-height: 48px;
  color: var(--flowui-component-library-gray-200);
  letter-spacing: -.02em;
  background-color: #836a32;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library-gray-200);
  color: var(--cart);
  border-color: #0000;
}

.f-footer-button-wrapper {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-field-icon {
  width: 24px;
  height: 24px;
  color: var(--flowui-component-library--gray-400);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto auto 16px;
}

.f-field-input-icon {
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 30px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  transition: all .25s;
}

.f-field-input-icon:hover, .f-field-input-icon:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input-icon::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-field-icon-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

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

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

.f-paragraph-small-2 {
  color: var(--neutral--400);
  letter-spacing: -.01em;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-margin-bottom-49 {
  margin-bottom: 20px;
}

.f-sub-heading-large {
  color: var(--cart2);
  letter-spacing: -.02em;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-footer-link {
  width: 100%;
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-title {
  color: var(--cart);
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-footer-block {
  flex-direction: column;
}

.f-footer-primary {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer {
  border-top: 1px solid var(--flowui-component-library-gray-500);
  background-color: var(--flowui-component-library-gray-700);
  padding: 40px 5% 20px;
  position: relative;
}

.footerlink {
  color: var(--flowui-component-library-gray-200);
}

.image-6 {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.f-content-list-item {
  grid-column-gap: 16px;
  color: var(--flowui-component-library-gray-900);
  align-items: center;
  font-size: 20px;
  display: flex;
}

.f-content-list-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
}

.f-h3-heading-2 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.f-margin-bottom-51 {
  margin-bottom: 10px;
}

.f-content-image-wrapper-large {
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.intro-section {
  padding: 60px 5% 0;
  position: relative;
}

.section-5 {
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: visible;
}

.section-5.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-5.no-padding.clip {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.logos {
  background-color: #fff;
  border-radius: 20px;
}

.image-7 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.home-bottom-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.footer-social-box {
  border: 1px solid #d6e3e7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-social-box:hover {
  border-color: #848485;
}

.social-media {
  z-index: 100000;
  background-color: #b8974a;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.image-26 {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 0 2px 5px #00000082;
}

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

.option {
  margin-top: 10px;
  margin-bottom: 10px;
}

.spacer2 {
  height: 0;
  display: flex;
}

.youtube {
  height: 350px;
  display: flex;
}

.add-to-cart {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.stacked-info-4 {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.outline {
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  margin: 9px;
  position: absolute;
  inset: 0%;
}

.content-grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.body-display-18 {
  color: #ffffffe6;
  font-size: 18px;
  line-height: 1.6em;
}

.lightbox-link {
  z-index: 30;
  background-color: #03c168;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  margin-left: -70px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
}

.highlight-2 {
  color: #05c168;
  display: block;
}

.section-6 {
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: visible;
}

.section-6.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-6.no-padding.clip {
  border-bottom-style: none;
  border-bottom-width: 0;
}

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

.circle-link-hover {
  background-color: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.subtitle-8 {
  z-index: 10;
  color: #fffc;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
}

.history-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 180px;
  padding-right: 120px;
  display: grid;
}

.heading-7 {
  color: #f7f9fd;
}

.medium-width {
  max-width: 550px;
}

.grid-wrapper-3 {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0b0b15;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(10vw, 1fr) minmax(auto, 1500px) minmax(10vw, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.play-icon {
  z-index: 25;
  width: 24px;
  margin-left: 4px;
  position: relative;
}

.video-cover {
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.pop-up-wrapper-2 {
  z-index: 300;
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: fixed;
  inset: 15% 0% 0%;
  overflow: hidden;
}

.pop-up-back-2 {
  background-color: #20202059;
  display: block;
  position: fixed;
  inset: 0%;
}

.pop-up-box-2 {
  cursor: auto;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 800px;
  max-width: 1200%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.pop-up-exit-button-3 {
  opacity: .2;
  color: var(--flowui-component-library-gray-100);
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.pop-up-exit-button-3:hover {
  opacity: .8;
}

.pop-up-text-box-2 {
  max-width: 650px;
}

.image-50 {
  width: 1200px;
  display: block;
}

.disclaimer {
  color: var(--flowui-component-library-gray-900);
  text-align: center;
  font-size: 36px;
  line-height: 1.5em;
}

.highlight-red {
  color: #ff1010;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .position-relative.pricing-image-wrapper {
    max-width: 800px;
  }

  .background-image {
    background-image: url('../images/kratomnature1_1.avif');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section-5.no-padding.clip {
    background-color: #161a23;
  }

  .lightbox-link {
    background-color: #03c168;
  }

  .section-6.no-padding.clip {
    background-color: #161a23;
  }
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .grid-2-columns._404-grid {
    width: 100vw;
  }

  .card.v4 {
    margin-left: auto;
    margin-right: auto;
  }

  .color-neutral-600.mg-bottom-0 {
    padding-top: 0;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

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

  .position-relative.pricing-image-wrapper {
    text-align: center;
    justify-content: space-around;
    padding-left: 100px;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    border-radius: 12px;
    max-width: 46px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .products_all.cta-v3 {
    padding-left: 110px;
  }

  .products_all.pd-right-82px {
    padding-right: 82px;
  }

  .products_all.pd-left-82px {
    padding-left: 82px;
  }

  .home_text {
    padding-left: 140px;
    padding-right: 140px;
  }

  .success-message {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .half-bg-right.v4 {
    text-align: center;
    min-width: auto;
  }

  .cta-section.v1 {
    background-position: 0%;
  }

  .link-cards {
    margin-left: auto;
    margin-right: auto;
  }

  ._404-bg-banner {
    background-size: auto;
  }

  .bg-sub-banner-left {
    min-height: 90%;
  }

  .half-right-bg-accent-1 {
    z-index: 0;
    background-position: 100%;
    background-size: auto;
    width: 80%;
  }

  .pd-left-82px {
    padding-left: 10px;
  }

  .fn-heading-1 {
    font-size: 5.5rem;
  }

  .image {
    height: 600px;
  }

  .slider-header {
    padding-top: 60px;
  }

  .grid-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .history-intro {
    padding-right: 140px;
  }

  .grid-wrapper-3 {
    grid-template-columns: minmax(10vw, 1fr) minmax(auto, 1500px) minmax(10vw, 1fr);
  }

  .play-icon {
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .page-wrapper {
    margin-right: -44.4vw;
  }

  .grid-2-columns.product-page {
    grid-template-columns: 1fr 1.25fr;
  }

  .grid-2-columns._2-col-mbl.gap-row-16px {
    justify-content: space-around;
    margin-top: 0;
    display: flex;
  }

  .color-neutral-600.mg-bottom-24px {
    font-size: 24px;
    line-height: 2rem;
  }

  .color-neutral-300.mg-bottom-32px {
    height: auto;
    font-size: 26px;
    display: flex;
  }

  .mg-bottom-32px {
    height: 20px;
  }

  .text-200.list {
    font-size: 20px;
  }

  .display-2.color-neutral-100 {
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 74px;
    display: flex;
  }

  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

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

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .btn-primary.cart {
    padding-left: 55px;
    padding-right: 20px;
    font-size: 22px;
  }

  .badge-primary.small {
    background-color: var(--accent--primary-1);
    font-size: 20px;
  }

  .input.input-bg-secondary-01.dropdown-wrapper {
    margin-bottom: 0;
  }

  .input.input-bg-secondary-01.dropdown {
    font-size: 22px;
  }

  .position-relative.pricing-image-wrapper {
    justify-content: center;
    align-items: center;
    padding-left: 100px;
  }

  .width-100 {
    display: block;
  }

  .home_text.hero-v4.pricing {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .header-nav-link {
    font-size: 22px;
    display: flex;
  }

  .header-nav-link.w--current {
    font-size: 20px;
  }

  .header-nav-list-item.show-in-tablet {
    flex: 1;
    padding-left: 40px;
    padding-right: 40px;
  }

  .half-bg-right.v4 {
    min-width: 70vw;
  }

  .cta-section.v1 {
    background-position: 0%;
  }

  .blog-card-image {
    height: 400px;
  }

  .product-card-title {
    font-size: 40px;
  }

  .checkout-col-right {
    position: sticky;
    top: 24px;
  }

  .pricing-hero {
    padding-right: 0;
  }

  .half-right-bg-accent-1 {
    z-index: 0;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: 52%;
  }

  .hero-image-large {
    z-index: 1;
  }

  .hero-image-large.v3 {
    background-position: 100%;
  }

  .bg-shape.v5 {
    width: 85%;
  }

  .bg-shape.v8 {
    top: -25%;
  }

  .hero {
    padding-left: 60px;
    padding-right: 60px;
  }

  .ths01-feature-text-bold {
    font-size: 26px;
  }

  .fn-heading-1 {
    font-size: 7rem;
  }

  .image {
    max-width: 100%;
    height: 700px;
  }

  .text-block {
    font-size: 22px;
  }

  .slider_image {
    height: 700px;
  }

  .ths01-wrapper-2 {
    font-size: 24px;
  }

  .fn-paragraph-2 {
    font-size: 2rem;
  }

  .slider-header {
    flex-direction: row;
    flex: 1;
    justify-content: center;
    padding-top: 100px;
  }

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

  .listi_items {
    max-width: 1000px;
    margin-right: 40px;
  }

  .grid-wrapper {
    padding-left: 220px;
    padding-right: 220px;
  }

  .testimonial-text {
    font-size: 26px;
  }

  .heading-4 {
    font-size: 66px;
  }

  .logo-side.right {
    justify-content: flex-start;
  }

  .looping-logo-wrapper.left {
    justify-content: flex-end;
  }

  .text_small {
    font-size: 16px;
  }

  .sku {
    font-size: 18px;
  }

  .long_description {
    font-size: 24px;
    line-height: 2rem;
  }

  .container {
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    margin-bottom: 20px;
  }

  .paragraph {
    font-size: 28px;
    line-height: 1.8em;
  }

  .f-paragraph-regular-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .page-wrapper-2 {
    margin-right: -44.4vw;
  }

  .option {
    display: block;
  }

  .div-block-6 {
    display: flex;
  }

  .spacer2 {
    flex: 1;
    justify-content: space-between;
    height: 50px;
    display: block;
    position: static;
  }

  .text-block-16 {
    font-size: 22px;
  }

  .heading-7 {
    font-size: 66px;
  }

  .grid-wrapper-3 {
    grid-template-columns: minmax(5vw, 1.5fr) minmax(auto, 1452px) minmax(5vw, 1fr);
  }

  .pop-up-exit-button-3 {
    max-width: 150%;
  }
}

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

  h2 {
    margin-bottom: 12px;
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  blockquote {
    padding: 64px 140px;
  }

  .page-wrapper {
    min-height: auto;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet, .grid-2-columns.cta-v3, .grid-2-columns.cta-v1 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._404-grid {
    grid-template-columns: 1fr;
    width: 95vw;
  }

  .grid-2-columns.cta-v2 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-v3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.single-project-grid, .grid-2-columns.service-single-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.team-member-page {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.footer-sub-grid {
    grid-template-columns: auto auto;
  }

  .style---navigation-sidebar {
    min-height: auto;
    max-height: 100%;
    box-shadow: none;
    position: static;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.v1 {
    padding: 60px 40px;
  }

  .card.blog-author {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.single-project-card {
    padding: 56px 40px;
    position: static;
  }

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

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

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

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

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

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

  .mg-right-24px.mg-bt-16px {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .display-1, .display-1.display-hero {
    font-size: 60px;
  }

  .display-1.display-hero.v1 {
    font-size: 40px;
  }

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

  .display-2 {
    font-size: 48px;
  }

  .display-3 {
    font-size: 38px;
  }

  .display-4 {
    font-size: 28px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .text-400 {
    font-size: 22px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

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

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

  .grid-3-columns._1-col-tablet, .grid-3-columns.service-grid._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .style---heading {
    background-position: 50%;
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 120px;
    padding-bottom: 116px;
  }

  .inner-container._300px._100-tablet, .inner-container._308px._100-tablet, .inner-container._692px._100-tablet, .inner-container._566px._100-tablet, .inner-container._605px._100-tablet {
    max-width: 100%;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .btn-primary.large, .btn-secondary.large {
    padding: 26px 52px;
  }

  .badge-secondary.category-badges {
    margin-left: 0;
    margin-right: 24px;
  }

  .position-relative.pricing-image-wrapper {
    max-width: none;
    padding-bottom: 0;
  }

  .position-relative.team-member-wrapper {
    padding-bottom: 0;
  }

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

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

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

  .line-square-icon.top-bar-close-icon {
    padding: 18px 24px;
  }

  .line-square-icon.form-success-message-icon {
    font-size: 64px;
  }

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

  .rich-text.v1 blockquote {
    padding-left: 160px;
    padding-right: 160px;
  }

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

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .buttons-row.right.left-tablet {
    justify-content: flex-start;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    background-color: #0000;
    border-bottom-style: none;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

  .products_all.cta-v1, .products_all.cta-v2 {
    padding-left: 0;
  }

  .products_all.cta-v3 {
    padding-top: 80px;
    padding-bottom: 0;
    padding-left: 24px;
  }

  .products_all.pd-right-82px {
    padding-right: 24px;
  }

  .products_all.pd-left-82px {
    padding-left: 24px;
  }

  .home_text {
    padding: 40px 20px 40px 40px;
  }

  .home_text.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home_text._180px, .home_text._140px, .home_text._120px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home_text.bottom-120px {
    padding-bottom: 70px;
  }

  .home_text.hero-v3 {
    padding-top: 70px;
  }

  .home_text.hero-v4 {
    padding-bottom: 0;
  }

  .home_text.hero-v4.pricing {
    padding-top: 70px;
  }

  .home_text.section-service-single {
    background-image: linear-gradient(to bottom, var(--secondary--color-1) 80%, var(--neutral--100) 80%);
  }

  .top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .link-wrapper.back-to-portfolio-link {
    top: -10%;
    left: 4%;
  }

  .heading-h1-size {
    font-size: 36px;
  }

  .heading-h2-size {
    font-size: 32px;
  }

  .heading-h3-size {
    font-size: 24px;
  }

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

  .header-nav-menu-wrapper {
    border-top: 1px solid var(--neutral--300);
    border-bottom: 1px solid var(--neutral--300);
    background-color: var(--neutral--100);
    padding: 24px;
  }

  .header-nav-menu-wrapper.bg-secondary-1 {
    border-top-color: var(--accent--primary-1);
    border-bottom-color: var(--accent--primary-1);
    background-color: var(--secondary--color-1);
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-list-item {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    padding: 10px 0;
    position: static;
    transform: none;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .dropdown-pd {
    background-color: #0000;
    border-style: none;
    padding: 40px 0;
  }

  .header-logo-link {
    transform: scale3d(1, 1, 1.001);
  }

  .hamburger-menu-wrapper {
    margin-left: 24px;
  }

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

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.top.bg-white {
    background-color: var(--neutral--100);
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .hamburger-menu-bar.bottom.bg-white {
    background-color: var(--neutral--100);
  }

  .right-side {
    flex-direction: row;
    flex: 0 auto;
    display: block;
  }

  .utility-page-wrap {
    padding-top: 300px;
    padding-bottom: 70px;
  }

  .utility-page-wrap.password-protected-wrapper {
    background-image: none;
    margin-top: -100px;
  }

  .utility-page-content.password-protected {
    padding-bottom: 70px;
  }

  .flex-vertical.center.text-center {
    grid-template-columns: 1fr;
  }

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

  .footer-logo-wrapper {
    margin-bottom: 16px;
  }

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

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

  .success-message {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .success-message.newsletter-success-message {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .error-message.password {
    margin-left: 32px;
    margin-right: 32px;
  }

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

  .half-bg-right {
    width: 100%;
    height: 40%;
    inset: auto 0% 0%;
  }

  .half-bg-right.v4 {
    background-position: 50% 0;
    background-size: auto;
    min-width: 100vw;
    margin-left: -40vw;
    margin-right: 0;
    top: -74px;
    bottom: auto;
  }

  .half-bg-right.v4.team-member {
    margin-left: 0;
    margin-right: -24px;
    display: block;
  }

  .cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .cta-section.v1, .cta-section.v2 {
    background-position: 100%;
    padding: 100px 24px;
  }

  .tabs-menu.mg-bottom-80px {
    margin-bottom: 64px;
  }

  .pd---content-inside-card.team-member-page {
    padding-bottom: 56px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .pd---content-inside-card.password-protected {
    padding: 64px;
  }

  .blog-card-image {
    width: 40%;
    height: auto;
  }

  .product-card-title.display-4 {
    font-size: 24px;
  }

  .categories-badges-wrapper {
    justify-content: flex-start;
  }

  .cart-button-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-400---uppercase {
    font-size: 22px;
  }

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

  .color-neutral-500.mg-bottom-24px.mg-bottom-16px-tablet {
    margin-bottom: 16px;
  }

  .grid-footer-v1---4-column {
    grid-row-gap: 64px;
    grid-template-columns: 2fr 1fr;
    justify-content: start;
  }

  .half-left-bg-accent-1 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    width: 20%;
  }

  ._404-bg-banner {
    background-size: auto 1000px;
    width: 40%;
  }

  .password-page {
    margin-left: 0;
  }

  .bg-sub-banner-left {
    display: none;
  }

  .pricing-hero {
    max-width: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .position-relative---tablet {
    position: relative;
  }

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

  .flex-title.latest-article {
    flex-direction: row;
    align-items: center;
  }

  .flex-title.v2 {
    flex-direction: row;
  }

  .half-right-bg-accent-1 {
    width: 20%;
  }

  .hero-image-large {
    margin-right: 0;
  }

  .hero-image-large.v3 {
    object-fit: cover;
    background-image: none;
    margin-left: 0;
  }

  .half-bg-left {
    width: 100%;
    height: 40%;
    inset: auto 0% 0%;
  }

  .half-bg-left.v10 {
    width: 100%;
    height: 100%;
    display: none;
  }

  .search-card-link {
    display: none;
  }

  .bg-shape.v7 {
    background-position: 0%;
    min-width: auto;
  }

  .single-service-image-wrapper {
    margin-right: 0;
  }

  .hero {
    padding-left: 40px;
    padding-right: 0;
  }

  .hero.v5 {
    padding-top: 132px;
  }

  .cta-v3-image-wrapper {
    width: 64%;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .portfolio-single-grid {
    grid-row-gap: 32px;
    text-align: center;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: center;
  }

  .portfolio-single---grid-container {
    padding: 64px 40px;
  }

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

  .slider_image {
    padding-top: 20px;
  }

  .listi_items {
    padding-right: 40px;
  }

  .content-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-wrapper {
    grid-row-gap: 48px;
  }

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

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

  .slider {
    padding-left: 100px;
    padding-right: 100px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .products {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .showreel-heading {
    font-size: 72px;
    bottom: -24px;
  }

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

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

  .section-logos, .section-logos-2 {
    min-height: 200px;
  }

  .grid-wrapper-2 {
    grid-row-gap: 48px;
  }

  .form-2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .form-block {
    align-items: center;
    padding-bottom: 0;
  }

  .form-wrapper-2 {
    border-left: 1px solid #ffffff1a;
    padding-bottom: 160px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .content-grid-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .quick-link-box {
    border-top: 1px solid #ffffff1a;
    padding-bottom: 120px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-title {
    margin-bottom: 24px;
  }

  .f-footer-primary {
    grid-template-columns: 1fr 1fr;
  }

  .f-content-image-wrapper-large {
    max-width: 100%;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

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

  .footer-social-box {
    min-height: 140px;
  }

  .content-grid-3 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .lightbox-link {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    inset: auto auto -60px 5vw;
  }

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

  .history-intro {
    max-width: 700px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .grid-wrapper-3 {
    grid-row-gap: 48px;
  }

  .video-cover {
    justify-content: center;
    width: auto;
    min-height: 525px;
    margin-left: -5vw;
    margin-right: -5vw;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  body {
    flex: 1;
    font-size: 16px;
  }

  h1 {
    margin-bottom: 10px;
  }

  h2 {
    font-size: 30px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  ul, ol {
    padding-left: 24px;
  }

  blockquote {
    padding: 48px 64px;
    font-size: 22px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns.cta-v1, .grid-2-columns.template-page-sidebar {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item.first {
    grid-column-gap: 30px;
  }

  .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns._404-grid {
    width: 90vw;
  }

  .grid-2-columns.cta-v2, .grid-2-columns.cta-v3, .grid-2-columns.single-project-grid, .grid-2-columns.service-single-grid {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.team-member-page {
    grid-row-gap: 64px;
  }

  .grid-2-columns.dropdown-subgrid {
    grid-row-gap: 18px;
  }

  .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.v1 {
    padding: 40px 32px;
  }

  .card.v4 {
    padding-top: 20px;
  }

  .card.blog-author {
    flex-direction: column;
    padding: 48px 32px;
  }

  .card.single-project-card {
    padding: 48px 32px;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

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

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

  .text-200 {
    font-size: 16px;
  }

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

  .display-1, .display-1.display-hero {
    font-size: 44px;
  }

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

  .display-2 {
    font-size: 40px;
  }

  .display-3 {
    font-size: 28px;
  }

  .display-4 {
    font-size: 24px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .text-400 {
    font-size: 20px;
  }

  .text-400.dropdown-column-title {
    margin-bottom: 24px;
  }

  .text-300 {
    font-size: 18px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .text-100 {
    font-size: 14px;
  }

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

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

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: auto;
  }

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

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

  .style---heading {
    padding-bottom: 104px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---content-heading {
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    max-width: 58px;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 20px 32px;
    line-height: 1.125em;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

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

  .btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-secondary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-secondary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .badge-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-primary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary.tabs {
    margin: 8px;
  }

  .badge-secondary.tabs.v1 {
    margin-right: 0;
  }

  .badge-secondary.category-badges {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 12px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 1.125em;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 1.125em;
  }

  .input.small, .input.small::placeholder {
    font-size: 14px;
    line-height: 1.143em;
  }

  .input.large.button-inside {
    min-height: 68px;
  }

  .text-area {
    font-size: 16px;
    line-height: 1.5em;
  }

  .text-area::placeholder {
    font-size: 16px;
  }

  .text-area.small {
    font-size: 14px;
  }

  .text-area.small::placeholder {
    font-size: 14px;
    line-height: 1.3em;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

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

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

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

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

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

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

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

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .square-icon {
    max-width: 56px;
  }

  .social-icon-square.v1 {
    margin-right: 18px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

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

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

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

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

  .rich-text.v1 blockquote {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .products_all {
    padding-left: 20px;
    padding-right: 20px;
  }

  .products_all.cta-v3 {
    padding-top: 64px;
    padding-left: 20px;
  }

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

  .home_text.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .home_text.template-pages-hero {
    padding-top: 140px;
    padding-bottom: 116px;
  }

  .home_text._140px.single-project-article {
    padding-top: 50px;
  }

  .home_text.hero-v3 {
    padding-top: 60px;
  }

  .home_text.hero.v5, .home_text.hero.v9 {
    padding-top: 180px;
  }

  .top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .top-bar-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .top-bar-flex {
    flex-direction: column;
  }

  .link-wrapper.back-to-portfolio-link {
    top: -12%;
  }

  .heading-h2-size {
    font-size: 30px;
  }

  .heading-h4-size {
    font-size: 20px;
  }

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h6-size {
    font-size: 14px;
  }

  .header-nav-menu-wrapper {
    flex: 0 auto;
    display: flex;
  }

  .dropdown-pd {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .header-logo {
    max-width: 90%;
  }

  .hamburger-menu-bar {
    width: 32px;
  }

  .right-side {
    flex: 1;
    display: flex;
  }

  .btn-square-primary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-square-primary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-square-primary.next-btn {
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
  }

  .btn-square-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-square-secondary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-square-secondary.previous-btn {
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
  }

  .utility-page-wrap {
    padding-top: 280px;
  }

  .utility-page-wrap.password-protected-wrapper {
    background-image: none;
    margin-top: -95px;
    padding-top: 180px;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

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

  .success-message {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .success-message.newsletter-success-message {
    padding-top: 23px;
    padding-bottom: 23px;
  }

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

  .subtitle {
    font-size: 20px;
  }

  .half-bg-right.v4.team-member {
    margin-left: 0;
    margin-right: -40vw;
    display: block;
  }

  .cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .cta-section.v1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.team-member-page {
    padding: 40px 32px 56px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .pd---content-inside-card.large.template-pages, .pd---content-inside-card.password-protected {
    padding-left: 32px;
    padding-right: 32px;
  }

  .blog-card-image-wrapper.inside-card {
    justify-content: space-around;
  }

  .categories-badges-item-wrapper, .categories-badges-wrapper {
    flex-wrap: wrap;
  }

  ._404-not-found {
    font-size: 120px;
    line-height: 110px;
  }

  .text-400---uppercase {
    font-size: 20px;
  }

  .text-300---uppercase {
    font-size: 18px;
  }

  .text-200---uppercase {
    font-size: 16px;
  }

  .text-100---uppecase {
    font-size: 14px;
  }

  .grid-footer-v1---4-column {
    grid-column-gap: 32px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  ._404-bg-banner {
    background-size: auto 800px;
  }

  .password-page {
    width: 60px;
    max-width: 60px;
    height: 60px;
    max-height: 60px;
  }

  .flex-title.latest-article {
    flex-wrap: wrap;
  }

  .icon-size {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .icon-size.v1 {
    min-width: 64px;
    max-width: 64px;
    min-height: 64px;
    max-height: 64px;
  }

  .team-member-hero {
    margin-top: 64px;
  }

  .blog-post-image.v1 {
    object-fit: cover;
  }

  .portfolio-card {
    width: 46%;
  }

  .hero.v5 {
    padding-top: 120px;
  }

  .cta-v3-image-wrapper {
    width: 80%;
  }

  .portfolio-single-grid {
    grid-column-gap: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }

  .portfolio-single---grid-container {
    padding: 56px 32px;
  }

  ._3-inputs-and-btn-success-message {
    min-height: 312px;
  }

  .fn-heading-1 {
    margin-bottom: 12px;
    font-size: 38px;
  }

  .fn-paragraph-2 {
    margin-bottom: 24px;
  }

  .slider-header {
    display: flex;
  }

  .left-arrow {
    width: 45%;
    inset: auto 55% 0% 0%;
  }

  .left-arrow.right {
    left: 55%;
  }

  .slider-arrow-content, .slider-arrow-content.right {
    transform: none;
  }

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

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

  .testimonial-wrapper {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .slider {
    height: 100%;
    padding-bottom: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .showreel-heading {
    font-size: 56px;
    bottom: -18px;
  }

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

  .brand {
    font-size: 22px;
  }

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

  .logo-item {
    width: 140px;
    min-width: 140px;
    height: 100%;
    padding-left: 26px;
    padding-right: 26px;
  }

  .logo-title {
    border: 1px #000;
    border-left: 1px solid #ffffff1a;
    border-right: 1px solid #ffffff1a;
    padding-top: 48px;
    padding-bottom: 36px;
  }

  .section-logos {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-side {
    border-top: 1px #ffffff1a;
    border-left: 1px solid #ffffff1a;
    border-right-style: solid;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 48px;
    position: relative;
  }

  .logo-side.right {
    border-left-style: solid;
    margin-left: 0;
    margin-right: -5vw;
    display: none;
  }

  .section-logos-2 {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .form-wrapper-2 {
    padding: 60px 36px 120px;
  }

  .link-wrapper-2.horizontal {
    grid-column-gap: 18px;
  }

  .submit-button-2 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .quick-link-box {
    grid-row-gap: 60px;
    padding-bottom: 100px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .f-footer-primary {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

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

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

  .footer-social-box {
    min-height: 100px;
  }

  .lightbox-link {
    width: 110px;
    height: 110px;
    bottom: -55px;
  }

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

  .stacked-intro {
    grid-row-gap: 36px;
  }

  .history-intro {
    padding-top: 90px;
    padding-bottom: 100px;
    padding-right: 0;
  }

  .video-cover {
    min-height: 375px;
  }
}

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

  h2 {
    font-size: 28px;
  }

  ul, ol {
    padding-left: 20px;
  }

  blockquote {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 18px;
  }

  .page-wrapper {
    min-height: auto;
  }

  .grid-2-columns.cta-v1 {
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns.product-page {
    grid-template-columns: .6fr .4fr;
    display: block;
  }

  .grid-2-columns._404-grid {
    width: auto;
  }

  .grid-2-columns.cta-v2 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-v3 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.team-member-page {
    grid-row-gap: 48px;
  }

  .grid-2-columns.dropdown-subgrid {
    grid-row-gap: 12px;
  }

  .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr;
  }

  .grid-2-columns._2-col-mbl.gap-row-48px {
    grid-row-gap: 40px;
  }

  .grid-2-columns._2-col-mbl.gap-row-16px {
    justify-content: space-between;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .grid-2-columns.footer-sub-grid {
    grid-row-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .card {
    box-shadow: none;
  }

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

  .card.v1 {
    padding: 32px 24px;
  }

  .card.v4 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-right: 0;
  }

  .card.blog-author, .card.single-project-card {
    padding: 40px 24px;
  }

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

  .color-neutral-300.mg-bottom-32px {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    display: inline-block;
  }

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

  .divider.v2, .divider.v3 {
    min-width: 20px;
  }

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

  .mg-bottom-16px.mg-bottom-16px-mbp, .mg-bottom-24px {
    margin-bottom: 16px;
  }

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

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

  .mg-bottom-64px {
    text-align: center;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

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

  .mg-right-24px.mg-bt-16px {
    margin-bottom: 10px;
    padding-right: 0;
  }

  .text-200.list {
    font-size: 12px;
  }

  .display-1 {
    font-size: 40px;
  }

  .display-1.display-hero {
    font-size: 38px;
  }

  .display-1.display-hero.v1 {
    text-align: center;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5em;
  }

  .grid-1-column.dropdown-link-column {
    grid-row-gap: 12px;
  }

  .display-2 {
    font-size: 34px;
  }

  .display-2.color-neutral-100 {
    color: var(--flowui-component-library-gray-900);
    letter-spacing: -.05px;
    margin-bottom: 10px;
    font-family: Onest, sans-serif;
    font-size: 2rem;
    font-weight: 800;
    display: inline-block;
  }

  .display-3.color-neutral-100.mg-bottom-30px {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
  }

  .text-400.dropdown-column-title, .text-300.bold.footer-title {
    margin-bottom: 16px;
  }

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

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

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

  .style---heading {
    margin-bottom: 40px;
    padding-bottom: 66px;
  }

  .inner-container._632px {
    padding-left: 0;
    display: block;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    border-radius: 16px;
    width: 58px;
    margin-right: 14px;
  }

  .mg-bottom-0 {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.small.white {
    width: 80%;
    font-size: 15px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-primary.cart {
    background-image: url('../images/cart_1cart.png');
    background-position: 11%;
    background-repeat: no-repeat;
    background-size: 18px;
    justify-content: space-around;
    width: 90%;
    margin-right: 0;
    padding: 20px 0 18px 20px;
    display: block;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .badge-primary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-primary.small {
    background-color: var(--cart);
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

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

  .badge-secondary.tabs {
    margin-left: 0;
    margin-right: 0;
  }

  .badge-secondary.tabs.v1 {
    margin-right: 0;
  }

  .badge-secondary.category-badges {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .badge-secondary.category-badges.mg-right-0-mbp {
    margin-right: 0;
  }

  .input, .input::placeholder {
    font-size: 16px;
    line-height: 1.125em;
  }

  .input.large.button-inside {
    min-height: 64px;
  }

  .input.large.newsletter-form {
    min-height: 60px;
    margin-bottom: 16px;
    margin-right: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .input.button-inside {
    margin-bottom: 16px;
  }

  .input.input-bg-secondary-01.dropdown-wrapper {
    min-height: auto;
    display: block;
  }

  .position-relative.pricing-image-wrapper {
    justify-content: space-around;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    display: block;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox {
    min-width: 22px;
    min-height: 22px;
  }

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

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

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

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

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

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .social-icon-square {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .social-icon-square.v1 {
    margin-right: 12px;
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
  }

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

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

  .rich-text h6, .rich-text h5, .rich-text h4 {
    margin-top: 32px;
  }

  .rich-text.v1 blockquote {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .buttons-row {
    flex-direction: column;
  }

  .buttons-row.center {
    align-items: stretch;
  }

  .buttons-row.width-100-mbp {
    width: 100%;
  }

  .products_all {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .products_all.cta-v1, .products_all.cta-v2 {
    padding-right: 0;
  }

  .products_all.cta-v3 {
    padding-left: 16px;
  }

  .products_all.pd-right-82px {
    padding-right: 20px;
  }

  .products_all.pd-left-82px {
    padding-left: 20px;
  }

  .home_text {
    padding: 20px 0 0;
  }

  .home_text.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .home_text.template-pages-hero {
    padding-bottom: 100px;
  }

  .home_text._180px, .home_text._140px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home_text._140px.hero-v3 {
    padding: 40px 20px;
  }

  .home_text._120px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home_text.bottom-120px {
    padding-bottom: 60px;
  }

  .home_text.hero-v4.pricing {
    background-image: url('../images/bg-mobile.png');
    background-position: 50% 10%;
    background-repeat: no-repeat;
    border-bottom-left-radius: 50px;
    height: auto;
    margin-bottom: 0;
    padding: 0 10px 20px;
  }

  .home_text.hero.v5, .home_text.hero.v9 {
    padding-top: 160px;
  }

  .home_text.opis {
    background-color: var(--flowui-component-library-white);
    padding: 20px 10px;
  }

  .top-bar-wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

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

  .link-wrapper.back-to-portfolio-link {
    top: -12%;
  }

  .heading-h1-size {
    font-size: 32px;
  }

  .heading-h2-size {
    font-size: 28px;
  }

  .header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .header-content-wrapper {
    justify-content: space-around;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .header-nav-menu-wrapper {
    background-color: #121212;
    flex: 1;
    justify-content: space-between;
    height: 50dvh;
    padding: 0;
    display: flex;
  }

  .header-nav-link {
    color: var(--flowui-component-library-gray-200);
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 20px;
  }

  .header-nav-list-item {
    text-align: center;
    flex: 1;
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
  }

  .header-nav-list-item.show-in-tablet {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #303aff;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .header-logo {
    max-width: 86%;
  }

  .hamburger-menu-wrapper {
    flex: 1;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 15px;
  }

  .hamburger-menu-bar {
    width: 28px;
  }

  .hamburger-menu-bar.top, .hamburger-menu-bar.bottom {
    background-color: var(--accent--primary-1);
  }

  .right-side {
    flex: 0 auto;
    justify-content: space-between;
    margin-left: 40px;
  }

  .btn-square-primary.next-btn, .btn-square-secondary.previous-btn {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 18px;
  }

  .utility-page-wrap {
    padding-bottom: 56px;
  }

  .utility-page-wrap.password-protected-wrapper {
    background-image: none;
    margin-top: -90px;
  }

  .utility-page-content.password-protected {
    padding-bottom: 60px;
  }

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

  .flex-horizontal.success-message-horizontal {
    flex-direction: column;
  }

  .footer-wrapper {
    padding-left: 20px;
    display: flex;
  }

  .footer-top {
    flex: 1;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
  }

  .footer-bottom {
    background-position: 40%;
    background-size: auto;
  }

  .success-message {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .success-message.newsletter-success-message {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .half-bg-right.v4 {
    display: flex;
  }

  .half-bg-right.v4.team-member {
    width: 100vw;
    margin-left: 0;
    margin-right: -40vw;
  }

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

  .cta-section.v1 {
    padding: 64px 16px;
  }

  .cta-section.v2 {
    padding: 70px 20px;
  }

  .tabs-menu.mg-bottom-80px {
    margin-bottom: 48px;
  }

  .pd---content-inside-card.team-member-page {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .pd---content-inside-card.password-protected {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-card-image {
    width: 60%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-card-image-wrapper.inside-card {
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-card-title {
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 700;
  }

  .product-card-title.display-4 {
    margin-left: auto;
    margin-right: auto;
    font-family: Onest, sans-serif;
    font-size: 18px;
    font-weight: 800;
  }

  .categories-badges-item-wrapper {
    flex-direction: column;
  }

  .categories-badges-item-wrapper.vertical-mbp, .categories-badges-wrapper {
    width: 100%;
  }

  ._404-not-found {
    font-size: 100px;
    line-height: 100px;
  }

  .cart-button-wrapper.mg-left-0---mbp {
    flex: 1;
    margin-left: 0;
  }

  .cart-button {
    margin-right: 10px;
  }

  .cart-quantity {
    font-size: 16px;
  }

  .cart-container {
    border-radius: 0;
  }

  .cart-item-price {
    color: var(--neutral--600);
    font-size: 16px;
    line-height: 18px;
  }

  .apple-pay-btn.cart {
    height: 53px;
  }

  .checkout-block-header {
    justify-content: space-around;
    align-items: stretch;
    display: block;
  }

  .order-item {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .order-list-price {
    margin-top: 11px;
  }

  .order-list-title {
    margin-bottom: 4px;
  }

  .order-item-image {
    margin-bottom: 20px;
  }

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

  .checkout-column {
    margin-bottom: 24px;
  }

  .dropdown-txt {
    color: var(--secondary--color-1);
  }

  .cart-flex {
    flex-direction: column;
  }

  .cart-description {
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-footer-v1---4-column {
    grid-column-gap: 2px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    display: block;
  }

  .social-media-flex-bottom.mg-bottom-10px---mbp {
    margin-bottom: 10px;
  }

  .half-left-bg-accent-1 {
    width: 100%;
  }

  ._404-bg-banner {
    background-size: auto 600px;
  }

  .hidden {
    margin-bottom: 0;
  }

  .pricing-hero {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }

  .form.v1 {
    flex-direction: column;
  }

  .flex-title.center-mbp {
    align-items: center;
  }

  .flex-title.v2 {
    grid-row-gap: 0px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .flex-title.v2.text-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .width-100-mbp, .half-right-bg-accent-1 {
    width: 100%;
  }

  .hero-image-large {
    margin-right: 0;
  }

  .icon-size.filter {
    width: 30px;
    max-width: 30px;
    height: 30px;
    max-height: 30px;
  }

  .team-member-hero {
    margin-top: 48px;
  }

  .bg-shape.v8 {
    top: -34%;
  }

  .portfolio-card {
    width: 100%;
  }

  .logo-wrapper---absolute {
    grid-column-gap: 16px;
    align-items: flex-end;
    width: 100%;
    height: 100px;
  }

  .logo-bar.v1 {
    width: 40px;
    height: 100px;
    transform: skew(-19deg);
  }

  .logo-bar.v2 {
    width: 30px;
    height: 30px;
  }

  .hero {
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .portfolio-single---grid-container {
    padding: 48px 24px;
  }

  ._3-inputs-and-btn-success-message {
    min-height: 284px;
  }

  .ths01-feature-block {
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
  }

  .ths01-feature-details {
    margin-left: 10px;
  }

  .home-thin {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .ths01-feature-text-bold {
    justify-content: space-between;
    font-family: Onest, sans-serif;
    font-size: 11px;
    display: block;
  }

  .ths01-feature-text-bold.brown {
    font-size: 16px;
  }

  .ths01-check-icon {
    width: 10px;
    height: 10px;
    padding: 10px;
  }

  .fn-heading-1 {
    margin-bottom: 0;
    font-size: 3rem;
    display: inline-block;
  }

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

  .ths01-features-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: 5px;
  }

  .italic-text {
    font-size: 1.5rem;
  }

  .image {
    flex: 0 auto;
    width: auto;
    max-width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-3 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    color: var(--secondary--color-1);
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .opis {
    -webkit-text-stroke-color: var(--flowui-component-library-white);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .body {
    background-color: #1b212c;
  }

  .image-3 {
    padding-right: 0;
    display: inline;
  }

  .image-3.mobilelogo {
    width: 100%;
    display: block;
  }

  .slider_image {
    flex: 1;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .div-block-4 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    width: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .ths01-wrapper-2 {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .fn-paragraph-2 {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 13px;
    display: block;
  }

  .slider-header {
    background-image: url('../images/highlight.webp');
    background-position: 50% 100%;
    background-size: 649px;
    height: auto;
    min-height: 0;
    padding-top: 10px;
    display: block;
  }

  .text-span-2 {
    font-size: 13px;
  }

  .listi_items {
    justify-content: center;
    max-width: 100%;
    padding-right: 0;
    display: block;
  }

  .slide {
    height: auto;
    padding: 20px 20px 0;
  }

  .mask {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .subtitle-2 {
    font-size: 9px;
    line-height: 1.5em;
  }

  .grid-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link {
    font-size: 9px;
  }

  .link:hover {
    color: #fff;
  }

  .left-arrow {
    width: 48%;
    right: 52%;
  }

  .left-arrow.right {
    left: 52%;
  }

  .testimonial-text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5em;
  }

  .content-stacked {
    grid-row-gap: 60px;
  }

  .content-stacked.small {
    display: block;
  }

  .section-3 {
    padding: 40px 5%;
  }

  .section-3.clip {
    background-image: linear-gradient(#00000080, #00000080), url('../images/tea.webp');
    background-position: 0 0, 50%;
    background-size: auto, auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .testimonial-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .image-4 {
    flex: 1;
    margin-right: 40px;
    padding-right: 0;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-h3-heading {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
  }

  .f-section-regular {
    padding-top: 40px;
  }

  .heading-4 {
    font-size: 36px;
  }

  .products {
    padding: 20px 10px;
  }

  .footer-wrapper-2 {
    grid-column-gap: 24px;
    display: block;
  }

  .showreel-heading {
    font-size: 48px;
  }

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

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

  .footer-nav-link {
    font-size: 16px;
  }

  .footer-pages {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    margin-bottom: 40px;
  }

  .brand {
    font-size: 18px;
  }

  .testimonial-text-2 {
    font-size: 22px;
  }

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

  .heading-6 {
    color: var(--flowui-component-library-gray-200);
  }

  .logo-title {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .section-logos {
    min-height: auto;
  }

  .logo-side.left {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-logos-2 {
    min-height: auto;
    position: relative;
  }

  .grid-wrapper-2 {
    position: relative;
  }

  .text_small {
    font-size: 10px;
  }

  .image-5 {
    max-width: 80%;
  }

  .div-block-5 {
    margin-bottom: 10px;
  }

  .sku {
    color: var(--neutral--700);
    justify-content: space-between;
    align-items: flex-end;
    margin-right: 0;
    font-size: 12px;
    display: flex;
  }

  .long_description {
    font-family: Poppins, sans-serif;
  }

  .quick-link-icon {
    padding-left: 10px;
    padding-right: 10px;
  }

  .subtitle-7 {
    padding-left: 20px;
  }

  .form-2 {
    padding-top: 0;
  }

  .form_section {
    min-height: 93vh;
    padding-bottom: 20px;
  }

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

  .stacked-info-3.medium-width {
    grid-template-columns: 1fr;
    display: block;
  }

  .quick-link-list {
    grid-template-rows: auto auto;
  }

  .form-wrapper-2 {
    padding: 20px 10px 40px;
  }

  .h2_content {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .link-wrapper-2.horizontal {
    grid-column-gap: 9px;
    margin-top: -36px;
  }

  .text-block-15 {
    font-size: 7px;
  }

  .body-display-17 {
    margin-bottom: 20px;
    font-size: 13px;
    display: flex;
  }

  .submit-button-2 {
    font-size: 12px;
  }

  .quick-link-box {
    grid-row-gap: 36px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .link-block {
    flex: 1;
  }

  .link-block.w--current {
    flex: 0 auto;
    width: 100%;
    display: block;
  }

  .f-footer-bottom {
    display: flex;
  }

  .f-footer-divider {
    background-color: var(--neutral--700);
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .f-footer-title {
    color: var(--cart2);
    margin-bottom: 20px;
  }

  .f-footer-primary {
    flex: 1;
    grid-template-columns: 1fr;
  }

  .f-container-regular {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer {
    border-top-color: var(--flowui-component-library-gray-500);
    border-radius: 1px;
    padding-top: 0;
  }

  .image-6 {
    max-width: 90%;
    margin-top: 0;
  }

  .left-side {
    flex: 0 auto;
    width: 340px;
    display: flex;
  }

  .f-content-list-item {
    justify-content: flex-start;
    align-items: center;
  }

  .f-content-list-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
  }

  .f-h3-heading-2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    font-weight: 800;
  }

  .f-content-image-wrapper-large {
    height: 100%;
  }

  .f-grid-two-column {
    grid-row-gap: 22px;
  }

  .intro-section {
    padding: 20px 5%;
  }

  .collection-item {
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
  }

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

  .section-5.no-padding.clip {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .logos {
    background-color: #fff;
    border-radius: 17px;
  }

  .social-media {
    top: 25%;
  }

  .image-26 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .body-display-18 {
    font-size: 16px;
  }

  .lightbox-link {
    background-color: #03c168;
  }

  .highlight-2 {
    display: flex;
  }

  .section-6 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-6.no-padding.clip {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .stacked-intro {
    grid-row-gap: 9px;
  }

  .subtitle-8 {
    font-size: 9px;
    display: flex;
  }

  .history-intro {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .grid-wrapper-3 {
    background-color: #040609;
  }

  .video-cover {
    min-height: 275px;
  }

  .pop-up-wrapper-2 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .pop-up-box-2 {
    max-width: 100%;
    padding: 60px 10px 40px;
  }

  .disclaimer {
    font-size: 26px;
  }
}

#w-node-a6ccc36f-1a01-1bfb-9201-980a58601535-12e9ebf8 {
  place-self: start;
}

#w-node-_49713c9b-6f57-9d93-cf28-544113ad62da-13ad629d, #w-node-_49713c9b-6f57-9d93-cf28-544113ad62dd-13ad629d {
  place-self: center;
}

#w-node-_5558d0d2-0fb9-ab55-96d0-6aa0f7ba5007-13ad629d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b18bfcf-21c7-bf11-15d3-125917760674-17760672 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7b18bfcf-21c7-bf11-15d3-125917760676-17760672 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7b18bfcf-21c7-bf11-15d3-12591776067e-17760672 {
  justify-self: center;
}

#w-node-_7b18bfcf-21c7-bf11-15d3-125917760681-17760672 {
  place-self: center start;
}

#w-node-_7b18bfcf-21c7-bf11-15d3-1259177606c0-17760672 {
  justify-self: start;
}

#w-node-_126da130-4792-c496-111b-80780918e1c3-0918e1c1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_126da130-4792-c496-111b-80780918e1c4-0918e1c1 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-_126da130-4792-c496-111b-80780918e1de-0918e1c1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_126da130-4792-c496-111b-80780918e1e1-0918e1c1 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_07053570-c28a-4c9e-b0a2-81e5d0fd0f10-12e9ec25, #w-node-_84b92069-6655-dde7-2a55-de8dcc7a4ce0-12e9ec3f, #w-node-_76ea5d6c-0d05-09d8-0228-62d83a90566e-12e9ec3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f551848d-6811-c1c4-8aa9-4023305c0f99-12e9ec63 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f551848d-6811-c1c4-8aa9-4023305c0f9a-12e9ec63 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-f551848d-6811-c1c4-8aa9-4023305c0fa0-12e9ec63 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-f551848d-6811-c1c4-8aa9-4023305c0faf-12e9ec63 {
  justify-self: start;
}

#w-node-_107c373b-04b7-2c68-665f-e5dbcf06dbaf-12e9ec7d {
  align-self: stretch;
}

#w-node-cf1c0b55-c0ae-0643-22e7-d8aa5fbbc755-a007288c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cf1c0b55-c0ae-0643-22e7-d8aa5fbbc759-a007288c, #w-node-cf1c0b55-c0ae-0643-22e7-d8aa5fbbc768-a007288c {
  align-self: start;
}

#w-node-cf1c0b55-c0ae-0643-22e7-d8aa5fbbc773-a007288c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf1c0b55-c0ae-0643-22e7-d8aa5fbbc779-a007288c, #w-node-f4bdeb32-28cd-1bdb-be68-34c9aaf5af5d-a007288c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f4bdeb32-28cd-1bdb-be68-34c9aaf5af7b-a007288c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4bdeb32-28cd-1bdb-be68-34c9aaf5af81-a007288c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9b4ebc0a-2fa6-5c72-0f4b-4070e753cf6b-12e9ec83 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_9b4ebc0a-2fa6-5c72-0f4b-4070e753cf6c-12e9ec83 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#wf-form-Contact-form.w-node-_9b4ebc0a-2fa6-5c72-0f4b-4070e753cf6e-12e9ec83 {
  place-self: start center;
}

#w-node-_9b4ebc0a-2fa6-5c72-0f4b-4070e753cf71-12e9ec83 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Firstname.w-node-_9b4ebc0a-2fa6-5c72-0f4b-4070e753cf73-12e9ec83, #Lastname.w-node-_9b4ebc0a-2fa6-5c72-0f4b-4070e753cf74-12e9ec83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b4ebc0a-2fa6-5c72-0f4b-4070e753cf76-12e9ec83, #Email.w-node-_9b4ebc0a-2fa6-5c72-0f4b-4070e753cf78-12e9ec83, #w-node-_9b4ebc0a-2fa6-5c72-0f4b-4070e753cf7a-12e9ec83, #Message.w-node-_9b4ebc0a-2fa6-5c72-0f4b-4070e753cf7c-12e9ec83, #w-node-_9b4ebc0a-2fa6-5c72-0f4b-4070e753cf87-12e9ec83 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9b4ebc0a-2fa6-5c72-0f4b-4070e753cf88-12e9ec83 {
  justify-self: start;
}

#w-node-_3fe25aa3-8949-c566-02da-9ff83457ddb8-3457ddb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a649bde5-a3dc-ecee-cd13-c0fe6e159d85-12e9ec9e, #w-node-_68459635-f4a8-792e-0d61-cfff17cd2581-12e9ec9e, #w-node-f68660d9-e746-d99f-5f31-ff534c662f32-12e9ec9e, #w-node-_13a916ec-4b07-e8e1-ef6c-4d554c933652-12e9ec9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_478ade14-65ee-dc66-96e3-8ed432ef26cf-12e9ec9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_478ade14-65ee-dc66-96e3-8ed432ef26d3-12e9ec9e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_478ade14-65ee-dc66-96e3-8ed432ef26d7-12e9ec9e {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_478ade14-65ee-dc66-96e3-8ed432ef26e3-12e9ec9e {
  justify-self: start;
}

#w-node-c6b4ebd4-0e14-291a-b1ab-a9a286b7f8a7-12e9ec9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-dbf466ca-8f17-e78b-fa11-038c0e2b26a8-12e9ec9f {
  place-self: start stretch;
}

#w-node-_217ab77c-b315-0910-bf3a-4b18a12f8a29-12e9ecb4, #w-node-_984cf869-6d75-a6e7-af22-b062dc5a4cb0-12e9ecb4, #w-node-_984cf869-6d75-a6e7-af22-b062dc5a4cb8-12e9ecb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_984cf869-6d75-a6e7-af22-b062dc5a4cbc-12e9ecb4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_984cf869-6d75-a6e7-af22-b062dc5a4cc0-12e9ecb4 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_984cf869-6d75-a6e7-af22-b062dc5a4cc4-12e9ecb4 {
  justify-self: start;
}

#w-node-e04db592-b32e-eadb-0974-6a4d86407483-a90744d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e04db592-b32e-eadb-0974-6a4d86407487-a90744d5, #w-node-e04db592-b32e-eadb-0974-6a4d86407496-a90744d5 {
  align-self: start;
}

#w-node-e04db592-b32e-eadb-0974-6a4d864074a1-a90744d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e04db592-b32e-eadb-0974-6a4d864074a7-a90744d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d704ef12-ec21-2404-9575-c067a9074536-a90744d5, #w-node-d704ef12-ec21-2404-9575-c067a9074556-a90744d5, #w-node-e5ad3355-09ea-9360-ba32-e54f3270f621-12e9ecb6, #w-node-_18cb8d0c-137e-5d13-5342-fcd91112187d-12e9ecb6, #w-node-_7cc2001d-bddc-4005-9a43-ed17bdf68c4b-12e9ecb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1895c3f3-3421-455b-5534-8b7a2fd1ee10-12e9ecb6 {
  align-self: stretch;
}

#w-node-_48179c42-8780-db30-ba01-1c22fea07ab4-12e9ecf7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-f551848d-6811-c1c4-8aa9-4023305c0fa0-12e9ec63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_984cf869-6d75-a6e7-af22-b062dc5a4cb0-12e9ecb4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_49713c9b-6f57-9d93-cf28-544113ad62bb-13ad629d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_126da130-4792-c496-111b-80780918e1c4-0918e1c1 {
    grid-column: 1 / 2;
  }

  #w-node-_126da130-4792-c496-111b-80780918e1de-0918e1c1 {
    grid-column-end: 3;
  }

  #w-node-_126da130-4792-c496-111b-80780918e1e1-0918e1c1 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: start;
  }

  #w-node-_347b1604-a7d1-4c2c-cf5b-6059ee4d907a-91dd5701 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f551848d-6811-c1c4-8aa9-4023305c0f9a-12e9ec63 {
    grid-column: 1 / 4;
  }

  #w-node-f551848d-6811-c1c4-8aa9-4023305c0fa0-12e9ec63 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-f4bdeb32-28cd-1bdb-be68-34c9aaf5af61-a007288c, #w-node-f4bdeb32-28cd-1bdb-be68-34c9aaf5af70-a007288c {
    align-self: start;
  }

  #w-node-f4bdeb32-28cd-1bdb-be68-34c9aaf5af7b-a007288c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f4bdeb32-28cd-1bdb-be68-34c9aaf5af81-a007288c {
    justify-self: end;
  }

  #w-node-_9b4ebc0a-2fa6-5c72-0f4b-4070e753cf6c-12e9ec83 {
    grid-column: span 3 / span 3;
  }

  #w-node-_9b4ebc0a-2fa6-5c72-0f4b-4070e753cf87-12e9ec83 {
    order: 9999;
    grid-column: span 3 / span 3;
  }

  #w-node-dbf466ca-8f17-e78b-fa11-038c0e2b26a8-12e9ec9f {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_18cb8d0c-137e-5d13-5342-fcd91112187d-12e9ecb6 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_126da130-4792-c496-111b-80780918e1c4-0918e1c1 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: stretch;
  }

  #w-node-_126da130-4792-c496-111b-80780918e1de-0918e1c1 {
    grid-column: 1 / 4;
  }

  #w-node-_126da130-4792-c496-111b-80780918e1e1-0918e1c1 {
    grid-area: 3 / 1 / 4 / 4;
    justify-self: stretch;
  }

  #w-node-_347b1604-a7d1-4c2c-cf5b-6059ee4d907a-91dd5701, #w-node-_347b1604-a7d1-4c2c-cf5b-6059ee4d90d5-91dd5701 {
    grid-column: span 1 / span 1;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-12e9ecf7, #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-12e9ecf7, #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-12e9ecf7, #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-12e9ecf7, #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-12e9ecf7, #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-12e9ecf7, #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-12e9ecf7, #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-12e9ecf7, #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-12e9ecf7, #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-12e9ecf7, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-12e9ecf7, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-12e9ecf7, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-12e9ecf7, #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-12e9ecf7, #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-12e9ecf7, #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-12e9ecf7, #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-12e9ecf7, #w-node-_6414ae78-3bd0-88ea-5b1e-f968752b4e8b-12e9ecf7, #w-node-_6414ae78-3bd0-88ea-5b1e-f968752b4e9f-12e9ecf7, #w-node-_6414ae78-3bd0-88ea-5b1e-f968752b4eb3-12e9ecf7, #w-node-_6414ae78-3bd0-88ea-5b1e-f968752b4ec7-12e9ecf7, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0a9-12e9ecf7, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-12e9ecf7, #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-12e9ecf7, #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-12e9ecf7, #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-12e9ecf7, #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-12e9ecf7, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-12e9ecf7, #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-12e9ecf7, #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-12e9ecf7 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_347b1604-a7d1-4c2c-cf5b-6059ee4d907a-91dd5701 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_347b1604-a7d1-4c2c-cf5b-6059ee4d9093-91dd5701 {
    grid-column-end: 2;
    justify-self: start;
  }

  #w-node-_347b1604-a7d1-4c2c-cf5b-6059ee4d9097-91dd5701 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_347b1604-a7d1-4c2c-cf5b-6059ee4d90bf-91dd5701, #w-node-_347b1604-a7d1-4c2c-cf5b-6059ee4d90d5-91dd5701 {
    grid-column-end: 2;
  }

  #w-node-f551848d-6811-c1c4-8aa9-4023305c0faf-12e9ec63 {
    justify-self: start;
  }

  #w-node-f4bdeb32-28cd-1bdb-be68-34c9aaf5af81-a007288c {
    justify-self: auto;
  }

  #Firstname.w-node-_9b4ebc0a-2fa6-5c72-0f4b-4070e753cf73-12e9ec83, #Lastname.w-node-_9b4ebc0a-2fa6-5c72-0f4b-4070e753cf74-12e9ec83 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9b4ebc0a-2fa6-5c72-0f4b-4070e753cf89-12e9ec83 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c6b4ebd4-0e14-291a-b1ab-a9a286b7f8a7-12e9ec9f {
    align-self: stretch;
  }

  #w-node-_03c54997-96e3-5dfd-dfdb-54604383ba1d-12e9ec9f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/onestblack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/onestbold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/onestextrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/onestlight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/onestregular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/onestthin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/onestmedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest Icon';
  src: url('../fonts/roofing-x-icon-font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}