@font-face {
  font-family: REDHOT;
  src: url('../fonts/RedHatDisplayRegular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: REDHOT;
  src: url('../fonts/RedHatDisplayLight.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: REDHOT;
  src: url('../fonts/RedHatDisplayMedium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: REDHOT;
  src: url('../fonts/RedHatDisplaySemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: REDHOT;
  src: url('../fonts/RedHatDisplayBold.ttf') format("truetype"), url('../fonts/RedHatDisplayExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: REDHOT;
  src: url('../fonts/RedHatDisplayBlack.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hiragino W 9";
  src: url('../fonts/hiragino_W9.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hiragino W 7";
  src: url('../fonts/hiragino_W7.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hiragino W 8";
  src: url('../fonts/hiragino_W8.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hiragino W 6";
  src: url('../fonts/hiragino_W6.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hiragino W 1";
  src: url('../fonts/hiragino_W1.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hiragino W 4";
  src: url('../fonts/hiragino_W4.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hiragino W 5";
  src: url('../fonts/hiragino_W5.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hiragino W 2";
  src: url('../fonts/hiragino_W2.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hiragino W 3";
  src: url('../fonts/hiragino_W3.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark: #000;
  --white: white;
  --button-radius: 4px;
  --default-radius: 6px;
  --white-element-bg: #ffffff2b;
  --border-dark: #0000001f;
  --neutral-1: #f6f6f3;
  --border-white: #fff3;
  --neutral-2: #edede8;
  --body-text-white: #ffffffb3;
  --body-text: #000000b3;
  --font-family: "BDO Grotesk";
}

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('../assets/images/svg/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {

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

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

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

body {
  color: var(--dark);
  font-family: "Hiragino W 6", Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

a {
  color: var(--dark);
  text-decoration: none;
}

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

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

label {
  margin-bottom: 0;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: left;
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.5em;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
  position: sticky;
  top: 0;
}

.container---main {
  z-index: 2;
  align-self: center;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.container---main.navbar-container {
  z-index: 1;
  position: relative;
}

.container---main.summary {
  height: 100%;
  position: absolute;
}

.container---main.about {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.nav-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.nav-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: var(--button-radius);
  color: var(--dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 9px 10px;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 13px;
  transition: background-color .2s;
  display: flex;
}

.nav-link:hover {
  background-color: #0000000d;
}

.nav-link.cart-link {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

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

.dropdown-circle {
  background-color: var(--dark);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.dropdown-menu {
  border-radius: var(--default-radius);
  background-color: var(--dark);
  color: var(--white);
  min-width: 290px;
  padding-top: 3px;
  padding-bottom: 3px;
  position: relative;
  top: 6px;
}

.dropdown-wrapper.w--open {
  background-color: #0000;
}

.dropdown-link {
  opacity: .6;
  color: var(--white);
  padding: 9px 18px;
  transition: transform .2s linear, opacity .2s linear;
  display: block;
}

.dropdown-link:hover {
  opacity: 1;
}

.dropdown-link.menu {
  opacity: 100;
  color: var(--white);
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 13px;
}

.dropdown-link.menu.w--current {
  font-size: 13px;
}

.nav-menu-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.button {
  border-radius: var(--button-radius);
  background-color: var(--dark);
  color: var(--white);
  text-align: center;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button:where(.w-variant-81d49abd-d037-3e85-fc56-0b1a90a282ef) {
  background-color: var(--white-element-bg);
  color: var(--white);
}

.button:where(.w-variant-25557a4e-06dc-3969-bf0c-432cce6b2ad0) {
  height: 42px;
  padding-left: 54px;
  padding-right: 54px;
}

.button:where(.w-variant-90b7551e-2f4d-fd9e-89eb-368bc1201380) {
  border-color: var(--border-dark);
  color: var(--dark);
  background-color: #ebebeb47;
  height: 42px;
  margin-top: 0;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
}

.button:where(.w-variant-521e6cc1-75a7-b354-2091-51e1cfdc804a) {
  background-color: var(--white-element-bg);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  height: 64px;
  padding-left: 54px;
  padding-right: 54px;
}

.button:hover {
  border-color: var(--border-dark);
  color: var(--dark);
  background-color: #0000;
}

.button:hover:where(.w-variant-81d49abd-d037-3e85-fc56-0b1a90a282ef) {
  background-color: var(--white);
}

.button:hover:where(.w-variant-90b7551e-2f4d-fd9e-89eb-368bc1201380) {
  background-color: var(--dark);
  color: var(--white);
}

.button:hover:where(.w-variant-521e6cc1-75a7-b354-2091-51e1cfdc804a) {
  background-color: var(--white);
}

.button.large {
  height: 64px;
  padding-left: 54px;
  padding-right: 54px;
}

.button.form-button {
  align-self: flex-start;
}

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

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

.button.white-large {
  background-color: var(--white-element-bg);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-style: none;
  height: 64px;
  padding-left: 54px;
  padding-right: 54px;
}

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

.button.member {
  background-color: #dbdbdb;
  height: 38px;
  display: flex;
}

.button.member.sp {
  padding-left: 10px;
  padding-right: 10px;
}

.button.enquiries {
  background-color: var(--white-element-bg);
  margin-right: 156px;
}

.button.outlined-9 {
  border-color: var(--border-dark);
  color: var(--dark);
  background-color: #ebebeb47;
  height: 42px;
  margin-top: 0;
}

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

.button.outlined-13 {
  border-color: var(--border-dark);
  color: var(--dark);
  background-color: #ebebeb47;
  height: 42px;
  margin-top: 0;
}

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

.button.outlined-17 {
  border-color: var(--border-dark);
  color: var(--dark);
  background-color: #ebebeb47;
  height: 42px;
  margin-top: 0;
}

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

.button.sp {
  padding-left: 10px;
  padding-right: 10px;
}

.button.large-14 {
  height: 42px;
  padding-left: 54px;
  padding-right: 54px;
}

.cart-quantity {
  color: var(--dark);
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

.cart-quantity-wrapper {
  display: flex;
}

.section {
  flex-flow: column;
  padding-top: 96px;
  padding-bottom: 10px;
  display: flex;
}

.section.title.mb-4 {
  padding-bottom: 92px;
}

.section.contact-footer {
  padding-top: 0;
  padding-bottom: 100px;
}

.section.contact-footer.mb-0 {
  padding-bottom: 0;
}

.section.last-section {
  padding-bottom: 192px;
}

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

.section.bottom-cta {
  padding-bottom: 192px;
}

.section.bottom-cta.summary {
  padding-bottom: 0;
  position: relative;
}

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

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

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

.section.service-intro-section {
  padding-top: 48px;
}

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

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

.section.feautred-blog-section {
  padding-top: 48px;
}

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

.section.hero {
  padding-top: 192px;
}

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

.section.below-title {
  padding-top: 72px;
}

.section.team-member-section,
.section.privacy-policy-page {
  padding-bottom: 192px;
}

.section.seo-hero-section {
  padding-top: 48px;
}

.section.title {
  padding-top: 92px;
  padding-bottom: 0;
}

.section.event {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: 5%;
  margin-right: 5%;
}

.section.section-title {
  padding-top: 52px;
  padding-bottom: 0;
}

.section.lower-level-section {
  padding-top: 180px;
  padding-bottom: 0;
}

.section.lower-level-section.mb-72 {
  padding-bottom: 82px;
}

.section.lower-level-section.mb-72.map {
  height: auto;
  padding-top: 10px;
  padding-bottom: 60px;
}

.section.lower-level-section.mb-72.about {
  padding-top: 40px;
}

.section.lower-level-section.news {
  padding-top: 10px;
}

.section.lower-level-section.program-event {
  padding-top: 82px;
}

.section.lower-level-section.access-contact-us,
.section.lower-level-section.mt-0,
.section.lower-level-section.mt-20 {
  padding-top: 0;
}

.section.lower-level-section.mt-35.margin_bottom {
  padding-bottom: 100px;
}

.section.lower-level-section.mt-35.margin_bottom.access {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.lower-level-section.mt-35.margin_bottom.section_padding-top_low {
  padding-top: 60px;
}

.section.lower-level-section.section_page-top {
  flex: 1;
  margin-top: 0;
}

.section.lower-level-section.ourteam {
  padding-top: 40px;
}

.section.lower-level-section.tunagu,
.section.lower-level-section.sodateru {
  padding-top: 60px;
}

.section.lower-level-section.sodateru.margin-section-top {
  margin-top: 4rem;
}

.section.lower-level-section.hirogeru {
  padding-top: 60px;
}

.section.lower-level-section.hirogeru.margin-section-top {
  margin-top: 4rem;
}

.section.mb-72 {
  padding-bottom: 72px;
}

.section.access {
  background-color: var(--neutral-1);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.margin-bottom-section {
  padding-top: 0;
  padding-bottom: 4rem;
}

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

.section.specified {
  padding-top: 10px;
}

.section.section_bottom_4rem {
  margin-bottom: 4rem;
}

.title-large {
  color: var(--white);
  letter-spacing: -.01em;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 51px;
  font-weight: 400;
  line-height: 1.2em;
}

.title-large.long-text.mt-4 {
  margin-top: 4rem;
}

.title-large.muted-text.txt-dark {
  opacity: 100;
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
}

.title-large.long-text.top {
  color: var(--dark);
  text-align: center;
  letter-spacing: .2rem;
  margin-bottom: 40px;
  font-family: "Hiragino W 4", Verdana, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.5em;
}

.title-large.long-text.top.mobile {
  display: none;
}

.title-large.long-text.top.desktop {
  letter-spacing: .2rem;
  margin-bottom: 0;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.7em;
}

.title-large.title {
  font-size: 46px;
}

.title-large._3literacy {
  font-size: 37px;
}

.title-large._3literacy.program-event {
  color: var(--dark);
  font-size: 25px;
}

.title-medium {
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
}

.title-medium.case-study-wide-title {
  padding-right: 24px;
}

.title-small {
  text-transform: uppercase;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3em;
}

.title-small.service-item-description {
  opacity: .5;
}

.title-small.muted-text.title {
  color: var(--dark);
  display: block;
}

.title-small.muted-text.cta {
  opacity: 100;
  text-transform: none;
  font-size: 1.4rem;
}

.title-small.muted-text.corporate-partner {
  opacity: 100;
  letter-spacing: normal;
  text-transform: uppercase;
  padding-left: 0%;
  font-size: 26px;
}

.title-small.wide-project-title {
  z-index: 1;
  color: var(--white);
  max-width: 714px;
  position: relative;
}

.title-small.body {
  text-align: center;
  letter-spacing: 3px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 2.4em;
}

.title-small.cta {
  text-transform: none;
  margin-top: 20px;
  font-size: 1.1rem;
  line-height: 1.6em;
}

.title-small.news_list_title {
  font-size: 1.1rem;
}

.title-small.clog-title {
  font-size: 30px;
  line-height: 1.2em;
}

.title-small.en {
  font-family: REDHOT, Georgia, sans-serif;
  font-weight: 400;
}

.subheading {
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4em;
}

.subheading.wide-project-title {
  color: var(--white);
  position: relative;
}

.large-text {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.4em;
}

.large-text.testimonial-card-text {
  margin: 6px;
}

.large-text.quote-text {
  max-width: 686px;
}

.large-text.title {
  font-size: 22px;
  font-weight: 500;
}

.large-text.content-short {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 500;
}

.small-text {
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
}

.small-text.muted-white-link {
  opacity: .5;
  color: var(--white);
  transition: opacity .2s;
}

.small-text.muted-white-link:hover {
  opacity: 1;
}

.footer {
  background-color: var(--dark);
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

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

.footer-subscribe {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.form-block {
  align-self: stretch;
  margin-bottom: 0;
}

.form-block.footer-form-block {
  max-width: 379px;
}

.footer-subscribe-form {
  border: 1px solid var(--border-white);
  border-radius: var(--default-radius);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 64px;
  padding-right: 12px;
  display: flex;
}

.footer-subscribe-button {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.footer-subscribe-button-wrapper {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: relative;
}

.footer-subscribe-input {
  color: var(--white);
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  height: 64px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  line-height: 1.5em;
}

.footer-button-icon {
  pointer-events: none;
}

.muted-text {
  opacity: .5;
}

.muted-text.news_date {
  opacity: 1;
  font-size: 14px;
}

.form-success {
  border-radius: var(--default-radius);
  background-color: var(--neutral-2);
  color: var(--dark);
  font-size: 13px;
  line-height: 1.5em;
}

.form-error {
  border-radius: var(--default-radius);
  background-color: var(--neutral-2);
  color: var(--dark);
  text-align: center;
  margin-top: 12px;
  padding: 12px;
  font-size: 13px;
  line-height: 1.5em;
}

.footer-menus-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-contact-button {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-contact-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.white-link {
  opacity: .5;
  color: var(--white);
  text-transform: uppercase;
  transition: opacity .2s;
}

.white-link:hover,
.white-link.inside-muted {
  opacity: 1;
}

.white-link.inside-muted:hover {
  opacity: .5;
}

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

.footer-links {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.footer-large-logo {
  width: 100%;
  height: auto;
  display: block;
}

.footer-copyright-links {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-supplemental-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

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

.horizontal-line.white {
  background-color: var(--border-white);
}

.button-text-wrapper {
  flex-flow: column;
  height: 1.5em;
  display: flex;
  overflow: hidden;
}

.button-text {
  font-family: "Hiragino W 3", Verdana, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
}

.button-text.member {
  color: var(--dark);
  letter-spacing: .1rem;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 13px;
  line-height: 1.49999em;
  display: block;
}

.nav-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.utility-page {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  padding: 24px;
  display: grid;
}

.rounded-edges {
  border-radius: var(--default-radius);
}

.rounded-edges.utility-image {
  width: 100%;
  height: 100%;
  position: absolute;
}

.utility-contents-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.utility-contents {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.utility-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.social-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  display: flex;
}

.utility-page-image-wrapper {
  max-height: 100%;
  display: flex;
  position: relative;
}

.zoom-out-image-wrapper {
  border-radius: var(--default-radius);
  object-fit: fill;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.zoom-out-image-wrapper.square {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.zoom-out-image-wrapper.square.reversal {
  flex-flow: row;
}

.full-width-image {
  aspect-ratio: 2;
  min-width: 100%;
  display: block;
}

.form {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.form.increased-gaps {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.form-input {
  border: 1px solid var(--border-dark);
  border-radius: var(--default-radius);
  background-color: var(--white);
  color: var(--dark);
  height: 64px;
  margin-bottom: 0;
  padding: 6px 18px;
  font-size: 16px;
  line-height: 1.5em;
  transition: border-color .2s;
}

.form-input:focus,
.form-input.-wfp-focus {
  border-color: var(--dark);
}

.form-input::placeholder {
  color: #00000080;
}

.form-input.text-area {
  min-height: 200px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.form-input.checkout-input {
  height: 48px;
  margin-bottom: 18px;
}

.agree-submit {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.checkbox-field {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: -12px;
  padding-left: 0;
  display: flex;
}

.checkbox {
  border: 1px solid var(--border-dark);
  border-radius: 2px;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/icon-interface-checkbox-check.svg');
  background-position: 50%;
  background-size: auto;
}

.checkbox.align-top {
  align-self: flex-start;
  position: relative;
  top: 2px;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.5em;
}

.checkbox-label.body-size {
  color: var(--body-text);
  font-size: 16px;
  line-height: 1.5em;
}

.checkbox-label.long-text {
  color: var(--body-text);
  max-width: 468px;
}

.hover-link {
  transition: opacity .2s;
}

.hover-link:hover {
  opacity: .5;
}

.content-long {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 60px;
  display: flex;
}

.content-long.centered {
  justify-content: flex-start;
  align-items: center;
}

.content-long.centered.desktop {
  align-self: center;
  padding-bottom: 20px;
}

.content-long.centered.mobile {
  display: none;
}

.content-long.align-center {
  margin-left: auto;
  margin-right: auto;
}

.contact-list {
  flex-flow: column;
  display: flex;
}

.contact-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--border-dark);
  border-bottom: 1px solid var(--border-dark);
  grid-template-rows: auto;
  grid-template-columns: 366px 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  min-height: 5rem;
  padding-top: 12px;
  padding-bottom: 12px;
  display: grid;
}

.contact-list-item.top {
  border-bottom-style: none;
}

.content-vertical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-vertical.increased-gap.title.align-center {
  text-align: center;
}

.content-vertical.cta {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.content-vertical.process-text {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  max-width: 714px;
}

.content-vertical.title {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.content-vertical.title.narrow-on-mobile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.content-vertical.team-member-articles {
  margin-top: 48px;
}

.content-vertical.increased-gap {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.content-vertical.increased-gap {
  display: block;
}

.content-vertical.increased-gap.title {
  justify-content: flex-start;
  align-items: flex-start;
}

.content-vertical.increased-gap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: flex-start;
  align-items: center;
}

.content-short {
  width: 100%;
  max-width: 468px;
}

.arrow-hover-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.arrow-hover-link:where(.w-variant-20ae16cd-e32b-9598-6279-b8d1d7fabfd3) {
  filter: invert();
}

.arrow-hover-icon {
  display: block;
}

.arrow-hover-icon-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 24px;
  height: 18px;
  display: flex;
}

.fade-in-first.top-lead {
  display: block;
}

.fade-in-first.top-lead.d-none {
  display: none;
}

.fade-in-second {
  align-self: stretch;
}

.arrow-link-text {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
}

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

.contact-details-image {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.contact-pair {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--border-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 12px;
  display: grid;
}

.conact-pair-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-menu-button {
  display: none;
}

.faq-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--border-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.accordion-style-a {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.accordion-panel {
  border-radius: var(--default-radius);
  background-color: var(--neutral-1);
  flex-flow: column;
  display: flex;
}

.accordion-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
  display: flex;
}

.accordion-title.process-accordion-title {
  padding: 24px;
}

.accordion-content-wrapper {
  overflow: hidden;
}

.accordion-title-icon.large {
  min-height: 24px;
}

.accordion-content {
  padding: 18px 18px 36px;
}

.accordion-content.process-content {
  padding: 96px 24px 72px;
}

.content-medium {
  width: 100%;
  max-width: 714px;
}

.content-medium.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.title-rating {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.stars {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.testimonials-grid.mt-3 {
  margin-top: 3rem;
}

.testimonial-card-a {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-radius: var(--default-radius);
  background-color: var(--neutral-1);
  flex-flow: column;
  padding: 12px;
  display: flex;
}

.testimonial-avatar-quote {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.testimonial-avatar {
  border-radius: var(--default-radius);
}

.vertical-section {
  font-size: 1rem;
}

.vertical-section.tight-spacing {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.section-title {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.process-list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.process-contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end start;
  display: grid;
}

.list {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list.list_gap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.process-accordion-heading {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion-blip {
  background-color: var(--dark);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.marquee {
  border-radius: var(--default-radius);
  align-self: stretch;
  display: flex;
  overflow: hidden;
}

.marquee.align-center {
  align-self: center;
}

.marquee.wide-cta-bg {
  top: 0;
  left: 0;
}

.marquee.hero-carousel {
  padding-top: 36px;
}

.marquee._2 {
  display: none;
}

.marquee-group {
  flex: none;
}

.marquee-logos {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding-right: 12px;
  display: flex;
}

.logo-box {
  border-radius: var(--default-radius);
  background-color: var(--neutral-1);
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 150px;
  display: flex;
}

.logo-box.inside-grid {
  width: 100%;
  height: 120px;
}

.service-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--border-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  padding-bottom: 36px;
  display: grid;
}

.hover-image {
  width: 100%;
  display: block;
}

.service-item-contents {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 24px;
  display: flex;
}

.service-item-text {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.rich-text-list ul {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--body-text);
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.service-item-list-heading {
  margin-bottom: 12px;
}

.cta-box {
  border-radius: var(--default-radius);
  background-color: var(--neutral-1);
  justify-content: space-between;
  align-items: stretch;
  padding: 12px;
  display: flex;
}

.cta-box-image {
  border-radius: var(--default-radius);
  max-width: 345px;
}

.cta-box-contents {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  padding: 12px;
  display: flex;
}

.hover-image-link {
  border-radius: var(--default-radius);
  background-color: var(--dark);
  display: block;
  position: relative;
  overflow: hidden;
}

.services-title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.back-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.back-link-icon {
  width: 36px;
  height: 36px;
}

.back-link-icon-wrapper {
  height: 36px;
  position: relative;
  overflow: hidden;
}

.service-intro {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--border-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.horizontal-text-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--border-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 72px;
  display: grid;
}

.horizontal-text-item.no-bottom-padding {
  padding-bottom: 0;
}

.basic-rich-text {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  margin-top: -1.5em;
  margin-bottom: -1.5em;
  display: flex;
}

.basic-rich-text ul {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.testimonial-card-d {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: var(--default-radius);
  color: var(--white);
  background-color: #375f22;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  padding: 12px;
  display: grid;
}

.testimonial-card-d.bg-dark {
  background-color: var(--dark);
}

.testimonial-card-d-contents {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.testimonial-card-author-logo {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.fade-in-on-scroll {
  align-self: stretch;
}

.fade-in-on-scroll.summary {
  position: relative;
  top: 0;
}

.project-intro {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.project-heading-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.tags {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.tag-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--neutral-2);
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 9px;
  font-size: 13px;
  line-height: 1.5em;
  transition: background-color .2s;
  display: flex;
}

.tag-link:hover {
  background-color: var(--neutral-2);
}

.project-hero-wrapper {
  border-radius: var(--default-radius);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-hero-image {
  aspect-ratio: 2;
}

.video-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: var(--button-radius);
  background-color: var(--white-element-bg);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  bottom: 12px;
  left: 12px;
}

.video-link:hover {
  background-color: #ffffff4d;
}

.play-video-icon {
  max-height: 20px;
}

.project-summary {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.project-meta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 345px;
  display: flex;
}

.project-meta-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.meta-label {
  opacity: .5;
}

.project-summary-text-wrapper {
  flex: 1;
  max-width: 714px;
}

.project-images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.project-image-item {
  flex: 1;
}

.project-text-wrapper {
  width: 100%;
  max-width: 714px;
  margin-left: auto;
  margin-right: auto;
}

.project-rich-text {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  margin-top: -1.5em;
  margin-bottom: -1.5em;
  display: flex;
}

.project-rich-text h5,
.project-rich-text h4 {
  font-weight: 500;
}

.project-rich-text p {
  color: var(--body-text);
}

.customer-quote {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  display: flex;
}

.tag {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--neutral-2);
  border-radius: 3px;
  padding: 4px 9px;
  font-size: 13px;
  line-height: 1.5em;
  transition: background-color .2s;
  display: flex;
}

.tag:hover {
  background-color: var(--neutral-2);
}

.tag-link-image {
  width: 14px;
}

.tag-link-image-wrapper {
  width: 20px;
  height: 14px;
  display: flex;
}

.project-list-wrapper {
  align-self: stretch;
}

.project-list-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--border-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.project-list-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.project-list-item-service {
  padding-right: 8px;
  display: flex;
}

.project-list-item-services {
  display: flex;
}

.project-list-item-services-collection {
  pointer-events: none;
  position: absolute;
  left: 50%;
  transform: translate(12px);
}

.project-list-item-image {
  border-radius: var(--default-radius);
  max-width: 222px;
  position: absolute;
  left: 10%;
}

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

.project-a {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  padding-bottom: 76px;
  display: flex;
}

.project-image-title {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.project-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.project-tagline {
  max-width: 400px;
}

.project-a-wrapper {
  border-bottom: 1px solid var(--border-dark);
  position: relative;
}

.project-services {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.project-a-services {
  pointer-events: none;
  position: absolute;
  bottom: 24px;
}

.project-grid-item {
  display: flex;
}

.image-marquee-items {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding-right: 12px;
  display: flex;
}

.image-marquee-item {
  border-radius: var(--default-radius);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  max-height: 345px;
}

.tabs {
  border-radius: var(--default-radius);
  background-color: var(--dark);
  padding: 3px;
  display: flex;
}

.tabs-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -24px;
  margin-bottom: -24px;
  display: flex;
}

.tab-link {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 3px;
  padding: 3px 24px;
  transition: color .2s, background-color .2s;
}

.tab-link.w--current {
  background-color: var(--white);
  color: var(--dark);
}

.tabs-content {
  align-self: stretch;
}

.pricing-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: stretch stretch;
  display: grid;
}

.pricing-plan {
  border: 1px solid var(--border-dark);
  border-radius: var(--default-radius);
  flex-flow: column;
  display: flex;
}

.pricing-plan.dark {
  background-color: var(--dark);
  color: var(--white);
}

.pricing-plan-top {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  border-bottom: 1px solid var(--border-dark);
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.pricing-plan-top.dark {
  border-bottom-color: var(--border-white);
}

.pricing-plan-body {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.plan-price-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.plan-price-terms {
  opacity: .5;
  position: relative;
  bottom: 3px;
}

.plan-list {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  display: flex;
}

.plan-list-rich-text ol,
.plan-list-rich-text ul {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: var(--body-text);
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.plan-button-disclaimer {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.plan-list-rich-white ol,
.plan-list-rich-white ul {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: var(--body-text-white);
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.quotes-slider {
  border-radius: var(--default-radius);
  background-color: var(--dark);
  height: auto;
}

.hide {
  display: none;
}

.quote-slide {
  border-radius: var(--default-radius);
  color: var(--white);
  background-color: #114ede;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 600px;
  padding: 24px;
  display: flex;
}

.quote-slide.slide-2 {
  background-color: #de5511;
}

.quote-slide.slide-3 {
  background-color: #ae11de;
}

.quote-author-centered {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.customer-small {
  border-radius: var(--default-radius);
  max-height: 72px;
}

.quote-author-position {
  opacity: .5;
}

.chevron-button {
  border-radius: var(--button-radius);
  background-color: var(--white-element-bg);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .3s;
  display: flex;
}

.chevron-button:hover {
  background-color: #ffffff4d;
}

.chevron-button.next {
  transition: background-color .3s;
}

.chevron-button.next:hover {
  background-color: #ffffff4d;
}

.chevron-button.previous {
  transform: rotate(180deg);
}

.chevron-button.previous.slider-previous {
  margin: auto 0 0 auto;
  bottom: 24px;
  right: 84px;
}

.chevron-button.previous.below-slider {
  background-color: var(--neutral-1);
  margin: 24px auto 0 0;
  position: static;
}

.chevron-button.previous.below-slider:hover {
  background-color: var(--neutral-2);
}

.chevron-button.slider-next {
  margin-top: auto;
  margin-bottom: 0;
  bottom: 24px;
  right: 24px;
}

.chevron-button.below-slider {
  position: relative;
}

.chevron-button.below-slider-next {
  background-color: var(--neutral-1);
  margin: auto 0 0;
  left: 60px;
}

.chevron-button.below-slider-next:hover {
  background-color: var(--neutral-2);
}

.chevron-button-arrow-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.add-to-cart {
  height: auto;
  margin-bottom: 0;
}

.navbar-backdrop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #fff9;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
}

.checkout-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  padding: 0;
  display: grid;
}

.checkout-left {
  margin-right: 0;
}

.checkout-section {
  margin-bottom: 72px;
}

.block-div-block {
  border-color: var(--border-dark);
  border-top-left-radius: var(--default-radius);
  border-top-right-radius: var(--default-radius);
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
}

.block-content {
  border-right-color: var(--border-dark);
  border-bottom-color: var(--border-dark);
  border-left-color: var(--border-dark);
  border-bottom-left-radius: var(--default-radius);
  border-bottom-right-radius: var(--default-radius);
  padding: 24px;
}

.field-label {
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.checkbox-label-2 {
  margin-bottom: 0;
}

.checkout-checkbox {
  margin-top: 0;
}

.checkout-bold {
  font-weight: 600;
}

.checkout-right {
  top: 78px;
}

.web-payments {
  margin-bottom: 72px;
}

.cart-container {
  border-radius: var(--default-radius);
  background-color: var(--white);
}

.cart-list {
  padding-bottom: 72px;
  padding-left: 12px;
  padding-right: 12px;
}

.checkout-close-icon {
  height: 24px;
  display: block;
}

.close-button {
  cursor: pointer;
  width: auto;
  height: auto;
  transition: transform .2s;
}

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

.cart-div-block {
  border-bottom-style: none;
  border-bottom-color: var(--border-dark);
}

.cart-footer {
  border-top-style: none;
  border-top-color: var(--border-dark);
}

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

.remove-button {
  opacity: .5;
  margin-top: 3px;
  font-size: 13px;
  line-height: 1.5em;
  transition: opacity .2s;
}

.remove-button:hover {
  opacity: 1;
}

.cart-quantity-2 {
  border-top-color: var(--border-dark);
}

.page-title {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.photo-pair {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.photo-pair-left {
  aspect-ratio: 2;
  border-radius: var(--default-radius);
  width: 100%;
}

.photo-pair-right {
  border-radius: var(--default-radius);
  width: 100%;
}

.benefit-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.benefit-box {
  border-radius: var(--default-radius);
  background-color: var(--neutral-1);
  flex-flow: column;
  justify-content: space-between;
  height: 300px;
  padding: 18px;
  display: flex;
}

.benefit-box.just {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
}

.careers-collection {
  align-self: stretch;
}

.career-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--border-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: grid;
  position: relative;
}

.career-link-icon {
  position: absolute;
  right: 0;
}

.title-with-tags {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.article-wrapper {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  display: flex;
}

.article-wrapper.terms {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-right: 40px;
}

.article {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  margin-top: -1.5em;
  margin-bottom: -1.5em;
  display: flex;
}

.article h5 {
  margin-top: 1em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
}

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

.article ol,
.article ul {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  color: var(--body-text);
  flex-flow: column;
  margin-top: .75em;
  margin-bottom: .75em;
  padding-left: 1.5em;
  display: flex;
}

.article blockquote {
  border-radius: var(--default-radius);
  background-color: var(--neutral-1);
  text-align: center;
  border-left-style: none;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 36px;
  font-size: 20px;
  line-height: 1.4em;
}

.article figure {
  width: 100%;
  min-width: 100%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.article img {
  border-radius: var(--default-radius);
}

.career-apply {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.featured-article {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: var(--default-radius);
  background-color: var(--dark);
  color: var(--white);
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 18px;
  display: grid;
}

.featured-article-contents {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.article-meta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.article-meta.vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.blog-list-wrapper {
  align-self: stretch;
}

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

.article-grid-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.article-hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: var(--default-radius);
  background-color: var(--dark);
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end start;
  padding: 18px;
  display: grid;
}

.article-title-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px;
  display: flex;
}

.article-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.article-author {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.article-author:hover {
  opacity: .7;
}

.article-author-photo {
  border-radius: var(--default-radius);
  height: 48px;
}

.article-author-text {
  display: flex;
}

.blog-list-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-collection {
  display: flex;
}

.wide-article {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--border-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.wide-article.news_list {
  grid-template-columns: .8fr 2fr 1fr;
}

.hero-title {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-grid-a {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.feature-a {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-top: 1px solid var(--border-dark);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  display: grid;
}

.feature-a.speaker {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: .3fr 1fr;
  padding-bottom: 10px;
}

.service-graphic {
  opacity: .1;
}

.feature-a-text {
  max-width: 345px;
}

.wide-project {
  aspect-ratio: 2;
  border-radius: var(--default-radius);
  background-color: var(--dark);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wide-project.tall {
  aspect-ratio: 3 / 2;
}

.wide-project.inside-slider {
  aspect-ratio: 3 / 2;
  width: 702px;
  height: 468px;
}

.wide-project-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wide-project-button {
  position: relative;
}

.card-slider {
  border-radius: var(--default-radius);
  background-color: #0000;
  align-self: stretch;
  height: auto;
  overflow: hidden;
}

.card-slider-mask {
  width: 468px;
  overflow: visible;
}

.card {
  border-radius: var(--default-radius);
  background-color: var(--neutral-1);
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.card-image {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
}

.card-body {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  min-height: 216px;
  padding: 24px;
  display: flex;
}

.card-slide {
  padding-right: 24px;
}

.quote-tabs {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column-reverse;
  justify-content: flex-end;
  align-items: center;
  max-width: 714px;
  margin-top: -36px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quote-tab {
  opacity: .1;
  background-color: #0000;
  padding: 12px;
  display: block;
}

.quote-tab.w--current {
  opacity: 1;
  background-color: #0000;
}

.quote-tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.quote-tab-contents {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.quote-tabs-wrapper {
  align-self: stretch;
}

.quote-tab-author {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quote-author-image {
  border-radius: var(--default-radius);
  max-height: 72px;
}

.quote-tabs-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quote-tab-blip {
  background-color: var(--dark);
  width: 120px;
  height: 2px;
}

.combo-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.combo-blog-collection {
  display: flex;
}

.combo-blog-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.combo-blog-item {
  flex: 1;
  display: flex;
}

.article-small-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.article-small-title-wrapper {
  flex-flow: column;
  justify-content: space-between;
  max-width: 345px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.wide-project-list {
  height: 100%;
  display: flex;
}

.wide-project-item-wrapper {
  display: flex;
}

.hero-marquee-items {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding-right: 12px;
  display: flex;
}

.hero-marquee-item {
  border-radius: var(--default-radius);
  max-height: 468px;
}

.logo-grid {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.show-on-mobile {
  display: none;
}

.service-grid-collection {
  align-self: stretch;
}

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

.service-grid-item {
  aspect-ratio: 1;
  border-radius: var(--default-radius);
  background-color: var(--dark);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-grid-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.service-panel {
  z-index: 1;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-radius: var(--default-radius);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffffa6;
  flex-flow: column;
  padding: 18px;
  display: flex;
  position: relative;
}

.service-panel-title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.circle-icon {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.invert {
  filter: invert();
}

.metrics-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--border-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  display: grid;
}

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

.metric {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-huge {
  font-size: 102px;
  font-weight: 400;
  line-height: 1em;
}

.case-study-wide {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: var(--default-radius);
  background-color: var(--dark);
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 18px;
  display: grid;
}

.case-study-badge {
  z-index: 1;
  border-radius: var(--default-radius);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #fff3;
  padding: 18px 24px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.case-study-wide-contents {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.case-study-wide-bottom {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.metric-explainer {
  max-width: 250px;
}

.metric-explainer.aligned-bottom {
  position: relative;
  bottom: 5px;
}

.testimonial-card-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-right: 24px;
  display: flex;
}

.testimonial-card {
  border: 1px solid var(--border-dark);
  border-radius: var(--default-radius);
  flex-flow: column;
  justify-content: space-between;
  width: 468px;
  min-height: 468px;
  padding: 12px;
  display: flex;
}

.testimonial-card.bg-offset {
  background-color: var(--neutral-1);
  border-style: none;
}

.wide-cta-box {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border-radius: var(--default-radius);
  background-color: var(--dark);
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wide-cta-bg {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.case-study-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.case-study-item-contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-right: 48px;
  display: flex;
}

.case-study-intro-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.case-study-hero {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  border-radius: var(--default-radius);
  background-color: var(--dark);
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.case-study-hero-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: end start;
  display: grid;
}

.case-study-photo-intro {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study-meta {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  display: flex;
}

.case-study-intro-text-area {
  border-radius: var(--default-radius);
  background-color: var(--neutral-1);
  justify-content: center;
  align-items: center;
  padding: 48px;
  display: flex;
}

.customer-medium {
  border-radius: var(--default-radius);
  max-height: 120px;
}

.quote-author-bottom {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.grid-hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end start;
  display: grid;
}

.horizontal-metrics-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.horizontal-metrics-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--border-dark);
  padding-top: 24px;
  display: flex;
}

.metric-description {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.metric-image-wrapper {
  border-radius: var(--default-radius);
  background-color: var(--dark);
  max-width: 468px;
  position: relative;
  overflow: hidden;
}

.image {
  width: 100%;
  display: block;
}

.blurred-badge {
  z-index: 1;
  border-radius: var(--default-radius);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #fff3;
  padding: 18px 24px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.expertise-card {
  border-radius: var(--default-radius);
  background-color: var(--neutral-1);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.expertise-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.expertise-card-image {
  opacity: .1;
  margin-top: 72px;
  margin-bottom: 72px;
  display: block;
}

.expertise-card-text {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.bold-text {
  font-weight: 500;
}

.grid-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 0;
  display: grid;
}

.grid-section._2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row dense;
  justify-content: space-around;
  margin-top: 4rem;
}

.grid-section._3 {
  grid-auto-flow: row dense;
  margin-top: 4rem;
}

.grid-section._1 {
  margin-top: 4rem;
}

.grid-section.corporate-partner {
  margin-top: 4rem;
  margin-left: 5%;
  margin-right: 5%;
}

.grid-section.corporate-partner.lr-0 {
  margin-left: 0%;
  margin-right: 0%;
}

.grid-section.corporate-partner.lr-0.mb-4 {
  margin-bottom: 4rem;
}

.zoom-out-image {
  display: block;
  position: static;
}

.zoom-out-image.square {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.padded-content {
  padding-left: 48px;
  padding-right: 48px;
}

.padded-content.padded-right {
  padding-left: 0;
}

.text-marquee-items {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-right: 96px;
  display: flex;
}

.marquee-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-radius: var(--default-radius);
  background-color: var(--dark);
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.marquee-box-text {
  max-width: 714px;
  padding-left: 24px;
  padding-right: 24px;
}

.pricing-plan-mini {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  border: 1px solid var(--border-dark);
  border-radius: var(--default-radius);
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.pricing-plan-mini.bg-offset {
  background-color: var(--neutral-1);
  border-style: none;
}

.pricing-plan-mini.bg-dark {
  background-color: var(--dark);
  color: var(--white);
  border-style: none;
}

.price-description {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

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

.action-box {
  border-radius: var(--default-radius);
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.action-box-text {
  z-index: 1;
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  border-radius: var(--default-radius);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  color: var(--white);
  background-color: #fff3;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 24px;
  display: flex;
  position: absolute;
}

.action-box-icon {
  height: 36px;
}

.tryptich {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: var(--default-radius);
  background-color: var(--dark);
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(468px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  height: 700px;
  display: grid;
  overflow: hidden;
}

.tryptich-image {
  flex: 0 auto;
}

.tryptich-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.process-section {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  align-self: stretch;
  font-size: 20px;
  line-height: 1.4em;
  display: flex;
}

.process-section-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px solid var(--border-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: grid;
}

.process-section-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 591px;
  display: flex;
}

.team-marquee-box {
  aspect-ratio: 1;
  border-radius: var(--default-radius);
  background-color: var(--neutral-1);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.team-marquee-items {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-right: 24px;
  display: flex;
}

.team-marquee-image {
  border-radius: var(--default-radius);
  max-height: 345px;
}

.location-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.location-box {
  aspect-ratio: 3 / 4;
  border-radius: var(--default-radius);
  background-color: var(--dark);
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-end;
  padding: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.location-box.with-graphic {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  aspect-ratio: auto;
  flex-flow: column;
  padding: 48px 24px 24px;
}

.location-box-image {
  opacity: .7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.location-box-panel {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: var(--default-radius);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff2b;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 12px;
  display: flex;
  position: relative;
}

.about-hero-image {
  display: block;
}

.timeline {
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  flex-flow: column;
  display: flex;
}

.timeline-item {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.timeline-moment {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: var(--default-radius);
  background-color: var(--neutral-1);
  justify-content: space-between;
  align-items: stretch;
  padding: 12px;
  display: flex;
}

.timeline-moment-image {
  aspect-ratio: 3 / 2;
  border-radius: var(--default-radius);
  max-height: 133px;
}

.timeline-moment-text {
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.timeline-year-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.timeline-blip {
  background-color: var(--dark);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.team-collection-list {
  align-self: stretch;
}

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

.team-member {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.location-box-text {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.location-box-graphic {
  max-width: 378px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.location-box-graphic-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.ethos-boxes {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.ethos-box {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  border-radius: var(--default-radius);
  background-color: var(--neutral-1);
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.ethos-box-text {
  flex: 1;
}

.metric-aligned-bottom {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.timeline-slide {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  border-top: 1px solid var(--border-dark);
  flex-flow: column;
  margin-bottom: 48px;
  padding-top: 24px;
  display: flex;
}

.timeline-slide-text {
  padding-right: 48px;
}

.form-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--border-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  padding-top: 24px;
  display: grid;
  position: relative;
}

.form-section-text {
  flex-flow: column;
  flex: 1;
  max-width: 468px;
  display: flex;
  position: sticky;
  top: 84px;
}

.form-inputs {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.input-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.select-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.select-arrow {
  background-color: var(--white);
  pointer-events: none;
  padding: 0 18px;
  position: absolute;
  right: 1px;
}

.planner-form {
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  flex-flow: column;
  display: flex;
}

.form-checkbox-grid {
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 12px;
  display: grid;
}

.team-member-modal {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  cursor: pointer;
  flex-flow: column;
  display: flex;
}

.team-member-modal-wrapper {
  z-index: 9999;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.team-member-modal-screen {
  background-color: #000000b3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-body {
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  min-height: 100vh;
  margin-left: auto;
  padding-top: 72px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: relative;
}

.team-member-contents {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.team-member-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.team-member-social {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  display: flex;
}

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

.close-modal {
  border: 1px solid var(--border-dark);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: transform .2s, border-color .2s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.close-modal:hover {
  border-color: var(--dark);
  transform: rotate(90deg);
}

.back-to-team {
  z-index: 2;
  border: 1px solid var(--border-dark);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: transform .2s, border-color .2s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.back-to-team:hover {
  border-color: var(--dark);
  transform: rotate(90deg);
}

.cms-title {
  display: flex;
}

.cms-title.large-text {
  border-bottom: 1px solid var(--border-dark);
  width: 100%;
  padding-bottom: 18px;
}

.collection-list-wrapper {
  align-self: stretch;
}

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

.article-small-horizontal {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.article-horizontal-title {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.utility-page-wrap.bk-w {
  background-color: var(--white);
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 714px;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
}

._404 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.style-guide-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--border-dark);
  letter-spacing: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  font-family: REDHOT, Georgia, sans-serif;
  display: grid;
}

.style-guide-elements {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.style-guide-elements.colors {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide {
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  flex-flow: column;
  display: flex;
}

.color-swatch-wrapper {
  border: 1px solid var(--border-dark);
  border-radius: var(--default-radius);
  flex-flow: column;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.color-swatch {
  height: 120px;
}

.color-swatch.dark {
  background-color: var(--dark);
}

.color-swatch.white {
  border-bottom: 1px solid var(--border-dark);
  background-color: var(--white);
}

.color-swatch.neutral-1 {
  background-color: var(--neutral-1);
}

.color-swatch.neutral-2 {
  background-color: var(--neutral-2);
}

.color-swatch.borders {
  background-color: var(--border-dark);
}

.color-swatch-label {
  padding: 12px;
}

.dark-box {
  background-color: var(--dark);
  padding: 18px;
}

.underline {
  text-decoration: underline;
  transition: opacity .2s;
}

.underline:hover {
  opacity: .5;
}

.icon-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: center;
  display: grid;
}

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

.account-contents {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.account-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.input-pair {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.nav-logo:active {
  background-color: #0000;
}

.privacy-policy-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.terms-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-left: 40px;
  display: grid;
  position: relative;
}

.terms-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.terms-sidebar {
  border-radius: var(--default-radius);
  background-color: var(--neutral-1);
  flex-flow: column;
  max-width: 360px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: sticky;
  top: 84px;
}

.terms-link {
  padding: 12px;
  transition: background-color .2s;
  display: block;
}

.terms-link:hover {
  background-color: var(--neutral-2);
}

.terms-link.bold {
  margin-left: 0;
  padding-left: 20px;
}

.terms-article {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  margin-top: -1.5em;
  margin-bottom: -1.5em;
  padding-top: 0;
  padding-right: 40px;
  display: flex;
}

.terms-article h5 {
  margin-top: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
}

.terms-article p {
  color: var(--body-text);
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.terms-article ol,
.terms-article ul {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  color: var(--body-text);
  flex-flow: column;
  margin-top: .75em;
  margin-bottom: .75em;
  padding-left: 1.5em;
  display: flex;
}

.terms-article blockquote {
  border-radius: var(--default-radius);
  background-color: var(--neutral-1);
  text-align: center;
  border-left-style: none;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 36px;
  font-size: 20px;
  line-height: 1.4em;
}

.terms-article figure {
  width: 100%;
  min-width: 100%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.terms-article img {
  border-radius: var(--default-radius);
}

.terms-article.sp {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-bottom: 2em;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

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

.testimonial-card-e {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: var(--default-radius);
  color: var(--white);
  background-color: #19357a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  padding: 12px;
  display: grid;
}

.hero-carousel {
  border-radius: var(--default-radius);
  background-color: var(--neutral-2);
}

.screenshot-group {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  padding-right: 36px;
  display: flex;
}

.marquee-screenshot {
  max-width: 400px;
}

.template-feature-box {
  aspect-ratio: 1;
  border-radius: var(--default-radius);
  background-color: var(--dark);
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding-top: 36px;
  display: flex;
  overflow: hidden;
}

.template-feature-box-page {
  max-width: 80%;
}

.template-feature-box-sections {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  aspect-ratio: 1;
  border-radius: var(--default-radius);
  background-color: var(--dark);
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.template-feature-box-components {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  aspect-ratio: 1;
  border-radius: var(--default-radius);
  background-color: var(--dark);
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.template-feature-box-component {
  max-height: 200px;
}

.template-features {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.figma-bar {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: var(--default-radius);
  background-color: var(--neutral-1);
  justify-content: flex-start;
  align-items: center;
  padding-right: 24px;
  display: flex;
  overflow: hidden;
}

.figma-icon-wrapper {
  background-color: var(--neutral-2);
  justify-content: flex-start;
  align-items: center;
  padding: 36px;
  display: flex;
}

.figma-text {
  flex: 1;
}

.figma-cta-buttons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.pages-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

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

.page-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.page-link-box {
  border-radius: var(--default-radius);
  background-color: var(--neutral-1);
  justify-content: center;
  align-items: flex-start;
  padding-top: 36px;
  display: flex;
  overflow: hidden;
}

.page-link-box.padded-bottom {
  padding-bottom: 36px;
}

.page-link-image {
  width: 400px;
  max-width: 80%;
}

.dropdown-mega {
  border-radius: var(--default-radius);
  background-color: var(--dark);
  color: var(--white);
  width: 600px;
  padding: 36px;
  position: relative;
  top: 6px;
}

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

.mega-dropdown-column {
  flex-flow: column;
  display: flex;
}

.dropdown-title {
  margin-bottom: 6px;
  padding-left: 9px;
  padding-right: 9px;
}

.mega-dropdown-link {
  border-radius: var(--button-radius);
  opacity: .5;
  color: var(--white);
  padding: 6px 9px;
  transition: background-color .2s, opacity .2s;
}

.mega-dropdown-link:hover {
  opacity: 1;
  background-color: #ffffff1f;
}

.mega-dropdown-cta {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: var(--white);
  flex-flow: column;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 13px;
  line-height: 1.5em;
  display: flex;
}

.mega-dropdown-text {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

.dropdown-mega-wrapper {
  position: relative;
  left: -111px;
}

.plus-icon-circle {
  cursor: pointer;
  border: 1px solid #1a1a1a;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.right-arrow-2 {
  display: none;
}

.bento-wrapper {
  max-width: 32ch;
}

.bento-wrapper.mw-100.ex {
  min-width: 400px;
}

.bento-wrapper.mw-100 {
  min-width: 300px;
  max-width: 100%;
}

.image-12,
.image-8 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.faq-component {
  grid-column-gap: 0px;
  grid-row-gap: 4.8125rem;
  flex-direction: column;
  margin-top: 4rem;
  margin-bottom: 8rem;
  display: flex;
}

.faq-component.mb-0 {
  margin-top: 2rem;
  margin-bottom: 0;
}

.work-collection-item {
  position: relative;
  overflow: hidden;
}

.footer-content-block.display-none {
  display: none;
}

.button-text-item {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.middle-slide-item {
  width: 6rem;
  height: 6rem;
}

.main-wrapper {
  display: block;
}

.slide-image-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.opacity-70 {
  opacity: .7;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.image-7 {
  box-sizing: border-box;
  aspect-ratio: auto;
  pointer-events: none;
  object-fit: cover;
  object-position: 50% 0%;
  background-image: linear-gradient(0deg, #000, #fff);
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: clip;
}

.sticky-wrapper {
  margin-top: 0;
  position: relative;
}

.check-icon-wrap {
  background-color: #e4e6f9;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.75em;
  min-width: 1.75rem;
  height: 1.75rem;
  min-height: 1.75rem;
  padding-left: .1rem;
  display: flex;
}

.max-width-35ch {
  max-width: 35ch;
}

.features-tabs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-logo {
  color: #fafafa;
  max-width: 60%;
  height: auto;
  line-height: 1;
}

.bottom-overlay {
  background-image: linear-gradient(0deg, #000, #000000b0 6%, #0000);
  height: 20vh;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.link-block-navbar {
  justify-content: center;
  align-items: center;
  padding: .46rem .75rem;
  transition: all .25s;
  display: flex;
}

.link-block-navbar:hover {
  opacity: .8;
  transform: translate(0, 1px);
}

.link-block-navbar.hide-desktop {
  display: none;
}

.link-block-navbar.bg {
  width: 100%;
}

.link-block-navbar.bg:hover {
  background-color: #242424;
  border-radius: .5rem;
}

.slide-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-content {
  z-index: 2;
  color: #fff;
  text-align: center;
  mix-blend-mode: exclusion;
  max-width: 30ch;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
}

.accordion-top-wrap {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 22rem;
  display: grid;
}

.check-icon {
  color: #fafafa;
  width: 1rem;
  height: 1rem;
}

.navbar-2 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.right-navbar-content {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  align-items: center;
  display: flex;
}

.footer-top-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: auto;
}

.image-13 {
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.heading-6 {
  letter-spacing: 3px;
  font-size: 2.75rem;
  font-weight: 300;
  line-height: 1;
}

.heading-6.line-height-110 {
  line-height: 1.1;
}

.max-width-40ch {
  max-width: 42ch;
}

.max-width-40ch.mw-100 {
  max-width: 100%;
}

.marquee-4 {
  grid-column-gap: 1rem;
  opacity: .21;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.text-size-huge {
  font-size: 1.875rem;
  line-height: 1.25;
}

.text-size-xxlarge {
  font-size: 1.75rem;
  line-height: 1.25;
}

.accordion-track-progress {
  background-color: #1a1a1a;
  width: 0%;
  height: 1px;
  position: absolute;
}

.home-card-image {
  object-fit: fill;
  background-color: #f7f7f7;
  border-radius: .3rem;
  width: 100%;
  min-height: auto;
  max-height: none;
  margin-bottom: .5rem;
  position: relative;
  overflow: hidden;
}

.home-card-image._16_9 {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.text-size-xhuge {
  font-size: 2.3125rem;
  font-weight: 400;
  line-height: 1.25;
}

.text-size-xhuge.text-weight-medium {
  letter-spacing: normal;
  text-transform: none;
  text-overflow: clip;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
}

.text-size-xhuge.text-weight-medium.access {
  text-transform: uppercase;
}

.text-size-xhuge.text-weight-medium {
  font-weight: 400;
}

.marquee-3 {
  grid-column-gap: 1rem;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.bottom-hero-content {
  z-index: 1;
  color: #bebebe;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10rem;
  margin-left: 4rem;
  margin-right: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-div-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100ch;
  display: flex;
}

.team-div-block._50ch {
  max-width: 50ch;
}

.accordion-track-component {
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.hero-content-wrapper-2 {
  z-index: 2;
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  text-align: left;
  background-color: #aeafafc9;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 85vh;
  padding-top: 15vh;
  padding-bottom: 4.125rem;
  display: block;
  position: static;
}

.button-icon-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  overflow: hidden;
}

.tab-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.scroll-marquee {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  white-space: nowrap;
  flex-flow: column;
  margin-top: 12rem;
  display: flex;
}

.scroll-marquee.psition-absolute {
  z-index: 1;
  grid-column-gap: 3.4rem;
  grid-row-gap: 3.4rem;
  z-index: 1;
  order: -1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  position: absolute;
  inset: 0 0%;
}

.spacer-large {
  padding-top: 3rem;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  display: block;
}

.faq-top {
  z-index: 1;
  cursor: pointer;
  padding: 0;
  position: relative;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.image-10 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.faq-item {
  border-bottom: 1px solid #b0b1be33;
}

.faq-item.no-line {
  border-bottom-width: 0;
}

.services-title {
  margin-top: .2rem;
}

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

.accordion-title-flex {
  flex-direction: column;
  height: 2.25rem;
  display: flex;
}

.caps {
  text-transform: uppercase;
}

.preloader-logo {
  height: 7rem;
}

.nav-menu-button-2 {
  z-index: 100;
  background-color: #dedede;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: .25rem;
  right: 0;
}

.nav-menu-button-2.w--open {
  background-color: #efefef;
}

.home-1-hero-paragrah {
  opacity: .8;
  color: #fff;
  max-width: 24ch;
  font-weight: 700;
}

.text-size-medium {
  color: #1a1a1a;
  font-size: 1.25rem;
  line-height: 1.4;
}

.text-size-medium.line-height-150 {
  line-height: 1.5;
}

.accordion-component-grid {
  grid-column-gap: 0px;
  grid-row-gap: 6rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.menu-square {
  background-color: #1a1a1a;
  width: 100%;
  height: 100%;
}

.accordion-answer-text {
  color: #888;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  font-weight: 300;
}

.overflow-hidden {
  overflow: hidden;
}

.relative {
  z-index: 3;
  position: relative;
  overflow: visible;
}

.frame-item {
  position: relative;
}

.cards-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 8rem;
  display: flex;
}

.cards-wrapper.mt-0 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  margin-top: 0;
}

.faq-heading-wrapper {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-bg {
  z-index: 1;
  background-color: #1a1a1a;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.text-size-regular {
  color: #1a1a1a;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 1rem;
}

.text-size-regular.text-color-alternate {
  color: #888;
}

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

.text-size-regular.event_detail_text {
  text-align: left;
  padding-top: 2rem;
}

.text-size-regular.top {
  text-transform: uppercase;
  font-family: REDHOT, Georgia, sans-serif;
}

.accordion-title-item {
  position: relative;
  overflow: hidden;
}

.sticky-icon {
  width: 2rem;
}

.text-weight-bold-3 {
  font-weight: 700;
}

.text-size-small-3 {
  font-size: .875rem;
  line-height: 1.15;
}

.text-size-small-3.caps.line-height-150 {
  line-height: 1.5;
}

.home-1-hero-left-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-lottie {
  filter: invert();
  justify-content: center;
  align-items: center;
  width: .875rem;
  display: flex;
}

.heading-component-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  width: 100%;
}

.home-cards-grid {
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.slide-component-wrapper {
  width: 100%;
  height: 100%;
}

.text-block-2 {
  color: #1a1a1a;
}

.slide-nav-2 {
  display: none;
}

.left-marquee {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 3.875rem;
  display: none;
}

.component-navbar {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  display: flex;
}

.sticky-services-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.slide-item {
  width: 100%;
  height: 100%;
}

.max-width-32ch {
  max-width: 32ch;
}

.max-width-32ch.mw-100 {
  max-width: 100%;
}

.button-flex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.button-icon {
  opacity: .8;
  color: #1a1a1a;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  font-weight: 300;
  position: relative;
}

.button-icon._02.alternate-arrow,
.button-icon._01.alternate-arrow {
  color: #fafafa;
}

.dropdown-list {
  background-color: #ddd;
  left: auto;
  right: auto;
}

.dropdown-list.w--open {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  white-space: nowrap;
  border-radius: .5rem;
  flex-flow: wrap;
  max-height: 141px;
  padding: .5rem;
  display: none;
  top: 3.5rem;
  overflow: hidden;
}

.button-text-2 {
  color: #1a1a1a;
}

.button-text-2.alternate-text {
  color: #dedede;
}

.button-text-2.is-alternate-nav {
  color: #888;
  font-size: 5rem;
  font-weight: 200;
}

.button-text-2.is-nav {
  color: #fafafa;
  font-size: 5rem;
  font-weight: 300;
}

.features-heading-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 576px;
  display: flex;
}

.slide-4 {
  object-fit: fill;
  height: 100vh;
}

.flex-box-center {
  justify-content: center;
  align-items: center;
}

.nav-menu-wrapper-2 {
  z-index: 10;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.mask {
  overflow: hidden;
}

.integrations-div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  display: flex;
}

.integrations-div-block.whatnew {
  margin-top: 4rem;
}

.integrations-div-block.whatnew.mw-100 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
}

.integrations-div-block.mt-0 {
  margin-top: 0;
}

.integrations-div-block.our-services.mw-100 {
  grid-column-gap: 2.9rem;
  grid-row-gap: 2.9rem;
  justify-content: flex-start;
}

.integrations-div-block.our-services.mw-100.y-top {
  align-items: flex-start;
}

.integrations-div-block.our-services.mw-100.y-top.mb-3 {
  grid-column-gap: 2.9rem;
  grid-row-gap: 2.9rem;
  margin-bottom: 2rem;
}

.integrations-div-block.our-services.mw-100.y-top.mb-3.mt-2 {
  margin-top: 2rem;
}

.integrations-div-block.our-services.mw-100.y-top.mb-3.space_ex {
  margin-top: 1rem;
}

.integrations-div-block.our-services.mw-100.y-top.d-block {
  display: block;
}

.integrations-div-block.our-services.mw-100.y-top.d-block.m-2 {
  margin-top: 2rem;
}

.integrations-div-block.mw-100 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
}

.integrations-div-block.mw-100.mb-contents {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 2rem;
}

.integrations {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.integrations.border-bottom {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
}

.integrations.border-bottom.mt-1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
}

.frame-text-item {
  max-width: 36rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.nav-stripe {
  background-color: #1a1a1a;
  width: 100%;
  height: 100%;
}

.big-paragraph {
  max-width: 80rem;
  display: none;
}

.features-heading {
  grid-row-gap: .625rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100ch;
}

.features-heading.align-left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-flex-item {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-2 {
  background-color: #1a1a1a;
}

.white-elipse {
  background-color: #fff;
  border-radius: 50%;
  min-width: .5rem;
  min-height: .5rem;
}

.section-2 {
  display: block;
}

.hero-background-wrapper-4 {
  object-fit: fill;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.scroll-marquee-size {
  color: #dbdbdb;
  letter-spacing: .2rem;
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 12vw;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.slide {
  height: 100vh;
}

.text-component-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container.partner,
.container.access {
  padding-left: 0;
  padding-right: 0;
}

.container.faq {
  margin-bottom: 100px;
}

.container.h-100 {
  height: 100%;
}

.preloader-block {
  background-color: #1a1a1a;
  width: 100%;
  height: 100%;
}

.heading-4 {
  letter-spacing: 3px;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-4.text-weight-light.mobile,
.heading-4.text-weight-regular.mobile {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 2rem;
  font-weight: 300;
}

.tab-content {
  width: 100%;
  padding-bottom: 3vw;
}

.preloader-logo-overlflow {
  position: relative;
  overflow: hidden;
}

.accordion-heading {
  color: #1a1a1a;
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.3;
}

.accordion-heading.alternate-accordion-title {
  color: #888;
}

.max-width-55ch {
  max-width: 55ch;
}

.branding-wrapper {
  display: none;
}

.faq-list {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.slide-image-vertical-flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.left-arrow-2 {
  display: none;
}

.main-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.tabs-menu {
  width: 100%;
  display: flex;
}

.sticky-title-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 5%;
  display: flex;
  position: sticky;
  top: 25%;
}

.marquee-5 {
  border-radius: 6px;
  align-self: stretch;
  display: flex;
  overflow: hidden;
}

.mask-2 {
  z-index: 0;
  height: 100vh;
}

.overlay-hero {
  z-index: 2;
  opacity: 1;
  background-color: #24222212;
  position: absolute;
  inset: 0%;
}

.overlay-hero.light {
  z-index: 1;
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.preloader {
  z-index: 999;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.integrations-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 4rem;
  display: flex;
}

.integrations-wrapper.whatsnew {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 0;
  margin-bottom: 60px;
}

.integrations-wrapper.whatsnew.mb-30 {
  margin-bottom: 30px;
}

.integrations-wrapper.whatsnew.mb-30.top {
  margin-bottom: 0;
}

.faq-title-wrapper {
  z-index: 10;
  height: 100%;
  padding: 1.9rem 5rem 1.9rem 0;
  position: relative;
}

.opacity-50 {
  opacity: .5;
}

.nav-menu-2 {
  z-index: 10;
  background-color: #0000;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.footer-bottom-grid {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
  place-items: center;
  width: 100%;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90rem;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
}

.link-text {
  color: #fafafa;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.link-text.small {
  font-size: 12px;
}

.link-text.is-hover {
  color: #888;
}

.link-text.is-hover.small {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  overflow: auto;
}

.home-card-item-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  max-width: 40ch;
  padding-left: .44rem;
  display: flex;
}

.home-card-item-wrap.mw-100 {
  max-width: 100%;
  padding-right: .44rem;
}

.nav-link-2 {
  text-transform: uppercase;
  position: relative;
}

.bold-text-2 {
  letter-spacing: .1rem;
  font-family: REDHOT, Georgia, sans-serif;
  font-weight: 400;
}

.primary-button-2 {
  color: #151515;
  background-color: #fbfbfb;
  border-radius: .25rem;
  padding: .8125rem 2.25rem;
  font-weight: 500;
  transition: all .5s cubic-bezier(.77, 0, .175, 1);
}

.primary-button-2:hover {
  color: #fbfbfb;
  background-color: #7954e4;
}

.primary-button-2.navbar-2 {
  background-color: #fbfbfb;
  border-radius: 20rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.primary-button-2.navbar-2:hover {
  background-color: #7954e4;
}

.primary-button-2.navbar-2.hide-desktop {
  display: none;
}

.dot {
  background-color: #1a1a1a;
  width: 12px;
  height: 12px;
  font-family: Oswald, sans-serif;
  position: relative;
  bottom: 32px;
}

.empty-state {
  text-align: center;
  background-color: #efefef;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.menu-navbar-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-button {
  flex-direction: column;
  height: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-button.small {
  height: 13px;
}

.padding-footer {
  padding-top: 5rem;
  padding-bottom: 1rem;
  position: relative;
}

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

.background-black {
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.text-size-large-2 {
  font-size: 1.25rem;
  line-height: 1.25;
}

.text-size-large-2.line-height-150 {
  line-height: 1.5;
}

.text-size-large-2.line-height-160 {
  line-height: 1.6;
}

.tabs-content-2 {
  width: 100%;
}

.tab-link-features {
  opacity: .5;
  color: #fbfbfb;
  text-align: center;
  background-color: #0000;
  border-bottom: 1px solid #e3e5e833;
  width: 100%;
  padding-top: 0;
  padding-bottom: 2rem;
  transition: all .5s;
}

.tab-link-features:hover {
  opacity: 1;
}

.tab-link-features.w--current {
  opacity: 1;
  color: #fbfbfb;
  background-color: #0000;
  border-bottom: 1px solid #e3e5e8;
}

.services-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  flex-flow: column;
  display: flex;
}

.heading-style-h1 {
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h1.alternate {
  color: #fafafa;
}

.heading-style-h1.featured-heading {
  letter-spacing: 0;
  font-weight: 200;
}

.section-home-about {
  background-color: #fafafa;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.image-background-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-background-wrapper.padding {
  bottom: 0;
  left: 0;
}

.footer-small-text {
  color: #888;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 11px;
  line-height: 1.2;
  transition: color .4s;
}

.check-list {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slide-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.right-marquee {
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: 5.625rem;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 19px;
  display: none;
}

.slide-3 {
  object-fit: fill;
  height: 100vh;
}

.plus-line {
  z-index: 1;
  background-color: #1a1a1a;
  width: .65rem;
  height: 1px;
  position: relative;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(90deg);
}

.features {
  grid-column-gap: 2.8rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.text-size-xlarge {
  color: #1a1a1a;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
}

.text-size-xlarge.text-weight-medium {
  text-transform: uppercase;
}

.text-size-xlarge.faq {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 1.1rem;
}

.text-size-xlarge.news.access {
  font-weight: 600;
}

.text-size-xlarge.news {
  font-size: 1rem;
}

.faq-action {
  background-color: #f3f3f3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.undeline-flex {
  background-color: #1a1a1a;
}

.undeline-flex.alternate-underline-flex {
  background-color: #dedede;
}

.heading-5 {
  letter-spacing: 3px;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.image-9 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.branding-navbar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #001c64;
  justify-content: flex-start;
  align-items: center;
  height: 2rem;
  display: flex;
}

.sticky-2 {
  z-index: 1;
  object-fit: fill;
  position: sticky;
  top: 0;
  overflow: visible;
}

.sticky-2.top-kv {
  display: none;
}

.brand-footer-link {
  text-align: center;
  width: 100%;
  height: auto;
  transition: opacity .4s;
}

.brand-footer-link:hover {
  opacity: .75;
}

.brand-footer-link.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.page2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .93;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  margin-top: 0;
  margin-bottom: 380px;
  display: flex;
}

.dropdown-toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fbfbfb;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.features-image {
  color: #1e1d30;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 24vw;
  min-width: 25rem;
  max-width: 25rem;
  height: 25vw;
  min-height: 25rem;
  max-height: 25rem;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.underline-2 {
  background-color: #dedede;
  width: 100%;
  height: 1px;
}

.underline-2.alternate-underline {
  background-color: #404040;
}

.opacity-60 {
  opacity: 1;
}

.nav-stripe-wrapper {
  z-index: 10;
  flex-flow: row;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.features-icon-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
}

.faq-bottom-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2rem;
  display: grid;
}

.footer-utility-pages-flex {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-utility-pages-flex.mb-5 {
  border-bottom: 1px solid var(--border-white);
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

.integrations-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.integrations-component.access-contact-us {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  grid-template-columns: auto auto;
}

.integrations-component.whatsnew {
  padding-left: 40px;
  padding-right: 40px;
}

.integrations-component.whatsnew.top_news_mb {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-items: stretch;
  padding-left: 0;
  padding-right: 0;
}

.integrations-component.whatsnew.top_news_mb.top {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  grid-template-rows: auto auto;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.home-cards-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.sticky-services-2 {
  grid-column-gap: 9vw;
  grid-row-gap: 9vw;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4rem;
  margin-bottom: 8rem;
  display: flex;
  position: relative;
}

.services-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: flex-start;
  display: flex;
}

.preloader-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.image-marquee-item-2 {
  border-radius: 6px;
  max-height: 345px;
}

.home-1-hero-left-text {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  letter-spacing: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.accordion-track-line {
  background-color: #dedede;
  border-radius: .25rem;
  width: 100%;
  height: 1px;
}

.accordion-content-item {
  cursor: pointer;
  width: 100%;
  padding-top: 2rem;
  position: relative;
}

.check-item {
  grid-column-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.bg-accordion {
  background-color: #c9c9c91a;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.button-text-wrap {
  height: 12px;
  overflow: hidden;
}

.button-text-wrap.spacer {
  width: 5px;
}

.button-text-wrap.is-nav {
  height: 5rem;
}

.integrations-content {
  max-width: 100%;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
}

.integrations-content.bigger {
  max-width: 19ch;
}

.integrations-content.bigger.home {
  width: auto;
  max-width: 100%;
}

.max-width-48ch {
  max-width: 48ch;
}

.heading-8 {
  letter-spacing: 3px;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1;
}

.tabs-features-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider {
  display: block;
}

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

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

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

.menu-social-media {
  z-index: 10;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.main-div-block-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
}

.footer-flex {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  align-items: center;
  display: flex;
}

.faq-bottom {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.features-content {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.opacity-90 {
  opacity: 1;
}

.letter-spacing-tag {
  letter-spacing: .04rem;
}

.tab-features {
  width: 100%;
}

.work-component-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.section-home-call-to-action {
  background-color: #fafafa;
}

.faq-action-wrapper {
  z-index: 25;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}

.tabs-home {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block {
  max-width: 55ch;
}

.overflow {
  padding-bottom: .2rem;
  overflow: hidden;
}

.overflow.mobile-inline.top-summary {
  padding-bottom: 0;
}

.dropdown-homepage {
  color: #fbfbfb;
  flex-flow: column;
  display: flex;
}

.heading-content-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.heading-content-item.align-bottom {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-end;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.back-to-top-link {
  border: 1px solid #88888840;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
  bottom: 30%;
  right: 0;
}

.button-text-wrapper-2 {
  display: flex;
  position: relative;
}

.text-size-small {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: .875rem;
}

.marquee-content-2 {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.up-arrow {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.menu-navbar {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  align-items: center;
  display: flex;
}

.mask-frame {
  z-index: 4;
  opacity: 1;
  pointer-events: none;
  background-color: #7954e4;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
}

.accordion-content-wrap {
  overflow: hidden;
}

.text-weight-medium {
  font-weight: 500;
}

.preloader-logo-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-home-work {
  background-color: #1a1a1a;
}

.menu-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  width: 100%;
  height: 100%;
}

.work-top-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  width: 100%;
}

.button-text-3.outlined-4 {
  font-size: 14px;
}

.text-block-3 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  line-height: 1.8em;
}

.text-block-3.service_text {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  line-height: 1.8em;
}

.text-block-3.info-contents.private-member {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.text-block-4 {
  font-family: REDHOT, Georgia, sans-serif;
}

.map {
  height: 600px;
}

.summary-section {
  position: relative;
}

.section-3 {
  position: static;
}

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

.section-clients.display-none {
  display: none;
}

.section-clients.logo-mt-0-copy {
  padding-top: 0;
}

.main-contents-wrapper {
  z-index: 3;
  background-color: #ebebebf0;
  position: relative;
  overflow: hidden;
}

.section-summary {
  position: relative;
}

.section-top {
  flex-flow: column;
  padding-top: 92px;
  padding-bottom: 0;
  display: flex;
}

.section-top.contact-footer {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-top.last-section {
  padding-bottom: 192px;
}

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

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

.section-top.bottom-cta.summary {
  position: relative;
}

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

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

.section-top.service-intro-section {
  padding-top: 48px;
}

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

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

.section-top.feautred-blog-section {
  padding-top: 48px;
}

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

.section-top.hero {
  padding-top: 192px;
}

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

.section-top.below-title {
  padding-top: 72px;
}

.section-top.team-member-section,
.section-top.privacy-policy-page {
  padding-bottom: 192px;
}

.section-top.seo-hero-section {
  padding-top: 48px;
}

.section-top.title {
  padding-top: 92px;
  padding-bottom: 0;
}

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

.section-whatsnew {
  padding-top: 52px;
  position: static;
}

.section-service {
  flex-flow: column;
  padding-top: 52px;
  padding-bottom: 0;
  display: flex;
}

.section-service.contact-footer {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-service.last-section {
  padding-bottom: 192px;
}

.section-service.faq {
  padding-top: 48px;
}

.section-service.bottom-cta {
  padding-bottom: 192px;
}

.section-service.bottom-cta.summary {
  position: relative;
}

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

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

.section-service.service-intro-section {
  padding-top: 48px;
}

.section-service.pricing-title-section {
  padding-bottom: 0;
}

.section-service.product-description-section {
  padding-top: 48px;
  padding-bottom: 24px;
}

.section-service.feautred-blog-section {
  padding-top: 48px;
}

.section-service.article-hero-section {
  padding-top: 48px;
  padding-bottom: 0;
}

.section-service.hero {
  padding-top: 192px;
}

.section-service.grid-hero-section {
  padding-top: 0;
}

.section-service.below-title {
  padding-top: 72px;
}

.section-service.team-member-section,
.section-service.privacy-policy-page {
  padding-bottom: 192px;
}

.section-service.seo-hero-section {
  padding-top: 48px;
}

.section-service.title {
  padding-top: 92px;
  padding-bottom: 0;
}

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

.section-about,
.section-community {
  padding-top: 52px;
}

.section-faq {
  padding-top: 52px;
  display: none;
}

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

.section-cta {
  flex-flow: column;
  padding-top: 52px;
  padding-bottom: 96px;
  display: none;
}

.section-cta.contact-footer {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-cta.last-section {
  padding-bottom: 192px;
}

.section-cta.faq {
  padding-top: 48px;
}

.section-cta.bottom-cta {
  padding-bottom: 192px;
}

.section-cta.bottom-cta.summary {
  position: relative;
}

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

.section-cta.service-details {
  padding-top: 0;
}

.section-cta.service-intro-section {
  padding-top: 48px;
}

.section-cta.pricing-title-section {
  padding-bottom: 0;
}

.section-cta.product-description-section {
  padding-top: 48px;
  padding-bottom: 24px;
}

.section-cta.feautred-blog-section {
  padding-top: 48px;
}

.section-cta.article-hero-section {
  padding-top: 48px;
  padding-bottom: 0;
}

.section-cta.hero {
  padding-top: 192px;
}

.section-cta.grid-hero-section {
  padding-top: 0;
}

.section-cta.below-title {
  padding-top: 72px;
}

.section-cta.team-member-section,
.section-cta.privacy-policy-page {
  padding-bottom: 192px;
}

.section-cta.seo-hero-section {
  padding-top: 48px;
}

.section-cta.title {
  padding-top: 92px;
  padding-bottom: 0;
}

.section-cta.no-padeing {
  padding-top: 0;
  display: block;
}

.section-cta.no-padeing.d-none {
  display: none;
}

.section-client-pc {
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-client-pc.contact-footer {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-client-pc.last-section {
  padding-bottom: 192px;
}

.section-client-pc.faq {
  padding-top: 48px;
}

.section-client-pc.bottom-cta {
  padding-bottom: 192px;
}

.section-client-pc.bottom-cta.summary {
  padding-bottom: 96px;
  position: relative;
}

.section-client-pc.logos {
  padding-bottom: 0;
}

.section-client-pc.service-details {
  padding-top: 0;
}

.section-client-pc.service-intro-section {
  padding-top: 48px;
}

.section-client-pc.pricing-title-section {
  padding-bottom: 0;
}

.section-client-pc.product-description-section {
  padding-top: 48px;
  padding-bottom: 24px;
}

.section-client-pc.feautred-blog-section {
  padding-top: 48px;
}

.section-client-pc.article-hero-section {
  padding-top: 48px;
  padding-bottom: 0;
}

.section-client-pc.hero {
  padding-top: 192px;
}

.section-client-pc.grid-hero-section {
  padding-top: 0;
}

.section-client-pc.below-title {
  padding-top: 72px;
}

.section-client-pc.team-member-section,
.section-client-pc.privacy-policy-page {
  padding-bottom: 192px;
}

.section-client-pc.seo-hero-section {
  padding-top: 48px;
}

.section-client-pc.title {
  padding-top: 92px;
  padding-bottom: 0;
}

.section-address {
  flex-flow: column;
  padding-top: 60px;
  padding-bottom: 10px;
  display: flex;
}

.section-address.contact-footer {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-address.last-section {
  padding-bottom: 192px;
}

.section-address.faq {
  padding-top: 48px;
}

.section-address.bottom-cta {
  padding-bottom: 192px;
}

.section-address.bottom-cta.summary {
  padding-bottom: 0;
  position: relative;
}

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

.section-address.service-details {
  padding-top: 0;
}

.section-address.service-intro-section {
  padding-top: 48px;
}

.section-address.pricing-title-section {
  padding-bottom: 0;
}

.section-address.product-description-section {
  padding-top: 48px;
  padding-bottom: 24px;
}

.section-address.feautred-blog-section {
  padding-top: 48px;
}

.section-address.article-hero-section {
  padding-top: 48px;
  padding-bottom: 0;
}

.section-address.hero {
  padding-top: 192px;
}

.section-address.grid-hero-section {
  padding-top: 0;
}

.section-address.below-title {
  padding-top: 72px;
}

.section-address.team-member-section,
.section-address.privacy-policy-page {
  padding-bottom: 192px;
}

.section-address.seo-hero-section {
  padding-top: 48px;
}

.section-address.title {
  padding-top: 92px;
  padding-bottom: 0;
}

.section-us {
  flex-flow: column;
  padding-top: 96px;
  padding-bottom: 10px;
  display: flex;
}

.section-us.contact-footer {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-us.contact-footer.mb-0 {
  padding-bottom: 0;
}

.section-us.last-section {
  padding-bottom: 192px;
}

.section-us.faq {
  padding-top: 48px;
}

.section-us.bottom-cta {
  padding-bottom: 192px;
}

.section-us.bottom-cta.summary {
  padding-bottom: 0;
  position: relative;
}

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

.section-us.service-details {
  padding-top: 0;
}

.section-us.service-intro-section {
  padding-top: 48px;
}

.section-us.pricing-title-section {
  padding-bottom: 0;
}

.section-us.product-description-section {
  padding-top: 48px;
  padding-bottom: 24px;
}

.section-us.feautred-blog-section {
  padding-top: 48px;
}

.section-us.article-hero-section {
  padding-top: 48px;
  padding-bottom: 0;
}

.section-us.hero {
  padding-top: 192px;
}

.section-us.grid-hero-section {
  padding-top: 0;
}

.section-us.below-title {
  padding-top: 72px;
}

.section-us.team-member-section,
.section-us.privacy-policy-page {
  padding-bottom: 192px;
}

.section-us.seo-hero-section {
  padding-top: 48px;
}

.section-us.title {
  padding-top: 92px;
  padding-bottom: 0;
}

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

.cta-wrapper {
  margin-top: 3rem;
}

.paragraph {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
}

.paragraph.sub_text {
  letter-spacing: normal;
  font-size: 1rem;
}

.navbar21_link {
  padding: .5rem 1rem;
}

.navbar21_link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.menu-icon4_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.menu-icon4_line-middle-base {
  background-color: #2e2e2e;
  width: 24px;
  height: 2px;
  position: absolute;
}

.navbar21_menu-right {
  background-color: #7a7a7a30;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 8rem 5vw 8rem 2.5rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.navbar21_link-wrapper {
  z-index: 0;
  display: flex;
}

.margin-bottom,
.margin-bottom.margin-tiny {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.margin-bottom.margin-xsmall.aboutus {
  text-align: center;
  font-size: 2.2rem;
}

.margin-bottom.margin-xsmall.aboutus.title {
  text-align: left;
}

.margin-bottom.margin-small,
.margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge.corporate-partner {
  margin-bottom: 2rem;
}

.margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxsmall.tub-aria {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.mt-5 {
  margin-bottom: 2rem;
}

.margin-bottom.margin-small.mt-5.mb-1 {
  margin-bottom: 1rem;
}

.margin-bottom.margin-xsmall {
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  letter-spacing: .2rem;
  letter-spacing: .2rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall,
.margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.cl-space {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.margin-bottom.margin-xsmall,
.margin-bottom.margin-small,
.margin-bottom.margin-small,
.margin-bottom.margin-small,
.margin-bottom.margin-small,
.margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.menu-icon4_line-middle {
  background-color: #2e2e2e;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.navbar21_menu-right-text-wrapper {
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.navbar21_link-large {
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  position: static;
}

.navbar21_link-large.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar21_menu-right-iimage-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-small\>);
  flex: 1 0 40%;
  width: 100%;
  overflow: hidden;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-large.text-weight-semibold {
  font-family: "Hiragino W 6", Verdana, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.text-size-large.text-weight-semibold.about {
  margin-top: 10px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.text-size-large.text-weight-semibold.about.en {
  font-family: REDHOT, Georgia, sans-serif;
  font-weight: 400;
}

.navbar21_dropdwn-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xxsmall.tab-chkbox {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
}

.icon-embed-xxsmall.tab-chkbox.is-off.d-none,
.icon-embed-xxsmall.tab-chkbox.is-on.d-none {
  display: none;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.menu-icon4_line-bottom {
  background-color: #2e2e2e;
  width: 24px;
  height: 2px;
}

.navbar21_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.text-style-link {
  text-decoration: underline;
}

.menu-icon4_line-top {
  background-color: #2e2e2e;
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar21_menu-right-content-wrapper {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  max-width: 35rem;
  position: relative;
}

.navbar21_bottom-background-overlay-tablet {
  display: none;
}

.navbar21_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  display: flex;
  position: relative;
}

.navbar21_menu-left {
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  padding-left: 5vw;
  display: flex;
  position: relative;
}

.navbar21_menu-right-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.navbar21_menu-button {
  z-index: 1;
  padding: 0;
}

.navbar21_menu-button.w--open {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
}

.navbar21_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  padding: .5rem;
  position: absolute;
}

.text-size-small-4 {
  color: #2e2e2e;
  font-size: .875rem;
}

.navbar21_menu-links-wrapper {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.9rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  font-family: REDHOT, Georgia, sans-serif;
  display: grid;
}

.navbar21_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.navbar21_logo-link {
  z-index: 2;
  padding-left: 0;
}

.navbar21_menu-right-content {
  grid-column-gap: 0px;
  grid-row-gap: 3.1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 30px;
  display: grid;
}

.menu-icon4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.navbar21_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-top,
.margin-top.margin-xxsmall,
.margin-top.margin-xsmall,
.margin-top.margin-small,
.margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium.center {
  text-align: center;
  justify-content: center;
  display: block;
}

.margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.navbar21_component {
  border-bottom: 0px solid var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-weight-semibold {
  letter-spacing: 1px;
  font-family: REDHOT, Georgia, sans-serif;
  font-weight: 500;
}

.navbar21_menu-right-image {
  aspect-ratio: 12 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar21_menu-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: grid;
  position: relative;
}

.navbar21_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.navbar21_menu {
  background-color: #c8c8c8f0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: auto;
}

.text-block-5 {
  letter-spacing: 1px;
  font-family: REDHOT, Georgia, sans-serif;
}

.sub-text {
  color: #444343;
  font-family: "Hiragino W 4", Verdana, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.text-block-6 {
  letter-spacing: .1rem;
}

.padded-content-2 {
  padding-left: 48px;
  padding-right: 48px;
}

.section-4 {
  flex-flow: column;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.zoom-out-image-2 {
  display: block;
}

.zoom-out-image-wrapper-2 {
  border-radius: 6px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.grid-section-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.title-small-2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
}

.title-small-2.muted-text {
  opacity: 100;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: REDHOT, Georgia, sans-serif;
}

.title-small-2.collabo-partner {
  letter-spacing: 2px;
  margin-top: 10px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding-left: 24px;
  padding-right: 24px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button-3:hover {
  color: #000;
  background-color: #0000;
  border-color: #0000001f;
}

.button-3.outlined {
  color: #000;
  background-color: #0000;
  border-color: #0000001f;
  margin-top: 2rem;
}

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

.container---main-2 {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.body-text-2 {
  color: var(--dark);
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  line-height: 1.8em;
}

.body-text-2.mt-3 {
  color: var(--dark);
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding-left: 24px;
  padding-right: 24px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button-4:hover,
.button-4.outlined {
  color: #000;
  background-color: #0000;
  border-color: #0000001f;
}

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

.section-5 {
  flex-flow: column;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.section-5.dispaly-none {
  display: none;
}

.zoom-out-image-wrapper-3 {
  border-radius: 6px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.grid-section-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.title-small-3 {
  font-family: "Hiragino W 4", Verdana, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3em;
}

.title-small-3.muted-text.corporate-partner {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.container---main-3 {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.body-text-3 {
  color: #000000b3;
}

.section-6 {
  flex-flow: column;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.section-6.disply-none {
  display: none;
}

.section--partner {
  flex-flow: column;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.section--partner.pb-0 {
  padding-top: 92px;
  padding-bottom: 0;
}

.section--partner.pb-0.pt-0 {
  padding-top: 92px;
}

.section--partner.pb-0.pt-0.oc-top {
  padding-top: 52px;
}

.section--partner.pb-0.logos {
  padding-top: 72px;
  padding-bottom: 52px;
}

.div-block-2 {
  margin-left: 25%;
  margin-right: 25%;
  padding-left: 0;
}

.image-19 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
}

.image-19._16-9 {
  width: 100%;
  height: 100%;
}

.image-20 {
  aspect-ratio: auto;
}

.image-20._16-9 {
  width: 100%;
  height: 100%;
}

.text-size-medium-2 {
  text-align: left;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5em;
}

.text-size-medium-2.text-weight-semibold.mb-10 {
  margin-bottom: 10px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.text-size-medium-2.private-member {
  margin-top: 20px;
}

.text-size-medium-2.date {
  text-align: right;
}

.heading-style-h1-2 {
  font-family: BDO Grotesk;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1-2.about {
  letter-spacing: .1rem;
  text-indent: 0;
  text-transform: uppercase;
  column-count: 0;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 3.3rem;
  font-weight: 600;
}

.heading-style-h1-2.about.caps {
  text-transform: none;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large-2.mw-100 {
  max-width: 100%;
}

.padding-section-large-2 {
  padding-top: 2rem;
  padding-bottom: 7rem;
}

.padding-section-large-2.about {
  padding-top: 0;
  padding-bottom: 2rem;
}

.padding-section-large-2.news {
  padding-top: 0;
  padding-bottom: 4rem;
}

.padding-section-large-2.news.pb-0 {
  padding-bottom: 0;
}

.padding-section-large-2.news.event_low {
  padding-bottom: 1rem;
}

.padding-section-large-2.private-member {
  padding-top: 0;
  padding-bottom: 2rem;
}

.padding-section-large-2.program-event {
  padding-top: 0;
  padding-bottom: 3rem;
}

.padding-section-large-2.program-event.mb-2 {
  margin-top: 2rem;
  padding-bottom: 2rem;
}

.portfolio-div-block9_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
}

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global-3.about,
.padding-global-3.private-member,
.padding-global-3.lr-0 {
  padding-left: 0%;
  padding-right: 0%;
}

.padding-global-3.padding-top {
  padding-top: 40px;
}

.padding-global-3.news,
.padding-global-3.ex,
.padding-global-3.padding-lr-0 {
  padding-left: 0%;
  padding-right: 0%;
}

.portfolio-div-block9_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.title {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
}

.tag-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-1\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-1\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.more-about-btn-wrapper {
  max-width: 50%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.background-holder {
  z-index: -999;
  opacity: 0;
  position: relative;
}

.button-5 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-5.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-5.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-5.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.layout348_desktop-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  padding-bottom: 14px;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline.about {
  font-weight: 400;
}

.layout348_image {
  width: 100%;
  position: absolute;
}

.layout348_mobile-image-wrapper {
  display: none;
}

.heading-style-h2 {
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.layout348_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.layout348_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.background-layer {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.background-layer.background-color-1 {
  background-color: #e5e5e5;
}

.background-layer.background-color-2 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.background-layer.background-color-3 {
  background-color: #e5e5e5;
}

.background-layer.background-color-4 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.layout348_mobile-image {
  width: 100%;
  position: absolute;
}

.content29_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content29_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: flex;
}

.text-rich-text.news {
  text-transform: uppercase;
  font-family: REDHOT, Georgia, sans-serif;
  font-weight: 300;
}

.text-rich-text.news.news_details {
  text-transform: none;
  line-height: 1.8em;
}

.content29_author-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.content29_author-wrapper.contents_speaker._1-col {
  display: block;
}

.content29_author-wrapper.contents_speaker._1-col.news_details {
  line-height: 1.8em;
}

.content29_author-wrapper.contents_speaker._1-col.news_details.no-line {
  border-top: 1px solid #000;
  border-bottom-style: none;
}

.content29_author-wrapper.contents_speaker {
  border-bottom: 1px solid #0000001f;
  padding-top: 20px;
  padding-bottom: 20px;
}

.content29_content-wrapper {
  margin-bottom: 4rem;
}

.content29_content-wrapper.bottom_low {
  margin-bottom: 1rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center,
.max-width-large.align-center.mw-100 {
  max-width: 100%;
}

.margin-vertical,
.margin-vertical.margin-large {
  margin-left: 0;
  margin-right: 0;
}

.content29_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.content29_component {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content29_component.speaker {
  padding-left: 5%;
  padding-right: 5%;
}

.content29_component.speaker.padding-lr-0 {
  padding-left: 0%;
  padding-right: 0%;
}

.divider-horizontal {
  height: var(--\<unknown\|relume-variable-divider-width\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  width: 100%;
}

.content29_tag-list-wrapper {
  width: 50%;
}

.content29_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  min-width: 3.5rem;
  height: auto;
  min-height: 3.5rem;
  overflow: clip;
}

.content29_share-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 40px;
  display: flex;
}

.content29_social-link {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  border-radius: 20px;
  padding: .25rem;
}

.content20_lightbox-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.section_content20 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
}

.content18_content-wrapper {
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding-right: 40px;
  display: grid;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.content20_content-left.mt-24 {
  padding-top: 24px;
}

.content20_lightbox {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-play-icon {
  z-index: 2;
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #d1d1d180;
  position: absolute;
  inset: 0%;
}

.content20_content-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.content20_content-right.event_detail {
  padding-left: 1rem;
  padding-right: 1rem;
}

.heading-style-h3 {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.event_ditail {
  font-size: 1.7rem;
  line-height: 1.5;
}

.heading-style-h3.event_ditail.subtitle {
  margin-top: 10px;
  font-size: 1rem;
}

.figure {
  margin-top: 40px;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.content23_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  flex: 1;
  width: 100%;
  overflow: hidden;
}

.content23_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content23_image.event {
  margin-top: 60px;
}

.content23_metatag-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.content23_metatag-list.hidden {
  display: none;
}

.content23_metatag-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.section_content23 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.content23_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content23_content-wrapper.event_main {
  grid-column-gap: 2.1rem;
  grid-row-gap: 2.1rem;
  grid-template-columns: 1fr;
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2-2.private-member {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: REDHOT, Georgia, sans-serif;
  font-weight: 500;
}

.heading-style-h2-2.private-member.mb-10 {
  letter-spacing: normal;
  margin-bottom: 10px;
}

.section_portfolio5 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
}

.button-6 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-6.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-6.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-6.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-size-regular-2 {
  font-size: 1rem;
}

.text-size-regular-2.collaboration-partner {
  margin-top: .5rem;
  font-family: "Hiragino W 6", Verdana, sans-serif;
  font-size: 1rem;
  display: none;
}

.heading-style-h2-3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2-3.private-member {
  font-family: REDHOT, Georgia, sans-serif;
  font-weight: 500;
}

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

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5.program-event {
  margin-top: 20px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.heading-style-h5.program-event.carender_title {
  margin-bottom: 1rem;
}

.heading-style-h5.collaboration-partner {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 400;
}

.heading-style-h5.collaboration-partner.bold {
  font-size: 1rem;
}

.portfolio5_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.portfolio5_list.private-member {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.portfolio5_list.corporate-partner {
  grid-column-gap: 1.8rem;
  grid-row-gap: .7rem;
  margin-left: 5%;
  margin-right: 5%;
}

.portfolio5_list.corporate-partner.lr-0 {
  margin-left: 0%;
  margin-right: 0%;
}

.portfolio5_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  overflow: hidden;
}

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

.portfolio5_content.mb-4 {
  margin-bottom: 4rem;
}

.portfolio5_image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

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

.portfolio5_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.table3_column {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: 5rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.table3_column.is-width-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-width: 12rem;
  max-width: 16rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.table3_column.is-width-medium {
  min-width: 8rem;
  max-width: 12rem;
}

.table3_column.is-div-block-column {
  min-height: auto;
}

.table3_column.is-width-small {
  min-width: 6rem;
  max-width: 8rem;
}

.table3_header-link {
  align-items: center;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.table3_header-link:hover {
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
}

.table3_page-button {
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  display: flex;
}

.table3_page-button.w--current {
  border-color: #0000;
}

.table3_pagination-page-button-wrapper {
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.table3_item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #00000045;
  grid-template-rows: .25fr;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center stretch;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 10px;
  display: grid;
}

.table3_button-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.table3_column-button-wrapper {
  justify-content: center;
  align-items: center;
  width: 6rem;
  margin-left: auto;
  padding: 1.5rem 1rem;
  display: flex;
}

.button-7 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-7.is-secondary {
  color: #0000;
  background-color: #0000;
}

.button-7.is-small {
  padding: .5rem 1.25rem;
}

.table3_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.table3_header.lr-0 {
  padding-left: 0;
  padding-right: 0;
}

.text-weight-medium-2 {
  font-weight: 500;
}

.table3_pagination {
  justify-content: center;
  margin-top: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.table3_content {
  border-top: 1px solid #0000;
  border-bottom: 1px #0000;
  flex-direction: column;
  overflow: auto;
}

.table3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 5rem;
  position: relative;
}

.table3_component.mw-100.table_bottom_low {
  padding-bottom: 1rem;
}

.table3_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 6.5rem;
  min-height: 2.5rem;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.table3_button.is-previous {
  justify-content: flex-start;
  margin-right: auto;
}

.table3_button.is-next {
  justify-content: flex-end;
  margin-left: auto;
}

.table3_link {
  font-weight: 600;
  text-decoration: none;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.page-padding.private-member {
  padding-left: 0%;
  padding-right: 0%;
}

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

.table3_header-row {
  border-bottom: 1px solid #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.bold-text-3 {
  text-transform: uppercase;
  font-weight: 400;
}

.bold-text-3.private-member {
  letter-spacing: .1em;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 2rem;
}

.text-block-7 {
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.private-member {
  font-family: "Hiragino W 6", Verdana, sans-serif;
  line-height: 2em;
}

.info-title-text {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.portfolio-div-block9_content-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h1-3 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1-3.program-event {
  text-align: left;
  text-transform: uppercase;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
}

.heading-style-h1-3.about {
  text-transform: uppercase;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.heading-style-h1-3.collaboration-partner-title {
  text-align: left;
  letter-spacing: normal;
  text-transform: uppercase;
  text-align: left;
  text-transform: uppercase;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 3rem;
  font-weight: 500;
}

.heading-style-h1-3.about.search_target_title {
  font-size: 1.8rem;
}

.heading-style-h1-3.about {
  letter-spacing: .1rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 3.3rem;
  font-weight: 600;
}

.heading-style-h1-3.about.legal {
  text-transform: none;
}

.heading-style-h1-3.about {
  letter-spacing: .1rem;
  text-indent: 0;
  text-transform: uppercase;
  column-count: 0;
  letter-spacing: .1rem;
  text-indent: 0;
  text-transform: uppercase;
  column-count: 0;
  letter-spacing: .1rem;
  text-indent: 0;
  text-transform: uppercase;
  column-count: 0;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 3.3rem;
  font-weight: 600;
}

.image-marquee-item-3 {
  border-radius: 6px;
  max-height: 345px;
}

.marquee-6 {
  border-radius: 6px;
  align-self: stretch;
  display: flex;
  overflow: hidden;
}

.text-size-small-5 {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h4.program-event {
  font-family: REDHOT, Georgia, sans-serif;
  font-weight: 600;
}

.program-event {
  font-family: REDHOT, Georgia, sans-serif;
}

.tag-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-style: solid;
  border-width: .5px;
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag-3.is-text {
  border-style: none;
  padding: 0;
  display: inline-block;
}

.tag-3.is-text.program-event {
  text-transform: none;
  border-style: solid;
  border-color: #000;
  margin-top: 20px;
  margin-right: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 400;
}

.button-9 {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-9.is-link {
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-9.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.heading-style-h2-5 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2-5.program-event {
  letter-spacing: .2rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
}

.heading-style-h2-5.about {
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}

.heading-style-h2-5.about.management-team {
  text-transform: uppercase;
  font-size: 2.2rem;
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.no-scrollbar {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
}

.category-filter-menu.no-scrollbar.program-event {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.category-filter-menu.no-scrollbar.program-event.mt-0 {
  margin-top: 0;
  margin-bottom: 2rem;
}

.category-filter-menu.no-scrollbar.program-event.mt-0.d-none {
  display: none;
}

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.category-filter-menu.is-center.no-scrollbar.collaboration-partner {
  margin-bottom: 1rem;
}

.category-filter-menu.is-center.no-scrollbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  margin-bottom: 2rem;
}

.event1_item-content {
  flex: 1;
}

.testimonial22_card {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: .5px solid #928d8d;
  border-radius: 11px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.testimonial22_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.testimonial22_grid-list.program-event {
  grid-template-columns: 1fr 1fr;
  margin-top: 1rem;
}

.program-event-2 {
  margin-top: 20px;
}

.news_list {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  flex-flow: column;
}

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

.category-filter-link {
  white-space: nowrap;
  border-style: solid;
  border-width: .5px 1px 1px;
  border-top-color: #000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  font-weight: 500;
}

.category-filter-link.current.under-line.w--current {
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #000;
  border-left-color: #000;
  border-right-color: #000;
}

.category-filter-link.last-link:hover {
  border-bottom-width: 0;
  border-bottom-color: #000;
}

.category-filter-link.last-link.under-line {
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}

.category-filter-link.under-line {
  border-top-style: none;
  border-left-style: none;
  border-left-color: #000;
  border-right-style: none;
  border-right-color: #000;
  padding-left: .5rem;
  padding-right: .5rem;
}

.category-filter-link.under-line:hover {
  border-bottom-width: 0;
  border-bottom-color: #000;
}

.blog11_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.blog11_list.program-event {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.text-size-regular-3 {
  font-family: "Hiragino W 6", Verdana, sans-serif;
  font-size: 1rem;
}

.text-size-regular-3.program-event {
  margin-top: 20px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.text-align-center-2 {
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-text-6 {
  font-weight: 500;
}

.testimonial22_logo {
  max-height: 3rem;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.max-width-large-2.align-center {
  text-align: left;
}

.max-width-large-2.mw-100 {
  max-width: 100%;
}

.max-width-large-2.mw-100.margin-top-lerning {
  margin-top: 0;
  padding-top: 80px;
}

.pricing-plan-mini-2 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  border: 1px solid #0000001f;
  border-radius: 6px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.pricing-plan-mini-2.bg-offset {
  background-color: #f6f6f3;
  border-style: none;
}

.pricing-plan-mini-2.bg-dark {
  color: #fff;
  background-color: #000;
  border-style: none;
}

.text-size-medium-4 {
  font-size: 1.125rem;
}

.text-size-medium-4.about {
  margin-top: 20px;
  line-height: 1.8em;
}

.text-size-medium-4.about.program-event {
  font-family: "Hiragino W 6", Verdana, sans-serif;
  font-size: 1.1rem;
}

.text-size-medium-4.program-event {
  margin-top: 1rem;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 1rem;
}

.event1_list-wrapper {
  overflow: hidden;
}

.blog11_image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: auto;
}

.bold-text-4,
.bold-text-5 {
  font-weight: 500;
}

.contents2.margin_bottom_program {
  margin-bottom: 3rem;
}

.vertical-section-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.event1_title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.news_list_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: .5px solid #000;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.padding-section-large-3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-section-large-3.about {
  padding-top: 2rem;
  padding-bottom: 0;
}

.padding-section-large-3.program-event {
  padding-top: 4rem;
}

.testimonial22_logo-wrapper {
  margin-bottom: 1rem;
}

.blog11_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.button-wrapper {
  display: flex;
}

.button-8 {
  text-align: center;
  border: .5px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.blog11_content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.event1_date-wrapper {
  cursor: pointer;
  border: .5px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 7rem;
  padding: .75rem .25rem;
  display: flex;
  overflow: hidden;
}

.button-10 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button-10:hover {
  color: #000;
  background-color: #0000;
  border-color: #0000001f;
}

.button-10.outlined-5 {
  color: #000;
  background-color: #0000;
  border-color: #0000001f;
  margin-top: 2rem;
}

.button-10.outlined-5:hover {
  color: #fff;
  background-color: #000;
}

.button-10.outlined-5.events-calendar {
  height: auto;
  margin-top: 0;
  padding: .75rem 1.5rem;
  font-size: 13px;
  line-height: 1.25rem;
  display: block;
}

.button-text-4 {
  font-family: "Hiragino W 3", Verdana, sans-serif;
  font-size: 13px;
}

.image-marquee-item-4 {
  border-radius: 6px;
  max-height: 345px;
}

.team2_image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 100%;
  width: 8rem;
  min-width: 8rem;
  max-width: 100%;
  height: 8rem;
  min-height: 8rem;
}

.team2_image.logo_cercle {
  border: 1px solid var(--border-dark);
}

.team2_image.hirogeru_image {
  aspect-ratio: 16 / 9;
}

.heading-style-h2-6 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h2-6.about {
  text-transform: uppercase;
  font-size: 2.5rem;
}

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

.text-align-center-3.about {
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
}

.team2_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team2_list.team-1col {
  grid-template-columns: 1fr;
  margin-bottom: 20px;
}

.team2_list.team-2col {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
}

.team2_list.mt-2 {
  justify-items: center;
  position: static;
}

.paragraph-2 {
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 1rem;
}

.paragraph-2.team_text {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.5em;
}

.text-size-medium-5 {
  margin-bottom: 20px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.team2_item,
.team2_item.team {
  text-align: center;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.team2_image-wrapper {
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.text-size-medium-3 {
  font-family: "Hiragino W 6", Verdana, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium-3.about {
  letter-spacing: normal;
  margin-top: 20px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

.layout19_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout19_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout19_image-wrapper {
  overflow: hidden;
}

.text-size-medium-6 {
  font-family: "Hiragino W 6", Verdana, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium-6.about {
  margin-top: 20px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

.heading-style-h6-2 {
  font-family: "Hiragino W 6", Verdana, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h6-2.about {
  font-size: 1rem;
}

.heading-style-h6-2.about.sub_text {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  line-height: 1.5;
}

.divider-vertical {
  align-self: stretch;
}

.testimonial5_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.text-weight-semibold {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
}

.testimonial5_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 8rem;
  min-width: 8rem;
  height: 8rem;
  min-height: 8rem;
}

.testimonial5_client-image.logo_cercle {
  border: 1px solid var(--border-dark);
}

.testimonial5_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 68px;
  display: grid;
}

.pricing-plan-mini-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  word-break: break-all;
  border: 1px solid #0000001f;
  border-radius: 6px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.pricing-plan-mini-3.bg-dark {
  color: #fff;
  background-color: #000;
  border-style: solid;
}

.pricing-plan-mini-3.bg-offset {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f6f6f3;
  border-style: solid;
  border-color: #0505051f;
}

.button-11 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button-11:hover {
  color: #000;
  background-color: #0000;
  border-color: #0000001f;
}

.button-11.large-2 {
  height: 64px;
  padding-left: 54px;
  padding-right: 54px;
}

.button-11.large-2.mt-20 {
  margin-top: 20px;
}

.vertical-section-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.button-text-5 {
  font-family: "Hiragino W 3", Verdana, sans-serif;
  font-size: 13px;
}

.button-text-5.large-5 {
  text-transform: uppercase;
}

.zoom-out-image-3 {
  display: block;
  position: static;
}

.zoom-out-image-3.square {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.zoom-out-image-wrapper-4 {
  object-fit: fill;
  border-radius: 6px;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.zoom-out-image-wrapper-4.square {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.zoom-out-image-wrapper-4.square.reversal {
  aspect-ratio: auto;
  object-fit: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.padded-content-3 {
  padding-left: 48px;
  padding-right: 48px;
}

.padded-content-3.reversal.about {
  padding-left: 0;
  padding-right: 0;
}

.text-block-9 {
  font-family: "Hiragino W 6", Verdana, sans-serif;
  line-height: 2.3em;
}

.text-block-9.service_text {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 1rem;
  line-height: 1.6em;
}

.grid-section-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 0;
  display: grid;
}

.grid-section-copy._2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row dense;
  justify-content: space-around;
  margin-top: 4rem;
}

.grid-section-copy._2.about.mt-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-section-copy._2.about.mt-2.imgmap {
  grid-template-columns: 1fr;
  grid-auto-flow: row dense;
  margin-top: 0;
}

.grid-section-copy._2.about.mt-2.imgmap.floor-map-container {
  margin-top: auto;
}

.grid-section-copy._3 {
  grid-auto-flow: row dense;
  margin-top: 4rem;
}

.grid-section-copy._3.about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
}

.button-12 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button-12:hover {
  color: #000;
  background-color: #0000;
  border-color: #0000001f;
}

.button-12.outlined-5 {
  color: #000;
  background-color: #0000;
  border-color: #0000001f;
  margin-top: 2rem;
}

.button-12.outlined-5:hover {
  color: #fff;
  background-color: #000;
}

.zoom-out-image-4 {
  display: block;
  position: static;
}

.zoom-out-image-4.square {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.zoom-out-image-wrapper-5 {
  object-fit: fill;
  border-radius: 6px;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.zoom-out-image-wrapper-5.square {
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.padded-content-4 {
  padding-left: 48px;
  padding-right: 48px;
}

.padded-content-4.about {
  padding-left: 0;
  padding-right: 0;
}

.text-block-10 {
  font-family: "Hiragino W 6", Verdana, sans-serif;
  line-height: 2.3em;
}

.button-13 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button-13:hover {
  color: #000;
  background-color: #0000;
  border-color: #0000001f;
}

.button-13.outlined-5 {
  color: #000;
  background-color: #0000;
  border-color: #0000001f;
  margin-top: 2rem;
}

.button-13.outlined-5:hover {
  color: #fff;
  background-color: #000;
}

.blog3_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

.blog3_list.collaboration-partner {
  margin-top: 20px;
}

.blog3_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.blog3_image-wrapper.collaboration-partner {
  padding-top: 20px;
}

.blog3_content.padding_contenes {
  margin-bottom: 2rem;
}

.blog3_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.max-width-large-4 {
  width: 100%;
  max-width: 48rem;
}

.max-width-large-4.align-center {
  margin-left: 5%;
  margin-right: 5%;
}

.max-width-large-4.align-center.kr-0 {
  max-width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}

.max-width-large-4.align-center.kr-0.mt-2 {
  margin-bottom: 3rem;
}

.blog3_item {
  border: .5px solid #000;
  border-radius: 8px;
  overflow: hidden;
}

.blog3_item.collaboration-partner {
  background-color: #f6f6f3;
  border-style: none;
}

.blog3_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
}

.collaboration-partner_subtitle {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.category-filter-link-2 {
  white-space: nowrap;
  border: .5px solid #000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link-2.w--current {
  font-weight: 500;
}

.blog3_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 30%;
  height: 100%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.blog3_image.collaboration-partner {
  width: 100%;
  padding-bottom: 10px;
}

.collaboration-partner {
  font-family: "Hiragino W 8", Verdana, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.collaboration-partner.bold {
  font-weight: 800;
}

.text-size-medium-7 {
  text-align: left;
  font-size: 1.125rem;
}

.text-size-medium-7.collaboration-partner {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  line-height: 1.8em;
}

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

.logo-box-2 {
  background-color: #f6f6f3;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 150px;
  display: flex;
}

.logo-box-2.inside-grid {
  width: 100%;
}

.marquee-7 {
  border-radius: 6px;
  align-self: stretch;
  display: flex;
  overflow: hidden;
}

.show-on-mobile-2 {
  display: none;
}

.logo-box-3 {
  background-color: #f6f6f3;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 150px;
  display: flex;
}

.logo-box-3.inside-grid {
  width: 100%;
}

.marquee-8 {
  border-radius: 6px;
  align-self: stretch;
  display: flex;
  overflow: hidden;
}

.show-on-mobile-3 {
  display: none;
}

.max-width-large-5 {
  width: 100%;
  max-width: 48rem;
}

.max-width-large-5.align-center {
  margin-left: 5%;
  margin-right: 5%;
}

.max-width-large-5.align-center.mw-100 {
  max-width: 100%;
}

.text-size-medium-8 {
  text-align: left;
  font-size: 1.125rem;
}

.text-size-medium-8.collaboration-partner {
  font-family: "Hiragino W 6", Verdana, sans-serif;
  line-height: 1.9em;
}

.text-size-medium-8.private-member {
  justify-content: space-around;
  align-items: stretch;
  margin-top: 20px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  line-height: 1.8rem;
  display: flex;
}

.text-size-medium-8.private-member.pt-10 {
  margin-top: 10px;
  line-height: 1.5em;
}

.text-size-medium-8.private-member.pt-10.d-none {
  display: none;
}

.max-width-large-6 {
  width: 100%;
  max-width: 48rem;
}

.max-width-large-6.align-center {
  margin-left: 5%;
  margin-right: 5%;
}

.max-width-large-6.align-center.lr-0 {
  margin-left: 0%;
  margin-right: 0%;
}

.max-width-large-6.align-center.lr-0.mw-100 {
  max-width: 100%;
}

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

.zoom-out-image-5 {
  aspect-ratio: 16 / 9;
  display: block;
  position: static;
}

.zoom-out-image-5.space.original-program,
.zoom-out-image-5.program {
  aspect-ratio: 1;
}

.portfolio5_image-wrapper-2 {
  width: 100%;
  overflow: hidden;
}

.zoom-out-image-wrapper-6,
.zoom-out-image-wrapper-7,
.zoom-out-image-wrapper-8 {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.program-title {
  margin-bottom: 1rem;
}

.text-block-11,
.text-block-12 {
  font-size: 1rem;
}

.image-21 {
  max-width: 81%;
}

.mask-3 {
  overflow: hidden;
}

.header-text {
  text-transform: uppercase;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1;
}

.header-featured-text {
  font-weight: 200;
}

.footer-top-grid-2 {
  grid-column-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: .25fr;
  width: 100%;
  margin-bottom: 4rem;
}

.footer-3 {
  background-color: #1a1a1a;
  position: static;
  bottom: auto;
}

.section-whatsnew-copy {
  padding-top: 52px;
  position: static;
}

.heading-9 {
  text-transform: uppercase;
}

.speaker-title {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.speaker-ditail {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.content29_social-link-2 {
  border-radius: 20px;
  padding: .25rem;
}

.top_member {
  padding-bottom: 20px;
}

.service {
  margin-top: 0;
  margin-bottom: 1rem;
}

.service.floormap-4 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.program_detail_title {
  margin-bottom: 2rem;
}

._w-500 {
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.program_ditail_text {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.profram_detail_title3 {
  margin-top: 3rem;
}

.event_date {
  margin-top: 2rem;
  font-size: 1rem;
}

.event_detail_title_main {
  text-align: left;
  letter-spacing: normal;
  padding-bottom: 0;
  font-size: 2rem;
}

.event_detail_title_sub {
  text-align: left;
  padding-bottom: 20px;
  font-size: 1rem;
}

.event_detail_title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.event_detail_title.mb-10 {
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 400;
}

.event_detail_title.mb-10.jp-text {
  letter-spacing: normal;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.event_detail_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.event_detail_grid.mt-40 {
  margin-top: 40px;
}

.event_detail_grid.mt-60 {
  margin-top: 60px;
}

.event_detail_grid.mt-60.mb-60 {
  margin-bottom: 60px;
}

.text-block-17 {
  color: var(--dark);
}

.detail_text {
  font-size: 1rem;
  line-height: 1.8em;
}

.program_div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.features-2 {
  grid-column-gap: 2.8rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  display: block;
}

.opacity-91 {
  opacity: 1;
}

.tab-wrapper-2 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.integrations-component-2 {
  grid-column-gap: 4.4375rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  display: block;
}

.scroll-marquee-size-2 {
  color: #efefef;
  letter-spacing: -.1375rem;
  text-transform: uppercase;
  font-size: 11.4vw;
  font-weight: 500;
  line-height: 1;
}

.text-block-18 {
  color: #1a1a1a;
}

.content-long-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  display: flex;
}

.opacity-92 {
  opacity: 1;
}

.features-image-2 {
  color: #1e1d30;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 24vw;
  min-width: 25rem;
  max-width: 25rem;
  height: 25vw;
  min-height: 25rem;
  max-height: 25rem;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-7 {
  flex-flow: column;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.section-7.title {
  padding-top: 92px;
  padding-bottom: 0;
}

.heading-10 {
  letter-spacing: 3px;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.tabs-content-3 {
  width: 100%;
}

.background-black-2 {
  background-color: #ebebebf7;
  position: relative;
  overflow: hidden;
}

.home-cards-grid-2 {
  grid-column-gap: 1.63rem;
  grid-row-gap: 1.63rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90rem;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
}

.home-card-image-2 {
  background-color: #f7f7f7;
  border-radius: .3rem;
  width: 100%;
  min-height: auto;
  max-height: none;
  margin-bottom: .5rem;
  position: relative;
  overflow: hidden;
}

.image-marquee-item-5 {
  border-radius: 6px;
  max-height: 345px;
}

.big-paragraph-2 {
  max-width: 80ch;
}

.container---main-4 {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.section-8 {
  display: none;
}

.faq-action-2 {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.marquee-9 {
  border-radius: 6px;
  align-self: stretch;
  display: flex;
  overflow: hidden;
}

.integrations-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.relative_background {
  z-index: 3;
  position: relative;
}

.tab-content-2 {
  width: 100%;
  padding-bottom: 5vw;
}

.max-width-40ch-2 {
  max-width: 40ch;
}

.heading-11 {
  letter-spacing: 3px;
  font-size: 2.75rem;
  font-weight: 300;
  line-height: 1;
}

.heading-11.line-height-110 {
  line-height: 1.1;
}

.heading-12 {
  letter-spacing: 3px;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1;
}

.title-large-2 {
  letter-spacing: -.01em;
  font-size: 51px;
  font-weight: 400;
  line-height: 1.2em;
}

.home-card-item-wrap-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-self: flex-start;
  max-width: 40ch;
  padding-left: .44rem;
  display: flex;
}

.integrations-div-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 8rem;
  display: flex;
}

.opacity-93 {
  opacity: .7;
}

.opacity-94 {
  opacity: .5;
}

.integrations-content-2 {
  max-width: 22ch;
}

.integrations-content-2.bigger {
  max-width: 19ch;
}

.integrations-content-2.bigger.home {
  width: auto;
  max-width: 25ch;
}

.marquee-10 {
  grid-column-gap: 1rem;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.text-size-small-6 {
  font-size: .875rem;
}

.mask-frame-2 {
  z-index: 4;
  opacity: 1;
  pointer-events: none;
  background-color: #7954e4;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
}

.padding-global-4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  overflow: auto;
}

.image-background-2 {
  object-fit: cover;
  max-width: 100%;
}

.heading-13 {
  letter-spacing: 3px;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.bold-text-8 {
  font-weight: 400;
}

.right-marquee-2 {
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: 5.625rem;
  display: flex;
}

.text-size-xlarge-2 {
  color: #1a1a1a;
  font-size: 1.5rem;
  line-height: 1.25;
}

.field-label-2 {
  color: var(--white);
}

.button-pass {
  border-radius: var(--button-radius);
  background-color: var(--dark);
  color: var(--white);
  text-align: center;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button-pass:where(.w-variant-81d49abd-d037-3e85-fc56-0b1a90a282ef) {
  background-color: var(--white-element-bg);
  color: var(--white);
}

.button-pass:where(.w-variant-25557a4e-06dc-3969-bf0c-432cce6b2ad0) {
  height: 64px;
  padding-left: 54px;
  padding-right: 54px;
}

.button-pass:where(.w-variant-90b7551e-2f4d-fd9e-89eb-368bc1201380) {
  border-color: var(--border-dark);
  color: var(--dark);
  background-color: #ebebeb47;
  margin-top: 2rem;
}

.button-pass:where(.w-variant-521e6cc1-75a7-b354-2091-51e1cfdc804a) {
  background-color: var(--white-element-bg);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  height: 64px;
  padding-left: 54px;
  padding-right: 54px;
}

.button-pass:hover {
  border-color: var(--border-dark);
  color: var(--dark);
  background-color: #0000;
}

.button-pass:hover:where(.w-variant-81d49abd-d037-3e85-fc56-0b1a90a282ef) {
  background-color: var(--white);
}

.button-pass:hover:where(.w-variant-90b7551e-2f4d-fd9e-89eb-368bc1201380) {
  background-color: var(--dark);
  color: var(--white);
}

.button-pass:hover:where(.w-variant-521e6cc1-75a7-b354-2091-51e1cfdc804a) {
  background-color: var(--white);
}

.button-pass.large {
  height: 64px;
  padding-left: 54px;
  padding-right: 54px;
}

.button-pass.large.pass {
  background-color: #616161;
}

.button-pass.form-button {
  align-self: flex-start;
}

.button-pass.white-2 {
  background-color: var(--white-element-bg);
  color: var(--white);
}

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

.button-pass.white-large {
  background-color: var(--white-element-bg);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-style: none;
  height: 64px;
  padding-left: 54px;
  padding-right: 54px;
}

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

.button-pass.member {
  background-color: #dbdbdb;
  height: 38px;
  display: flex;
}

.button-pass.enquiries {
  background-color: var(--white-element-bg);
  margin-right: 156px;
}

.title-large-copy {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
}

.title-large-copy.long-text.mt-4 {
  margin-top: 4rem;
}

.title-large-copy.long-text.top {
  text-align: center;
  letter-spacing: .2rem;
  margin-bottom: 40px;
  font-family: "Hiragino W 4", Verdana, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.7em;
}

.title-large-copy.title {
  font-size: 46px;
}

.title-large-copy._3literacy {
  font-size: 37px;
}

.title-large-copy._3literacy.program-event {
  font-size: 25px;
}

.footer-flex-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.footer-small-text-2 {
  color: #888;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  transition: color .4s;
}

.brand-footer-link-2 {
  transition: opacity .4s;
}

.brand-footer-link-2:hover {
  opacity: .75;
}

.footer-utility-pages-flex-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-bottom-grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  width: 100%;
}

.padding-footer-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer-logo-2 {
  color: #fafafa;
  height: 14.8rem;
  line-height: 1;
}

.footer-top-grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: .25fr;
  align-items: start;
  width: 100%;
  margin-bottom: 2rem;
}

.custom-btn-wrapper {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.custom-btn-wrapper.mt-2 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
}

.custom-btn-wrapper.mt-1 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  margin-top: 1rem;
}

.custom-btn-wrapper.mt-1.sp {
  flex-flow: column;
  align-items: stretch;
}

.custom-btn-wrapper.mt-1.contact-btn {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.custom-btn-wrapper.mt-1.btn_center {
  justify-content: center;
  align-items: flex-start;
}

.custom-btn-wrapper.btn_col2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.custom-btn-wrapper.mt-btn {
  padding-top: 2rem;
}

.custom-btn-wrapper.mt-btn.margin-bottom {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  margin-bottom: 2rem;
}

.mori-logo-wrapper {
  margin-right: 5px;
}

.f-external-link-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.f-external-link-wrapper.d-none,
.f-social-wrapper {
  display: none;
}

.subnav {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.subnav.d-none {
  display: flex;
}

.subnav.d-none.mt-4 {
  margin-top: auto;
}

.subnav.d-none.mt-4.icon_none {
  display: none;
}

.subnav-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #0c0e0f;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.subnav-item:hover {
  color: #0c0e0f;
}

.subnav-item.w--current {
  text-decoration: underline;
}

.subnav-item-line {
  background-color: #0c0e0f;
  width: 0%;
  height: 1px;
}

.subnav-item-line.d-none {
  display: none;
}

.info-list {
  flex-flow: column;
  display: flex;
}

.info-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--border-dark);
  grid-template-rows: auto;
  grid-template-columns: 120px 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: grid;
}

.info-contents {
  font-size: 14px;
  font-weight: 300;
}

.info-peatex-link {
  text-decoration: underline;
}

.info-peatex-link:hover {
  text-decoration: none;
}

.mt-2 {
  margin-top: 2rem;
}

.lottie-animation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .18;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  display: block;
  position: absolute;
  inset: 0% 5%;
  overflow: hidden;
}

.right-marquee-3 {
  justify-content: center;
  align-items: center;
  margin-left: 6.2rem;
  margin-right: 6.2rem;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 19px;
  display: flex;
}

.left-marquee-2 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 3.875rem;
  margin-right: 4rem;
  display: flex;
}

.scroll-marquee-home-ver {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  white-space: nowrap;
  flex-flow: column;
  margin-top: 12rem;
  display: flex;
}

.scroll-marquee-home-ver.psition-absolute {
  z-index: 1;
  grid-column-gap: 3.4rem;
  grid-row-gap: 3.4rem;
  z-index: 1;
  opacity: 1;
  order: -1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  position: absolute;
  inset: 0 0%;
}

.scroll-marquee-home-ver.psition-absolute.sp {
  display: none;
}

.button-14 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button-14:hover {
  color: #000;
  background-color: #0000;
  border-color: #0000001f;
}

.button-14.outlined-21 {
  color: #000;
  background-color: #ebebeb47;
  border-color: #0000001f;
  height: 42px;
  margin-top: 0;
}

.button-14.outlined-21:hover {
  color: #fff;
  background-color: #000;
}

.button-14.outlined-21.c-custom {
  border-color: #00000038;
}

.whats-new-txt {
  text-underline-offset: .2rem;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 2em;
  -webkit-text-decoration: underline #b6b6b6;
  text-decoration: underline #b6b6b6;
}

.button-15 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding-left: 24px;
  padding-right: 24px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button-15:hover {
  color: #000;
  background-color: #0000;
  border-color: #0000001f;
}

.button-15.outlined {
  color: #000;
  background-color: #0000;
  border-color: #0000001f;
  margin-top: 2rem;
}

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

.button-15.outlined.c-custom {
  border-color: #00000038;
}

.button-text-6.outlined-4 {
  font-size: 14px;
}

.button-16 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding-left: 24px;
  padding-right: 24px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button-16:hover {
  color: #000;
  background-color: #0000;
  border-color: #0000001f;
}

.button-16.outlined.c-custom {
  border-color: #00000038;
}

.button-16.outlined {
  color: #000;
  background-color: #0000;
  border-color: #0000001f;
}

.button-16.outlined {
  color: #000;
  background-color: #0000;
  border-color: #0000001f;
  margin-top: 2rem;
}

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

.button-text-7.outlined-4,
.button-text-8.outlined-4 {
  font-size: 14px;
}

.mobile-member-btn-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: none;
}

.pm-link-txt,
.pm-child-link-box {
  display: none;
}

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

.image-22 {
  min-width: 100%;
  max-width: 120%;
  font-size: 43px;
}

.div-block-4,
.div-block-5 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-20,
.text-block-21 {
  text-transform: uppercase;
}

.news-detail-copy {
  margin-bottom: 20px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
}

.news_p_text {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  line-height: 1.8em;
}

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

.layout350_desktop-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.layout350_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.layout350_component.image {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
}

.text-size-medium-9 {
  font-size: 1.125rem;
}

.text-size-medium-9.about {
  font-size: 1rem;
  line-height: 1.6em;
}

.text-size-medium-9.about.map {
  line-height: 2em;
}

.text-style-tagline.about {
  text-transform: uppercase;
  font-weight: 400;
}

.padding-section-large-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large-4.about {
  padding-top: 2rem;
  padding-bottom: 0;
}

.layout350_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.layout350_image {
  width: 100%;
  position: absolute;
}

.layout350_image.is-image3,
.layout350_image.is-image4,
.layout350_image.is-image2 {
  aspect-ratio: 1;
  border-radius: 12px;
}

.layout350_image.is-image1 {
  aspect-ratio: 1;
  vertical-align: baseline;
  border-radius: 12px;
}

.layout350_mobile-image {
  width: 100%;
  position: absolute;
}

.layout350_mobile-image-wrapper {
  display: none;
}

.layout350_tab-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1.25rem;
}

.layout350_tab-link.w--current {
  border-style: none;
  border-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  opacity: 1;
  background-color: #f3f3f3;
  border-radius: 20px;
}

.layout350_tabs-menu {
  z-index: 1;
  grid-column-gap: .25rem;
  border: 1px none var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  align-items: center;
  width: auto;
  padding: .25rem;
  display: flex;
  position: sticky;
  top: 6rem;
}

.padding-global-5 {
  padding-left: 0%;
  padding-right: 0%;
}

.layout350_content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tab-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 14px;
}

.about-doc {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.text-style-tagline-copy {
  justify-content: center;
  align-items: center;
  padding-bottom: 14px;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline-copy {
  justify-content: center;
  align-items: center;
  padding-bottom: 14px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline-copy.about {
  font-weight: 400;
}

.logo_mobile_tablet {
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.event-block-text {
  text-align: left;
  letter-spacing: normal;
  margin-top: 30px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 16px;
}

.logoanimation {
  z-index: 2;
  opacity: 1;
  background-color: #24222212;
  position: absolute;
  inset: 0%;
}

.logoanimation.light {
  z-index: 1;
  z-index: 1;
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 139px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.custom-btn-wrapper-copy {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.custom-btn-wrapper-copy.mt-2 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
}

.custom-btn-wrapper-copy.mt-1 {
  justify-content: flex-start;
  margin-top: 1rem;
}

.main-contents-wrapper-copy {
  z-index: 3;
  background-color: #ebebebf0;
  position: relative;
  overflow: hidden;
}

.opacity-95 {
  opacity: 1;
}

.home-card-item-wrap-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  max-width: 40ch;
  padding-left: .44rem;
  display: flex;
}

.home-card-item-wrap-3.mw-100 {
  max-width: 100%;
  padding-right: .44rem;
}

.zoom-out-image-6 {
  display: block;
}

.container---main-5 {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.right-marquee-4 {
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: 5.625rem;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 19px;
  display: none;
}

.cta-box-image-2 {
  border-radius: 6px;
  max-width: 345px;
}

.zoom-out-image-7 {
  display: block;
  position: static;
}

.zoom-out-image-7.square {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-23 {
  aspect-ratio: auto;
}

.image-23._16-9 {
  width: 100%;
  height: 100%;
}

.background-black-3 {
  background-color: #ebebebc9;
  position: relative;
  overflow: hidden;
}

.section-9 {
  flex-flow: column;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.section-9.dispaly-none {
  display: none;
}

.arrow-hover-link-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-small-4 {
  font-family: "Hiragino W 4", Verdana, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3em;
}

.title-small-4.muted-text.corporate-partner {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.logo-box-4 {
  background-color: #f6f6f3;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 150px;
  display: flex;
}

.logo-box-4.inside-grid {
  width: 100%;
}

.faq-bottom-content-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2rem;
  display: grid;
}

.body-text-4,
.body-text-4.mt-3 {
  color: #000;
}

.zoom-out-image-wrapper-9 {
  border-radius: 6px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.grid-section-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.title-small-5 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
}

.title-small-5.collabo-partner {
  margin-top: 10px;
  font-size: 1.6rem;
}

.title-small-5.muted-text {
  opacity: 100;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: REDHOT, Georgia, sans-serif;
}

.container---main-6 {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.integrations-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.zoom-out-image-wrapper-10 {
  object-fit: fill;
  border-radius: 6px;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.zoom-out-image-wrapper-10.square {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.zoom-out-image-wrapper-10.square.reversal {
  flex-flow: row;
}

.marquee-11 {
  grid-column-gap: 1rem;
  opacity: .21;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.contact-list-item-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #0000001f;
  grid-template-rows: auto;
  grid-template-columns: 366px 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: grid;
}

.main-contents-wrapper-2 {
  z-index: 3;
  position: relative;
  overflow: hidden;
}

.body-text-5 {
  color: #000000b3;
}

.big-paragraph-3 {
  max-width: 80ch;
}

.marquee-12 {
  border-radius: 6px;
  align-self: stretch;
  display: flex;
  overflow: hidden;
}

.padded-content-5 {
  padding-left: 48px;
  padding-right: 48px;
}

.cta-box-2 {
  background-color: #f6f6f3;
  border-radius: 6px;
  justify-content: space-between;
  padding: 12px;
  display: flex;
}

.section-10 {
  flex-flow: column;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.section-10.disply-none {
  display: none;
}

.image-marquee-item-6 {
  border-radius: 6px;
  max-height: 345px;
}

.left-marquee-3 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 3.875rem;
  display: none;
}

.image-marquee-item-7 {
  border-radius: 6px;
  max-height: 345px;
}

.home-card-image-3 {
  object-fit: fill;
  background-color: #f7f7f7;
  border-radius: .3rem;
  width: 100%;
  min-height: auto;
  max-height: none;
  margin-bottom: .5rem;
  position: relative;
  overflow: hidden;
}

.home-card-image-3._16_9 {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.grid-section-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.text-block-22 {
  font-family: "Hiragino W 6", Verdana, sans-serif;
  line-height: 2.3em;
}

.text-block-22.service_text {
  line-height: 1.6em;
}

.button-17 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button-17:hover {
  color: #000;
  background-color: #0000;
  border-color: #0000001f;
}

.button-17.large-6 {
  height: 42px;
  padding-left: 54px;
  padding-right: 54px;
}

.button-17.outlined-21 {
  color: #000;
  background-color: #ebebeb47;
  border-color: #0000001f;
  height: 42px;
  margin-top: 0;
}

.button-17.outlined-21:hover {
  color: #fff;
  background-color: #000;
}

.div-block-6 {
  margin-left: 25%;
  margin-right: 25%;
  padding-left: 0;
}

.zoom-out-image-wrapper-11 {
  border-radius: 6px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.integrations-div-block-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  display: flex;
}

.integrations-div-block-3.mw-100 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
}

.integrations-div-block-3.whatnew {
  margin-top: 4rem;
}

.integrations-div-block-3.whatnew.mw-100 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
}

.integrations-div-block-3.our-services.mw-100 {
  grid-column-gap: 2.9rem;
  grid-row-gap: 2.9rem;
  justify-content: flex-start;
}

.button-text-9.outlined-4 {
  font-size: 14px;
}

.image-24 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
}

.image-24._16-9 {
  width: 100%;
  height: 100%;
}

.container-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  display: block;
}

.container-8.partner {
  padding-left: 0;
  padding-right: 0;
}

.marquee-13 {
  border-radius: 6px;
  align-self: stretch;
  display: flex;
  overflow: hidden;
}

.paragraph-4.sub_text {
  letter-spacing: normal;
  font-size: 1rem;
}

.title-large-3 {
  color: #fff;
  letter-spacing: -.01em;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 51px;
  font-weight: 400;
  line-height: 1.2em;
}

.title-large-3.long-text.top {
  color: #000;
  text-align: center;
  letter-spacing: .2rem;
  margin-bottom: 40px;
  font-family: "Hiragino W 4", Verdana, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.7em;
}

.home-cards-grid-3 {
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.cta-box-contents-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  padding: 12px;
  display: flex;
}

.heading-14 {
  letter-spacing: 3px;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-14.text-weight-light.mobile,
.heading-14.text-weight-regular.mobile {
  font-size: 2rem;
}

.integrations-component-3 {
  grid-column-gap: 3.8rem;
  grid-row-gap: 3.8rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.opacity-96 {
  opacity: .7;
  font-family: "Hiragino W 6", Verdana, sans-serif;
}

.opacity-97 {
  opacity: 1;
}

.home-card-item-wrap-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  max-width: 40ch;
  padding-left: .44rem;
  display: flex;
}

.home-card-item-wrap-4.mw-100 {
  max-width: 100%;
  padding-right: .44rem;
}

.container---main-7 {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.cta-box-image-3 {
  border-radius: 6px;
  max-width: 345px;
}

.zoom-out-image-8 {
  display: block;
  position: static;
}

.zoom-out-image-8.square {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-25 {
  aspect-ratio: auto;
}

.image-25._16-9 {
  width: 100%;
  height: 100%;
}

.background-black-4 {
  background-color: #ebebebc9;
  position: relative;
  overflow: hidden;
}

.section-11 {
  flex-flow: column;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.section-11.dispaly-none,
.section-11.disply-none {
  display: none;
}

.title-small-6 {
  font-family: "Hiragino W 4", Verdana, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3em;
}

.title-small-6.muted-text.corporate-partner {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.logo-box-5 {
  background-color: #f6f6f3;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 150px;
  display: flex;
}

.logo-box-5.inside-grid {
  width: 100%;
}

.faq-bottom-content-3 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2rem;
  display: grid;
}

.body-text-6,
.body-text-6.mt-3 {
  color: #000;
}

.zoom-out-image-wrapper-12 {
  border-radius: 6px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.grid-section-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.title-small-7 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
}

.title-small-7.collabo-partner {
  margin-top: 10px;
  font-size: 1.6rem;
}

.title-small-7.muted-text {
  opacity: 100;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: REDHOT, Georgia, sans-serif;
}

.container---main-8 {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.integrations-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.section-12 {
  flex-flow: column;
  padding-top: 96px;
  padding-bottom: 10px;
  display: flex;
}

.section-12.bottom-cta {
  padding-bottom: 192px;
}

.section-12.bottom-cta.summary {
  padding-bottom: 0;
  position: relative;
}

.section-12.contact-footer {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-12.contact-footer.mb-0 {
  padding-bottom: 0;
}

.body-text-7 {
  color: #000000b3;
}

.big-paragraph-4 {
  max-width: 80ch;
}

.marquee-14 {
  border-radius: 6px;
  align-self: stretch;
  display: flex;
  overflow: hidden;
}

.padded-content-6 {
  padding-left: 48px;
  padding-right: 48px;
}

.title-small-8 {
  text-transform: uppercase;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
}

.title-small-8.cta {
  margin-top: 20px;
  font-size: 1.1rem;
  line-height: 1.6em;
}

.title-small-8.muted-text.cta {
  opacity: 100;
  font-size: 1.4rem;
}

.title-small-8.body {
  letter-spacing: 1px;
  font-family: "Hiragino W 7", Verdana, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 2.1em;
}

.image-marquee-item-8,
.image-marquee-item-9 {
  border-radius: 6px;
  max-height: 345px;
}

.home-card-image-4 {
  object-fit: fill;
  background-color: #f7f7f7;
  border-radius: .3rem;
  width: 100%;
  min-height: auto;
  max-height: none;
  margin-bottom: .5rem;
  position: relative;
  overflow: hidden;
}

.home-card-image-4._16_9 {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.grid-section-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.text-block-23 {
  font-family: "Hiragino W 6", Verdana, sans-serif;
  line-height: 2.3em;
}

.text-block-23.service_text {
  line-height: 1.6em;
}

.button-18 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button-18:hover {
  color: #000;
  background-color: #0000;
  border-color: #0000001f;
}

.button-18.large-6 {
  height: 42px;
  padding-left: 54px;
  padding-right: 54px;
}

.button-18.outlined-21 {
  color: #000;
  background-color: #ebebeb47;
  border-color: #0000001f;
  height: 42px;
  margin-top: 0;
}

.button-18.outlined-21:hover {
  color: #fff;
  background-color: #000;
}

.zoom-out-image-wrapper-13 {
  border-radius: 6px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.button-text-10.outlined-4 {
  font-size: 14px;
}

.image-26 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
}

.image-26._16-9 {
  width: 100%;
  height: 100%;
}

.container-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  display: block;
}

.container-9.partner {
  padding-left: 0;
  padding-right: 0;
}

.marquee-15 {
  border-radius: 6px;
  align-self: stretch;
  display: flex;
  overflow: hidden;
}

.paragraph-5.sub_text {
  letter-spacing: normal;
  font-size: 1rem;
}

.home-cards-grid-4 {
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.heading-15 {
  letter-spacing: 3px;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-15.text-weight-light.mobile,
.heading-15.text-weight-regular.mobile {
  font-size: 2rem;
}

.integrations-component-4 {
  grid-column-gap: 3.8rem;
  grid-row-gap: 3.8rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.opacity-98 {
  opacity: .7;
  font-family: "Hiragino W 6", Verdana, sans-serif;
}

.right-marquee-3-copy {
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 2rem;
  margin-right: 2rem;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 19px;
  display: flex;
}

.left-marquee-2-copy {
  justify-content: center;
  align-items: flex-start;
  margin-left: 4rem;
  margin-right: 4rem;
  display: flex;
}

.search_button_switch_wrapper-2 {
  grid-column-gap: .75rem;
  border-top-color: #9d9d9d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.button-19 {
  display: block;
}

.icon_h-bar-2 {
  background-color: #444;
  width: 1.0937rem;
  height: .125rem;
  position: absolute;
}

.checkbox_wrapper-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.search_filter_item_list-2 {
  grid-column-gap: .7812vw;
  grid-row-gap: .9375vw;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 79%;
  display: flex;
}

.search_sort_list {
  grid-column-gap: .25rem;
  grid-row-gap: .9375vw;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.search_checkbox_wrapper-2 {
  grid-row-gap: .75rem;
  flex-direction: column;
  padding: 2.5vw 6.25vw;
  display: flex;
}

.search_checkbox_wrapper-2.category-left {
  padding: 1.2vw 0;
}

.search_filter_title {
  white-space: nowrap;
  width: 8%;
  display: flex;
}

.checkbox_label {
  padding: 5px 15px;
}

.checkbox_label.cl_tag {
  color: #1e1e1e;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 1.05rem;
  margin-bottom: .18255rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.2;
}

.sort_icon_ex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.6rem;
  display: flex;
}

.search_button_switch_text_cl,
.search_filter_list {
  display: none;
}

.search_sort_box {
  grid-row-gap: .75rem;
  flex-direction: column;
  padding: 2.5vw 6.25vw;
  display: flex;
}

.search_sort_box.category-left {
  border-bottom: 1px solid #000;
  padding: 1.2vw 0;
  display: none;
}

.search_button_switch_icon {
  justify-content: center;
  align-items: center;
  width: 1vw;
  height: 1vw;
  display: flex;
}

.checkbox-2 {
  border-color: #1e1e1e;
  border-radius: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .78125vw;
}

.checkbox-2.w--redirected-checked {
  background-color: #1e1e1e;
  background-image: url('../images/checked.svg');
  background-size: .75rem .75rem;
  border-color: #1e1e1e;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-2.w--redirected-focus {
  box-shadow: none;
}

.tn_input_checkbox {
  display: none;
}

.icon_v-bar-2 {
  background-color: #444;
  width: .125rem;
  height: 1.0937rem;
  position: absolute;
}

.search_checkbox_list-2 {
  grid-column-gap: 2.825vw;
  grid-row-gap: .9375vw;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.sort_link_text:hover {
  text-decoration: underline;
}

.button_common-2 {
  color: #1e1e1e;
  text-align: center;
  background-color: #0000;
  border: .0625rem solid #1e1e1e;
  width: 25.3125vw;
  padding: 1.406vw 0 .9375vw;
  font-size: 1.6406vw;
  font-weight: 700;
  line-height: 1.2;
  transition: all .3s;
}

.button_common-2:hover {
  background-color: #ededed;
}

.button_common-2.button-font-jp {
  color: #fffefe;
  background-color: #000;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Hiragino W 3", Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

.search_filter_item.is-first-child {
  border-top: 1px solid #1e1e1e;
}

.search_checkbox-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 19%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.search_filter_wrappere-archives {
  display: block;
}

.checkbox-label-3 {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.2;
}

.search_button_tiny_wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 2.3437vw;
  padding-bottom: 2.3437vw;
  display: flex;
}

.search_button_tiny_wrapper.border-top-grey {
  border: 1px #9d9d9d;
  border-top-style: solid;
  padding-top: 1.3437vw;
  padding-bottom: 1.3437vw;
}

.search_filter_item_wrapper-2 {
  grid-column-gap: 1.125rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2.3437vw 6.25vw;
  display: flex;
}

.event_search_filter-2 {
  border-top: 1px #000;
  border-bottom: 1px solid #1e1e1e;
  margin-bottom: 0;
  display: block;
}

.search_button_switch-e-archives {
  align-items: center;
  display: flex;
}

.search_button_switch-e-archives.border-right-black {
  border-left: 1px solid #000;
}

.search_button_switch-e-archives.border-right-black.mb-boorder-none {
  border-left-style: none;
}

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

.search_sort_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 19%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.contact-modal5_content-wrapper {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  width: 100vw;
  height: 100vh;
  padding: 5rem 5%;
  position: absolute;
  overflow: scroll;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.contact-modal1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium-10 {
  font-size: 1.125rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-20 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.max-width-large-7 {
  width: 100%;
  max-width: 48rem;
}

.contact-modal5_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.max-width-medium-2 {
  width: 100%;
  max-width: 35rem;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_checkbox-icon {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.error-text {
  color: #e23939;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.section_contact-modal5 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  position: relative;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.form_input::placeholder {
  color: var(--\<unknown\|relume-variable-neutral-shade-7-60\>);
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.contact-modal5_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.padding-global-6 {
  padding-left: 0%;
  padding-right: 0%;
}

.contact-modal5_form-block {
  flex-direction: column;
  align-items: stretch;
}

.form_field-wrapper {
  position: relative;
}

.contact-modal5_component {
  z-index: 99;
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 70px;
  display: none;
  position: fixed;
  inset: 0%;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.contact-modal1_content-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: scroll;
}

.contact-modal1_component {
  z-index: 99;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-size-medium-11 {
  font-size: 1.125rem;
}

.button-21 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.contact-modal1_form-block {
  flex-direction: column;
  align-items: stretch;
}

.contact-modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.max-width-large-8 {
  width: 100%;
  max-width: 48rem;
}

.contact-modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_contact-modal1 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  position: relative;
}

.contact-modal1_component-copy {
  z-index: 99;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-size-medium-12 {
  font-size: 1.125rem;
}

.button-22 {
  border: 1px none var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--dark);
  text-align: center;
  background-color: #969a9e;
  border-radius: 6px;
  padding: .75rem 1.5rem;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.button-22.button-text {
  letter-spacing: 1px;
  border-radius: 4px;
  height: 38px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.max-width-large-9 {
  width: 100%;
  max-width: 48rem;
}

.banner9_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.banner9_close-button {
  margin-left: 1rem;
}

.banne9_icon-wrapper {
  flex: none;
}

.banner9_social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

.banner9_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.banner9_content-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
}

.text-size-small-7 {
  font-size: .875rem;
}

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

.banner9_component {
  border-bottom: 1px #000;
  display: flex;
  position: relative;
}

.follow-links {
  flex-wrap: wrap;
  align-items: center;
  display: none;
}

.follow-icon-line {
  background-color: var(--white);
  width: 16px;
  height: 2px;
  position: absolute;
}

.follow-icon-line.vertical {
  background-color: #fff;
  width: 2px;
  height: 16px;
}

.follow-icon-wrapper {
  width: 36px;
}

.follow-link {
  color: #151515;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #fff0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 1px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: color .6s, background-color .6s, border-color .6s;
  display: flex;
}

.follow-link:hover {
  color: #fff;
  background-color: #fff;
}

.follow-link.twitter:hover {
  background-color: #2aa3f0;
}

.follow-link.facebook:hover {
  background-color: #3b5998;
}

.follow-link.linkedin:hover {
  background-color: #2b66bc;
}

.follow-link.vimeo:hover {
  background-color: #1ab7ea;
}

.follow-link.youtube:hover {
  background-color: #fc0d1c;
}

.follow-link.instagram:hover {
  background-color: #f83f5a;
}

.follow-link.twitter {
  border-radius: 20px;
  width: 34px;
  height: 34px;
  padding-top: 0;
}

.follow-link.twitter:hover {
  background-color: #989b9c;
  border-radius: 20px;
}

.follow-link.twitter.sns_page {
  border-radius: 50px;
  width: 60px;
  height: 60px;
}

.follow-link.youtube {
  border-radius: 20px;
  width: 34px;
  height: 34px;
  padding-top: 0;
  padding-bottom: 1px;
}

.follow-link.youtube:hover {
  opacity: 1;
  background-color: #fc0d1c;
  border-radius: 20px;
}

.follow-link.youtube.sns_page {
  border-radius: 50px;
  width: 60px;
  height: 60px;
}

.follow-link.podcast {
  border-radius: 20px;
  width: 34px;
  height: 34px;
  padding-top: 0;
}

.follow-link.podcast:hover {
  background-color: #832bc1;
  border-radius: 20px;
}

.follow-link.facebook {
  border-radius: 20px;
  width: 34px;
  height: 34px;
  padding-top: 0;
}

.follow-link.facebook:hover {
  background-color: #3b5998;
  border-radius: 20px;
}

.follow-link.facebook.sns_page {
  border-radius: 50px;
  width: 60px;
  height: 60px;
}

.follow-link.note {
  border-radius: 20px;
  width: 34px;
  height: 34px;
  padding-top: 0;
}

.follow-link.note:hover {
  color: #279c89;
  background-color: #279c89;
  border-radius: 20px;
}

.follow-link.note.sns_page {
  border-radius: 50px;
  width: 60px;
  height: 60px;
}

.follow-link.instagram {
  border-radius: 20px;
  width: 34px;
  height: 34px;
  padding-top: 0;
  padding-bottom: 1px;
}

.follow-link.instagram:hover {
  background-color: #f83f5a;
  border-radius: 20px;
}

.follow-link.instagram.sns_page {
  border-radius: 50px;
  width: 60px;
  height: 60px;
}

.follow-link.podcast.icon-none {
  display: none;
}

.follow-link.note.icon-none {
  display: none;
}

.follow {
  z-index: 5;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 48px;
  padding-left: 32px;
  padding-right: 8px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.follow-button {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  overflow: hidden;
}

.follow-text {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 1px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.follow-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.text-block-24,
.text-block-25,
.text-block-26 {
  color: var(--white);
  font-weight: 400;
}

.text-block-27 {
  color: #fff;
  font-weight: 400;
}

.text-block-28,
.text-block-29 {
  color: var(--white);
  font-weight: 400;
}

.dropdown-card-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-direction: column;
  min-width: 230px;
  padding: 12px 12px 16px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 16px 48px -8px #d1d5db80;
}

.dropdown-side-links {
  min-width: 210px;
}

.button-ghost {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #030711;
  border-radius: 44px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-ghost:hover {
  background-color: #f6f7f9;
}

.button-ghost:active {
  color: #454f5f;
  background-color: #f6f7f9;
}

.button-ghost.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-primary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  letter-spacing: -.2px;
  background-color: #111827;
  border-radius: 44px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #913b8b;
}

.button-primary.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.button-secondary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #030711;
  background-color: #3898ec00;
  border: 1px solid #d1d5db;
  border-radius: 44px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s;
  display: flex;
}

.button-secondary:hover {
  background-color: #f3f4f6;
  border-color: #d1d5db;
}

.button-secondary:active {
  color: #454f5f;
  background-color: #f6f7f9;
}

.button-secondary.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.navigation-search {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  align-items: center;
  display: flex;
}

.dropdown-main-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px 24px 24px;
  display: grid;
}

.navigation-link-small {
  color: #6b7280;
  justify-content: center;
  align-items: center;
  padding: 4px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-link-small:hover {
  color: #030711;
}

.navigation-divider {
  background-color: #e5e7eb;
  width: 1px;
  height: 24px;
  margin-top: auto;
  margin-bottom: auto;
}

.dropdown-line {
  background-color: #edeff2;
  height: 1px;
}

.dropdown-title-wrapper {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 12px;
}

.search-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #030711;
  letter-spacing: -.18px;
  border-radius: 24px;
  align-items: center;
  height: 100%;
  padding: 6px 12px 6px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.search-toggle:hover {
  color: #111827;
  background-color: #f3f4f6;
}

.search-toggle.w--current {
  color: #642eff;
}

.search-toggle.w--open {
  background-color: #f3f4f6;
}

.navigation-logo {
  width: 71px;
}

.container-large-3 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.subheading-small {
  color: #030711;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.navigation-search-input {
  color: #030711;
  letter-spacing: -.18px;
  border: 1px #000;
  border-radius: 24px;
  min-height: 42px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .3s;
}

.navigation-search-input:hover {
  background-color: #f9fafb;
}

.navigation-search-input:focus {
  color: #030711;
  background-color: #f3f4f6;
}

.navigation-button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navigation-button-group.mobile {
  display: none;
}

.search-dropdown {
  border-radius: 24px;
  margin-left: 0;
  margin-right: 0;
  padding: 4px;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-right {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.scrollbar-css {
  display: none;
}

.navigation-side-link {
  color: #1f2937;
  border-radius: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  overflow: hidden;
}

.navigation-side-link:hover {
  color: #000;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.navigation-grid {
  height: 100%;
}

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

.dropdown-card-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #4b5563;
  border: 1px solid #0000;
  border-radius: 8px;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  overflow: hidden;
}

.dropdown-card-link:hover {
  color: #000;
  background-color: #f9fafb;
}

.navigation-wrapper {
  z-index: 998;
  position: fixed;
  inset: 0% 0% auto;
}

.search-input-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding: 4px 6px 4px 4px;
  display: flex;
}

.dropdown-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-direction: column;
  min-width: 900px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 16px 48px -8px #d1d5db80;
}

.subheading-regular {
  color: #030711;
  letter-spacing: -.18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.subheading-regular.text-color-gray-500 {
  color: #6b7280;
}

.navigation {
  background-color: #fff;
  padding: 20px 5%;
  position: sticky;
}

.navigation-dropdown-list {
  background-color: #0000;
}

.navigation-dropdown-list.w--open {
  padding-top: 12px;
  overflow: hidden;
}

.navigation-dropdown-list.right {
  display: block;
  inset: auto -213% auto auto;
}

.navigation-dropdown-list.right.w--open {
  z-index: 10;
  background-color: #f0eaea;
  display: block;
  position: static;
  right: auto;
}

.navigation-scroll {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  overflow: auto;
}

.navigation-link-section {
  border-top: 1px solid #f3f4f6;
  border-bottom: 1px solid #f3f4f6;
  padding-left: 5%;
  padding-right: 5%;
}

.navigation-menu-fill {
  flex: 1;
  align-items: center;
  display: flex;
}

.navigation-search-menu {
  z-index: 2;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: 1px solid #e5e7eb;
  border-radius: 99px;
  flex: 1;
  display: flex;
  position: relative;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.icon-wrapper {
  color: #b95bb4;
  background-color: #f4dcf4;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.icon-wrapper.green {
  color: #2c8c3e;
  background-color: #e3f8e7;
}

.icon-wrapper.red {
  color: #d12e46;
  background-color: #fde7e7;
}

.icon-wrapper.blue {
  color: #4250d1;
  background-color: #e1e7f9;
}

.navigation-dropdown-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #030711;
  letter-spacing: -.18px;
  border: 1px solid #0000;
  border-radius: 44px;
  align-items: center;
  padding: 8px 14px 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: static;
}

.navigation-dropdown-toggle:hover {
  color: #111827;
}

.navigation-dropdown-toggle.w--current {
  color: #642eff;
}

.navigation-dropdown-link {
  color: #1f2937;
  border-radius: 6px;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  overflow: hidden;
}

.navigation-dropdown-link:hover {
  color: #000;
  background-color: #f3f4f6;
}

.search-button {
  color: #4b5563;
  border-radius: 100%;
  padding: 8px;
  transition: color .3s;
  position: absolute;
}

.search-button:hover {
  color: #000;
}

.dropdown-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f9fafb;
  border-top: 1px solid #e5e7eb;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f3f4f6;
  letter-spacing: -.08px;
  background-color: #030711;
  justify-content: center;
  align-items: center;
  padding: 12px 5%;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.search-form-block {
  flex: 1;
  margin-bottom: 0;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.navigation-link {
  color: #030711;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 6px;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s;
}

.navigation-link:hover {
  color: #913b8b;
}

.navigation-link.w--current {
  color: #000;
  border: 1.5px solid #dcdfe5;
}

.container-large-4 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.navigation-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.text-block-30,
.text-block-31 {
  font-size: 14px;
}

.banner-2 {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  justify-content: center;
  align-items: center;
  padding: 14px 5%;
  display: flex;
}

.nav-account-dropdown-list {
  background-color: #e6e6e6;
}

.nav-account-dropdown-list.w--open {
  background-color: #fff;
  border-radius: 20px;
  inset: 72px 0% auto auto;
}

.button-ghost-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #4255bd;
  text-align: center;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.button-ghost-small:hover {
  color: #4255bd;
  background-color: #f4f5fb;
  border-color: #b3bbe5;
}

.navbar-4 {
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 5%;
  display: flex;
}

.nav-link-3 {
  color: #1a1a1a;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link-3:hover {
  color: #6070c8;
}

.nav-link-3.w--open {
  color: #4c4cb3;
}

.nav-dropdown-card-small {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 4px 36px 64px -14px #4d4d4d26;
}

.nav-dropdown-caption {
  color: gray;
  padding: 8px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-arrow {
  margin-right: 10px;
}

.nav-line-break {
  background-color: #e6e6e6;
  width: 1px;
  height: 48px;
}

.nav-dropdown-footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.nav-menu-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
  position: static;
}

.nav-arrow-icon {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  display: flex;
}

.nav-dropdown-toggle {
  justify-content: center;
  align-items: center;
  padding: 8px 30px 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
  display: flex;
}

.nav-dropdown-toggle:hover,
.nav-dropdown-toggle.w--open {
  color: #6070c8;
}

.nav-account-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding: 8px;
  display: flex;
}

.nav-button-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.nav-left {
  align-items: center;
  display: flex;
}

.banner-link {
  color: #6070c8;
  align-items: center;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.banner-link:hover {
  opacity: .8;
}

.button-outline-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #4255bd;
  text-align: center;
  background-color: #0000;
  border: 1.5px solid #6070c8;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.button-outline-small:hover {
  color: #fff;
  background-color: #4255bd;
}

.nav-container {
  border-bottom: 1px #0414341a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-brand {
  flex: none;
  margin-right: 20px;
}

.nav-account-link {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #000;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 24px 14px 14px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.nav-account-link:hover {
  color: #4255bd;
  background-color: #f4f5fb;
}

.nav-account-footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 1px solid #e6e6e6;
  justify-content: space-between;
  padding: 12px;
  display: flex;
}

.subheading-small-2 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.subheading-small-2.text-color-inherit {
  color: inherit;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.subheading-small-2.text-color-inherit.jp {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.nav-dropdown-list-small {
  z-index: 99;
  min-width: 100%;
}

.nav-dropdown-list-small.w--open {
  background-color: #0000;
  min-width: auto;
  padding-top: 32px;
  overflow: hidden;
}

.paragraph-small-2 {
  color: #333;
  font-size: 14px;
  line-height: 24px;
}

.nav-link-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding: 12px;
  display: flex;
}

.banner-text {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.button-primary-small {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #4255bd;
  border: 1px solid #4255bd;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.button-primary-small:hover {
  color: #4255bd;
  background-color: #fff;
}

.nav-dropdown {
  position: static;
}

.nav-link-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  border-radius: 12px;
  flex-wrap: wrap;
  align-items: center;
  padding: 14px 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-link-large:hover {
  color: #4255bd;
  background-color: #f4f5fb;
}

.nav-right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-account-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  font-weight: 500;
  display: flex;
}

.nav-account-toggle:hover,
.nav-account-toggle.w--open {
  color: #4255bd;
}

.navigation-logo-2 {
  width: 80px;
}

.container-large-5 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.subheading-small-3 {
  color: #030711;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.navigation-form {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.search-button-wrapper {
  color: #fff;
  background-color: #111827;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 16px;
  transition: background-color .3s;
  display: flex;
  position: static;
  inset: auto 4px auto auto;
  overflow: hidden;
}

.search-button-wrapper:hover {
  background-color: #913b8b;
}

.navigation-form-block {
  width: 100%;
  max-width: 380px;
  margin-bottom: 0;
}

.navigation-search-filed {
  color: #030711;
  border: 1px solid #d1d5db;
  border-radius: 32px;
  min-width: 300px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 4px 64px 4px 16px;
  font-size: 16px;
  transition: border-color .3s;
}

.navigation-search-filed:hover {
  border-color: #9ca3b0;
}

.navigation-search-filed:focus {
  border-color: #000;
}

.search-success-message {
  color: #030711;
  background-color: #f3f4f6;
  border-radius: 44px;
  padding: 14px;
}

.submit-button {
  background-color: #0000;
  transition: background-color .3s;
  position: absolute;
  inset: 0%;
}

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

.navigation-scroll-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  overflow: auto;
}

.banner-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f3f4f6;
  letter-spacing: -.08px;
  background-color: #030711;
  justify-content: center;
  align-items: center;
  padding: 12px 5%;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-language {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #4b5563;
  background-color: #3898ec00;
  border: 1px solid #d1d5db;
  border-radius: 44px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-language:hover {
  background-color: #f6f7f9;
}

.button-language:active {
  color: #454f5f;
  background-color: #f6f7f9;
}

.button-language.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.follow-links-2 {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.follow-icon-line-2 {
  background-color: var(--white);
  width: 16px;
  height: 2px;
  position: absolute;
}

.follow-icon-line-2.vertical {
  background-color: var(--white);
  width: 2px;
  height: 16px;
}

.follow-2 {
  z-index: 5;
  flex-direction: row;
  align-items: center;
  height: 88px;
  padding-left: 32px;
  padding-right: 8px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.follow-text-2 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 1px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.follo {
  z-index: 5;
  flex-direction: row;
  align-items: center;
  height: 88px;
  padding-left: 32px;
  padding-right: 8px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

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

.icon {
  color: #1f1f1f;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 15px;
  display: flex;
}

.button-text-11 {
  font-family: "Hiragino W 3", Verdana, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
}

.button-text-11.member {
  color: #000;
  letter-spacing: .1rem;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 13px;
  line-height: 1.49999em;
  display: block;
}

.all_search_filter {
  border-top: 1px #000;
  border-bottom: 1px solid #1e1e1e;
  margin-bottom: 0;
  display: block;
}

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

.search_filter_title-2 {
  white-space: nowrap;
  width: auto;
  margin-bottom: 1rem;
  display: flex;
}

.search_conditions_box {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.category-filter-link-3 {
  white-space: nowrap;
  border-style: solid;
  border-width: 1px;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link-3.w--current {
  font-weight: 500;
}

.category-filter-link-3.d-flex {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  border-style: none;
  align-items: center;
  display: flex;
}

.category-filter-link-3.d-flex.w--current {
  border-style: none;
}

.category-filter-link-3.d-flex.ps-0 {
  padding-left: 0;
}

.search_title {
  grid-column-gap: 2.825vw;
  grid-row-gap: .9375vw;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.search_filter_all_list {
  display: block;
}

.search_filter_item_wrapper-3 {
  grid-column-gap: 1.125rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 2.3437vw .5rem;
  display: flex;
}

.search_filter_item_wrapper-3.border-top {
  border-top: 1px solid #9d9d9d;
}

.upper-category_tabs {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.search_full_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.button-23 {
  display: block;
}

.search_filter_item_list-3 {
  grid-column-gap: .7812vw;
  grid-row-gap: .9375vw;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tab-contents-container {
  width: 100%;
}

.button-24 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button-24:hover {
  color: #000;
  background-color: #0000;
  border-color: #0000001f;
}

.button-24.member {
  background-color: #dbdbdb;
  height: 38px;
  display: flex;
}

.button-24.member.sp {
  padding-left: 10px;
  padding-right: 10px;
}

.button-24.member.sp.search-keyword-btn {
  width: auto;
  min-width: 60px;
}

.search_filter_events-report_list {
  display: none;
}

.upper-category_tabs_component {
  margin-top: 3rem;
}

.upper-category_tabs_component.display-none,
.search_filter_gallery_list {
  display: none;
}

.search_keyword_container {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  width: auto;
  display: flex;
}

.input_open_date {
  margin-bottom: 0;
}

.search_notice_filter_list {
  display: none;
}

.input_keyword {
  margin-bottom: 0;
}

.search_filter_original-contents_list {
  display: none;
}

.button-text-12 {
  font-family: "Hiragino W 3", Verdana, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
}

.button-text-12.member {
  color: #000;
  letter-spacing: .1rem;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 13px;
  line-height: 1.49999em;
  display: block;
}

.search_filter_title-3 {
  white-space: nowrap;
  width: auto;
  margin-bottom: 1rem;
  display: flex;
}

.category-filter-link-4 {
  white-space: nowrap;
  background-color: #0000;
  border-style: solid;
  border-width: 1px;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link-4.w--current {
  background-color: #0000;
  font-weight: 500;
}

.category-filter-link-4.d-flex {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  border-style: none;
  align-items: center;
  display: flex;
}

.category-filter-link-4.d-flex.w--current {
  border-style: none;
}

.category-filter-link-4.d-flex.ps-0 {
  background-color: #0000;
  padding-left: 0;
}

.search_filter_item_wrapper-4 {
  grid-column-gap: 1.125rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 2.3437vw .5rem;
  display: flex;
}

.search_filter_item_wrapper-4.border-top {
  border-top: 1px solid #9d9d9d;
}

.button-25 {
  display: block;
}

.search_filter_item_list-4 {
  grid-column-gap: .7812vw;
  grid-row-gap: .9375vw;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-26 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button-26:hover {
  color: #000;
  background-color: #0000;
  border-color: #0000001f;
}

.button-26.member {
  background-color: #dbdbdb;
  height: 38px;
  display: flex;
}

.button-26.member.sp {
  padding-left: 10px;
  padding-right: 10px;
}

.button-26.member.sp.search-keyword-btn {
  width: auto;
  min-width: 60px;
}

.d-none {
  display: none;
}

.modal-overlay {
  z-index: 901;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px 3%;
  display: none;
  position: fixed;
  inset: 0%;
}

.follow-text-3 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.button-language-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #4b5563;
  background-color: #3898ec00;
  border: 1px solid #d1d5db;
  border-radius: 44px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: none;
}

.button-language-2:hover {
  color: #2c6840;
  background-color: #f4f5fb;
}

.button-language-2:active {
  color: #454f5f;
  background-color: #f6f7f9;
}

.button-language-2.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-language-2.member-site-link {
  display: none;
}

.button-language-2.member-site-link.jp {
  display: flex;
}

.button-language-2.member-site-link.jp.right {
  background-color: #f4f5fb;
  border-radius: 7px;
  justify-content: center;
  height: 26px;
}

.button-language-2.member-site-link.jp.right:hover {
  background-color: var(--white);
  opacity: 1;
}

.button-language-2.member-site-link.jp.d-none {
  display: none;
}

.nav-link-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 240px;
  padding: 12px;
  display: flex;
}

.follow-links-black {
  opacity: 1;
  border-radius: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  transform: translate(0);
}

.follow-links-black.mobile {
  display: none;
}

.icon-4 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 24px;
  display: flex;
}

.icon-4.icon_dark {
  color: var(--dark);
}

.icon-4.icon_dark:hover {
  color: var(--white);
}

.follow-3 {
  z-index: 5;
  opacity: 1;
  mix-blend-mode: normal;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 8px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.follow-3.relative {
  position: relative;
}

.icon-6 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 24px;
  font-size: 15px;
  display: flex;
}

.icon-6.icon_dark {
  color: var(--dark);
}

.icon-6.icon_dark:hover {
  color: var(--white);
}

.text-field-icon {
  color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all .25s;
}

.text-field-icon:hover {
  border-color: #b6b9ce;
}

.text-field-icon:focus {
  color: #160042;
  border-color: #160042;
}

.text-field-icon::placeholder {
  color: #b6b9ce;
}

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

.modal-form-block {
  margin-top: 32px;
}

.field-icon {
  color: #b6b9ce;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: auto auto auto 16px;
}

.image-27 {
  width: 12px;
  padding-left: 0;
}

.banner-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f3f4f6;
  letter-spacing: -.08px;
  background-color: #030711;
  justify-content: center;
  align-items: center;
  padding: 12px 5%;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.banner-4.top-nav {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.banner-4.top-nav-fixed {
  display: none;
}

.subheading-small-4 {
  color: #030711;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.subheading-small-4.jp {
  font-size: 12px;
}

.text-field-icon-wrapper {
  align-items: center;
  display: none;
  position: relative;
}

.nav-link-large-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  border-radius: 12px;
  flex-wrap: wrap;
  align-items: center;
  padding: 14px 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-link-large-2:hover {
  color: #2c6840;
  background-color: #f4f5fb;
}

.button-primary-3 {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02px;
  white-space: nowrap;
  background-color: #000;
  border-radius: 50px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: none;
}

.button-primary-3:hover {
  opacity: .41;
  background-color: #000;
}

.button-primary-3:active {
  background-color: #2d0896;
}

.button-primary-3:focus {
  outline-offset: 0px;
  outline: 2px solid #d9ccff;
}

.icon-7 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 24px;
  font-size: 11px;
  display: flex;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.modal {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 520px;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  display: flex;
  position: relative;
}

.follow-button-2 {
  justify-content: flex-end;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  overflow: hidden;
}

.nav-dropdown-arrow-2 {
  color: #000000b3;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 400;
}

.image-28 {
  width: 15px;
}

.icon-small-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 20px;
  display: flex;
}

.icon-small-2.icon_dark {
  color: var(--dark);
}

.icon-small-2.icon_dark:hover {
  color: var(--white);
}

.paragraph-small-3 {
  color: #000;
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.modal-div-block {
  color: #160042;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.modal-background {
  cursor: pointer;
  background-color: #585858f0;
  position: absolute;
  inset: 0%;
}

.icon-small-3 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding-right: 0;
  display: flex;
}

.nav-dropdown-toggle-2 {
  justify-content: center;
  align-items: center;
  padding: 0 20px 0 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.nav-dropdown-toggle-2:hover {
  color: #2c6840;
  background-color: #f5f5f5;
  border-radius: 12px;
}

.nav-dropdown-toggle-2.w--open {
  color: #2c6840;
}

.container-large-6 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.icon-regular-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .3s;
  display: flex;
}

.navigation-logo-3 {
  width: 80px;
}

.text-block-34 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.follow-icon-wrapper-2 {
  width: 24px;
}

.nav-dropdown-list-small-2 {
  z-index: 99;
  min-width: 100%;
  display: none;
}

.nav-dropdown-list-small-2.w--open {
  background-color: #0000;
  min-width: auto;
  padding-top: 0;
  overflow: hidden;
}

.nav-dropdown-2 {
  padding-left: 0;
  padding-right: 0;
}

.modal-base {
  color: #160042;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  padding: 24px;
  box-shadow: 105px 105px 144px -32px #1b09430a;
}

.field-label-3 {
  color: #160042;
  letter-spacing: -.01em;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.modal-close-button-square {
  z-index: 10;
  color: #8c95a6;
  background-color: #161616;
  border-radius: 20px;
  flex: none;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: 8px 8px auto auto;
}

.modal-close-button-square:hover {
  color: #24262d;
}

.icon-3 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 24px;
  display: flex;
}

.icon-3.icon_dark {
  color: var(--dark);
}

.icon-3.icon_dark:hover {
  color: var(--white);
}

.nav-dropdown-card-small-2 {
  background-color: #eee;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 4px 36px 64px -14px #4d4d4d26;
}

.search-button-wrapper-2 {
  color: #fff;
  background-color: #111827;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 16px;
  transition: background-color .3s;
  display: flex;
  position: static;
  inset: auto 4px auto auto;
  overflow: hidden;
}

.search-button-wrapper-2:hover {
  background-color: #2c6840;
}

.modal-section {
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  display: flex;
  position: relative;
}

.modal-section.d-none {
  display: none;
}

.navigation-menu-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-link-2 {
  color: #030711;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 10px;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.navigation-link-2:hover {
  color: #2c6840;
  background-color: #f5f5f5;
  border-radius: 12px;
}

.navigation-link-2.w--current {
  color: #000;
  background-color: #f5f5f5;
  border: 1.5px #dcdfe5;
  border-radius: 10px;
}

.navigation-link-2.mobile-menu {
  display: none;
}

.image-29 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 87px;
}

.image-30 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.image-31 {
  box-sizing: border-box;
  aspect-ratio: auto;
  pointer-events: none;
  object-fit: contain;
  object-position: 50% 0%;
  background-image: linear-gradient(0deg, #000, #fff);
  width: 100%;
  height: 100%;
  margin-top: 160px;
  display: inline-block;
  overflow: clip;
}

.slide-5 {
  object-fit: fill;
  height: 100vh;
}

.slide-6 {
  height: 100%;
}

.image-32 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 113px;
}

.image-33 {
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.image-34 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin-top: 100px;
}

.padding-global-7 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  overflow: auto;
}

.image-35 {
  max-width: 81%;
}

.div-block-9 {
  padding-bottom: 20px;
}

.code-embed {
  color: var(--dark);
  padding-top: 5px;
}

.code-embed:hover {
  color: var(--white);
}

.padding-global-3-copy {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global-3-copy.about,
.padding-global-3-copy.private-member,
.padding-global-3-copy.lr-0 {
  padding-left: 0%;
  padding-right: 0%;
}

.padding-global-3-copy.padding-top {
  padding-top: 40px;
}

.text-block-35 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: REDHOT, Georgia, sans-serif;
}

.text-block-35.sns-link-title {
  padding-top: .125rem;
}

.code-embed-2 {
  padding-top: 2px;
}

.code-embed-3 {
  display: flex;
}

.title-wrapper-regular {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.brand-highlight {
  background-color: #c1ff71;
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
}

.faq-icon {
  border: 1px solid #edeef1;
  border-radius: 32px;
  flex: none;
  padding: 4px;
}

.paragraph-small-4 {
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-4.text-color-brand-orange {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-small-4.text-color-tertiary {
  color: #5b616e;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.faq-tab {
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  top: -4px;
}

.subheading-regular-2 {
  letter-spacing: -.18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-regular-2.text-color-secondary {
  color: #40444c;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.button-primary-4 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary-4:hover {
  background-color: #ff4b0e;
}

.faq {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.faq-toggle {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
}

.column-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.section-regular {
  background-color: #f7f8f8;
  padding: 80px 5%;
  position: relative;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.container-small-2 {
  z-index: 5;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-x-large {
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.faq-content {
  z-index: 1;
  background-color: #fff;
  display: block;
  position: relative;
}

.h1-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}

.divider-secondary {
  background-color: #edeef1;
  width: 100%;
  height: 1px;
}

.subheading-large {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large.text-color-brand-purple {
  color: #6153bd;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-36 {
  font-size: 15px;
}

.trans-text {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 15px;
}

.text-block-37 {
  text-transform: uppercase;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.slide-nav {
  display: none;
}

.slide_img_wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.slide_img_wrapper.full {
  height: 100vh;
}

.image-36 {
  width: 22.5%;
  max-width: 100%;
  margin-top: 0;
}

.right-arrow {
  display: none;
}

.slide_mask {
  height: 100%;
}

.slider-wrapper {
  height: 100%;
  position: relative;
}

.left-arrow {
  display: none;
}

.slide-img {
  width: 100%;
}

.slide-img.custom-1,
.slide-img.custom-2 {
  object-position: 50% 100%;
  height: 100%;
}

.slide-img.full,
.slider_compornet {
  height: 100%;
}

.navigation-link-3 {
  color: #030711;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 10px;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.navigation-link-3:hover {
  color: #2c6840;
  background-color: #f4f5fb;
  border-radius: 12px;
}

.navigation-link-3.w--current {
  color: #000;
  background-color: #f5f5f5;
  border: 1.5px #dcdfe5;
  border-radius: 10px;
}

.navigation-link-3.mobile-menu {
  display: none;
}

.icon-small-4 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding-right: 0;
  display: flex;
}

.subheading-small-5 {
  color: #030711;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: REDHOT, Georgia, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.code-embed-4 {
  color: #000;
  padding-top: 5px;
}

.code-embed-4:hover {
  color: #fff;
}

.icon-small-5 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 20px;
  display: flex;
}

.icon-small-5.icon_dark {
  color: #000;
  width: 50px;
  height: 50px;
}

.icon-small-5.icon_dark:hover {
  color: #fff;
}

.icon-8 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 24px;
  display: flex;
}

.icon-8.icon_dark {
  color: #000;
}

.icon-8.icon_dark:hover {
  color: #fff;
}

.code-embed-5 {
  padding-top: 2px;
}

.icon-9 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 24px;
  font-size: 15px;
  display: flex;
}

.icon-9.icon_dark {
  color: #000;
}

.icon-9.icon_dark:hover {
  color: #fff;
}

.icon-10 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 24px;
  display: flex;
}

.icon-10.icon_dark {
  color: #000;
}

.icon-10.icon_dark:hover {
  color: #fff;
}

.footer-contents-wrapper {
  z-index: 3;
  background-color: #ebebebf0;
  position: relative;
  overflow: hidden;
}

.bold-text-9 {
  letter-spacing: normal;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.sticky-wrapper-sp {
  margin-top: 139px;
  display: none;
  position: relative;
}

.top_navigation_wrapper {
  z-index: 999;
  position: fixed;
  inset: 0% 0% auto;
}

.layout497_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.text-size-medium-13 {
  font-size: 1.125rem;
}

.layout497_tab-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.button-27 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-27.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-27.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-27.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.layout497_tabs-content {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.layout497_content {
  flex-flow: column;
  display: flex;
  position: relative;
}

.layout497_lightbox-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.layout497_tabs {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  position: static;
}

.layout497_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  opacity: .4;
  padding: 1rem 0;
  display: flex;
}

.layout497_tab-link.w--current {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  opacity: 1;
  border-left-color: #000;
}

.layout497_paragraph {
  overflow: hidden;
}

.section_layout497 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.video-overlay-layer-2 {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.layout497_lightbox {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout497_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout497_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout497_header {
  margin-bottom: 2rem;
}

.layout497_inner-wrapper {
  width: 50%;
  padding-right: 2.5rem;
}

.layout350_desktop-image-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.layout350_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.text-size-medium-14 {
  font-size: 1.125rem;
}

.text-size-medium-14.about,
.text-size-medium-14.about-copy {
  padding-top: 20px;
  line-height: 2.1em;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline.about.en {
  font-family: REDHOT, Georgia, sans-serif;
}

.layout350_content-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80vh;
  display: flex;
}

.layout350_mobile-image-2 {
  width: 100%;
  position: absolute;
}

.layout350_mobile-image-wrapper-2 {
  display: none;
}

.layout350_tab-link-2 {
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 20px;
  flex: none;
  padding: .5rem 1.25rem;
}

.layout350_tab-link-2.w--current {
  border-style: none;
  border-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #e2e2e2;
  border-radius: 20px;
}

.layout350_tabs-menu-2 {
  z-index: 1;
  grid-column-gap: 0rem;
  border: 1px #000;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  padding: 4rem 0 .25rem;
  display: flex;
  position: sticky;
  top: 6rem;
}

.layout350_content-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.map-text {
  letter-spacing: normal;
  text-transform: none;
  margin-top: 20px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  line-height: 2em;
}

.cp-upper-category_tabs_component {
  margin-top: 1rem;
}

.cp-upper-category_tabs_component.display-none {
  display: none;
}

.cp-category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.cp-category-filter-menu.no-scrollbar {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
}

.cp-category-filter-menu.no-scrollbar.program-event {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.cp-category-filter-menu.no-scrollbar.program-event.mt-0 {
  margin-top: 0;
  margin-bottom: 2rem;
}

.cp-category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.cp-category-filter-menu.is-center.no-scrollbar.collaboration-partner {
  margin-bottom: 1rem;
}

.cp-category-filter-menu.is-center.no-scrollbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  margin-bottom: 1rem;
  display: none;
}

.breadcrumb-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  padding-bottom: 20px;
  display: flex;
}

.breadcrumb-link {
  color: #393b6a;
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.breadcrumb-link:hover {
  color: #642eff;
}

.breadcrumb-link.w--current {
  color: #160042;
}

.breadcrumb-seperator {
  color: #e4e6f1;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.breadcrumb_text {
  color: #727272;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: REDHOT, Georgia, sans-serif;
  font-weight: 400;
}

.breadcrumb_text:hover {
  color: #2c6840;
}

.link,
.link-2,
.link-3 {
  text-decoration: underline;
}

.image-37 {
  width: 12px;
  padding-left: 0;
}

.icon-11 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 24px;
  display: flex;
}

.image-38 {
  width: 15px;
}

.icon-12 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 24px;
  font-size: 15px;
  display: flex;
}

.icon-13 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 24px;
  display: flex;
}

.follow-links-black-2 {
  border-radius: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-11 {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.image-39 {
  opacity: .1;
  min-width: 300%;
}

.mars-form {
  display: none;
}

.search-results {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.section-13 {
  flex-flow: column;
  padding-top: 96px;
  padding-bottom: 10px;
  display: flex;
}

.section-13.margin-bottom-section {
  padding-bottom: 4rem;
}

.terms-sidebar-2 {
  background-color: #f6f6f3;
  border-radius: 6px;
  flex-flow: column;
  max-width: 360px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: sticky;
  top: 84px;
}

.terms-link-2 {
  margin-left: 0;
  padding: 12px 12px 12px 40px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  transition: background-color .2s;
  display: block;
}

.terms-link-2:hover {
  background-color: #edede8;
  margin-left: 0;
  padding-left: 40px;
}

.terms-link-2.w--current {
  margin-left: 0;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.portfolio-div-block9_content-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-size-small-8 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: .875rem;
}

.text-size-medium-15 {
  text-align: left;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5em;
}

.padding-section-large-5 {
  padding-top: 2rem;
  padding-bottom: 7rem;
}

.padding-section-large-5.about {
  padding-top: 0;
  padding-bottom: 2rem;
}

.padding-section-large-5.news {
  padding-top: 0;
  padding-bottom: 4rem;
}

.padding-section-large-5.news.event_low {
  padding-bottom: 1rem;
}

.section-14 {
  flex-flow: column;
  padding-top: 96px;
  padding-bottom: 10px;
  display: flex;
}

.section-14.margin-bottom-section {
  padding-bottom: 4rem;
}

.terms-sidebar-3 {
  background-color: #f6f6f3;
  border-radius: 6px;
  flex-flow: column;
  max-width: 360px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: sticky;
  top: 84px;
}

.terms-link-3 {
  padding: 12px 12px 12px 40px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  transition: background-color .2s;
  display: block;
}

.terms-link-3:hover {
  background-color: #edede8;
}

.terms-link-3.w--current {
  padding-left: 40px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.section-15 {
  flex-flow: column;
  padding-top: 96px;
  padding-bottom: 10px;
  display: flex;
}

.section-15.lower-level-section {
  padding-top: 180px;
  padding-bottom: 0;
}

.section-15.lower-level-section.section_page-top {
  margin-top: 0;
}

.padding-global-8 {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global-8.about {
  padding-left: 0%;
  padding-right: 0%;
}

.text-size-medium-16 {
  text-align: left;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5em;
}

.container-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-block-38 {
  font-family: "Hiragino W 6", Verdana, sans-serif;
  line-height: 2.3em;
}

.section-16 {
  flex-flow: column;
  padding-top: 96px;
  padding-bottom: 10px;
  display: flex;
}

.padding-global-9 {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global-9.private-member,
.padding-global-9.news,
.padding-global-9.lr-0 {
  padding-left: 0%;
  padding-right: 0%;
}

.table3_content-2 {
  border-top: 1px solid #0000;
  border-bottom: 1px #0000;
  flex-direction: column;
  overflow: auto;
}

.container-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.event_detail {
  letter-spacing: 0;
  text-transform: none;
  padding-bottom: 20px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  line-height: 1.8;
}

.event_detail_quote {
  text-transform: none;
}

.event-content-wrapper {
  display: block;
}

.content_photo-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_video {
  margin-top: 20px;
}

.news_date {
  padding-bottom: 10px;
}

.news_date.en {
  font-family: REDHOT, Georgia, sans-serif;
}

.caption {
  font-size: 14px;
  line-height: 1.5em;
}

.text_legal {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.terms_cat_title {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 20px;
}

.paragraph-6 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
}

.bold-text-11,
.bold-text-12 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
}

.bold-text-13,
.paragraph-7,
.paragraph-8,
.paragraph-9,
.paragraph-10,
.paragraph-11,
.paragraph-12,
.paragraph-13,
.paragraph-14,
.paragraph-15,
.paragraph-16 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.bold-text-14 {
  font-weight: 600;
}

.text-block-40,
.text-block-41,
.text-block-42 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
}

.bold-text-15 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
}

.paragraph-17 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
}

.conteiner {
  max-width: 90rem;
}

.top-bar-news-wrapper {
  display: flex;
}

.top-bar-news-wrapper.block {
  display: block;
}

.top-bar-contents-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  display: flex;
  position: relative;
}

.top-bar-contents-wrapper.membar {
  justify-content: space-between;
}

.bold-text-20,
.bold-text-21,
.bold-text-22,
.bold-text-23,
.bold-text-24,
.bold-text-25,
.bold-text-26,
.bold-text-27,
.bold-text-28,
.bold-text-29,
.bold-text-30,
.bold-text-31,
.bold-text-32,
.bold-text-33,
.bold-text-34,
.bold-text-35,
.bold-text-36,
.bold-text-37,
.bold-text-38,
.paragraph-18,
.bold-text-39,
.text-block-43,
.text-block-44 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.contact-us {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.contact-us-wrapper {
  flex: 1;
}

.bold-text-40,
.bold-text-41 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.div-block-13 {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.paragraph-19,
.paragraph-20,
.bold-text-42,
.text-block-45,
.bold-text-43,
.jp {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.sticky-wrapper-mb {
  margin-top: 139px;
  display: none;
  position: relative;
}

.link-4,
.link-5 {
  text-decoration: underline;
}

.top-navigation-wrapper {
  z-index: 998;
  position: fixed;
  inset: 0% 0% auto;
}

.button-icon-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #0c0e0f;
  text-align: center;
  letter-spacing: .5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: transform .2s;
  display: inline-block;
  position: relative;
}

.button-icon-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.button-icon-text {
  text-transform: uppercase;
  white-space: nowrap;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.button-icon-badge {
  width: 31px;
  height: 9px;
  overflow: hidden;
}

.button-icon-badge-icon {
  width: 31px;
  height: 9px;
  line-height: 100%;
  display: flex;
}

.hirogeru_image {
  aspect-ratio: 3 / 2;
  border-radius: 6px;
  max-width: 70%;
}

.image-marquee-item-2-copy {
  border-radius: 6px;
  max-height: 345px;
}

.title-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-direction: column;
  max-width: 80rem;
  display: flex;
}

.title-wrapper.sp {
  display: none;
}

.hero-heading {
  color: #000;
  text-align: center;
  letter-spacing: 6px;
  max-width: 349.438rem;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.7em;
}

.section-17 {
  flex-flow: column;
  padding-top: 96px;
  padding-bottom: 10px;
  display: flex;
}

.section-17.lower-level-section {
  padding-top: 180px;
  padding-bottom: 0;
}

.section-17.lower-level-section.section_page-top {
  flex: 1;
  margin-top: 0;
}

.portfolio-div-block9_content-4 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.title-small-9 {
  text-transform: uppercase;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3em;
}

.title-small-9.muted-text.corporate-partner {
  opacity: 100;
  letter-spacing: normal;
  text-transform: uppercase;
  padding-left: 0%;
  font-size: 26px;
}

.max-width-large-10 {
  width: 100%;
  max-width: 48rem;
}

.max-width-large-10.align-center {
  max-width: 100%;
}

.div-block-14 {
  aspect-ratio: auto;
  object-fit: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-28 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button-28:hover {
  color: #000;
  background-color: #0000;
  border-color: #0000001f;
}

.button-28.large-18 {
  height: 42px;
  padding-left: 54px;
  padding-right: 54px;
}

.bold-text-44 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
}

.info-item-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #0000001f;
  grid-template-rows: auto;
  grid-template-columns: 120px 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: grid;
}

.text-size-medium-17 {
  text-align: left;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5em;
}

.text-size-medium-17.text-weight-semibold.mb-10 {
  margin-bottom: 10px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.bold-text-45 {
  font-weight: 600;
}

.bold-text-46 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.news_p_text-2 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  line-height: 1.8em;
}

.section-18 {
  flex-flow: column;
  padding-top: 96px;
  padding-bottom: 10px;
  display: flex;
}

.section-18.lower-level-section {
  padding-top: 180px;
  padding-bottom: 0;
}

.section-18.lower-level-section.news {
  padding-top: 10px;
}

.button-text-13 {
  font-family: "Hiragino W 3", Verdana, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
}

.portfolio-div-block9_content-5 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.title-small-10 {
  text-transform: uppercase;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3em;
}

.title-small-10.muted-text.corporate-partner {
  opacity: 100;
  letter-spacing: normal;
  text-transform: uppercase;
  padding-left: 0%;
  font-size: 26px;
}

.button-text-14 {
  font-family: "Hiragino W 3", Verdana, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
}

.button-29 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button-29:hover {
  color: #000;
  background-color: #0000;
  border-color: #0000001f;
}

.button-29.large-18 {
  height: 42px;
  padding-left: 54px;
  padding-right: 54px;
}

.max-width-large-11 {
  width: 100%;
  max-width: 48rem;
}

.max-width-large-11.align-center {
  max-width: 100%;
}

.div-block-15 {
  aspect-ratio: auto;
  object-fit: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text-47 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
}

.text-size-medium-18 {
  text-align: left;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5em;
}

.text-size-medium-18.text-weight-semibold.mb-10 {
  margin-bottom: 10px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.bold-text-48 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.portfolio-div-block9_content-6 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.title-small-11 {
  text-transform: uppercase;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3em;
}

.title-small-11.muted-text.corporate-partner {
  opacity: 100;
  letter-spacing: normal;
  text-transform: uppercase;
  padding-left: 0%;
  font-size: 26px;
}

.button-text-15 {
  font-family: "Hiragino W 3", Verdana, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
}

.button-30 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button-30:hover {
  color: #000;
  background-color: #0000;
  border-color: #0000001f;
}

.button-30.large-18 {
  height: 42px;
  padding-left: 54px;
  padding-right: 54px;
}

.max-width-large-12 {
  width: 100%;
  max-width: 48rem;
}

.max-width-large-12.align-center {
  max-width: 100%;
}

.div-block-16 {
  aspect-ratio: auto;
  object-fit: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.event_author_1col_text {
  border-bottom: 1px solid #0000001f;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-size-medium-19 {
  text-align: left;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5em;
}

.text-size-medium-19.text-weight-semibold.mb-10 {
  margin-bottom: 10px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.bold-text-49 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.event_content_image {
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 6px;
  width: auto;
}

.image_caption {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
}

.event_2col_photo_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 20px;
  display: grid;
}

.integrations-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.integrations-5.border-bottom {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
}

.integrations-5.border-bottom.mt-1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
}

.tag-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-style: solid;
  border-width: .5px;
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag-4.is-text {
  border-style: none;
  padding: 0;
  display: inline-block;
}

.tag-4.is-text.program-event {
  text-transform: none;
  border-style: solid;
  border-color: #000;
  margin-top: 20px;
  margin-right: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 400;
}

.tag-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-style: solid;
  border-width: .5px;
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag-5.is-text {
  border-style: none;
  padding: 0;
  display: inline-block;
}

.tag-5.is-text.program-event {
  text-transform: none;
  border-style: solid;
  border-color: #000;
  margin-top: 20px;
  margin-right: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 400;
}

.tag-6 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-style: solid;
  border-width: .5px;
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag-6.is-text {
  border-style: none;
  padding: 0;
  display: inline-block;
}

.tag-6.is-text.program-event {
  text-transform: none;
  border-style: solid;
  border-color: #000;
  margin-top: 20px;
  margin-right: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 400;
}

.h2_individual {
  margin-bottom: 20px;
  font-size: 1.3rem;
}

.container_sns {
  margin-top: 60px;
  margin-bottom: 20px;
}

.icon-14 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 24px;
  display: flex;
}

.icon-14.icon_dark {
  color: #000;
  width: 50px;
  height: 50px;
}

.icon-14.icon_dark:hover {
  color: #fff;
}

.code-embed-6 {
  padding-top: 2px;
}

.icon-15 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 24px;
  font-size: 15px;
  display: flex;
}

.icon-15.icon_dark {
  color: #000;
  width: 50px;
  height: 50px;
}

.icon-15.icon_dark:hover {
  color: #fff;
}

.icon-16 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 24px;
  display: flex;
}

.icon-16.icon_dark {
  color: #000;
  width: 50px;
  height: 50px;
}

.icon-16.icon_dark:hover {
  color: #fff;
}

.follow-links-black-3 {
  border-radius: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.follow-links-black-sns {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-radius: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .nav-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .section.lower-level-section {
    padding-top: 82px;
  }

  .section.lower-level-section.mt-35.margin_bottom {
    padding-top: 82px;
    padding-bottom: 100px;
  }

  .section.lower-level-section.section_page-top {
    padding-top: 180px;
  }

  .title-large.long-text.top {
    margin-bottom: 100px;
  }

  .title-large.long-text.top.mobile,
  .title-large.long-text.top.desktop {
    margin-bottom: 40px;
  }

  .title-large.long-text.top.desktop.to-lead {
    margin-bottom: 0;
  }

  .title-small.news_list_title {
    font-size: 1.5rem;
  }

  .title-small.clog-title {
    line-height: 1.2em;
  }

  .contact-list-item {
    border-bottom: 1px solid var(--border-dark);
  }

  .content-vertical.increased-gap {
    justify-content: flex-start;
    align-items: center;
  }

  .list.list_gap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .logo-box.inside-grid {
    height: 140px;
  }

  .wide-article.news_list {
    grid-template-columns: .8fr 2fr 1fr;
  }

  .price-description {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .bento-wrapper.mw-100 {
    min-width: 300px;
  }

  .max-width-40ch.mw-100 {
    max-width: 100%;
  }

  .bottom-hero-content {
    color: #ffffff2b;
  }

  .hero-content-wrapper-2 {
    height: 85vh;
  }

  .preloader-logo {
    height: 7rem;
  }

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

  .text-size-regular.event_detail_text {
    text-align: left;
  }

  .integrations-div-block {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
  }

  .integrations-div-block.whatnew.mw-100 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    align-items: center;
  }

  .integrations-div-block.our-services.mw-100 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: flex-start;
    align-items: center;
  }

  .integrations-div-block.mw-100 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    align-items: center;
  }

  .scroll-marquee-size {
    color: #cecece99;
  }

  .overlay-hero.light {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
  }

  .integrations-component.access-contact-us {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .integrations-content,
  .integrations-content.bigger.home {
    max-width: 100%;
  }

  .section-cta.no-padeing {
    padding-top: 0;
  }

  .paragraph.sub_text {
    letter-spacing: normal;
  }

  .margin-bottom.margin-xxsmall.tub-aria {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    display: flex;
  }

  .text-size-medium-2.private-member {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .padding-global-3.news {
    padding-left: 0%;
    padding-right: 0%;
  }

  .portfolio-div-block9_content {
    grid-template-columns: 1fr;
  }

  .section_content29.hidden,
  .section_content20.hieeen {
    display: none;
  }

  .heading-style-h5.program-event.carender_title {
    margin-bottom: 1rem;
  }

  .text-align-center {
    justify-content: space-around;
    display: flex;
  }

  .page-padding {
    overflow: visible;
  }

  .section_event1.hidden-contents {
    display: none;
  }

  .max-width-large-2 {
    max-width: none;
  }

  .max-width-large-2.mw-100.margin-top-lerning {
    margin-top: 1rem;
  }

  .contents2.margin_bottom_program {
    margin-bottom: 3rem;
  }

  .contents2.margin_bottom_program.hidden-contents,
  .contents2.hidden_contents {
    display: none;
  }

  .padding-section-large-3.program-event {
    padding-top: 4rem;
  }

  .testimonial22_logo-wrapper {
    margin-bottom: 1rem;
  }

  .team2_image.logo_cercle {
    border: 1px solid var(--border-dark);
  }

  .team2_list.team-2col {
    text-align: left;
  }

  .testimonial5_client-image.logo_cercle {
    border: 1px solid var(--border-dark);
  }

  .pricing-plan-mini-3,
  .pricing-plan-mini-3.bg-dark {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pricing-plan-mini-3.bg-offset {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .button-11.large-2.mt-20 {
    margin-top: 20px;
  }

  .vertical-section-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 20px;
  }

  .blog3_image.collaboration-partner {
    width: 100%;
  }

  .text-size-medium-8.private-member {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .text-align-center-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    display: grid;
  }

  .header-text {
    font-size: 4.625rem;
  }

  .top_member {
    margin-bottom: 20px;
  }

  .program_detail_title {
    padding-bottom: 2rem;
  }

  .profram_detail_title3 {
    margin-top: 3rem;
  }

  .integrations-div-block-2 {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
  }

  .title-large-copy.long-text.top {
    margin-bottom: 100px;
  }

  .custom-btn-wrapper.btn_col2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .custom-btn-wrapper.mt-btn {
    padding-top: 2rem;
  }

  .subnav.d-none.mt-4.icon_none {
    display: none;
  }

  .integrations-div-block-3 {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
  }

  .integrations-div-block-3.mw-100,
  .integrations-div-block-3.whatnew.mw-100 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    align-items: center;
  }

  .integrations-div-block-3.our-services.mw-100 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-4.sub_text {
    letter-spacing: normal;
  }

  .title-large-3.long-text.top {
    margin-bottom: 100px;
  }

  .paragraph-5.sub_text {
    letter-spacing: normal;
  }

  .follow-icon-line {
    background-color: #fff;
  }

  .navigation-left {
    justify-content: center;
    align-items: center;
  }

  .search-button-wrapper {
    position: static;
  }

  .follow-links-black {
    opacity: 100;
  }

  .modal-background {
    background-color: #535353d9;
  }

  .search-button-wrapper-2 {
    position: static;
  }

  .breadcrumb-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .terms-sidebar-2 {
    margin-top: 40px;
  }

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

  .terms-sidebar-3 {
    margin-top: 40px;
  }

  .section-15.lower-level-section {
    padding-top: 82px;
  }

  .section-15.lower-level-section.section_page-top {
    padding-top: 180px;
  }

  .padding-global-9.news {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-17.lower-level-section {
    padding-top: 82px;
  }

  .section-17.lower-level-section.section_page-top {
    padding-top: 180px;
  }

  .portfolio-div-block9_content-4 {
    grid-template-columns: 1fr;
  }

  .section-18.lower-level-section {
    padding-top: 82px;
  }

  .portfolio-div-block9_content-5,
  .portfolio-div-block9_content-6 {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 1440px) {

  .button:where(.w-variant-25557a4e-06dc-3969-bf0c-432cce6b2ad0),
  .button.large-14 {
    letter-spacing: normal;
  }

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

  .section.lower-level-section {
    padding-top: 82px;
  }

  .section.lower-level-section.mt-35.margin_bottom {
    padding-bottom: 100px;
  }

  .section.lower-level-section.section_page-top {
    padding-top: 180px;
  }

  .section.lower-level-section.sodateru.margin-section-top {
    margin-top: 2rem;
  }

  .title-large.long-text.top {
    letter-spacing: .2em;
    font-family: "Hiragino W 6", Verdana, sans-serif;
    font-size: 3svh;
    font-weight: 400;
  }

  .title-large.long-text.top.desktop {
    letter-spacing: normal;
    font-size: 34px;
  }

  .title-small,
  .title-small.muted-text.cta,
  .title-small.cta {
    letter-spacing: normal;
  }

  .title-small.news_list_title {
    text-transform: none;
    font-family: "Hiragino W 3", Verdana, sans-serif;
    font-size: 1.5rem;
    line-height: 1.5em;
  }

  .large-text.content-short {
    text-transform: none;
  }

  .muted-text.news_date {
    opacity: 66;
  }

  .button-text:where(.w-variant-90b7551e-2f4d-fd9e-89eb-368bc1201380) {
    letter-spacing: normal;
  }

  .contact-list-item {
    border-bottom: 1px solid var(--border-dark);
    border-top-color: var(--border-dark);
  }

  .content-vertical.increased-gap {
    letter-spacing: .2em;
    letter-spacing: normal;
    letter-spacing: normal;
    letter-spacing: .2em;
    letter-spacing: normal;
    /* letter-spacing: .2em; */
    font-family: BDO Grotesk;
  }

  .content-short {
    width: auto;
    max-width: none;
  }

  .list.list_gap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .logo-box.inside-grid {
    height: 150px;
  }

  .wide-article {
    grid-column-gap: 63px;
    grid-row-gap: 63px;
    grid-template-columns: .8fr 2fr .5fr;
  }

  .opacity-70 {
    opacity: 1;
  }

  .bottom-overlay {
    background-image: none;
    height: 20vh;
  }

  .hero-content-wrapper-2 {
    color: #fff;
    height: 87vh;
  }

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

  .preloader-logo {
    height: 7rem;
  }

  .text-size-regular {
    letter-spacing: normal;
  }

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

  .button-text-2.is-nav {
    color: #fafafa;
  }

  .hero-background-wrapper-4 {
    height: 100vh;
  }

  .scroll-marquee-size {
    text-transform: uppercase;
  }

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

  .overlay-hero.light {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
  }

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

  .text-size-xlarge.faq {
    color: var(--dark);
  }

  .page2 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: auto;
  }

  .nav-stripe-wrapper {
    opacity: .87;
  }

  .integrations-component.access-contact-us {
    margin-top: 20px;
  }

  .integrations-component.whatsnew.top_news_mb {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

  .image-marquee-item-2 {
    filter: blur();
  }

  .text-size-small {
    letter-spacing: normal;
  }

  .mask-frame {
    background-color: #0f0f0f;
  }

  .button-text-3.outlined-4 {
    font-size: 13px;
  }

  .text-block-3 {
    letter-spacing: normal;
    text-transform: none;
  }

  .text-block-3.service_text {
    letter-spacing: normal;
  }

  .section-clients.mt-52 {
    display: none;
  }

  .section-top.title,
  .section-service.title,
  .section-cta.title {
    padding-top: 100px;
  }

  .section-cta.no-padeing {
    padding-top: 0;
  }

  .section-client-pc.title,
  .section-address.title,
  .section-us.title {
    padding-top: 100px;
  }

  .paragraph,
  .paragraph.sub_text {
    letter-spacing: normal;
    text-transform: none;
  }

  .margin-bottom.margin-xxsmall.tub-aria {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    display: flex;
  }

  .text-size-large.text-weight-semibold.about {
    text-transform: none;
  }

  .body-text-2,
  .body-text-2.mt-3 {
    letter-spacing: normal;
  }

  .text-size-medium-2 {
    letter-spacing: normal;
    text-transform: none;
  }

  /* .padding-global-3 {
    text-transform: uppercase;
  } */

  .padding-global-3.news {
    padding-left: 0%;
    padding-right: 0%;
  }

  .portfolio-div-block9_content {
    grid-template-columns: 1fr;
  }

  .text-rich-text.news.news_details {
    letter-spacing: normal;
  }

  .heading-style-h5.program-event.carender_title {
    margin-bottom: 1rem;
  }

  .heading-style-h5.collaboration-partner.bold {
    text-transform: none;
  }

  .info-title-text,
  .program-event,
  .heading-style-h2-5.about {
    letter-spacing: normal;
  }

  .section_event1.hidden-contents {
    display: none;
  }

  .text-size-regular-3.program-event {
    letter-spacing: normal;
    text-transform: none;
  }

  .max-width-large-2.mw-100.margin-top-lerning {
    margin-top: 1rem;
  }

  .text-size-medium-4.program-event {
    letter-spacing: normal;
  }

  .contents2.margin_bottom_program {
    margin-bottom: 3rem;
  }

  .contents2.margin_bottom_program.hidden-contents,
  .contents2.hidden_contents {
    display: none;
  }

  .padding-section-large-3.program-event {
    padding-top: 4rem;
  }

  .testimonial22_logo-wrapper {
    padding-bottom: 1rem;
  }

  .team2_image {
    border-radius: 100%;
  }

  .team2_image.logo_cercle {
    border: 1px solid var(--border-dark);
  }

  .paragraph-2.team_text {
    letter-spacing: normal;
    text-transform: none;
  }

  .text-size-medium-5,
  .text-size-medium-3.about,
  .text-size-medium-6.about,
  .heading-style-h6-2.about.sub_text {
    letter-spacing: normal;
  }

  .testimonial5_client-image.logo_cercle {
    border: 1px solid var(--border-dark);
  }

  .text-block-9.service_text {
    letter-spacing: normal;
    text-transform: none;
  }

  .blog3_item-content {
    text-transform: none;
  }

  .blog3_image.collaboration-partner {
    width: 100%;
  }

  .text-size-medium-7.collaboration-partner,
  .text-size-medium-8.private-member.pt-10 {
    text-transform: none;
  }

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

  .text-block-11,
  .text-block-12 {
    letter-spacing: normal;
  }

  .top_member,
  .service {
    margin-bottom: 20px;
  }

  .program_detail_title {
    margin-bottom: 2rem;
    padding-bottom: 0;
  }

  .program_ditail_text {
    font-size: 1rem;
    line-height: 1.7em;
  }

  .profram_detail_title3 {
    margin-top: 3rem;
  }

  .event_detail_title.mb-10 {
    letter-spacing: normal;
  }

  .scroll-marquee-size-2 {
    text-transform: uppercase;
  }

  .mask-frame-2 {
    background-color: #0f0f0f;
  }

  .title-large-copy.long-text.top {
    letter-spacing: .2em;
    font-family: "Hiragino W 6", Verdana, sans-serif;
    font-size: 3svh;
    font-weight: 400;
  }

  .custom-btn-wrapper {
    letter-spacing: normal;
  }

  .custom-btn-wrapper.btn_col2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .custom-btn-wrapper.mt-btn {
    padding-top: 2rem;
  }

  .subnav.d-none.mt-4.icon_none {
    display: none;
  }

  .news-detail-copy {
    letter-spacing: normal;
    text-transform: none;
  }

  .news_p_text,
  .text-size-medium-9.about {
    letter-spacing: normal;
  }

  .logoanimation.light {
    height: auto;
  }

  .image-marquee-item-6 {
    filter: blur();
  }

  .text-block-22.service_text,
  .paragraph-4.sub_text {
    letter-spacing: normal;
  }

  .title-large-3.long-text.top {
    letter-spacing: .2em;
    font-family: "Hiragino W 6", Verdana, sans-serif;
    font-size: 3svh;
    font-weight: 400;
  }

  .image-marquee-item-8 {
    filter: blur();
  }

  .text-block-23.service_text,
  .paragraph-5.sub_text,
  .text-block-32,
  .text-block-33 {
    letter-spacing: normal;
  }

  .image-31,
  .image-34 {
    margin-top: 100px;
  }

  .padding-global-3-copy {
    text-transform: uppercase;
  }

  .slide-img.custom-2 {
    object-position: 50% 100%;
    height: 100%;
  }

  .text-style-tagline.about,
  .map-text {
    letter-spacing: normal;
  }

  .breadcrumb-wrapper {
    margin-left: 0%;
    margin-right: 0%;
  }

  .terms-sidebar-2 {
    padding-top: 12px;
  }

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

  .text-size-small-8 {
    letter-spacing: normal;
  }

  .text-size-medium-15 {
    letter-spacing: normal;
    text-transform: none;
  }

  .section-15.lower-level-section {
    padding-top: 82px;
  }

  .section-15.lower-level-section.section_page-top {
    padding-top: 180px;
  }

  .padding-global-8 {
    text-transform: uppercase;
  }

  .text-size-medium-16,
  .text-block-38 {
    letter-spacing: normal;
  }

  /* .padding-global-9 {
    text-transform: uppercase;
  } */

  .padding-global-9.news {
    padding-left: 0%;
    padding-right: 0%;
  }

  .event_detail,
  .event_detail_quote,
  .news_date {
    letter-spacing: normal;
  }

  .text_legal {
    letter-spacing: normal;
    text-transform: none;
  }

  .bold-text-10,
  .bold-text-16,
  .bold-text-17,
  .bold-text-18,
  .bold-text-19 {
    text-transform: none;
  }

  .image-marquee-item-2-copy {
    filter: blur();
  }

  .section-17.lower-level-section {
    padding-top: 82px;
  }

  .section-17.lower-level-section.section_page-top {
    padding-top: 180px;
  }

  .portfolio-div-block9_content-4 {
    grid-template-columns: 1fr;
  }

  .title-small-9,
  .button-28.large-18 {
    letter-spacing: normal;
  }

  .text-size-medium-17,
  .news_p_text-2 {
    letter-spacing: normal;
    text-transform: none;
  }

  .section-18.lower-level-section {
    padding-top: 82px;
  }

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

  .title-small-10,
  .button-29.large-18 {
    letter-spacing: normal;
  }

  .text-size-medium-18 {
    letter-spacing: normal;
    text-transform: none;
  }

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

  .title-small-11,
  .button-30.large-18 {
    letter-spacing: normal;
  }

  .text-size-medium-19 {
    letter-spacing: normal;
    text-transform: none;
  }

  .image_caption,
  .h2_individual {
    letter-spacing: normal;
  }
}

@media screen and (min-width: 1920px) {
  .section.lower-level-section {
    padding-top: 82px;
  }

  .section.lower-level-section.mt-35.margin_bottom {
    padding-bottom: 100px;
  }

  .section.lower-level-section.section_page-top {
    padding-top: 180px;
  }

  .title-large.long-text.top {
    letter-spacing: .2em;
  }

  .title-small.body,
  .large-text {
    font-family: "Hiragino W 3", Verdana, sans-serif;
  }

  .muted-text.news_date {
    opacity: 100;
  }

  .button-text:where(.w-variant-90b7551e-2f4d-fd9e-89eb-368bc1201380),
  .content-vertical.increased-gap,
  .content-vertical.increased-gap,
  .content-vertical.increased-gap {
    letter-spacing: normal;
  }

  .arrow-hover-link {
    opacity: 1;
  }

  .body-text {
    font-family: "Hiragino W 3", Verdana, sans-serif;
  }

  .list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .logo-box.inside-grid {
    height: 180px;
  }

  .pricing-grid {
    font-family: "Hiragino W 3", Verdana, sans-serif;
  }

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

  .wide-article.news_list {
    grid-template-columns: .8fr 2fr .8fr;
  }

  .image-8 {
    width: 100%;
    overflow: visible;
  }

  .faq-component {
    margin-bottom: 8rem;
  }

  .image-7 {
    width: 100%;
    overflow: visible;
  }

  .marquee-3 {
    color: #fafafa;
    background-color: #f1714400;
  }

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

  .hero-content-wrapper-2 {
    background-color: #aeafafc9;
    height: 91vh;
  }

  .image-10 {
    width: 100%;
    overflow: visible;
  }

  .preloader-logo {
    height: 7rem;
  }

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

  .slide-4 {
    object-fit: cover;
  }

  .integrations-div-block.our-services.mw-100.y-top.mb-3 {
    margin-bottom: 3rem;
  }

  .slide {
    object-fit: cover;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slide-3 {
    object-fit: cover;
  }

  .page2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    min-height: 100vh;
  }

  .image-18 {
    padding-right: 4rem;
  }

  .text-block-3.service_text {
    letter-spacing: normal;
  }

  .text-block-3.service_text.margin_btn {
    margin-bottom: 1rem;
  }

  .section-cta.no-padeing {
    padding-top: 0;
  }

  .paragraph {
    letter-spacing: .1em;
    font-family: "Hiragino W 3", Verdana, sans-serif;
  }

  .paragraph.sub_text {
    letter-spacing: normal;
    font-family: "Hiragino W 3", Verdana, sans-serif;
  }

  .margin-bottom.margin-xsmall {
    font-family: "Hiragino W 3", Verdana, sans-serif;
  }

  .text-size-medium-2.date {
    font-size: .8rem;
  }

  .container-large-2.news {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global-3 {
    padding-bottom: 10px;
  }

  .padding-global-3.news {
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .content23_content-wrapper.event_main,
  .content23_content-left {
    letter-spacing: .1em;
  }

  .heading-style-h2-2.private-member.margin_bottom_light {
    margin-bottom: 0;
  }

  .heading-style-h5.program-event.carender_title {
    padding-bottom: 1rem;
  }

  .heading-style-h5.collaboration-partner.bold {
    text-transform: none;
  }

  .heading-style-h2-5.about {
    letter-spacing: normal;
  }

  .max-width-large-2.mw-100.margin-top-lerning {
    margin-top: 1rem;
  }

  .contents2.margin_bottom_program {
    margin-bottom: 3rem;
    display: block;
  }

  .contents2.hidden_contents {
    display: none;
  }

  .padding-section-large-3.program-event {
    padding-top: 4rem;
  }

  .team2_image {
    border-radius: 100%;
    overflow: clip;
  }

  .team2_image.logo_cercle {
    border: 1px solid var(--border-dark);
  }

  .paragraph-2.team_text {
    letter-spacing: normal;
    font-family: "Hiragino W 3", Verdana, sans-serif;
  }

  .text-size-medium-6.about,
  .text-block-9.service_text {
    letter-spacing: normal;
  }

  .blog3_image.collaboration-partner {
    width: 100%;
  }

  .blog3_image.collaboration-partner.logo-30 {
    width: 30%;
  }

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

  .top_member {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 20px;
    display: grid;
  }

  .sub_text {
    letter-spacing: .1em;
  }

  .text-block-13,
  .text-block-14,
  .text-block-15 {
    font-family: "Hiragino W 3", Verdana, sans-serif;
  }

  .program_title2 {
    letter-spacing: .1em;
    margin-top: 1rem;
    font-family: "Hiragino W 6", Verdana, sans-serif;
  }

  .text-block-16 {
    letter-spacing: .1rem;
    font-family: "Hiragino W 6", Verdana, sans-serif;
    font-size: 1.2rem;
  }

  .program_detail_title {
    letter-spacing: .1rem;
    margin-bottom: 0;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }

  .bold-text-7 {
    letter-spacing: normal;
  }

  .event_date {
    padding-bottom: 10px;
  }

  .container-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .title-large-copy.long-text.top {
    letter-spacing: .2em;
  }

  .subnav.d-none.mt-4.icon_none {
    display: none;
  }

  .news-detail-copy {
    text-transform: none;
  }

  .arrow-hover-link-2 {
    opacity: 1;
  }

  .text-block-22.service_text {
    letter-spacing: normal;
  }

  .container-8 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .paragraph-4 {
    letter-spacing: .1em;
    font-family: "Hiragino W 3", Verdana, sans-serif;
  }

  .paragraph-4.sub_text {
    letter-spacing: normal;
    font-family: "Hiragino W 3", Verdana, sans-serif;
  }

  .title-large-3.long-text.top {
    letter-spacing: .2em;
  }

  .title-small-8.body {
    font-family: "Hiragino W 3", Verdana, sans-serif;
  }

  .text-block-23.service_text {
    letter-spacing: normal;
  }

  .container-9 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .paragraph-5 {
    letter-spacing: .1em;
    font-family: "Hiragino W 3", Verdana, sans-serif;
  }

  .paragraph-5.sub_text {
    letter-spacing: normal;
    font-family: "Hiragino W 3", Verdana, sans-serif;
  }

  .search_filter_events-report_list,
  .search_filter_gallery_list,
  .search_notice_filter_list,
  .search_filter_original-contents_list,
  .d-none {
    display: none;
  }

  .image-29,
  .image-31 {
    width: 100%;
    overflow: visible;
  }

  .slide-5,
  .slide-6 {
    object-fit: cover;
  }

  .image-34 {
    width: 100%;
    overflow: visible;
  }

  .padding-global-3-copy {
    padding-bottom: 10px;
  }

  .slide-img.custom-1 {
    object-fit: cover;
    object-position: 50% 100%;
    height: 100%;
  }

  .breadcrumb-wrapper {
    margin-left: 0%;
    margin-right: 0%;
  }

  .section-15.lower-level-section {
    padding-top: 82px;
  }

  .section-15.lower-level-section.section_page-top {
    padding-top: 180px;
  }

  .padding-global-8 {
    padding-bottom: 10px;
  }

  .container-10 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global-9 {
    padding-bottom: 10px;
  }

  .padding-global-9.news {
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .container-11 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-17.lower-level-section {
    padding-top: 82px;
  }

  .section-17.lower-level-section.section_page-top {
    padding-top: 180px;
  }

  .section-18.lower-level-section {
    padding-top: 82px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    background-color: var(--white);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    position: sticky;
    top: 0;
  }

  .nav-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px;
  }

  .nav-link {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6px 0;
    font-size: 18px;
    line-height: 1.4em;
  }

  .nav-link:hover {
    opacity: .5;
    background-color: #0000;
  }

  .nav-link.cart-link {
    font-size: 16px;
    line-height: 1.5em;
  }

  .nav-link.pb-4 {
    border-bottom: 1px solid var(--dark);
    padding-bottom: 3rem;
  }

  .nav-link.child {
    font-size: 18px;
    display: flex;
  }

  .dropdown-menu {
    background-color: var(--white);
    position: static;
  }

  .dropdown-wrapper {
    position: static;
  }

  .dropdown-wrapper.w--open {
    margin-top: 6px;
  }

  .dropdown-link.menu {
    color: var(--dark);
    font-size: 20px;
  }

  .nav-menu-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .button.member.sp {
    min-width: auto;
  }

  .menu-button {
    background-color: #0000;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 9px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .section.logos {
    padding-top: 72px;
  }

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

  .section.project-inner-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.hero {
    padding-top: 96px;
  }

  .section.below-title {
    padding-top: 60px;
  }

  .section.team-member-section,
  .section.account-section,
  .section.seo-hero-section {
    padding-top: 72px;
  }

  .section.title {
    padding-top: 144px;
  }

  .section.lower-level-section.mb-72.about {
    padding-top: 82px;
  }

  .section.lower-level-section.program-event.mb-72 {
    padding-bottom: 20px;
  }

  .title-large {
    font-size: 40px;
    line-height: 1.2em;
  }

  .title-large.long-text.top {
    font-size: 30px;
  }

  .title-large.long-text.top.desktop {
    font-size: 26px;
  }

  .title-medium.long-text {
    font-size: 32px;
    line-height: 1.3em;
  }

  .title-small.body {
    letter-spacing: .02em;
    font-size: 18px;
  }

  .footer-top {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    flex-flow: column-reverse;
    display: flex;
  }

  .form-block.footer-form-block {
    max-width: 100%;
  }

  .nav-menu {
    z-index: 1;
    background-color: var(--white);
    width: 100%;
    height: 100%;
    margin-top: 70px;
    position: fixed;
    top: 0;
    left: 0;
  }

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

  .dropdown.link-member {
    display: none;
  }

  .menu-icon-wrapper {
    width: 24px;
    height: 24px;
    display: flex;
    overflow: hidden;
  }

  .nav-button-wrapper {
    display: none;
  }

  .utility-page {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .rounded-edges.utility-image {
    position: static;
  }

  .rounded-edges.testimonial-card-image {
    max-width: 222px;
  }

  .rounded-edges.team-modal-image {
    max-width: 468px;
  }

  .utility-contents-wrapper {
    min-height: 50vh;
  }

  .full-width-image {
    aspect-ratio: auto;
  }

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

  .contact-list-item {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .content-vertical.title.narrow-on-mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 468px;
  }

  .content-vertical.increased-gap {
    grid-row-gap: 20px;
    grid-row-gap: 20px;
    grid-row-gap: 20px;
    grid-row-gap: 20px;
    grid-row-gap: 20px;
    grid-row-gap: 20px;
    grid-row-gap: 20px;
  }

  .content-short.text-wrapper {
    max-width: 100%;
  }

  .contact-grid {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .faq-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    display: flex;
  }

  .testimonials-grid {
    flex-flow: column;
    display: flex;
  }

  .service-item {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    display: flex;
  }

  .hover-image.case-study-image {
    aspect-ratio: 3 / 2;
  }

  .service-item-contents {
    padding-right: 0;
  }

  .cta-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: center;
    display: grid;
  }

  .cta-box-image {
    max-width: 100%;
  }

  .cta-box-contents {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .service-intro {
    flex-flow: column;
    display: flex;
  }

  .horizontal-text-item {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    display: flex;
  }

  .testimonial-card-d {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    padding: 18px;
    display: flex;
  }

  .testimonial-card-d-contents {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    padding: 0;
  }

  .project-hero-image {
    aspect-ratio: auto;
  }

  .project-summary {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
  }

  .project-meta {
    flex-flow: row;
    width: 100%;
  }

  .project-meta-item {
    flex: 1;
  }

  .project-images {
    flex-flow: column;
  }

  .project-list-item-image {
    display: none;
  }

  .project-grid-a {
    flex-flow: column;
    display: flex;
  }

  .image-marquee-item {
    max-height: 300px;
  }

  .pricing-grid {
    flex-flow: column;
    display: flex;
  }

  .quote-slide {
    padding-bottom: 96px;
  }

  .chevron-button.previous.slider-previous {
    left: 24px;
    right: auto;
  }

  .chevron-button.slider-next {
    left: 84px;
    right: auto;
  }

  .checkout-form {
    flex-flow: column;
    display: flex;
  }

  .checkout-right {
    width: 100%;
    position: static;
  }

  .photo-pair {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .photo-pair-left {
    aspect-ratio: auto;
  }

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

  .article-wrapper {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .featured-article {
    flex-flow: column;
    display: flex;
  }

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

  .article-hero {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    display: flex;
  }

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

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

  .features-grid-a {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
    display: flex;
  }

  .wide-project {
    aspect-ratio: 3 / 2;
  }

  .wide-project-image {
    opacity: .8;
  }

  .combo-grid {
    flex-flow: column;
    display: flex;
  }

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

  .show-on-mobile {
    display: none;
  }

  .service-grid {
    flex-flow: column;
    display: flex;
  }

  .metrics-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
    padding-top: 24px;
    display: flex;
  }

  .title-huge.marquee-text {
    font-size: 81px;
  }

  .case-study-wide,
  .case-study-grid,
  .case-study-photo-intro,
  .grid-hero {
    flex-flow: column;
    display: flex;
  }

  .horizontal-metrics-item {
    flex-flow: column;
  }

  .metric-image-wrapper {
    max-width: 100%;
  }

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

  .grid-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column-reverse;
    display: flex;
  }

  .grid-section._2 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .grid-section._3 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
  }

  .grid-section._1.top-one {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .grid-section.corporate-partner.lr-0 {
    flex-flow: column;
  }

  .grid-section.corporate-partner.lr-0.mb-4 {
    flex-flow: column-reverse;
  }

  .padded-content {
    padding-left: 0;
    padding-right: 0;
  }

  .padded-content.padded-right {
    padding-right: 0;
  }

  .text-marquee-items {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .action-boxes {
    flex-flow: column;
    display: flex;
  }

  .tryptich {
    height: 500px;
  }

  .process-section-item {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    display: flex;
  }

  .process-section-text {
    max-width: 100%;
    padding-right: 72px;
  }

  .team-marquee-box {
    aspect-ratio: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .location-grid {
    flex-flow: column;
    display: flex;
  }

  .location-box,
  .about-hero-image {
    aspect-ratio: 3 / 2;
  }

  .timeline {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .timeline-item {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

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

  .ethos-boxes {
    flex-flow: column;
    display: flex;
  }

  .form-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .form-section-text {
    position: static;
  }

  .modal-body {
    max-width: 100%;
    overflow: auto;
  }

  .team-member-contents {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .team-member-bio {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    display: flex;
  }

  .style-guide-section,
  .account-grid {
    flex-flow: column;
    display: flex;
  }

  .terms-section {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    flex-flow: column;
    display: flex;
  }

  .terms-sidebar {
    max-width: none;
    position: static;
  }

  .seo-hero {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .testimonial-card-e {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    padding: 18px;
    display: flex;
  }

  .marquee-screenshot {
    max-width: 300px;
  }

  .template-feature-box-component {
    max-height: 320px;
  }

  .page-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .page-link-image {
    width: auto;
    max-width: 250px;
  }

  .dropdown-mega {
    width: 100%;
    top: 0;
    transform: translate(0);
  }

  .mega-dropdown-cta,
  .mega-dropdown-cta.w--current {
    padding-left: 0;
    padding-right: 0;
  }

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

  .dropdown-mega-wrapper {
    position: static;
  }

  .plus-icon-circle:hover {
    background-position: 50%;
  }

  .bento-wrapper {
    flex-flow: wrap;
    display: flex;
  }

  .faq-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 6rem;
  }

  .faq-component.mb-0 {
    margin-top: 2rem;
  }

  .footer-content-block {
    width: auto;
  }

  .footer-content-block.display-none {
    display: block;
  }

  .middle-slide-item {
    width: 4.5rem;
    height: 4.5rem;
  }

  .sticky-wrapper {
    margin-top: 139px;
    display: none;
  }

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

  .footer-logo {
    height: auto;
  }

  .link-block-navbar {
    margin-bottom: 1rem;
    position: relative;
  }

  .link-block-navbar.hide-desktop {
    display: flex;
  }

  .hero-content {
    position: relative;
  }

  .navbar-grid {
    width: 80%;
  }

  .right-navbar-content {
    display: none;
  }

  .heading-6 {
    font-size: 3rem;
  }

  .heading-6.line-height-110 {
    font-size: 2rem;
  }

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

  .text-size-huge {
    font-size: 2rem;
  }

  .text-size-huge.text-weight-medium {
    font-size: 1.6rem;
  }

  .text-size-xxlarge {
    font-size: 1.8rem;
  }

  .text-size-xhuge {
    font-size: 2.2rem;
  }

  .marquee-3 {
    display: none;
  }

  .bottom-hero-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .tab-wrapper {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    margin-top: 4rem;
  }

  .scroll-marquee {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 8rem;
  }

  .container-4 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-item.no-line {
    border-bottom-width: 1px;
    border-bottom-color: #b0b1be33;
  }

  .faq-item.no-line.mobile {
    border-bottom-width: 0;
  }

  .accordion-component-grid {
    grid-row-gap: 0rem;
  }

  .menu-button-2 {
    display: flex;
  }

  .cards-wrapper {
    margin-top: 8rem;
  }

  .cards-wrapper.mt-0 {
    grid-column-gap: 3.3rem;
    grid-row-gap: 3.3rem;
    grid-column-gap: 3.3rem;
    grid-row-gap: 3.3rem;
  }

  .faq-heading-wrapper {
    text-align: left;
    align-items: flex-start;
  }

  .text-size-small-3 {
    letter-spacing: 0;
  }

  .faq-lottie {
    width: .75rem;
  }

  .home-cards-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-cards-grid.d-none.mb-none {
    display: none;
  }

  .component-navbar {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .navbar-wrapper-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .max-width-32ch {
    max-width: none;
  }

  .dropdown-list.w--open {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .features-heading-wrapper {
    max-width: none;
  }

  .integrations-div-block.whatnew.mw-100.mt-3 {
    margin-top: 3rem;
  }

  .integrations {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .integrations.border-bottom {
    border-bottom: 1px none var(--border-dark);
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .integrations.border-bottom.mt-1 {
    border-bottom-style: none;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .frame-text-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .features-heading {
    text-align: left;
    align-items: flex-start;
  }

  .footer-flex-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    margin-top: 20px;
    display: grid;
  }

  .scroll-marquee-size {
    letter-spacing: 0;
    font-size: 11rem;
  }

  .scroll-marquee-size.sp {
    text-align: center;
    font-size: 5.8rem;
  }

  .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    font-size: 2.5rem;
  }

  .heading-4.text-weight-light {
    letter-spacing: 0;
  }

  .heading-4.text-weight-light.mobile,
  .heading-4.text-weight-regular.mobile {
    font-size: 1.8rem;
  }

  .tab-content {
    padding-bottom: 1rem;
  }

  .accordion-heading {
    color: #1a1a1a;
  }

  .branding-wrapper {
    display: flex;
  }

  .faq-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .sticky-title-2 {
    margin-bottom: 0%;
  }

  .preloader {
    display: none;
  }

  .integrations-wrapper {
    margin-top: 6rem;
  }

  .faq-title-wrapper {
    padding-top: 4rem;
    padding-bottom: 2rem;
    padding-right: 3rem;
  }

  .footer-bottom-grid {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }

  .container-2 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .home-card-item-wrap {
    max-width: none;
  }

  .home-card-item-wrap.mw-100 {
    flex-flow: column;
  }

  .navbar-wrapper {
    width: 100%;
  }

  .primary-button-2.navbar-2.hide-desktop {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dot {
    width: 10px;
    height: 10px;
    bottom: 25px;
  }

  .menu-navbar-wrap {
    z-index: 3;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .padding-footer {
    padding-top: 4rem;
  }

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

  .text-size-large-2 {
    font-size: 1.5rem;
  }

  .tab-link-features {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .heading-style-h1 {
    font-size: 6rem;
  }

  .image-background-wrapper.padding {
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    position: absolute;
  }

  .footer-small-text {
    text-transform: none;
  }

  .menu-navbar-button {
    border-radius: 4px;
    overflow: hidden;
  }

  .menu-navbar-button.w--open {
    background-color: #7d7d7d66;
  }

  .check-list {
    grid-column-gap: 4rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    justify-content: flex-start;
    padding-left: 0;
  }

  .features {
    grid-column-gap: 0vw;
    grid-row-gap: 3rem;
    flex-direction: column;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-xlarge {
    font-size: 1.6rem;
  }

  .text-size-xlarge.news {
    font-size: .9rem;
  }

  .faq-action {
    width: 3rem;
    height: 3rem;
  }

  .heading-5 {
    font-size: 2rem;
  }

  .branding-navbar {
    height: 1.5rem;
  }

  .features-image {
    justify-content: center;
    align-items: center;
    width: 50vw;
    min-width: auto;
    max-width: none;
    height: 50vw;
    min-height: auto;
    max-height: none;
    padding-left: 1rem;
    display: flex;
  }

  .faq-bottom-content {
    grid-template-columns: 1fr .25fr;
    padding-bottom: 3rem;
  }

  .footer-utility-pages-flex.mb-5 {
    justify-content: center;
  }

  .integrations-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 3.8rem;
  }

  .integrations-component.whatsnew.top_news_mb {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .integrations-component.whatsnew.top_news_mb.top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 100%;
  }

  .home-cards-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .container-large.mw-100 {
    max-width: 100%;
  }

  .sticky-services-2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: space-between;
    width: 100%;
    margin-top: 8rem;
    margin-bottom: 2rem;
  }

  .services-content {
    flex-flow: column;
  }

  .image-marquee-item-2 {
    max-height: 300px;
  }

  .home-1-hero-left-text {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .menu-icon-navbar {
    color: #fbfbfb;
  }

  .heading-8 {
    font-size: 2.3rem;
  }

  .tabs-features-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .image-background {
    object-fit: cover;
    width: auto;
    height: auto;
  }

  .features-content {
    width: 100%;
  }

  .letter-spacing-tag {
    letter-spacing: 0;
  }

  .faq-action-wrapper {
    right: 0;
  }

  .back-to-top-link {
    position: absolute;
    bottom: 25%;
    right: 0;
  }

  .menu-navbar {
    z-index: 0;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #151515;
    border: 1px solid #151515;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 15vh 2rem 1rem;
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
  }

  .mask-frame {
    justify-content: center;
    align-items: center;
  }

  .section-top.logos {
    padding-top: 72px;
  }

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

  .section-top.project-inner-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-top.hero {
    padding-top: 96px;
  }

  .section-top.below-title {
    padding-top: 60px;
  }

  .section-top.team-member-section,
  .section-top.account-section,
  .section-top.seo-hero-section {
    padding-top: 72px;
  }

  .section-top.title,
  .section-service.title {
    padding-top: 144px;
  }

  .section-service.logos {
    padding-top: 72px;
  }

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

  .section-service.project-inner-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-service.hero {
    padding-top: 96px;
  }

  .section-service.below-title {
    padding-top: 60px;
  }

  .section-service.team-member-section,
  .section-service.account-section,
  .section-service.seo-hero-section {
    padding-top: 72px;
  }

  .section-service.title {
    padding-top: 144px;
  }

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

  .section-cta.logos {
    padding-top: 72px;
  }

  .section-cta.service-details {
    padding-bottom: 0;
  }

  .section-cta.project-inner-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-cta.hero {
    padding-top: 96px;
  }

  .section-cta.below-title {
    padding-top: 60px;
  }

  .section-cta.team-member-section,
  .section-cta.account-section,
  .section-cta.seo-hero-section {
    padding-top: 72px;
  }

  .section-cta.title,
  .section-client-pc.title {
    padding-top: 144px;
  }

  .section-client-pc.logos {
    padding-top: 72px;
  }

  .section-client-pc.service-details {
    padding-bottom: 0;
  }

  .section-client-pc.project-inner-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-client-pc.hero {
    padding-top: 96px;
  }

  .section-client-pc.below-title {
    padding-top: 60px;
  }

  .section-client-pc.team-member-section,
  .section-client-pc.account-section,
  .section-client-pc.seo-hero-section {
    padding-top: 72px;
  }

  .section-client-pc.title,
  .section-address.title {
    padding-top: 144px;
  }

  .section-address.logos {
    padding-top: 72px;
  }

  .section-address.service-details {
    padding-bottom: 0;
  }

  .section-address.project-inner-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-address.hero {
    padding-top: 96px;
  }

  .section-address.below-title {
    padding-top: 60px;
  }

  .section-address.team-member-section,
  .section-address.account-section,
  .section-address.seo-hero-section {
    padding-top: 72px;
  }

  .section-address.title,
  .section-us.title {
    padding-top: 144px;
  }

  .section-us.logos {
    padding-top: 72px;
  }

  .section-us.service-details {
    padding-bottom: 0;
  }

  .section-us.project-inner-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-us.hero {
    padding-top: 96px;
  }

  .section-us.below-title {
    padding-top: 60px;
  }

  .section-us.team-member-section,
  .section-us.account-section,
  .section-us.seo-hero-section {
    padding-top: 72px;
  }

  .section-us.title {
    padding-top: 144px;
  }

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

  .menu-icon4_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon4_line-middle-base {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .navbar21_menu-right {
    width: 100%;
    max-width: none;
    height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 5vw;
  }

  .navbar21_link-wrapper {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-icon4_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .navbar21_menu-right-text-wrapper {
    width: 100%;
  }

  .navbar21_link-large {
    font-size: 2.5rem;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar21_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .menu-icon4_line-bottom,
  .menu-icon4_line-top {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar21_menu-right-content-wrapper {
    width: 100%;
    max-width: none;
  }

  .navbar21_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar21_bottom-background-overlay-tablet {
    z-index: -1;
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
    min-width: 100vw;
    height: auto;
    margin-left: -5vw;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .navbar21_menu-left {
    grid-template-columns: 1fr;
    width: 100%;
    padding-bottom: 0;
    padding-right: 5vw;
  }

  .navbar21_menu-right-item {
    width: 100%;
  }

  .navbar21_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar21_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

  .navbar21_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar21_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar21_menu-links-wrapper {
    padding-top: 2rem;
  }

  .navbar21_bottom {
    padding-bottom: 8rem;
    position: static;
  }

  .menu-icon4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .navbar21_container {
    grid-auto-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar21_menu-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
  }

  .navbar21_menu {
    flex-direction: column;
    justify-content: center;
    overflow: auto;
  }

  .padded-content-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-section-2 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column-reverse;
    display: flex;
  }

  .grid-section-2.ch {
    flex-flow: column;
  }

  .grid-section-3 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
    display: flex;
  }

  .section--partner.pb-0.pt-0.oc-top {
    padding-top: 40px;
  }

  .text-size-medium-2.text-weight-semibold.mb-10 {
    letter-spacing: normal;
  }

  .heading-style-h1-2 {
    font-size: 3.25rem;
  }

  .heading-style-h1-2.about {
    font-size: 2.4rem;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .portfolio-div-block9_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
  }

  .more-about-btn-wrapper {
    max-width: 100%;
    margin-top: 3rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .layout348_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .content29_content-wrapper {
    margin-bottom: 3rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .content18_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .content23_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .heading-style-h2-2.private-member.mb-10 {
    font-size: 2.5rem;
  }

  .heading-style-h2-3 {
    font-size: 2.75rem;
  }

  .portfolio5_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .portfolio5_list.corporate-partner.lr-0 {
    grid-column-gap: 1rem;
  }

  .table3_column.is-width-large {
    padding-left: .5rem;
    padding-right: 0;
  }

  .table3_item {
    grid-template-columns: .5fr 1fr;
    min-width: auto;
  }

  .table3_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .table3_component.mw-100 {
    width: 100%;
    max-width: 100%;
  }

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

  .table3_header-row {
    min-width: 72rem;
  }

  .text-block-7.private-member.info-contents {
    padding-left: 0;
    padding-right: .5rem;
  }

  .portfolio-div-block9_content-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .heading-style-h1-3 {
    font-size: 3.25rem;
  }

  .heading-style-h1-3.collaboration-partner-title {
    font-size: 2rem;
  }

  .heading-style-h1-3.about {
    font-size: 2.4rem;
  }

  .image-marquee-item-3 {
    max-height: 300px;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h2-5 {
    font-size: 2.75rem;
  }

  .category-filter-menu.is-center.no-scrollbar {
    overflow: scroll;
  }

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

  .blog11_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-mini-2 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .news_list_item {
    grid-column-gap: 2rem;
  }

  .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .image-marquee-item-4 {
    max-height: 300px;
  }

  .heading-style-h2-6 {
    font-size: 2.75rem;
  }

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

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

  .layout19_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .testimonial5_grid-list {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .pricing-plan-mini-3 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .padded-content-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-section-copy {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column-reverse;
    display: flex;
  }

  .grid-section-copy._2.about {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-section-copy._2.about.mt-2 {
    margin-top: 2rem;
  }

  .grid-section-copy._2.about.mt-2.imgmap.floor-map-container,
  .grid-section-copy._3 {
    flex-flow: column;
  }

  .grid-section-copy._3.about {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .padded-content-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .blog3_list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .show-on-mobile-2,
  .show-on-mobile-3 {
    display: none;
  }

  .text-size-medium-8.private-member {
    line-height: 1.6em;
  }

  .program-title {
    margin-bottom: .5rem;
  }

  .header-text {
    font-size: 7vw;
  }

  .footer-top-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: stretch start;
    margin-top: 20px;
    display: grid;
  }

  .features-2 {
    grid-column-gap: 0vw;
    grid-row-gap: 3rem;
    flex-direction: column;
    width: 100%;
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-wrapper-2 {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    margin-top: 8rem;
  }

  .integrations-component-2 {
    grid-column-gap: 4rem;
  }

  .container-6 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .scroll-marquee-size-2 {
    letter-spacing: 0;
    font-size: 11rem;
  }

  .features-image-2 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .section-7.title {
    padding-top: 144px;
  }

  .heading-10 {
    font-size: 2rem;
  }

  .home-cards-grid-2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .container-7 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .image-marquee-item-5 {
    max-height: 300px;
  }

  .faq-action-2 {
    width: 3rem;
    height: 3rem;
  }

  .tab-content-2 {
    padding-bottom: 8rem;
  }

  .heading-11 {
    font-size: 3rem;
  }

  .heading-12 {
    font-size: 2.3rem;
  }

  .title-large-2 {
    font-size: 40px;
    line-height: 1.2em;
  }

  .home-card-item-wrap-2 {
    max-width: none;
  }

  .heading-13 {
    font-size: 2.5rem;
  }

  .heading-13.text-weight-light {
    letter-spacing: 0;
  }

  .text-size-xlarge-2 {
    font-size: 1.6rem;
  }

  .title-large-copy {
    font-size: 40px;
    line-height: 1.2em;
  }

  .footer-flex-2 {
    justify-content: flex-start;
  }

  .footer-small-text-2 {
    line-height: 1.4;
  }

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

  .padding-footer-2 {
    padding-top: 2rem;
  }

  .footer-top-grid-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .custom-btn-wrapper.mt-2 {
    justify-content: center;
  }

  .custom-btn-wrapper.btn_col2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .f-external-link-wrapper {
    display: none;
  }

  .f-external-link-wrapper.d-none {
    display: flex;
  }

  .f-social-wrapper {
    display: block;
  }

  .subnav {
    grid-row-gap: .5rem;
  }

  .subnav.d-none,
  .subnav.d-none.mt-4 {
    display: none;
  }

  .info-item {
    grid-template-columns: 120px 1fr;
  }

  .right-marquee-3 {
    justify-content: center;
    align-items: center;
    margin-right: 2rem;
  }

  .right-marquee-3.sp {
    margin-left: 2rem;
  }

  .scroll-marquee-home-ver {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 8rem;
  }

  .scroll-marquee-home-ver.psition-absolute {
    display: none;
  }

  .scroll-marquee-home-ver.psition-absolute.sp {
    display: flex;
  }

  .whats-new-txt {
    font-size: 15px;
    line-height: 1.4em;
  }

  .mobile-member-btn-wrapper {
    display: flex;
  }

  .mobile-member-btn-wrapper.mt-4 {
    text-align: left;
    justify-content: center;
    width: 100%;
    margin-top: 2rem;
  }

  .speacer-mobile-menu {
    width: 100%;
    height: 1px;
    max-height: 1px;
  }

  .sp-member-embed {
    width: 100%;
    font-family: BDO Grotesk;
  }

  .text-block-19 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: REDHOT, Georgia, sans-serif;
    font-size: 20px;
    line-height: 1.4em;
  }

  .pm-link-txt {
    color: #000000b3;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 0;
    font-family: REDHOT, Georgia, sans-serif;
    font-size: 20px;
    line-height: 1.4em;
    display: none;
  }

  .pm-child-link-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-left: 40px;
    display: flex;
  }

  .div-block-3,
  .layout350_desktop-image-wrapper {
    display: none;
  }

  .layout350_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

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

  .padding-section-large-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout350_content {
    height: auto;
  }

  .layout350_mobile-image {
    position: static;
  }

  .layout350_mobile-image-wrapper {
    aspect-ratio: 1;
    width: 100%;
    margin-top: 2.5rem;
    display: block;
  }

  .layout350_tabs-menu {
    display: none;
  }

  .layout350_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logo_mobile_tablet {
    display: flex;
  }

  .logoanimation.light {
    width: 100%;
    margin-top: 0;
  }

  .logoanimation.light.mb {
    margin-top: 139px;
  }

  .home-card-item-wrap-3 {
    max-width: none;
  }

  .home-card-item-wrap-3.mw-100 {
    flex-flow: column;
  }

  .cta-box-image-2 {
    max-width: 100%;
  }

  .faq-bottom-content-2 {
    grid-template-columns: 1fr .25fr;
    padding-bottom: 3rem;
  }

  .grid-section-4 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column-reverse;
    display: flex;
  }

  .grid-section-4.ch {
    flex-flow: column;
  }

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

  .padded-content-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-box-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: center;
    display: grid;
  }

  .image-marquee-item-6,
  .image-marquee-item-7 {
    max-height: 300px;
  }

  .grid-section-5 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
    display: flex;
  }

  .container-8 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .title-large-3 {
    font-size: 40px;
    line-height: 1.2em;
  }

  .title-large-3.long-text.top {
    font-size: 30px;
  }

  .home-cards-grid-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cta-box-contents-2 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .heading-14 {
    font-size: 2.5rem;
  }

  .heading-14.text-weight-light {
    letter-spacing: 0;
  }

  .heading-14.text-weight-light.mobile,
  .heading-14.text-weight-regular.mobile {
    font-size: 1.8rem;
  }

  .integrations-component-3 {
    grid-column-gap: 4rem;
  }

  .home-card-item-wrap-4 {
    max-width: none;
  }

  .home-card-item-wrap-4.mw-100 {
    flex-flow: column;
  }

  .cta-box-image-3 {
    max-width: 100%;
  }

  .faq-bottom-content-3 {
    grid-template-columns: 1fr .25fr;
    padding-bottom: 3rem;
  }

  .grid-section-6 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column-reverse;
    display: flex;
  }

  .grid-section-6.ch {
    flex-flow: column;
  }

  .padded-content-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .title-small-8.body {
    letter-spacing: .02em;
    font-size: 22px;
  }

  .image-marquee-item-8,
  .image-marquee-item-9 {
    max-height: 300px;
  }

  .grid-section-7 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
    display: flex;
  }

  .container-9 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .home-cards-grid-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-15 {
    font-size: 2.5rem;
  }

  .heading-15.text-weight-light {
    letter-spacing: 0;
  }

  .heading-15.text-weight-light.mobile,
  .heading-15.text-weight-regular.mobile {
    font-size: 1.8rem;
  }

  .integrations-component-4 {
    grid-column-gap: 4rem;
  }

  .icon_h-bar-2 {
    border-radius: 50%;
    width: .9375rem;
    height: .125rem;
  }

  .search_filter_item_list-2 {
    width: 92%;
  }

  .search_checkbox_wrapper-2,
  .search_sort_box {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .search_button_switch_icon {
    width: 1rem;
    height: 1rem;
    position: static;
    inset: 26% 0% 0% auto;
    transform: none;
  }

  .icon_v-bar-2 {
    border-radius: 50%;
    width: .125rem;
    height: .9375rem;
  }

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

  .search_filter_item_wrapper-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .search_sort_wrapper {
    grid-template-columns: 1fr 24%;
  }

  .contact-modal5_content-wrapper {
    padding: 4rem 5%;
  }

  .contact-modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .banne9_icon-wrapper {
    display: none;
  }

  .follow-links {
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .follow-icon-wrapper {
    display: none;
  }

  .follow-link.youtube:hover {
    background-color: #0000;
  }

  .follow-link.twitter:hover {
    color: var(--dark);
    background-color: #0000;
  }

  .follow-link.podcast:hover,
  .follow-link.note:hover {
    color: var(--dark);
    background-color: #0000;
  }

  .follow-link.facebook:hover,
  .follow-link.instagram:hover {
    background-color: #0000;
  }

  .follow-link.twitter.sns_page:hover {
    background-color: #989b9c;
  }

  .follow-link.youtube.sns_page:hover {
    background-color: #fc0d1c;
  }

  .follow-link.podcast {
    justify-content: center;
  }

  .follow-link.facebook.sns_page:hover {
    background-color: #3b5998;
  }

  .follow-link.note.sns_page:hover {
    background-color: #279c89;
  }

  .follow-link.instagram.sns_page:hover {
    background-color: #f83f5a;
  }

  .follow {
    padding-left: 12px;
    display: none;
  }

  .follow-button {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .dropdown-card-small {
    min-width: auto;
  }

  .navigation-mobile-menu {
    color: #fff;
    background-color: #030711;
    border-radius: 44px;
    flex: none;
    padding: 12px;
  }

  .navigation-mobile-menu.w--open {
    color: #fff;
    background-color: #030711;
    border-color: #0000;
  }

  .navigation-search {
    flex: none;
  }

  .dropdown-main-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .search-toggle {
    justify-content: space-between;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .navigation-logo-link {
    margin-right: 0;
  }

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

  .navigation-button-group.mobile {
    display: none;
  }

  .search-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-right {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

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

  .dropdown-card {
    min-width: auto;
  }

  .navigation {
    position: relative;
  }

  .navigation-dropdown-list {
    position: static;
  }

  .navigation-dropdown-list.w--open {
    margin-bottom: 12px;
    margin-left: 0%;
    padding-top: 0;
    position: relative;
  }

  .navigation-dropdown-list.right.w--open {
    position: static;
  }

  .navigation-scroll {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navigation-link-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navigation-menu-fill {
    background-color: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 12px 5%;
  }

  .navigation-menu-fill.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-search-menu {
    background-color: #fff;
    border-bottom: 1px solid #e5e7eb;
  }

  .navigation-search-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-dropdown-toggle {
    padding-left: 0;
  }

  .navigation-link {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-menu {
    background-color: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 12px 5%;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .nav-link-3 {
    justify-content: flex-start;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-link-3.w--open {
    color: #fff;
    background-color: #7070c2;
    width: 100%;
  }

  .nav-dropdown-card-small {
    box-shadow: none;
  }

  .nav-line-break {
    display: none;
  }

  .nav-menu-3 {
    background-color: #fff;
    height: auto;
    position: absolute;
  }

  .nav-dropdown-toggle {
    justify-content: flex-start;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-dropdown-toggle.w--open {
    color: #fff;
    background-color: #4255bd;
    width: 100%;
  }

  .nav-button-group {
    display: none;
  }

  .nav-brand {
    margin-right: 10px;
    padding: 0;
  }

  .nav-dropdown-list-small.w--open {
    padding-top: 0;
    position: static;
  }

  .nav-menu-button-3 {
    color: #4255bd;
    background-color: #f4f5fb;
    border-radius: 8px;
    margin-left: 0;
    padding: 12px;
    transition: all .3s;
  }

  .nav-menu-button-3:hover {
    color: #fff;
    background-color: #4255bd;
  }

  .nav-menu-button-3.w--open {
    background-color: #4255bd;
  }

  .nav-dropdown {
    width: 100%;
  }

  .navigation-form-block {
    max-width: none;
    margin-bottom: 4px;
  }

  .navigation-scroll-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .button-language {
    display: none;
  }

  .follow-links-2 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .follow-2,
  .follo {
    padding-left: 12px;
    display: none;
  }

  .search_conditions_box {
    grid-column-gap: 0rem;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .search_title {
    justify-content: center;
  }

  .search_filter_item_wrapper-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .search_full_container {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .search_filter_item_list-3 {
    width: 92%;
  }

  .button-24.member.sp {
    min-width: auto;
  }

  .search_filter_item_wrapper-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .search_filter_item_list-4 {
    width: 92%;
  }

  .button-26.member.sp {
    min-width: auto;
  }

  .modal-overlay {
    display: none;
  }

  .button-language-2 {
    display: flex;
  }

  .button-language-2.member-site-link {
    display: none;
  }

  .follow-links-black {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .follow-links-black.mobile {
    border-top: 1px solid #000;
    margin-top: 40px;
    padding-left: 12px;
    display: flex;
  }

  .follow-3 {
    padding-left: 12px;
    display: none;
  }

  .field-icon {
    color: #a1a1a3;
  }

  .icon-regular-2 {
    justify-content: center;
    align-items: center;
  }

  .modal {
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .follow-button-2 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .navigation-mobile-menu-2 {
    color: #fff;
    background-color: #030711;
    border-radius: 44px;
    flex: none;
    width: 40px;
    height: 40px;
    padding: 8px 12px 12px;
  }

  .navigation-mobile-menu-2.w--open {
    color: #fff;
    background-color: #030711;
    border-color: #0000;
  }

  .nav-dropdown-toggle-2 {
    justify-content: flex-start;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-dropdown-toggle-2.w--open {
    color: #fff;
    background-color: #4255bd;
    width: 100%;
  }

  .icon-regular-3 {
    color: #fff;
  }

  .follow-icon-wrapper-2 {
    display: none;
  }

  .nav-dropdown-list-small-2.w--open {
    padding-top: 0;
    position: static;
  }

  .nav-dropdown-2 {
    width: 100%;
    display: none;
  }

  .modal-close-button-square {
    color: #797e88;
    background-color: #161616;
    border-radius: 20px;
  }

  .nav-dropdown-card-small-2 {
    box-shadow: none;
  }

  .navigation-menu-2 {
    background-color: #fff;
    border-bottom: 1px solid #e5e7eb;
    height: 100vh;
    padding: 12px 5%;
  }

  .navigation-menu-2.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-link-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 0;
  }

  .navigation-link-2.mobile-menu {
    display: block;
  }

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

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

  .slide_img_wrapper.mb {
    aspect-ratio: 3 / 4;
    height: 100vh;
  }

  .image-36 {
    width: 28%;
    max-width: 100%;
    margin-top: 0;
  }

  .image-36.sp-logo {
    width: 28%;
    position: absolute;
    top: 25%;
  }

  .navigation-link-3 {
    width: 100%;
    padding-left: 20px;
    padding-right: 0;
  }

  .navigation-link-3.mobile-menu {
    display: block;
  }

  .code-embed-4.notion:hover,
  .icon-small-5.icon_dark.xtwitter:hover,
  .icon-8.icon_dark.yutube:hover,
  .icon-9.icon_dark.fb:hover,
  .icon-10.icon_dark.insta:hover {
    color: var(--dark);
  }

  .layout497_tabs-content {
    padding-left: 1.5rem;
  }

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

  .layout497_tabs {
    grid-column-gap: 3rem;
  }

  .layout497_inner-wrapper {
    padding-right: 1.5rem;
  }

  .layout350_desktop-image-wrapper-2 {
    display: none;
  }

  .layout350_component-2 {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
  }

  .layout350_content-2 {
    height: auto;
  }

  .layout350_mobile-image-wrapper-2 {
    aspect-ratio: 1;
    width: 100%;
    margin-top: 2rem;
    display: block;
  }

  .layout350_tabs-menu-2 {
    display: none;
  }

  .layout350_content-wrapper-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cp-category-filter-menu.is-center.no-scrollbar {
    overflow: scroll;
  }

  .breadcrumb-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .follow-links-black-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

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

  .image-40.sp-logo {
    opacity: .1;
    min-width: 380%;
  }

  .terms-sidebar-2 {
    max-width: none;
    position: static;
  }

  .portfolio-div-block9_content-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
  }

  .padding-section-large-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .terms-sidebar-3 {
    max-width: none;
    position: static;
  }

  .container-10,
  .container-11 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-wrapper-mb {
    margin-top: 0;
    display: block;
  }

  .button-icon-badge {
    flex: none;
  }

  .image-marquee-item-2-copy {
    max-height: 300px;
  }

  .title-wrapper {
    max-width: 80rem;
  }

  .hero-heading {
    letter-spacing: 4px;
    font-size: 24px;
  }

  .portfolio-div-block9_content-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
  }

  .info-item-2 {
    grid-template-columns: 120px 1fr;
  }

  .text-size-medium-17.text-weight-semibold.mb-10 {
    letter-spacing: normal;
  }

  .portfolio-div-block9_content-5 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
  }

  .text-size-medium-18.text-weight-semibold.mb-10 {
    letter-spacing: normal;
  }

  .portfolio-div-block9_content-6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
  }

  .text-size-medium-19.text-weight-semibold.mb-10 {
    letter-spacing: normal;
  }

  .integrations-5 {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .integrations-5.border-bottom {
    border-bottom: 1px #0000001f;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .integrations-5.border-bottom.mt-1 {
    border-bottom-style: none;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .follow-links-black-3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .follow-links-black-sns {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }
}

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

  .section.contact-footer,
  .section.last-section,
  .section.bottom-cta {
    padding-bottom: 144px;
  }

  .section.bottom-cta.summary.sp {
    padding-top: 20px;
  }

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

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

  .section.title {
    padding-top: 96px;
  }

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

  .section.mt-0.mb-0.hidden {
    display: none;
  }

  .section.lower-level-section.mt-35 {
    padding-top: 20px;
  }

  .section.lower-level-section.tunagu {
    padding-top: 100px;
  }

  .title-large {
    font-size: 40px;
    line-height: 1.2em;
  }

  .title-large.long-text.mt-4 {
    margin-top: 2rem;
  }

  .title-large.long-text.top {
    font-size: 26px;
  }

  .title-large.long-text.top.desktop {
    font-size: 20px;
  }

  .title-medium {
    font-size: 32px;
    line-height: 1.3em;
  }

  .title-medium.long-text {
    font-size: 25px;
  }

  .title-small {
    font-size: 25px;
    line-height: 1.3em;
  }

  .title-small.logo-grid-title {
    margin-bottom: 12px;
  }

  .title-small.body {
    font-size: 15px;
  }

  .subheading {
    font-size: 20px;
    line-height: 1.4em;
  }

  .large-text.testimonial-card-text {
    margin: 0;
  }

  .small-text {
    font-size: 12px;
    line-height: 1.5em;
  }

  .footer-copyright-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rounded-edges.team-modal-image,
  .content-long.centered {
    max-width: 100%;
  }

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

  .contact-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .accordion-title-icon.large {
    min-height: 20px;
  }

  .process-contents {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
    display: flex;
  }

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

  .cta-box {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .cta-box-image {
    max-width: 100%;
  }

  .cta-box-contents {
    padding: 0;
  }

  .hover-image-link.mega {
    width: 100%;
  }

  .horizontal-text-item {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .testimonial-card-d-contents {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .image-marquee-item {
    max-height: 200px;
  }

  .tabs {
    width: 100%;
  }

  .tabs.categories {
    width: auto;
  }

  .tab-link {
    flex: 1;
  }

  .tab-link.inside-categories.w--current {
    flex: none;
  }

  .quote-slide {
    height: 500px;
  }

  .page-title {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .benefit-box {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    height: auto;
  }

  .article blockquote {
    font-size: 18px;
    line-height: 1.5em;
  }

  .wide-project.inside-slider {
    width: 517px;
    height: 345px;
  }

  .hero-marquee-item {
    max-height: 345px;
  }

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

  .show-on-mobile {
    display: block;
  }

  .hide-on-mobile {
    display: none;
  }

  .metric {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .title-huge {
    font-size: 81px;
  }

  .case-study-wide-bottom {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial-card {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    width: 345px;
    min-height: auto;
  }

  .wide-cta-box {
    height: 400px;
  }

  .metric-description {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .expertise-grid {
    flex-flow: column;
    display: flex;
  }

  .grid-section._2 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .grid-section._3 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .grid-section._1 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .marquee-box {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .action-box-text {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

  .tryptich-image {
    aspect-ratio: 1;
  }

  .tryptich-content {
    order: -1;
  }

  .process-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    font-size: 18px;
    line-height: 1.4em;
  }

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

  .team-marquee-image {
    max-height: 250px;
  }

  .location-box {
    aspect-ratio: 1;
  }

  .team-grid {
    grid-column-gap: 12px;
    grid-row-gap: 60px;
  }

  .ethos-box {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .timeline-slide {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-bottom: 24px;
    padding-top: 12px;
  }

  .form-section-text {
    max-width: 100%;
  }

  .modal-body {
    padding-top: 48px;
  }

  .author-blog-grid {
    flex-flow: column;
    display: flex;
  }

  ._404 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .style-guide {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .color-swatch {
    height: 96px;
  }

  .account-contents {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .terms-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .terms-article blockquote {
    font-size: 18px;
    line-height: 1.5em;
  }

  .marquee-screenshot {
    max-width: 250px;
  }

  .figma-bar {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px;
  }

  .figma-icon-wrapper {
    background-color: #0000;
    padding: 0;
  }

  .figma-cta-buttons {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .mega-dropdown-columns {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .mega-dropdown-cta.w--current {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    display: grid;
  }

  .mega-dropdown-text {
    max-width: 180px;
  }

  .plus-icon-circle {
    background-image: none;
  }

  .bento-wrapper {
    max-width: none;
  }

  .bento-wrapper.sp-none {
    display: none;
  }

  .bento-wrapper.mw-100 {
    text-align: center;
    justify-content: flex-start;
    min-width: auto;
  }

  .faq-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .faq-component.mb-0 {
    margin-top: 0;
  }

  .middle-slide-item {
    width: 3rem;
    height: 3rem;
  }

  .sticky-wrapper {
    display: none;
  }

  .max-width-35ch {
    max-width: none;
  }

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

  .footer-logo {
    height: auto;
    font-size: 2.5rem;
  }

  .bottom-overlay {
    display: flex;
  }

  .navbar-grid {
    align-items: center;
    width: 100%;
  }

  .footer-top-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 6rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 12rem;
  }

  .heading-6 {
    font-size: 2.5rem;
  }

  .max-width-40ch {
    max-width: none;
  }

  .home-card-image {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 0;
    max-height: none;
    display: flex;
  }

  .text-size-xhuge.text-weight-medium {
    font-size: 2rem;
  }

  .bottom-hero-content {
    justify-content: space-between;
    align-items: center;
  }

  .hero-content-wrapper-2 {
    height: 84vh;
  }

  .tab-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 2rem;
  }

  .scroll-marquee {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .navbar-3 {
    width: 0;
  }

  .preloader-logo {
    height: 4rem;
  }

  .nav-menu-button-2 {
    right: 2.75rem;
  }

  .accordion-component-grid {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .accordion-answer-text {
    padding-top: 2rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .cards-wrapper {
    margin-top: 6rem;
  }

  .cards-wrapper.mt-0 {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

  .faq-heading-wrapper {
    grid-row-gap: 2rem;
    align-items: flex-start;
  }

  .home-cards-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .component-navbar {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .button-text-2.is-alternate-nav,
  .button-text-2.is-nav {
    font-size: 3rem;
  }

  .integrations-div-block {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    margin-top: 2rem;
  }

  .integrations-div-block.whatnew.mw-100 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .integrations-div-block.mt-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
  }

  .integrations-div-block.mt-3.sp {
    display: none;
  }

  .integrations-div-block.our-services.mw-100 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .integrations-div-block.our-services.mw-100.y-top {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    align-items: center;
  }

  .integrations-div-block.our-services.mw-100.y-top.mb-3 {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

  .integrations-div-block.our-services.mw-100.y-top.mb-3.mt-0 {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .integrations-div-block.our-services.mw-100.y-top.mb-3.mt-2,
  .integrations-div-block.mw-100 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .integrations-div-block.mw-100.oc-top {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-top: 2rem;
  }

  .integrations-div-block.mw-100.au-top,
  .integrations-div-block.mw-100.fq-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .integrations.border-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-bottom: 1px none var(--border-dark);
    padding-bottom: 1rem;
  }

  .integrations.border-bottom.mt-1 {
    padding-bottom: 1rem;
  }

  .frame-text-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .scroll-marquee-size {
    font-size: 8rem;
  }

  .scroll-marquee-size.sp {
    text-align: center;
    font-size: 4.8rem;
  }

  .text-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .container.mt-3 {
    margin-top: 4rem;
  }

  .heading-4 {
    font-size: 2rem;
  }

  .heading-4.text-weight-light.mobile,
  .heading-4.text-weight-regular.mobile {
    font-size: 1.3rem;
  }

  .tab-content {
    padding-bottom: 4rem;
  }

  .tabs-menu {
    margin-bottom: -20px;
    margin-right: -40px;
    padding-bottom: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .sticky-title-2 {
    position: static;
  }

  .integrations-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 4rem;
  }

  .faq-title-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer-bottom-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .brand {
    display: none;
  }

  .padding-global-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .dot {
    width: 8px;
    height: 8px;
    bottom: 20px;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .text-size-large-2.line-height-150.regular-mobile {
    font-size: 1rem;
  }

  .tab-link-features {
    white-space: pre;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .heading-style-h1 {
    font-size: 4rem;
  }

  .marquee-image.hide-mobile {
    display: none;
  }

  .footer-small-text {
    text-transform: none;
  }

  .features {
    grid-row-gap: 0rem;
  }

  .text-size-xlarge {
    font-size: 1.5rem;
  }

  .faq-action {
    width: 2.5rem;
    height: 2.5rem;
  }

  .heading-5 {
    line-height: 1.3;
  }

  .features-image {
    order: -1;
    width: 100vw;
    height: 100vw;
  }

  .faq-bottom-content {
    grid-template-columns: 1fr;
  }

  .footer-utility-pages-flex {
    justify-content: flex-start;
    align-items: center;
  }

  .integrations-component {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .integrations-component.access-contact-us {
    grid-template-columns: auto;
  }

  .home-cards-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sticky-services-2 {
    flex-flow: column;
    margin-bottom: 4rem;
  }

  .image-marquee-item-2 {
    max-height: 200px;
  }

  .button-text-wrap.is-nav {
    height: 3rem;
  }

  .integrations-content,
  .integrations-content.bigger,
  .integrations-content.bigger.home {
    max-width: none;
  }

  .tabs-features-content {
    width: 60%;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .heading-content-item.align-bottom {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .back-to-top-link {
    bottom: 33%;
  }

  .section-clients {
    padding-top: 52px;
  }

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

  .section-top.contact-footer,
  .section-top.last-section,
  .section-top.bottom-cta {
    padding-bottom: 144px;
  }

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

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

  .section-top.title {
    padding-top: 96px;
  }

  .section-service {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-service.contact-footer,
  .section-service.last-section,
  .section-service.bottom-cta {
    padding-bottom: 144px;
  }

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

  .section-service.account-section {
    padding-top: 48px;
  }

  .section-service.title {
    padding-top: 96px;
  }

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

  .section-service.ss-top {
    padding-top: 40px;
    padding-bottom: 20px;
  }

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

  .section-cta.contact-footer,
  .section-cta.last-section,
  .section-cta.bottom-cta {
    padding-bottom: 144px;
  }

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

  .section-cta.account-section {
    padding-top: 48px;
  }

  .section-cta.title {
    padding-top: 96px;
  }

  .section-client-pc {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-client-pc.contact-footer,
  .section-client-pc.last-section,
  .section-client-pc.bottom-cta {
    padding-bottom: 144px;
  }

  .section-client-pc.project-inner-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-client-pc.account-section {
    padding-top: 48px;
  }

  .section-client-pc.title {
    padding-top: 96px;
  }

  .section-address {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section-address.contact-footer,
  .section-address.last-section,
  .section-address.bottom-cta {
    padding-bottom: 144px;
  }

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

  .section-address.account-section {
    padding-top: 48px;
  }

  .section-address.title {
    padding-top: 96px;
  }

  .section-us {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-us.contact-footer,
  .section-us.last-section,
  .section-us.bottom-cta {
    padding-bottom: 144px;
  }

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

  .section-us.account-section {
    padding-top: 48px;
  }

  .section-us.title {
    padding-top: 96px;
  }

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

  .navbar21_menu-right {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar21_link-large {
    font-size: 1.5rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .navbar21_menu-left {
    grid-row-gap: 2.5rem;
  }

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

  .navbar21_menu-links-wrapper {
    flex-direction: column;
    padding-top: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar21_component {
    min-height: 4rem;
  }

  .navbar21_menu-wrapper {
    padding-top: 4rem;
  }

  .padded-content-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .title-small-2 {
    font-size: 25px;
    line-height: 1.3em;
  }

  .section-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .title-small-3 {
    font-size: 25px;
    line-height: 1.3em;
  }

  .section-6,
  .section--partner {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section--partner.pb-0.pt-0 {
    padding-top: 52px;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .heading-style-h1-2.about {
    font-size: 1.8rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .portfolio-div-block9_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .layout348_desktop-image-wrapper {
    display: none;
  }

  .layout348_mobile-image-wrapper {
    width: 100%;
    margin-top: 2.5rem;
    display: block;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .layout348_content {
    height: auto;
  }

  .layout348_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .layout348_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout348_mobile-image {
    position: static;
  }

  .content29_author-wrapper {
    flex-flow: column;
  }

  .content29_content-wrapper {
    margin-bottom: 2rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .content18_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .content20_content-right.event_detail.l-0 {
    padding-left: 0;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .content23_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .heading-style-h2-2.private-member {
    margin-bottom: 20px;
  }

  .heading-style-h2-2.private-member.mb-10 {
    font-size: 2.2rem;
    line-height: 1.2em;
  }

  .heading-style-h2-3 {
    font-size: 2.25rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h5.collaboration-partner.bold {
    font-size: 1rem;
  }

  .portfolio5_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .table3_pagination-page-button-wrapper {
    display: none;
  }

  .table3_component {
    grid-row-gap: 3rem;
  }

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

  .portfolio-div-block9_content-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h1-3 {
    font-size: 2.5rem;
  }

  .heading-style-h1-3.collaboration-partner-title {
    font-size: 2rem;
  }

  .heading-style-h1-3.about {
    font-size: 1.8rem;
  }

  .image-marquee-item-3 {
    max-height: 200px;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h2-5 {
    font-size: 2.25rem;
  }

  .heading-style-h2-5.about {
    font-size: 2.2rem;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .category-filter-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .testimonial22_card {
    padding: 1.5rem;
  }

  .testimonial22_grid-list,
  .testimonial22_grid-list.program-event {
    grid-template-columns: 1fr;
  }

  .category-filter-link.last-link {
    margin-right: 2rem;
  }

  .blog11_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .max-width-large-2.mw-100.margin-top-lerning {
    padding-top: 40px;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .news_list_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .image-marquee-item-4 {
    max-height: 200px;
  }

  .heading-style-h2-6 {
    font-size: 2.25rem;
  }

  .team2_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .text-size-medium-5 {
    font-size: 1rem;
  }

  .team2_image-wrapper {
    height: 100%;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .layout19_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-6 {
    font-size: 1rem;
  }

  .heading-style-h6-2 {
    font-size: 1.125rem;
  }

  .divider-vertical {
    display: none;
  }

  .testimonial5_client {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .testimonial5_client-info {
    margin-bottom: 1rem;
  }

  .testimonial5_client-image-wrapper {
    text-align: left;
  }

  .testimonial5_grid-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .vertical-section-3 {
    align-items: center;
  }

  .grid-section-copy._2.about.mt-2.imgmap.floor-map-container {
    flex-flow: column;
  }

  .grid-section-copy._3 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .blog3_list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .blog3_list.collaboration-partner {
    grid-row-gap: 1rem;
  }

  .blog3_item-content {
    padding: 1rem;
  }

  .text-size-medium-7 {
    font-size: 1rem;
  }

  .show-on-mobile-2 {
    display: block;
  }

  .hide-on-mobile-2 {
    display: none;
  }

  .show-on-mobile-3 {
    display: block;
  }

  .hide-on-mobile-3 {
    display: none;
  }

  .text-size-medium-8 {
    font-size: 1rem;
  }

  .header-text {
    font-size: 6vw;
  }

  .footer-top-grid-2 {
    grid-column-gap: 4rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }

  .event_detail_grid.mt-60 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .tab-wrapper-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 6rem;
  }

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

  .scroll-marquee-size-2 {
    font-size: 8rem;
  }

  .features-image-2 {
    order: -1;
  }

  .section-7 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-7.title {
    padding-top: 96px;
  }

  .heading-10 {
    line-height: 1.3;
  }

  .home-cards-grid-2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .home-card-image-2 {
    justify-content: center;
    align-items: center;
    height: 20rem;
    min-height: 0;
    max-height: none;
    display: flex;
  }

  .image-marquee-item-5 {
    max-height: 200px;
  }

  .faq-action-2 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .tab-content-2 {
    padding-bottom: 4rem;
  }

  .max-width-40ch-2 {
    max-width: none;
  }

  .heading-11 {
    font-size: 2.5rem;
  }

  .title-large-2 {
    font-size: 40px;
    line-height: 1.2em;
  }

  .integrations-div-block-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .integrations-content-2,
  .integrations-content-2.bigger {
    max-width: none;
  }

  .padding-global-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-13 {
    font-size: 2rem;
  }

  .text-size-xlarge-2 {
    font-size: 1.5rem;
  }

  .title-large-copy {
    font-size: 40px;
    line-height: 1.2em;
  }

  .title-large-copy.long-text.mt-4 {
    margin-top: 2rem;
  }

  .title-large-copy.long-text.top {
    font-size: 31px;
  }

  .footer-small-text-2 {
    line-height: 1.3;
  }

  .footer-utility-pages-flex-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-bottom-grid-2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .padding-footer-2 {
    padding-top: 2rem;
  }

  .footer-logo-2 {
    height: auto;
    font-size: 2.5rem;
  }

  .footer-top-grid-3 {
    grid-column-gap: 4rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 4rem;
  }

  .custom-btn-wrapper.btn_col2 {
    flex-flow: column;
  }

  .f-external-link-wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .subnav.d-none {
    grid-column-gap: 1rem;
  }

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

  .scroll-marquee-home-ver {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .layout350_desktop-image-wrapper {
    display: none;
  }

  .layout350_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-9 {
    font-size: 1rem;
  }

  .padding-section-large-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout350_content {
    height: auto;
  }

  .layout350_mobile-image {
    position: static;
  }

  .layout350_mobile-image-wrapper {
    width: 100%;
    margin-top: 2.5rem;
    display: block;
  }

  .layout350_tab-link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .layout350_tabs-menu {
    display: none;
    position: relative;
    top: 0;
  }

  .layout350_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logoanimation.light {
    width: 100%;
  }

  .cta-box-image-2 {
    max-width: 100%;
  }

  .section-9 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .title-small-4 {
    font-size: 25px;
    line-height: 1.3em;
  }

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

  .title-small-5 {
    font-size: 25px;
    line-height: 1.3em;
  }

  .contact-list-item-2 {
    grid-template-columns: .5fr 1fr;
  }

  .cta-box-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .section-10 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .image-marquee-item-6,
  .image-marquee-item-7 {
    max-height: 200px;
  }

  .home-card-image-3 {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 0;
    max-height: none;
    display: flex;
  }

  .integrations-div-block-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    margin-top: 2rem;
  }

  .integrations-div-block-3.whatnew.mw-100 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .integrations-div-block-3.mt-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
  }

  .integrations-div-block-3.our-services.mw-100 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .container-8.mt-3 {
    margin-top: 4rem;
  }

  .title-large-3 {
    font-size: 40px;
    line-height: 1.2em;
  }

  .title-large-3.long-text.top {
    font-size: 26px;
  }

  .home-cards-grid-3 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .cta-box-contents-2 {
    padding: 0;
  }

  .heading-14 {
    font-size: 2rem;
  }

  .heading-14.text-weight-light.mobile,
  .heading-14.text-weight-regular.mobile {
    font-size: 1.3rem;
  }

  .integrations-component-3 {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cta-box-image-3 {
    max-width: 100%;
  }

  .section-11 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .title-small-6 {
    font-size: 25px;
    line-height: 1.3em;
  }

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

  .title-small-7 {
    font-size: 25px;
    line-height: 1.3em;
  }

  .section-12 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-12.bottom-cta {
    padding-bottom: 144px;
  }

  .section-12.mt-0.mb-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-12.mt-0.mb-0.hidden {
    display: none;
  }

  .section-12.contact-footer {
    padding-bottom: 144px;
  }

  .title-small-8 {
    font-size: 25px;
    line-height: 1.3em;
  }

  .title-small-8.body {
    font-size: 15px;
  }

  .image-marquee-item-8,
  .image-marquee-item-9 {
    max-height: 200px;
  }

  .home-card-image-4 {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 0;
    max-height: none;
    display: flex;
  }

  .container-9.mt-3 {
    margin-top: 4rem;
  }

  .home-cards-grid-4 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .heading-15 {
    font-size: 2rem;
  }

  .heading-15.text-weight-light.mobile,
  .heading-15.text-weight-regular.mobile {
    font-size: 1.3rem;
  }

  .integrations-component-4 {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .search_button_switch_wrapper-2 {
    border: 1px #000;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .search_button_switch_wrapper-2.all {
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .search_button_switch_wrapper-2.notice {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-19,
  .search_filter_item_list-2 {
    width: 100%;
  }

  .search_checkbox_wrapper-2.category-left {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .search_filter_list {
    display: none;
  }

  .search_button_switch_icon {
    top: 13px;
  }

  .button_common-2 {
    width: 100%;
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-top: 1.375rem;
    padding-bottom: 1.125rem;
    font-size: 1.312rem;
  }

  .button_common-2.button-font-jp {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .search_checkbox-2 {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .search_filter_wrappere-archives {
    padding-top: .75rem;
    padding-bottom: .25rem;
  }

  .search_button_tiny_wrapper.border-top-grey {
    border-style: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .search_filter_item_wrapper-2 {
    grid-row-gap: .75rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .event_search_filter-2 {
    border-top-style: none;
  }

  .search_button_switch-e-archives.border-right-black {
    width: 100%;
    margin-bottom: 1.875rem;
  }

  .search_button_switch-e-archives.border-right-black.mb-boorder-none {
    border-left-style: none;
    border-left-width: 0;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .search_sort_wrapper {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .contact-modal5_content-wrapper {
    padding-bottom: 7rem;
  }

  .text-size-medium-10 {
    font-size: 1rem;
  }

  .contact-modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact-modal1_component {
    align-items: flex-start;
  }

  .text-size-medium-11 {
    font-size: 1rem;
  }

  .contact-modal1_component-copy {
    align-items: flex-start;
  }

  .text-size-medium-12 {
    font-size: 1rem;
  }

  .banner9_close-button {
    margin-left: 0;
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

  .banner9_content {
    align-items: flex-start;
    margin-bottom: 1rem;
    margin-right: 1.75rem;
  }

  .banner9_content-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .follow {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .navigation-button-group.mobile.search.membar {
    margin-top: 10px;
    padding-left: 18px;
    display: flex;
  }

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

  .dropdown-card-link {
    border: 1px solid #e5e7eb;
  }

  .follow-2,
  .follo {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .all_search_filter {
    border-top-style: none;
  }

  .search_title {
    text-align: left;
  }

  .search_filter_all_list {
    display: none;
  }

  .search_filter_item_wrapper-3 {
    grid-row-gap: .75rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .upper-category_tabs {
    align-items: flex-start;
  }

  .search_full_container {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .button-23,
  .search_filter_item_list-3 {
    width: 100%;
  }

  .search_filter_events-report_list,
  .search_filter_gallery_list,
  .search_notice_filter_list,
  .search_filter_original-contents_list {
    display: none;
  }

  .search_filter_item_wrapper-4 {
    grid-row-gap: .75rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .button-25,
  .search_filter_item_list-4 {
    width: 100%;
  }

  .modal-overlay {
    display: none;
  }

  .button-language-2.member-site-link.jp {
    border-radius: 9px;
  }

  .button-language-2.member-site-link.jp.right {
    display: none;
  }

  .follow-3 {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .modal {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .search-button-wrapper-2.d-none {
    display: none;
  }

  .padding-global-7 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .image-36 {
    width: 28%;
    margin-top: 0;
  }

  .text-size-medium-13 {
    font-size: 1rem;
  }

  .layout497_tabs-content {
    width: 100%;
    padding-left: 0;
    position: relative;
  }

  .layout497_content {
    flex-flow: column;
    display: flex;
  }

  .layout497_tabs {
    grid-column-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .layout497_tabs-menu {
    place-items: start stretch;
    margin-bottom: 2rem;
  }

  .layout497_header {
    width: 100%;
  }

  .layout497_inner-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .layout350_desktop-image-wrapper-2 {
    display: none;
  }

  .layout350_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-14 {
    font-size: 1rem;
  }

  .layout350_content-2 {
    height: auto;
  }

  .layout350_mobile-image-2 {
    position: static;
  }

  .layout350_mobile-image-wrapper-2 {
    width: 100%;
    margin-top: 2.5rem;
    display: block;
  }

  .layout350_tab-link-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .layout350_tabs-menu-2 {
    display: none;
    position: relative;
    top: 0;
  }

  .layout350_content-wrapper-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cp-category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .cp-category-filter-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .breadcrumb-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-40.sp-logo {
    min-width: 300%;
  }

  .section-13 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .portfolio-div-block9_content-3 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-15 {
    font-size: 1rem;
  }

  .padding-section-large-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-14,
  .section-15 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .text-size-medium-16 {
    font-size: 1rem;
  }

  .section-16 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .top-bar-contents-wrapper.membar {
    justify-content: center;
  }

  .sticky-wrapper-mb {
    display: block;
  }

  .image-marquee-item-2-copy {
    max-height: 200px;
  }

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

  .section-17 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .portfolio-div-block9_content-4 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .title-small-9 {
    font-size: 25px;
    line-height: 1.3em;
  }

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

  .text-size-medium-17 {
    font-size: 1rem;
  }

  .section-18 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .portfolio-div-block9_content-5 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .title-small-10 {
    font-size: 25px;
    line-height: 1.3em;
  }

  .text-size-medium-18 {
    font-size: 1rem;
  }

  .portfolio-div-block9_content-6 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .title-small-11 {
    font-size: 25px;
    line-height: 1.3em;
  }

  .text-size-medium-19 {
    font-size: 1rem;
  }

  .integrations-5.border-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-bottom: 1px #0000001f;
    padding-bottom: 1rem;
  }

  .integrations-5.border-bottom.mt-1 {
    padding-bottom: 1rem;
  }

  .code-embed-4 {
    width: 30px;
    /* height: 20px; */
    padding-top: 5px;
  }

  .code-embed-4.notion.snsicon {
    height: 40px;
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 1.5em;
  }

  .navbar {
    height: 64px;
  }

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

  .nav-links {
    height: calc(100vh - 64px);
    max-height: calc(100vh - 64px);
    padding-left: 18px;
    padding-right: 18px;
    overflow: scroll;
  }

  .nav-link {
    font-size: 18px;
    line-height: 1.5em;
  }

  .nav-link.pb-4 {
    padding-bottom: 2rem;
  }

  .button.large {
    height: 58px;
  }

  .button.sp {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .section.service-intro-section {
    padding-top: 24px;
  }

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

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

  .section.article-hero-section {
    background-color: var(--dark);
    padding-top: 0;
  }

  .section.below-title {
    padding-top: 36px;
  }

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

  .section.lower-level-section {
    padding-top: 52px;
  }

  .section.lower-level-section.section_page-top.mt-xs-90 {
    margin-top: 90px;
  }

  .title-large {
    font-size: 28px;
    line-height: 1.25em;
  }

  .title-large.long-text.mt-4 {
    font-size: 26px;
  }

  .title-large.long-text {
    font-size: 18px;
    line-height: 1.4em;
  }

  .title-large.long-text.top {
    font-size: 21px;
  }

  .title-large.long-text.top.mobile {
    font-size: 18px;
    line-height: 1.6em;
    display: none;
  }

  .title-large.long-text.top.desktop {
    display: none;
  }

  .title-large.title {
    font-size: 30px;
  }

  .title-medium {
    font-size: 28px;
    line-height: 1.25em;
  }

  .title-medium.long-text {
    font-size: 22px;
    line-height: 1.4em;
  }

  .title-medium.case-study-wide-title {
    font-size: 28px;
    line-height: 1.3em;
  }

  .title-small {
    font-size: 22px;
    line-height: 1.3em;
  }

  .title-small.long-text {
    font-size: 18px;
    line-height: 1.4em;
  }

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

  .title-small.body.mobile {
    text-align: left;
    align-self: auto;
  }

  .title-small.news_list_title {
    font-size: 1.2rem;
  }

  .subheading.long-text {
    font-size: 18px;
    line-height: 1.4em;
  }

  .subheading.wide-project-title {
    max-width: 300px;
  }

  .large-text {
    font-size: 15px;
    line-height: 1.4em;
  }

  .large-text.accordion-title-text {
    font-size: 16px;
  }

  .large-text.quote-text {
    font-size: 14px;
    line-height: 1.4em;
  }

  .footer-top {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .footer-menus-grid {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
    display: flex;
  }

  .nav-menu {
    margin-top: 64px;
  }

  .main-nav-logo {
    max-height: 18px;
  }

  .main-nav-logo.white {
    max-height: none;
  }

  .nav-button-wrapper {
    display: none;
  }

  .utility-page {
    padding: 18px;
  }

  .rounded-edges.testimonial-card-image {
    max-width: 100%;
  }

  .utility-title {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .form-input {
    height: 58px;
    font-size: 14px;
    line-height: 1.5em;
  }

  .agree-submit {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    align-self: stretch;
    align-items: stretch;
  }

  .content-long {
    align-items: stretch;
    padding-bottom: 0;
  }

  .content-long.centered.desktop {
    display: none;
  }

  .content-long.centered.mobile {
    align-items: flex-start;
    display: flex;
  }

  .contact-list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .content-vertical {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .content-vertical.increased-gap,
  .content-vertical.process-text {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .content-vertical.title {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .content-vertical.increased-gap {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .contact-pair {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    display: flex;
  }

  .nav-menu-button {
    align-self: stretch;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
  }

  .nav-menu-button.buy {
    display: none;
  }

  .accordion-title.process-accordion-title {
    padding: 18px;
  }

  .accordion-title-icon.large {
    min-height: 18px;
  }

  .accordion-content.process-content {
    padding: 72px 18px 48px;
  }

  .testimonials-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .testimonial-avatar-quote {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    display: flex;
  }

  .testimonial-avatar {
    max-width: 144px;
  }

  .vertical-section {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .vertical-section.tight-spacing {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .process-contents {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .process-accordion-heading {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .marquee.align-center {
    border-radius: 0;
  }

  .marquee.hero-carousel {
    padding-top: 18px;
  }

  .marquee.top-mt-2 {
    margin-top: 1.5rem;
  }

  .logo-box {
    width: 250px;
    height: 120px;
  }

  .logo-box-image {
    max-width: 150px;
  }

  .service-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hover-image.case-study-image {
    aspect-ratio: auto;
  }

  .service-item-text {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .cta-box {
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cta-box-contents,
  .horizontal-text-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .testimonial-card-author-logo {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .project-summary {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column-reverse;
  }

  .project-meta {
    flex-flow: column;
  }

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

  .customer-quote {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .project-list-link {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .project-list-item-services-collection {
    display: none;
  }

  .project-grid-a {
    grid-row-gap: 48px;
  }

  .image-marquee-item {
    max-height: 150px;
  }

  .pricing-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .quote-slide {
    padding: 18px 18px 84px;
  }

  .quote-author-centered {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .customer-small {
    max-height: 66px;
  }

  .chevron-button.previous.slider-previous {
    bottom: 18px;
    left: 18px;
  }

  .chevron-button.slider-next {
    bottom: 18px;
    left: 78px;
  }

  .checkout-section {
    margin-bottom: 48px;
  }

  .block-div-block,
  .block-content {
    padding: 18px;
  }

  .cart-container {
    border-radius: 0;
  }

  .cart-list {
    padding-left: 6px;
    padding-right: 6px;
  }

  .checkout-close-icon {
    height: 20px;
  }

  .cart-div-block,
  .cart-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .career-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .career-basis {
    opacity: .5;
  }

  .article-wrapper.terms,
  .article-wrapper.terms.sp {
    padding-right: 0;
  }

  .featured-article-contents {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

  .article-grid-item {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .article-hero {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .article-title-wrapper {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }

  .article-title {
    justify-content: flex-start;
    align-items: center;
  }

  .wide-article {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    border-top-style: none;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .wide-article-list {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    display: flex;
  }

  .hero-title {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .feature-a {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .feature-a.speaker {
    grid-template-columns: .25fr 1fr;
  }

  .feature-a-text.large-text {
    max-width: 100%;
  }

  .wide-project {
    aspect-ratio: 1;
    padding: 12px;
  }

  .wide-project.tall {
    aspect-ratio: 2 / 3;
  }

  .wide-project.inside-slider {
    width: 420px;
    height: 280px;
  }

  .wide-project-image {
    opacity: .6;
  }

  .card-slider-mask {
    width: 363px;
  }

  .quote-tab {
    width: 72px;
  }

  .quote-tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .quote-tab-contents {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .quote-tab-blip {
    width: 60px;
  }

  .article-small-item {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex;
  }

  .article-small-title-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .wide-project-item-wrapper {
    width: 100%;
  }

  .hero-marquee-item {
    max-height: 280px;
  }

  .service-grid-item {
    aspect-ratio: 2 / 3;
  }

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

  .circle-icon {
    width: 42px;
    height: 42px;
  }

  .invert.marquee-icon {
    max-height: 72px;
  }

  .metrics-grid {
    grid-row-gap: 48px;
    flex-flow: column;
    display: flex;
  }

  .title-huge.marquee-text {
    font-size: 56px;
  }

  .testimonial-card {
    width: 280px;
  }

  .wide-cta-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .case-study-grid {
    grid-row-gap: 72px;
  }

  .case-study-item-contents {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding-right: 0;
  }

  .quote-author-bottom {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .metric-description {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .expertise-card {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    justify-content: center;
    align-items: flex-start;
  }

  .expertise-card-image {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .grid-section._1.top-one {
    margin-top: 2rem;
  }

  .text-marquee-items {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-right: 48px;
  }

  .marquee-box {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .pricing-plan-mini {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 18px;
  }

  .action-boxes {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .tryptich-content {
    padding: 18px;
  }

  .process-section {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    font-size: 14px;
    line-height: 1.5em;
  }

  .process-section-item {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding-top: 12px;
  }

  .process-section-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .team-marquee-box {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .team-marquee-image {
    max-height: 200px;
  }

  .location-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .location-box {
    aspect-ratio: 3 / 4;
  }

  .location-box.with-graphic {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    padding-top: 36px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .about-hero-image {
    aspect-ratio: auto;
  }

  .timeline-moment {
    flex-flow: column;
  }

  .timeline-year-wrapper {
    opacity: .5;
    font-size: 18px;
    line-height: 1.4em;
  }

  .team-grid {
    grid-row-gap: 54px;
  }

  .location-box-text {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .location-box-graphic {
    max-width: 100%;
    max-height: 200px;
  }

  .ethos-box {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 18px;
  }

  .timeline-slide {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .timeline-slide-text {
    padding-right: 24px;
  }

  .modal-body {
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .team-member-contents {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .team-member-social {
    grid-row-gap: 12px;
  }

  .team-member-bio {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 24px;
  }

  .close-modal,
  .back-to-team {
    margin-left: auto;
    position: static;
  }

  ._404 {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
  }

  .utility-page-form {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .style-guide-elements.colors {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .account-form {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .input-pair {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
  }

  .privacy-policy-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .terms-section {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    margin-left: 0;
  }

  .terms-sidebar {
    width: 100%;
  }

  .terms-article {
    padding-top: 72px;
  }

  .terms-article h5 {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
  }

  .terms-article p {
    color: var(--dark);
    font-family: hiragino-kaku-gothic-pron, sans-serif;
  }

  .terms-article.sp {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
    padding-top: 0;
    padding-right: 0;
  }

  .screenshot-group {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding-right: 18px;
  }

  .marquee-screenshot {
    max-width: 200px;
  }

  .pages-section {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .page-link {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .page-link-image {
    max-width: 200px;
  }

  .dropdown-mega {
    padding: 18px;
  }

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

  .dropdown-mega-wrapper {
    height: auto;
  }

  .plus-icon-circle {
    width: 2.5rem;
    height: 2.5rem;
  }

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

  .bento-wrapper.mw-100 {
    justify-content: center;
  }

  .image-12 {
    object-fit: cover;
  }

  .footer-content-block {
    margin-bottom: 30px;
  }

  .footer-content-block.display-none {
    display: block;
  }

  .middle-slide-item {
    width: 2.25rem;
    height: 2.25rem;
    margin-top: -1px;
  }

  .sticky-wrapper {
    margin-top: 0;
    display: none;
  }

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

  .footer-logo {
    max-width: 80%;
    height: auto;
  }

  .bottom-overlay {
    height: 37vh;
    display: flex;
  }

  .link-block-navbar.bg {
    margin-bottom: 0;
  }

  .link-block-navbar.bg.mobile {
    width: 6rem;
    margin-bottom: 0;
  }

  .accordion-top-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .navbar-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-top-grid {
    margin-bottom: 10rem;
  }

  .image-13 {
    object-fit: cover;
  }

  .heading-6 {
    font-size: 2.25rem;
  }

  .marquee-4 {
    padding-top: 2rem;
  }

  .home-card-image {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-size-xhuge.text-weight-medium {
    font-size: 1.6rem;
  }

  .text-size-xhuge.text-weight-medium.clients-sp {
    font-size: 1.4rem;
  }

  .marquee-3 {
    display: none;
  }

  .bottom-hero-content {
    grid-column-gap: 3.6rem;
    grid-row-gap: 3.6rem;
    height: 17.5rem;
  }

  .tab-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .accordion-title-flex {
    height: 2rem;
  }

  .preloader-logo {
    height: 4rem;
  }

  .nav-menu-button-2 {
    background-color: #e0e0e0;
  }

  .home-1-hero-paragrah {
    max-width: none;
  }

  .cards-wrapper.mt-0 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .faq-heading-wrapper {
    align-items: flex-start;
  }

  .margin-mobile {
    margin-bottom: 0;
  }

  .component-navbar {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .navbar-wrapper-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .dropdown-list.w--open {
    flex-flow: row;
  }

  .nav-menu-wrapper-2 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 20vh;
  }

  .integrations-div-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .integrations-div-block.whatnew {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    margin-top: 2rem;
  }

  .integrations-div-block.whatnew.mw-100.mt-3 {
    margin-top: 4rem;
  }

  .integrations-div-block.mt-3 {
    margin-bottom: 2rem;
  }

  .integrations-div-block.mt-3.mb-0 {
    margin-bottom: 0;
  }

  .integrations-div-block.mw-100,
  .integrations-div-block.mw-100.mt-0 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .integrations {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .integrations.border-bottom {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    border-bottom-style: none;
  }

  .integrations.border-bottom.mt-1 {
    margin-top: 1rem;
  }

  .big-paragraph {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: 14px;
    display: block;
  }

  .features-heading {
    width: 100%;
  }

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

  .scroll-marquee-size {
    letter-spacing: .3rem;
    font-size: 2.4rem;
  }

  .scroll-marquee-size.sp {
    text-align: center;
    letter-spacing: .1rem;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.7;
  }

  .heading-4 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .heading-4.text-weight-light.mobile,
  .heading-4.text-weight-regular.mobile {
    font-size: 1.1rem;
    display: inline;
  }

  .tab-content {
    padding-bottom: 4rem;
  }

  .accordion-heading {
    font-size: 1.5rem;
  }

  .branding-wrapper {
    flex: 0 auto;
  }

  .overlay-hero.light {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .integrations-wrapper.whatsnew {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
  }

  .faq-title-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 3.5rem;
  }

  .footer-bottom-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 2rem;
  }

  .container-2 {
    margin-top: 4rem;
  }

  .brand {
    width: 80px;
    display: none;
  }

  .padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-card-item-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .primary-button-2 {
    text-align: center;
    width: 100%;
  }

  .dot {
    width: 6px;
    height: 6px;
    bottom: 18px;
  }

  .padding-footer {
    padding-top: 4rem;
  }

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

  .heading-style-h1 {
    font-size: 2.875rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .footer-small-text {
    text-align: left;
    text-transform: none;
    font-size: .68429rem;
    line-height: 1.4;
  }

  .faq-action {
    width: 2rem;
    height: 2rem;
  }

  .heading-5.bigger-mobile {
    font-size: 2.2rem;
  }

  .branding-navbar {
    width: auto;
  }

  .branding-navbar.w--current {
    display: none;
  }

  .page2 {
    min-height: 100vh;
  }

  .button-item-grid {
    margin-top: 2.5rem;
  }

  .features-image {
    height: auto;
    min-height: 19rem;
    max-height: none;
  }

  .faq-bottom-content {
    display: flex;
  }

  .footer-utility-pages-flex {
    flex-flow: column;
    align-items: flex-start;
  }

  .footer-utility-pages-flex.mb-5 {
    grid-column-gap: 4.1rem;
    grid-row-gap: 4.1rem;
    display: flex;
  }

  .integrations-component {
    grid-row-gap: 1.6rem;
    grid-template-columns: 1fr;
  }

  .integrations-component.access-contact-us {
    grid-column-gap: 2.8rem;
    grid-row-gap: 2.8rem;
    grid-template-rows: auto;
  }

  .integrations-component.whatsnew.top_news_mb {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sticky-services-2 {
    margin-bottom: 2rem;
  }

  .services-content {
    flex-flow: column;
  }

  .image-marquee-item-2 {
    max-height: 150px;
  }

  .home-1-hero-left-text {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .heading-8 {
    font-size: 2rem;
  }

  .tabs-features-content {
    justify-content: flex-start;
    align-items: center;
    width: 70%;
  }

  .menu-social-media {
    flex-flow: wrap;
    bottom: 15%;
  }

  .main-div-block-grid {
    height: 115vh;
  }

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

  .overflow.mobile-inline {
    margin-right: .5rem;
    font-size: 1rem;
    display: inline;
  }

  .heading-content-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
  }

  .heading-content-item.align-bottom {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .back-to-top-link {
    width: 4rem;
    height: 4rem;
    bottom: 35%;
  }

  .marquee-content-2.scroll.reverse {
    flex-flow: row;
    height: 3rem;
  }

  .menu-navbar {
    width: 100%;
    padding-bottom: 1.8rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .work-top-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

  .section-clients.mt-52 {
    padding-top: 52px;
  }

  .section-clients.mt-2 {
    margin-top: 2rem;
  }

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

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

  .section-top.service-intro-section {
    padding-top: 24px;
  }

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

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

  .section-top.article-hero-section {
    background-color: var(--dark);
    padding-top: 0;
  }

  .section-top.below-title {
    padding-top: 36px;
  }

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

  .section-top.sp {
    padding-top: 20px;
  }

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

  .section-service {
    padding-top: 52px;
  }

  .section-service.logos {
    padding-top: 48px;
  }

  .section-service.service-intro-section {
    padding-top: 24px;
  }

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

  .section-service.pricing-section {
    padding-top: 48px;
  }

  .section-service.article-hero-section {
    background-color: var(--dark);
    padding-top: 0;
  }

  .section-service.below-title {
    padding-top: 36px;
  }

  .section-service.team-member-section {
    padding-top: 24px;
    padding-bottom: 120px;
  }

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

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

  .section-cta.logos {
    padding-top: 48px;
  }

  .section-cta.service-intro-section {
    padding-top: 24px;
  }

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

  .section-cta.pricing-section {
    padding-top: 48px;
  }

  .section-cta.article-hero-section {
    background-color: var(--dark);
    padding-top: 0;
  }

  .section-cta.below-title {
    padding-top: 36px;
  }

  .section-cta.team-member-section {
    padding-top: 24px;
    padding-bottom: 120px;
  }

  .section-client-pc {
    display: none;
  }

  .section-client-pc.logos {
    padding-top: 48px;
  }

  .section-client-pc.service-intro-section {
    padding-top: 24px;
  }

  .section-client-pc.project-inner-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-client-pc.pricing-section {
    padding-top: 48px;
  }

  .section-client-pc.article-hero-section {
    background-color: var(--dark);
    padding-top: 0;
  }

  .section-client-pc.below-title {
    padding-top: 36px;
  }

  .section-client-pc.team-member-section {
    padding-top: 24px;
    padding-bottom: 120px;
  }

  .section-client-pc.mt-0 {
    padding-top: 0;
  }

  .section-address.logos {
    padding-top: 48px;
  }

  .section-address.service-intro-section {
    padding-top: 24px;
  }

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

  .section-address.pricing-section {
    padding-top: 48px;
  }

  .section-address.article-hero-section {
    background-color: var(--dark);
    padding-top: 0;
  }

  .section-address.below-title {
    padding-top: 36px;
  }

  .section-address.team-member-section {
    padding-top: 24px;
    padding-bottom: 120px;
  }

  .section-us.logos {
    padding-top: 48px;
  }

  .section-us.service-intro-section {
    padding-top: 24px;
  }

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

  .section-us.pricing-section {
    padding-top: 48px;
  }

  .section-us.article-hero-section {
    background-color: var(--dark);
    padding-top: 0;
  }

  .section-us.below-title {
    padding-top: 36px;
  }

  .section-us.team-member-section {
    padding-top: 24px;
    padding-bottom: 120px;
  }

  .paragraph {
    letter-spacing: normal;
    font-size: .868rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small.mt-5.mb-1 {
    margin-bottom: 1rem;
  }

  .navbar21_menu-right-text-wrapper {
    margin-top: 1rem;
  }

  .navbar21_menu-right-item {
    flex-direction: column;
    display: flex;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padded-content-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-section-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .title-small-2 {
    font-size: 22px;
    line-height: 1.3em;
  }

  .title-small-2.collabo-partner {
    font-size: 1.2rem;
  }

  .container---main-2 {
    padding-top: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .body-text-2.mt-3 {
    margin-top: .5rem;
  }

  .grid-section-3 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .title-small-3 {
    font-size: 22px;
    line-height: 1.3em;
  }

  .container---main-3 {
    padding-top: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .section--partner.pb-0.pt-0 {
    padding-top: 40px;
  }

  .text-size-medium-2 {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 300;
  }

  .text-size-medium-2.text-weight-semibold.mb-10 {
    font-weight: 600;
  }

  .heading-style-h1-2.about {
    font-size: 2.3rem;
  }

  .padding-section-large-2.about,
  .padding-section-large-2.news.event_low {
    padding-bottom: 0;
  }

  .portfolio-div-block9_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 20px;
  }

  .more-about-btn-wrapper.top-mt-2 {
    margin-top: 2rem;
  }

  .text-style-tagline {
    font-size: 1.8rem;
  }

  .layout348_content {
    height: auto;
  }

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

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

  .content29_author-image-wrapper {
    text-align: left;
    width: 70%;
  }

  .content29_author-wrapper {
    flex-flow: column;
    margin-bottom: 1rem;
    display: flex;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .content29_tag-list {
    justify-content: flex-start;
  }

  .content29_tag-list-wrapper {
    width: 100%;
  }

  .content29_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .content18_content-wrapper.sp {
    padding-right: 0;
  }

  .heading-style-h2-2.private-member {
    line-height: 1.25em;
  }

  .heading-style-h2-2.private-member.mb-10 {
    font-size: 1.8rem;
  }

  .heading-style-h5.collaboration-partner {
    font-size: .9rem;
  }

  .heading-style-h5.collaboration-partner.bold {
    font-size: .8rem;
    font-weight: 600;
  }

  .portfolio5_list.private-member {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .table3_column.is-width-large {
    min-height: 2.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    font-weight: 400;
  }

  .table3_item {
    grid-template-columns: .5fr 1fr;
    padding-top: 0;
    display: block;
  }

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

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

  .table3_component.mw-100 {
    padding-bottom: 2rem;
  }

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

  .text-block-8 {
    font-weight: 400;
  }

  .info-title-text {
    font-size: 16px;
  }

  .heading-style-h1-3.collaboration-partner-title {
    word-break: break-all;
    overflow-wrap: break-word;
    font-size: 1.8rem;
  }

  .heading-style-h1-3.about.legal {
    font-size: 1.3rem;
  }

  .heading-style-h1-3.about.legal.mb-20 {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }

  .heading-style-h1-3.about {
    font-size: 2.3rem;
  }

  .image-marquee-item-3 {
    max-height: 150px;
  }

  .heading-style-h2-5.about {
    word-break: normal;
    max-width: 100%;
    font-size: 1.8rem;
    display: block;
  }

  .blog11_list.program-event {
    grid-row-gap: 2rem;
  }

  .pricing-plan-mini-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 18px;
  }

  .vertical-section-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .event1_title {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: .5rem;
  }

  .news_list_item {
    grid-row-gap: 1rem;
  }

  .image-marquee-item-4 {
    max-height: 150px;
  }

  .team2_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

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

  .layout19_component {
    max-width: 100%;
  }

  .layout19_content {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    max-width: 100%;
    display: block;
  }

  .testimonial5_client {
    align-items: center;
  }

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

  .pricing-plan-mini-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 18px;
  }

  .pricing-plan-mini-3.bg-offset {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .vertical-section-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .grid-section-copy {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .blog3_list {
    grid-row-gap: 1rem;
  }

  .blog3_image-wrapper.collaboration-partner {
    padding-top: 10px;
  }

  .blog3_item-content {
    padding: .8rem;
  }

  .logo-box-2 {
    width: 250px;
    height: 120px;
  }

  .show-on-mobile-2,
  .hide-on-mobile-2 {
    display: block;
  }

  .logo-box-3 {
    width: 250px;
    height: 120px;
  }

  .show-on-mobile-3 {
    display: none;
  }

  .hide-on-mobile-3 {
    display: block;
  }

  .header-text {
    font-size: 12vw;
  }

  .footer-top-grid-2 {
    margin-bottom: 2rem;
  }

  .speaker-title,
  .speaker-ditail {
    font-size: .9rem;
  }

  ._w-500 {
    font-size: 1.6rem;
    line-height: 1em;
  }

  .event_date {
    font-size: .9rem;
  }

  .event_detail_title_main {
    line-height: 34px;
  }

  .event_detail_title_sub {
    line-height: 24px;
  }

  .event_detail_title.mb-10.jp-text {
    font-size: 20px;
  }

  .event_detail_grid.mt-40 {
    grid-template-columns: 1fr;
  }

  .detail_text {
    font-size: .875rem;
  }

  .tab-wrapper-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .integrations-component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .scroll-marquee-size-2 {
    font-size: 6rem;
  }

  .features-image-2 {
    height: auto;
    min-height: 19rem;
    max-height: none;
  }

  .heading-10.bigger-mobile {
    font-size: 2.2rem;
  }

  .container-7 {
    margin-top: 4rem;
  }

  .home-card-image-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-marquee-item-5 {
    max-height: 150px;
  }

  .big-paragraph-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .container---main-4 {
    padding-top: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .faq-action-2 {
    width: 2rem;
    height: 2rem;
  }

  .integrations-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tab-content-2 {
    padding-bottom: 4rem;
  }

  .heading-11 {
    font-size: 2.25rem;
  }

  .heading-12 {
    font-size: 2rem;
  }

  .title-large-2 {
    font-size: 28px;
    line-height: 1.25em;
  }

  .title-large-2.long-text {
    font-size: 18px;
    line-height: 1.4em;
  }

  .home-card-item-wrap-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .marquee-10 {
    padding-top: 2rem;
  }

  .padding-global-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-13 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .heading-13.text-weight-light.mobile,
  .heading-13.text-weight-regular.mobile {
    display: inline;
  }

  .button-pass.large {
    height: 58px;
  }

  .title-large-copy {
    font-size: 28px;
    line-height: 1.25em;
  }

  .title-large-copy.long-text.mt-4 {
    font-size: 26px;
  }

  .title-large-copy.long-text {
    font-size: 18px;
    line-height: 1.4em;
  }

  .title-large-copy.long-text.top {
    font-size: 22px;
  }

  .title-large-copy.title {
    font-size: 30px;
  }

  .footer-small-text-2 {
    text-align: center;
    line-height: 1.4;
  }

  .brand-footer-link-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-utility-pages-flex-2 {
    flex-flow: column;
    align-items: flex-start;
  }

  .footer-content-block-2 {
    margin-bottom: 40px;
  }

  .footer-content-block-2.mb-0 {
    margin-bottom: 0;
  }

  .footer-bottom-grid-2 {
    grid-column-gap: 2.3rem;
    grid-row-gap: 2.3rem;
  }

  .padding-footer-2 {
    padding-top: 4rem;
  }

  .footer-logo-2 {
    height: auto;
  }

  .footer-top-grid-3 {
    grid-column-gap: 4rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    margin-bottom: 2rem;
    display: grid;
  }

  .custom-btn-wrapper.mt-2 {
    justify-content: center;
  }

  .custom-btn-wrapper.mt-1 {
    flex-flow: column;
    justify-content: center;
  }

  .custom-btn-wrapper.mt-1.sp,
  .custom-btn-wrapper.mt-1.btn_center {
    justify-content: center;
    align-items: center;
  }

  .custom-btn-wrapper.btn_col2 {
    flex-flow: column;
  }

  .custom-btn-wrapper.btn_col2.sp {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .f-external-link-wrapper {
    flex-flow: column;
  }

  .f-social-wrapper {
    display: none;
  }

  .info-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .right-marquee-3 {
    justify-content: center;
    align-items: center;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .scroll-marquee-home-ver.psition-absolute {
    display: none;
  }

  .scroll-marquee-home-ver.psition-absolute.sp {
    align-self: center;
    display: flex;
  }

  .whats-new-txt {
    line-height: 1.6em;
  }

  .mobile-member-btn-wrapper {
    display: none;
  }

  .mobile-member-btn-wrapper.mt-4 {
    margin-top: 1.5rem;
    display: flex;
  }

  .pm-link-txt {
    line-height: 1.5em;
  }

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

  .news-detail-copy {
    font-size: 22px;
    line-height: 34px;
  }

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

  .layout350_content {
    height: auto;
  }

  .layout350_tabs-menu {
    justify-content: flex-start;
    width: 90vw;
    overflow: scroll;
  }

  .text-style-tagline-copy {
    font-size: 1.8rem;
  }

  .logo_mobile_tablet {
    display: flex;
  }

  .logoanimation.light {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    top: 0%;
  }

  .custom-btn-wrapper-copy.mt-1 {
    justify-content: center;
  }

  .home-card-item-wrap-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .container---main-5 {
    padding-top: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .title-small-4 {
    font-size: 22px;
    line-height: 1.3em;
  }

  .logo-box-4 {
    width: 250px;
    height: 120px;
  }

  .faq-bottom-content-2 {
    display: flex;
  }

  .body-text-4.mt-3 {
    margin-top: .5rem;
  }

  .grid-section-4 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .title-small-5 {
    font-size: 22px;
    line-height: 1.3em;
  }

  .title-small-5.collabo-partner {
    font-size: 1.2rem;
  }

  .container---main-6 {
    padding-top: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .integrations-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .marquee-11 {
    padding-top: 2rem;
  }

  .contact-list-item-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .big-paragraph-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: 14px;
    display: block;
  }

  .cta-box-2 {
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-marquee-item-6,
  .image-marquee-item-7 {
    max-height: 150px;
  }

  .home-card-image-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-section-5 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .integrations-div-block-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .integrations-div-block-3.mw-100 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .integrations-div-block-3.whatnew {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    margin-top: 2rem;
  }

  .integrations-div-block-3.mt-3 {
    margin-bottom: 2rem;
  }

  .paragraph-4 {
    letter-spacing: normal;
    font-size: .868rem;
  }

  .title-large-3 {
    font-size: 28px;
    line-height: 1.25em;
  }

  .title-large-3.long-text {
    font-size: 18px;
    line-height: 1.4em;
  }

  .title-large-3.long-text.top {
    font-size: 21px;
  }

  .cta-box-contents-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .heading-14 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .heading-14.text-weight-light.mobile,
  .heading-14.text-weight-regular.mobile {
    font-size: 1.1rem;
    display: inline;
  }

  .integrations-component-3 {
    grid-row-gap: 1.6rem;
    grid-template-columns: 1fr;
  }

  .home-card-item-wrap-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .container---main-7 {
    padding-top: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .title-small-6 {
    font-size: 22px;
    line-height: 1.3em;
  }

  .logo-box-5 {
    width: 250px;
    height: 120px;
  }

  .faq-bottom-content-3 {
    display: flex;
  }

  .body-text-6.mt-3 {
    margin-top: .5rem;
  }

  .grid-section-6 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .title-small-7 {
    font-size: 22px;
    line-height: 1.3em;
  }

  .title-small-7.collabo-partner {
    font-size: 1.2rem;
  }

  .container---main-8 {
    padding-top: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .integrations-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-12.bottom-cta.summary {
    padding-top: 32px;
  }

  .big-paragraph-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: 14px;
    display: block;
  }

  .title-small-8 {
    font-size: 22px;
    line-height: 1.3em;
  }

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

  .title-small-8.body.mobile {
    text-align: left;
  }

  .image-marquee-item-8,
  .image-marquee-item-9 {
    max-height: 150px;
  }

  .home-card-image-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-section-7 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .paragraph-5 {
    letter-spacing: normal;
    font-size: .868rem;
  }

  .heading-15 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .heading-15.text-weight-light.mobile,
  .heading-15.text-weight-regular.mobile {
    font-size: 1.1rem;
    display: inline;
  }

  .integrations-component-4 {
    grid-row-gap: 1.6rem;
    grid-template-columns: 1fr;
  }

  .search_button_switch_icon {
    width: 30px;
    height: 30px;
  }

  .contact-modal1_component,
  .contact-modal1_component-copy {
    display: flex;
  }

  .navigation-mobile-menu {
    background-color: #e0e0e0;
  }

  .dropdown-main-content {
    padding: 16px;
  }

  .navigation-divider {
    display: none;
  }

  .navigation-button-group {
    display: flex;
  }

  .navigation-button-group.mobile {
    border-top: 1px #000;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    padding-top: 20px;
    padding-left: 18px;
    display: flex;
  }

  .navigation-button-group.mobile.search {
    margin-top: 10px;
    padding-top: 0;
    display: none;
  }

  .navigation-button-group.mobile.search.d-none {
    display: none;
  }

  .navigation-button-group.mobile.search.membar {
    display: flex;
  }

  .search-dropdown {
    display: none;
  }

  .dropdown-card-link {
    flex-direction: column;
    align-items: flex-start;
  }

  .navigation-wrapper {
    margin-bottom: 0;
  }

  .navigation {
    display: block;
  }

  .dropdown-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .banner-2,
  .button-ghost-small {
    display: none;
  }

  .nav-dropdown-card-small {
    padding-left: 14px;
    padding-right: 14px;
  }

  .banner-link,
  .nav-menu-button-3 {
    margin-left: 0;
  }

  .nav-link-large {
    flex-flow: column;
    align-items: flex-start;
  }

  .nav-account-toggle {
    display: none;
  }

  .search_conditions_box {
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-top: 10px;
  }

  .modal-overlay {
    height: 100vh;
    display: none;
  }

  .button-language-2.member-site-link.jp {
    border-radius: 9px;
  }

  .follow-links-black {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .follow-links-black.mobile {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-top: 1px solid #000;
    margin-top: 20px;
    padding-top: 10px;
    display: flex;
  }

  .banner-4.to-nav,
  .banner-4.top-nav {
    display: none;
  }

  .banner-4.top-nav-fixed {
    display: none;
    position: fixed;
    bottom: 0;
  }

  .nav-link-large-2 {
    flex-flow: column;
    align-items: flex-start;
  }

  .modal {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    position: static;
    inset: auto;
  }

  .navigation-mobile-menu-2 {
    background-color: #000;
  }

  .modal-background {
    height: auto;
  }

  .nav-dropdown-toggle-2.w--open {
    background-color: #e4e6f000;
  }

  .nav-dropdown-card-small-2 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .search-button-wrapper-2.d-none {
    display: none;
  }

  .modal-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navigation-link-2 {
    padding-left: 20px;
  }

  .image-32,
  .image-33 {
    object-fit: cover;
  }

  .padding-global-7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-35.sns-link-title {
    padding-top: 0;
  }

  .slide_img_wrapper {
    aspect-ratio: 15 / 32;
  }

  .slide_img_wrapper.sp {
    aspect-ratio: auto;
    max-width: 100vw;
    height: 100svh;
  }

  .image-36 {
    width: 60%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-36.sp-logo {
    width: 44%;
    position: absolute;
    top: auto;
    bottom: 10%;
  }

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

  .slide-img.custom-4 {
    object-position: 20% 50%;
  }

  .slide-img.custom-1 {
    object-position: 80% 50%;
  }

  .slide-img.custom-2 {
    object-position: 20% 50%;
  }

  .slide-img.custom-3 {
    object-position: 15% 50%;
  }

  .slide-img.custom-5 {
    object-position: 50% 50%;
    display: block;
  }

  .sticky-wrapper-sp {
    margin-top: 0;
    display: flex;
  }

  .top_navigation_wrapper {
    mix-blend-mode: normal;
    transition: transform .2s;
    transform: translate(0, -100%);
  }

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

  .text-style-tagline.about {
    line-height: 2rem;
  }

  .layout350_content-2 {
    height: auto;
  }

  .layout350_tabs-menu-2 {
    justify-content: flex-start;
    width: 90vw;
    overflow: scroll;
  }

  .lottie-animation-2 {
    margin-top: 40px;
  }

  .breadcrumb-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .follow-links-black-2 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .image-40 {
    opacity: .14;
    min-width: 158%;
  }

  .image-40.sp-logo {
    min-width: 158%;
  }

  .terms-sidebar-2 {
    width: 100%;
  }

  .portfolio-div-block9_content-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .text-size-medium-15 {
    margin-bottom: 20px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
  }

  .padding-section-large-5.about,
  .padding-section-large-5.news.event_low {
    padding-bottom: 0;
  }

  .terms-sidebar-3 {
    width: 100%;
    margin-top: 40px;
  }

  .section-15.lower-level-section {
    padding-top: 52px;
  }

  .text-block-39 {
    font-weight: 400;
  }

  .content_photo-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .contact-us-wrapper.mt-xs-90 {
    margin-top: 90px;
  }

  .sticky-wrapper-mb {
    margin-top: 0;
    display: none;
  }

  .top-nav-wrapper {
    z-index: auto;
    width: 100%;
    height: auto;
    transition: transform .3s cubic-bezier(.075, .82, .165, 1);
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: translate(0, -100%);
  }

  .top-navigation-wrapper {
    transition: transform .3s cubic-bezier(.075, .82, .165, 1);
    transform: translate(0, -100%);
  }

  .image-marquee-item-2-copy {
    max-height: 150px;
  }

  .title-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    text-align: left;
    justify-content: center;
    align-items: stretch;
    max-width: 80rem;
    padding-left: 0;
    display: none;
  }

  .title-wrapper.sp {
    display: flex;
  }

  .hero-heading {
    text-align: center;
    letter-spacing: 1px;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 2.2em;
  }

  .section-17.lower-level-section {
    padding-top: 52px;
  }

  .section-17.lower-level-section.section_page-top.mt-xs-90 {
    margin-top: 90px;
  }

  .portfolio-div-block9_content-4 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 20px;
  }

  .title-small-9 {
    font-size: 22px;
    line-height: 1.3em;
  }

  .info-item-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .text-size-medium-17 {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 300;
  }

  .section-18.lower-level-section {
    padding-top: 52px;
  }

  .portfolio-div-block9_content-5 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 20px;
  }

  .title-small-10 {
    font-size: 22px;
    line-height: 1.3em;
  }

  .text-size-medium-18 {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 300;
  }

  .portfolio-div-block9_content-6 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 20px;
  }

  .title-small-11 {
    font-size: 22px;
    line-height: 1.3em;
  }

  .text-size-medium-19 {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 300;
  }

  .integrations-5 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .integrations-5.border-bottom {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    border-bottom-style: none;
  }

  .integrations-5.border-bottom.mt-1 {
    margin-top: 1rem;
  }

  .container_sns {
    margin-bottom: 40px;
  }

  .icon-14.icon_dark,
  .icon-15.icon_dark,
  .icon-16.icon_dark {
    width: 40px;
    height: 40px;
  }

  .follow-links-black-3 {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .follow-links-black-sns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}

#w-node-cd6bc5f7-5e49-1890-2c09-41cd01d575f4-80ad6efd {
  justify-self: center;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370805-80ad6efd {
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370812-80ad6efd {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370816-80ad6efd,
#w-node-_70aaab50-f834-0b9f-4e16-65a85e370823-80ad6efd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370827-80ad6efd {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370829-80ad6efd,
#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cc1-80ad6efd {
  justify-self: stretch;
}

#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cd3-80ad6efd {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf73371ac-80ad6efd {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf733719b-80ad6efd,
#w-node-_715355be-631b-87cd-eb6b-132b96d48af7-80ad6efd {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af9-80ad6efd {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52ec-80ad6efd {
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52fd-80ad6efd {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c8f2-80ad6efd {
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c904-80ad6efd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5f96-80ad6efd {
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5fa7-80ad6efd {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa04-80ad6efd,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa12-80ad6efd,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa20-80ad6efd,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa2e-80ad6efd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4197560a-eb08-8741-27a7-2e0dbbffdf80-80ad6efd {
  justify-self: center;
}

#w-node-_50d5fe96-ebe6-9645-d78a-0c7718900565-18900515 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: end;
}

#w-node-_50d5fe96-ebe6-9645-d78a-0c771890051a-18900515 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_50d5fe96-ebe6-9645-d78a-0c771890051f-18900515 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_50d5fe96-ebe6-9645-d78a-0c7718900560-18900515 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end center;
}

#w-node-_50d5fe96-ebe6-9645-d78a-0c7718900568-18900515 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end center;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370805-80ad6efe {
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370812-80ad6efe {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370816-80ad6efe,
#w-node-_70aaab50-f834-0b9f-4e16-65a85e370823-80ad6efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370827-80ad6efe {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370829-80ad6efe,
#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cc1-80ad6efe {
  justify-self: stretch;
}

#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cd3-80ad6efe {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf73371ac-80ad6efe {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf733719b-80ad6efe {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52ec-80ad6efe {
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52fd-80ad6efe {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af7-80ad6efe {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af9-80ad6efe {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c8f2-80ad6efe {
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c904-80ad6efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5f96-80ad6efe {
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5fa7-80ad6efe {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa04-80ad6efe,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa12-80ad6efe,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa20-80ad6efe,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa2e-80ad6efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4197560a-eb08-8741-27a7-2e0dbbffdf80-80ad6efe,
#w-node-_980f104a-d484-889a-ca7f-09c34c409e81-4c409e7f {
  justify-self: center;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa04-80ad6eff,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa12-80ad6eff,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa20-80ad6eff,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa2e-80ad6eff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa33-80ad6eff {
  grid-area: 2 / 1 / 3 / 7;
  place-self: center;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa35-80ad6eff {
  grid-area: 1 / 7 / 5 / 11;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa4c-80ad6eff {
  grid-area: 5 / 4 / 7 / 7;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa63-80ad6eff {
  grid-area: 3 / 1 / 5 / 4;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa7a-80ad6eff {
  grid-area: 5 / 11 / 7 / 13;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa91-80ad6eff {
  grid-area: 5 / 7 / 7 / 11;
  place-self: center;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefab6-80ad6eff,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefabb-80ad6eff {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefabe-80ad6eff {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb03-80ad6eff {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb20-80ad6eff {
  place-self: end;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb25-80ad6eff {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb2c-80ad6eff {
  grid-area: 2 / 6 / 3 / 11;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb33-80ad6eff {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb3a-80ad6eff {
  grid-area: 4 / 6 / 5 / 11;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb41-80ad6eff {
  grid-area: 4 / 1 / 5 / 6;
  place-self: end start;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefba0-80ad6eff {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefba5-80ad6eff {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefbbe-80ad6eff {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefbd7-80ad6eff {
  grid-area: 2 / 7 / 3 / 9;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefbf0-80ad6eff {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefc11-80ad6eff {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefc15-80ad6eff {
  justify-self: center;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefc7d-80ad6eff {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefc82-80ad6eff {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefca2-80ad6eff {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefcc3-80ad6eff {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefccc-80ad6eff {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end center;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefccf-80ad6eff {
  grid-area: 1 / 3 / 2 / 4;
  place-self: end;
}

#w-node-_22e8560e-5a25-995c-b07e-2e933e8885ed-80ad6eff,
#w-node-_22e8560e-5a25-995c-b07e-2e933e888606-80ad6eff,
#w-node-_22e8560e-5a25-995c-b07e-2e933e88861f-80ad6eff,
#w-node-_112d1310-1b10-9cf9-cce5-0a3575c66ba7-80ad6eff {
  justify-self: stretch;
}

#w-node-_28c00556-7fc8-32fb-0875-e8853ca90f57-80ad6eff {
  align-self: stretch;
}

#w-node-fae9f02f-1502-55b2-f390-93dc24742565-80ad6f08,
#w-node-fae9f02f-1502-55b2-f390-93dc24742565-80ad6f09,
#w-node-fae9f02f-1502-55b2-f390-93dc24742565-80ad6f0a,
#w-node-fae9f02f-1502-55b2-f390-93dc24742565-80ad6f0b {
  place-self: stretch stretch;
}

#w-node-_255243a9-5f9b-7c14-ece3-5995c82a4cf4-80ad6f10,
#w-node-_255243a9-5f9b-7c14-ece3-5995c82a4cf6-80ad6f10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0efa87e4-84ea-845c-c278-cd11c8ce9cc0-80ad6f10,
#w-node-_0efa87e4-84ea-845c-c278-cd11c8ce9d12-80ad6f10 {
  align-self: start;
}

#w-node-_8346bd5e-b676-fe07-8b49-cd51bac75aa6-80ad6f11 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dc425f6a-5f05-c3f7-88b1-bd83a45c6409-80ad6f13,
#w-node-dc425f6a-5f05-c3f7-88b1-bd83a45c640b-80ad6f13,
#w-node-_25090dbb-fa93-67ea-0b8c-14dad7f92dd1-80ad6f13,
#w-node-_3e64c8ee-9d04-b336-feae-6e991e1f6837-80ad6f14,
#w-node-c6da56db-952e-f390-8b4a-2590439ccc6a-80ad6f14,
#w-node-bbade65d-b65b-6eac-cab5-a94d4bf018c0-80ad6f14,
#w-node-a06989f4-b92c-8dcf-9642-1b31bcde7316-80ad6f14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5de894a-ee77-286f-e6ae-adda72e8d5b2-80ad6f15 {
  justify-self: stretch;
}

#w-node-_8651caf5-b3ea-e9eb-3c96-a2c7010516ad-80ad6f18,
#w-node-_8651caf5-b3ea-e9eb-3c96-a2c7010516af-80ad6f18,
#w-node-d5bc0a19-0b94-dee6-2318-16edd4706ad5-80ad6f18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d636a6a4-3eaa-5d23-6ea2-926b462905d9-80ad6f18 {
  justify-self: stretch;
}

#w-node-_594ee3d1-b5c9-be55-604e-6447e6d81a93-80ad6f18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d636a6a4-3eaa-5d23-6ea2-926b462905d7-80ad6f18 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_84fa766c-9cd5-5824-6cbe-c9f132c01f92-80ad6f1a,
#w-node-_84fa766c-9cd5-5824-6cbe-c9f132c01f94-80ad6f1a,
#w-node-_1b1c8a1e-2993-0cce-f0bc-537799c5a921-80ad6f1a,
#w-node-_1b1c8a1e-2993-0cce-f0bc-537799c5a92f-80ad6f1a,
#w-node-_1b1c8a1e-2993-0cce-f0bc-537799c5a93d-80ad6f1a,
#w-node-_1b1c8a1e-2993-0cce-f0bc-537799c5a94b-80ad6f1a,
#w-node-_2d6f0ec3-33f6-e9a4-f27c-a15fcd47ea60-80ad6f1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47357163-fa00-bbc4-71f6-4a07a298b7ef-80ad6f1c {
  align-self: stretch;
}

#w-node-_0086273d-ee51-f4a8-15b2-514c17271160-80ad6f1e,
#w-node-_22e8560e-5a25-995c-b07e-2e933e8885ed-80ad6f22,
#w-node-_22e8560e-5a25-995c-b07e-2e933e888606-80ad6f22,
#w-node-_22e8560e-5a25-995c-b07e-2e933e88861f-80ad6f22,
#w-node-_112d1310-1b10-9cf9-cce5-0a3575c66ba7-80ad6f22 {
  justify-self: stretch;
}

#w-node-bbe05624-46e3-acf6-2a91-9c4b5a9fe03a-80ad6f22 {
  align-self: stretch;
}

#w-node-_13c960f3-1d57-194a-7022-434cc4c0be0c-80ad6f23 {
  justify-self: center;
}

#w-node-_3e0dcf7f-54e0-9657-c3af-9a75e8f4d0b4-80ad6f23,
#w-node-_3e0dcf7f-54e0-9657-c3af-9a75e8f4d0b6-80ad6f23,
#w-node-fee10497-f370-4195-ed82-e3c4f3d8fc31-80ad6f23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44ee4c39-6cbb-bbf9-6027-4d1343f892de-80ad6f23,
#w-node-_928b0c3f-b6a3-51c2-0073-c127c638da64-80ad6f23,
#w-node-_707fa985-28e9-8bb5-863b-8e753bb0aa61-80ad6f23,
#w-node-_4286e9b6-26c8-d700-f299-60ed20740bb4-80ad6f23 {
  align-self: center;
}

#w-node-_7694b064-8ba4-1007-6b98-e35f88aa7eee-80ad6f24 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1e603293-d63d-9a64-78d4-18c5ec36fea3-80ad6f24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cde612d4-4098-c402-bda8-b74346cdb19c-80ad6f26 {
  justify-self: stretch;
}

#w-node-_09523fd5-3914-5693-3764-f11df086c9ce-80ad6f26 {
  align-self: end;
}

#w-node-_5a01e899-b7a5-e706-c9a2-6d70a29020b8-80ad6f26,
#w-node-_18748c66-4737-d814-2ccd-62e8cedb0845-80ad6f26,
#w-node-e77c2c9a-b6fb-2cab-cc94-6d0dd91efb2b-80ad6f26 {
  justify-self: stretch;
}

#w-node-_8ca7a9c3-7fb6-58a0-b23b-fab90c78923f-80ad6f26 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-b45f73b3-9d82-1b6e-3779-87a2f4f1631b-80ad6f27,
#w-node-b45f73b3-9d82-1b6e-3779-87a2f4f1631d-80ad6f27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29925607-3def-185f-9020-5646b8170b80-80ad6f27,
#w-node-_29925607-3def-185f-9020-5646b8170b93-80ad6f27,
#w-node-dd1ad3f4-f67c-6bd5-edec-87894ee2e6b9-80ad6f27,
#w-node-dd1ad3f4-f67c-6bd5-edec-87894ee2e6bb-80ad6f27 {
  justify-self: stretch;
}

#w-node-d8682456-b464-e9c3-6950-e3123d6e14ea-80ad6f75 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-d8682456-b464-e9c3-6950-e3123d6e14f1-80ad6f75 {
  align-self: end;
}

#w-node-_39522aad-ff1a-8ea5-82b4-4d9e5e5b1a4f-80ad6f92,
#w-node-_5b95c07b-b1ef-e5ba-eefa-a1b2078ccbf6-80ad6f9c,
#w-node-dcfb5bfe-6b42-1633-51c3-293698c363e0-80ad6f9c {
  justify-self: stretch;
}

#w-node-_6a0ac667-6fec-e044-d306-ca75b6604cb9-80ad6f9d {
  align-self: end;
}

#w-node-_6a0ac667-6fec-e044-d306-ca75b6604cb2-80ad6f9d,
#w-node-f3f0c7e1-af90-000b-adcd-94f20964ae5b-80ad6f9d {
  justify-self: stretch;
}

#w-node-f3f0c7e1-af90-000b-adcd-94f20964ae69-80ad6f9d {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-b68a73c6-f895-dd47-43b9-2cc41e02eb5e-80ad6f9d,
#w-node-d17a159d-d6ae-faa1-8163-28db5f855f15-80ad6f9d {
  justify-self: stretch;
}

#w-node-d17a159d-d6ae-faa1-8163-28db5f855f23-80ad6f9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa04-80ad6f9e,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa12-80ad6f9e,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa20-80ad6f9e,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa2e-80ad6f9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa33-80ad6f9e {
  grid-area: 2 / 1 / 3 / 7;
  place-self: center;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa35-80ad6f9e {
  grid-area: 1 / 7 / 5 / 11;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa4c-80ad6f9e {
  grid-area: 5 / 4 / 7 / 7;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa63-80ad6f9e {
  grid-area: 3 / 1 / 5 / 4;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa7a-80ad6f9e {
  grid-area: 5 / 11 / 7 / 13;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa91-80ad6f9e {
  grid-area: 5 / 7 / 7 / 11;
  place-self: center;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefab6-80ad6f9e,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefabb-80ad6f9e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefabe-80ad6f9e {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb03-80ad6f9e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb20-80ad6f9e {
  place-self: end;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb25-80ad6f9e {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb2c-80ad6f9e {
  grid-area: 2 / 6 / 3 / 11;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb33-80ad6f9e {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb3a-80ad6f9e {
  grid-area: 4 / 6 / 5 / 11;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb41-80ad6f9e {
  grid-area: 4 / 1 / 5 / 6;
  place-self: end start;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefba0-80ad6f9e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefba5-80ad6f9e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefbbe-80ad6f9e {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefbd7-80ad6f9e {
  grid-area: 2 / 7 / 3 / 9;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefbf0-80ad6f9e {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefc11-80ad6f9e {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefc15-80ad6f9e {
  justify-self: center;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefc7d-80ad6f9e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefc82-80ad6f9e {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefca2-80ad6f9e {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefcc3-80ad6f9e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefccc-80ad6f9e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end center;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefccf-80ad6f9e {
  grid-area: 1 / 3 / 2 / 4;
  place-self: end;
}

#w-node-_22e8560e-5a25-995c-b07e-2e933e8885ed-80ad6f9e,
#w-node-_22e8560e-5a25-995c-b07e-2e933e888606-80ad6f9e,
#w-node-_22e8560e-5a25-995c-b07e-2e933e88861f-80ad6f9e,
#w-node-_112d1310-1b10-9cf9-cce5-0a3575c66ba7-80ad6f9e {
  justify-self: stretch;
}

#w-node-_4f4ec018-a5e6-864f-b63c-d3450120028b-80ad6f9e {
  align-self: stretch;
}

#w-node-b7fa2712-28f4-4f7e-15fc-72f5066c51af-80ad6fb3 {
  justify-self: stretch;
}

#w-node-b7fa2712-28f4-4f7e-15fc-72f5066c51bd-80ad6fb3 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-d5e18514-3dc9-321f-1470-2d3dcb3aa49b-80ad6fb3,
#w-node-d5e18514-3dc9-321f-1470-2d3dcb3aa4a6-80ad6fb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f903b34d-6491-c983-d273-6e65369c07ba-80ad6fb3 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f903b34d-6491-c983-d273-6e65369c07af-80ad6fb3,
#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cc1-80ad6fb3 {
  justify-self: stretch;
}

#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cd3-80ad6fb3 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf73371ac-80ad6fb3 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf733719b-80ad6fb3 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52ec-80ad6fb3 {
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52fd-80ad6fb3 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af7-80ad6fb3 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af9-80ad6fb3 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c8f2-80ad6fb3 {
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c904-80ad6fb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5f96-80ad6fb3 {
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5fa7-80ad6fb3 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa04-80ad6fb3,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa12-80ad6fb3,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa20-80ad6fb3,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa2e-80ad6fb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7fa2712-28f4-4f7e-15fc-72f5066c51af-80ad6fb4 {
  justify-self: stretch;
}

#w-node-b7fa2712-28f4-4f7e-15fc-72f5066c51bd-80ad6fb4 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-d5e18514-3dc9-321f-1470-2d3dcb3aa49b-80ad6fb4 {
  justify-self: stretch;
}

#w-node-d5e18514-3dc9-321f-1470-2d3dcb3aa4a6-80ad6fb4,
#w-node-f903b34d-6491-c983-d273-6e65369c07ba-80ad6fb4 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f903b34d-6491-c983-d273-6e65369c07af-80ad6fb4 {
  justify-self: stretch;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa04-80ad6fb4,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa12-80ad6fb4,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa20-80ad6fb4,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa2e-80ad6fb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa33-80ad6fb4 {
  grid-area: 2 / 1 / 3 / 7;
  place-self: center;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa35-80ad6fb4 {
  grid-area: 1 / 7 / 5 / 11;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa4c-80ad6fb4 {
  grid-area: 5 / 4 / 7 / 7;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa63-80ad6fb4 {
  grid-area: 3 / 1 / 5 / 4;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa7a-80ad6fb4 {
  grid-area: 5 / 11 / 7 / 13;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa91-80ad6fb4 {
  grid-area: 5 / 7 / 7 / 11;
  place-self: center;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefab6-80ad6fb4,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefabb-80ad6fb4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefabe-80ad6fb4 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb03-80ad6fb4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb20-80ad6fb4 {
  place-self: end;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb25-80ad6fb4 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb2c-80ad6fb4 {
  grid-area: 2 / 6 / 3 / 11;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb33-80ad6fb4 {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb3a-80ad6fb4 {
  grid-area: 4 / 6 / 5 / 11;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb41-80ad6fb4 {
  grid-area: 4 / 1 / 5 / 6;
  place-self: end start;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefba0-80ad6fb4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefba5-80ad6fb4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefbbe-80ad6fb4 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefbd7-80ad6fb4 {
  grid-area: 2 / 7 / 3 / 9;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefbf0-80ad6fb4 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefc11-80ad6fb4 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefc15-80ad6fb4 {
  justify-self: center;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefc7d-80ad6fb4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefc82-80ad6fb4 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefca2-80ad6fb4 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefcc3-80ad6fb4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefccc-80ad6fb4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end center;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefccf-80ad6fb4 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: end;
}

#w-node-_22e8560e-5a25-995c-b07e-2e933e8885ed-80ad6fb4,
#w-node-_22e8560e-5a25-995c-b07e-2e933e888606-80ad6fb4,
#w-node-_22e8560e-5a25-995c-b07e-2e933e88861f-80ad6fb4,
#w-node-_112d1310-1b10-9cf9-cce5-0a3575c66ba7-80ad6fb4 {
  justify-self: stretch;
}

#w-node-_4f4ec018-a5e6-864f-b63c-d3450120028b-80ad6fb4 {
  align-self: stretch;
}

#w-node-b7fa2712-28f4-4f7e-15fc-72f5066c51af-80ad6fb5 {
  justify-self: stretch;
}

#w-node-b7fa2712-28f4-4f7e-15fc-72f5066c51bd-80ad6fb5 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-d5e18514-3dc9-321f-1470-2d3dcb3aa49b-80ad6fb5 {
  justify-self: stretch;
}

#w-node-d5e18514-3dc9-321f-1470-2d3dcb3aa4a6-80ad6fb5,
#w-node-f903b34d-6491-c983-d273-6e65369c07ba-80ad6fb5 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f903b34d-6491-c983-d273-6e65369c07af-80ad6fb5 {
  justify-self: stretch;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa04-80ad6fb5,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa12-80ad6fb5,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa20-80ad6fb5,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa2e-80ad6fb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa33-80ad6fb5 {
  grid-area: 2 / 1 / 3 / 7;
  place-self: center;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa35-80ad6fb5 {
  grid-area: 1 / 7 / 5 / 11;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa4c-80ad6fb5 {
  grid-area: 5 / 4 / 7 / 7;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa63-80ad6fb5 {
  grid-area: 3 / 1 / 5 / 4;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa7a-80ad6fb5 {
  grid-area: 5 / 11 / 7 / 13;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa91-80ad6fb5 {
  grid-area: 5 / 7 / 7 / 11;
  place-self: center;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefab6-80ad6fb5,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefabb-80ad6fb5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefabe-80ad6fb5 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb03-80ad6fb5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb20-80ad6fb5 {
  place-self: end;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb25-80ad6fb5 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb2c-80ad6fb5 {
  grid-area: 2 / 6 / 3 / 11;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb33-80ad6fb5 {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb3a-80ad6fb5 {
  grid-area: 4 / 6 / 5 / 11;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefb41-80ad6fb5 {
  grid-area: 4 / 1 / 5 / 6;
  place-self: end start;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefba0-80ad6fb5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefba5-80ad6fb5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefbbe-80ad6fb5 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefbd7-80ad6fb5 {
  grid-area: 2 / 7 / 3 / 9;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefbf0-80ad6fb5 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefc11-80ad6fb5 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefc15-80ad6fb5 {
  justify-self: center;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefc7d-80ad6fb5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefc82-80ad6fb5 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefca2-80ad6fb5 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefcc3-80ad6fb5 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefccc-80ad6fb5 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end center;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefccf-80ad6fb5 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: end;
}

#w-node-_22e8560e-5a25-995c-b07e-2e933e8885ed-80ad6fb5,
#w-node-_22e8560e-5a25-995c-b07e-2e933e888606-80ad6fb5,
#w-node-_22e8560e-5a25-995c-b07e-2e933e88861f-80ad6fb5,
#w-node-_112d1310-1b10-9cf9-cce5-0a3575c66ba7-80ad6fb5 {
  justify-self: stretch;
}

#w-node-_4f4ec018-a5e6-864f-b63c-d3450120028b-80ad6fb5 {
  align-self: stretch;
}

#w-node-b1846214-ed5f-900e-da8c-095a984aae49-80ad6fb6,
#w-node-_5bb2df0f-f710-723d-03f4-baecdff3702c-80ad6fb6,
#w-node-d17b80d3-d14e-34fe-1e95-bcd2c1d42865-80ad6fb6,
#w-node-_29d9fb8e-2871-7ebf-dc9d-3899340c2879-80ad6fb6,
#w-node-_1d722f4d-972d-da3e-ebd5-1e08a46a97bb-80ad6fb6,
#w-node-_2f7713a5-e36f-ff21-7c7c-e4181d6c5c07-80ad6fb6 {
  justify-self: start;
}

#w-node-_01a81c98-3ba8-a7c4-78b8-b9e7b87bb4f9-80ad6fb6,
#w-node-_01a81c98-3ba8-a7c4-78b8-b9e7b87bb4fe-80ad6fb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7fa2712-28f4-4f7e-15fc-72f5066c51af-80ad6fb6 {
  justify-self: stretch;
}

#w-node-b7fa2712-28f4-4f7e-15fc-72f5066c51bd-80ad6fb6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-d5e18514-3dc9-321f-1470-2d3dcb3aa49b-80ad6fb6,
#w-node-d5e18514-3dc9-321f-1470-2d3dcb3aa4a6-80ad6fb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f903b34d-6491-c983-d273-6e65369c07ba-80ad6fb6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f903b34d-6491-c983-d273-6e65369c07af-80ad6fb6 {
  justify-self: stretch;
}

#w-node-a65d1b74-7c4c-3cdf-6515-d7f3cb4e2aa5-80ad6fb6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa04-80ad6fb6,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa12-80ad6fb6,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa20-80ad6fb6,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa2e-80ad6fb6,
#w-node-_255243a9-5f9b-7c14-ece3-5995c82a4cf6-80ad6fb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96e84340-f78b-58ab-552f-c817a6352e4a-80ad6fb7,
#w-node-ba0ef872-95f8-6c1d-830c-ced074c45629-80ad6fb8,
#w-node-_3508a2cc-2ffe-558c-45d7-c551a735a40a-80ad6fb8,
#w-node-b7fa2712-28f4-4f7e-15fc-72f5066c51af-80ad6fb9 {
  justify-self: stretch;
}

#w-node-b7fa2712-28f4-4f7e-15fc-72f5066c51bd-80ad6fb9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-d5e18514-3dc9-321f-1470-2d3dcb3aa49b-80ad6fb9,
#w-node-d5e18514-3dc9-321f-1470-2d3dcb3aa4a6-80ad6fb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f903b34d-6491-c983-d273-6e65369c07ba-80ad6fb9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f903b34d-6491-c983-d273-6e65369c07af-80ad6fb9,
#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cc1-80ad6fb9 {
  justify-self: stretch;
}

#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cd3-80ad6fb9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf73371ac-80ad6fb9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf733719b-80ad6fb9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52ec-80ad6fb9 {
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52fd-80ad6fb9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af7-80ad6fb9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af9-80ad6fb9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c8f2-80ad6fb9 {
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c904-80ad6fb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5f96-80ad6fb9 {
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5fa7-80ad6fb9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa04-80ad6fb9,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa12-80ad6fb9,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa20-80ad6fb9,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa2e-80ad6fb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6c6867c-a5ca-811a-27e2-b8db43cc040e-80ad6fba {
  grid-area: 2 / 1 / 3 / 7;
  place-self: start center;
}

#w-node-d6c6867c-a5ca-811a-27e2-b8db43cc0413-80ad6fba {
  grid-area: 1 / 7 / 5 / 11;
}

#w-node-d6c6867c-a5ca-811a-27e2-b8db43cc042a-80ad6fba {
  grid-area: 5 / 4 / 7 / 7;
}

#w-node-d6c6867c-a5ca-811a-27e2-b8db43cc0441-80ad6fba {
  grid-area: 3 / 1 / 5 / 4;
}

#w-node-d6c6867c-a5ca-811a-27e2-b8db43cc0458-80ad6fba {
  grid-area: 5 / 11 / 7 / 13;
}

#w-node-d6c6867c-a5ca-811a-27e2-b8db43cc046f-80ad6fba {
  grid-area: 5 / 7 / 7 / 11;
  place-self: center;
}

#w-node-b7fa2712-28f4-4f7e-15fc-72f5066c51af-80ad6fba {
  justify-self: stretch;
}

#w-node-b7fa2712-28f4-4f7e-15fc-72f5066c51bd-80ad6fba {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-d5e18514-3dc9-321f-1470-2d3dcb3aa49b-80ad6fba,
#w-node-d5e18514-3dc9-321f-1470-2d3dcb3aa4a6-80ad6fba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f903b34d-6491-c983-d273-6e65369c07ba-80ad6fba {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f903b34d-6491-c983-d273-6e65369c07af-80ad6fba,
#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cc1-80ad6fba {
  justify-self: stretch;
}

#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cd3-80ad6fba {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf73371ac-80ad6fba {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf733719b-80ad6fba {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52ec-80ad6fba {
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52fd-80ad6fba {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af7-80ad6fba {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af9-80ad6fba {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c8f2-80ad6fba {
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c904-80ad6fba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5f96-80ad6fba {
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5fa7-80ad6fba {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa04-80ad6fba,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa12-80ad6fba,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa20-80ad6fba,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa2e-80ad6fba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6563f03-394c-efec-e050-5108a331ba87-80ad6fcf,
#w-node-e6563f03-394c-efec-e050-5108a331ba9a-80ad6fcf {
  justify-self: stretch;
}

#w-node-_232597c7-77a5-dba2-7f58-910e46c09e73-80ad6fcf,
#w-node-_9c25e20c-c8db-f8bb-e43a-bfbd0637af92-80ad6fd0,
#w-node-e4d0ed77-a717-467a-9b3d-7cc9bdfbde50-80ad6fd0,
#w-node-_648e1c62-643e-6d65-202e-8d7ff44578e3-80ad6fd0,
#w-node-_7649bbd7-ae16-bc4b-75f3-342f6705ba4c-80ad6fd0,
#w-node-eb3b1647-bc12-aaec-2896-d6361c069352-80ad6fd0,
#w-node-_573ed5df-b88e-1bcf-a0b0-6812c67ae076-80ad6fd0,
#w-node-d5de33fe-8107-bfcd-8418-1cc925dc9e6d-80ad6fd0,
#w-node-d5de33fe-8107-bfcd-8418-1cc925dc9e89-80ad6fd0,
#w-node-e6a421e1-7c1b-b5a5-cab0-3dc590c2f4b8-80ad6fd0,
#w-node-e6a421e1-7c1b-b5a5-cab0-3dc590c2f4d4-80ad6fd0,
#w-node-a868c3dd-951e-d32c-e3ca-90db54b062d7-80ad6fd0,
#w-node-a868c3dd-951e-d32c-e3ca-90db54b062f3-80ad6fd0,
#w-node-bc759a01-8dfc-b030-a210-c717653cc16e-80ad6fd0,
#w-node-bc759a01-8dfc-b030-a210-c717653cc18a-80ad6fd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56e116be-f9d5-ae42-b4b8-ecb4e4a7ee77-80ad6fe5 {
  justify-self: stretch;
}

#w-node-_56e116be-f9d5-ae42-b4b8-ecb4e4a7ee85-80ad6fe5 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_56e116be-f9d5-ae42-b4b8-ecb4e4a7ee89-80ad6fe5,
#w-node-_56e116be-f9d5-ae42-b4b8-ecb4e4a7ee97-80ad6fe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_56e116be-f9d5-ae42-b4b8-ecb4e4a7ee9b-80ad6fe5 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_56e116be-f9d5-ae42-b4b8-ecb4e4a7ee9d-80ad6fe5,
#w-node-_56e116be-f9d5-ae42-b4b8-ecb4e4a7ef0c-80ad6fe5 {
  justify-self: stretch;
}

#w-node-_56e116be-f9d5-ae42-b4b8-ecb4e4a7ef1c-80ad6fe5 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_56e116be-f9d5-ae42-b4b8-ecb4e4a7ef4a-80ad6fe5 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_56e116be-f9d5-ae42-b4b8-ecb4e4a7ef4c-80ad6fe5 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_56e116be-f9d5-ae42-b4b8-ecb4e4a7efe2-80ad6fe5 {
  justify-self: stretch;
}

#w-node-_56e116be-f9d5-ae42-b4b8-ecb4e4a7eff2-80ad6fe5 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_56e116be-f9d5-ae42-b4b8-ecb4e4a7f06e-80ad6fe5 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_56e116be-f9d5-ae42-b4b8-ecb4e4a7f070-80ad6fe5 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_56e116be-f9d5-ae42-b4b8-ecb4e4a7f0fe-80ad6fe5 {
  justify-self: stretch;
}

#w-node-_56e116be-f9d5-ae42-b4b8-ecb4e4a7f10d-80ad6fe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_56e116be-f9d5-ae42-b4b8-ecb4e4a7f12e-80ad6fe5 {
  justify-self: stretch;
}

#w-node-_56e116be-f9d5-ae42-b4b8-ecb4e4a7f13a-80ad6fe5 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_56e116be-f9d5-ae42-b4b8-ecb4e4a7f15a-80ad6fe5,
#w-node-_56e116be-f9d5-ae42-b4b8-ecb4e4a7f168-80ad6fe5,
#w-node-_56e116be-f9d5-ae42-b4b8-ecb4e4a7f176-80ad6fe5,
#w-node-_56e116be-f9d5-ae42-b4b8-ecb4e4a7f184-80ad6fe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370805-80ad6fe6 {
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370812-80ad6fe6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370816-80ad6fe6,
#w-node-_70aaab50-f834-0b9f-4e16-65a85e370823-80ad6fe6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370827-80ad6fe6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370829-80ad6fe6,
#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cc1-80ad6fe6 {
  justify-self: stretch;
}

#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cd3-80ad6fe6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf73371ac-80ad6fe6 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf733719b-80ad6fe6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52ec-80ad6fe6 {
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52fd-80ad6fe6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af7-80ad6fe6 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af9-80ad6fe6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c8f2-80ad6fe6 {
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c904-80ad6fe6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5f96-80ad6fe6 {
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5fa7-80ad6fe6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa04-80ad6fe6,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa12-80ad6fe6,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa20-80ad6fe6,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa2e-80ad6fe6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370805-80ad6fe7 {
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370812-80ad6fe7 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370816-80ad6fe7,
#w-node-_70aaab50-f834-0b9f-4e16-65a85e370823-80ad6fe7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370827-80ad6fe7 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370829-80ad6fe7,
#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cc1-80ad6fe7 {
  justify-self: stretch;
}

#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cd3-80ad6fe7 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf73371ac-80ad6fe7 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf733719b-80ad6fe7 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52ec-80ad6fe7 {
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52fd-80ad6fe7 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af7-80ad6fe7 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af9-80ad6fe7 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c8f2-80ad6fe7 {
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c904-80ad6fe7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5f96-80ad6fe7 {
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5fa7-80ad6fe7 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa04-80ad6fe7,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa12-80ad6fe7,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa20-80ad6fe7,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa2e-80ad6fe7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76dc46ad-a7a1-db0a-2b97-60db2b8519fd-80ad6fe8 {
  grid-area: 2 / 1 / 3 / 7;
  place-self: start center;
}

#w-node-_76dc46ad-a7a1-db0a-2b97-60db2b8519ff-80ad6fe8 {
  grid-area: 1 / 7 / 5 / 11;
}

#w-node-_76dc46ad-a7a1-db0a-2b97-60db2b851a16-80ad6fe8 {
  grid-area: 5 / 4 / 7 / 7;
}

#w-node-_76dc46ad-a7a1-db0a-2b97-60db2b851a2d-80ad6fe8 {
  grid-area: 3 / 1 / 5 / 4;
}

#w-node-_76dc46ad-a7a1-db0a-2b97-60db2b851a44-80ad6fe8 {
  grid-area: 5 / 11 / 7 / 13;
}

#w-node-_76dc46ad-a7a1-db0a-2b97-60db2b851a5b-80ad6fe8 {
  grid-area: 5 / 7 / 7 / 11;
  place-self: center;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370805-80ad6fe8 {
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370812-80ad6fe8 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370816-80ad6fe8,
#w-node-_70aaab50-f834-0b9f-4e16-65a85e370823-80ad6fe8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370827-80ad6fe8 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370829-80ad6fe8,
#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cc1-80ad6fe8 {
  justify-self: stretch;
}

#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cd3-80ad6fe8 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf73371ac-80ad6fe8 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf733719b-80ad6fe8 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52ec-80ad6fe8 {
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52fd-80ad6fe8 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af7-80ad6fe8 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af9-80ad6fe8 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c8f2-80ad6fe8 {
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c904-80ad6fe8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5f96-80ad6fe8 {
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5fa7-80ad6fe8 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa04-80ad6fe8,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa12-80ad6fe8,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa20-80ad6fe8,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa2e-80ad6fe8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370805-80ad6fe9 {
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370812-80ad6fe9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370816-80ad6fe9,
#w-node-_70aaab50-f834-0b9f-4e16-65a85e370823-80ad6fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370827-80ad6fe9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370829-80ad6fe9,
#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cc1-80ad6fe9 {
  justify-self: stretch;
}

#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cd3-80ad6fe9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf73371ac-80ad6fe9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf733719b-80ad6fe9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52ec-80ad6fe9 {
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52fd-80ad6fe9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af7-80ad6fe9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af9-80ad6fe9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c8f2-80ad6fe9 {
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c904-80ad6fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5f96-80ad6fe9 {
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5fa7-80ad6fe9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa04-80ad6fe9,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa12-80ad6fe9,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa20-80ad6fe9,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa2e-80ad6fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370805-80ad6fea {
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370812-80ad6fea {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370816-80ad6fea,
#w-node-_70aaab50-f834-0b9f-4e16-65a85e370823-80ad6fea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370827-80ad6fea {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370829-80ad6fea,
#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cc1-80ad6fea {
  justify-self: stretch;
}

#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cd3-80ad6fea {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf73371ac-80ad6fea {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf733719b-80ad6fea {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52ec-80ad6fea {
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52fd-80ad6fea {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af7-80ad6fea {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af9-80ad6fea {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c8f2-80ad6fea {
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c904-80ad6fea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5f96-80ad6fea {
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5fa7-80ad6fea {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa04-80ad6fea,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa12-80ad6fea,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa20-80ad6fea,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa2e-80ad6fea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21f6d288-450f-6e59-ae54-25c76ba9fa5f-80ad6feb {
  grid-area: 2 / 1 / 3 / 7;
  place-self: start center;
}

#w-node-_21f6d288-450f-6e59-ae54-25c76ba9fa61-80ad6feb {
  grid-area: 1 / 7 / 5 / 11;
}

#w-node-_21f6d288-450f-6e59-ae54-25c76ba9fa78-80ad6feb {
  grid-area: 5 / 4 / 7 / 7;
}

#w-node-_21f6d288-450f-6e59-ae54-25c76ba9fa8f-80ad6feb {
  grid-area: 3 / 1 / 5 / 4;
}

#w-node-_21f6d288-450f-6e59-ae54-25c76ba9faa6-80ad6feb {
  grid-area: 5 / 11 / 7 / 13;
}

#w-node-_21f6d288-450f-6e59-ae54-25c76ba9fabd-80ad6feb {
  grid-area: 5 / 7 / 7 / 11;
  place-self: center;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370805-80ad6feb {
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370812-80ad6feb {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370816-80ad6feb,
#w-node-_70aaab50-f834-0b9f-4e16-65a85e370823-80ad6feb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370827-80ad6feb {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370829-80ad6feb,
#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cc1-80ad6feb {
  justify-self: stretch;
}

#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cd3-80ad6feb {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf73371ac-80ad6feb {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf733719b-80ad6feb {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52ec-80ad6feb {
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52fd-80ad6feb {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af7-80ad6feb {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af9-80ad6feb {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c8f2-80ad6feb {
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c904-80ad6feb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5f96-80ad6feb {
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5fa7-80ad6feb {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa04-80ad6feb,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa12-80ad6feb,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa20-80ad6feb,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa2e-80ad6feb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370805-80ad6fec {
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370812-80ad6fec {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370816-80ad6fec,
#w-node-_70aaab50-f834-0b9f-4e16-65a85e370823-80ad6fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370827-80ad6fec {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370829-80ad6fec,
#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cc1-80ad6fec {
  justify-self: stretch;
}

#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cd3-80ad6fec {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf73371ac-80ad6fec {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf733719b-80ad6fec {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52ec-80ad6fec {
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52fd-80ad6fec {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af7-80ad6fec {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af9-80ad6fec {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c8f2-80ad6fec {
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c904-80ad6fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5f96-80ad6fec {
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5fa7-80ad6fec {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa04-80ad6fec,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa12-80ad6fec,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa20-80ad6fec,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa2e-80ad6fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370805-80ad6ff0 {
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370812-80ad6ff0 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370816-80ad6ff0,
#w-node-_70aaab50-f834-0b9f-4e16-65a85e370823-80ad6ff0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370827-80ad6ff0 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370829-80ad6ff0,
#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cc1-80ad6ff0 {
  justify-self: stretch;
}

#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cd3-80ad6ff0 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf73371ac-80ad6ff0 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf733719b-80ad6ff0 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52ec-80ad6ff0 {
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52fd-80ad6ff0 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af7-80ad6ff0 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af9-80ad6ff0 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c8f2-80ad6ff0 {
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c904-80ad6ff0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5f96-80ad6ff0 {
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5fa7-80ad6ff0 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa04-80ad6ff0,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa12-80ad6ff0,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa20-80ad6ff0,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa2e-80ad6ff0,
#w-node-_84fa766c-9cd5-5824-6cbe-c9f132c01f92-80ad6ff1,
#w-node-_84fa766c-9cd5-5824-6cbe-c9f132c01f94-80ad6ff1,
#w-node-_1b1c8a1e-2993-0cce-f0bc-537799c5a921-80ad6ff1,
#w-node-_1b1c8a1e-2993-0cce-f0bc-537799c5a92f-80ad6ff1,
#w-node-_1b1c8a1e-2993-0cce-f0bc-537799c5a93d-80ad6ff1,
#w-node-_1b1c8a1e-2993-0cce-f0bc-537799c5a94b-80ad6ff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370805-80ad6ff2 {
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370812-80ad6ff2 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370816-80ad6ff2,
#w-node-_70aaab50-f834-0b9f-4e16-65a85e370823-80ad6ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370827-80ad6ff2 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370829-80ad6ff2,
#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cc1-80ad6ff2 {
  justify-self: stretch;
}

#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cd3-80ad6ff2 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf73371ac-80ad6ff2 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf733719b-80ad6ff2 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52ec-80ad6ff2 {
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52fd-80ad6ff2 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af7-80ad6ff2 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af9-80ad6ff2 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c8f2-80ad6ff2 {
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c904-80ad6ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5f96-80ad6ff2 {
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5fa7-80ad6ff2 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa04-80ad6ff2,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa12-80ad6ff2,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa20-80ad6ff2,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa2e-80ad6ff2,
#w-node-_255243a9-5f9b-7c14-ece3-5995c82a4cf4-80ad6ff4,
#w-node-_255243a9-5f9b-7c14-ece3-5995c82a4cf6-80ad6ff4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370805-80ad6ff5 {
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370812-80ad6ff5 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370816-80ad6ff5,
#w-node-_70aaab50-f834-0b9f-4e16-65a85e370823-80ad6ff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370827-80ad6ff5 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370829-80ad6ff5,
#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cc1-80ad6ff5 {
  justify-self: stretch;
}

#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cd3-80ad6ff5 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf73371ac-80ad6ff5 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf733719b-80ad6ff5 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52ec-80ad6ff5 {
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52fd-80ad6ff5 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af7-80ad6ff5 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af9-80ad6ff5 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c8f2-80ad6ff5 {
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c904-80ad6ff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5f96-80ad6ff5 {
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5fa7-80ad6ff5 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa04-80ad6ff5,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa12-80ad6ff5,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa20-80ad6ff5,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa2e-80ad6ff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4197560a-eb08-8741-27a7-2e0dbbffdf80-80ad6ff5 {
  justify-self: center;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370805-80ad6ff6 {
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370812-80ad6ff6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370816-80ad6ff6,
#w-node-_70aaab50-f834-0b9f-4e16-65a85e370823-80ad6ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370827-80ad6ff6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370829-80ad6ff6,
#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cc1-80ad6ff6 {
  justify-self: stretch;
}

#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cd3-80ad6ff6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf73371ac-80ad6ff6 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf733719b-80ad6ff6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52ec-80ad6ff6 {
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52fd-80ad6ff6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af7-80ad6ff6 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af9-80ad6ff6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c8f2-80ad6ff6 {
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c904-80ad6ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5f96-80ad6ff6 {
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5fa7-80ad6ff6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa04-80ad6ff6,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa12-80ad6ff6,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa20-80ad6ff6,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa2e-80ad6ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4197560a-eb08-8741-27a7-2e0dbbffdf80-80ad6ff6 {
  justify-self: center;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370805-80ad6ff7 {
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370812-80ad6ff7 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370816-80ad6ff7,
#w-node-_70aaab50-f834-0b9f-4e16-65a85e370823-80ad6ff7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370827-80ad6ff7 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370829-80ad6ff7,
#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cc1-80ad6ff7 {
  justify-self: stretch;
}

#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cd3-80ad6ff7 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf73371ac-80ad6ff7 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf733719b-80ad6ff7 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52ec-80ad6ff7 {
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52fd-80ad6ff7 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af7-80ad6ff7 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af9-80ad6ff7 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c8f2-80ad6ff7 {
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c904-80ad6ff7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5f96-80ad6ff7 {
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5fa7-80ad6ff7 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa04-80ad6ff7,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa12-80ad6ff7,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa20-80ad6ff7,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa2e-80ad6ff7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4197560a-eb08-8741-27a7-2e0dbbffdf80-80ad6ff7 {
  justify-self: center;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370805-80ad6ff8 {
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370812-80ad6ff8 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370816-80ad6ff8,
#w-node-_70aaab50-f834-0b9f-4e16-65a85e370823-80ad6ff8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370827-80ad6ff8 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370829-80ad6ff8,
#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cc1-80ad6ff8 {
  justify-self: stretch;
}

#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cd3-80ad6ff8 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf73371ac-80ad6ff8 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf733719b-80ad6ff8 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52ec-80ad6ff8 {
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52fd-80ad6ff8 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af7-80ad6ff8 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af9-80ad6ff8 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c8f2-80ad6ff8 {
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c904-80ad6ff8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5f96-80ad6ff8 {
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5fa7-80ad6ff8 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa04-80ad6ff8,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa12-80ad6ff8,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa20-80ad6ff8,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa2e-80ad6ff8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4197560a-eb08-8741-27a7-2e0dbbffdf80-80ad6ff8 {
  justify-self: center;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370805-80ad6ff9 {
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370812-80ad6ff9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370816-80ad6ff9,
#w-node-_70aaab50-f834-0b9f-4e16-65a85e370823-80ad6ff9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370827-80ad6ff9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370829-80ad6ff9,
#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cc1-80ad6ff9 {
  justify-self: stretch;
}

#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cd3-80ad6ff9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf73371ac-80ad6ff9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf733719b-80ad6ff9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52ec-80ad6ff9 {
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52fd-80ad6ff9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af7-80ad6ff9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af9-80ad6ff9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c8f2-80ad6ff9 {
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c904-80ad6ff9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5f96-80ad6ff9 {
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5fa7-80ad6ff9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa04-80ad6ff9,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa12-80ad6ff9,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa20-80ad6ff9,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa2e-80ad6ff9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4197560a-eb08-8741-27a7-2e0dbbffdf80-80ad6ff9 {
  justify-self: center;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370805-80ad6ffa {
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370812-80ad6ffa {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370816-80ad6ffa,
#w-node-_70aaab50-f834-0b9f-4e16-65a85e370823-80ad6ffa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370827-80ad6ffa {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_70aaab50-f834-0b9f-4e16-65a85e370829-80ad6ffa,
#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cc1-80ad6ffa {
  justify-self: stretch;
}

#w-node-_7a103fc5-129b-98fa-73b9-09ca2a718cd3-80ad6ffa {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf73371ac-80ad6ffa {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_983bcad0-9ae4-57ad-61eb-1cfcf733719b-80ad6ffa {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52ec-80ad6ffa {
  justify-self: stretch;
}

#w-node-af97c75c-135e-e41f-6056-fad1482b52fd-80ad6ffa {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af7-80ad6ffa {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_715355be-631b-87cd-eb6b-132b96d48af9-80ad6ffa {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c8f2-80ad6ffa {
  justify-self: stretch;
}

#w-node-_6ffb9852-ed6b-5c60-6d0b-c55309b8c904-80ad6ffa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5f96-80ad6ffa {
  justify-self: stretch;
}

#w-node-_6b9a23aa-4d15-e776-fcfb-49b7593f5fa7-80ad6ffa {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa04-80ad6ffa,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa12-80ad6ffa,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa20-80ad6ffa,
#w-node-f0ac61be-85e1-1890-54d0-67fe60eefa2e-80ad6ffa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4197560a-eb08-8741-27a7-2e0dbbffdf80-80ad6ffa {
  justify-self: center;
}

#w-node-_8651caf5-b3ea-e9eb-3c96-a2c7010516ad-80ad6ffb,
#w-node-_8651caf5-b3ea-e9eb-3c96-a2c7010516af-80ad6ffb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8c1073c-c7b2-3857-7726-f30f66bf40aa-80ad6ffb,
#w-node-b8c1073c-c7b2-3857-7726-f30f66bf40b5-80ad6ffb {
  justify-self: stretch;
}

#w-node-_316f8e84-95ca-a4b3-a7d4-50328427b544-80ad6ffc,
#w-node-_316f8e84-95ca-a4b3-a7d4-50328427b546-80ad6ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcd1054c-7e83-bd97-472f-87251d2931f3-80ad6ffc,
#w-node-bcd1054c-7e83-bd97-472f-87251d2931fe-80ad6ffc {
  justify-self: stretch;
}

#w-node-e260ab9d-8e69-55e0-d7b1-3a15abafc90b-80ad6ffd {
  justify-self: center;
}

#w-node-ffa10e0f-1fd2-0f76-f678-6ca800cfa342-80ad6ffe,
#w-node-ffa10e0f-1fd2-0f76-f678-6ca800cfa344-80ad6ffe,
#w-node-b98829a7-cd9e-67f1-beb3-7dfc44cac571-80ad6ffe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b98829a7-cd9e-67f1-beb3-7dfc44cac5a9-80ad6ffe,
#w-node-b98829a7-cd9e-67f1-beb3-7dfc44cac5b3-80ad6ffe,
#w-node-b98829a7-cd9e-67f1-beb3-7dfc44cac5c1-80ad6ffe,
#w-node-b98829a7-cd9e-67f1-beb3-7dfc44cac5c9-80ad6ffe {
  align-self: center;
}

#w-node-_255243a9-5f9b-7c14-ece3-5995c82a4cf6-80ad6fff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96e84340-f78b-58ab-552f-c817a6352e4a-80ad6fff {
  justify-self: stretch;
}

#w-node-_41ac4248-5209-7ae3-25b5-8ec1d9a30884-80ad6fff,
#w-node-_255243a9-5f9b-7c14-ece3-5995c82a4cf6-80ad7000,
#w-node-_255243a9-5f9b-7c14-ece3-5995c82a4cf6-80ad7001 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96e84340-f78b-58ab-552f-c817a6352e4a-80ad7001 {
  justify-self: stretch;
}

#w-node-f82bd393-8dbf-77ec-8797-97c8db4f06d4-886d997d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1902ec74-f8f9-d249-e482-38b4065647eb-886d997d {
  justify-self: stretch;
}

#w-node-_8078eab2-f89a-33bb-ef28-7185bf89e6b8-c3a20503 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9c925a8-5152-c9b3-55f7-4e0dbf960090-c3a20503 {
  justify-self: stretch;
}

#w-node-_4562490c-b164-fd1d-7000-7d5ee425a8fb-57126f38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_864166e6-37cc-66a9-901f-b30e0d0ebc88-57126f38 {
  justify-self: stretch;
}

#w-node-_8078eab2-f89a-33bb-ef28-7185bf89e6b8-71c3201c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9c925a8-5152-c9b3-55f7-4e0dbf960090-71c3201c {
  justify-self: stretch;
}

#w-node-_8078eab2-f89a-33bb-ef28-7185bf89e6b8-0700e81d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9c925a8-5152-c9b3-55f7-4e0dbf960090-0700e81d {
  justify-self: stretch;
}

#w-node-_8078eab2-f89a-33bb-ef28-7185bf89e6b8-7d7942a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9c925a8-5152-c9b3-55f7-4e0dbf960090-7d7942a3 {
  justify-self: stretch;
}

#w-node-_9c25e20c-c8db-f8bb-e43a-bfbd0637af92-bb3f5d68,
#w-node-b3acd05a-7dcf-7032-11e1-78071795dc08-bb3f5d68,
#w-node-_9508d8df-91fb-44e3-5b5a-818a30458edf-bb3f5d68,
#w-node-dc40b825-0aea-cb0f-c7f6-8b5bb8ba6f37-bb3f5d68,
#w-node-a40165af-3dec-0033-77aa-92e2fe9402a3-bb3f5d68,
#w-node-_02bba9d4-9a8f-e8a1-4e31-01ec0f1b5af7-bb3f5d68,
#w-node-_13f40f71-b4c9-a2d6-0808-6dde92026149-bb3f5d68,
#w-node-d5de33fe-8107-bfcd-8418-1cc925dc9e6d-bb3f5d68,
#w-node-d5de33fe-8107-bfcd-8418-1cc925dc9e89-bb3f5d68,
#w-node-e6a421e1-7c1b-b5a5-cab0-3dc590c2f4b8-bb3f5d68,
#w-node-e6a421e1-7c1b-b5a5-cab0-3dc590c2f4d4-bb3f5d68,
#w-node-a868c3dd-951e-d32c-e3ca-90db54b062d7-bb3f5d68,
#w-node-a868c3dd-951e-d32c-e3ca-90db54b062f3-bb3f5d68,
#w-node-bc759a01-8dfc-b030-a210-c717653cc16e-bb3f5d68,
#w-node-bc759a01-8dfc-b030-a210-c717653cc18a-bb3f5d68,
#w-node-f82bd393-8dbf-77ec-8797-97c8db4f06d4-3733d74a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1902ec74-f8f9-d249-e482-38b4065647eb-3733d74a {
  justify-self: stretch;
}

#w-node-_8078eab2-f89a-33bb-ef28-7185bf89e6b8-80cee495 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9c925a8-5152-c9b3-55f7-4e0dbf960090-80cee495 {
  justify-self: stretch;
}

#w-node-_8078eab2-f89a-33bb-ef28-7185bf89e6b8-40ca4c07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9c925a8-5152-c9b3-55f7-4e0dbf960090-40ca4c07 {
  justify-self: stretch;
}

@media screen and (min-width: 1920px) {

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa33-80ad6eff,
  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa33-80ad6f9e,
  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa33-80ad6fb4,
  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa33-80ad6fb5,
  #w-node-d6c6867c-a5ca-811a-27e2-b8db43cc040e-80ad6fba,
  #w-node-_76dc46ad-a7a1-db0a-2b97-60db2b8519fd-80ad6fe8,
  #w-node-_21f6d288-450f-6e59-ae54-25c76ba9fa5f-80ad6feb {
    grid-column-start: 3;
    justify-self: start;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_715355be-631b-87cd-eb6b-132b96d48af7-80ad6efd {
    grid-column: 1 / 2;
  }

  #w-node-_715355be-631b-87cd-eb6b-132b96d48af9-80ad6efd {
    grid-column: 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7ad2ab83-7ef6-abda-5343-05bde649f730-80ad6efd {
    justify-self: auto;
  }

  #w-node-_50d5fe96-ebe6-9645-d78a-0c7718900565-18900515 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: end;
  }

  #w-node-_50d5fe96-ebe6-9645-d78a-0c771890051a-18900515 {
    grid-column-end: 2;
  }

  #w-node-_50d5fe96-ebe6-9645-d78a-0c771890051f-18900515 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_50d5fe96-ebe6-9645-d78a-0c7718900560-18900515 {
    grid-row: 2 / 3;
    justify-self: center;
  }

  #w-node-_50d5fe96-ebe6-9645-d78a-0c7718900568-18900515 {
    grid-column: 1 / 2;
    justify-self: center;
  }

  #w-node-_7ad2ab83-7ef6-abda-5343-05bde649f730-80ad6efe {
    justify-self: auto;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa33-80ad6eff {
    grid-column-end: 8;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa35-80ad6eff {
    grid-column: 8 / 12;
    grid-row-end: 3;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa4c-80ad6eff {
    grid-area: 3 / 4 / 5 / 8;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa63-80ad6eff {
    grid-area: 5 / 2 / 6 / 4;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa7a-80ad6eff {
    grid-area: 6 / 4 / 7 / 6;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa91-80ad6eff {
    grid-row-start: 6;
    grid-column-end: 13;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefba5-80ad6eff {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefbbe-80ad6eff {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefbd7-80ad6eff {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefbf0-80ad6eff {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_8346bd5e-b676-fe07-8b49-cd51bac75aa6-80ad6f11 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8682456-b464-e9c3-6950-e3123d6e14ea-80ad6f75 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa33-80ad6f9e {
    grid-column-end: 8;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa35-80ad6f9e {
    grid-column: 8 / 12;
    grid-row-end: 3;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa4c-80ad6f9e {
    grid-area: 3 / 4 / 5 / 8;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa63-80ad6f9e {
    grid-area: 5 / 2 / 6 / 4;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa7a-80ad6f9e {
    grid-area: 6 / 4 / 7 / 6;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa91-80ad6f9e {
    grid-row-start: 6;
    grid-column-end: 13;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefba5-80ad6f9e {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefbbe-80ad6f9e {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefbd7-80ad6f9e {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefbf0-80ad6f9e {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa33-80ad6fb4 {
    grid-column-end: 8;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa35-80ad6fb4 {
    grid-column: 8 / 12;
    grid-row-end: 3;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa4c-80ad6fb4 {
    grid-area: 3 / 4 / 5 / 8;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa63-80ad6fb4 {
    grid-area: 5 / 2 / 6 / 4;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa7a-80ad6fb4 {
    grid-area: 6 / 4 / 7 / 6;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa91-80ad6fb4 {
    grid-row-start: 6;
    grid-column-end: 13;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefba5-80ad6fb4 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefbbe-80ad6fb4 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefbd7-80ad6fb4 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefbf0-80ad6fb4 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa33-80ad6fb5 {
    grid-column-end: 8;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa35-80ad6fb5 {
    grid-column: 8 / 12;
    grid-row-end: 3;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa4c-80ad6fb5 {
    grid-area: 3 / 4 / 5 / 8;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa63-80ad6fb5 {
    grid-area: 5 / 2 / 6 / 4;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa7a-80ad6fb5 {
    grid-area: 6 / 4 / 7 / 6;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa91-80ad6fb5 {
    grid-row-start: 6;
    grid-column-end: 13;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefba5-80ad6fb5 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefbbe-80ad6fb5 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefbd7-80ad6fb5 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefbf0-80ad6fb5 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-d6c6867c-a5ca-811a-27e2-b8db43cc040e-80ad6fba {
    grid-column-end: 8;
  }

  #w-node-d6c6867c-a5ca-811a-27e2-b8db43cc0413-80ad6fba {
    grid-column: 8 / 12;
    grid-row-end: 3;
  }

  #w-node-d6c6867c-a5ca-811a-27e2-b8db43cc042a-80ad6fba {
    grid-area: 3 / 4 / 5 / 8;
  }

  #w-node-d6c6867c-a5ca-811a-27e2-b8db43cc0441-80ad6fba {
    grid-area: 5 / 2 / 6 / 4;
  }

  #w-node-d6c6867c-a5ca-811a-27e2-b8db43cc0458-80ad6fba {
    grid-area: 6 / 4 / 7 / 6;
  }

  #w-node-d6c6867c-a5ca-811a-27e2-b8db43cc046f-80ad6fba {
    grid-row-start: 6;
    grid-column-end: 13;
  }

  #w-node-_76dc46ad-a7a1-db0a-2b97-60db2b8519fd-80ad6fe8 {
    grid-column-end: 8;
  }

  #w-node-_76dc46ad-a7a1-db0a-2b97-60db2b8519ff-80ad6fe8 {
    grid-column: 8 / 12;
    grid-row-end: 3;
  }

  #w-node-_76dc46ad-a7a1-db0a-2b97-60db2b851a16-80ad6fe8 {
    grid-area: 3 / 4 / 5 / 8;
  }

  #w-node-_76dc46ad-a7a1-db0a-2b97-60db2b851a2d-80ad6fe8 {
    grid-area: 5 / 2 / 6 / 4;
  }

  #w-node-_76dc46ad-a7a1-db0a-2b97-60db2b851a44-80ad6fe8 {
    grid-area: 6 / 4 / 7 / 6;
  }

  #w-node-_76dc46ad-a7a1-db0a-2b97-60db2b851a5b-80ad6fe8 {
    grid-row-start: 6;
    grid-column-end: 13;
  }

  #w-node-_21f6d288-450f-6e59-ae54-25c76ba9fa5f-80ad6feb {
    grid-column-end: 8;
  }

  #w-node-_21f6d288-450f-6e59-ae54-25c76ba9fa61-80ad6feb {
    grid-column: 8 / 12;
    grid-row-end: 3;
  }

  #w-node-_21f6d288-450f-6e59-ae54-25c76ba9fa78-80ad6feb {
    grid-area: 3 / 4 / 5 / 8;
  }

  #w-node-_21f6d288-450f-6e59-ae54-25c76ba9fa8f-80ad6feb {
    grid-area: 5 / 2 / 6 / 4;
  }

  #w-node-_21f6d288-450f-6e59-ae54-25c76ba9faa6-80ad6feb {
    grid-area: 6 / 4 / 7 / 6;
  }

  #w-node-_21f6d288-450f-6e59-ae54-25c76ba9fabd-80ad6feb {
    grid-row-start: 6;
    grid-column-end: 13;
  }

  #w-node-_7ad2ab83-7ef6-abda-5343-05bde649f730-80ad6ff5,
  #w-node-_7ad2ab83-7ef6-abda-5343-05bde649f730-80ad6ff6,
  #w-node-_7ad2ab83-7ef6-abda-5343-05bde649f730-80ad6ff7,
  #w-node-_7ad2ab83-7ef6-abda-5343-05bde649f730-80ad6ff8,
  #w-node-_7ad2ab83-7ef6-abda-5343-05bde649f730-80ad6ff9,
  #w-node-_7ad2ab83-7ef6-abda-5343-05bde649f730-80ad6ffa {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_50d5fe96-ebe6-9645-d78a-0c7718900565-18900515 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: end;
  }

  #w-node-_50d5fe96-ebe6-9645-d78a-0c771890051a-18900515 {
    grid-column-end: 2;
  }

  #w-node-_50d5fe96-ebe6-9645-d78a-0c771890051f-18900515 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_50d5fe96-ebe6-9645-d78a-0c7718900560-18900515 {
    grid-row: 2 / 3;
    justify-self: center;
  }

  #w-node-_50d5fe96-ebe6-9645-d78a-0c7718900568-18900515 {
    grid-column: 1 / 2;
    justify-self: center;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa35-80ad6eff {
    grid-column: 7 / 12;
    grid-row-end: 4;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa4c-80ad6eff {
    grid-area: 4 / 4 / 5 / 7;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa63-80ad6eff {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa7a-80ad6eff {
    grid-area: 6 / 4 / 7 / 7;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa91-80ad6eff {
    grid-area: 6 / 7 / 7 / 13;
    justify-self: center;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefabe-80ad6eff {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefba5-80ad6eff,
  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefbbe-80ad6eff,
  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefbd7-80ad6eff,
  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefbf0-80ad6eff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefc7d-80ad6eff {
    grid-column-end: 3;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefc82-80ad6eff {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefca2-80ad6eff {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefcc3-80ad6eff {
    grid-row: 2 / 3;
    justify-self: start;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefccc-80ad6eff {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: end;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefccf-80ad6eff {
    grid-column: 1 / 2;
    justify-self: auto;
  }

  #w-node-_5ae4afd8-cbed-33f6-22d2-7bc3308798f8-80ad6f1a {
    justify-self: center;
  }

  #w-node-_5ae4afd8-cbed-33f6-22d2-7bc3308798fc-80ad6f1a,
  #w-node-_5ae4afd8-cbed-33f6-22d2-7bc330879991-80ad6f1a,
  #w-node-_5ae4afd8-cbed-33f6-22d2-7bc330879a26-80ad6f1a,
  #w-node-_5ae4afd8-cbed-33f6-22d2-7bc330879b0d-80ad6f1a,
  #w-node-_5ae4afd8-cbed-33f6-22d2-7bc330879ba2-80ad6f1a,
  #w-node-_48bc9610-f9ba-876f-5049-b4515258dbf3-80ad6f1a {
    justify-self: stretch;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa35-80ad6f9e {
    grid-column: 7 / 12;
    grid-row-end: 4;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa4c-80ad6f9e {
    grid-area: 4 / 4 / 5 / 7;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa63-80ad6f9e {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa7a-80ad6f9e {
    grid-area: 6 / 4 / 7 / 7;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa91-80ad6f9e {
    grid-area: 6 / 7 / 7 / 13;
    justify-self: center;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefabe-80ad6f9e {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefba5-80ad6f9e,
  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefbbe-80ad6f9e,
  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefbd7-80ad6f9e,
  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefbf0-80ad6f9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefc7d-80ad6f9e {
    grid-column-end: 3;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefc82-80ad6f9e {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefca2-80ad6f9e {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefcc3-80ad6f9e {
    grid-row: 2 / 3;
    justify-self: start;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefccc-80ad6f9e {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: end;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefccf-80ad6f9e {
    grid-column: 1 / 2;
    justify-self: auto;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa35-80ad6fb4 {
    grid-column: 7 / 12;
    grid-row-end: 4;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa4c-80ad6fb4 {
    grid-area: 4 / 4 / 5 / 7;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa63-80ad6fb4 {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa7a-80ad6fb4 {
    grid-area: 6 / 4 / 7 / 7;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa91-80ad6fb4 {
    grid-area: 6 / 7 / 7 / 13;
    justify-self: center;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefabe-80ad6fb4 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefba5-80ad6fb4,
  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefbbe-80ad6fb4,
  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefbd7-80ad6fb4,
  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefbf0-80ad6fb4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefc7d-80ad6fb4 {
    grid-column-end: 3;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefc82-80ad6fb4 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefca2-80ad6fb4 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefcc3-80ad6fb4 {
    grid-row: 2 / 3;
    justify-self: start;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefccc-80ad6fb4 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: end;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefccf-80ad6fb4 {
    grid-column: 1 / 2;
    justify-self: auto;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa35-80ad6fb5 {
    grid-column: 7 / 12;
    grid-row-end: 4;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa4c-80ad6fb5 {
    grid-area: 4 / 4 / 5 / 7;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa63-80ad6fb5 {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa7a-80ad6fb5 {
    grid-area: 6 / 4 / 7 / 7;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa91-80ad6fb5 {
    grid-area: 6 / 7 / 7 / 13;
    justify-self: center;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefabe-80ad6fb5 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefba5-80ad6fb5,
  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefbbe-80ad6fb5,
  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefbd7-80ad6fb5,
  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefbf0-80ad6fb5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefc7d-80ad6fb5 {
    grid-column-end: 3;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefc82-80ad6fb5 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefca2-80ad6fb5 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefcc3-80ad6fb5 {
    grid-row: 2 / 3;
    justify-self: start;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefccc-80ad6fb5 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: end;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefccf-80ad6fb5 {
    grid-column: 1 / 2;
    justify-self: auto;
  }

  #w-node-d6c6867c-a5ca-811a-27e2-b8db43cc0413-80ad6fba {
    grid-column: 7 / 12;
    grid-row-end: 4;
  }

  #w-node-d6c6867c-a5ca-811a-27e2-b8db43cc042a-80ad6fba {
    grid-area: 4 / 4 / 5 / 7;
  }

  #w-node-d6c6867c-a5ca-811a-27e2-b8db43cc0441-80ad6fba {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-d6c6867c-a5ca-811a-27e2-b8db43cc0458-80ad6fba {
    grid-area: 6 / 4 / 7 / 7;
  }

  #w-node-d6c6867c-a5ca-811a-27e2-b8db43cc046f-80ad6fba {
    grid-area: 6 / 7 / 7 / 13;
    justify-self: center;
  }

  #w-node-_36054d76-60cc-9c91-eaab-4e15c5583da7-80ad6fd0 {
    justify-self: center;
  }

  #w-node-_36054d76-60cc-9c91-eaab-4e15c5583dab-80ad6fd0,
  #w-node-_36054d76-60cc-9c91-eaab-4e15c5583e03-80ad6fd0,
  #w-node-_36054d76-60cc-9c91-eaab-4e15c5583e5b-80ad6fd0,
  #w-node-_36054d76-60cc-9c91-eaab-4e15c5583f05-80ad6fd0,
  #w-node-_36054d76-60cc-9c91-eaab-4e15c5583f5d-80ad6fd0 {
    justify-self: stretch;
  }

  #w-node-_76dc46ad-a7a1-db0a-2b97-60db2b8519ff-80ad6fe8 {
    grid-column: 7 / 12;
    grid-row-end: 4;
  }

  #w-node-_76dc46ad-a7a1-db0a-2b97-60db2b851a16-80ad6fe8 {
    grid-area: 4 / 4 / 5 / 7;
  }

  #w-node-_76dc46ad-a7a1-db0a-2b97-60db2b851a2d-80ad6fe8 {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-_76dc46ad-a7a1-db0a-2b97-60db2b851a44-80ad6fe8 {
    grid-area: 6 / 4 / 7 / 7;
  }

  #w-node-_76dc46ad-a7a1-db0a-2b97-60db2b851a5b-80ad6fe8 {
    grid-area: 6 / 7 / 7 / 13;
    justify-self: center;
  }

  #w-node-_21f6d288-450f-6e59-ae54-25c76ba9fa61-80ad6feb {
    grid-column: 7 / 12;
    grid-row-end: 4;
  }

  #w-node-_21f6d288-450f-6e59-ae54-25c76ba9fa78-80ad6feb {
    grid-area: 4 / 4 / 5 / 7;
  }

  #w-node-_21f6d288-450f-6e59-ae54-25c76ba9fa8f-80ad6feb {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-_21f6d288-450f-6e59-ae54-25c76ba9faa6-80ad6feb {
    grid-area: 6 / 4 / 7 / 7;
  }

  #w-node-_21f6d288-450f-6e59-ae54-25c76ba9fabd-80ad6feb {
    grid-area: 6 / 7 / 7 / 13;
    justify-self: center;
  }

  #w-node-_36054d76-60cc-9c91-eaab-4e15c5583da7-bb3f5d68 {
    justify-self: center;
  }

  #w-node-_36054d76-60cc-9c91-eaab-4e15c5583dab-bb3f5d68,
  #w-node-_36054d76-60cc-9c91-eaab-4e15c5583e03-bb3f5d68,
  #w-node-_36054d76-60cc-9c91-eaab-4e15c5583e5b-bb3f5d68,
  #w-node-_36054d76-60cc-9c91-eaab-4e15c5583f05-bb3f5d68,
  #w-node-_36054d76-60cc-9c91-eaab-4e15c5583f5d-bb3f5d68 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d07f3ad0-81c0-c646-5f7c-4d50f380f470-80ad6efd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_50d5fe96-ebe6-9645-d78a-0c771890051f-18900515 {
    grid-area: 2 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_50d5fe96-ebe6-9645-d78a-0c7718900568-18900515 {
    justify-self: start;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa33-80ad6eff {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa35-80ad6eff {
    grid-column: 5 / 12;
    grid-row-end: 4;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa4c-80ad6eff {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa63-80ad6eff {
    grid-area: 5 / 5 / 6 / 9;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa7a-80ad6eff {
    grid-area: 6 / 2 / 7 / 5;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa91-80ad6eff {
    grid-row: 8 / 9;
    grid-column-start: 1;
    place-self: start;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefb33-80ad6eff {
    grid-column-start: 1;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefb41-80ad6eff {
    grid-row: 5 / 6;
  }

  #w-node-dd1c7a46-6196-cadb-f4b6-6f1de5223df8-80ad6f18 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa33-80ad6f9e {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa35-80ad6f9e {
    grid-column: 5 / 12;
    grid-row-end: 4;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa4c-80ad6f9e {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa63-80ad6f9e {
    grid-area: 5 / 5 / 6 / 9;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa7a-80ad6f9e {
    grid-area: 6 / 2 / 7 / 5;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa91-80ad6f9e {
    grid-row: 8 / 9;
    grid-column-start: 1;
    place-self: start;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefb33-80ad6f9e {
    grid-column-start: 1;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefb41-80ad6f9e {
    grid-row: 5 / 6;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa33-80ad6fb4 {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa35-80ad6fb4 {
    grid-column: 5 / 12;
    grid-row-end: 4;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa4c-80ad6fb4 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa63-80ad6fb4 {
    grid-area: 5 / 5 / 6 / 9;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa7a-80ad6fb4 {
    grid-area: 6 / 2 / 7 / 5;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa91-80ad6fb4 {
    grid-row: 8 / 9;
    grid-column-start: 1;
    place-self: start;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefb33-80ad6fb4 {
    grid-column-start: 1;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefb41-80ad6fb4 {
    grid-row: 5 / 6;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa33-80ad6fb5 {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa35-80ad6fb5 {
    grid-column: 5 / 12;
    grid-row-end: 4;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa4c-80ad6fb5 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa63-80ad6fb5 {
    grid-area: 5 / 5 / 6 / 9;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa7a-80ad6fb5 {
    grid-area: 6 / 2 / 7 / 5;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefa91-80ad6fb5 {
    grid-row: 8 / 9;
    grid-column-start: 1;
    place-self: start;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefb33-80ad6fb5 {
    grid-column-start: 1;
  }

  #w-node-f0ac61be-85e1-1890-54d0-67fe60eefb41-80ad6fb5 {
    grid-row: 5 / 6;
  }

  #w-node-d6c6867c-a5ca-811a-27e2-b8db43cc040e-80ad6fba {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-d6c6867c-a5ca-811a-27e2-b8db43cc0413-80ad6fba {
    grid-column: 5 / 12;
    grid-row-end: 4;
  }

  #w-node-d6c6867c-a5ca-811a-27e2-b8db43cc042a-80ad6fba {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-d6c6867c-a5ca-811a-27e2-b8db43cc0441-80ad6fba {
    grid-area: 5 / 5 / 6 / 9;
  }

  #w-node-d6c6867c-a5ca-811a-27e2-b8db43cc0458-80ad6fba {
    grid-area: 6 / 2 / 7 / 5;
  }

  #w-node-d6c6867c-a5ca-811a-27e2-b8db43cc046f-80ad6fba {
    grid-row: 8 / 9;
    grid-column-start: 1;
    place-self: start;
  }

  #w-node-_76dc46ad-a7a1-db0a-2b97-60db2b8519fd-80ad6fe8 {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-_76dc46ad-a7a1-db0a-2b97-60db2b8519ff-80ad6fe8 {
    grid-column: 5 / 12;
    grid-row-end: 4;
  }

  #w-node-_76dc46ad-a7a1-db0a-2b97-60db2b851a16-80ad6fe8 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_76dc46ad-a7a1-db0a-2b97-60db2b851a2d-80ad6fe8 {
    grid-area: 5 / 5 / 6 / 9;
  }

  #w-node-_76dc46ad-a7a1-db0a-2b97-60db2b851a44-80ad6fe8 {
    grid-area: 6 / 2 / 7 / 5;
  }

  #w-node-_76dc46ad-a7a1-db0a-2b97-60db2b851a5b-80ad6fe8 {
    grid-row: 8 / 9;
    grid-column-start: 1;
    place-self: start;
  }

  #w-node-_21f6d288-450f-6e59-ae54-25c76ba9fa5f-80ad6feb {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-_21f6d288-450f-6e59-ae54-25c76ba9fa61-80ad6feb {
    grid-column: 5 / 12;
    grid-row-end: 4;
  }

  #w-node-_21f6d288-450f-6e59-ae54-25c76ba9fa78-80ad6feb {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_21f6d288-450f-6e59-ae54-25c76ba9fa8f-80ad6feb {
    grid-area: 5 / 5 / 6 / 9;
  }

  #w-node-_21f6d288-450f-6e59-ae54-25c76ba9faa6-80ad6feb {
    grid-area: 6 / 2 / 7 / 5;
  }

  #w-node-_21f6d288-450f-6e59-ae54-25c76ba9fabd-80ad6feb {
    grid-row: 8 / 9;
    grid-column-start: 1;
    place-self: start;
  }
}


@font-face {
  font-family: 'REDHOT';
  src: url('../fonts/RedHatDisplayRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'REDHOT';
  src: url('../fonts/RedHatDisplayLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'REDHOT';
  src: url('../fonts/RedHatDisplayMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'REDHOT';
  src: url('../fonts/RedHatDisplaySemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'REDHOT';
  src: url('../fonts/RedHatDisplayBold.ttf') format('truetype'), url('../fonts/RedHatDisplayExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'REDHOT';
  src: url('../fonts/RedHatDisplayBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hiragino W 9';
  src: url('../fonts/hiragino_W9.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hiragino W 7';
  src: url('../fonts/hiragino_W7.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hiragino W 8';
  src: url('../fonts/hiragino_W8.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hiragino W 6';
  src: url('../fonts/hiragino_W6.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hiragino W 1';
  src: url('../fonts/hiragino_W1.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hiragino W 4';
  src: url('../fonts/hiragino_W4.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hiragino W 5';
  src: url('../fonts/hiragino_W5.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hiragino W 2';
  src: url('../fonts/hiragino_W2.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hiragino W 3';
  src: url('../fonts/hiragino_W3.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}