:root {
  --border: #ffffff26;
  --black: black;
  --white: white;
  --paragraphs: #ffffffa6;
  --dyi-gold: #ccb505;
  --additional-background: #141414;
  --dark-hover: #1e1e1e;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

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

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

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

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

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

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

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

.body {
  background-color: #101010;
  flex-direction: column;
  font-family: Inter, sans-serif;
  display: flex;
}

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

.block-navbar {
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.brand {
  border-right: 1px solid var(--border);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 25px;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.logo {
  height: 32px;
}

.nav {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.nav-menu {
  justify-content: center;
  display: flex;
  position: relative;
}

.nav-link {
  border-left: 1px solid var(--border);
  color: #fff;
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 25px 32px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.nav-link:hover {
  background-color: var(--black);
}

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

.nav-link.evbtn {
  display: none;
}

.dropdown {
  z-index: 0;
  color: var(--paragraphs);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}

.dropdown-toggle {
  border-left: 1px solid var(--border);
  color: #fff;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 25px 32px;
  font-size: 13px;
  line-height: 140%;
  transition: background-color .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.dropdown-toggle:hover {
  background-color: var(--black);
}

.dropdown-icon {
  margin: 3.5px 0 3.5px 3px;
  font-size: 11px;
  position: relative;
}

.dropdown-list {
  background-color: var(--black);
  flex-direction: column;
  display: none;
}

.dropdown-list.w--open {
  display: none;
}

.dropdown-list-block {
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-list-block:hover {
  background-color: var(--black);
}

.dropdown-link {
  color: var(--white);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 13px;
  line-height: 140%;
  transition: color .2s;
}

.dropdown-link:hover {
  background-color: var(--black);
  color: var(--dyi-gold);
}

.dropdown-link:focus, .dropdown-link:visited, .dropdown-link.w--current {
  color: var(--white);
}

.cart {
  border-left: 1px solid var(--border);
  background-color: var(--black);
  cursor: pointer;
  background-image: url('../images/dyi-donate-btn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  min-width: 85px;
  height: 100%;
  min-height: 68%;
  padding: 10px;
  transition: opacity .2s, background-color .2s;
  display: flex;
  position: relative;
}

.cart:hover {
  background-color: #3a3a3a;
  background-image: url('../images/dyi-donate-btn-hover.svg');
  background-position: 50%;
  background-size: auto;
}

.icon-cart {
  width: 18px;
  height: 18px;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 15px;
  display: flex;
}

.section-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--dyi-gold);
  color: var(--black);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 32px 25px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  transition: background-color .2s;
  display: flex;
}

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

.hero---b {
  background-image: linear-gradient(92deg, #000, #0000), url('../images/youth-hero-bw_1youth-hero-bw.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  padding-top: 170px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-block {
  color: var(--white);
  padding-top: 5px;
  font-size: 10px;
  line-height: 10px;
}

.block-hero---b {
  z-index: 50;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 40px 0% 130px;
  display: flex;
  position: relative;
}

.flex-sb-c {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-left: 0;
  display: flex;
}

.hero-text-col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-rotate-cell {
  align-items: center;
  display: flex;
  position: relative;
}

.static-text {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-style: normal;
  line-height: 5px;
}

.text-rotate-wrap {
  flex-direction: column;
  align-items: flex-start;
  height: 55px;
  margin-left: 15px;
  display: flex;
  overflow: hidden;
}

.rotating-text {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-style: italic;
  line-height: 55px;
}

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

.section {
  background-color: var(--dyi-gold);
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
}

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

.heading {
  text-align: center;
}

.about-secton {
  background-image: linear-gradient(#0000001a, #00000026), url('../images/Black-Brick-Wall-Crown-Graffitti-sm-dark-copy_1Black-Brick-Wall-Crown-Graffitti-sm-dark copy.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-top: 1px solid #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.grid-2-columns {
  grid-column-gap: 4px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.heading-2 {
  color: var(--white);
  text-align: center;
  margin-bottom: 75px;
}

.border-image {
  border: 1px solid var(--border);
  border-top-right-radius: 75px;
  width: 100%;
  height: auto;
  min-height: 0;
  position: relative;
  overflow: hidden;
}

.border-image._2 {
  border-top-right-radius: 0;
}

.block-left {
  padding-left: 40px;
  padding-right: 80px;
}

.paragraph {
  color: #fffffff2;
  font-size: 18px;
  font-weight: 300;
  line-height: 111%;
}

.image-3 {
  width: 50%;
  max-width: none;
}

.image-4 {
  object-fit: cover;
  border-top-right-radius: 55px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-4._2 {
  border-top-right-radius: 0;
}

.subtitle {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.line-subtitle {
  background-color: var(--dyi-gold);
  text-align: left;
  width: 26px;
  height: 2px;
}

.text-subtitle {
  color: var(--dyi-gold);
  letter-spacing: 1.4px;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 14px;
  font-weight: 700;
}

.heading-3 {
  color: #fff;
}

.into-view-fill {
  z-index: 100;
  background-color: var(--additional-background);
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.into-view-fill.dark {
  background-color: var(--black);
}

.grid-hero---b {
  z-index: 50;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: auto;
  position: relative;
  overflow: hidden;
}

.link-services-hero {
  border-left: 1px solid var(--border);
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-services-hero:hover {
  background-color: var(--dark-hover);
}

.link-services-hero.border-off {
  border-left-style: none;
}

.block-services-hero {
  align-items: center;
  margin-bottom: 17px;
  display: flex;
}

.icon-services-hero {
  width: 37px;
  height: 37px;
  margin-right: 12px;
  position: static;
  top: 0%;
}

.heading-services-hero {
  color: #fdfdfd;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 37px;
  line-height: 111%;
}

.paragraph-services-hero {
  max-width: 370px;
  color: var(--paragraphs);
  margin-bottom: 0;
  font-size: 17px;
  line-height: 170%;
}

.instagram-section {
  display: none;
}

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

.insta-image-link {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--border);
  display: none;
}

.insta-image {
  width: 100%;
  height: 240px;
  position: relative;
}

.insta-overlay {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.insta-overlay:hover {
  background-color: #ccb50540;
}

.insta-icon {
  padding: 10px;
}

.special-secton {
  background-image: linear-gradient(#0000001a, #00000026), url('../images/Black-Brick-Wall-Crown-Graffitti-sm-dark-copy_1Black-Brick-Wall-Crown-Graffitti-sm-dark copy.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-top: 1px solid #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150%;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.grid-services---b {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  width: 100%;
}

.block-services---b {
  border-top: 1px none var(--border);
  border-bottom: 1px none var(--border);
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 70px 15% 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-section {
  background-color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/Black-Brick-Wall-Politics-Graffitti-sm_1Black-Brick-Wall-Politics-Graffitti-sm.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-4 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 100px;
  font-size: 32px;
}

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

.team-overlay {
  z-index: 10;
  background-color: var(--dyi-gold);
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.d-76-card-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 300px;
  height: 700px;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.d-76-social-media-wrapper {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.d-76-image {
  background-image: url('../images/Blank-Headshot_2Blank-Headshot_1.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 8px;
  flex: 1;
  height: auto;
  box-shadow: 0 10px 20px -8px #0003;
}

.d-76-image.an {
  background-image: url('../images/Andre-Headshot_1Andre-Headshot.webp');
}

.d-76-h4-heading {
  color: #313131;
  text-align: center;
  margin-top: 60px;
  font-size: 24px;
  font-weight: 600;
}

.d-76-title {
  color: #5e5e5e;
  text-align: center;
  margin-top: 0;
  font-size: 14px;
}

.d-76-paragraph {
  color: #5e5e5e;
  text-align: left;
  margin-top: 0;
  font-size: 12px;
  line-height: 140%;
}

.d-76-icon {
  color: #5e5e5e;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s;
}

.d-76-icon:hover {
  color: #4d16dd;
}

.d-76-icon.twitter {
  margin-bottom: -2px;
  font-size: 18px;
}

.d-76-text-wrapper {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.team-member-wrapper {
  cursor: default;
  border: 1px solid #fafafa;
  width: 95%;
  max-width: none;
  min-height: 450px;
  margin: 10px;
  transition: transform .2s ease-in-out;
  position: relative;
  overflow: hidden;
  box-shadow: 0 7px 27px -6px #00000040;
}

.team-member-wrapper:hover {
  transform: scale(1.05);
}

.team-member-wrapper.tyrell {
  display: none;
}

.team-member-details {
  z-index: 10;
  border-top: 2px solid var(--dyi-gold);
  color: #fff;
  background-image: linear-gradient(#000000b0, #000000b0);
  height: auto;
  max-height: 400px;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.team-member-name {
  font-weight: 600;
}

.team-member-job-role {
  color: var(--dyi-gold);
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.team-member-summary {
  font-size: 12px;
  overflow: hidden;
}

.team-member-photo {
  z-index: 5;
  background-image: url('../images/Blank-Headshot_2Blank-Headshot_1.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.team-member-photo.an {
  background-image: url('../images/Andre_1Andre.webp');
  background-position: 100%;
}

.team-member-photo.se {
  background-image: url('../images/Sherry_1Sherry.webp');
  background-position: 50% 0;
}

.team-member-photo.edookie {
  background-image: url('../images/DJ-Recon_1DJ-Recon.webp');
}

.team-member-photo.kdookie {
  background-image: url('../images/DJ-Tripp_1DJ-Tripp.webp');
}

.team-member-photo.kfrancis {
  background-image: url('../images/Kevin_1Kevin.webp');
  background-position: 50% 100%;
}

.team-member-photo.coachpete {
  background-image: url('../images/Coach-Pete_1Coach-Pete.webp');
}

.team-member-photo.jrerrie {
  background-image: url('../images/IMG_976IMG_0975.webp');
  background-position: 0 100%;
}

.team-member-photo.lucky {
  background-image: url('../images/Lucky-copy_1Lucky copy.webp');
  background-position: 50% 0;
}

.team-member-photo.tim {
  background-image: url('../images/Tim_1Tim.webp');
  background-position: 0 0;
}

.team-member-photo.spicesisters {
  background-image: url('../images/IMG_993IMG_0992.webp');
  background-position: 0 0;
}

.team-member-photo.tyrell {
  background-image: url('../images/IMG_977IMG_0976.webp');
  background-position: 0 0;
}

.team-member-photo.patient {
  background-image: url('../images/IMG_842IMG_0841.webp');
  background-position: 100% 0;
}

.team-member-photo.thanuya {
  background-image: url('../images/2a0260f7-f54d-4b04-a136-9723103db157_12a0260f7-f54d-4b04-a136-9723103db157.webp');
}

.team-member-photo.rosanna {
  background-image: url('../images/IMG_254IMG_0253.webp');
  background-position: 50% 100%;
}

.team-member-photo.paul {
  background-image: url('../images/PHOTO-2021-08-04-21-00-07_1PHOTO-2021-08-04-21-00-07.webp');
  background-position: 50% 100%;
}

.team-member-photo.nolan {
  background-image: url('../images/IMG_2875IMG_2874.webp');
  background-position: 50% 0;
}

.team-member-photo.zie {
  background-image: url('../images/IMG_4289IMG_4288.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-photo.jaleel {
  background-image: url('../images/IMG_3168IMG_3167.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-photo.calixto {
  background-image: url('../images/unnamed.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-photo.nyla {
  background-image: url('../images/Screenshot_20211122-145329_Gallery_1Screenshot_20211122-145329_Gallery.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-photo.faheem {
  background-image: url('../images/9c98e889-557f-43eb-b3ed-1bb832f0a79c_19c98e889-557f-43eb-b3ed-1bb832f0a79c.webp');
  background-position: 50% 0;
}

.motive-image {
  padding-left: 0;
  padding-right: 0;
  top: 0;
  left: 0;
}

.div-image {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Dollarphotoclub_40117119_1Dollarphotoclub_40117119.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  display: flex;
}

.div-image:hover {
  background-image: url('../images/Dollarphotoclub_40117119_1Dollarphotoclub_40117119.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-image.sports {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Sports2-copy_1Sports2 copy.webp');
  background-position: 0 0, 50%;
}

.div-image.sports:hover {
  background-image: url('../images/Sports2-copy_1Sports2 copy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-image.development {
  background-color: #00000080;
  background-image: linear-gradient(#00000080, #00000080), url('../images/teacher_1teacher.webp');
  background-position: 0 0, 50% 0;
}

.div-image.development:hover {
  background-image: url('../images/teacher_1teacher.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-overlay {
  background-color: #0000004a;
  transition: all .5s;
  display: block;
  position: absolute;
  inset: 0;
}

.link-overlay:hover {
  background-color: #0006;
  box-shadow: inset 0 6px 50px -2px #000;
}

.text-hero {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.text-hero.wraper {
  margin-top: 40%;
}

.text-hero.wraper.motive {
  margin-top: 0;
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
}

.white-tittle {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 75px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 50px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

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

.image-5 {
  display: none;
}

.section-info.contact {
  background-color: #000000f7;
}

.social-dic-2 {
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: none;
}

.text-area {
  color: #828282;
  min-height: 170px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .5s;
}

.text-area:hover {
  background-color: #f2f2f2;
}

.circle-icon-block {
  float: none;
  border: 1px solid #adafb3;
  border-radius: 22px;
  width: 100px;
  height: 100px;
  transition: border-color 1s, box-shadow 1s;
}

.circle-icon-block:hover {
  border-color: #00c2a2;
  transition: none;
  box-shadow: 0 0 2px 1px #adafb378;
}

.circle-icon-block.social {
  background-color: #dedede;
  border: 0 #dba94b;
  border-radius: 0;
  width: 35px;
  height: 35px;
  margin: 20px 5px;
  transition: background-color .5s;
}

.circle-icon-block.social:hover {
  box-shadow: none;
  background-color: #1a1d2ef7;
  transition: none;
}

.circle-icon-block.social.contact {
  float: none;
  background-color: #0000;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.circle-icon-block.social.contact:hover {
  box-shadow: none;
  background-color: #3a3a3a;
}

.circle-icon-block.social.contact.fb {
  display: none;
}

.contact-map-fprm {
  background-color: #000;
  border: 7px solid #fff;
  padding: 30px 20px 10px;
  transition: background-color .5s;
  display: none;
  position: relative;
  top: -80px;
  box-shadow: 1px 1px 3px #000;
}

.contact-map-fprm:hover {
  margin-top: -30px;
  padding-top: 30px;
}

.contacttitle {
  color: #f2f2f2a6;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}

.contacttitle.title-copy {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.text-field {
  color: #000;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .5s;
}

.text-field:hover {
  background-color: #f2f2f2;
}

.submit-button {
  opacity: .85;
  background-color: #000000f7;
  width: 100%;
  padding: 15px 35px;
  transition: opacity .7s;
  display: block;
}

.submit-button:hover {
  opacity: 1;
  background-color: #4a4a4a;
}

.info-conatct-text {
  color: #f6f6f6;
  text-align: left;
  margin-top: 10px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 25px;
}

.success-message {
  background-color: #afedcb;
}

.socil-icon {
  opacity: 1;
  width: 15px;
  margin: 8px 10px;
  transition: opacity .7s;
}

.socil-icon:hover {
  opacity: 1;
}

.text-span {
  font-weight: 100;
}

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

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.slide-nav {
  display: none;
}

.partners {
  opacity: 1;
  padding-top: 110px;
  padding-bottom: 110px;
  transition: background-color .5s;
}

.partners.testimonials {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/Music-Notes-sm_1Music-Notes-sm.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
}

.slider-mask {
  border-radius: 0;
}

.white-tittle-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 75px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 50px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.white-tittle-2._2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 70px;
  font-family: Inter, sans-serif;
  font-size: 32px;
}

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

.column-22 {
  margin-top: 75px;
}

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

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

.partner_div {
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.image-8 {
  width: 70%;
}

.our-mission {
  background-color: var(--white);
  color: var(--white);
  padding-top: 100px;
  padding-bottom: 110px;
}

.mission {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.about-text {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.about-text.menu {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}

.section-2 {
  opacity: 1;
  padding-top: 110px;
  padding-bottom: 110px;
  transition: background-color .5s;
}

.section-2.facts {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/hiphop101_background_1_tinted_1hiphop101_background_1_tinted.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-2.gallery {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-2.gallery:hover {
  box-shadow: 0 0 3px -12px #adafb3;
}

.keynotes {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 80px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.row-2 {
  color: #ededed;
}

.facts-text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.facts-bg {
  color: #fff;
  background-color: #0000;
  border-radius: 3px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color .2s;
}

.facts-bg:hover {
  background-color: #fff0;
  box-shadow: 7px 7px 3px #000;
}

.facts-bg.two {
  background-color: #0000;
}

.facts-bg.two:hover {
  box-shadow: none;
  background-color: #0000;
}

.line {
  border-top: 2px solid #c8c8c8;
  width: 25%;
  height: 2%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-2 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.icons-facts {
  width: 66px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: -1px 9px 47px -8px #000;
}

.icons-facts.three {
  box-shadow: -2px 17px 0 -25px #000;
}

.texbar {
  background-image: url('../images/wall-3-min_1wall 3-min.webp');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}

.texbar:hover {
  box-shadow: none;
  background-color: #dba94b;
}

.textbar-div {
  border: 2px solid #fff;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.hero-texbar {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.paragraph-3-ss, .paragraph-2-ss {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.facts-bg-ss3 {
  color: #fff;
  background-color: #0000;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color .2s;
}

.facts-bg-ss3:hover {
  background-color: #fff0;
}

.facts-bg-ss2 {
  color: #fff;
  background-color: #0000;
  border-radius: 3px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color .2s;
}

.facts-bg-ss2:hover {
  background-color: #fff0;
  box-shadow: 7px 7px 3px #000;
}

.facts-bg-ss2.two {
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 10px;
}

.facts-bg-ss2.two:hover {
  box-shadow: none;
  background-color: #0000;
}

.facts-bg-ss {
  color: #fff;
  background-color: #0000;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color .2s;
}

.facts-bg-ss:hover {
  background-color: #fff0;
}

.facts-text-ss2 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.facts-text-ss {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.facts-textss3 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-4-ss {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.skill-set-programs {
  color: #000;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.djrecon {
  opacity: 1;
  background-color: #00c2a2;
  background-image: url('../images/recon-BG.jpg');
  background-position: 50% 34%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 110px;
  padding-bottom: 110px;
}

.container-3 {
  height: 350px;
}

.paragraph-6 {
  color: #272727;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

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

.workshops {
  padding-top: 110px;
  padding-bottom: 110px;
}

.workshops.services {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.upper {
  color: #f2f2f2a6;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}

.upper.title {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.heading-5 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.left-arrow, .right-arrow {
  display: none;
}

.testimonials-text {
  float: none;
  color: #fff;
  text-align: center;
  height: 130px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.testimonial {
  opacity: 1;
  padding-top: 110px;
  padding-bottom: 110px;
  transition: background-color .5s;
}

.testimonial.contact-info {
  background-image: url('../images/shutterstock_125118794_1shutterstock_125118794.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.sliedr-1 {
  padding-left: 70px;
  padding-right: 70px;
}

.container-testimonials {
  background-color: #000000bf;
  border-radius: 4px;
  padding-top: 0;
  padding-bottom: 50px;
}

.testimonials-slider {
  background-color: #0000;
  height: 170px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.tab-link-3 {
  background-color: #adafb3;
}

.tab-link-3.w--current {
  background-color: #000;
}

.heading-6 {
  color: #000;
  margin-top: 25px;
  font-family: Exo, sans-serif;
}

.tab-link-2 {
  text-transform: uppercase;
  background-color: #adafb3;
}

.tab-link-2.w--current {
  color: #fff;
  background-color: #000;
}

.tab-link {
  background-color: var(--dyi-gold);
  color: var(--black);
  border-radius: 25px;
  margin: 5px;
}

.tab-link.w--current {
  color: #fff;
  background-color: #000;
}

.lightbox-link {
  background-color: #3d3b3b;
  margin: 10px;
}

.lightbox-link:hover {
  background-color: #000;
  box-shadow: 1px 1px 3px #000;
}

.text-block-2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.heading-7 {
  text-align: center;
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

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

.events {
  padding-top: 110px;
  padding-bottom: 110px;
}

.events.secret-formula {
  background-color: var(--white);
  color: var(--white);
  padding-top: 100px;
  display: none;
}

.image-10 {
  background-color: #000;
  margin: 5px;
}

.column {
  padding: 25px;
}

.text-block-4 {
  color: var(--dark-hover);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.lightbox-link-copy {
  background-color: #3d3b3b;
  margin: 10px;
}

.lightbox-link-copy:hover {
  background-color: #000;
  box-shadow: 1px 1px 3px #000;
}

.dark-tittle {
  color: #fff;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

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

.paragraph-11 {
  font-family: Exo, sans-serif;
}

.footer {
  background-color: #000000f7;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.copyright {
  float: none;
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-block-5 {
  text-transform: uppercase;
}

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

.hero---page {
  width: 100%;
  height: 100vh;
  color: var(--white);
  background-image: linear-gradient(to right, #000000e6, #00000026), url('../images/People-in-zoom-younger-web-v3_1People-in-zoom-younger-web-v3.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: flex-start;
  padding: 170px 7% 100px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero---page.vworkshops {
  background-image: linear-gradient(to right, #000000e6, #00000026), url('../images/Female-live-chat-web_1Female-live-chat-web.webp');
  background-position: 0 0, 50% 100%;
}

.hero---page.skillset {
  background-image: linear-gradient(to right, #000000e6, #00000026);
}

.hero---page.keynotes {
  background-image: linear-gradient(to right, #000000e6, #00000026), url('../images/Mic_on_blurry_BG-web_1Mic_on_blurry_BG-web.webp');
  background-position: 0 0, 50% 100%;
  margin-bottom: 0;
}

.hero---page.workshops {
  background-image: linear-gradient(to right, #000000e6, #00000026), url('../images/Induction_Uploaded_NEWS1_1Induction_Uploaded_NEWS1.webp');
  background-position: 0 0, 0%;
}

.hero---page.spark._22 {
  background-image: linear-gradient(to right, #000000e6, #00000026), url('../images/Site-Header_1Site-Header.webp');
  background-attachment: scroll, scroll;
  height: 100%;
  padding-bottom: 20px;
}

.block-hero---page {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.block-hero---page.virtual {
  padding-left: 40px;
  padding-right: 40px;
}

.block-heading-hero {
  width: 50%;
  margin-bottom: 0;
}

.overflow {
  width: 110%;
  overflow: hidden;
}

.heading-hero {
  text-align: left;
  letter-spacing: -1px;
  text-transform: uppercase;
  width: 110%;
  margin: 0 0 0 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 50px;
  font-style: italic;
  line-height: 120%;
  position: relative;
}

.section-full-dark {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-full-dark.cipherevents {
  display: flex;
}

.grid-group---b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px none var(--border);
  width: 100%;
  color: var(--paragraphs);
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 0%;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 170%;
  display: grid;
  position: static;
}

.icon-group {
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
}

.group---b {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  border-left: 1px solid var(--border);
  background-image: url('../images/Black-Brick-Wall-Speach-Bubble-Graffitti-sm-dark_1Black-Brick-Wall-Speach-Bubble-Graffitti-sm-dark.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  align-items: flex-start;
  padding: 10% 15%;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

.group---b:hover {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/Black-Brick-Wall-Speach-Bubble-Graffitti-sm-dark_1Black-Brick-Wall-Speach-Bubble-Graffitti-sm-dark.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.group---b.vworkshops {
  background-image: url('../images/Black-Brick-Wall-Arrow-Graffitti-sm-dark_1Black-Brick-Wall-Arrow-Graffitti-sm-dark.webp');
}

.group---b.vworkshops:hover {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Black-Brick-Wall-Arrow-Graffitti-sm-dark_1Black-Brick-Wall-Arrow-Graffitti-sm-dark.webp'), linear-gradient(#0000, #0000);
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
}

.group---b.skillset {
  background-image: none;
}

.group---b.keynotetile {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Black-Brick-Wall-Frame-Graffitti-sm_1Black-Brick-Wall-Frame-Graffitti-sm.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.group---b.keynotetile:hover {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/Black-Brick-Wall-Frame-Graffitti-sm_1Black-Brick-Wall-Frame-Graffitti-sm.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.group---b.spk {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Culture-graffiti-Wall-BW-sm_1Culture-graffiti-Wall-BW-sm.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: flex;
}

.group---b.spk:hover {
  background-image: linear-gradient(#000000d9, #000000d9), url('../images/Culture-graffiti-Wall-BW-sm_1Culture-graffiti-Wall-BW-sm.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.group---b.spk.cipher {
  display: flex;
}

.heading-group {
  color: var(--white);
  letter-spacing: -.2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 24px;
  font-style: italic;
  line-height: 120%;
}

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

.paragraph-group.spk {
  color: var(--white);
}

.skillsetbball-hero {
  background-image: linear-gradient(3deg, #000, #0000);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  height: 100%;
  min-height: 400px;
  position: relative;
}

.background-video {
  object-fit: cover;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
}

.hero-container {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}

.hero-arrow-link-block {
  float: none;
  opacity: 1;
  background-color: #0000;
  width: 60px;
  min-width: 0;
  height: 60px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
  text-decoration: underline;
  transition: none;
  display: block;
}

.hero-arrow-link-block:hover {
  opacity: 1;
  border-color: #00c2a2;
}

.hero-arrow-link-block.w--current {
  opacity: 1;
  border-color: #ffffff7d;
  padding-top: 15px;
  transition: border-color .7s, opacity .7s;
}

.hero-arrow-link-block.w--current:hover {
  opacity: 1;
  border-color: #00c2a2;
  transition: none;
}

.heading-8 {
  margin-bottom: 25px;
}

.background-video-2 {
  width: 100%;
}

.subscribe-popup {
  z-index: 999;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 15px;
  display: none;
  position: fixed;
  inset: 0%;
}

.button-2 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  min-width: 130px;
  min-height: 42px;
  padding: 13px 4%;
  font-size: 15px;
  line-height: 18px;
  transition: color .2s, background-color .2s;
}

.button-2:hover {
  color: #fff;
  background-color: #000;
}

.button-2.book {
  background-color: var(--dyi-gold);
  color: #000;
  border-style: none;
  margin-top: 20px;
}

.close-button {
  z-index: 3;
  cursor: auto;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 17px;
  transition: transform .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-button:hover {
  transform: rotate(90deg);
}

.form-2, .form-block-3 {
  width: 100%;
}

.paragraph-small {
  color: #777;
  font-size: 12px;
  line-height: 20px;
}

.popup-overlay {
  z-index: 1;
  background-color: #15151566;
  position: absolute;
  inset: 0%;
}

.popup-2 {
  z-index: 2;
  background-color: #fff;
  border-radius: 7px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 500px;
  min-height: 428px;
  max-height: 96vh;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 30px #1515151a;
}

.popup-info {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 60px 10px;
  display: flex;
}

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

.button-3 {
  background-color: var(--black);
  padding: 15px 20px;
  transition: background-color .4s;
}

.button-3:hover {
  background-color: #000000b3;
}

.bold-text {
  width: 110%;
}

.book-a-keynote {
  background-color: var(--additional-background);
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-9 {
  color: var(--dyi-gold);
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  text-decoration: none;
  transition: all .4s;
}

.heading-9:hover {
  transform: scale(1.1);
}

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

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

.group---b-2 {
  background-image: url('../images/Black-Brick-Wall-Speach-Bubble-Graffitti-sm-dark_1Black-Brick-Wall-Speach-Bubble-Graffitti-sm-dark.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-top: 1px solid #ffffff26;
  border-bottom: 1px solid #ffffff26;
  border-left: 1px solid #ffffff26;
  flex-direction: column;
  align-items: flex-start;
  padding: 10% 15%;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

.group---b-2:hover {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/Black-Brick-Wall-Speach-Bubble-Graffitti-sm-dark_1Black-Brick-Wall-Speach-Bubble-Graffitti-sm-dark.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.group---b-2.keynotetile {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Black-Brick-Wall-Frame-Graffitti-sm_1Black-Brick-Wall-Frame-Graffitti-sm.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.group---b-2.keynotetile:hover {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/Black-Brick-Wall-Frame-Graffitti-sm_1Black-Brick-Wall-Frame-Graffitti-sm.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.group---b-2.vworkshops {
  background-image: url('../images/Black-Brick-Wall-Arrow-Graffitti-sm-dark_1Black-Brick-Wall-Arrow-Graffitti-sm-dark.webp');
}

.group---b-2.vworkshops:hover {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Black-Brick-Wall-Arrow-Graffitti-sm-dark_1Black-Brick-Wall-Arrow-Graffitti-sm-dark.webp'), linear-gradient(#0000, #0000);
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
}

.heading-group-2 {
  color: #fff;
  letter-spacing: -.2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 24px;
  font-style: italic;
  line-height: 120%;
}

.into-view-fill-2 {
  z-index: 100;
  background-color: #141414;
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.into-view-fill-2.dark {
  background-color: #000;
}

.grid-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
}

.div-block-4 {
  background-image: url('../images/YouthEmpowermentWorkshops_1YouthEmpowermentWorkshops.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.link {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.modal {
  z-index: 999999;
  opacity: 1;
  text-align: left;
  background-color: #000000b3;
  display: block;
  position: fixed;
  inset: 0;
}

.modal-container {
  z-index: 99999;
  text-align: left;
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 25px;
  justify-content: center;
  margin-top: 100px;
  padding-top: 18px;
  padding-bottom: 50px;
  display: block;
  position: static;
  inset: 0;
  box-shadow: 5px 5px 28px #000;
}

.modal-wrapper {
  color: #fff;
  max-width: 500px;
  padding-top: 2em;
}

.modal-close {
  float: right;
  clear: none;
  background-color: #ffffff80;
  border-radius: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 50px;
  max-height: 50px;
  margin-top: -38px;
  margin-left: 0;
  margin-right: 20px;
  padding: 5px;
  display: block;
}

.modal-close2 {
  color: #777;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.link-2 {
  color: #313030;
  text-decoration: none;
}

.div-block-6 {
  padding-left: 25px;
  padding-right: 25px;
}

.heading-23 {
  color: #e90000;
  text-align: center;
}

.popup-info-2 {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.newsletter-btn {
  background-color: var(--dyi-gold);
  color: #000;
  border: 0 #000;
  border-radius: 7px;
  height: 48px;
  padding: 12px 24px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, box-shadow .4s, color .4s;
  display: block;
}

.newsletter-btn:hover {
  color: var(--dyi-gold);
  background-color: #000;
}

.subscribe-popup-image {
  background-image: url('../images/IMG_1705IMG_1704.webp');
  background-position: 46%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
}

.subscribe-popup-2 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 15px;
  display: none;
  position: fixed;
  inset: 0%;
}

.input-newsletter-2 {
  height: 48px;
  box-shadow: none;
  background-color: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 7px;
  margin-bottom: 0;
  padding: 8px 24px;
  line-height: 20px;
  transition: border-color .3s, background-color .3s;
}

.input-newsletter-2:hover {
  background-color: #fff;
  border-color: #d1d1d1;
}

.input-newsletter-2:focus {
  background-color: #fff;
  border-color: #fec82f;
}

.popup-overlay-2 {
  z-index: 1;
  background-color: #15151566;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.full-width-newsletter {
  width: 100%;
}

.popup-3 {
  z-index: 2;
  background-color: #fff;
  border-radius: 7px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 770px;
  min-height: 428px;
  max-height: 96vh;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 30px #1515151a;
}

.link-12 {
  color: var(--dyi-gold);
  font-weight: 700;
  text-decoration: none;
}

.form-info {
  color: #777;
  font-size: 12px;
}

.subscribe-popup-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 8px;
  display: grid;
}

.skill-set-sign-up {
  z-index: 999;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 15px;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-11 {
  width: 100%;
  height: 100%;
  display: none;
}

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

.html-embed-copy {
  text-align: center;
  display: none;
}

.bold-text-2 {
  font-size: 25px;
  line-height: 35%;
}

.div-block-7 {
  width: 100%;
}

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

.image-12 {
  width: 70%;
}

.image-12.cipher {
  width: 85%;
  display: block;
}

.heading-25, .heading-26 {
  text-align: center;
}

.div-block-9 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 20px;
  display: flex;
}

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

.div-block-10 {
  text-align: center;
  width: 250px;
  height: 100px;
}

.image-13 {
  width: 75%;
}

.image-13.ct {
  height: 75px;
}

.image-13.bpm {
  height: 120px;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.image-13.dyift {
  width: 40%;
  height: 100px;
  padding-bottom: 20px;
}

.image-13.dyift._44 {
  height: 120px;
}

.text-span-2 {
  text-transform: uppercase;
  font-weight: 700;
}

.div-block-11 {
  text-align: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-27 {
  color: var(--dyi-gold);
}

.button-4 {
  background-color: var(--dyi-gold);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 10px;
  padding: 20px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.italic-text-2 {
  width: 100%;
  padding-left: 0;
  padding-right: 10px;
  font-size: 40px;
}

.image-14 {
  width: 50px;
  height: 50px;
}

.link-block-2 {
  margin-top: 10px;
}

.link-13 {
  color: var(--dyi-gold);
}

.image-15, .image-16 {
  width: 400px;
  height: 400px;
}

.text-span-3 {
  color: var(--dyi-gold);
}

.div-block-12 {
  display: none;
}

.blog-updates {
  background-color: var(--dyi-gold);
  display: none;
}

.container-4 {
  margin-top: 20px;
  padding-bottom: 20px;
}

.post-overlay {
  z-index: 10;
  cursor: pointer;
  background-color: #00000073;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 85px 45px 45px;
  text-decoration: none;
  transition: background-color .2s;
  position: absolute;
  inset: 0;
}

.post-overlay:hover {
  background-color: #0000;
}

.post-title {
  color: #fff;
  text-align: left;
  cursor: pointer;
  width: 80%;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.post-author-name {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.post-author-name:hover {
  text-decoration: underline;
}

.post-wrapper {
  min-height: 250px;
  position: relative;
  overflow: hidden;
}

.post-wrapper:hover {
  z-index: 10;
  position: relative;
}

.post-catergory-link {
  z-index: 20;
  background-color: var(--black);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 7px;
  padding-top: 47px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .2s;
  display: inline-block;
  position: absolute;
  left: 10px;
  box-shadow: 0 2px 5px #0003;
}

.post-catergory-link:hover {
  transform: scale(1.05);
}

.post-catergory-link.yellow {
  background-color: var(--black);
  left: 10px;
}

.post-image {
  z-index: 1;
  background-image: url('../images/Hero-Image-2_compressed.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 450px;
  display: block;
  position: relative;
  overflow: hidden;
  transform: scale(1.1);
}

.post-image.two {
  background-image: url('../images/robbie-noble-248643-unsplash_compressed.jpg');
}

.container {
  flex: 1;
}

.post-author-image {
  z-index: 20;
  float: right;
  background-image: url('../images/DYi-Partner-WHT.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  position: relative;
}

.post-author-blurb {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

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

.post-author-row {
  z-index: 20;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 10px;
  right: 10px;
}

.section-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

@media screen and (max-width: 991px) {
  .block-navbar {
    align-items: center;
  }

  .nav-menu {
    background-color: var(--black);
    flex-wrap: nowrap;
  }

  .nav-link {
    border-bottom: 1px solid var(--border);
  }

  .block-hero---b {
    width: 80%;
  }

  .menu-button {
    border-right: 1px solid var(--border);
    border-left: 1px solid var(--border);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 24px;
    transition: color .2s, background-color .2s;
    display: block;
  }

  .icon {
    color: var(--white);
    font-weight: 700;
  }

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

  .heading {
    text-align: center;
  }

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

  .border-image {
    border-top-right-radius: 0;
  }

  .block-left {
    padding-right: 40px;
  }

  .image-4 {
    border-top-right-radius: 0;
  }

  .subtitle {
    margin-top: 40px;
  }

  .block-services-hero {
    width: 80%;
  }

  .heading-services-hero {
    width: 80%;
    font-size: 25px;
  }

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

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

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

  .team-member-photo.an {
    background-image: url('../images/Andre_1Andre.webp');
    background-position: 100%;
  }

  .text-hero {
    margin-left: 15px;
    margin-right: 15px;
  }

  .text-hero.wraper.motive {
    margin-top: 25%;
    top: 3%;
  }

  .white-tittle {
    margin-top: 146px;
    margin-bottom: 0;
    font-size: 25px;
  }

  .section-info.contact {
    padding-left: 25px;
    padding-right: 25px;
  }

  .submit-button {
    background-color: var(--dyi-gold);
  }

  .info-conatct-text {
    text-align: center;
    margin-top: 0;
  }

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

  .partners {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .column-2, .column-6 {
    margin-top: 20px;
  }

  .white-tittle-2 {
    margin-top: 146px;
    margin-bottom: 0;
    font-size: 25px;
  }

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

  .logo-slider {
    clear: both;
  }

  .row-logo {
    padding-left: 25px;
    padding-right: 25px;
  }

  .about-text, .about-text.menu {
    margin-left: 50px;
    margin-right: 50px;
  }

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

  .section-2.facts {
    background-image: linear-gradient(#000000bf, #000000bf), url('../images/hiphop101_background_1_tinted_1hiphop101_background_1_tinted.webp');
    background-position: 0 0, 50%;
    background-size: auto, 1175px;
    background-attachment: scroll, scroll;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section-2.gallery {
    padding-top: 110px;
  }

  .hero-texbar {
    font-size: 17px;
  }

  .djrecon {
    background-position: 50%;
    background-size: 989px;
  }

  .overall-column {
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .workshops {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .heading-5 {
    font-size: 20px;
    line-height: 25px;
  }

  .testimonial {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .slider-nav {
    padding-top: 20px;
  }

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

  .events {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .copyright {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-hero {
    width: 75%;
    font-size: 40px;
  }

  .skillsetbball-hero {
    background-position: 50%;
    padding-bottom: 0;
  }

  .hero-arrow-link-block {
    margin-bottom: 50px;
  }

  .div-block-3 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .newsletter-btn {
    color: #000;
    text-align: center;
    background-color: #fec82f;
    border: 0 #000;
    border-radius: 7px;
    line-height: 20px;
    text-decoration: none;
    transition: background-color .4s, box-shadow .4s, color .4s;
  }

  .newsletter-btn:hover {
    color: #fec82f;
    background-color: #000;
  }

  .subscribe-popup-2 {
    display: flex;
  }

  .form-info {
    color: #777;
    margin-top: 20px;
    font-size: 12px;
    line-height: 17px;
  }

  .skill-set-sign-up {
    display: flex;
  }

  .post-overlay {
    padding: 55px 30px 30px;
  }

  .post-title {
    width: 80%;
    font-size: 28px;
    line-height: 35px;
  }

  .post-wrapper {
    height: 380px;
  }

  .post-catergory-link {
    top: 30px;
    left: 30px;
  }

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

@media screen and (max-width: 767px) {
  .dropdown-list.w--open {
    display: none;
  }

  .flex-sb-c {
    margin-left: 100px;
  }

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

  .heading {
    text-align: center;
  }

  .block-left {
    padding-right: 40px;
  }

  .image-3 {
    width: 90%;
    margin-left: 100px;
  }

  .subtitle {
    margin-top: 40px;
  }

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

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

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

  .text-hero.wraper.motive {
    margin-top: 33%;
  }

  .white-tittle {
    margin-top: 317px;
    margin-bottom: 0;
  }

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

  .circle-icon-block.social.contact {
    margin-top: 30px;
    margin-bottom: 90px;
  }

  .submit-button {
    background-color: var(--dyi-gold);
  }

  .info-conatct-text {
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .info-comapny-column {
    text-align: center;
    margin-bottom: 70px;
  }

  .image-6 {
    max-width: 50%;
  }

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

  .partners {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .image-7 {
    max-width: 50%;
  }

  .column-2, .column-6 {
    margin-top: 15px;
  }

  .white-tittle-2 {
    margin-top: 317px;
    margin-bottom: 0;
  }

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

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

  .about-text, .about-text.menu {
    margin-left: 30px;
    margin-right: 30px;
  }

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

  .section-2.facts {
    background-image: linear-gradient(#000000bf, #000000bf), url('../images/hiphop101_background_1_tinted_1hiphop101_background_1_tinted.webp');
    background-position: 0 0, 50%;
    background-size: auto, 1175px;
    background-attachment: scroll, scroll;
    margin-top: 0;
    margin-bottom: 0;
  }

  .facts-bg {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .texbar {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-texbar {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .facts-bg-ss3 {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .facts-bg-ss2 {
    margin-bottom: 20px;
  }

  .facts-bg-ss2.two {
    padding-left: 10px;
    padding-right: 10px;
  }

  .facts-bg-ss {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .djrecon {
    background-position: 80% 46%;
    background-size: auto;
  }

  .heading-5 {
    font-size: 25px;
  }

  .testimonials-text {
    font-size: 14px;
    line-height: 22px;
  }

  .testimonial {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .sliedr-1 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .slider-nav {
    display: none;
  }

  .copyright {
    float: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
  }

  .subscribe-popup-2, .skill-set-sign-up {
    display: none;
  }

  .post-wrapper {
    height: 300px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-9 {
    grid-template-rows: auto auto;
    grid-auto-flow: row dense;
  }
}

@media screen and (max-width: 479px) {
  .cart {
    background-repeat: no-repeat;
    min-height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-sb-c {
    text-align: left;
    width: 70%;
    margin-left: 100px;
  }

  .static-text, .rotating-text {
    font-size: 25px;
  }

  .menu-button.w--open {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

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

  .heading {
    text-align: center;
  }

  .block-left {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-3 {
    width: 100%;
    margin-left: 40px;
  }

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

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

  .d-76-card-wrapper {
    width: 260px;
  }

  .italic-text {
    font-size: 25px;
  }

  .text-hero {
    margin-left: 0;
    margin-right: 0;
  }

  .white-tittle {
    margin-top: 37px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 22px;
  }

  .section-info.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .contacttitle {
    margin-bottom: auto;
    font-size: 16px;
  }

  .contacttitle.title-copy {
    margin-top: 0;
    font-size: 27px;
  }

  .submit-button {
    background-color: var(--dyi-gold);
  }

  .slide-nav {
    display: none;
  }

  .column-5 {
    margin-top: 10px;
  }

  .partners {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .image-7 {
    max-width: 50%;
  }

  .column-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .column-6 {
    margin-top: 10px;
  }

  .white-tittle-2 {
    margin-top: 37px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 22px;
  }

  .column-3 {
    margin-top: 25px;
  }

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

  .mission {
    font-size: 23px;
  }

  .about-text {
    margin-left: 25px;
    margin-right: 25px;
  }

  .about-text.menu {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .section-2.facts {
    background-image: linear-gradient(#000000bf, #000000bf), url('../images/hiphop101_background_1_tinted_1hiphop101_background_1_tinted.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-2.gallery {
    padding-top: 110px;
  }

  .keynotes {
    font-size: 23px;
  }

  .texbar {
    background-color: #000000f7;
    background-image: none;
  }

  .texbar:hover, .textbar-div:hover {
    background-color: #000;
  }

  .hero-texbar {
    font-size: 14px;
    line-height: 18px;
  }

  .skill-set-programs {
    font-size: 23px;
  }

  .djrecon {
    background-color: #000;
    background-position: -1439px -624px;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
  }

  .upper {
    margin-bottom: auto;
    font-size: 16px;
  }

  .upper.title {
    margin-top: 0;
    font-size: 27px;
  }

  .heading-5 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .testimonials-text {
    height: 300px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .testimonial {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .sliedr-1 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .slider-nav {
    display: none;
  }

  .mask {
    height: 100%;
    padding-bottom: 0;
  }

  .container-testimonials {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-link-3 {
    margin-top: 10px;
  }

  .tab-link-3.w--current {
    margin-top: 0;
  }

  .tab-link-2.w--current {
    margin-top: 10px;
  }

  .text-block-2, .text-block-4 {
    font-size: 12px;
  }

  .dark-tittle {
    font-size: 23px;
  }

  .hero---page {
    align-items: flex-end;
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero---page.spark._22 {
    background-image: linear-gradient(to bottom, var(--black), var(--black)), url('../images/Site-Header_1Site-Header.webp');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 140vh;
    line-height: 240%;
  }

  .block-hero---page.virtual {
    padding-left: 0;
    padding-right: 0;
  }

  .block-heading-hero {
    width: 75%;
  }

  .heading-hero {
    width: 100%;
    font-size: 22px;
  }

  .grid-group---b {
    grid-template-columns: 1fr;
  }

  .icon-group {
    margin-bottom: 24px;
  }

  .skillsetbball-hero {
    background-image: linear-gradient(3deg, #000, #0000), url('../images/Dark-Ball-Court-extended_1Dark-Ball-Court-extended.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .background-video {
    min-height: auto;
    display: block;
  }

  .subscribe-popup, .popup-overlay {
    display: none;
  }

  .popup-2 {
    box-shadow: 0 17px 30px #1515158c;
  }

  .popup-info-2 {
    padding: 0 5px 20px;
  }

  .heading-24 {
    margin-top: 5px;
  }

  .subscribe-popup-image {
    width: 100%;
  }

  .popup-3 {
    max-height: 96vh;
  }

  .div-block-9 {
    width: 100%;
    margin-top: 140px;
  }

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

  .div-block-10 {
    width: 250px;
  }

  .image-13.dyift {
    height: 100px;
  }

  .post-overlay {
    padding: 45px 25px 25px;
  }

  .post-title {
    width: 100%;
    font-size: 25px;
    line-height: 32px;
  }

  .post-author-name {
    margin-top: -2px;
    font-size: 14px;
  }

  .post-catergory-link {
    top: 20px;
    left: 25px;
  }

  .post-author-image {
    margin-left: 10px;
  }

  .post-author-blurb {
    font-size: 11px;
    line-height: 15px;
  }

  .post-author-row {
    bottom: 20px;
    left: 25px;
    right: 25px;
  }
}

#w-node-f5413f06-23f5-0779-bb62-4aab1f1ef9b3-1f1ef9a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_64b37749-1726-e96c-22ac-00b823b8e504-7e438dd1, #w-node-f7b639d3-89f9-6218-c3b2-b706fec1f821-7e438dd1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a3dfdcd8-2ee9-2455-9e87-ec6e67c7b9ff-7e438dd1, #w-node-ca04923e-83df-2ad3-5c49-7ae34d457ea9-7e438dd1, #w-node-_455aad15-15d4-c026-1cc5-8a698ba91d19-7e438dd1, #w-node-cc3f63aa-0503-9fe6-e6c3-6958445342a5-7e438dd1, #w-node-_42cdb1e9-a7ec-99f0-0e49-181cf8bcc9cd-7e438dd1, #w-node-cfbc4e60-f7ae-3f0d-24d5-2732da57851b-7e438dd1, #w-node-_6bf4f0d8-c20e-7004-c750-231c4b74a1ed-7e438dd1, #w-node-ce3566d2-2426-51a1-af0d-040ed90cc0d7-7e438dd1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_81554536-16db-72f6-eb4c-4a98469e5f11-7e438dd1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_30f63349-1eb1-c41d-052b-efe8fb908302-7e438dd1, #w-node-_21303420-cca8-65f0-5663-0cf862410599-7e438dd1, #w-node-_7de75dc2-6b97-ece9-9fcf-2737dc5285b3-7e438dd1, #w-node-c3f04161-b230-a8b3-d4aa-5a500f7f7f65-7e438dd1, #w-node-da501b37-7232-873b-24c9-903dea586c87-7e438dd1, #w-node-a53e7bdc-8d6e-b1c4-6d14-3ac2af56b035-7e438dd1, #w-node-f7b639d3-89f9-6218-c3b2-b706fec1f821-7e438dd2, #w-node-a3dfdcd8-2ee9-2455-9e87-ec6e67c7b9ff-7e438dd2, #w-node-ca04923e-83df-2ad3-5c49-7ae34d457ea9-7e438dd2, #w-node-_455aad15-15d4-c026-1cc5-8a698ba91d19-7e438dd2, #w-node-_0aece922-bc84-0e17-70b5-f63f9b51fefd-7e438dd2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f7b639d3-89f9-6218-c3b2-b706fec1f821-7e438dd3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a3dfdcd8-2ee9-2455-9e87-ec6e67c7b9ff-7e438dd3, #w-node-ca04923e-83df-2ad3-5c49-7ae34d457ea9-7e438dd3, #w-node-_455aad15-15d4-c026-1cc5-8a698ba91d19-7e438dd3, #w-node-c9a01749-2abf-1a28-a5a3-8c0fb9be84ec-7e438dd3, #w-node-f7b639d3-89f9-6218-c3b2-b706fec1f821-7e438dd4, #w-node-_29de4b73-22dc-73cb-e3e3-d6ec6a0f2d19-7e438dd4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e96345e4-9263-8edd-fd09-b4ef73ce2a9e-7e438dd4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a3dfdcd8-2ee9-2455-9e87-ec6e67c7b9ff-7e438dd4, #w-node-ca04923e-83df-2ad3-5c49-7ae34d457ea9-7e438dd4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f7b639d3-89f9-6218-c3b2-b706fec1f821-7e438dd5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a3dfdcd8-2ee9-2455-9e87-ec6e67c7b9ff-7e438dd5, #w-node-ca04923e-83df-2ad3-5c49-7ae34d457ea9-7e438dd5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_35c58524-f8ad-e670-4959-ada2acc14478-7e438dd6, #w-node-_88621e35-c54f-688b-b69a-ea7f78ae0310-7e438dd6, #w-node-_9d28f774-690f-c4e2-b031-91f3ae4fabdf-7e438dd6, #w-node-bfc9862c-a99a-8d23-21ed-68081bc90298-7e438dd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f7b639d3-89f9-6218-c3b2-b706fec1f821-7e438dd6, #w-node-_64b37749-1726-e96c-22ac-00b823b8e504-7e438dd6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a3dfdcd8-2ee9-2455-9e87-ec6e67c7b9ff-7e438dd6, #w-node-ca04923e-83df-2ad3-5c49-7ae34d457ea9-7e438dd6, #w-node-_455aad15-15d4-c026-1cc5-8a698ba91d19-7e438dd6, #w-node-cc3f63aa-0503-9fe6-e6c3-6958445342a5-7e438dd6, #w-node-_42cdb1e9-a7ec-99f0-0e49-181cf8bcc9cd-7e438dd6, #w-node-cfbc4e60-f7ae-3f0d-24d5-2732da57851b-7e438dd6, #w-node-_6bf4f0d8-c20e-7004-c750-231c4b74a1ed-7e438dd6, #w-node-ce3566d2-2426-51a1-af0d-040ed90cc0d7-7e438dd6, #w-node-_0f8d4a67-d275-e6a8-d2d7-1eb0a016cf97-7e438dd6, #w-node-f9c77be4-4116-76f2-d461-4ec8fed15fe2-7e438dd6, #w-node-af03d167-587f-112c-24f2-93adb2fda597-7e438dd6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-f5413f06-23f5-0779-bb62-4aab1f1ef9b3-1f1ef9a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_02625e08-81ae-5e7f-a377-71e41ef11aff-7e438dd0, #w-node-_02625e08-81ae-5e7f-a377-71e41ef11b0d-7e438dd0, #w-node-_7ac437f8-0ebc-e588-a3e4-48b37fc7c277-7e438dd0, #w-node-_5746ec0c-d8b4-4fec-5021-58f1ba1c81c3-7e438dd0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6bf4f0d8-c20e-7004-c750-231c4b74a1ed-7e438dd1, #w-node-ce3566d2-2426-51a1-af0d-040ed90cc0d7-7e438dd1, #w-node-f7b639d3-89f9-6218-c3b2-b706fec1f821-7e438dd2, #w-node-a3dfdcd8-2ee9-2455-9e87-ec6e67c7b9ff-7e438dd2, #w-node-ca04923e-83df-2ad3-5c49-7ae34d457ea9-7e438dd2, #w-node-_455aad15-15d4-c026-1cc5-8a698ba91d19-7e438dd2, #w-node-_0aece922-bc84-0e17-70b5-f63f9b51fefd-7e438dd2, #w-node-a3dfdcd8-2ee9-2455-9e87-ec6e67c7b9ff-7e438dd3, #w-node-ca04923e-83df-2ad3-5c49-7ae34d457ea9-7e438dd3, #w-node-_455aad15-15d4-c026-1cc5-8a698ba91d19-7e438dd3, #w-node-c9a01749-2abf-1a28-a5a3-8c0fb9be84ec-7e438dd3, #w-node-f7b639d3-89f9-6218-c3b2-b706fec1f821-7e438dd4, #w-node-a3dfdcd8-2ee9-2455-9e87-ec6e67c7b9ff-7e438dd4, #w-node-ca04923e-83df-2ad3-5c49-7ae34d457ea9-7e438dd4, #w-node-f7b639d3-89f9-6218-c3b2-b706fec1f821-7e438dd5, #w-node-a3dfdcd8-2ee9-2455-9e87-ec6e67c7b9ff-7e438dd5, #w-node-ca04923e-83df-2ad3-5c49-7ae34d457ea9-7e438dd5, #w-node-_6bf4f0d8-c20e-7004-c750-231c4b74a1ed-7e438dd6, #w-node-ce3566d2-2426-51a1-af0d-040ed90cc0d7-7e438dd6, #w-node-_0f8d4a67-d275-e6a8-d2d7-1eb0a016cf97-7e438dd6, #w-node-f9c77be4-4116-76f2-d461-4ec8fed15fe2-7e438dd6, #w-node-af03d167-587f-112c-24f2-93adb2fda597-7e438dd6 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f7b639d3-89f9-6218-c3b2-b706fec1f821-7e438dd1, #w-node-a3dfdcd8-2ee9-2455-9e87-ec6e67c7b9ff-7e438dd1, #w-node-ca04923e-83df-2ad3-5c49-7ae34d457ea9-7e438dd1, #w-node-_455aad15-15d4-c026-1cc5-8a698ba91d19-7e438dd1, #w-node-cc3f63aa-0503-9fe6-e6c3-6958445342a5-7e438dd1, #w-node-_42cdb1e9-a7ec-99f0-0e49-181cf8bcc9cd-7e438dd1, #w-node-cfbc4e60-f7ae-3f0d-24d5-2732da57851b-7e438dd1, #w-node-_30f63349-1eb1-c41d-052b-efe8fb908302-7e438dd1, #w-node-_21303420-cca8-65f0-5663-0cf862410599-7e438dd1, #w-node-_7de75dc2-6b97-ece9-9fcf-2737dc5285b3-7e438dd1, #w-node-c3f04161-b230-a8b3-d4aa-5a500f7f7f65-7e438dd1, #w-node-da501b37-7232-873b-24c9-903dea586c87-7e438dd1, #w-node-a53e7bdc-8d6e-b1c4-6d14-3ac2af56b035-7e438dd1, #w-node-ca04923e-83df-2ad3-5c49-7ae34d457ea9-7e438dd2, #w-node-_455aad15-15d4-c026-1cc5-8a698ba91d19-7e438dd2, #w-node-_0aece922-bc84-0e17-70b5-f63f9b51fefd-7e438dd2, #w-node-ca04923e-83df-2ad3-5c49-7ae34d457ea9-7e438dd4, #w-node-ca04923e-83df-2ad3-5c49-7ae34d457ea9-7e438dd5, #w-node-f7b639d3-89f9-6218-c3b2-b706fec1f821-7e438dd6, #w-node-a3dfdcd8-2ee9-2455-9e87-ec6e67c7b9ff-7e438dd6, #w-node-ca04923e-83df-2ad3-5c49-7ae34d457ea9-7e438dd6, #w-node-_455aad15-15d4-c026-1cc5-8a698ba91d19-7e438dd6, #w-node-cc3f63aa-0503-9fe6-e6c3-6958445342a5-7e438dd6, #w-node-_42cdb1e9-a7ec-99f0-0e49-181cf8bcc9cd-7e438dd6, #w-node-cfbc4e60-f7ae-3f0d-24d5-2732da57851b-7e438dd6 {
    grid-column: span 4 / span 4;
  }
}


