:root {
  --background-global: #0c0e0f;
  --white: white;
  --black: black;
  --border: #1f1f1f;
  --primary: #aaa;
  --accent: #bdff01;
  --dark-slate-blue: #004e8d;
  --en-text: #cacaca;
  --white-2: #ffffff29;
  --black-2: #00000059;
  --white-3: #fff3;
  --black-3: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

.w-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-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

.w-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: 767px) {
  .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, .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--background-global);
  color: var(--white);
  letter-spacing: 4px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basementgrotesque v1, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basementgrotesque v1, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basementgrotesque v1, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basementgrotesque v1, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

p {
  letter-spacing: .02em;
  text-transform: none;
  margin-bottom: 32px;
}

a {
  color: #fff;
  text-decoration: none;
}

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

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

strong {
  font-weight: 900;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px #e2e2e2;
  margin-bottom: 32px;
  padding: 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3;
}

figure {
  margin-bottom: 10px;
}

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

.page-wrap {
  display: block;
}

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

.section.home-hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.bio-hero-section {
  background-image: url('../images/Background-pattern.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.footer-section {
  background-color: var(--black);
  background-image: url('../images/アートボード-24x_1.png');
  background-position: 50%;
  background-size: contain;
  padding-top: 60px;
  padding-bottom: 60px;
  position: static;
  inset: auto 0% 0%;
}

.section.work-hero-section {
  flex-direction: column;
  justify-content: center;
  min-height: 700px;
  display: none;
  position: relative;
}

.section.cms-work-hero-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.contact-hero-section {
  height: 90vh;
  padding-top: 200px;
}

.section._404-section {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.section.shop-hero-section {
  position: relative;
}

.section.checkout-section {
  color: var(--black);
  background-color: #f5f5f500;
  padding-left: 0;
  padding-right: 0;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.grain {
  z-index: -10;
  opacity: .04;
  background-image: url('../images/grain.gif');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.grid-quarters.home-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
}

.grid-quarters.bio-logos {
  grid-row-gap: 56px;
}

.column-xsmall {
  width: 100%;
  max-width: 290px;
}

.column-small {
  width: 100%;
  max-width: 400px;
}

.column-medium {
  width: 100%;
  max-width: 510px;
}

.column-large {
  width: 100%;
  max-width: 620px;
}

.column-xlarge {
  width: 100%;
  max-width: 730px;
}

.column-3xlarge {
  width: 100%;
  max-width: 1060px;
}

.divider {
  background-color: var(--border);
  width: 100%;
  height: 1px;
}

.divider.get-started {
  margin-top: 120px;
  margin-bottom: 120px;
}

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

.grid.work-hero {
  z-index: 10;
  grid-row-gap: 24px;
  text-align: center;
  position: relative;
}

.heading-display-1 {
  letter-spacing: 0;
  font-family: Galgo, sans-serif;
  font-size: 128px;
  font-weight: 500;
}

.paragraph-large {
  letter-spacing: 0;
  font-size: 32px;
  line-height: 1.3;
}

.text-size-large {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.6;
}

.text-size-medium {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.text-size-small {
  letter-spacing: .02em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.link {
  font-weight: 500;
  text-decoration: underline;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

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

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

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

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

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

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

.text-color-accent {
  color: var(--accent);
}

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

.heading-large {
  font-size: 56px;
}

.heading-medium {
  font-size: 40px;
  line-height: 1.2;
}

.heading-small {
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-xlarge {
  font-size: 96px;
  line-height: 1;
}

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

.grid-thirds.bio-moments {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid-thirds.footer-bottom {
  grid-template-columns: 1fr 2fr 1fr;
  align-items: stretch;
}

.grid-thirds.shop {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
}

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

.bg-color-accent.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

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

.bg-color-white.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

.style-guide-sample {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.margin-0, .margin-0.style-guide-sample {
  margin-bottom: 0;
}

.margin-12 {
  margin-bottom: 12px;
}

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

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

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

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

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

.margin-80 {
  margin-bottom: 80px;
  font-size: 46px;
}

.rich-text {
  font-size: 18px;
}

.rich-text h1 {
  margin-bottom: 32px;
  font-family: Basementgrotesque v1, sans-serif;
  font-size: 40px;
  line-height: 1.2;
}

.rich-text h2 {
  margin-bottom: 32px;
  font-family: Basementgrotesque v1, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}

.rich-text h3 {
  margin-bottom: 24px;
  font-family: Basementgrotesque v1, sans-serif;
  font-size: 28px;
  line-height: 1.2;
}

.rich-text h4 {
  margin-bottom: 24px;
  font-family: Basementgrotesque v1, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.rich-text h5 {
  margin-bottom: 20px;
  font-family: Basementgrotesque v1, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.rich-text h6 {
  margin-bottom: 20px;
  font-family: Basementgrotesque v1, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.rich-text li {
  color: var(--primary);
  background-image: url('../images/List-Bullet.svg');
  background-position: 0 46%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 8px;
  padding-left: 16px;
  font-size: 12px;
  list-style-type: none;
}

.rich-text ul {
  margin-bottom: 32px;
  padding-left: 0;
  overflow: visible;
}

.rich-text ol {
  padding-left: 0;
  list-style-type: none;
  overflow: visible;
}

.rich-text figcaption {
  color: var(--primary);
  margin-top: 12px;
  font-size: 12px;
  font-weight: 500;
}

.rich-text figure {
  margin-top: 80px;
  margin-bottom: 80px;
}

.heading-display-2 {
  letter-spacing: 0;
  font-family: Galgo, sans-serif;
  font-size: 56px;
  font-weight: 500;
}

.text-style-spaced {
  letter-spacing: 1em;
  font-size: 12px;
  line-height: 1.3;
}

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

.bg-color-primary.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

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

.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

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

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

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

.work-item-wrap {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.work-collection-item {
  width: 100%;
  height: 25vh;
}

.work-item-mask {
  z-index: 5;
  display: none;
  position: relative;
  overflow: hidden;
}

.work-item-overlay {
  background-color: #0009;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.page-load {
  z-index: 1500;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  overflow: hidden;
}

.page-load-top {
  background-color: var(--dark-slate-blue);
  background-image: linear-gradient(to bottom, #001e36, var(--dark-slate-blue));
  width: 100%;
  height: 49.9%;
  display: block;
}

.page-load-bottom {
  background-color: var(--dark-slate-blue);
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), #002848);
  width: 100%;
  height: 49.9%;
  display: block;
}

.page-load-center {
  background-color: var(--dark-slate-blue);
  width: 100%;
  height: .2%;
}

.work-collection-list-wrapper {
  width: 100%;
  height: 100vh;
}

.all-projects-wrap {
  z-index: 600;
  background-color: var(--white);
  color: var(--black);
  width: 768px;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.all-projects-item {
  color: var(--black);
  justify-content: space-between;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.all-projects-collection-item {
  border-top: 1px solid #d1d1d1;
  justify-content: space-between;
}

.scroll-wrap {
  background-color: var(--accent);
  width: 100%;
  height: 64px;
  display: flex;
  overflow: hidden;
}

.scroll-wrap.all-projects {
  z-index: 150;
  color: var(--black);
  display: flex;
  position: sticky;
  bottom: 0;
}

.scroll-wrap.footer {
  z-index: 50;
  background-color: var(--primary);
  color: var(--black);
  position: sticky;
  bottom: 0;
}

.scroll-holder {
  flex: none;
  display: flex;
}

.scroll-item-wrap {
  align-items: center;
  padding-top: 3px;
  display: flex;
}

.scroll-item {
  flex: none;
  align-items: center;
  display: flex;
}

.all-projects-content {
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.view-all-projects-button {
  z-index: 550;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  letter-spacing: .02em;
  cursor: pointer;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding-left: 48px;
  padding-right: 48px;
  font-size: 12px;
  transition: background-color .6s cubic-bezier(.23, 1, .32, 1);
  display: none;
  position: fixed;
  bottom: 0;
}

.view-all-projects-button:hover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000000f0;
}

.view-all-projects-icon {
  margin-right: 12px;
}

.all-projects-overlay {
  z-index: 550;
  background-color: #000000b3;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.overflow-hidden {
  overflow: hidden;
}

.all-projects-close {
  cursor: pointer;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  top: 40px;
  right: 40px;
}

.all-projects-close:hover {
  color: var(--primary);
}

.all-projects-item-hover {
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  width: 100%;
  position: absolute;
  inset: -1px 0%;
}

.scroll-item-divider {
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
  top: -2px;
}

.nav {
  z-index: 260;
  background-image: linear-gradient(#004e8dcc, #0000);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
}

.container-large {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.container-large.cms-work {
  padding-left: 0;
  padding-right: 0;
}

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

.nav-logo {
  z-index: 250;
  position: relative;
}

.nav-menu {
  align-items: center;
  display: block;
}

.nav-menu-button {
  z-index: 500;
  cursor: pointer;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.nav-menu-button-icon {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 6px;
  display: flex;
  position: relative;
  top: -1px;
}

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

.grid-halves.bio-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-halves.work-cms {
  grid-row-gap: 60px;
}

.grid-halves.products {
  grid-column-gap: 4vw;
}

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

.bio-hero-right {
  z-index: 10;
  position: relative;
}

.bio-space {
  width: 160px;
  display: inline-block;
}

.hero-hero-second-line {
  align-items: center;
  display: flex;
}

.bio-hero-image {
  z-index: 5;
  width: 100%;
  max-width: 730px;
}

.bio-description-wrap {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  flex-direction: row;
  justify-content: space-between;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.column-2xlarge {
  width: 100%;
  max-width: 840px;
}

.bio-moments-image {
  object-fit: cover;
  width: 100%;
  transition: filter .6s cubic-bezier(.23, 1, .32, 1);
}

.bio-moments-image:hover {
  filter: contrast(112%);
}

.call-to-action {
  text-align: center;
  background-color: #002b4e;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 60px;
}

.footer-template-links-wrap {
  text-align: center;
}

.footer-link {
  letter-spacing: .02em;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 12px;
  line-height: 1.2;
  transition: color .6s cubic-bezier(.23, 1, .32, 1);
}

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

.footer-link.first-item {
  background-image: url('../images/LOGO.png');
  background-position: 50%;
  background-size: cover;
  width: 120px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
}

.footer-link.last-item {
  margin-left: 0;
  margin-right: 0;
}

.nav-menu-links-wrap {
  z-index: 260;
  color: var(--black);
  background-image: linear-gradient(55deg, #004e8d, #000000a8);
  flex-direction: column;
  justify-content: space-between;
  width: 650px;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.nav-menu-links-content {
  color: #000;
  flex-direction: column;
  height: 100%;
  padding-top: 160px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
  overflow: visible;
}

.nav-link {
  width: 100%;
  font-family: Noto Sans, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.1;
  transition: color .6s cubic-bezier(.23, 1, .32, 1);
  display: inline-block;
}

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

.nav-link.item-1 {
  font-family: Noto Sans, sans-serif;
  font-weight: 300;
}

.nav-link.item-1.w--current {
  text-transform: none;
}

.nav-link.item-3.w--current {
  font-size: 50px;
}

.nav-link-mask {
  border-bottom: 1px solid var(--border);
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}

.nav-link-mask.item-4 {
  border-bottom-color: var(--white);
}

.nav-link-mask.item-5 {
  border-bottom-style: none;
  border-bottom-color: var(--white);
}

.nav-link-mask.item-1 {
  border-bottom-color: #fff;
}

.nav-link-mask.item-2, .nav-link-mask.item-3 {
  border-bottom-color: var(--white);
}

.nav-overlay {
  z-index: 250;
  background-color: #000000b3;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-lottie {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.nav-social {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}

.nav-social-link {
  color: var(--primary);
  margin-right: 24px;
  font-size: 12px;
  transition: color .6s cubic-bezier(.23, 1, .32, 1);
}

.nav-social-link:hover {
  color: var(--white);
}

.work-hero-background {
  background-image: url('../images/Background-pattern.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 700px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.work-hero-background-video {
  background-image: linear-gradient(#0003, #0003);
  width: 50%;
  height: 700px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.work-cms-item {
  width: 100%;
  position: relative;
}

.work-cms-image {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.work-cms-bottom {
  border-bottom: 1px solid var(--border);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.work-cms-hover {
  background-color: var(--primary);
  width: 0%;
  height: 1px;
  display: block;
  position: static;
  inset: auto 0% 0%;
  overflow: visible;
}

.cms-work-hero-thumb {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 850px;
  display: flex;
  position: relative;
}

.cms-work-hero-overlay {
  background-color: #00000052;
  position: absolute;
  inset: 0%;
}

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

.next-project-wrap {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  width: 100%;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.next-project-wrap.w--current {
  justify-content: space-between;
  position: relative;
}

.next-project-hover {
  border-top: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  width: 0%;
  position: absolute;
  inset: 0% 0% 0% -5px;
}

.contact-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid var(--border);
  border-top-width: 1px;
  border-top-color: var(--border);
  text-transform: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: block;
}

.contact-item.first-item {
  border-top-style: solid;
}

.contact-social-item {
  align-items: center;
  display: flex;
}

.contact-social-divider {
  color: var(--primary);
  margin-left: 16px;
  margin-right: 16px;
  font-size: 16px;
}

.contact-background-video {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 56.25%;
}

.contact-social-link {
  transition: color .6s cubic-bezier(.23, 1, .32, 1);
}

.contact-social-link:hover {
  color: var(--primary);
}

.mobile-work {
  display: none;
}

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

.licenses-item {
  border: 1px solid var(--border);
  color: var(--primary);
  background-color: #1f1f1f00;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  font-size: 12px;
  transition: background-color .6s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.licenses-item:hover {
  background-color: #1f1f1f;
}

.button {
  background-color: var(--border);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  letter-spacing: .02em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 64px;
  margin-top: 0;
  padding: 0 40px;
  font-size: 16px;
  transition: background-color .6s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.button:hover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #aaaaaab3;
}

.button.buy-now {
  border: 3px solid var(--border);
  background-color: #1f1f1f00;
  padding-left: 16px;
  padding-right: 16px;
}

.button.cart {
  padding-left: 24px;
  padding-right: 24px;
}

.button.discount {
  height: auto;
}

.button.place-order {
  background-color: var(--accent);
  color: var(--black);
}

.button.place-order:hover {
  background-color: #ffe101;
}

.cart-button {
  background-color: #3898ec00;
  padding: 0 16px;
  font-size: 12px;
  font-weight: 900;
}

.cart-quantity {
  color: #fff;
  background-color: #9a9a9a00;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 900;
}

.cart-wrapper {
  color: var(--black);
}

.shop-hero-background {
  z-index: -1;
  background-image: url('../images/Background-pattern.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 565px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.shop-item {
  width: 100%;
}

.shop-item-bottom {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  font-size: 16px;
  display: flex;
}

.shop-item-image {
  width: 100%;
}

.products-content {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

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

.products-top {
  margin-bottom: 40px;
}

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

.perks-item {
  border: 1px solid var(--border);
  padding: 48px 32px;
  font-size: 12px;
}

.products-description-wrap {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  padding-top: 88px;
  padding-bottom: 56px;
  display: flex;
}

.checkout-item {
  width: 100%;
  margin-bottom: 40px;
}

.checkout-item.last-item {
  margin-bottom: 0;
}

.checkout-block-header {
  background-color: var(--primary);
  border-style: none;
  padding: 20px 24px;
}

.checkout-block-content {
  background-color: var(--primary);
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}

.checkout-block-content.discount {
  border-style: none;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.checkout-block-content.payment {
  padding-bottom: 1px;
}

.form-input {
  background-color: var(--white);
  text-transform: uppercase;
  border-style: none;
  border-radius: 0;
  min-height: 56px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}

.checkbox {
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: -2px;
  display: flex;
}

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

.checkout-right {
  width: 100%;
}

.cart-quantity-2 {
  background-color: #fff;
  border-radius: 0;
  display: flex;
}

.cart-item {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 20px;
  padding-bottom: 7px;
}

.shop-item-mask {
  overflow: hidden;
}

.text-block {
  font-family: Basementgrotesque v1, sans-serif;
}

.div-block {
  background-image: url('../images/Logo_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 290px;
  height: 60px;
}

.div-block-2 {
  object-fit: fill;
  position: fixed;
}

.background-video {
  z-index: -99;
  justify-content: center;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.section-2 {
  height: 1800px;
  position: static;
}

.div-block-3 {
  column-count: 99;
  width: 100%;
  height: 2000px;
}

.paragraph {
  width: 600px;
  height: 600px;
  display: block;
}

.section-3 {
  height: 500px;
}

.feature-section {
  max-width: 1920px;
  padding: 100px 5vw;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 305vw;
  height: 100%;
}

.div-block-4 {
  z-index: 100;
  column-count: 99;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100vh;
  display: flex;
  position: relative;
}

.div-block-5 {
  height: 800px;
}

.div-block-6 {
  height: 1000px;
}

.div-block-7 {
  flex-direction: row;
  display: flex;
  position: static;
}

.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: block;
}

.photo {
  width: 100%;
  max-width: 100%;
  transition: opacity .4s;
}

.photo:hover {
  opacity: .8;
  mix-blend-mode: normal;
}

.works_text {
  width: 100%;
  max-width: none;
  display: block;
}

.div-block-9 {
  justify-content: space-between;
  display: flex;
}

.div-block-10 {
  width: 100%;
  height: 100%;
}

.photo-02 {
  background-image: url('../images/Gallery-12.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 350px;
}

.photo-02:hover {
  opacity: .6;
}

.photo-03 {
  background-image: url('../images/Gallery-9.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 350px;
}

.photo-03:hover {
  opacity: .6;
}

.photo-04 {
  background-image: url('../images/Gallery-10.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 350px;
}

.photo-04:hover {
  opacity: .6;
}

.workstitle-big {
  letter-spacing: 3px;
  margin-bottom: 10px;
  margin-right: 5px;
  font-size: 24px;
  font-weight: 900;
}

.text-block-3 {
  letter-spacing: 4px;
  text-transform: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-block-4 {
  text-transform: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-block-5 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-block-6 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: Noto Sans, sans-serif;
  font-size: 26px;
  display: flex;
}

.section_top_top_scroll_interection {
  z-index: 5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  height: 100vh;
  margin-bottom: 23vh;
  margin-left: 0;
  margin-right: 50px;
  padding-bottom: 0;
  padding-left: 3vw;
  display: flex;
  position: fixed;
  inset: 0% 1% 0% auto;
}

.div-block-11 {
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-00 {
  width: 100%;
  max-width: 100%;
  height: 350px;
}

.photo-01 {
  background-image: url('../images/img_main-visual.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.nav-link-mask-2 {
  border-bottom: 1px solid var(--border);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.nav-link-mask-2.item-4 {
  border-bottom-color: var(--white);
}

.nav-link-mask-2.item-5 {
  border-bottom-style: none;
  border-bottom-color: var(--white);
}

.nav-link-mask-2.item-1 {
  border-bottom-color: #fff;
}

.nav-link-mask-2.item-2, .nav-link-mask-2.item-3 {
  border-bottom-color: var(--white);
}

.div-block-12 {
  height: 200px;
}

.div-1920 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

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

.div-block-15 {
  width: 60vw;
  height: 200px;
  padding-top: 40px;
  display: flex;
}

.works2-sub-title {
  letter-spacing: 3px;
  align-items: flex-start;
  width: 80%;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.text-block-8 {
  color: var(--primary);
  letter-spacing: 3px;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.div-block-16 {
  border-bottom: 1px solid var(--border);
  display: flex;
}

.div-block-17 {
  width: 100%;
  font-weight: 600;
}

.bold-text {
  letter-spacing: 3px;
  text-transform: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  position: static;
}

.text-block-9 {
  color: var(--white);
  letter-spacing: 3px;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.text-block-8-copy {
  color: var(--primary);
  width: 50%;
  padding-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.contact-item-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid var(--border);
  border-top-width: 1px;
  border-top-color: var(--border);
  text-transform: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: none;
}

.contact-item-copy.first-item {
  border-top-style: solid;
}

.section-4 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-18 {
  font-family: Noto Sans, sans-serif;
  font-weight: 700;
}

.text-block-10 {
  text-align: center;
  text-transform: none;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 900;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-top: 0;
  display: flex;
}

.div-block-20 {
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 25vw;
  min-width: auto;
  max-width: 1920px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  display: flex;
}

.div-block-21 {
  justify-content: center;
  display: flex;
}

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

.member-photo-01 {
  opacity: 1;
  filter: grayscale();
  background-image: url('../images/62fcaadcaca589d38437a254_DSC04556-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25vw;
  height: 25vw;
  transition: all .2s;
}

.member-photo-01:hover {
  filter: grayscale(0%);
}

.div-block-24 {
  text-align: left;
}

.member-photo-02 {
  filter: grayscale();
  background-image: url('../images/62fcaadcaca589984137a24b_DSC04593-1.jpg');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25vw;
  height: 25vw;
  transition: all .2s;
}

.member-photo-02:hover {
  filter: grayscale(0%);
}

.member-photo-03 {
  filter: grayscale();
  background-image: url('../images/62fcaadcaca589f78537a24a_DSC04671-3.jpg');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25vw;
  height: 25vw;
  transition: all .2s;
}

.member-photo-03:hover {
  filter: grayscale(0%);
}

.name_jp {
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  display: none;
}

.link-2 {
  font-size: 20px;
}

.text-block-12 {
  letter-spacing: 3px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.div-block-19-2 {
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.member-photo-04 {
  opacity: 1;
  filter: grayscale();
  background-image: url('../images/62fcaadcaca589607437a251_DSC04621-2.jpg');
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25vw;
  height: 25vw;
  transition: all .2s;
}

.member-photo-04:hover {
  filter: grayscale(0%);
}

.member-photo-05 {
  filter: grayscale();
  background-color: #686868;
  width: 25vw;
  height: 25vw;
  transition: all .2s;
}

.member-photo-05:hover {
  filter: grayscale(0%);
}

.div-block-25 {
  height: 200px;
  display: block;
}

.text-block-13 {
  letter-spacing: 4px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.div-block-26 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
}

.member_pic_01 {
  background-image: url('../images/62fcaadcaca589d38437a254_DSC04556-4.jpg');
  background-position: 52% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.member_pic_01.member_pic_02 {
  background-image: url('../images/62fcaadcaca589984137a24b_DSC04593-1.jpg');
}

.member_pic_01.member_pic_03 {
  background-image: url('../images/62fcaadcaca589f78537a24a_DSC04671-3.jpg');
}

.member_pic_01.member_pic_04 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
}

.member_pic_01.member_pic_05 {
  background-image: url('../images/62fcaadcaca589607437a251_DSC04621-2.jpg');
}

.div-block-28 {
  width: 200px;
}

.text-block-14 {
  border: 1px solid var(--white-2);
  letter-spacing: 0;
  width: 100%;
  padding-right: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.link-3 {
  font-size: 26px;
}

.text-block-15 {
  font-family: Noto Sans, sans-serif;
}

.div-block-top {
  z-index: 50;
  flex-direction: row;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  display: flex;
  position: fixed;
}

.div-block-29 {
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-30 {
  width: auto;
}

.text-block-16 {
  align-items: flex-start;
  padding: 6px 25px 5px;
  font-family: Noto Sans, sans-serif;
  font-size: 37px;
  font-weight: 600;
  display: block;
}

.div-block-31 {
  z-index: 40;
  padding-bottom: 40px;
  padding-left: 5vw;
  position: relative;
}

.text-block-17 {
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 23px;
  font-weight: 600;
}

.toptext_section-5 {
  z-index: 100;
  justify-content: center;
  display: flex;
  position: relative;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3572ff;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-2:hover {
  background-color: #081c3a;
}

.button-2.white {
  color: #081c3a;
  background-color: #fff;
  margin-bottom: 0;
}

.button-2.white:hover {
  color: #081c3a;
  background-color: #e6e6f3;
}

.div-block-32 {
  width: 250px;
  padding-top: 0;
}

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

.div-block-34 {
  background-image: url('../images/アートボード-24x.png');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.text-block-18 {
  text-transform: none;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  display: flex;
}

.paragraph-2 {
  text-align: right;
}

.background-video-2 {
  z-index: 99;
  border-radius: 8px;
  width: 100%;
  max-width: 1400px;
}

.paragraph-3 {
  color: var(--en-text);
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
}

.sub-title {
  color: var(--white);
  justify-content: center;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 16px;
  display: flex;
}

.text-block-18-2 {
  letter-spacing: 4px;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  display: flex;
}

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

.paragraph-4 {
  color: var(--en-text);
  font-size: 16px;
  font-weight: 600;
}

.paragraph-5 {
  font-weight: 700;
  line-height: 2;
}

.paragraph-6 {
  line-height: 2;
}

.div-block-36 {
  justify-content: space-between;
  display: flex;
}

.div-block-37 {
  border: 1px solid var(--primary);
  background-color: var(--border);
  align-items: center;
  width: 30%;
  height: auto;
  display: flex;
}

.div-block-38 {
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.text-block-19 {
  letter-spacing: .02em;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 600;
}

.text-block-20 {
  letter-spacing: .02em;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 800;
}

.div-block-39 {
  align-items: center;
  display: flex;
  position: static;
}

.text-block-21 {
  text-align: right;
  width: auto;
  display: block;
}

.text-block-22 {
  text-align: right;
  width: auto;
}

.text-block-23 {
  letter-spacing: 3px;
  padding-left: 30px;
  font-size: 16px;
}

._60px {
  height: 60px;
}

.div-block-40 {
  background-image: url('../images/１-1.png');
  background-position: 0 0;
  background-size: cover;
  width: 400px;
  height: 300px;
  display: block;
}

.video_div-block-41 {
  z-index: -10;
  display: block;
  position: relative;
}

.div-block-42 {
  background-image: url('../images/v1012-bg-04b-min.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  display: block;
  position: fixed;
}

.div-block-43 {
  z-index: -99;
  color: #fff;
  background-color: #000b14;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-block-18-3 {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 36px;
  display: flex;
}

.scroll {
  opacity: 1;
  filter: brightness(200%) grayscale();
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 3px #fff;
}

.div-block-44 {
  justify-content: space-between;
  display: flex;
}

.text-block-24 {
  background-color: var(--border);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 40px 60px;
  display: flex;
}

.text-block-25 {
  background-color: var(--border);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 40px 60px;
  display: flex;
}

.text-block-26 {
  background-color: var(--border);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 0;
  display: flex;
}

.div-block-45 {
  justify-content: space-between;
  display: flex;
}

.text-block-27 {
  background-color: var(--border);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 20px;
  display: flex;
}

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

.flex-container-2 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-2 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.div-block-46 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1400px;
  display: flex;
}

.div-block-47 {
  background-image: url('../images/業務内容.png');
  background-position: 0 0;
  background-size: cover;
  width: 1000px;
  max-width: 1920px;
  height: 600px;
}

.image {
  max-width: 80%;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 117px;
}

.paragraph-7 {
  margin-bottom: 20px;
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 40px;
}

._40px-margin {
  height: 40px;
}

.div-block-49 {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1400px;
  display: flex;
}

.text-block-28 {
  padding-top: 0;
  padding-bottom: 40px;
  font-size: 20px;
}

.text-block-29 {
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  display: flex;
}

.paragraph-9 {
  color: var(--en-text);
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

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

.div-block-50 {
  color: #4d4d4d;
  border-radius: 12px;
  justify-content: center;
  display: flex;
}

.div-block-51 {
  height: 100vh;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-52 {
  object-fit: fill;
  width: 100vw;
  height: 100vh;
  position: static;
  inset: auto 0% 0%;
}

.div-block-53 {
  height: 55vh;
}

.container-2 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-54 {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-55 {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-56 {
  z-index: 30;
  background-image: linear-gradient(#0000, #004e8db8);
  height: 50px;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-57 {
  background-image: linear-gradient(#0000, #00000094 36%, #1a1a1a85 65%, #fff0);
  position: absolute;
  inset: 0%;
}

.works-title {
  display: block;
}

.workstitle-sub {
  color: var(--en-text);
  letter-spacing: 2px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
}

.photo-05 {
  background-image: url('../images/Gallery-6.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 350px;
}

.photo-05:hover {
  opacity: .6;
}

.photo-06 {
  background-image: url('../images/Gallery-8.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 350px;
}

.photo-06:hover {
  opacity: .6;
}

.photo-07 {
  background-image: url('../images/Gallery-2.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.photo-08 {
  background-image: url('../images/Gallery-11.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 350px;
}

.photo-08:hover {
  opacity: .6;
}

.photo-09 {
  background-image: url('../images/Gallery-12.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 350px;
}

.photo-09:hover {
  opacity: .6;
}

.photo-10 {
  background-image: url('../images/Gallery-4.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.photo-11 {
  background-image: url('../images/Gallery-5.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 350px;
}

.photo-11:hover {
  opacity: .6;
}

.photo-12 {
  background-image: url('../images/Gallery-1.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 350px;
}

.photo-12:hover {
  opacity: .6;
}

.div-block-58 {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.works2-big-title {
  letter-spacing: 4px;
  align-items: flex-start;
  width: 80%;
  padding-top: 0;
  font-size: 24px;
  display: flex;
}

.div-block-59 {
  background-image: url('../images/data.json');
  background-position: 0 0;
  background-size: auto;
  align-self: flex-start;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.lottie-animation {
  width: 50px;
  height: 50px;
}

.nav-social-2 {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.nav-social-link-2 {
  color: var(--primary);
  background-image: url('../images/linkedin2.png');
  background-position: 50%;
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-right: 24px;
  font-size: 12px;
  transition: color .6s cubic-bezier(.23, 1, .32, 1);
}

.nav-social-link-2:hover {
  color: var(--white);
}

.nav-social-link-3 {
  color: var(--primary);
  background-image: url('../images/imdb_1imdb.png');
  background-position: 50%;
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-right: 24px;
  font-size: 12px;
  transition: color .6s cubic-bezier(.23, 1, .32, 1);
}

.nav-social-link-3:hover {
  color: var(--white);
}

.div-block-19-3 {
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  padding-top: 0;
  display: flex;
}

.div-block-20-copy {
  width: 30%;
  min-width: auto;
  max-width: 1920px;
  height: 450px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.name_en {
  letter-spacing: 3px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.div-block-60 {
  letter-spacing: 3px;
  align-items: flex-end;
  display: flex;
}

.div-block-61 {
  border-bottom: 1px none var(--border);
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-14-copy {
  letter-spacing: 2px;
  width: 100%;
  padding-left: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.buget-control {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-63 {
  background-color: #fff;
  width: 100%;
  max-width: 380px;
  height: 70px;
}

.div-block-63-copy {
  background-color: #fff;
  width: 100%;
  height: 70px;
  margin-left: 20px;
  margin-right: 20px;
}

.text-block-30 {
  color: var(--border);
  letter-spacing: 0;
  background-color: #fff;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 19px;
  font-weight: 900;
  display: flex;
}

.buget-control-textbox {
  width: 90%;
}

.text-block-30-2 {
  border: 2px solid var(--white);
  background-color: var(--black-2);
  color: var(--white);
  letter-spacing: 3px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100px;
  margin: 0 5px;
  font-size: 19px;
  font-weight: 900;
  display: flex;
  box-shadow: inset 0 0 14px 1px #ffffff7d;
}

.text-block-30-3 {
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  border-left: 2px solid var(--white);
  background-color: var(--white-2);
  color: var(--white);
  letter-spacing: 3px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.div-block-64 {
  background-color: var(--white-2);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 0 5px 10px;
  display: flex;
}

.div-block-65 {
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.text-block-30-4 {
  border: 2px solid var(--white);
  background-color: var(--white-3);
  color: var(--white);
  letter-spacing: 3px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-left: 10px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.text-block-30-6 {
  border: 2px solid var(--white);
  background-color: var(--white-3);
  color: var(--white);
  letter-spacing: 3px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-left: 0;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.text-block-30- {
  border: 2px solid var(--white);
  color: #fff;
  letter-spacing: 3px;
  background-color: #0071bc;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100px;
  margin: 0 5px;
  font-size: 19px;
  font-weight: 900;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 10px #ffffffc7;
}

.text-block-30-5 {
  border: 2px solid var(--white);
  background-color: var(--black-2);
  color: var(--white);
  letter-spacing: 3px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 205%;
  height: 100px;
  margin: 0 5px;
  font-size: 19px;
  font-weight: 900;
  display: flex;
}

.div-block-66 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
}

.div-block-67 {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.div-block-68 {
  border: 2px solid var(--white);
  background-color: var(--black-2);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 300px;
  margin: 10px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: inset 0 0 10px 2px #ffffff42;
}

.div-block-64-2 {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
}

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

.top-pic01 {
  background-image: url('../images/SEIRYU_BackOffice_iconアートボード-20.png');
  background-position: 0 0;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.top-pic02 {
  background-image: url('../images/SEIRYU_BackOffice_iconアートボード-2-のコピー0.png');
  background-position: 0 0;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.top-pic03 {
  background-image: url('../images/SEIRYU_BackOffice_iconアートボード-2-のコピー-30.png');
  background-position: 0 0;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.top-pic04 {
  background-image: url('../images/SEIRYU_BackOffice_iconアートボード-110.png');
  background-position: 0 0;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.top-pic05 {
  background-image: url('../images/SEIRYU_BackOffice_iconアートボード-2-のコピー-20.png');
  background-position: 0 0;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.top-pic06 {
  background-image: url('../images/SEIRYU_BackOffice_iconアートボード-11_20.png');
  background-position: 0 0;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.top-pic07 {
  background-image: url('../images/SEIRYU_BackOffice_iconアートボード-11_10.png');
  background-position: 0 0;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.top-pic08 {
  background-image: url('../images/SEIRYU_BackOffice_iconアートボード-11_30.png');
  background-position: 0 0;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.text-block-31 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
}

.text-block-31-2 {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  font-weight: 900;
  display: block;
}

.div-block-70 {
  background-image: url('../images/Logo_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 70px;
  margin-top: 13px;
}

.logo03 {
  background-image: url('../images/aerial-grouop.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  width: 150px;
  height: 75px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.div-block-72 {
  color: #0000;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  height: 120px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.logo01 {
  background-image: url('../images/MUSO_LOGO_LOOP_HQ_GIF_D2.gif');
  background-position: 50%;
  background-size: cover;
  border-radius: 9px;
  width: 75px;
  height: 75px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.logo02 {
  background-image: url('../images/indochina-productions-logo.gif');
  background-position: 50%;
  background-size: cover;
  border-radius: 9px;
  width: 200px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.div-block-73 {
  justify-content: center;
  display: flex;
}

.link-block-2 {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.div-block-74 {
  background-color: var(--black);
  width: 80%;
  height: 200px;
}

.text-block-32 {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  transform: rotate(-90deg);
}

.blog-desc-div {
  flex: 1;
  margin-left: 60px;
  margin-right: 60px;
}

.read-more-ab-2 {
  justify-content: center;
  width: 20px;
  height: 120px;
  margin-right: 10px;
  display: flex;
}

.read-more-arrow {
  background-image: url('../images/arrow-forward.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 14px;
}

.blog-artice-text-div-2 {
  z-index: 2;
  align-items: center;
  display: flex;
  position: relative;
}

.unvisible-mask {
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 20px;
  overflow: hidden;
}

.blog-article-line-2 {
  color: #909090;
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 40px 100px 40px 60px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.blog-article-read-more-link {
  z-index: 2;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-sub {
  color: #909090;
  max-width: 450px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 25px;
}

.left-block-2 {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 50%;
  height: 800px;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-size: 50px;
  font-weight: 700;
}

.div-block-75 {
  background-image: url('../images/アセット-10.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 700px;
  height: 130px;
  margin-top: 10px;
}

.div-block-76 {
  background-image: url('../images/アセット-60.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.text-block-33 {
  border: 2px solid var(--white);
  background-color: var(--white-3);
  letter-spacing: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.div-block-77 {
  background-image: url('../images/アセット-30.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 660px;
  height: 70px;
}

.div-block-78 {
  background-image: url('../images/アセット-40.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 660px;
  height: 70px;
}

.div-block-79 {
  flex-direction: column;
  align-items: flex-start;
  width: 90vw;
  max-width: 1400px;
  display: flex;
}

.blog-article-line-3 {
  color: #909090;
  border: 1px solid #1f1f1f;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 40px 60px 30px 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.div-block-80 {
  flex-direction: column;
  width: 100%;
  height: auto;
  display: flex;
}

.paragraph-sub-2 {
  max-width: 450px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 25px;
  display: none;
}

.heading-3 {
  text-align: left;
  letter-spacing: 1px;
  font-family: Noto Sans, sans-serif;
  font-size: 50px;
  font-weight: 300;
}

.div-block-81 {
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.div-block-82 {
  background-color: var(--white);
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-83 {
  width: 100%;
  display: flex;
}

.div-block-84 {
  min-width: 120px;
}

.text-block-35 {
  letter-spacing: 2px;
  margin-right: 0;
  font-size: 14px;
  font-weight: 600;
}

.text-block-34 {
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
}

.div-block-85 {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-86 {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 20px;
  display: flex;
}

.white_line {
  background-color: var(--white);
  width: 100%;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-87 {
  z-index: -1;
  width: 100vw;
  height: 200vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-2 {
  position: absolute;
  left: 2%;
}

.image-3 {
  opacity: .24;
  position: absolute;
  inset: 19% -3% 0% auto;
}

.image-4 {
  position: absolute;
  inset: 60% 0% 0% auto;
}

.image-5 {
  position: absolute;
  inset: auto auto 4% 1%;
}

.works_contents_videourldiv {
  width: 60vw;
}

.div-block-76--2 {
  width: 100%;
  padding-left: 20px;
  font-weight: 400;
}

.text-block-36 {
  letter-spacing: 2px;
  font-size: 14px;
}

.text-block-37 {
  color: var(--en-text);
  letter-spacing: .02em;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 600;
}

.div-block-88 {
  align-items: flex-end;
  display: flex;
}

.text-block-19-2 {
  color: var(--en-text);
  letter-spacing: .02em;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 600;
}

.div-block-89 {
  filter: grayscale();
  background-image: url('../images/DSC04452.jpg');
  background-position: 50% 85%;
  background-size: cover;
  border-radius: 8px;
  min-height: 60vh;
}

.text-block-38 {
  color: var(--en-text);
  text-align: center;
  letter-spacing: .02px;
  padding: 4px 10px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.futura_text-block-39 {
  font-family: Futura font, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 500;
}

.text-block-41 {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.text-block-42 {
  font-weight: 500;
}

.div-block-90 {
  min-width: 255px;
}

.div-block-91 {
  width: 50%;
}

.link-block-3 {
  filter: invert();
  background-image: url('../images/imdb_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 60px;
  min-height: 60px;
}

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

.text-block-43 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
}

.works_contents {
  width: 100%;
}

.div-block-94 {
  z-index: 1;
  background-color: #00000045;
  position: fixed;
  inset: 0%;
}

.div-block-95 {
  mix-blend-mode: screen;
  position: fixed;
  inset: 0%;
}

.youtube {
  z-index: 1;
}

.grid-2 {
  grid-column-gap: 46px;
  grid-row-gap: 33px;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding: 20px 40px;
}

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

.div-block-97 {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.text-block-44 {
  letter-spacing: 3px;
  padding-left: 30px;
  font-size: 16px;
}

.div-block-98 {
  height: 10px;
}

.div-block-99 {
  opacity: .1;
  background-image: url('../images/Logo_1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 160%;
  position: absolute;
}

.about {
  display: none;
}

.grid-4 {
  grid-column-gap: 2px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .3fr .3fr 1fr 1fr .5fr;
}

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

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

.text-block-45 {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
}

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

  h2 {
    font-size: 48px;
  }

  blockquote {
    font-size: 28px;
  }

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

  .section.padding-bottom-0 {
    padding-bottom: 0;
  }

  .section.home-hero-section {
    height: auto;
    padding-top: 120px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.work-hero-section {
    min-height: 600px;
  }

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

  .section.contact-hero-section {
    padding-top: 160px;
  }

  .section.padding-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .grid-quarters.bio-logos {
    grid-template-columns: 1fr 1fr;
  }

  .grid-quarters.bio-description {
    grid-template-columns: 1fr;
  }

  .divider.get-started {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .heading-display-1 {
    font-size: 112px;
  }

  .paragraph-large {
    font-size: 28px;
  }

  .heading-large {
    font-size: 48px;
  }

  .heading-xlarge {
    font-size: 64px;
  }

  .grid-thirds.bio-moments {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-thirds.footer-bottom {
    grid-template-columns: 1fr;
  }

  .grid-thirds.shop {
    grid-row-gap: 60px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .margin-80 {
    margin-bottom: 56px;
  }

  .rich-text figure {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .work-collection-list-wrapper, .view-all-projects-button {
    display: none;
  }

  .overflow-hidden {
    overflow: visible;
  }

  .nav {
    top: 0;
  }

  .container-large {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-halves.bio-hero {
    margin-top: 24px;
  }

  .grid-halves.work-cms {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .grid-halves.products, .grid-halves.checkout {
    grid-template-columns: 1fr;
  }

  .bio-hero-image {
    object-fit: cover;
    max-height: none;
  }

  .call-to-action {
    padding: 160px 40px;
  }

  .nav-menu-links-wrap {
    width: 100%;
    display: none;
    top: 0;
  }

  .nav-menu-links-content {
    padding-top: 120px;
    display: block;
  }

  .nav-link {
    font-size: 48px;
  }

  .work-hero-background, .work-hero-background-video {
    height: 600px;
  }

  .work-cms-image {
    height: auto;
  }

  .cms-work-hero-thumb {
    height: 700px;
  }

  .next-project-wrap, .next-project-wrap.w--current {
    margin-top: 56px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .contact-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .contact-background-video {
    height: auto;
    padding-bottom: 56.25%;
  }

  .mobile-work {
    display: flex;
  }

  .shop-hero-background {
    height: 600px;
  }

  .shop-item {
    width: 100%;
    max-width: 730px;
  }

  .products-image {
    max-width: 730px;
  }

  .perks-item {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .works_text {
    padding-bottom: 20px;
  }

  .div-block-9 {
    flex-direction: column;
  }

  .div-block-15 {
    letter-spacing: 4px;
    flex-direction: column;
    height: auto;
  }

  .works2-sub-title {
    color: var(--en-text);
    letter-spacing: 2px;
    width: 100%;
    padding-top: 0;
    font-size: 14px;
  }

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

  .contact-item-copy {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .section-4 {
    padding-top: 100px;
  }

  .div-block-19 {
    flex-direction: row;
    align-self: auto;
    align-items: center;
  }

  .div-block-20 {
    flex-direction: row;
    align-items: flex-end;
    width: 50vw;
  }

  .member-photo-02, .member-photo-03 {
    min-height: 200px;
  }

  .name_jp {
    font-size: 16px;
  }

  .member-photo-04, .member-photo-05 {
    min-height: 200px;
  }

  .div-block-26 {
    flex-direction: column;
    align-items: center;
  }

  .member_pic_01 {
    align-self: auto;
    width: 100%;
    height: 600px;
    margin-right: 0;
  }

  .text-block-14 {
    width: 100%;
  }

  .button-2.white {
    justify-content: center;
  }

  .div-block-36 {
    margin-bottom: 10px;
  }

  .text-block-19, .text-block-20 {
    margin-bottom: 5px;
  }

  .div-block-39 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .div-block-46 {
    width: 95vw;
  }

  .paragraph-7, .paragraph-9 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-55 {
    padding-right: 60px;
  }

  .div-block-58 {
    border-bottom: 1px solid var(--border);
    border-radius: 1px;
    flex-direction: column;
    width: 100%;
    padding-bottom: 20px;
  }

  .works2-big-title {
    width: 100%;
  }

  .nav-social-link-2 {
    width: 30px;
    height: 30px;
  }

  .div-block-19-3 {
    flex-direction: row;
    align-self: auto;
    align-items: center;
  }

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

  .name_en {
    font-size: 16px;
  }

  .text-block-14-copy, .div-block-67 {
    width: 100%;
  }

  .div-block-69 {
    flex-direction: column;
  }

  .logo03 {
    width: 130px;
    height: 58px;
  }

  .logo01 {
    width: 60px;
    height: 60px;
  }

  .logo02 {
    width: 170px;
    height: 30px;
  }

  .link-block-2 {
    width: 190px;
    height: 80px;
  }

  .blog-desc-div {
    margin: 30px 0;
  }

  .read-more-ab-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: auto;
    height: 20px;
    margin-right: 10px;
  }

  .blog-artice-text-div-2 {
    flex-direction: column;
    justify-content: center;
  }

  .unvisible-mask {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .blog-article-line-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-block-2 {
    width: 100%;
    min-height: 460px;
  }

  .blog-article-line-3 {
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 80px;
  }

  .div-block-81 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-85 {
    flex-direction: column;
  }

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

  .div-block-88 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-89 {
    min-height: 60vw;
  }

  .futura_text-block-39 {
    font-size: 25px;
  }

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

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

  .grid-4 {
    width: 150%;
    overflow: scroll;
  }

  .div-block-101 {
    width: 100%;
    overflow: scroll;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  blockquote {
    font-size: 24px;
  }

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

  .section.home-hero-section {
    padding-top: 80px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.contact-hero-section {
    padding-top: 120px;
  }

  .section.checkout-section {
    padding-top: 100px;
  }

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

  .divider.get-started {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-display-1 {
    font-size: 88px;
  }

  .paragraph-large {
    font-size: 24px;
  }

  .text-size-large {
    font-size: 20px;
  }

  .text-size-small {
    font-size: 16px;
  }

  .heading-large {
    font-size: 36px;
  }

  .heading-medium {
    font-size: 32px;
  }

  .heading-small {
    font-size: 28px;
  }

  .heading-xlarge {
    font-size: 48px;
  }

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

  .grid-thirds.shop {
    grid-row-gap: 40px;
  }

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

  .rich-text figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-style-spaced {
    letter-spacing: .6em;
  }

  .nav {
    padding-top: 15px;
    padding-bottom: 15px;
    top: 0;
  }

  .container-large {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-halves.bio-hero {
    margin-top: 40px;
  }

  .grid-halves.work-cms {
    grid-row-gap: 40px;
  }

  .bio-space {
    width: 80px;
  }

  .bio-hero-image {
    max-height: none;
  }

  .call-to-action {
    padding: 120px 24px;
  }

  .nav-menu-links-wrap {
    display: none;
    top: 0;
  }

  .nav-menu-links-content {
    padding-top: 100px;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .nav-link, .nav-link.item-3.w--current {
    font-size: 36px;
  }

  .nav-overlay {
    display: none;
  }

  .nav-lottie {
    width: 20px;
    height: 20px;
  }

  .nav-social {
    margin-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .work-hero-background-video {
    width: 100%;
  }

  .cms-work-hero-thumb {
    height: 600px;
  }

  .next-project-wrap, .next-project-wrap.w--current {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-social-item {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .contact-social-divider {
    display: none;
  }

  .licenses-item {
    padding: 24px;
  }

  .div-block {
    width: 210px;
    height: 40px;
  }

  .feature-section {
    padding: 40px 20px;
  }

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

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .photo-02, .photo-03, .photo-04 {
    height: 300px;
  }

  .text-block-6 {
    letter-spacing: 6px;
    font-size: 20px;
  }

  .div-block-12 {
    height: 140px;
  }

  .div-1920 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .works2-sub-title {
    line-height: 1.6;
  }

  .text-block-8 {
    letter-spacing: 2px;
  }

  .div-block-16 {
    font-size: 12px;
  }

  .text-block-9 {
    letter-spacing: 2px;
  }

  .text-block-10 {
    letter-spacing: 5px;
    font-size: 20px;
  }

  .div-block-19 {
    align-items: center;
  }

  .member-photo-01, .member-photo-02, .member-photo-03 {
    min-height: 150px;
  }

  .name_jp, .text-block-12 {
    letter-spacing: 2px;
    font-size: 14px;
  }

  .member-photo-04, .member-photo-05 {
    min-height: 150px;
  }

  .div-block-25 {
    height: 100px;
  }

  .text-block-14 {
    text-align: justify;
    padding-right: 0;
  }

  .paragraph-5, .paragraph-6 {
    font-size: 16px;
  }

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

  .feature-section-2 {
    padding: 40px 20px;
  }

  .flex-container-2 {
    flex-direction: column;
  }

  .feature-image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-54 {
    font-size: 15px;
  }

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

  .div-block-56 {
    height: 60px;
  }

  .photo-05, .photo-06, .photo-08, .photo-09, .photo-11, .photo-12 {
    height: 300px;
  }

  .works2-big-title {
    padding-top: 0;
    font-size: 18px;
  }

  .div-block-59 {
    width: 30px;
    height: 30px;
  }

  .nav-social-2 {
    margin-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-19-3 {
    align-items: center;
  }

  .div-block-20-copy {
    height: 250px;
  }

  .name_en {
    letter-spacing: 2px;
    font-size: 14px;
  }

  .div-block-61 {
    flex-direction: column;
  }

  .text-block-14-copy {
    padding-left: 0;
  }

  .div-block-70 {
    width: 210px;
  }

  .div-block-72 {
    flex-direction: column;
    height: auto;
  }

  .link-block-2 {
    width: 270px;
    height: 100px;
    margin-bottom: 20px;
  }

  .blog-desc-div {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .heading-3 {
    font-size: 40px;
  }

  .div-block-83 {
    margin-bottom: 5px;
  }

  .div-block-76--2 {
    margin-top: 60px;
    padding-left: 0;
  }

  .div-block-89 {
    min-height: 60vw;
  }

  .futura_text-block-39 {
    font-size: 20px;
  }

  .div-block-90 {
    min-width: 190px;
  }

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

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

  .grid-4 {
    width: 200%;
  }

  .text-block-45 {
    margin-bottom: 20px;
  }
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  blockquote {
    font-size: 20px;
  }

  .section.work-hero-section {
    min-height: 500px;
  }

  .section.contact-hero-section, .section.shop-hero-section {
    padding-top: 100px;
  }

  .divider.get-started {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-display-1 {
    font-size: 54px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .heading-large {
    font-size: 28px;
  }

  .heading-medium {
    font-size: 24px;
  }

  .heading-small {
    font-size: 16px;
  }

  .heading-xlarge {
    font-size: 30px;
  }

  .grid-thirds.bio-moments, .grid-thirds.style-guide {
    grid-template-columns: 1fr;
  }

  .rich-text figure {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-style-spaced {
    letter-spacing: .1em;
  }

  .logo {
    width: 100px;
  }

  .bio-hero-right {
    text-align: center;
  }

  .bio-space {
    width: 60px;
    display: none;
  }

  .call-to-action {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .nav-menu-links-wrap {
    display: none;
  }

  .nav-menu-links-content {
    padding-top: 80px;
  }

  .nav-link, .nav-link.item-3.w--current {
    font-size: 28px;
  }

  .work-hero-background, .work-hero-background-video {
    height: 500px;
  }

  .work-cms-bottom {
    font-size: 16px;
  }

  .cms-work-hero-thumb {
    height: 500px;
  }

  .next-project-wrap {
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .next-project-wrap.w--current {
    margin-top: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .next-project-icon {
    width: 12px;
  }

  .button.discount {
    margin-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cart-button {
    padding-left: 12px;
    padding-right: 12px;
  }

  .shop-hero-background {
    height: 500px;
  }

  .products-content {
    padding-top: 16px;
    padding-bottom: 0;
  }

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

  .perks-item {
    padding: 24px;
  }

  .products-description-wrap {
    padding-top: 60px;
    padding-bottom: 28px;
  }

  .checkout-block-header {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .checkout-block-content.discount {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .order-item-header {
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block {
    width: 150px;
  }

  .photo-02, .photo-03, .photo-04 {
    height: 150px;
  }

  .text-block-6 {
    letter-spacing: 4px;
    font-size: 16px;
  }

  .section_top_top_scroll_interection {
    display: none;
  }

  .div-block-12 {
    height: 100px;
  }

  .div-1920 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .works2-sub-title {
    color: var(--white);
  }

  .text-block-8 {
    letter-spacing: 2px;
  }

  .div-block-16 {
    font-size: 12px;
  }

  .div-block-17 {
    font-size: 14px;
  }

  .text-block-9 {
    letter-spacing: 2px;
  }

  .text-block-10 {
    letter-spacing: 4px;
    font-size: 16px;
  }

  .div-block-19 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-20 {
    width: 80vw;
    margin-bottom: 20px;
    display: block;
  }

  .member-photo-01 {
    width: 80vw;
    height: 80vw;
    position: static;
  }

  .text-block-13 {
    font-size: 12px;
  }

  .div-block-26 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .member_pic_01 {
    height: 280px;
  }

  .text-block-18 {
    font-size: 20px;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 1.8;
  }

  .paragraph-3 {
    line-height: 1.4;
  }

  .text-block-18-2 {
    font-size: 20px;
  }

  .paragraph-4 {
    line-height: 1.4;
  }

  .div-block-38 {
    padding-right: 5px;
  }

  .text-block-20 {
    padding-left: 10px;
  }

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

  .paragraph-7 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .text-block-28 {
    font-size: 14px;
  }

  .paragraph-9 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-54 {
    padding-left: 0;
    font-size: 14px;
    line-height: 1.7;
  }

  .photo-05, .photo-06, .photo-08, .photo-09, .photo-11, .photo-12 {
    height: 150px;
  }

  .div-block-59 {
    width: 25px;
    height: 25px;
  }

  .div-block-19-3 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .div-block-20-copy {
    height: 300px;
    margin-bottom: 20px;
    display: none;
  }

  .div-block-67 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-68 {
    width: 95%;
  }

  .text-block-32 {
    font-size: 12px;
  }

  .blog-artice-text-div-2 {
    align-items: flex-start;
    width: 100%;
  }

  .unvisible-mask {
    padding-left: 0;
  }

  .blog-article-line-2 {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-article-line-3 {
    align-items: center;
    padding-top: 35px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-3 {
    font-size: 28px;
  }

  .div-block-83 {
    flex-direction: column;
  }

  .div-block-84 {
    min-width: 100px;
  }

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

  .text-block-37 {
    padding-left: 10px;
    font-size: 12px;
  }

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

  .div-block-89 {
    min-height: 100vw;
  }

  .futura_text-block-39 {
    letter-spacing: 3px;
    font-size: 18px;
  }

  .text-block-40 {
    letter-spacing: 3px;
    font-size: 13px;
  }

  .text-block-43 {
    font-size: 23px;
  }

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

  .grid-3 {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-97 {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_71200bd8-0037-17bc-e9f1-5a8b02037de1-24e6a3d1, #w-node-_88e5411e-8598-196f-8b99-bc3038d3a1f6-24e6a3d1, #w-node-_4cb4db14-8649-34af-784e-b74eb870518e-24e6a3d1 {
  justify-self: center;
}

#w-node-_39989be8-e407-3ca6-24b6-63ae6f304a8c-6f304a7b {
  align-self: end;
}

#w-node-_39989be8-e407-3ca6-24b6-63ae6f304a8e-6f304a7b {
  place-self: center;
}

#w-node-_39989be8-e407-3ca6-24b6-63ae6f304a97-6f304a7b {
  place-self: center end;
}

#w-node-bfcb9909-49e7-6cf2-313b-7580fd8aa015-2ce6a3d4, #w-node-_49b60821-3495-3833-6198-9b0f0279cebe-87e6a3d5, #w-node-_49b60821-3495-3833-6198-9b0f0279cec1-87e6a3d5, #w-node-_1c53f49f-6275-b904-78ae-789b55f0c6ed-75e6a3db, #w-node-af9c80ee-a8d3-7a0a-3c75-f646cc85fb8e-75e6a3db, #w-node-b1948ba2-2fb6-b07e-b8dc-ba838c9b1e5f-75e6a3db, #w-node-b1948ba2-2fb6-b07e-b8dc-ba838c9b1e62-75e6a3db, #w-node-b1948ba2-2fb6-b07e-b8dc-ba838c9b1e65-75e6a3db, #w-node-_84661f69-6c46-d3a2-bf5b-bd54f0b413d0-75e6a3db, #w-node-cfe13209-1800-d185-db3c-60d7024d396b-75e6a3db, #w-node-cfe13209-1800-d185-db3c-60d7024d396e-75e6a3db, #w-node-cfe13209-1800-d185-db3c-60d7024d3971-75e6a3db, #w-node-_9f0e7c4e-f644-85cf-1288-95f4193e48c9-75e6a3db, #w-node-_9f0e7c4e-f644-85cf-1288-95f4193e48cc-75e6a3db {
  justify-self: center;
}

#w-node-_9f0e7c4e-f644-85cf-1288-95f4193e48d0-75e6a3db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f24ae9ce-268b-acce-bec2-31c316585cfc-2fe6a3dc, #w-node-_16faef51-60c1-0ee9-9707-cf71d22076e7-2fe6a3dc, #w-node-_5db158dc-bf2e-1e68-72b6-ba6aea4b4e09-2fe6a3dc, #w-node-ed60e543-35c2-01e0-f36d-0aea9943be21-2fe6a3dc {
  justify-self: center;
}

#w-node-cd5af477-d096-797b-94e7-1f10c736d643-13e6a3e0 {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-f7351577-15f4-da96-6e7d-f3597332ac0b-13e6a3e0 {
  grid-area: span 8 / span 1 / span 8 / span 1;
}

#w-node-ed59e24b-f497-b8c3-7f57-f54422fbc5b9-13e6a3e0 {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-_2b0c7d79-ff98-65da-7662-205517d288f9-13e6a3e0 {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_81217274-e228-cd15-3943-fc58d7b636e0-13e6a3e0 {
  grid-area: span 8 / span 1 / span 8 / span 1;
}

#w-node-d93d6c0d-56d3-c83b-699d-180f51e3ed92-13e6a3e0 {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-_2fa3a494-9bc7-10b1-2965-df629e099d9c-13e6a3e0, #w-node-ce371923-6a14-2d6f-d825-f0547dc17c18-13e6a3e0, #w-node-d06c8c91-baf7-3a90-c9b5-abcd3a1fc03b-13e6a3e0, #w-node-d5818b00-340d-c00b-b790-29b4dbe097a7-13e6a3e0, #w-node-df05aff6-cdb9-c14f-979a-0a35eb6e4806-13e6a3e0, #w-node-e06ec309-0003-9b1b-cfa4-5674d6257967-13e6a3e0, #w-node-f04a0211-bb61-39d8-d5e6-158e2823eef5-13e6a3e0, #w-node-_6926323e-4ab9-b982-011e-5f31553f160c-13e6a3e0, #w-node-_0e99bc73-9027-68b1-9ec8-f6665bf12d8a-13e6a3e0, #w-node-_9e5be4d0-88b7-10d1-0100-abff0f1a862a-13e6a3e0, #w-node-_931416d4-cb98-2983-e486-0efd49b90776-13e6a3e0, #w-node-a5102d31-ef31-fe79-e923-6848458304f7-13e6a3e0, #w-node-_2a677156-028b-6c60-1094-3250012b6b4f-13e6a3e0, #w-node-_5ecb43f5-ea9e-e871-2cab-a882e363c74e-13e6a3e0, #w-node-f92d2be2-15bc-dcba-81ea-b5e72c430faf-13e6a3e0, #w-node-dd0704ea-f3f3-75b2-3ca1-bb752244c390-13e6a3e0, #w-node-_8895ed69-378c-adea-9b8a-c8cfe47c46fd-13e6a3e0, #w-node-_4e1cbd03-1bd2-a21a-d103-7987cc3cb8bc-13e6a3e0, #w-node-d8f8b177-5f5f-70f2-f691-c2104e0aad90-13e6a3e0, #w-node-c67a6d8a-01cd-e1bd-c2fb-ff93d22ee937-13e6a3e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17758b0c-0ac7-b5b3-3c8b-8a906e6cbd55-13e6a3e0 {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-debbb046-5afd-3ea0-d892-dd1f7944a5cd-13e6a3e0, #w-node-_636e0f40-8b1e-c36b-85ef-7e9ca028e8f7-13e6a3e0, #w-node-c5e6704a-142d-5c75-4ea1-498caa5566d7-13e6a3e0, #w-node-_06fec20f-d37b-2233-3e64-fe1942b7a5b0-13e6a3e0, #w-node-_8b779705-5517-d7c3-2fa7-2c00c59204e6-13e6a3e0, #w-node-_8d35d052-1b9f-ebc4-52c6-209c3293e47f-13e6a3e0, #w-node-_1732df49-d77d-890d-64e9-c28b7a3e83c0-13e6a3e0, #w-node-_538665ed-8621-9255-e3c7-6adb10bbce2b-13e6a3e0, #w-node-_333e4c93-be3e-5025-aad0-f055d1a0f5ea-13e6a3e0, #w-node-_86c17390-f2df-e013-441d-98c897ca5534-13e6a3e0, #w-node-_17241ba2-3346-5c4f-b4d7-2f4b047bbf82-13e6a3e0, #w-node-_991bc8b7-3e1c-2ae0-071d-b059c0d9a403-13e6a3e0, #w-node-_51a64b7d-8564-4cb2-957e-2d3453c48ad6-13e6a3e0, #w-node-_1575a6fd-cb3c-3d16-bd48-7973f61e9421-13e6a3e0, #w-node-_4ecb24dc-d4f7-d84d-3d33-4b49e2353ab2-13e6a3e0, #w-node-ea2bef97-7dfe-98c3-60f6-c4b92e09566f-13e6a3e0, #w-node-_6569ab1e-0711-a399-21b4-5954f93af127-13e6a3e0, #w-node-_475101cf-aa79-0873-d862-0ecc614fbd51-13e6a3e0, #w-node-f6828ea6-bd1a-59bf-d3f4-51809e8d17d2-13e6a3e0, #w-node-e73fb673-2cb9-a003-319e-52ff0917ec35-13e6a3e0, #w-node-ba49e397-3c89-f8bb-76a9-7b7366767196-13e6a3e0, #w-node-b3357a25-1aae-6040-438e-28e49d20a672-13e6a3e0, #w-node-ccec943d-286d-ce69-c03a-ec9ffb2536df-13e6a3e0, #w-node-_3e06def6-b6ab-b193-74e9-7bb30a9612c5-13e6a3e0, #w-node-_9d0e8703-6ae9-4600-988b-1a9129997fbe-13e6a3e0, #w-node-_150072aa-4629-b674-156e-4364dfc86d08-13e6a3e0, #w-node-ae9bee4e-8e9e-cbf6-505d-f97342e9ef2c-13e6a3e0, #w-node-_4e3e1b53-2706-a90e-b186-2373ead88360-13e6a3e0, #w-node-_5d1dce8b-f806-bd97-1144-cc10dcf09745-13e6a3e0, #w-node-_3f939067-c839-194f-e092-f7cfed671a05-13e6a3e0, #w-node-f0ece9bf-2ade-5bfd-3edf-7bab694c1144-13e6a3e0, #w-node-_0a44faae-40f5-2cd3-2a59-75adda9dbc48-13e6a3e0, #w-node-d879b64c-443d-9ff3-96af-06185986559e-13e6a3e0, #w-node-_42c851c0-0105-e33a-28ad-d346b3523713-13e6a3e0, #w-node-_4c779e7d-46e0-8d5d-3eac-baf55f2d2578-13e6a3e0, #w-node-c6900c00-419f-00a4-8231-18bab7e297bc-13e6a3e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a345393-32da-2bf4-104f-af4ba09f1226-13e6a3e0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8219afed-4e7f-7b53-4893-77aea731af96-13e6a3e0, #w-node-_804f4650-9af7-5a78-33b8-28bb1af7c376-13e6a3e0, #w-node-a0e9e981-8c05-435f-5aa1-f24a04d9f7dc-13e6a3e0, #w-node-_177dfbb2-082d-2b72-ba6c-3de3a15a3679-13e6a3e0, #w-node-_18c58445-ba27-bf2d-cfd7-195413e65d13-13e6a3e0, #w-node-_75816387-bdbe-2465-463b-696e059bce1e-13e6a3e0, #w-node-bc04a531-4293-731d-15e6-ab500bb74168-13e6a3e0, #w-node-ce217eb9-1055-2a16-c6c5-64b759c92b29-13e6a3e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f4cc740-a6f7-f8d4-c59f-2e870d30bc4d-13e6a3e0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b325c8c8-73fe-85e5-850d-dd27da06bc87-13e6a3e0, #w-node-_7d2ececb-fc8c-4c32-4031-90cb411ba637-13e6a3e0, #w-node-_773eaf22-4128-9956-54c8-1cacf0a99662-13e6a3e0, #w-node-d1cb38c5-c79e-3d0e-93c1-d34968899437-13e6a3e0, #w-node-_0fc4d658-45d7-e3cf-5f2f-d79b76ba481b-13e6a3e0, #w-node-_1bf52799-5a48-6dd2-72e0-bd1331ea4b73-13e6a3e0, #w-node-b5c18a7e-33f9-6f4d-c778-b085eb859914-13e6a3e0, #w-node-_92a5c603-9c4c-e731-1729-157681aebf13-13e6a3e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7338adf-a39a-2625-cc69-360c39fd2577-13e6a3e0 {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-_8dc9b12d-bad4-0b23-183d-86918adf20b0-13e6a3e0, #w-node-_74d9253a-ab01-d6df-da31-0fb54c969738-13e6a3e0, #w-node-_0f461683-c6b5-4e30-6acc-fd9e038319c1-13e6a3e0, #w-node-_3d75a6a7-97e3-581c-d5c2-06bbe7799d33-13e6a3e0, #w-node-_51e8cc9e-7f58-b706-49f8-dd1d40b20b71-13e6a3e0, #w-node-d32751e9-73b1-cd6a-2f8c-6bbef646ddfa-13e6a3e0, #w-node-d3be4755-05d3-0a49-97f5-7728e6378058-13e6a3e0, #w-node-_8d7f0e80-e0a3-5d28-3384-3da797953c94-13e6a3e0, #w-node-b882b7e5-145e-5ffa-8270-6853c53cacf1-13e6a3e0, #w-node-_7a103a73-5155-5f75-9beb-56fc2b8c39e2-13e6a3e0, #w-node-b9e193bb-cb60-7bf2-abdd-a6c10c9a0b8a-13e6a3e0, #w-node-_8fb5b487-4e1f-3806-5f2d-caff976f8c92-13e6a3e0, #w-node-f5519532-f8c6-b92d-d107-5c19a6d403e1-13e6a3e0, #w-node-fa35d5cb-54e2-d14d-8148-5f1007800a9b-13e6a3e0, #w-node-_83b38338-f285-1d0b-82f9-aac82ae18ecc-13e6a3e0, #w-node-c84ea4b0-89cd-bf02-cb82-b76c205856c3-13e6a3e0, #w-node-_5b7c9efc-5ac8-24d4-216d-e9491e2d30d6-13e6a3e0, #w-node-_0c664390-b567-c92a-a092-983f46636146-13e6a3e0, #w-node-_376ba569-94e8-f84e-a44d-6cc27b653f52-13e6a3e0, #w-node-_412e7f06-d6dd-36f3-af24-010ec57cc953-13e6a3e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f3667ca-35f2-70cb-c79c-0804521b1deb-13e6a3e0 {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-_01f4aca3-31be-f710-4f36-2a87618b654a-13e6a3e0, #w-node-fb40ec60-ee83-214c-3399-09208be8cccc-13e6a3e0, #w-node-db90d745-923d-bba9-5caa-1ceceeceee08-13e6a3e0, #w-node-_3783ef6b-a206-4a94-6a7c-18756ef2a8ac-13e6a3e0, #w-node-eae13e01-229a-70d8-5a39-db19aa85e369-13e6a3e0, #w-node-_27b65fdf-64af-2a8b-2ad8-1d5f9deae2b7-13e6a3e0, #w-node-_3429110f-419f-2cd2-90db-c810ef0c8c30-13e6a3e0, #w-node-a6a0127b-863c-9222-f033-d00d83628f88-13e6a3e0, #w-node-cc53e207-454f-529b-4fff-c87b20f7f23f-13e6a3e0, #w-node-_4194a7ac-56c5-5e4e-f6a9-f5571f198c97-13e6a3e0, #w-node-c1cf6e5d-f6ea-67bf-5fbb-83339845349b-13e6a3e0, #w-node-_7a50e040-90dd-a3ca-c90a-f2f31e72b2df-13e6a3e0, #w-node-_31ca33f7-6c7c-d692-830e-724c1e01953c-13e6a3e0, #w-node-_18e832c5-b49a-ea70-97fb-46efb47e6b89-13e6a3e0, #w-node-c5d7e4e8-0cef-58f0-8777-66da448ab57f-13e6a3e0, #w-node-_6fbb246c-2475-bc4a-63a5-9edfbbbe2b10-13e6a3e0, #w-node-_17aab2c1-407e-541c-2261-b5fc16bdb691-13e6a3e0, #w-node-_2661cf89-7062-52fd-c4a0-4d3b4d38824f-13e6a3e0, #w-node-b7c78452-e3b2-5ce6-ecf3-bedfa8be8d70-13e6a3e0, #w-node-_49f89a50-e4c4-3293-14b9-dfe1cad9c9d1-13e6a3e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c59836b6-265c-f1ba-df4d-dc24dea5517c-13e6a3e0 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_8b9dce38-2f5a-a659-9d1b-fa4d0d268067-13e6a3e0, #w-node-_25e41b9c-7698-e48a-9211-86824cecf81a-13e6a3e0, #w-node-ad6b5cc1-493e-0b08-25c2-5a59aa613c98-13e6a3e0, #w-node-fe1dfb35-0d4e-f6de-1281-0f0dafcc1b69-13e6a3e0, #w-node-bac18bc5-ea2a-9b08-2670-785ef19b7982-13e6a3e0, #w-node-_482d5aa1-d332-a782-5d71-f3393a0113b6-13e6a3e0, #w-node-d43ce7e9-b50b-bd63-131e-6aa0eabf39f8-13e6a3e0, #w-node-aafb3796-a5d3-c9d2-54cf-246a04079140-13e6a3e0, #w-node-_81e992eb-00ce-7776-97c4-7a7121328518-13e6a3e0, #w-node-f3a426dd-af04-b2cd-b587-ff921ddb3f32-13e6a3e0, #w-node-_13d7af6c-de4a-dd79-6d82-3db945c12845-13e6a3e0, #w-node-_06eb1046-8531-e181-8dd1-a94946331afa-13e6a3e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_435244d7-eec5-8d6f-5e64-9d1e566d0878-13e6a3e0 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-d1be51dd-ad31-420f-299f-fd02466a5752-13e6a3e0, #w-node-_0057ee28-4d4e-dde8-6f49-be5df92afd6a-13e6a3e0, #w-node-_817833a4-e9e0-d66c-e8d4-4a39d09172e3-13e6a3e0, #w-node-b9f84fc9-7076-6a18-24f6-45bfd69c2e78-13e6a3e0, #w-node-_5976709e-fced-7499-78e4-02f7e220b518-13e6a3e0, #w-node-_4a4f269f-8064-19ac-21ff-75e962955055-13e6a3e0, #w-node-ab2978bd-357f-8cb5-2391-6f7035fadf73-13e6a3e0, #w-node-a74a5383-9b27-9178-3227-3ef4d685a6c4-13e6a3e0, #w-node-d5216f41-f714-97d3-c75c-4e06ee7a0c7d-13e6a3e0, #w-node-_308ac93c-8acf-9255-2343-9d7f5c0fab50-13e6a3e0, #w-node-_6e17b08d-d637-bbc9-cfc3-792e5cc889b9-13e6a3e0, #w-node-_21a36d7c-7eb0-156d-849f-7cdd15e6a6a4-13e6a3e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9441141b-59c8-e31d-10f5-a960cca562ef-13e6a3e0 {
  grid-area: span 7 / span 1 / span 7 / span 1;
}

#w-node-_6d0fff21-90e9-17fe-673b-78821ac2211e-13e6a3e0, #w-node-_5944024c-d894-f8a2-57c8-b456b80ce43b-13e6a3e0, #w-node-_5eed1454-afc2-e330-8bc4-54436202eeeb-13e6a3e0, #w-node-_214e75a2-f0e4-bb23-3f60-3ce2f6079b66-13e6a3e0, #w-node-a4ecb88f-0850-3ecb-8883-cc4020b38ef7-13e6a3e0, #w-node-_0905ead9-a2cc-393c-af6d-52dd66c686a3-13e6a3e0, #w-node-d6b83a8e-2361-c25d-4436-c637068d1357-13e6a3e0, #w-node-f02dbd17-cab3-f1cc-79a7-af7201f3ba0f-13e6a3e0, #w-node-_0f6da8c8-3ef6-27de-ea86-320850bcd752-13e6a3e0, #w-node-c22a78fc-596b-9cca-184c-954256a3cb6a-13e6a3e0, #w-node-c4c25efe-6ce5-54ae-8d60-92ea24ea49ad-13e6a3e0, #w-node-_7b421ea8-8cc1-a467-aeb5-0240e872f8d2-13e6a3e0, #w-node-_563fc15c-8147-91e7-8853-0a0404ac01d3-13e6a3e0, #w-node-_3dae5c5c-6135-60ba-bafb-b3243550b36a-13e6a3e0, #w-node-_826de32b-f950-8ca0-0ff3-9af18f735ac9-13e6a3e0, #w-node-_06533ac1-90de-7965-1f70-8690b09a1f5a-13e6a3e0, #w-node-_2ff7acf8-8452-51c6-8806-8d30645e4429-13e6a3e0, #w-node-_660319f1-2151-0fde-84d7-56cf0ec91c31-13e6a3e0, #w-node-efc180e3-61b2-6b28-62b0-44cf5427ffe1-13e6a3e0, #w-node-f46253a3-9c9e-5eed-7db5-78f7792818ed-13e6a3e0, #w-node-_49a25060-9934-1737-cdb1-fff8b710c36f-13e6a3e0, #w-node-_017a5742-ee27-fea9-26a5-288c5cdeff4d-13e6a3e0, #w-node-_833783db-ba9a-e0c2-8bd6-faf823e2f09e-13e6a3e0, #w-node-_45ffc7c1-b236-191b-1917-d74f7a800a68-13e6a3e0, #w-node-_7c8471ea-0e28-101b-d62f-4c91dc13ea69-13e6a3e0, #w-node-_8e40443d-206f-795c-8696-8b7a143e6aa0-13e6a3e0, #w-node-aaa4f32a-faf1-48b6-8a41-bf122786024d-13e6a3e0, #w-node-b4fe2857-64e5-7c34-9045-dff17f0fec85-13e6a3e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_948f57c1-f4f6-b4f5-755e-34df825b2188-13e6a3e0 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-fdb7b0ef-1e5b-c3c8-2dfd-9ed1be18956c-13e6a3e0, #w-node-_37288d66-8744-25c1-b6c5-2d50f8b9a73b-13e6a3e0, #w-node-_3ce6c11f-a880-dc37-768f-8039b9aee1c8-13e6a3e0, #w-node-c0a96f0d-972f-c97f-4efb-a696ccf3409e-13e6a3e0, #w-node-_370cff15-f97c-e58b-38a0-cf3a2775787d-13e6a3e0, #w-node-e61f04cc-28be-42c2-7313-6917d909838d-13e6a3e0, #w-node-c39d57e0-10dd-71ad-ff56-fa239da4611c-13e6a3e0, #w-node-_38bf0b68-9c7b-1b6a-f079-67bdc9c43604-13e6a3e0, #w-node-_77995ba7-4f4c-4c46-198a-755c4b066c4b-13e6a3e0, #w-node-ff646a6f-230d-c94a-3e2d-bf73ae54f5fb-13e6a3e0, #w-node-b47b7b03-3a7b-2f17-4c2d-42304cbc1aa6-13e6a3e0, #w-node-_13580928-7d84-75cf-e7f7-1c4d2e3ca88e-13e6a3e0, #w-node-_0e19a5b4-43de-48ab-210e-ea4db8c81938-13e6a3e0, #w-node-_594ae984-faf2-1b7c-3844-163bc3c375ae-13e6a3e0, #w-node-_626a3dce-462f-0531-22cd-def5613f7dba-13e6a3e0, #w-node-_1da5b801-b6ed-b1e5-6b1e-0aee85387a8a-13e6a3e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52440a00-9091-ce58-edfd-f8764fbda531-13e6a3e0 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_3a6a2d4c-9dbf-efe3-34f2-6ef284c77c7d-13e6a3e0, #w-node-d53b7bc4-daff-fd7b-a4f4-94a93430c5b8-13e6a3e0, #w-node-_280265ba-6411-a1f4-b831-6f07442e0400-13e6a3e0, #w-node-_3686e701-90f0-2289-b69c-3ce6e8904017-13e6a3e0, #w-node-_749ca24b-36f3-7a9d-dbf7-b0787953221b-13e6a3e0, #w-node-fdce54b5-7530-089b-0640-5955771f4734-13e6a3e0, #w-node-c2d45661-29d8-c7e7-d34d-a04beb383426-13e6a3e0, #w-node-f1a59093-94a7-c1f8-8db7-ff33b5169f16-13e6a3e0, #w-node-baab839b-175a-2881-9117-db27760b0f5a-13e6a3e0, #w-node-_93ec4f09-e9b0-16e6-1bde-dd30c48d4268-13e6a3e0, #w-node-_93a12ffa-d790-9773-f657-db1b952c03de-13e6a3e0, #w-node-d19b236e-10f8-eba8-9ac7-541bfe74e875-13e6a3e0, #w-node-_2e644c68-a6b3-40de-20ee-32d3fbee16c6-13e6a3e0, #w-node-de34168a-8f2a-20bf-db2f-cfbbc621f8de-13e6a3e0, #w-node-_070ef7f9-5d31-6b71-499b-6d9ee03e4cf1-13e6a3e0, #w-node-bdaff1de-e109-a210-5786-dc6d274e3a6e-13e6a3e0, #w-node-fd0a5b82-c326-ded6-f062-ade1e10acbf8-13e6a3e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5a1d39-4c55-a9da-42a3-c2498d4bb36c-79e6a3e5, #w-node-ff5a1d39-4c55-a9da-42a3-c2498d4bb370-79e6a3e5, #w-node-fcaead1b-d968-b1f8-5f36-53738a9c66c9-93e6a3e6, #w-node-fcaead1b-d968-b1f8-5f36-53738a9c66cc-93e6a3e6 {
  justify-self: center;
}

#w-node-_6ce95a03-1098-6add-2fca-26e4623a0e0b-c0e6a3ea, #w-node-_113298a9-5c0d-3088-4998-9d182b9af0ef-c0e6a3ea, #w-node-_7868a56e-8748-6c4b-620a-d591a7144f6b-c0e6a3ea, #w-node-_7114eb16-5176-f0a7-ed25-efc74450aaf3-c0e6a3ea, #w-node-b512093b-625b-ea32-8835-eecc1d55929b-c0e6a3ea, #w-node-e5e32c2d-6788-b701-d7e1-d1a34bc061a5-c0e6a3ea, #w-node-af55fbfe-6b67-8ac5-24e5-8253deeeecfa-c0e6a3ea, #w-node-c988f34c-70c6-030e-3775-e4c25d3095fa-c0e6a3ea {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-b7a5a793-0810-0459-1297-3a01c17b586e-e8e6a3eb, #w-node-b7a5a793-0810-0459-1297-3a01c17b5871-e8e6a3eb, #w-node-b7a5a793-0810-0459-1297-3a01c17b5874-e8e6a3eb {
  justify-self: center;
}

#w-node-fb885c0e-eddc-d13a-a1b9-6959118272ef-33e6a3ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_39989be8-e407-3ca6-24b6-63ae6f304a8c-6f304a7b, #w-node-_39989be8-e407-3ca6-24b6-63ae6f304a97-6f304a7b {
    justify-self: center;
  }

  #w-node-_113298a9-5c0d-3088-4998-9d182b9af0ec-c0e6a3ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_113298a9-5c0d-3088-4998-9d182b9af0ef-c0e6a3ea, #w-node-_7868a56e-8748-6c4b-620a-d591a7144f6b-c0e6a3ea, #w-node-_7114eb16-5176-f0a7-ed25-efc74450aaf3-c0e6a3ea, #w-node-b512093b-625b-ea32-8835-eecc1d55929b-c0e6a3ea, #w-node-e5e32c2d-6788-b701-d7e1-d1a34bc061a5-c0e6a3ea, #w-node-af55fbfe-6b67-8ac5-24e5-8253deeeecfa-c0e6a3ea, #w-node-c988f34c-70c6-030e-3775-e4c25d3095fa-c0e6a3ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b47bb6f5-92a0-e2aa-a83c-1a19cef79bab-87e6a3d5, #w-node-_94faa48b-7373-d18e-9c68-a800075e7eaf-93e6a3e6 {
    justify-self: stretch;
  }

  #w-node-_6ce95a03-1098-6add-2fca-26e4623a0e0b-c0e6a3ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}


@font-face {
  font-family: 'Basementgrotesque v1';
  src: url('../fonts/BasementGrotesque-Black_v1.202.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Galgo';
  src: url('../fonts/Galgo-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Medium-Italic-font.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}