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

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

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

:root {
  --background: #f6f6f6;
  --content-primary: #202020;
  --background-white: white;
  --content-tertiary: #a0a0a0;
  --content-secondary: #4b4b4b;
  --divider: #dfdfdf;
  --primary: #a4c1e1;
}

.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-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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;
}

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--background);
  color: var(--content-primary);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  font-family: Roboto Condensed;
  font-size: 14px;
  line-height: 20px;
}

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

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

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

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

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

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

.section {
  justify-content: center;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.container {
  flex: 1;
  margin-left: 0;
  margin-right: 0;
}

.home-hero {
  justify-content: center;
  padding-top: 88px;
  padding-bottom: 20px;
  display: flex;
}

.h1 {
  text-align: center;
  letter-spacing: -2.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 14vw;
  font-weight: 700;
  line-height: 14vw;
}

.h2 {
  letter-spacing: -.3vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed;
  font-size: 19.3vw;
  font-weight: 900;
  line-height: 15vw;
}

.page-title {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: alga, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}

.h4 {
  letter-spacing: -.2vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed;
  font-size: 6vw;
  font-weight: 900;
  line-height: 5.5vw;
}

.h5 {
  letter-spacing: -.4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.h5.cap-down {
  text-transform: none;
}

.p1 {
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.p1.cap {
  text-transform: uppercase;
}

.p2 {
  letter-spacing: -.64px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.p3 {
  letter-spacing: -.14px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.p3.black-text {
  color: var(--content-primary);
}

.p4 {
  letter-spacing: -.28px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.p4.mt-2 {
  margin-top: 2px;
}

.p4.gray.mt-4 {
  margin-top: 4px;
}

.p5 {
  letter-spacing: -.24px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
}

.p6 {
  letter-spacing: -.24px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.custom-grid {
  grid-column-gap: 8px;
  grid-row-gap: 23px;
  grid-template: "Area . . Area-2" 333px
  / 1fr 1fr 1fr;
  grid-auto-rows: 333px;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: visible;
}

.custom-grid.photoshot-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.custom-grid.gallery-01-inner {
  grid-column-gap: 8px;
}

.custom-grid.shop-grid {
  margin-top: 48px;
}

.custom-grid.nav-inner {
  flex: 1;
  width: 100%;
}

.hero-short-text-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.home-hero-bottom {
  margin-top: 72px;
}

.photo-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.photo-box.blank {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 110%;
}

.img.speed {
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-box {
  aspect-ratio: 3 / 2;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}

.img-box:where(.w-variant-5d400894-58e8-2e0f-10d3-2e89d4e9442c) {
  aspect-ratio: 2 / 2.68;
}

.img-box:where(.w-variant-c41ee88c-9645-36f9-5b60-6940202c70c2) {
  aspect-ratio: 1 / 1.2;
}

.navbar {
  z-index: 5;
  width: 100%;
  color: var(--background-white);
  background-color: #0000;
  flex: 1;
  justify-content: center;
  padding: 12px;
  display: flex;
  position: fixed;
}

.menu-icon {
  width: 20px;
  height: 20px;
  color: var(--background-white);
}

.menu-button {
  padding: 0;
}

.menu-button.w--open {
  color: var(--content-primary);
  background-color: #c8c8c800;
}

.menu-button._01 {
  cursor: pointer;
  width: 56px;
  height: 56px;
}

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

.navbar-wrapper.custom-grid {
  grid-column-gap: 8px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-inner.grid {
  grid-column-gap: 8px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 32px;
  padding: 12px;
  display: grid;
}

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.navbar-brand._02 {
  color: var(--content-primary);
}

.container-regular {
  flex: 1;
  width: 100%;
}

.nav-link {
  color: var(--content-tertiary);
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .5s;
}

.nav-link:hover {
  color: var(--content-primary);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #ff8a0a;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.list-item {
  flex: none;
  margin-right: 8px;
  list-style-type: none;
}

.menu-icon-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.nav-wrap {
  z-index: 1;
  mix-blend-mode: difference;
  justify-content: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.black-link {
  color: var(--content-primary);
  text-decoration: none;
}

.black-link.mail {
  position: relative;
}

.brand-link {
  width: 100%;
  color: var(--content-primary);
  text-align: left;
  margin-top: 140px;
  text-decoration: none;
}

.ruler-img-box {
  width: 100%;
  margin-top: 88px;
}

.footer {
  justify-content: center;
  width: 100%;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  display: block;
  overflow: hidden;
}

.footer-social {
  margin-top: 8px;
}

.about-hero-bottom {
  margin-top: 48px;
}

.about-hero-inner {
  margin-top: 40px;
}

.home-hero-inner {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.about-img-box {
  aspect-ratio: 1.76 / 2;
  position: relative;
  overflow: hidden;
}

.about-text-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.client-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.photoshot-gallery {
  margin-top: 64px;
}

.lighbox-gallery {
  position: relative;
  overflow: hidden;
}

.lighbox-gallery._368 {
  min-height: 368px;
}

.lighbox-gallery.max-420 {
  aspect-ratio: 1.36 / 2;
}

.lighbox-gallery.max-340 {
  aspect-ratio: 1.7 / 2;
}

.lighbox-gallery.max-347 {
  aspect-ratio: 1.66 / 2;
}

.lighbox-gallery.max-200 {
  aspect-ratio: 1.46;
}

.related-gallery {
  margin-top: 48px;
}

.gray {
  color: var(--content-tertiary);
}

.hero-short-text-inner {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-social-wrapper {
  margin-top: 48px;
}

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

.photo-link {
  width: 100%;
  height: 100%;
  color: var(--content-primary);
  cursor: none;
  text-decoration: none;
  position: relative;
}

.about-bottom {
  margin-top: 56px;
}

.shop-card-link {
  width: 100%;
  color: var(--content-primary);
  text-decoration: none;
  position: relative;
}

.shop-card-img-box {
  height: 31vw;
  position: relative;
  overflow: hidden;
}

.shop-card-img-box._02 {
  height: 60vw;
}

.shop-card-img-box._04 {
  height: 66vw;
}

.shop-card-img-box._03 {
  height: 51vw;
}

.shop-card-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.shop-card-left {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.add-to-cart-button {
  color: var(--content-primary);
  text-transform: uppercase;
  background-color: #3898ec00;
  padding: 0;
  font-family: Sora;
  font-weight: 600;
  text-decoration: underline;
}

.perosnal-hero {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.gallery-01 {
  margin-top: 48px;
}

.typography-wrap-bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: none;
}

.typography-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  display: grid;
}

.title {
  margin-top: 16px;
  margin-bottom: 12px;
}

.link {
  color: var(--content-primary);
  text-transform: uppercase;
  font-family: Sora;
  font-weight: 600;
  text-decoration: underline;
}

.link.no-underline {
  text-decoration: none;
}

.journal-single-titile {
  max-width: 70%;
  margin-top: 24px;
}

.journal-single-img-wrap {
  aspect-ratio: 16 / 9;
  width: 100%;
  margin-top: 48px;
  position: relative;
  overflow: hidden;
}

.journal-details-wrap {
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.details-list-wrap {
  width: 25%;
  position: sticky;
  top: 100px;
}

.details-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.details-link {
  color: var(--content-tertiary);
  text-decoration: none;
}

.details-link.w--current {
  color: var(--content-primary);
}

.journal-details {
  flex: 1;
}

.journal-details-section {
  padding-top: 80px;
}

.journal-rich-text {
  color: var(--content-secondary);
  margin-top: 40px;
  margin-bottom: 20px;
}

.share-link-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 64px;
  display: flex;
}

.share-link {
  color: var(--content-primary);
}

.share-link.p6 {
  text-transform: uppercase;
}

.share-link-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.journal-link {
  width: 100%;
  color: var(--content-primary);
  text-decoration: none;
}

.journal-img-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.journal-img-wrap._02 {
  aspect-ratio: 1.31;
}

.journal-img-wrap._03 {
  aspect-ratio: 1.52 / 2;
}

.journal-img-wrap._01 {
  aspect-ratio: 1.92 / 2;
}

.journal-card-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.nav-text-wrap {
  text-align: left;
  padding-left: 12px;
}

.rule-line-wrap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.rule-line-wrap.text {
  margin-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
}

.rule-line {
  background-color: var(--content-primary);
  width: 1px;
  height: 24px;
}

.rule-line._02 {
  background-color: var(--content-tertiary);
  height: 12px;
}

.rule-line-inner {
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.border-wrap {
  z-index: -1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.border-box {
  border-right: 1px dashed var(--divider);
  border-left: 1px dashed var(--divider);
  flex: 1;
  height: 100%;
}

.page-wrapper {
  background-image: url('../images/Background_Homepage.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.p1-pricing {
  letter-spacing: -.32px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: HelveticaNeue, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.white-btn {
  background-color: var(--background-white);
  filter: drop-shadow(0 1px 2px #20202033) drop-shadow(0 4px 4px #2020202b) drop-shadow(0 9px 6px #2020201a) drop-shadow(0 17px 7px #20202008);
  color: var(--content-primary);
  text-transform: uppercase;
  background-image: linear-gradient(#20202000, #2020200d);
  border-radius: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: HelveticaNeue, Arial, sans-serif;
  font-weight: 700;
}

.cart-button {
  background-color: var(--content-primary);
  color: var(--background-white);
  border-radius: 4px;
  padding: 10px 12px;
  overflow: hidden;
}

.cart-quantity {
  background-color: var(--background-white);
  min-width: auto;
  color: var(--content-primary);
  letter-spacing: -.64px;
  margin-left: 0;
  margin-right: 0;
  font-family: Sora;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.collection-item, .collection-list {
  height: 100%;
}

.licenses-list {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  margin-top: 80px;
  display: flex;
}

.licenses-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.max-880 {
  max-width: 880px;
}

.licenses-card-top {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

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

.licenses-link {
  color: var(--content-primary);
}

.max-700 {
  max-width: 700px;
}

.typography-outer, .color-outer {
  margin-top: 112px;
}

.color-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  margin-top: 48px;
  display: flex;
}

.color-card {
  width: 209px;
  height: 190px;
  color: var(--background);
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 12px;
  display: flex;
  position: relative;
}

.color-card.primary {
  background-color: var(--content-primary);
}

.color-card.secondary {
  background-color: var(--content-secondary);
}

.color-card.tertiary {
  background-color: var(--content-tertiary);
}

.color-card.divider {
  background-color: var(--divider);
  color: var(--content-primary);
}

.color-card.background {
  border: 1px solid var(--content-secondary);
  background-color: var(--background);
  color: var(--content-primary);
}

.text-field {
  border-style: none;
  border-width: 1px;
  border-color: black black var(--divider);
  height: 48px;
  color: var(--content-primary);
  background-color: #fff0;
}

.submit-button {
  background-color: var(--content-primary);
  width: 100%;
  color: var(--background);
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all .2s;
}

.submit-button:hover {
  background-color: #202020d9;
}

.error-inner {
  flex: 1;
  max-width: 660px;
}

.button-center {
  justify-content: center;
  margin-top: 64px;
  display: flex;
}

.button {
  background-color: var(--content-primary);
  text-align: center;
  flex: 1;
  width: 100%;
  max-width: 404px;
  padding: 12px 24px;
}

.button.p4 {
  background-color: var(--primary);
  font-family: neue-haas-grotesk-text, sans-serif;
}

.nav-right {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.overlay-box {
  z-index: 99;
  pointer-events: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
}

.overlay-icon {
  aspect-ratio: 1;
  width: 48px;
}

.nav-page-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
  position: absolute;
  inset: auto 12px 12px auto;
}

.close-button {
  width: 20px;
  height: 20px;
}

.cart-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.nav-contact {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text {
  color: #202020;
  letter-spacing: -.04em;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.cart-quantity-2 {
  border-style: none;
  width: 34px;
  height: auto;
  margin-bottom: 0;
  padding: 0;
}

.cart-quantity-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.cart-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-right: 4px;
}

.cart-img {
  width: 80px;
  height: 56px;
}

.cart-item {
  align-items: flex-start;
}

.empty-cart-text-wrap {
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 321px;
  text-decoration: none;
  display: flex;
}

.shopping-cart-line {
  overflow: hidden;
}

.empty-cart-text-inner {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.shop-single-img-box {
  aspect-ratio: 1.46;
}

.name-price {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 32px;
  display: flex;
}

.shop-details {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.none {
  height: auto;
}

.extra-nav {
  z-index: 100;
  background-color: #fff;
  flex-flow: column;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(0, -103%);
}

.number-box {
  text-align: center;
  width: 24px;
}

.multiple-licenses {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.cart-wrap {
  z-index: 1;
  position: fixed;
  inset: auto 12px 12px auto;
}

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

.cart-container {
  background-color: #fff;
}

.cart-wrapper {
  z-index: 1004;
}

.mikis-text {
  width: 44vw;
}

.code-embed {
  aspect-ratio: 1;
  width: 32px;
  height: 32px;
}

.copy-text-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gabeimage {
  object-fit: cover;
  height: 100%;
  overflow: clip;
}

.text-block {
  text-align: center;
  padding-left: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.heading {
  object-fit: fill;
  padding-left: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
}

.text-block-2 {
  padding-top: 0;
  padding-left: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.container-2 {
  padding-right: 0;
}

.text-block-3 {
  z-index: 10;
  text-align: center;
  margin-bottom: 20px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.section-2 {
  padding-top: 40px;
}

.button-2 {
  box-sizing: content-box;
  clear: none;
  aspect-ratio: auto;
  background-color: var(--primary);
  text-align: center;
  -webkit-text-stroke-color: var(--content-primary);
  vertical-align: top;
  object-fit: cover;
  width: 101%;
  min-width: 0;
  margin-top: 10px;
  margin-left: -5px;
  margin-right: 346px;
  padding-right: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  display: block;
  position: static;
  inset: 0%;
  overflow: clip;
}

.student_first_name {
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 21px;
  font-weight: 800;
}

.student_first_name.grid {
  color: #000;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 95%;
}

.meet_student_hover {
  opacity: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.student_grid_image_fun {
  z-index: 10;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.student_grid_image_fun:hover {
  opacity: 1;
}

.student_last_name {
  font-weight: 300;
}

.student_last_name.grid {
  opacity: 1;
  text-decoration: none;
}

.meet_student_div {
  padding-right: 0;
  position: static;
  inset: 0% 0% auto;
}

.student_grid_image {
  float: none;
  clear: none;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.student_grid_image:hover {
  opacity: 1;
}

.meet_student_link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 202px;
  display: block;
  position: static;
}

.section-text {
  margin: 0;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 400px;
}

.image, .image-copy {
  z-index: 1;
  position: relative;
}

.div-block {
  position: relative;
  overflow: clip;
}

.image-2 {
  opacity: 0;
  position: absolute;
  left: -4.516px;
}

.div-block-2 {
  z-index: 1;
  position: relative;
}

.image-3 {
  opacity: 1;
  position: absolute;
}

.div-block-3 {
  height: 0;
}

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

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

.section-copy-test {
  justify-content: center;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.collection-item-2 {
  display: flex;
  overflow: hidden;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area" 1fr
                 "." 1fr
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.designer-image-wrapper {
  width: 100%;
  height: 300px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.image-4 {
  position: absolute;
}

.hover-photo {
  opacity: 0;
  position: absolute;
}

.plain-bg {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.plain-bg.is-hidden {
  z-index: auto;
  object-fit: cover;
  position: absolute;
  inset: 0% 0 0 0%;
  overflow: hidden;
}

.hover-bg {
  z-index: auto;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.hover-bg:hover {
  opacity: 100;
}

.image-5 {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: auto;
}

.home-body {
  background-color: var(--background);
  background-image: url('../images/Background_Homepage.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.image-6 {
  object-fit: contain;
  max-width: none;
  height: auto;
}

.fun-class {
  flex-flow: row;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.image-7, .image-8, .image-9, .image-10 {
  height: 150px;
}

.section-3 {
  -webkit-text-stroke-color: var(--primary);
  background-color: #a4c1e1;
  border-radius: 0;
}

.image-11 {
  position: relative;
  overflow: clip;
}

.body_text {
  color: #000;
  align-items: stretch;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
  display: block;
}

.body_text.bio {
  max-width: none;
  margin-bottom: 2em;
  padding-right: 6vw;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.student_section {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 140px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.image-12 {
  width: 1.5em;
  margin-right: 1em;
  padding-bottom: 5px;
}

.link-2 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .4s;
  display: inline-block;
}

.link-2:hover {
  color: #ee2a54;
}

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

.individual_name {
  color: #000;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: .5em;
  font-family: alga, sans-serif;
  font-size: 4em;
  font-weight: 800;
}

.text-span-3 {
  font-weight: 500;
}

.individual_bio_grid {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6vw;
  padding-right: 6vw;
}

.camera {
  align-items: stretch;
  height: 100vh;
  padding-top: 21vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.camera.mobile_stack {
  width: auto;
  position: sticky;
  overflow: hidden;
}

.frame {
  flex: none;
  height: 100%;
  display: flex;
  overflow: visible;
}

.frame.mobile_stack {
  overflow: hidden;
}

.individual_project_lightbox {
  flex: 0 auto;
  width: auto;
  max-width: none;
  height: 30vw;
  padding-left: 16px;
  display: block;
}

.individual_project_image {
  object-fit: contain;
  max-width: none;
  height: 30vw;
  max-height: none;
  overflow: visible;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-left: 0;
  inset: 0;
}

.button-3 {
  margin-left: auto;
  margin-right: auto;
}

.collection-list-wrapper-2 {
  background-color: #f6f6f600;
}

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

.subhead {
  font-size: 15px;
}

.info-location {
  padding-top: 1%;
}

.headline {
  align-items: baseline;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  display: flex;
}

.dates {
  justify-content: space-between;
  margin-top: 28px;
  display: flex;
}

.div-block-85 {
  flex-flow: column;
  justify-content: space-between;
  width: 30%;
  display: flex;
}

.info-dates {
  font-family: neue-haas-grotesk-display, sans-serif;
}

.title1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.body-style {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0%;
  font-family: neue-haas-grotesk-display, sans-serif;
  display: flex;
}

.body-style.dates {
  margin-top: 18%;
}

.body-style.dates.top {
  margin-top: 0%;
}

.body-style.sjsu {
  margin-top: -2%;
  padding-top: 1%;
}

.div-block-86 {
  flex-flow: column;
  justify-content: space-between;
  width: 43%;
  display: flex;
}

.info-header {
  font-family: neue-haas-grotesk-display, sans-serif;
}

.div-block-82 {
  width: 10%;
}

.div-block-54 {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-83 {
  width: 60%;
}

.div-block-84 {
  width: 90%;
}

.dates-col1 {
  padding-top: 0;
}

.info {
  flex-flow: column;
  width: 394px;
  display: flex;
}

.div-block-87 {
  width: 32%;
}

.dates-col2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.image-13 {
  overflow: clip;
}

.body-2 {
  background-image: url('../images/Background_2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  padding-top: 11px;
  padding-right: 50%;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
}

.text-block-4, .text-block-5 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.image-14 {
  overflow: hidden;
}

.collection-list-3 {
  flex-flow: column;
  display: flex;
}

.thumb-frame {
  height: 150px;
  overflow: hidden;
}

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

.student-name {
  color: var(--background-white);
  padding-top: 88px;
  padding-bottom: 12px;
  padding-left: 26px;
  font-family: alga, sans-serif;
  position: absolute;
  inset: 0;
}

.div-block-88 {
  opacity: 1;
  background-color: #3d3d3d;
}

.div-block-89 {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(#fff 51%, #0000 73%);
  border-radius: 0;
  min-width: 800px;
  max-width: none;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-90 {
  margin-left: 30px;
  margin-right: 30px;
  padding: 20px 51px;
}

.div-block-91 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

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

.logo {
  width: 12%;
}

.nav-btns-wrapper {
  box-sizing: border-box;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  display: flex;
}

.navbar-btns-txt {
  color: #000;
  text-decoration: none;
}

.image-16 {
  width: 150%;
  height: 150%;
}

.image-17 {
  position: relative;
}

.nav-link-2, .nav-link-3, .nav-link-4 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 700;
}

.navbar-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffff80;
  width: 100%;
  height: 60px;
  display: flex;
  position: fixed;
  top: 0;
}

.nav-menu-2 {
  padding-left: 0;
  display: block;
}

.container-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-18 {
  height: 60px;
}

.tab-link-student-work {
  background-color: #ddd0;
  font-family: Varela, sans-serif;
}

.tab-link-student-work.w--current {
  background-color: #fff0;
  background-image: url('../images/ButtonHighlight_1ButtonHighlight.png');
  background-position: 0 0;
  background-size: auto;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 700;
}

.tab-link-student-work.w--current:active {
  background-image: url('../images/ButtonHighlight_1ButtonHighlight.png');
  background-position: 0 0;
  background-size: auto;
}

.tab-link-group-work {
  background-color: #ddd0;
}

.tab-link-group-work:active {
  background-image: url('../images/ButtonHighlight_1ButtonHighlight.png');
  background-position: 0 0;
  background-size: auto;
}

.tab-link-group-work.w--current {
  background-color: #ddd0;
  background-image: url('../images/ButtonHighlight_1ButtonHighlight.png');
  background-position: 0 0;
  background-size: auto;
}

.collection-list-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.work-thumb {
  width: 100%;
  height: 120px;
  position: relative;
  overflow: hidden;
}

.collection-list-wrapper-3 {
  padding-top: 10px;
}

.image-19 {
  display: block;
}

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

.overlay {
  z-index: 1;
  opacity: 0;
  background-color: #636871;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.overlay:hover {
  opacity: 100;
}

.student-name {
  z-index: 2;
  opacity: 0;
  padding-top: 46px;
  font-size: 45px;
  position: absolute;
}

.link-block {
  width: 100%;
  display: block;
}

.grid-4 {
  grid-template: ". Area" 3.75fr
  / 1fr 1fr;
  margin-top: 100px;
}

.heading-2 {
  font-family: alga, sans-serif;
}

.heading-3 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}

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

.lightbox-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
  overflow: auto;
}

.rich-text-block {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
}

.thesis-section {
  margin-top: 60px;
}

.link-block-2 {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.custom-cursor {
  z-index: 9999;
  opacity: 0;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: fixed;
}

.text-block-6 {
  color: var(--background-white);
}

.button-4 {
  vertical-align: middle;
  background-color: #8a9db1;
  font-family: neue-haas-grotesk-text, sans-serif;
}

.intro_box {
  text-align: center;
  padding-top: 12px;
}

.body-3 {
  background-image: url('../images/Background_2.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.nav_container {
  justify-content: space-between;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.footer_container {
  padding-left: 10px;
  padding-right: 0;
}

.footer_row {
  justify-content: space-between;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.link-3 {
  color: var(--content-primary);
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.footer_links {
  justify-content: space-between;
  display: flex;
}

.text-block-7 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 10px;
}

.intro_video {
  height: 80vh;
  margin-top: 60px;
  position: relative;
}

.grid-5 {
  grid-column-gap: 32px;
  grid-row-gap: 59px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.image-20 {
  text-overflow: clip;
  object-fit: contain;
}

.button-5 {
  background-color: #abc0dc;
  align-self: center;
  font-family: neue-haas-grotesk-text, sans-serif;
}

.div-block-92 {
  justify-content: space-between;
  width: 50%;
  margin-top: 42px;
  margin-bottom: 15px;
  display: flex;
}

.personal_links_box {
  margin-top: 22px;
  margin-bottom: 13px;
  padding-right: 0;
  display: flex;
}

.button-6 {
  background-color: #8a9db1;
  margin-right: 22px;
  font-family: neue-haas-grotesk-text, sans-serif;
}

.collection-list-5 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: flex;
  overflow: scroll;
}

.image-21 {
  width: 400px;
  height: 420px;
}

.body-4 {
  background-image: url('../images/Background_2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.thesis-thumb {
  width: 100%;
  height: 120px;
  position: relative;
  overflow: hidden;
}

.heading-4 {
  color: var(--content-primary);
  font-family: alga, sans-serif;
  text-decoration: none;
}

.collection-list-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-3 {
  width: 100%;
  height: 120px;
  position: relative;
  overflow: hidden;
}

.thesis_overlay {
  z-index: 1;
  opacity: 0;
  background-color: #636871;
  position: absolute;
  inset: 0;
}

.thesis_title {
  z-index: 2;
  opacity: 0;
  color: var(--background);
  font-family: alga, sans-serif;
  font-size: 35px;
  position: absolute;
  bottom: 12px;
  left: 16px;
  right: 16px;
}

.body-5 {
  background-image: url('../images/Background_1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-5 {
  margin-top: auto;
}

.section-4 {
  margin-top: 99px;
}

.image-22 {
  height: 360px;
  margin-bottom: 20px;
}

.rich-text-block-2 {
  margin-top: 10px;
  padding-right: 50%;
  font-family: neue-haas-grotesk-display, sans-serif;
}

.text-block-8 {
  color: var(--content-secondary);
  text-align: center;
  margin-top: 21px;
  font-family: alga, sans-serif;
  font-size: 20px;
  line-height: 15px;
}

.image-23 {
  height: 100%;
}

.link-block-4 {
  width: 100%;
  height: 320px;
}

.tabs {
  background-color: #0000;
}

.intro-text {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.group-work-thumb {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  position: static;
  overflow: hidden;
}

.link-block-5 {
  width: 100%;
}

.group-name {
  z-index: 2;
  opacity: 0;
  color: var(--background-white);
  margin-top: 232px;
  margin-bottom: 0;
  padding-left: 26px;
  font-family: alga, sans-serif;
  font-size: 40px;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: absolute;
  inset: 0;
}

.body-6 {
  background-image: url('../images/Background_2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.group-intro {
  grid-template-rows: auto;
  margin-top: 0;
  padding-top: 40px;
}

.div-block-95 {
  width: 100%;
  height: 300px;
}

.heading-7 {
  margin-bottom: 15px;
  font-family: alga, sans-serif;
  font-size: 50px;
}

.featured-group_thumb {
  width: 100%;
  height: 300px;
}

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

.heading-8 {
  margin-top: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.heading-9 {
  margin-top: 40px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
}

.rich-text-block-3 {
  font-family: neue-haas-grotesk-display, sans-serif;
}

.heading-10 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
}

.collection-list-7 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-link-2 {
  width: 100%;
  height: 350px;
}

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

.background-video-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

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

.desginer-image-wrapper {
  width: 100%;
  height: 300px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.student-card-link {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.designer-profile-portrait {
  overflow: visible;
}

.designer-profile-name {
  margin-bottom: 5px;
  font-family: alga, sans-serif;
}

.paragraph-2 {
  font-family: neue-haas-grotesk-display, sans-serif;
}

.featured-works-title {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.designer-profile-fw {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fw-heading {
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.fw-caption {
  margin-top: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
}

.link-block-6 {
  width: 100%;
  height: 100%;
}

.profile-thesis-thumb {
  height: 120px;
}

.banner-link {
  width: 100%;
  height: 120px;
  display: block;
  position: relative;
  overflow: hidden;
}

.student-work-thumb {
  display: block;
}

.gradient-overlay {
  background-image: linear-gradient(90deg, #2d2d2d 10%, #fff0 60%);
  position: absolute;
  inset: 0;
}

.student-banner-name {
  z-index: 3;
  outline-color: var(--background-white);
  outline-offset: 0px;
  color: var(--background-white);
  outline-width: 3px;
  outline-style: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: alga, sans-serif;
  font-size: 35px;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: absolute;
  inset: 60px 0 0 32px;
}

.student-work-banner-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.group-work-banner-link {
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
  overflow: hidden;
}

.group-work-banner-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.group-work-overlay {
  opacity: 0;
  background-image: linear-gradient(90deg, #2d2d2d, #fff0);
  position: absolute;
  inset: 0;
}

.group-work-title {
  z-index: 4;
  opacity: 0;
  color: var(--background-white);
  font-family: alga, sans-serif;
  font-size: 35px;
  position: absolute;
  inset: 200px 0 0 32px;
}

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

.thesis-card {
  width: 100%;
  height: 120px;
  position: relative;
  overflow: hidden;
}

.thesis-image-thumb {
  height: 120px;
}

.thesis-overlay {
  opacity: 0;
  background-image: linear-gradient(90deg, #2d2d2d 45%, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.thesis-title {
  z-index: 2;
  opacity: 0;
  color: var(--background-white);
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: alga, sans-serif;
  font-size: 35px;
  display: flex;
  position: absolute;
  inset: 10px 20px 0;
}

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

.group-featured-image {
  height: 300px;
}

.group-project-title {
  margin-bottom: 15px;
  font-family: alga, sans-serif;
  font-size: 50px;
  line-height: 54px;
}

.group-intro-text {
  padding-right: 0;
}

.group-project-subtitle {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.group-members {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
}

.text-block-9 {
  font-family: neue-haas-grotesk-display, sans-serif;
}

.group-featured-images {
  margin-top: 40px;
}

.text-block-10 {
  padding-bottom: 10px;
  font-family: neue-haas-grotesk-text, sans-serif;
}

.group-featured-images-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 10px;
}

.group-featured-images-lb {
  width: 100%;
  height: 250px;
}

.group-project-description {
  padding-top: 20px;
}

.group-container {
  max-width: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-96 {
  display: block;
}

.thesis-hero {
  margin-top: 60px;
  display: block;
}

.thesis-hero-wrap {
  width: 100%;
  height: 500px;
}

.thesis-body {
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.thesis-header {
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
}

.thesis-intro-statement {
  grid-template-rows: auto;
}

.thesis-card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: alga, sans-serif;
}

.thesis-type {
  margin-top: 5px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
}

.thesis-intro-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.thesis-student-name {
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
}

.thesis-student-advisors {
  margin-top: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
}

.thesis-intro-text {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 16px;
}

.thesis-featured-images {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 10px;
}

.lightbox-link-3 {
  width: 100%;
  max-width: 100%;
  position: static;
  overflow: hidden;
}

.designer-profile-fw-5grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.thesis-featured-images-4image {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 10px;
}

.thesis-featured-images-3images {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
}

.button-6-copy {
  text-align: center;
  background-color: #8a9db1;
  margin-top: 20px;
  margin-right: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
}

.div-block-97 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-98 {
  padding-top: 20px;
}

.thesis-featured-images-2images {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 10px;
}

.thesis-hero-wrap-copy {
  width: 100%;
  height: 500px;
}

@media screen and (min-width: 1920px) {
  .group-work-title {
    font-size: 40px;
  }

  .group-members {
    font-size: 17px;
    line-height: 21px;
  }

  .text-block-9 {
    line-height: 18px;
  }
}

@media screen and (max-width: 991px) {
  img {
    position: relative;
    overflow: clip;
  }

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

  .home-hero {
    padding-top: 60px;
    padding-bottom: 48px;
  }

  .h2 {
    font-size: 19vw;
  }

  .page-title {
    letter-spacing: -1.44px;
    font-size: 35px;
    line-height: 39px;
  }

  .h5 {
    letter-spacing: -.36px;
    font-size: 36px;
  }

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

  .custom-grid.shop-grid {
    margin-top: 40px;
  }

  .custom-grid.nav-inner {
    grid-column-gap: 8px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .home-hero-bottom {
    margin-top: 60px;
  }

  .navbar {
    overflow: visible;
  }

  .menu-icon {
    display: block;
  }

  .menu-button._01 {
    width: 50px;
    height: 50px;
  }

  .navbar-wrapper {
    overflow: visible;
  }

  .nav-inner {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    order: -1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: flex-start center;
    margin: 0 0 60px;
    padding-left: 12px;
    display: flex;
  }

  .nav-link {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .list-item {
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .menu-icon-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .brand-link, .ruler-img-box {
    margin-top: 60px;
  }

  .footer {
    padding-top: 30px;
  }

  .about-hero-bottom {
    margin-top: 0;
  }

  .about-text-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .photoshot-gallery {
    margin-top: 48px;
  }

  .lighbox-gallery._368 {
    min-height: 280px;
  }

  .related-gallery, .footer-social-wrapper {
    margin-top: 40px;
  }

  .mail-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: flex-start;
  }

  .about-bottom, .gallery-01 {
    margin-top: 40px;
  }

  .journal-details-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .details-list-wrap {
    width: auto;
    position: static;
  }

  .journal-details-section {
    padding-top: 60px;
  }

  .share-link-wrap {
    margin-top: 60px;
  }

  .nav-text-wrap {
    text-align: left;
    order: 1;
    align-self: flex-start;
    width: 100%;
  }

  .border-box {
    border-left-style: none;
    border-right-style: none;
  }

  .border-box.first {
    border-left-style: dashed;
  }

  .border-box.last {
    border-right-style: dashed;
  }

  .page-wrapper {
    background-image: url('../images/Background_Homepage.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .licenses-list {
    margin-top: 60px;
  }

  .typography-outer, .color-outer {
    margin-top: 100px;
  }

  .button-center {
    margin-top: 60px;
  }

  .copy-text-wrap {
    justify-content: flex-start;
  }

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

  .text-block-3 {
    font-size: 18px;
    font-weight: 500;
  }

  .student_first_name.grid {
    font-size: 1.25em;
  }

  .student_grid_image_fun {
    display: inline-block;
  }

  .student_grid_image {
    display: block;
  }

  .section-text {
    padding-right: 220px;
  }

  .div-block-2 {
    position: relative;
  }

  .section-copy-test {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .designer-image-wrapper {
    height: 150px;
  }

  .home-body {
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: auto;
  }

  .div-block-4 {
    display: flex;
  }

  .body_text {
    font-size: 1em;
  }

  .body_text.bio {
    padding-right: 0;
  }

  .student_section {
    padding-bottom: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .individual_name {
    font-size: 3em;
  }

  .camera.mobile_stack {
    width: auto;
    height: auto;
    padding-top: 10vh;
    display: block;
    overflow: visible;
  }

  .frame.mobile_stack {
    flex-direction: column;
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

  .individual_project_lightbox, .individual_project_lightbox.mobile_stack {
    height: auto;
    padding-left: 0;
  }

  .individual_project_image {
    width: 100%;
    height: auto;
    padding-bottom: 16px;
  }

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

  .paragraph {
    padding-right: 25%;
    font-size: 12px;
    line-height: 15px;
  }

  .thumb-frame {
    position: relative;
  }

  .student-name {
    opacity: 0;
    color: var(--background-white);
    padding-top: 90px;
    padding-bottom: 0;
    padding-left: 23px;
    font-family: alga, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
  }

  .student-name:hover {
    opacity: 100;
  }

  .div-block-88 {
    opacity: 0;
    background-color: #0000008c;
    position: absolute;
    inset: 0;
  }

  .div-block-88:hover {
    opacity: 1;
  }

  .navbar-2 {
    display: block;
  }

  .image-18 {
    padding-left: 0;
  }

  .tab-link-student-work.w--current {
    background-image: url('../images/ButtonHighlight_1ButtonHighlight.png');
    background-position: 0 0;
    background-size: auto;
  }

  .overlay {
    background-color: #000;
  }

  .student-name {
    z-index: 2;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    transition: opacity .2s;
    inset: 60px 16px 12px;
  }

  .grid-4 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: start;
    display: flex;
  }

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

  .footer_container {
    padding-right: 10px;
  }

  .intro_video {
    height: 70vh;
    margin-top: 0;
    padding-top: 60px;
  }

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

  .collection-list-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .thesis_title {
    opacity: 0;
    color: var(--background);
    font-size: 35px;
    bottom: 6px;
  }

  .intro-text {
    margin-left: auto;
    margin-right: auto;
  }

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

  .collection-list-7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .image-24 {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .home-hero {
    padding-top: 40px;
    padding-bottom: 28px;
  }

  .h2 {
    font-size: 18.5vw;
  }

  .page-title {
    letter-spacing: -.64px;
  }

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

  .p1 {
    letter-spacing: -.18px;
    font-size: 24px;
    line-height: 32px;
  }

  .p2 {
    letter-spacing: -.56px;
    font-size: 14px;
    line-height: 20px;
  }

  .p3 {
    letter-spacing: -.12px;
    font-size: 12px;
    line-height: 16px;
  }

  .p4 {
    letter-spacing: -.24px;
    font-size: 12px;
    line-height: 20px;
  }

  .p5 {
    letter-spacing: -.22px;
    font-size: 11px;
  }

  .custom-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .custom-grid.gallery-01-inner {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .custom-grid.shop-grid {
    margin-top: 32px;
  }

  .custom-grid.nav-inner {
    padding-top: 32px;
  }

  .home-hero-bottom {
    margin-top: 40px;
  }

  .photo-box.blank {
    display: none;
  }

  .menu-button._01 {
    width: 40px;
    height: 40px;
  }

  .nav-inner.grid {
    margin-bottom: 0;
  }

  .nav-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .navbar-brand {
    padding-left: 0;
  }

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

  .blank {
    display: none;
  }

  .brand-link, .ruler-img-box {
    margin-top: 40px;
  }

  .footer {
    padding-top: 28px;
  }

  .about-hero-bottom {
    margin-top: 32px;
  }

  .about-text-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .photoshot-gallery {
    margin-top: 40px;
  }

  .lighbox-gallery._368 {
    max-height: 500px;
  }

  .lighbox-gallery.big {
    max-height: 600px;
  }

  .related-gallery {
    margin-top: 32px;
  }

  .mail-box {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .shop-card-img-box {
    height: auto;
  }

  .shop-card-img-box._02 {
    aspect-ratio: 1;
    height: auto;
  }

  .shop-card-img-box._04, .shop-card-img-box._03 {
    aspect-ratio: 2 / 3;
    height: auto;
  }

  .shop-card-img-box._01 {
    aspect-ratio: 2 / 3;
  }

  .shop-card-img-box.landscape {
    aspect-ratio: 3 / 2;
  }

  .perosnal-hero {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .gallery-01 {
    margin-top: 32px;
  }

  .typography-wrap-bottom {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .journal-details-section {
    padding-top: 40px;
  }

  .journal-rich-text {
    margin-top: 32px;
    margin-bottom: 10px;
  }

  .share-link-wrap {
    margin-top: 40px;
  }

  .rule-line-wrap, .rule-line-inner {
    display: none;
  }

  .border-box {
    border-left-style: none;
    border-right-style: none;
  }

  .border-box.first {
    border-left-style: dashed;
  }

  .border-box.last {
    border-right-style: dashed;
  }

  .p1-pricing {
    letter-spacing: -.18px;
    font-size: 18px;
    line-height: 26px;
  }

  .licenses-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .typography-outer, .color-outer {
    margin-top: 80px;
  }

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

  .color-card {
    width: auto;
  }

  .button-center {
    margin-top: 40px;
  }

  .nav-page-list {
    display: none;
  }

  .nav-page-list._02 {
    margin-top: 20px;
    padding-bottom: 12px;
    padding-left: 12px;
    display: flex;
    position: static;
  }

  .text-block {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-3 {
    margin-bottom: 0;
    font-size: 15px;
  }

  .student_first_name.grid {
    font-size: 1.25em;
  }

  .section-copy-test {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .designer-image-wrapper {
    height: 150px;
  }

  .plain-bg, .hover-bg {
    height: 50%;
  }

  .student_section {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .camera.mobile_stack {
    padding-top: 5vh;
  }

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

  .paragraph {
    padding-right: 0%;
  }

  .text-block-4, .text-block-5 {
    font-size: 14px;
    line-height: 17px;
  }

  .nav-link-2.w--current, .nav-link-3, .nav-link-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .tab-link-student-work.w--current, .tab-link-group-work {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro_video {
    height: 50vh;
  }

  .text-block-8 {
    font-size: 15px;
    line-height: 18px;
  }

  .intro-text {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .heading-7 {
    margin-bottom: 0;
    font-size: 35px;
  }

  .featured-group_thumb {
    height: 200px;
  }

  .heading-8 {
    font-size: 18px;
  }

  .heading-9 {
    margin-top: 20px;
    font-size: 13px;
  }

  .rich-text-block-3 {
    font-size: 12px;
    line-height: 16px;
  }

  .lightbox-link-2 {
    height: 100px;
  }

  .group-project-title {
    margin-bottom: 0;
    font-size: 35px;
  }

  .group-project-subtitle {
    font-size: 18px;
    line-height: 22px;
  }

  .group-members {
    margin-top: 5px;
    margin-bottom: auto;
  }
}

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

  .h2 {
    font-size: 18vw;
  }

  .page-title {
    font-size: 10vw;
    line-height: 10vw;
  }

  .h4 {
    font-size: 9vw;
    line-height: 9vw;
  }

  .h5 {
    font-size: 20px;
  }

  .p1 {
    font-size: 18px;
    line-height: 28px;
  }

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

  .custom-grid.home-grid.hero {
    display: none;
  }

  .hero-short-text-wrap {
    justify-content: space-between;
  }

  .home-hero-bottom {
    margin-top: 0;
  }

  .menu-button {
    flex: none;
  }

  .navbar-wrapper.custom-grid, .nav-inner.grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand-link {
    margin-top: 32px;
  }

  .footer {
    padding-top: 10px;
  }

  .lighbox-gallery._368 {
    height: 400px;
  }

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

  .hero-short-text-inner {
    text-align: right;
  }

  .footer-social-wrapper {
    margin-top: 32px;
  }

  .mail-box {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .shop-card-img-box {
    height: auto;
  }

  .shop-card-details {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .typography-wrap-bottom {
    grid-template-columns: 1fr;
  }

  .journal-details-section {
    padding-top: 32px;
  }

  .journal-rich-text {
    margin-top: 24px;
  }

  .share-link-wrap {
    flex-flow: column;
    margin-top: 32px;
  }

  .share-link-list {
    flex-flow: wrap;
  }

  .journal-card-details {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

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

  .licenses-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 40px;
  }

  .typography-outer, .color-outer {
    margin-top: 60px;
  }

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

  .nav-right {
    justify-content: flex-end;
  }

  .nav-page-list {
    flex-flow: column;
    align-items: flex-end;
  }

  .nav-page-list._02 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    align-items: flex-start;
    padding-left: 0;
  }

  .nav-contact, .nav-blank, .none {
    display: none;
  }

  .mikis-text {
    width: 72vw;
  }

  .text-block {
    text-align: center;
    align-self: center;
    font-size: 10px;
    line-height: 13px;
  }

  .heading {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-2 {
    padding-left: 0;
    font-size: 10px;
    line-height: 13px;
  }

  .text-block-3 {
    font-size: 12px;
    line-height: 18px;
  }

  .student_first_name.grid {
    color: #000;
    font-size: 1.25em;
  }

  .section-text {
    padding-right: 0;
  }

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

  .designer-image-wrapper {
    height: 85px;
  }

  .home-body {
    background-image: url('../images/Background_Homepage.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .fun-class {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-4 {
    height: 100%;
  }

  .body_text {
    padding-top: 0;
    font-size: 1em;
    line-height: 1.5em;
  }

  .student_section {
    margin-top: 100px;
    padding: 0 0 40px;
  }

  .camera.mobile_stack {
    padding-top: 5vh;
  }

  .individual_project_lightbox {
    height: auto;
  }

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

  .info-dates {
    align-self: flex-start;
    font-size: 10px;
    line-height: 13px;
  }

  .info {
    width: auto;
  }

  .paragraph {
    padding-right: 0%;
    font-size: 12px;
    line-height: 15px;
  }

  .text-block-4, .text-block-5 {
    font-size: 13px;
  }

  .nav-link-2 {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-3 {
    align-self: center;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-4 {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-2 {
    z-index: 100;
    background-color: #fffc;
    width: 100%;
    padding: 20px;
    font-size: 10px;
    line-height: 10px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
  }

  .image-18 {
    vertical-align: middle;
    height: 100%;
  }

  .tab-link-student-work, .tab-link-student-work.w--current, .tab-link-group-work {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .student-name {
    font-size: 16px;
    line-height: 20px;
    top: 80px;
  }

  .grid-4 {
    flex-flow: column;
    grid-template-rows: 3.75fr;
    grid-template-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
  }

  .heading-3 {
    font-size: 13px;
    line-height: 16px;
  }

  .featured-works {
    margin-top: 40px;
  }

  .rich-text-block {
    font-size: 12px;
    line-height: 14px;
  }

  .thesis-section {
    margin-top: 40px;
  }

  .link-block-2 {
    height: 115px;
  }

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

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

  .link-3 {
    padding-left: 0;
    padding-right: 10px;
    font-size: 9px;
    line-height: 14px;
  }

  .text-block-7 {
    font-size: 8px;
    line-height: 13px;
  }

  .intro_video {
    height: 35vh;
  }

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

  .image-20 {
    width: auto;
  }

  .personal_links_box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .button-6 {
    align-self: center;
    margin-right: 0;
    padding: 5px 10px;
    font-size: 10px;
    line-height: 10px;
  }

  .image-21 {
    height: 250px;
  }

  .text-block-8 {
    font-size: 15px;
    line-height: 18px;
  }

  .link-block-4 {
    height: 250px;
  }

  .menu-button-2 {
    z-index: 15;
    font-family: neue-haas-grotesk-display, sans-serif;
    display: block;
    position: relative;
  }

  .brand {
    align-self: center;
    width: 100%;
  }

  .brand.w--current {
    align-self: center;
  }

  .div-block-93 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-94 {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .intro-text {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

  .heading-9 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .rich-text-block-3 {
    font-size: 10px;
    line-height: 13px;
  }

  .heading-10 {
    font-size: 14px;
  }

  .fw-heading {
    font-size: 13px;
    line-height: 17px;
  }

  .fw-caption {
    font-size: 11px;
    line-height: 16px;
  }

  .banner-link {
    height: 100px;
  }

  .student-banner-name {
    font-size: 30px;
    line-height: 34px;
    top: 50px;
  }

  .student-work-banner-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .group-work-banner-link {
    height: 200px;
  }

  .group-work-title {
    font-size: 25px;
    line-height: 29px;
    top: 120px;
  }

  .thesis-title {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
    top: 20px;
  }

  .group-members {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 17px;
  }

  .text-block-9 {
    font-size: 13px;
    line-height: 17px;
  }

  .text-block-10 {
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .group-featured-images-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .thesis-hero-wrap {
    height: 100%;
  }

  .thesis-card-title {
    font-size: 26px;
    line-height: 30px;
  }

  .thesis-type, .thesis-student-name {
    font-size: 14px;
    line-height: 18px;
  }

  .thesis-student-advisors {
    font-size: 12px;
    line-height: 16px;
  }

  .thesis-intro-text {
    font-size: 12px;
    line-height: 15px;
  }

  .thesis-featured-images, .thesis-featured-images-4image, .thesis-featured-images-3images {
    grid-template-columns: 1fr 1fr;
  }

  .button-6-copy {
    align-self: center;
    margin-right: 0;
    padding: 5px 10px;
    font-size: 10px;
    line-height: 10px;
  }

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

  .thesis-hero-wrap-copy {
    height: 100%;
  }

  .thesis-hero-image-copy {
    height: 150px;
  }
}

#w-node-_227eb3bc-a516-1f25-c56b-bd6b29712959-ae4f0d6c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1be3f567-bdac-4a84-5d93-b924326fbc79-326fbc75 {
  justify-self: start;
}

#w-node-_38bcfc1f-66ef-64a0-3938-e3f41671123d-326fbc75 {
  justify-self: end;
}

#w-node-_1be3f567-bdac-4a84-5d93-b924326fbc7e-326fbc75 {
  place-self: center start;
}

#w-node-_135d56d3-82a2-42bc-b886-7df61b4de4dd-326fbc75 {
  align-self: center;
}

#w-node-d6a58b04-862c-5f63-731a-0fdf9b831dce-326fbc75 {
  justify-self: end;
}

#w-node-_4bb61ff6-e02a-9947-92b3-b02ffbda4d1a-326fbc75 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-c84c90b1-763b-bc61-b13a-5af0fd0f46dc-326fbc75 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-d6ec3b60-54ff-76ed-dcd1-2eb32c4c1c12-ae4f0d74, #w-node-_8ab2c32b-c1c4-b785-fe43-047d18f9efef-ba2d4c35, #w-node-_8ab2c32b-c1c4-b785-fe43-047d18f9efef-d39a24b9, #w-node-_8ab2c32b-c1c4-b785-fe43-047d18f9efef-fa814ddf, #w-node-_8ab2c32b-c1c4-b785-fe43-047d18f9efef-f4bf2e00, #w-node-_8ab2c32b-c1c4-b785-fe43-047d18f9efef-24ceac39, #w-node-_8ab2c32b-c1c4-b785-fe43-047d18f9efef-c2d7ced3, #w-node-_8ab2c32b-c1c4-b785-fe43-047d18f9efef-3516b750, #w-node-_8ab2c32b-c1c4-b785-fe43-047d18f9efef-05b1c194, #w-node-_8ab2c32b-c1c4-b785-fe43-047d18f9efef-259839c6, #w-node-_8ab2c32b-c1c4-b785-fe43-047d18f9efef-a917cdb7, #w-node-_8ab2c32b-c1c4-b785-fe43-047d18f9efef-8c10f092, #w-node-_8ab2c32b-c1c4-b785-fe43-047d18f9efef-fba2c556, #w-node-_8ab2c32b-c1c4-b785-fe43-047d18f9efef-0ba3f024, #w-node-_8ab2c32b-c1c4-b785-fe43-047d18f9efef-2f7ec959, #w-node-_8ab2c32b-c1c4-b785-fe43-047d18f9efef-c2dbfa7e, #w-node-_8ab2c32b-c1c4-b785-fe43-047d18f9efef-441cfdf6, #w-node-_8ab2c32b-c1c4-b785-fe43-047d18f9efef-2d0dd2d1, #w-node-_8ab2c32b-c1c4-b785-fe43-047d18f9efef-dcfb7266, #w-node-_8ab2c32b-c1c4-b785-fe43-047d18f9efef-83502e52, #w-node-_8ab2c32b-c1c4-b785-fe43-047d18f9efef-e277a05f, #w-node-_8ab2c32b-c1c4-b785-fe43-047d18f9efef-4ac6de73, #w-node-_9b2aa1d7-a6d7-ce00-bf45-75f89ac39b21-77686a5c, #w-node-_9b2aa1d7-a6d7-ce00-bf45-75f89ac39b21-c4c8d711, #w-node-_9b2aa1d7-a6d7-ce00-bf45-75f89ac39b21-5ba0c298, #w-node-_9b2aa1d7-a6d7-ce00-bf45-75f89ac39b21-bb92e464, #w-node-_9b2aa1d7-a6d7-ce00-bf45-75f89ac39b21-24cccb7c, #w-node-_9b2aa1d7-a6d7-ce00-bf45-75f89ac39b21-ced0a0c6, #w-node-_9b2aa1d7-a6d7-ce00-bf45-75f89ac39b21-97cc2104, #w-node-_9b2aa1d7-a6d7-ce00-bf45-75f89ac39b21-5cf166c2 {
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-d5475fd2-7495-a90d-8834-9f0fa0e240a7-ae4f0d6c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4bb61ff6-e02a-9947-92b3-b02ffbda4d1a-326fbc75 {
    justify-self: auto;
  }

  #w-node-c84c90b1-763b-bc61-b13a-5af0fd0f46dc-326fbc75 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d5475fd2-7495-a90d-8834-9f0fa0e240a7-ae4f0d6c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c84c90b1-763b-bc61-b13a-5af0fd0f46dc-326fbc75 {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c86de2cf-db80-7f04-15aa-40f24cb47a5a-ae4f0d63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-b77463ec-b5a4-1fb6-a7f1-52e8be78ffd9-ae4f0d63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto start;
  }
}


@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueHeavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}