:root {
  --body: #0b1019;
  --body-text: #768daf;
  --sky-blue: #0cf;
  --medium: #1d2738;
  --light: #2b384c;
  --deep-blue: #0057ff;
  --dark: #0e1829;
  --electric-purple: #3234b9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-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-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

body {
  background-color: var(--body);
  color: var(--body-text);
  padding-top: 168px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 170%;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 78px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}

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

h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fff;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

a:hover {
  color: var(--sky-blue);
}

.c-navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.c-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.c-container.c-navbar__container {
  grid-column-gap: 48px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-navbar__logo {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.c-navbar__logo--text {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.c-navbar__menu {
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  flex-direction: row;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-navbar__menu--link {
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
}

.c-navbar__menu--link.w--current {
  color: var(--sky-blue);
}

.c-navbar__menu--link.is--mobile-only, .c-navbar__menu--link.is--hidden {
  display: none;
}

.c-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

.c-button.is--grey {
  background-color: var(--light);
  border-style: none;
  border-radius: 10px;
}

.c-button.is--grey:hover {
  color: #fff;
  background-color: #3c4c66;
}

.c-button.is--grey.is--large {
  padding: 12px 32px;
}

.c-button.is--grey.is--small {
  padding: 6px 12px;
}

.c-button.is--grey.is--nav-cta {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.c-button.is--purple {
  border: 4px solid var(--deep-blue);
  background-color: var(--deep-blue);
  border-radius: 10px;
}

.c-button.is--purple:hover {
  border: 4px solid var(--deep-blue);
  color: #fff;
  background-color: #0000;
}

.c-button.is--purple.is--large {
  padding: 12px 32px;
}

.c-button.is--purple.is--large.c-hero-cta {
  box-shadow: 0 6px 20px -11px var(--body);
  font-size: 18px;
}

.c-button.is--purple.is--large.is--full-width {
  width: 100%;
  font-size: 1.33rem;
}

.c-button.is--dark {
  background-color: var(--dark);
  white-space: nowrap;
  border-radius: 10px;
}

.c-button.is--dark:hover {
  background-color: var(--medium);
  color: #fff;
}

.c-hero {
  padding-top: 128px;
  padding-bottom: 128px;
}

.c-home-hero {
  background-image: url('../images/hero-bg.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -168px;
  margin-bottom: -128px;
  padding-top: 100px;
  padding-bottom: 128px;
  display: block;
}

.c-gradient-text {
  background-image: linear-gradient(to right, var(--sky-blue) 25%, var(--deep-blue));
  color: var(--sky-blue);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}

.c-hero__title {
  margin-top: 0;
  margin-bottom: 0;
}

.c-hero__texts {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.c-main {
  overflow: hidden;
}

.c-card {
  background-color: var(--dark);
  border-radius: 10px;
  padding: 64px;
  position: relative;
}

.c-card.c-my-work__card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.c-card.c-my-work__gallery {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  place-items: center;
  min-width: 1600px;
  min-height: 700px;
  margin-left: -80px;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
  transform: skew(-15deg, 6deg);
}

.c-card.c-reviews__card {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-maintitle {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
}

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

.c-maintitle.c-primary-text {
  color: var(--sky-blue);
}

.c-maintitle.c-text-dark {
  color: var(--body);
}

.c-maintitle.c-text-medium {
  color: var(--medium);
}

.c-services__grid {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  display: grid;
}

.c-services__row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 64px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.c-icon {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.c-icon.is--web {
  background-image: url('../images/web-design-icon.svg'), linear-gradient(135deg, #adf5ff, #00ff47);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.c-icon.is--dev {
  background-image: url('../images/front-end-icon.svg'), linear-gradient(135deg, #b7e9ff, #0085ff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.c-icon.is--social {
  background-image: url('../images/social-icon.svg'), linear-gradient(135deg, #7997ff, #c41cff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.c-icon.is--advert {
  background-image: url('../images/advert-icon.svg'), linear-gradient(135deg, #ffd232, #e00);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.c-icon.is--review {
  background-image: url('../images/heart-anim.svg'), linear-gradient(135deg, #89f7ff, var(--sky-blue));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.c-services__desc {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.c-navbar__logo--icon {
  height: 44px;
  transition: all .6s ease-in-out;
}

.c-main-layout {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.c-build-exp {
  position: relative;
}

.c-build-exp__grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-build-exp__row {
  opacity: .4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-build-exp__row.is--top {
  margin-bottom: -2px;
}

.c-build-exp__row.is--middle {
  margin-left: -2px;
  margin-right: -2px;
}

.c-build-exp__row--logo {
  max-width: 300px;
}

.c-build-exp__backdrop {
  z-index: -1;
  color: #0000;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  font-size: 240px;
  font-weight: 700;
  line-height: 270px;
  position: absolute;
  top: -240px;
  left: -250px;
  right: -250px;
}

.c-build-exp__backdrop.c-text-stroke {
  display: none;
}

.c-build-exp__backdrop-image {
  z-index: -1;
  opacity: .5;
  background-image: url('../images/build-experiences-text.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1920px;
  height: 220px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -190px;
}

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

.c-paragraph.is--center {
  text-align: center;
}

.c-hero__desc {
  color: var(--body-text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.c-my-work__text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.c-my-work__desc {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.c-process-list {
  margin-top: 16px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.c-process-list__item {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--medium);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto minmax(auto, 400px) minmax(auto, 740px);
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: grid;
}

.c-process-list__item.is--last {
  border-bottom-style: none;
}

.c-process-list__item--desc {
  margin-bottom: 0;
}

.c-my-work-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(600px, 640px);
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.c-navbar__menu--button {
  background-color: var(--light);
  color: #fff;
  border-radius: 10px;
}

.c-cta-section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.c-cta-section__card {
  background-color: var(--dark);
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 64px;
  transition: all .45s;
  display: flex;
  overflow: hidden;
}

.c-cta-section__card.is--faq {
  background-color: var(--dark);
  width: auto;
  min-width: 480px;
}

.c-cta-section__card.is--faq:hover {
  background-color: var(--electric-purple);
  min-width: 600px;
}

.c-cta-section__card.is--primary {
  background-color: var(--sky-blue);
}

.c-cta-section__faq-arrow {
  opacity: 0;
  transform: rotate(-45deg);
}

.c-hero__buttons {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-hero__discord {
  grid-column-gap: 8px;
  opacity: 1;
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.c-hero__discord:hover {
  opacity: .6;
  color: #fff;
}

.c-my-work__gallery--column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.c-my-work__gallery--image {
  background-color: var(--light);
  border-radius: 10px;
  width: 100%;
  height: 220px;
}

.c-my-work__gallery--image.is--size-1.image-1 {
  background-image: url('../images/work-gallery-images-1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-my-work__gallery--image.is--size-1.image-2 {
  background-image: url('../images/work-gallery-images-8.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-my-work__gallery--image.is--size-1.image-5 {
  background-image: url('../images/work-gallery-images-10.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-my-work__gallery--image.is--size-1.image-7 {
  background-image: url('../images/work-gallery-images-7.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-my-work__gallery--image.is--size-1.image-8 {
  background-image: url('../images/work-gallery-images-14.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-my-work__gallery--image.is--size-1.image-9 {
  background-image: url('../images/work-gallery-images-9.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-my-work__gallery--image.is--size-1.image-3 {
  background-image: url('../images/work-gallery-images-15.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-my-work__gallery--image.is--size-1.image-4 {
  background-image: url('../images/work-gallery-images-19.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-my-work__gallery--image.is--size-1.image-6 {
  background-image: url('../images/work-gallery-images-22.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-my-work__gallery--image.is--size-2 {
  height: 160px;
}

.c-my-work__gallery--image.is--size-2.image-3 {
  background-image: url('../images/work-gallery-images-4.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-my-work__gallery--image.is--size-2.image-6 {
  background-image: url('../images/work-gallery-images-3.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-my-work__gallery--image.is--size-2.image-7 {
  background-image: url('../images/work-gallery-images-6.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-my-work__gallery--image.is--size-2.image-2 {
  background-image: url('../images/work-gallery-images-12.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-my-work__gallery--image.is--size-2.image-4 {
  background-image: url('../images/work-gallery-images-5.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-my-work__gallery--image.is--size-2.image-5 {
  background-image: url('../images/work-gallery-images-13.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-my-work__gallery--image.is--size-2.image-8 {
  background-image: url('../images/work-gallery-images-18.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-my-work__gallery--image.is--size-2.image-9 {
  background-image: url('../images/work-gallery-images-17.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-my-work__gallery--image.is--size-2.image-10 {
  background-image: url('../images/work-gallery-images-20.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-my-work__gallery--image.is--size-2.image-11 {
  background-image: url('../images/work-gallery-images-21.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-footer {
  padding-top: 64px;
  padding-bottom: 64px;
}

.c-reviews__cms {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  place-content: start flex-start;
  align-items: stretch;
  max-width: 420px;
  display: flex;
}

.c-reviews__cms--item {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--body);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  font-size: 12px;
  line-height: 120%;
  display: flex;
  position: relative;
}

.c-reviews__cms--user {
  opacity: .5;
}

.c-reviews__cms--container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  width: 2000px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.c-reviews__slider {
  z-index: -1;
  flex-direction: row;
  place-content: center flex-start;
  align-items: flex-start;
  width: 4000px;
  display: flex;
  position: relative;
}

.c-reviews__background {
  z-index: 1;
  opacity: .5;
  width: 100%;
  max-height: 500px;
  position: relative;
  overflow: hidden;
}

.c-reviews__text {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
  position: absolute;
  top: auto;
}

.c-reviews__background--overlay {
  z-index: 5;
  background-image: linear-gradient(to bottom, black, var(--dark) 0%, #0e162300);
  width: 100%;
  height: 50%;
  display: block;
}

.c-reviews__background--overlay.is--bottom {
  background-image: linear-gradient(to top, black, var(--dark) 0%, #0e162300);
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.c-reviews__background--overlay.is--top {
  background-image: linear-gradient(to bottom, var(--dark) 15%, #0e162300 75%);
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.c-reviews__text--flex {
  grid-column-gap: 6px;
  color: var(--sky-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-reviews__star {
  width: 16px;
  height: 16px;
}

.c-reviews__text--paragraph {
  margin-bottom: 0;
}

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

.c-page-reviews__column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.c-page-reviews__column--username {
  opacity: .3;
}

.c-page-reviews__column--block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.c-reviews__text--underline {
  background-color: var(--sky-blue);
  width: 0%;
  height: 2px;
  margin-right: auto;
}

.c-page-reviews__column--footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.c-page-reviews__column--orders {
  opacity: .3;
  display: none;
}

.c-footer__row {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-footer__logo {
  background-image: url('../images/logo-svg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 117px;
  height: 130px;
}

.c-footer__list {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.c-footer__list.is--socials {
  grid-column-gap: 48px;
  grid-template-columns: 1fr 1fr;
}

.c-footer__list.is--nav {
  grid-column-gap: 64px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.c-footer__row--left {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-footer__socials-flex {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-footer__socials-flex:hover {
  opacity: .6;
}

.c-footer__socials--icon {
  width: 20px;
  height: 20px;
}

.c-footer__socials--link, .c-footer__socials--link:hover {
  color: #fff;
}

.c-footer__cc-row {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.c-pass-login-form-container {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 540px;
  display: flex;
}

.c-pass-login-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 32px;
  display: flex;
}

.c-input-field {
  border: 1px solid var(--light);
  color: var(--sky-blue);
  background-color: #1d273833;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 12px;
}

.c-input-field:focus {
  border: 1px solid var(--sky-blue);
  background-color: var(--medium);
}

.c-input-field::placeholder {
  color: var(--body-text);
}

.c-input-field.is--search {
  height: 52px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.c-input-field.is--long-message {
  min-height: 192px;
}

.c-input-field.is--large {
  min-height: 64px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 1.333rem;
}

.c-input-field.is--large.is--long-mesage {
  min-height: 192px;
}

.d-none {
  display: none;
}

.c-error-message {
  color: #a57b7b;
  background-color: #230e0e;
  padding-right: 16px;
}

.c-page-load {
  z-index: 9999;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  transform: translate(0);
}

.c-page-load__logo {
  z-index: 9998;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  width: 200px;
  height: 200px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.c-page-load__backdrop {
  z-index: 9997;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-backdrop__highlight {
  z-index: -1;
  background-color: var(--deep-blue);
  filter: blur(150px);
  border-radius: 100%;
  width: 20%;
  height: 20%;
  position: absolute;
  inset: 10% auto auto 5%;
}

.c-backdrop__highlight.is--2 {
  background-color: var(--electric-purple);
  filter: blur(140px);
  width: 20%;
  height: 20%;
  inset: auto 0% 10% auto;
}

.c-backdrop__highlight.is--3 {
  background-color: var(--deep-blue);
  filter: blur(140px);
  width: 30%;
  height: 30%;
  inset: auto auto 10% 10%;
}

.c-backdrop__highlight.is--fourth {
  background-color: var(--electric-purple);
  filter: blur(140px);
  width: 20%;
  height: 20%;
  inset: auto auto 10% 0%;
}

.c-backdrop__highlight.is--5 {
  background-color: var(--electric-purple);
  filter: blur(140px);
  width: 30%;
  height: 30%;
  inset: 10% 10% auto auto;
}

.c-backdrop__highlight.is--6 {
  background-color: var(--deep-blue);
  filter: blur(140px);
  width: 10%;
  height: 10%;
  inset: auto auto 30% 0%;
}

.faq-col-grid {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.c-tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--dark);
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  list-style-type: none;
  display: flex;
}

.faq-category-item {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}

.c-tabs-menu__button {
  background-color: var(--dark);
  color: #fff;
  text-align: left;
  border-radius: 40px;
  padding: 10px 20px;
}

.c-tabs-menu__button:hover {
  background-color: var(--medium);
}

.c-tabs-menu__button.w--current {
  background-color: var(--sky-blue);
  color: var(--body);
  box-shadow: 4px 7px 5px 7px #0000001a;
}

.c-faq__container {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-question-list-item {
  z-index: 10;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  display: flex;
  position: relative;
}

.faq-question-list-item:hover {
  padding-right: 0;
}

.enter-faq-icon {
  width: 24px;
  height: 24px;
}

.c-pagination {
  margin-top: 32px;
}

.c-faq-question {
  background-color: var(--dark);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 32px;
  display: flex;
}

.c-faq-question.c-my-work__card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.c-faq-question.c-my-work__gallery {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center stretch;
  min-height: 720px;
  max-height: 720px;
  padding: 0 32px 0 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.c-faq-question.c-reviews__card {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-faq-questions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.c-faq-question__title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 120%;
}

.c-faq-question__title.c-text-center {
  text-align: center;
}

.c-faq-question__title.c-primary-text {
  color: var(--sky-blue);
}

.c-faq-question__title.c-text-dark {
  color: var(--body);
}

.c-faq-question__title.c-text-medium {
  color: var(--medium);
}

.c-faq-question__answer {
  border-top: 1px solid var(--medium);
  margin-top: 16px;
  margin-bottom: 0;
  padding-top: 16px;
  display: none;
  overflow: hidden;
}

.c-page-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.white-para {
  color: #b5b5b5;
  text-align: left;
  justify-content: flex-end;
  font-size: 15px;
  line-height: 26px;
}

.c-terms-titles {
  margin-top: 32px;
  margin-bottom: 24px;
  display: block;
}

.c-hero__object--icons {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  display: flex;
  position: absolute;
}

.c-hero__object--icons._6 {
  opacity: .54;
  filter: blur(1.4px);
  transform-style: preserve-3d;
  background-image: url('../images/webflow-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 44px;
  transform: translate3d(124%, -350%, -100px);
}

.c-hero__object--icons._2 {
  opacity: .7;
  filter: blur(2.2px);
  transform-style: preserve-3d;
  background-image: url('../images/hero-icon-github.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 44px;
  padding: 5px;
  transform: translate3d(8%, 380%, -200px);
}

.c-hero__object--icons._3 {
  background-image: url('../images/hero-icon-gradient.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  transform: translate(-200%, 175%);
}

.c-hero__object--icons._1 {
  filter: blur(1px);
  transform-style: preserve-3d;
  background-image: url('../images/hero-icon-pen.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 54px;
  height: 54px;
  transform: translate3d(240%, 160%, -80px);
}

.c-hero__object--icons._4 {
  transform-style: preserve-3d;
  background-image: url('../images/hero-icon-text.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 64px;
  height: 64px;
  transform: translate3d(250%, -80%, 40px);
}

.c-hero__object--icons._5 {
  opacity: .6;
  filter: blur(1.6px);
  transform-style: preserve-3d;
  background-image: url('../images/hero-icon-code.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  padding: 2px;
  transform: translate3d(-143%, -165%, -150px);
}

.c-hero__object--icons._7 {
  width: 120px;
  height: 140px;
  margin: auto;
  position: absolute;
  inset: 0%;
  transform: translate(0);
}

.c-hero__object--icons._8 {
  opacity: .7;
  filter: blur(1.2px);
  transform-style: preserve-3d;
  background-image: url('../images/hero-icon-blocks.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 54px;
  height: 54px;
  transform: translate3d(-320%, 8%, -80px);
}

.c-hero__object {
  perspective: 1000px;
  perspective-origin: 50%;
  transform-origin: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 400px;
  display: flex;
  position: relative;
  inset: 0%;
  transform: none;
}

.c-hero__flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 680px) 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: grid;
}

.c-cta-section__card--text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.c-work-extended {
  position: relative;
}

.c-featured-work-image {
  z-index: 2;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  width: 100%;
  position: relative;
  box-shadow: 0 12px 20px -11px #00000069;
}

.c-featured-work-image.parallax-3 {
  background-image: url('../images/work-gallery-code.webp');
  background-position: 0 0;
  background-size: cover;
  width: 90%;
  max-width: 420px;
  height: 300px;
  margin-left: 28%;
  display: block;
}

.c-featured-work-image.parallax-4 {
  background-image: linear-gradient(#0b10194d, #0b10194d), url('../images/work-gallery-discord.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 80%;
  height: 360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.c-featured-work-image.parallax-2 {
  background-image: url('../images/work-gallery-logo.webp');
  background-position: 0 0;
  background-size: cover;
  width: 90%;
  max-width: 400px;
  height: 220px;
  margin-left: 10%;
  margin-right: auto;
  display: block;
}

.c-featured-work-image.parallax-1 {
  background-image: url('../images/work-gallery-design.webp');
  background-position: 50% 0;
  background-size: cover;
  width: 70%;
  max-width: 490px;
  height: 260px;
  margin-left: 17%;
  display: block;
}

.c-featured-work__cols {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.c-featured-work__cols.parallax-features {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  align-items: center;
  padding-top: 100px;
}

.image-overlay-text {
  z-index: 10;
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  display: inline-block;
  position: absolute;
}

.image-overlay-text._3 {
  max-width: 220px;
  top: 0;
  bottom: auto;
  left: 20px;
}

.image-overlay-text._2 {
  font-size: 38px;
  line-height: 120%;
  display: inline-block;
  inset: auto 0% -20% auto;
}

.image-overlay-text._4 {
  max-width: 240px;
  inset: auto auto 0% -18%;
}

.image-overlay-text._1 {
  max-width: 300px;
  position: absolute;
  inset: -10% -12% auto auto;
}

.c-featured-work-box {
  position: relative;
}

.c-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.c-my-work__animation-container {
  background-color: var(--dark);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.c-my-work__animation-container.is--rounded {
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.c-my-work__title {
  z-index: -1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 100px;
}

.c-primary-text {
  color: var(--sky-blue);
}

.c-primary-text.is--hero-craft {
  display: block;
}

.mr-0 {
  margin-right: 0;
}

.ml-0 {
  margin-left: 0;
}

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

.c-order-flow {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.c-order-flow__grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-order-flow__column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.c-order-flow__icon {
  background-image: url('../images/icon-blue-256.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 100px;
  margin-bottom: 12px;
}

.c-order-flow__icon.is-discussion {
  background-image: url('../images/icon-discussion.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-order-flow__icon.is--schedule {
  background-image: url('../images/icon-schedule.svg');
}

.c-order-flow__icon.is--outcome {
  background-image: url('../images/icon-outcome.svg');
}

.c-order-flow__icon.is--review {
  background-image: url('../images/icon-review.svg');
}

.c-ee {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.c-footer__built {
  grid-column-gap: .4rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.c-ee__popup {
  z-index: 999;
  background-color: var(--dark);
  border-radius: 10px;
  width: 200px;
  height: 200px;
  display: none;
  position: absolute;
  inset: auto auto 100%;
  transform: translate(0%, -6px);
}

.opacity-50 {
  opacity: .5;
}

.c-ee__popup--arrow {
  background-color: var(--dark);
  width: 14px;
  height: 14px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0 -7px;
  transform: rotate(45deg);
}

.c-ee__popup--image {
  width: 90%;
  height: 90%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.c-home-reviews {
  position: relative;
}

.c-featured-work-icon {
  z-index: 3;
  box-shadow: 0 12px 20px -11px var(--dark);
  border-radius: 10px;
  width: 120px;
  height: 120px;
  position: absolute;
  left: 10%;
  overflow: hidden;
}

.c-featured-work-icon.parallax-4 {
  bottom: 10%;
  left: auto;
  right: 5%;
}

.c-featured-work-icon.parallax-2 {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 2%;
}

.c-featured-work-icon.parallax-1 {
  top: 40%;
  left: 10%;
}

.c-featured-work-icon.parallax-3 {
  width: 80px;
  height: 80px;
  inset: 30% 10% auto auto;
}

.c-featured-work-icon__background {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.c-featured-work-icon__background.is--web {
  background-image: url('../images/web-design-icon.svg'), linear-gradient(135deg, #adf5ff, #00ff47);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 32px, auto;
}

.c-featured-work-icon__background.is--dev {
  background-image: url('../images/front-end-icon.svg'), linear-gradient(135deg, #b7e9ff, #0085ff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 32px, auto;
}

.c-featured-work-icon__background.is--discord {
  background-image: url('../images/icon-discord.svg'), linear-gradient(135deg, #92aaff, #2455ff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 32px, auto;
}

.c-featured-work-icon__background.is--logos {
  background-image: url('../images/icon-logos.svg'), linear-gradient(135deg, #ffe86a, #a17039);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 32px, auto;
}

.c-featured-work-icon__background.is--review {
  background-image: url('../images/heart-anim.svg'), linear-gradient(135deg, #89f7ff, var(--sky-blue));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.privacy-block-2 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.para-titles {
  color: #f5f5f5;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.c-search-input__row {
  grid-column-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.c-search__snippet {
  opacity: .5;
}

.c-search__result-item {
  margin-bottom: 48px;
}

.c-404-image {
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.c-404__title {
  color: var(--sky-blue);
}

.c-404__desc {
  margin-bottom: 32px;
}

.c-work__hex-block {
  border-radius: 100%;
  width: 32px;
  height: 32px;
  margin-right: -8px;
}

.c-work-portfolio__link {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-work-portfolio__image {
  z-index: 5;
  object-fit: contain;
  width: 100%;
  max-width: 90%;
  height: 180px;
  position: relative;
}

.c-work-portfolio__grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.c-work-portfolio__item {
  perspective: 1000px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-work-portfolio__img-blur {
  z-index: 1;
  opacity: .5;
  filter: blur(20px);
  mix-blend-mode: soft-light;
  object-fit: cover;
  width: 200%;
  max-width: none;
  position: absolute;
  inset: auto;
}

.c-work__colour-scheme {
  flex-direction: row;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.c-work__primary-outcome {
  object-fit: contain;
  width: 600px;
  max-width: 700px;
  height: auto;
  max-height: 260px;
  margin-left: auto;
  margin-right: auto;
}

.c-work__client-logo {
  object-fit: contain;
  width: 150px;
  height: 150px;
}

.c-work__discord-icon {
  width: 300px;
  height: 300px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.c-work__discord-icon.is--small-circle {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.c-work__media--image {
  object-fit: contain;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.c-work__header {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: auto minmax(auto, max-content);
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.c-work__client-logo--box {
  background-color: var(--dark);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
  position: relative;
}

.c-work__client-logo--box.c-my-work__card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.c-work__client-logo--box.c-my-work__gallery {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  place-items: center;
  min-width: 1600px;
  min-height: 700px;
  margin-left: -80px;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
  transform: skew(-15deg, 6deg);
}

.c-work__client-logo--box.c-reviews__card {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-work__about {
  grid-column-gap: 24px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.c-work__about--desc {
  color: #aaa;
  max-width: 640px;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.c-work__about--title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 100%;
}

.c-work__media--grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  place-items: flex-start start;
  margin-top: 24px;
  display: flex;
}

.c-work__development-outcome {
  opacity: 1;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.c-work__main-design-flex {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.c-work__main-design-flex.is--single-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.c-work__tags {
  background-color: var(--dark);
  border-radius: 4px;
  padding: 4px 12px;
}

.c-work__deliverables {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-work__layout {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  display: flex;
}

.c-work__image-title {
  color: #aaa;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Space Grotesk, sans-serif;
  font-size: .8rem;
  font-weight: 500;
}

.c-work__image-title.is--center {
  text-align: center;
}

.c-work__discord-section {
  flex: none;
  width: 100%;
  max-width: 300px;
}

.c-work__more-media {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 300px) 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.c-work__more-media.is--web-only {
  display: flex;
}

.c-work__logo-dev-column {
  flex: none;
}

.c-work__media--web-design {
  width: auto;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.c-nav-cta__icon {
  width: 20px;
}

.c-menu-button {
  background-color: #2b2e39;
  border-top-right-radius: 18px;
  width: 64px;
  height: 64px;
}

.c-menu-button.w--open {
  background-color: #2b2e39;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  position: relative;
}

.c-menu-button__icon {
  width: 24px;
  height: 24px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.c-button__icon {
  width: 24px;
}

.c-navbar__menu__button {
  flex-direction: column;
  align-items: center;
  height: 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-navbar__menu__button--text {
  height: 28px;
}

.c-cta-section__card--link {
  position: relative;
}

.c-cta-section__link--underline {
  background-image: url('../images/chat-underline.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 18px;
  position: absolute;
  bottom: -14px;
  right: -10px;
}

.c-navbar__container {
  clear: none;
}

.c-navbar__sticky {
  z-index: 999;
  display: block;
  position: sticky;
  top: 32px;
}

.c-hero__lottie {
  transform: scale(1.5);
}

.c-section__coming-soon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.c-section__coming-soon--container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.d-block {
  display: block;
}

.c-no-padding {
  padding: 0;
}

.c-cta-section__arrow {
  width: 200px;
  height: 200px;
  position: absolute;
  inset: -50px auto 0% -150px;
}

.scroll-progress-indicator {
  z-index: 999;
  background-color: var(--light);
  perspective-origin: 50% 0;
  border-radius: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 8px;
  height: 200px;
  padding: 2px;
  display: none;
  position: fixed;
  bottom: 50%;
  left: 50px;
  overflow: hidden;
}

.scroll-progress {
  background-color: var(--sky-blue);
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  border-radius: 50px;
  flex: 0 auto;
  width: 4px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.c-hire-form-2-cols {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-hire-form-layout {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.c-hire-form-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.c-input-checkbox {
  border-style: solid;
  border-color: var(--light);
  background-color: var(--medium);
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: -32px;
}

.c-input-checkbox.w--redirected-checked {
  border-style: solid;
  border-color: var(--deep-blue);
  background-color: var(--deep-blue);
  background-image: url('../images/check.svg');
  background-size: 12px 12px;
}

.c-checkbox-field {
  padding-left: 32px;
}

.c-hire-form__footer {
  margin-top: 32px;
}

.c-hero__submisssion {
  text-align: left;
  background-color: #0000;
  padding: 0;
}

.c-form__error {
  color: #ffb5b5;
  background-color: #4e1c1c;
  border-radius: 10px;
}

.c-hire-form__header {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.c-hire-form__header--socials {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.c-hire-form__header--socials.is--socials {
  grid-template-columns: 1fr 1fr;
}

.c-hire-form__header--socials.is--nav {
  grid-column-gap: 64px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.c-hero__submisssion-button {
  background-color: var(--electric-purple);
  color: #fff;
  text-align: center;
  padding: 24px;
  font-size: 1.333rem;
  font-weight: 700;
}

.c-terms-page__title {
  font-size: 3rem;
}

.c-terms-page__breadcrumb {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.c-terms-page__section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.c-white-text {
  color: #fff;
}

.c-body-text {
  color: var(--body-text);
}

.c-work__about-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.c-paragraph-tiny {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 160%;
}

.c-footer-seo {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-top: 2rem;
  display: flex;
}

.c-divider {
  border-top: 1px solid var(--light);
  width: 100%;
  height: 1px;
}

.c-work__media--item {
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: auto;
  max-width: 100%;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .c-hero__flex {
    grid-template-columns: minmax(780px, 780px) 1fr;
  }
}

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

  .c-container.c-navbar__container {
    grid-column-gap: 12px;
  }

  .c-navbar__logo {
    margin-right: auto;
  }

  .c-navbar__menu {
    background-color: var(--medium);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 24px;
  }

  .c-navbar__menu--link {
    background-color: var(--light);
    margin-bottom: 12px;
    padding: 12px 24px;
    display: block;
  }

  .c-button.is--grey.is--large.c-navbar__cta {
    margin-left: auto;
  }

  .c-hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .c-card.c-my-work__gallery {
    min-width: 1440px;
  }

  .c-services__grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .c-build-exp__row {
    padding-left: 48px;
    padding-right: 48px;
  }

  .c-process-list__item {
    grid-template-columns: auto minmax(auto, 200px) minmax(auto, 740px);
  }

  .c-my-work-section {
    grid-template-columns: 1fr;
  }

  .c-navbar__menu--button {
    padding: 12px;
  }

  .c-navbar__menu--button.w--open {
    background-color: var(--sky-blue);
  }

  .c-navbar__burger-icon {
    width: 20px;
    height: 20px;
  }

  .c-cta-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .c-cta-section__card.is--faq {
    white-space: nowrap;
    min-width: 290px;
    padding: 32px;
  }

  .c-cta-section__card.is--faq:hover {
    min-width: 340px;
  }

  .c-cta-section__card.is--primary {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    white-space: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 32px;
  }

  .c-page-reviews {
    grid-template-columns: 1fr 1fr;
  }

  .c-footer__row {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .c-footer__list.is--socials {
    grid-column-gap: 32px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .c-footer__list.is--nav {
    justify-items: center;
  }

  .c-footer__row--left {
    flex-direction: column;
  }

  .faq-col-grid {
    grid-column-gap: 20px;
    grid-template-columns: .5fr 1.75fr;
    align-items: start;
  }

  .c-faq-question.c-my-work__gallery {
    min-height: 500px;
    max-height: 500px;
  }

  .c-faq-question__title {
    font-size: 22px;
  }

  .c-hero__object--icons._3 {
    width: 80px;
    height: 80px;
  }

  .c-hero__object--icons._4 {
    width: 90px;
    height: 90px;
  }

  .c-hero__object--icons._7 {
    width: 80px;
    height: 80px;
  }

  .c-hero__object {
    display: none;
  }

  .c-hero__flex {
    grid-template-columns: 1fr;
  }

  .c-featured-work-image.parallax-3 {
    width: 100%;
    max-width: 460px;
    height: 280px;
    margin-left: auto;
    margin-right: 20px;
  }

  .c-featured-work-image.parallax-4 {
    width: 100%;
    max-width: 480px;
    height: 280px;
    margin-left: 0;
    margin-right: auto;
  }

  .c-featured-work-image.parallax-2 {
    max-width: 380px;
    height: 280px;
    margin-left: 20px;
  }

  .c-featured-work-image.parallax-1 {
    width: 80%;
    height: 280px;
    margin-left: auto;
    margin-right: 20px;
  }

  .c-featured-work__cols {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1.5fr;
    align-items: start;
  }

  .c-featured-work__cols.parallax-features {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-overlay-text {
    max-width: 250px;
  }

  .image-overlay-text._3 {
    inset: auto auto 200px 10px;
  }

  .image-overlay-text._2 {
    inset: auto 50px 10% auto;
  }

  .image-overlay-text._4 {
    bottom: -50px;
    left: auto;
    right: 20px;
  }

  .image-overlay-text._1 {
    margin-bottom: 20px;
    position: relative;
    top: 0%;
    right: auto;
  }

  .c-my-work__title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .c-my-work__title.is--full-width {
    width: 100%;
  }

  .c-order-flow {
    margin-top: 0;
    margin-bottom: 0;
  }

  .c-order-flow__grid {
    grid-template-columns: 1fr 1fr;
  }

  .c-featured-work-icon {
    width: 80px;
    height: 80px;
  }

  .c-featured-work-icon.parallax-4 {
    left: 60%;
    right: auto;
  }

  .c-featured-work-icon.parallax-2 {
    left: 46%;
  }

  .c-featured-work-icon.parallax-1 {
    top: auto;
    bottom: 15%;
    left: 20%;
  }

  .c-featured-work-icon.parallax-3 {
    right: 58%;
  }

  .c-work-portfolio__grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .c-work-portfolio__item {
    padding: 32px;
  }

  .c-work__primary-outcome {
    width: 100%;
    height: auto;
  }

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

  .c-work__client-logo--box.c-my-work__gallery {
    min-width: 1440px;
  }

  .c-work__about {
    align-items: center;
  }

  .c-work__main-design-flex {
    flex-direction: column;
  }

  .c-work__image-title.is--center {
    text-align: left;
  }

  .c-work__more-media {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .c-work__media--web-design {
    max-width: 100%;
  }

  .c-menu-button__icon {
    position: relative;
  }

  .c-navbar__menu__button {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-cta-section__arrow {
    display: none;
  }

  .c-hire-form__header--socials {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }
}

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

  .c-button.is--grey.is--large.c-navbar__cta {
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-button.is--grey.is--nav-cta {
    padding-left: 12px;
    padding-right: 12px;
  }

  .c-card {
    padding: 32px;
  }

  .c-card.c-my-work__gallery {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-width: 1200px;
    min-height: 500px;
    max-height: 500px;
    top: auto;
  }

  .c-main-layout {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .c-build-exp__row {
    padding: 24px;
  }

  .c-build-exp__row--logo {
    max-height: 38px;
  }

  .c-hero__desc {
    font-size: 16px;
  }

  .c-process-list__item {
    grid-template-columns: minmax(40px, 40px) 1fr;
    grid-template-areas: "Area Area-2"
                         "Area-3 Area-3";
  }

  .c-my-work-section {
    height: 600px;
  }

  .c-cta-section {
    flex-direction: column;
  }

  .c-cta-section__card.is--faq {
    width: 100%;
  }

  .c-hero__buttons {
    flex-direction: column;
    align-items: center;
  }

  .c-my-work__gallery--column.is--right, .c-my-work__gallery--column.is--left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .c-footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .c-page-reviews {
    grid-template-columns: 1fr;
  }

  .c-page-reviews__column--last {
    display: none;
  }

  .c-footer__row {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
  }

  .c-footer__logo {
    width: 59px;
    height: 66px;
  }

  .c-footer__list.is--socials {
    grid-column-gap: 24px;
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .c-footer__list.is--nav {
    text-align: center;
  }

  .c-footer__row--left {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .c-footer__cc-row {
    text-align: center;
    flex-direction: column;
  }

  .c-input-field.is--long-message {
    font-size: 1rem;
  }

  .c-input-field.is--large {
    font-size: 18px;
  }

  .faq-col-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .c-tabs-menu__button {
    text-align: center;
  }

  .c-tabs-menu__button:hover, .c-tabs-menu__button.w--current {
    padding-left: 20px;
  }

  .c-faq-question {
    padding: 32px;
  }

  .c-faq-question.c-my-work__gallery {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .privacy-block {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-hero__object {
    display: none;
  }

  .c-featured-work-image {
    margin-bottom: 32px;
  }

  .c-featured-work-image.parallax-3 {
    width: 100%;
    max-width: none;
    height: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-featured-work-image.parallax-4 {
    background-image: url('../images/work-gallery-discord.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    max-width: none;
    height: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-featured-work-image.parallax-2 {
    width: 100%;
    max-width: none;
    height: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-featured-work-image.parallax-1 {
    width: 100%;
    max-width: none;
    height: 240px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-featured-work__cols {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .c-featured-work__cols.parallax-features {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .image-overlay-text {
    text-align: center;
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    line-height: 130%;
    display: block;
    position: relative;
  }

  .image-overlay-text._3 {
    max-width: 100%;
    font-size: 32px;
    line-height: 130%;
    position: relative;
    bottom: 0;
    left: auto;
    right: auto;
  }

  .image-overlay-text._2 {
    max-width: 100%;
    font-size: 32px;
    line-height: 130%;
    position: relative;
    left: auto;
    right: auto;
  }

  .image-overlay-text._4 {
    max-width: 100%;
    font-size: 32px;
    line-height: 130%;
    position: relative;
    bottom: 0;
    left: auto;
    right: auto;
  }

  .image-overlay-text._1 {
    max-width: 100%;
    margin-bottom: 10px;
    left: auto;
    right: auto;
  }

  .c-featured-work-box {
    background-color: var(--dark);
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    display: flex;
  }

  .c-featured-work-box.reverse {
    flex-direction: column-reverse;
  }

  .c-my-work__title {
    margin-bottom: 32px;
  }

  .c-order-flow__grid {
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .c-order-flow__icon {
    width: 100px;
    height: 100px;
  }

  .c-featured-work-icon {
    margin-bottom: 32px;
    display: none;
  }

  .c-featured-work-icon.parallax-4, .c-featured-work-icon.parallax-2, .c-featured-work-icon.parallax-1, .c-featured-work-icon.parallax-3 {
    width: 100%;
    height: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .privacy-block-2 {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-work-portfolio__image {
    height: 120px;
  }

  .c-work__discord-icon {
    width: auto;
    height: auto;
  }

  .c-work__client-logo--box {
    padding: 32px;
  }

  .c-work__client-logo--box.c-my-work__gallery {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-width: 1200px;
    min-height: 500px;
    max-height: 500px;
    top: auto;
  }

  .c-work__about--desc {
    font-size: 16px;
  }

  .c-work__main-design-flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .c-work__layout {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .c-nav-cta__icon {
    height: 24px;
  }

  .c-hire-form-2-cols {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .c-hire-form__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-hire-form__header--socials {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: row;
  }

  .c-hire-form__header--socials.is--socials {
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .c-hire-form__header--socials.is--nav {
    text-align: center;
    justify-items: center;
  }
}

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

  h4, .c-navbar__logo--text {
    font-size: 18px;
  }

  .c-navbar__menu--link.is--mobile-only {
    margin-bottom: 0;
    display: block;
  }

  .c-button.is--grey.is--large.c-navbar__cta {
    display: none;
  }

  .c-button.is--grey.is--nav-cta {
    flex: none;
    display: none;
  }

  .c-button.is--purple.is--large {
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-button.is--purple.is--large.c-hero-cta {
    font-size: 16px;
  }

  .c-button.is--purple.is--large.is--full-width {
    font-size: 1rem;
  }

  .c-card.c-my-work__gallery {
    min-width: 900px;
    padding-right: 0;
  }

  .c-maintitle {
    font-size: 20px;
  }

  .c-services__row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 64px auto;
    grid-template-columns: 1fr;
  }

  .c-navbar__logo--icon {
    height: 40px;
  }

  .c-main-layout {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .c-build-exp__grid {
    grid-template-columns: 1fr 1fr;
  }

  .c-build-exp__row--logo {
    max-height: 24px;
  }

  .c-my-work__text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .c-process-list__item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: auto 1fr;
  }

  .c-my-work-section {
    height: 540px;
  }

  .c-cta-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .c-cta-section__card.is--faq {
    white-space: normal;
    min-width: auto;
  }

  .c-cta-section__card.is--faq:hover {
    min-width: auto;
  }

  .c-cta-section__card.is--primary {
    white-space: normal;
  }

  .c-hero__discord {
    display: none;
  }

  .c-my-work__gallery--image {
    height: 120px;
  }

  .c-my-work__gallery--image.is--size-2 {
    height: 140px;
  }

  .c-reviews__text {
    position: relative;
  }

  .c-page-reviews {
    grid-template-columns: 1fr;
  }

  .c-footer__row {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .c-footer__list.is--nav {
    grid-column-gap: 32px;
    grid-template-columns: 1fr;
  }

  .c-footer__socials--link {
    display: none;
  }

  .c-input-field.is--large {
    min-height: 54px;
  }

  .faq-category-block {
    padding: 10px;
  }

  .c-tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .c-tabs-menu__button, .c-tabs-menu__button:hover, .c-tabs-menu__button.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-faq__container {
    padding: 10px;
  }

  .c-faq-question.c-my-work__gallery {
    padding-right: 0;
  }

  .c-faq-question__title {
    font-size: 20px;
  }

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

  .white-para {
    position: relative;
  }

  .c-featured-work-image {
    margin-bottom: 20px;
  }

  .c-featured-work-image.parallax-3, .c-featured-work-image.parallax-4, .c-featured-work-image.parallax-2, .c-featured-work-image.parallax-1 {
    width: 100%;
    height: 120px;
  }

  .c-featured-work__cols.parallax-features {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-overlay-text._1 {
    margin-bottom: 0;
  }

  .c-featured-work-box {
    flex-direction: column;
  }

  .c-my-work__title {
    width: 100%;
    margin-bottom: 32px;
  }

  .c-my-work__title.is--full-width {
    width: 80%;
  }

  .c-order-flow__grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .c-featured-work-icon.parallax-4, .c-featured-work-icon.parallax-2 {
    width: 100%;
    height: 180px;
  }

  .c-featured-work-icon.parallax-1 {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
  }

  .c-featured-work-icon.parallax-3 {
    width: 100%;
    height: 180px;
  }

  .privacy-block-2 {
    margin-top: 30px;
  }

  .c-work-portfolio__grid {
    grid-template-columns: 1fr;
  }

  .c-work__client-logo--box.c-my-work__gallery {
    min-width: 900px;
    padding-right: 0;
  }

  .c-work__media--grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .c-work__layout, .c-work__more-media {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .c-hire-form__header--socials.is--nav {
    grid-column-gap: 32px;
  }
}

#w-node-_3a0a2a03-60c1-34e0-13b9-5e77287c496d-00e4e6d4, #w-node-ea08e0fb-6e6d-f5c4-d826-a4d00cd49283-00e4e6d4, #w-node-_45ff5b97-1aa6-ea95-2812-b019bed315b1-00e4e6d4, #w-node-_45ff5b97-1aa6-ea95-2812-b019bed315b5-00e4e6d4, #w-node-_539483dc-f00d-93aa-c858-8b98039677f6-00e4e6d4, #w-node-_539483dc-f00d-93aa-c858-8b98039677fa-00e4e6d4, #w-node-_5db526f6-1a5f-b531-deff-b8b826650dd4-00e4e6d4, #w-node-_5db526f6-1a5f-b531-deff-b8b826650dd8-00e4e6d4, #w-node-ac52ff6f-df02-2816-84c2-4d23b9b5df27-00e4e6d4, #w-node-e22b62e9-1943-2d66-2e57-182e34936db5-00e4e6d4, #w-node-f3bd748f-98a8-c74e-a01d-188f40a2b872-00e4e6d4, #w-node-_11c43295-8b5b-580a-a537-9ceb18f3906c-00e4e6d4, #w-node-_90a3899e-5977-241a-ac10-312d2483f396-00e4e6d4, #w-node-_6f5e5d13-55af-c8e8-1d6c-2c6229a7cdad-00e4e6d4, #w-node-_523fe4f2-39d7-b2a4-9c23-c0d4bc57a217-00e4e6d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee0932ae-d103-6dab-5cb3-6b8ce1da4a37-00e4e6d4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee0932ae-d103-6dab-5cb3-6b8ce1da4a3b-00e4e6d4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ee0932ae-d103-6dab-5cb3-6b8ce1da4a3f-00e4e6d4 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ee0932ae-d103-6dab-5cb3-6b8ce1da4a43-00e4e6d4 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_9f50b0f6-0b91-0d92-2089-1329adc2886e-00e4e6d4, #w-node-_0355cd70-f599-7ab3-1841-1d853fc86a0e-00e4e6d4, #w-node-fcb40597-154f-8427-981a-44afbf04dc84-00e4e6d4, #w-node-_52e7cef4-dc3a-17e4-8bfd-ddf56655aa89-00e4e6d4, #w-node-_9073fd82-4171-17f0-c727-da33d75814de-00e4e6d4, #w-node-a73155e5-9e2d-5740-f51f-d8a6e5e132fc-6aa6f956, #w-node-_5b46c5f2-a946-669e-1b14-e1897262bd16-6aa6f956, #w-node-ad6293fa-777e-1a1b-9b64-ba23ca324a25-6aa6f956 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d35b605d-3739-2c65-ab02-9b3d0fdc47ed-558df200 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e896a483-3e74-45d8-4709-c9258195db99-558df200 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-ee0932ae-d103-6dab-5cb3-6b8ce1da4a37-00e4e6d4, #w-node-ee0932ae-d103-6dab-5cb3-6b8ce1da4a3b-00e4e6d4, #w-node-ee0932ae-d103-6dab-5cb3-6b8ce1da4a3f-00e4e6d4, #w-node-ee0932ae-d103-6dab-5cb3-6b8ce1da4a43-00e4e6d4, #w-node-d35b605d-3739-2c65-ab02-9b3d0fdc47ed-558df200 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


