a {
  color: white;
}

@font-face {
  font-family: Butler;
  src: url('../fonts/Butler_ExtraBold.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

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

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

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

@font-face {
  font-family: Butler;
  src: url('../fonts/Butler_Medium.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Butler ultra;
  src: url('../fonts/Butler_Ultra_Light.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Butler;
  src: url('../fonts/Butler_Light.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}

:root {
  --black: #12141d;
  --medium-aquamarine: #3ccf91;
  --black-2: #20222e;
  --sky-blue: #68d4ff;
  --tomato: #ff715b;
  --white: white;
}

.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-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--black);
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

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

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

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: #fffc;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

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

li {
  color: #919196;
  padding-top: 2px;
  padding-bottom: 2px;
}

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

blockquote {
  border-left: 3px solid var(--medium-aquamarine);
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 20px 0 30px;
  font-size: 26px;
  line-height: 32px;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

.top-margin {
  margin-top: 30px;
}

.top-margin._15px {
  margin-top: 15px;
}

.go-top {
  z-index: 10;
  background-color: #20222e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
}

.go-top:hover {
  background-color: var(--medium-aquamarine);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 350px;
  display: flex;
}

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

.page-content {
  margin-left: auto;
  margin-right: auto;
}

.nav-link {
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  transition: all .3s;
  position: relative;
}

.nav-link:hover {
  color: #fff6;
  padding-left: 15px;
}

.instagram-photo {
  border-radius: 30px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation {
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 90px;
  padding: 10px 2%;
  display: flex;
}

.container {
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.brand {
  flex-direction: column;
  order: -1;
  align-items: center;
  padding-right: 75px;
  font-size: 22px;
  font-weight: 700;
  line-height: 21px;
  display: flex;
}

.brand.absolute-logo {
  padding-right: 0;
  position: absolute;
  inset: 30px auto auto 50%;
  transform: translate(-50%);
}

.brand._2 {
  padding-right: 0;
}

.second-part {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  justify-items: center;
}

.section {
  background-color: #0000;
  padding: 100px 5%;
  position: relative;
}

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

.section._50px.overflow.paddingbottomzero {
  padding-bottom: 0;
}

.section.overflow {
  overflow: hidden;
}

.section.overflow.paddingtopzero {
  padding-top: 0;
}

.section.gray {
  background-color: var(--black-2);
}

.section.gray._70px {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.cta {
  background-color: var(--medium-aquamarine);
  background-image: linear-gradient(27deg, var(--medium-aquamarine) 32%, var(--sky-blue));
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.photo {
  background-image: linear-gradient(to right, #12141d80, #fff0), url('../images/about-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  min-height: 550px;
  display: flex;
}

.section._50px-bottom {
  padding-bottom: 50px;
}

.button {
  background-color: var(--medium-aquamarine);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 20px 30px;
  font-size: 13px;
  font-weight: 700;
  transition: all .2s;
  display: inline-block;
}

.button:hover {
  background-color: var(--tomato);
  color: #fff;
}

.button.discount {
  padding-top: 0;
  padding-bottom: 0;
}

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

.button.black:hover {
  background-color: #454753;
}

.button.small {
  padding: 12px 19px;
  font-size: 12px;
}

.button.full {
  width: 100%;
}

.first-part {
  cursor: pointer;
  order: -1;
  align-items: center;
  display: flex;
}

.remove-icon-bar {
  width: 12px;
  height: 12px;
}

.remove-pop-up {
  cursor: pointer;
  background-color: #f1f1f7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.remove-pop-up.in-produce-sidebar {
  background-color: #fafaff;
  width: 35px;
  height: 35px;
  position: relative;
  top: 0;
  right: 0;
}

.text-field {
  color: #fff;
  background-color: #393c47;
  border: 1px solid #ffffff0f;
  border-radius: 4px;
  height: 52px;
  padding-top: 10px;
}

.text-field:hover, .text-field:focus, .text-field.-wfp-focus {
  border-color: var(--medium-aquamarine);
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

.text-field.discount {
  height: 38px;
}

.text-field.area {
  background-color: #393c47;
  padding-bottom: 55px;
}

.cart-quantity {
  z-index: 2;
  background-color: var(--medium-aquamarine);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cart-wrapper {
  z-index: 999;
  background-color: #20222ed9;
}

.cart-container {
  background-color: var(--black);
  box-shadow: none;
  border: 1px solid #ffffff1a;
  border-radius: 5px;
  max-width: 600px;
}

.product-price {
  color: #ffffffb3;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 17px;
}

.product-price.in-sidebar.no-margin {
  margin-top: 0;
}

.product-price.in-sidebar.no-margin.bold {
  color: #fff;
  font-weight: 500;
}

.product-title-sidebar {
  font-size: 18px;
  font-weight: 700;
}

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

.cart-quantity-sidebar {
  background-color: var(--black-2);
  border-style: none;
  padding-top: 10px;
}

.cart-header {
  border-bottom-color: #ffffff1a;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 15px;
}

.paypal {
  margin-bottom: 4px;
}

.no-items-found {
  color: #ffffffb3;
  font-size: 16px;
}

.empty-state {
  flex-direction: column;
}

.field-label {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
}

.field-label.bigger {
  font-size: 14px;
}

.reqiured {
  color: #ffffffb3;
  font-size: 13px;
}

.checkbox-label {
  color: #ffffffb3;
  margin-left: 0;
  font-weight: 500;
  position: relative;
  top: 1px;
}

.first-checkout {
  flex-basis: 800px;
  margin-right: 50px;
}

.second-checkout {
  top: 100px;
}

.quantity-number {
  color: #ffffffb3;
  margin-top: 5px;
}

.paypal-name {
  color: #ffffffb3;
  margin-bottom: 2px;
}

.hamburger {
  align-items: center;
  width: 45px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-1 {
  z-index: 2;
  background-color: #fff6;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.line-2 {
  background-color: #fff6;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.menu-text-wrapper {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-left: 15px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.menu-text {
  z-index: 2;
  color: #fff;
  position: relative;
}

.close-text {
  z-index: 1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cart-button {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.image-cart {
  z-index: 1;
  width: 22px;
  position: relative;
}

.menu-wrapper {
  z-index: 998;
  opacity: 1;
  background-color: #10151b;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-griud {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-part {
  flex-direction: column;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 400px;
  display: flex;
  position: relative;
}

.sticky-nav {
  z-index: 999;
  position: relative;
  top: 0;
}

.team-expander {
  perspective: 1800px;
  max-width: 400px;
  transition: all .2s;
  position: relative;
}

.circle-plus {
  background-color: #7567f8;
  background-image: url('../images/add-plus-button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 40px;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: auto 10px 10px auto;
}

.testi-wrapper {
  z-index: 4;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.radio-button {
  border: 2px solid #7567f8;
  margin-top: 0;
  display: block;
}

.radio-button.w--redirected-checked {
  border-color: #7567f8;
}

.image-small-product {
  width: 40px;
  margin-right: 5px;
}

.text-span {
  color: #ffffffb3;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: -15px;
  font-family: Caveat, sans-serif;
  font-size: 23px;
  font-weight: 600;
  display: inline-block;
}

.hero {
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding: 0 5% 47px;
  display: flex;
  position: relative;
}

.hero.sub {
  background-color: var(--black-2);
  min-height: auto;
  padding-top: 70px;
  padding-bottom: 110px;
}

.location-wrapper {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 40px;
}

.location-title {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
}

.margin-15px {
  margin-top: 15px;
}

.social-link {
  color: #fff;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.social-link:hover {
  color: #fff9;
}

.display-1 {
  font-size: 80px;
  line-height: 80px;
}

.display-1.for-rotator {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 69px;
}

.display-1.for-rotator.absolute {
  color: var(--medium-aquamarine);
  position: absolute;
  inset: 0% auto auto 0%;
}

.display-1.for-rotator.absolute._2 {
  box-sizing: border-box;
  color: var(--tomato);
  object-fit: fill;
}

.display-1.for-rotator.absolute._3 {
  color: var(--sky-blue);
  padding-left: 0;
  display: block;
}

.hero-text {
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.hero-text._100 {
  max-width: 90%;
}

.sub-small-title {
  color: var(--medium-aquamarine);
}

.sub-small-title.white {
  color: #fff;
}

.button-flex {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.button-flex.paddingtop30 {
  padding-top: 30px;
}

.button-flex.paddingtop20 {
  padding-top: 20px;
}

.horizontal-divider {
  width: 30px;
}

.margin-50px {
  margin-top: 50px;
}

.margin-30px {
  margin-top: 30px;
}

.subhead {
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  overflow: visible;
}

.shape-1 {
  width: 50px;
  position: absolute;
  inset: 200px 100px auto auto;
}

.shape-1._2 {
  width: 40px;
  inset: -20px 11% auto auto;
}

.shape-1._3 {
  top: 289px;
}

.shape-2 {
  width: 100px;
  position: absolute;
  inset: auto auto 50px -30px;
}

.shape-2._2 {
  width: 400px;
  inset: -14% auto auto -17%;
}

.shape-3 {
  width: 70px;
  position: absolute;
  inset: 50px auto auto 100px;
}

.content-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.words-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  cursor: text;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.flex-lottie {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 20px;
}

.lottie-animation {
  width: 40px;
}

.logo-client-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 44%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-client-wrapper._100 {
  justify-content: center;
  max-width: 502px;
  margin-left: auto;
  margin-right: auto;
}

.logo-client {
  opacity: .7;
  flex: 0 30%;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.logo-client:hover {
  opacity: 1;
}

.display-2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.max-w-width {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-width.left {
  text-align: left;
  max-width: 500px;
}

.max-w-width.left._2 {
  margin-right: 0;
}

.max-w-width._3 {
  max-width: 580px;
}

.margin-100px {
  margin-top: 100px;
}

.services-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.services-circle {
  background-color: var(--medium-aquamarine);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  display: flex;
  position: absolute;
}

.services-circle._2 {
  background-color: var(--tomato);
}

.services-circle._3 {
  background-color: var(--sky-blue);
}

.service-title {
  font-size: 22px;
}

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

.rounded-block {
  background-color: var(--black-2);
  border-top-left-radius: 25vw;
  border-bottom-left-radius: 25vw;
  align-items: center;
  width: 200%;
  height: 600px;
  display: flex;
}

.rounded-block.left {
  text-align: left;
  border-radius: 0 25vw 25vw 0;
  height: 500px;
  margin-left: -90%;
}

.margin-60px {
  margin-top: 60px;
  margin-bottom: 0;
}

.featrues-flex {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-wrapper {
  background-color: var(--black-2);
  border-radius: 30px;
  flex: none;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 9px 24px 9px 12px;
  transition: all .3s;
  display: flex;
}

.green-icon {
  background-color: var(--black);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-right: 12px;
  display: flex;
}

.green-icon.white-background {
  background-color: var(--white);
  color: #fff;
}

.paragraph-no-margin {
  margin-bottom: 0;
}

.ipad {
  opacity: .99;
  background-color: #b14040;
  border: 4px solid #5a5b63;
  border-radius: 4px;
  margin-left: -50px;
}

.project-wrapper {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

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

.project-content {
  background-color: var(--black-2);
  color: #fff;
  border-radius: 5px;
  width: 100%;
  min-height: 400px;
  padding: 30px;
  text-decoration: none;
  transition: all .3s;
}

.project-content:hover {
  background-color: var(--black);
}

.project-image {
  margin-bottom: 30px;
  box-shadow: 0 16px 25px #0000001a;
}

.project-title {
  margin-top: 0;
  font-size: 26px;
}

.category-text {
  color: #fff9;
  font-size: 16px;
}

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

.icon-box {
  background-color: var(--black-2);
  text-align: center;
  padding: 15px 15px 25px;
}

.base-image {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
  position: relative;
}

.shape-image {
  width: 100%;
  height: 150px;
}

.box-padding {
  padding-left: 25px;
  padding-right: 25px;
}

.testimonials-wrapper {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.arrow-none {
  display: none;
}

.slide-nav {
  margin-top: 15px;
  font-size: 11px;
  position: relative;
}

.slider {
  background-color: #0000;
  height: auto;
}

.testimonials-photo {
  background-image: url('../images/team-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-photo._2 {
  background-image: url('../images/team-3.jpg');
}

.testimonials-photo._3 {
  background-image: url('../images/team-2.jpg');
}

.testimonials-text {
  text-align: center;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  line-height: 34px;
}

.margin-20px {
  margin-top: 20px;
}

.testimonials-name {
  color: #ffffff80;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 400;
}

.testimonials-name.team {
  color: #fff;
  font-weight: 700;
}

.testimonials-name.tag {
  font-size: 16px;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.team-content {
  background-color: var(--black-2);
  border-radius: 5px;
  min-height: 300px;
  padding: 30px 40px;
}

.team-photo {
  background-image: url('../images/client-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.team-photo._2 {
  background-image: url('../images/client-4.jpg');
  background-position: 50%;
}

.team-photo._3 {
  background-image: url('../images/client-5.jpg');
  background-position: 50%;
}

.team-photo._4 {
  background-image: url('../images/client-3.jpg');
}

.team-photo._5 {
  background-image: url('../images/testi-1.jpg');
}

.team-photo._6 {
  background-image: url('../images/client-1.jpg');
}

.social-wrapper {
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.social-wrapper.social-footer {
  margin-top: 0;
}

.social-icon {
  background-color: #2e313f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 11px;
  transition: all .3s;
  display: flex;
}

.social-icon:hover {
  opacity: .5;
}

.skills-image {
  text-align: left;
  border-radius: 5px;
  flex: 0 auto;
  width: 410px;
  margin-left: 58%;
}

.margin-150px {
  margin-top: 150px;
}

.fun-wrapper {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
  position: relative;
}

.fun-facts-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fun-image {
  margin-right: 15px;
}

.fun-number {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 47px;
  font-weight: 500;
  line-height: 44px;
}

.skills-grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  display: grid;
}

.skills-text {
  color: #fff9;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.skills-wrapper {
  background-color: #0000;
  width: 100%;
  height: 2px;
  position: relative;
  overflow: hidden;
}

.skills-overlay {
  background-color: var(--medium-aquamarine);
  width: 80%;
  position: absolute;
  inset: 0%;
}

.skills-overlay.lead {
  width: 100%;
}

.skills-overlay.photoshop {
  width: 90%;
}

.skills-overlay.illustration {
  width: 80%;
}

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

.form-content {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.field-label-form {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
}

.checkbox-flex {
  flex-wrap: wrap;
  margin-top: 10px;
  display: flex;
}

.checkbox-select {
  color: #ffffffb3;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  top: 2px;
}

.checkbox-select.checkboxlongselect {
  width: 97%;
}

.checkbox {
  background-color: #fff;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-right: 7px;
}

.checkbox.w--redirected-checked {
  border-color: var(--tomato);
  background-color: var(--tomato);
  background-size: 8px;
}

.checkbox-field {
  margin-bottom: 15px;
  margin-right: 15px;
}

.success-message {
  background-color: var(--medium-aquamarine);
  border-radius: 5px;
  font-size: 16px;
}

.error-message {
  background-color: var(--tomato);
  text-align: center;
  border-radius: 3px;
}

.blog-image {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  transition: all .3s;
}

.blog-image:hover {
  opacity: .7;
}

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

.blog-content {
  background-color: var(--black-2);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 200px;
  padding: 30px;
  display: flex;
}

.blog-title {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  transition: all .3s;
}

.blog-title:hover {
  opacity: .53;
}

.category-tag {
  color: #fff;
  border-radius: 5px;
  padding: 8px 13px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.category-tag:hover {
  opacity: .76;
}

.footer {
  padding: 70px 5% 20px;
}

.footer-grid {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.footer-link {
  color: #ffffffb3;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
}

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

.footer-link.bigger {
  margin-right: 12px;
  font-size: 16px;
  font-weight: 500;
}

.navigation-flex {
  display: flex;
}

.copyright-flex {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.copyright {
  color: #ffffffb3;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.copyright-link {
  color: #fff;
  text-decoration: none;
}

.made-with-webflow {
  align-items: center;
  margin-top: 5px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.made-with-webflow.left-margin {
  color: #fffc;
  margin-top: 0;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
}

.made-with-webflow.left-margin:hover {
  opacity: .73;
  color: #fff;
}

.webflow-logo-tiny {
  opacity: .9;
  width: 18px;
  margin-right: 4px;
  position: relative;
  top: 1px;
}

.coppyright-text {
  color: #ffffffb3;
  font-size: 15px;
  font-weight: 500;
}

.breadcrumb {
  background-color: #2a2e3c;
  border-radius: 100px;
  align-items: center;
  padding: 14px 25px;
  display: flex;
  box-shadow: 0 15px 25px #0000000d;
}

.breadcrumb-title {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.breadcrumb-title.lighter {
  color: #ffffffb3;
  font-weight: 700;
}

.breadcrumb-arrow {
  width: 7px;
  margin-left: 6px;
  margin-right: 6px;
}

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

.breadcrumb-flex.left {
  justify-content: flex-start;
}

.sub-wrapper {
  max-width: 70%;
  margin-left: 100px;
}

.legal-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.block-header {
  background-color: var(--black);
  border-color: #ffffff1a;
}

.block-content {
  background-color: var(--black);
  border-top-style: none;
  border-bottom-color: #ffffff1a;
  border-left-color: #ffffff1a;
  border-right-color: #ffffff1a;
}

.block-content.discount {
  border-style: solid;
  border-color: #ffffff1a;
}

.blog-page-content {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.pricing-list {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bottom-part {
  padding: 0 30px 30px 40px;
}

.pricing-wrapper {
  background-color: var(--black-2);
  border: 1px solid #00000012;
  border-radius: 10px;
  overflow: hidden;
}

.primary-button {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 35px;
  padding: 25px 35px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.primary-button:hover {
  color: #007f5f;
  background-color: #fff;
}

.primary-button.green {
  background-color: #007f5f;
  border-style: none;
}

.primary-button.green:hover {
  color: #fff;
  background-color: #098d6c;
}

.pricing-paragraph {
  border-bottom: 1px solid #00000012;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.pricing-paragraph.no-line {
  border-bottom-style: none;
}

.top-margin-50px {
  margin-top: 50px;
}

.top-part {
  border-bottom: 1px solid #00000012;
  padding: 30px 40px 10px;
}

.display-3 {
  margin-bottom: 15px;
  font-size: 27px;
  line-height: 28px;
}

.pricing-cirlce-icon {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-bottom: 30px;
  padding: 29px;
  display: flex;
}

.toggle-wrapper {
  text-align: left;
  margin-top: -1px;
}

.toggle-header {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.toogle-icon {
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  margin-right: 14px;
  display: flex;
  position: relative;
}

.line-3 {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.line-4 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.toggle-content {
  overflow: hidden;
}

.toggle-space {
  padding: 0 0 15px;
}

.toogle-max-w {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.cart-footer {
  border-top-color: #ffffff1a;
}

.remove-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.remove-button:hover {
  text-decoration: underline;
}

.pricing-page-wrapper {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.changelog {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.display-6 {
  margin-top: 0;
  font-size: 42px;
  line-height: 45px;
}

.sticky-left {
  position: sticky;
  top: 120px;
}

.logo-client-wrapper-style {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 44%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-client-wrapper-style._100 {
  justify-content: flex-start;
  max-width: 90%;
  margin-left: 0;
}

.logo-client-2 {
  opacity: 1;
  flex: 0 30%;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.logo-client-2:hover {
  opacity: 1;
}

.logo-client-2.left {
  justify-content: flex-start;
  padding-left: 0;
}

.components-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

.style-guide-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-grid.icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.style-guide-grid.social {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 85%;
}

.style-guide-grid.for-buttons {
  place-items: start center;
}

.white-link {
  color: #fff;
}

.color {
  color: var(--medium-aquamarine);
  margin-left: 2px;
  display: inline-block;
}

.green-background {
  background-color: var(--medium-aquamarine);
  width: 100%;
  height: 100%;
  padding: 20px 20px 10px;
}

.green-background.padding {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 27px;
  display: flex;
}

.paragraph-green {
  color: var(--medium-aquamarine);
}

.social-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

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

.social-circle.google {
  background-color: #ff3030;
}

.social-circle.twitter {
  background-color: #1da1f2;
}

.social-circle.webflow {
  background-color: #0400ff;
}

.social-circle.instagram {
  background-color: #c32aa3;
}

.social-circle.youtube {
  background-color: red;
}

.social-circle.slack {
  background-color: #4a154b;
}

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

.color-text {
  font-weight: 600;
}

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

.components-grid-style {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 100px;
  display: grid;
}

.components-grid-style._0-bottom {
  margin-bottom: 0;
}

.paragraph-big {
  font-size: 24px;
  line-height: 32px;
}

.paragraph-big.white {
  color: #fff;
}

.color-block {
  background-color: var(--medium-aquamarine);
  color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.color-block._4 {
  background-color: var(--black-2);
  color: #fff;
}

.color-block._3 {
  background-color: var(--sky-blue);
  color: #fff;
}

.color-block._2 {
  background-color: var(--tomato);
}

.body-link {
  color: #fff;
  font-size: 17px;
}

.body-link.big {
  font-size: 20px;
}

.body-link.small {
  font-size: 14px;
}

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

.instruction-wrapper {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.templates-badge-wrapper {
  z-index: 9999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 20px 11px 18px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
  box-shadow: 0 12px 28px #00000024;
}

.loader-badge {
  background-image: url('../images/loader.svg');
  background-position: 0 0;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  inset: -19px -15px auto auto;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.blue-color {
  color: #4353ff;
}

.image {
  background-color: #fff;
  border-radius: 50%;
}

.text-block-2 {
  color: #fff;
  font-size: 32px;
  text-decoration: none;
}

.headerlink {
  color: #fff;
  padding-left: 20px;
  font-size: 22px;
  text-decoration: none;
}

.footertitle {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.footertext {
  font-size: 15px;
}

.bigtext {
  color: #72d6a0;
  text-align: center;
  font-size: 32px;
  line-height: 49px;
}

.link, .link-2 {
  color: #fffc;
}

.mobilesubtext {
  display: none;
}

.line-5 {
  background-color: #fff6;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

@media screen and (max-width: 991px) {
  .utility-page-wrap {
    padding-bottom: 6px;
  }

  .page-content {
    padding-left: 0;
  }

  .navigation {
    min-height: 90px;
  }

  .brand {
    margin-right: 10px;
  }

  .first-checkout {
    width: 100%;
    margin-right: 0;
  }

  .second-checkout {
    flex-basis: auto;
    width: 100%;
    position: relative;
    top: 0;
  }

  .checkout-container {
    flex-direction: column-reverse;
  }

  .hamburger {
    width: 35px;
  }

  .menu-griud {
    max-width: 100%;
  }

  .team-expander {
    max-width: 100%;
    display: block;
  }

  .hero {
    min-height: auto;
  }

  .display-1.for-rotator {
    font-size: 70px;
    line-height: 60px;
  }

  .hero-text {
    z-index: 1;
    max-width: 100%;
    position: relative;
  }

  .hero-text._100 {
    max-width: 100%;
  }

  .shape-1 {
    top: 69px;
  }

  .logo-client-wrapper {
    width: 100%;
    max-width: 80%;
  }

  .logo-client {
    flex: 0 25%;
  }

  .max-w-width.left._2 {
    margin-right: auto;
  }

  .services-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .grid-2-columns {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

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

  .rounded-block.left {
    margin-left: -105%;
  }

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

  .ipad {
    margin-left: 0;
  }

  .project-wrapper {
    max-width: 100%;
  }

  .project-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .team-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .skills-image {
    margin-left: 58%;
  }

  .fun-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .fun-facts-wrapper {
    justify-content: center;
  }

  .blog-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    max-width: 100%;
  }

  .copyright {
    margin-bottom: 0;
  }

  .legal-wrapper {
    width: 100%;
  }

  .blog-page-content {
    max-width: 90%;
  }

  .pricing-list {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .logo-client-wrapper-style {
    width: 100%;
    max-width: 80%;
  }

  .logo-client-2 {
    flex: 0 25%;
  }

  .components-grid, .components-grid-style {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    padding-left: 3%;
    padding-right: 3%;
  }

  .section.photo {
    min-height: 450px;
  }

  .cart-container {
    max-width: 480px;
  }

  .menu-griud {
    grid-template-columns: 1fr;
  }

  .team-expander {
    width: 100%;
  }

  .circle-plus {
    bottom: 20px;
    right: 20px;
  }

  .testi-wrapper {
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
  }

  .display-1 {
    font-size: 70px;
    line-height: 70px;
  }

  .display-1.for-rotator {
    font-size: 50px;
    line-height: 50px;
  }

  .subhead {
    font-size: 23px;
    line-height: 26px;
  }

  .shape-1._3 {
    right: 29px;
  }

  .logo-client-wrapper {
    width: 100%;
  }

  .logo-client {
    flex-basis: 33.3333%;
  }

  .display-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .rounded-block {
    height: 300px;
  }

  .rounded-block.left {
    height: 350px;
  }

  .ipad {
    width: 500px;
    max-width: none;
  }

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

  .box-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-wrapper {
    max-width: 100%;
  }

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

  .social-icon {
    justify-content: flex-start;
  }

  .skills-image {
    max-width: 420px;
    margin-left: 56%;
  }

  .skills-grid {
    width: 100%;
  }

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

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

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

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

  .breadcrumb {
    right: 50%;
  }

  .sub-wrapper {
    max-width: 89%;
    margin-left: 40px;
  }

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

  .logo-client-wrapper-style {
    width: 100%;
  }

  .logo-client-2.left {
    justify-content: center;
  }

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .style-guide-grid.social {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 27px;
  }

  .navigation {
    min-height: 60px;
  }

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

  .second-part.hide {
    display: none;
  }

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

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

  .section.photo {
    min-height: 350px;
  }

  .first-part.make-last {
    order: 1;
  }

  .remove-pop-up {
    top: 10px;
    right: 10px;
  }

  .product-title-sidebar {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
  }

  .strange-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-text-wrapper {
    display: none;
  }

  .menu-wrapper {
    display: block;
  }

  .menu-griud {
    justify-content: center;
  }

  .circle-plus {
    bottom: 10px;
    right: 10px;
  }

  .image-small-product {
    margin-bottom: 20px;
  }

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

  .hero.sub {
    padding-top: 37px;
    padding-bottom: 90px;
  }

  .location-wrapper {
    display: none;
  }

  .display-1 {
    font-size: 60px;
    line-height: 50px;
  }

  .display-1.for-rotator.absolute {
    display: block;
    left: 50%;
    transform: translate(-50%);
  }

  .display-1.order {
    font-size: 38px;
    line-height: 36px;
  }

  .button-flex {
    flex-direction: column;
  }

  .horizontal-divider {
    height: 20px;
  }

  .subhead {
    display: none;
  }

  .shape-1 {
    width: 20px;
    top: 38px;
    right: 53px;
  }

  .shape-1._3 {
    top: 310px;
  }

  .shape-3 {
    width: 50px;
    top: 13px;
    left: 17px;
  }

  .content-wrap {
    flex-direction: column;
  }

  .words-wrap {
    align-items: center;
    width: 100%;
    margin-left: 0;
    display: none;
  }

  .flex-lottie {
    z-index: 2;
  }

  .logo-client-wrapper {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .logo-client-wrapper._100 {
    max-width: 100%;
  }

  .logo-client {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .display-2 {
    font-size: 32px;
    line-height: 34px;
  }

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

  .grid-2-columns._2 {
    grid-row-gap: 30px;
  }

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

  .rounded-block.left {
    margin-left: 0%;
  }

  .features-wrapper {
    margin-right: 0;
  }

  .ipad {
    width: 100%;
    max-width: 100%;
  }

  .project-content {
    text-align: center;
    padding: 10px 10px 20px;
  }

  .project-image {
    margin-bottom: 20px;
  }

  .team-grid {
    max-width: 100%;
  }

  .skills-image {
    width: 100%;
    margin-left: 0%;
  }

  .fun-wrapper {
    grid-template-columns: 1fr;
  }

  .fun-facts-wrapper {
    border-right-style: none;
  }

  .fun-number {
    font-size: 40px;
    line-height: 40px;
  }

  .checkbox-field {
    align-items: center;
    padding-right: 5px;
    display: flex;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-link.bigger.w--current {
    margin-bottom: 12px;
  }

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

  .copyright-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .made-with-webflow.left-margin {
    margin-top: 5px;
    margin-left: 0;
    display: block;
  }

  .webflow-logo-tiny {
    display: none;
  }

  .logo-first {
    order: -1;
  }

  .sub-wrapper {
    max-width: 100%;
    margin-left: 0;
  }

  .bottom-part, .top-part {
    padding-left: 25px;
  }

  .display-3 {
    font-size: 22px;
  }

  .pricing-cirlce-icon {
    margin-bottom: 15px;
  }

  .toggle-space {
    padding-right: 0;
  }

  .display-6 {
    font-size: 27px;
    line-height: 34px;
  }

  .logo-client-wrapper-style {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .logo-client-wrapper-style._100 {
    max-width: 100%;
  }

  .logo-client-2 {
    flex-basis: 33.333%;
  }

  .style-guide-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .style-guide-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .style-guide-grid.social {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .social-circle {
    margin-bottom: 10px;
  }

  .grid-radio, .link-grid {
    grid-template-columns: 1fr;
  }

  .imput-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .headerlink {
    margin-bottom: 5px;
    font-size: 18px;
    text-decoration: underline;
    display: block;
  }

  .div-block {
    display: block;
  }

  .mobilesubtext {
    margin-top: 18px;
    font-size: 36px;
    line-height: 37px;
    display: block;
  }
}

#w-node-ca30221a-eb3e-5fb8-9a8f-55f1c3705355-4aed1922, #w-node-_802080c1-55bb-e4d2-af7c-d3fe450fa3fc-4aed1922, #w-node-_802080c1-55bb-e4d2-af7c-d3fe450fa404-4aed1922, #w-node-_802080c1-55bb-e4d2-af7c-d3fe450fa414-4aed1922 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb1d1d83-3ead-f17c-375d-15d6bd2a401d-bd2a4008 {
  justify-self: end;
}

#w-node-a28e0a1d-f352-9e22-f1cc-954e22e1bb74-4aed1927, #w-node-a28e0a1d-f352-9e22-f1cc-954e22e1bb77-4aed1927 {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-fb1d1d83-3ead-f17c-375d-15d6bd2a401d-bd2a4008 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_3eeb1466-ca9f-dce4-a27d-e423460cc7c7-460cc77f {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_ExtraBold.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Regular.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Bold.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Black.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Medium.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Butler ultra';
  src: url('../fonts/Butler_Ultra_Light.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
