:root {
  --dark-blue: #0a1338;
  --orange: #ec6e2e;
  --light-blue: #36325f;
  --dark-grey: #a0a0a0;
  --dark-grey-2: #9f9fa5;
  --dim-grey: #3b3b47;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

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

body {
  background-color: var(--dark-blue);
  color: #fff;
  font-family: Pretendard, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

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

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

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

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

p {
  margin-bottom: 10px;
  font-weight: 300;
}

a {
  color: #9e9e9e;
  text-decoration: none;
  transition: opacity 0.3s;
}

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

.styleguide-spacing-all {
  display: none;
}

.padding-medium {
  padding: 2rem;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  align-items: center;
  max-width: 48rem;
  padding-top: 20px;
  display: flex;
}

.max-width-large.align-center.justify-end {
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
}

.max-width-large.align-center.formosa {
  padding-top: 10px;
}

.text-size-tiny {
  color: #fff;
  font-size: 0.75rem;
}

.padding-large {
  padding: 3rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.styleguide-background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.hide {
  display: none;
}

.styleguide-2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.styleguide-2-col.is-align-start {
  align-items: start;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.5rem;
  padding-left: 0;
  display: flex;
}

.button {
  border: 2px solid var(--dark-blue);
  color: var(--dark-blue);
  text-align: center;
  text-transform: uppercase;
  background-color: #f4f1f0;
  border-radius: 8px;
  justify-content: center;
  margin-left: 0;
  padding: 1rem 2rem;
  font-weight: 600;
  transition: all 0.4s;
}

.button:hover {
  border-width: 2px;
  border-color: var(--orange);
  color: #fafafa;
  background-color: #fea8645c;
}

.button.w--current {
  color: var(--light-blue);
  background-color: #0000;
}

.button.is-small {
  padding: 0.5rem 1.25rem;
  font-size: 12px;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: 0.125rem;
}

.button.is-text {
  color: #bde673;
  background-color: #0000;
}

.button.is-text:hover {
  color: var(--dark-blue);
  background-color: #bde673;
}

.button.product {
  width: 100%;
}

.button.is-secondary {
  color: #fff;
  background-color: #0000;
  border-width: 1px;
  border-color: #fff;
}

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

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.heading-style-h2 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2.text-style-allcaps.text-align-center,
.heading-style-h2.text-style-allcaps.text-align-center.smaller-on-mobile {
  font-family: Oswald, sans-serif;
}

.heading-style-h2.text-style-allcaps.text-align-center.smaller-on-mobile.conference-copy {
  font-size: 4rem;
}

.heading-style-h2.text-style-allcaps.text-align-center.text-color-orange.left.conference-orange {
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.heading-style-h2.text-style-allcaps.text-align-center.text-color-orange.left.conference-orange-copy {
  color: #ec6e2e;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.heading-style-h2.text-style-allcaps.text-align-center.conference,
.heading-style-h2.text-style-allcaps.text-align-center.conference-copy,
.heading-style-h2.text-style-allcaps.text-align-center.conference-copy,
.heading-style-h2.text-style-allcaps.text-align-center.conference-copy,
.heading-style-h2.text-style-allcaps.text-align-center.conference-copy {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.heading-style-h2.text-style-allcaps.text-align-center {
  color: #d3cac7;
  letter-spacing: 0;
  font-family: Cormorant, sans-serif;
  font-size: 4.4rem;
  font-weight: 500;
}

.heading-style-h2.text-style-allcaps.text-align-center.form-title {
  color: #d5a878;
  text-align: left;
  text-transform: uppercase;
  font-family: Cormorant, sans-serif;
  font-size: 2.8rem;
}

.heading-style-h2.text-style-allcaps.text-align-center.pink-text {
  z-index: 100;
  color: #d6a676;
  position: static;
}

.heading-style-h2.text-style-allcaps.text-align-center.pink-text.wedding {
  text-transform: uppercase;
  font-family: Cormorant, sans-serif;
  font-size: 4.4rem;
}

.heading-style-h2.text-style-allcaps.text-align-center.fixed {
  opacity: 1;
  color: #d6a67638;
  text-align: right;
  margin-top: 20px;
  padding-top: 7em;
  padding-right: 140px;
  font-family: Cormorant, sans-serif;
  font-size: 5rem;
}

.heading-style-h2.text-style-allcaps.text-align-center {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 2.4rem;
}

.heading-style-h2.text-style-allcaps.text-align-center.no-padding-bottom {
  margin-bottom: 0;
}

.heading-style-h2.text-style-allcaps.text-align-center,
.heading-style-h2.text-style-allcaps.text-align-center.smaller-on-mobile {
  font-family: Oswald, sans-serif;
}

.heading-style-h2.text-style-allcaps.text-align-center.smaller-on-mobile.conference {
  color: maroon;
}

.heading-style-h2.text-style-allcaps.text-align-center.conference {
  color: #ff2c34;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.heading-style-h2.text-style-allcaps.text-align-center.text-color-orange {
  color: #ed1c24;
}

.heading-style-h2.text-style-allcaps.text-align-center.text-color-orange.left {
  text-align: left;
}

.heading-style-h2.text-style-allcaps.text-align-center.text-color-orange.left.conference-orange,
.heading-style-h2.text-style-allcaps.text-align-center.text-color-orange.left.lb-event {
  color: #ed1c24;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.heading-style-h2.text-style-allcaps.text-align-center.lb-event {
  color: #ff2c34;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.heading-style-h2.text-style-allcaps.text-align-center.formosa {
  color: #fff;
  font-family: PT Serif, serif;
  font-size: 4rem;
  font-style: italic;
  font-weight: 500;
}

.heading-style-h2.text-style-allcaps.text-align-center.formosa.text-black {
  color: #040404;
}

.padding-small {
  padding: 1rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-xxsmall {
  margin: 0.25rem;
}

.margin-0 {
  margin: 0;
}

.styleguide-3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.styleguide-3-col.is-align-start {
  align-items: start;
}

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

.heading-style-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.25rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h1.text-style-allcaps.text-align-center {
  color: #fff;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal,
    sans-serif;
  font-size: 5.2rem;
}

.styleguide-header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.styleguide-item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-nowrap {
  white-space: nowrap;
}

.overflow-visible {
  overflow: visible;
}

.margin-xxhuge {
  margin: 12rem;
}

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

.text-style-allcaps {
  text-transform: uppercase;
}

.styleguide-background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.background-color-white {
  background-color: #fff;
}

.styleguide-item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.padding-section-medium.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 4rem;
  display: grid;
}

.padding-section-medium.grid.smaller-padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-section-medium.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 4rem;
  display: grid;
}

.padding-section-medium.grid-2.smaller-padding {
  background-color: #0000;
  grid-template-columns: 1fr 0.5fr 0.25fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.margin-large {
  margin: 3rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.margin-top,
.margin-top.margin-huge,
.margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-large.margin-top-more {
  margin-top: 4rem;
}

.margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small.with-zindex {
  z-index: 3;
  margin-top: 4rem;
  position: relative;
}

.margin-top.margin-xlarge,
.margin-top.margin-tiny {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-tiny.bigger {
  margin-top: 0.5rem;
}

.margin-top.margin-xlarge {
  margin-bottom: 4rem;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-xlarge.with-bg {
  border: 1px #000;
}

.margin-top.margin-medium {
  margin: 1rem 0 0;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.margin-xxlarge {
  margin: 5rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.margin-bottom,
.margin-bottom.margin-xlarge,
.margin-bottom.margin-medium,
.margin-bottom.margin-huge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-xxlarge {
  padding: 5rem;
}

.text-style-quote {
  border-left: 0.25rem solid #9f9fa533;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.social-link {
  color: #6e7991;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: color 0.4s;
  display: flex;
}

.padding-top,
.padding-top.padding-xxhuge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-huge {
  margin: 6rem;
}

.text-size-medium {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.5;
}

.text-size-medium.text-align-center {
  text-align: left;
  font-weight: 400;
}

.text-size-medium.text-align-center.text-color-gray {
  text-align: center;
}

.text-size-medium.text-style-allcaps.text-align-center.bold,
.text-size-medium.text-style-allcaps.text-align-center.orange-regular,
.text-size-medium.text-style-allcaps.text-align-center.orange-regular {
  font-weight: 400;
}

.text-size-medium.text-align-center {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
}

.text-size-medium.text-align-center._1-2rem {
  font-size: 1.2rem;
}

.text-size-medium.text-align-center._1-2rem.padding-left {
  padding-left: 100px;
}

.text-size-medium.text-align-center._1-2rem.padding-left.left {
  padding-left: 0;
  padding-right: 2rem;
}

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

.text-size-medium.text-align-center.center.lbfooter {
  font-size: 1rem;
}

.text-size-medium.text-align-center.center.formosa {
  color: #040404;
  font-size: 1.1rem;
}

.text-size-medium.text-align-center.uppercase {
  text-align: center;
  text-transform: uppercase;
}

.text-size-medium.text-align-center.uppercase.formosa {
  color: #750c12;
  font-weight: 500;
}

.text-size-medium.text-align-center.text-color-white._1rem {
  text-align: center;
  font-size: 1rem;
}

.text-size-medium._1rem {
  font-weight: 300;
}

.text-size-medium.orange-bold-span {
  color: #fff;
  font-weight: 600;
}

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

.form-radio-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0.5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
}

.form-radio-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  box-shadow: 0 0 0.25rem 0 #3898ec;
}

.styleguide-label {
  color: var(--dark-blue);
  background-color: #bde673;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0.25rem 0.75rem;
  line-height: 1.4;
  display: flex;
}

.styleguide-label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.styleguide-label.is-tag {
  background-color: #be4aa5;
}

.text-weight-semibold {
  font-weight: 600;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.styleguide-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.styleguide-section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.styleguide-4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.styleguide-1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form-input {
  border-radius: 0;
  color: #f8f8f8;
  background-color: #0000;
  border: 1px #fafafa;
  border-bottom-style: solid;
  min-height: 3rem;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  transition: all 0.4s;
}

.form-input:hover {
  border-bottom-color: #ddc297;
}

.form-input:focus-visible {
  border-bottom-color: #ddc297;
}

.form-input[data-wf-focus-visible] {
  border-bottom-color: #ddc297;
}

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

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: 0.75rem;
}

.margin-tiny {
  margin: 0.125rem;
}

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

.styleguide-heading-large {
  font-size: 6rem;
  line-height: 1;
}

.overflow-scroll {
  overflow: scroll;
}

.text-style-muted {
  opacity: 0.6;
}

.padding-bottom,
.padding-bottom.padding-xhuge,
.padding-bottom.padding-xlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-custom1 {
  padding: 1.5rem;
}

.icon-height-large {
  height: 3rem;
}

.styleguide-section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.padding-xsmall {
  padding: 0.5rem;
}

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

.form-message-success {
  padding: 1.25rem;
}

.text-color-black {
  color: #000;
}

.text-rich-text h1 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

.text-rich-text h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

.text-rich-text h3 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.text-rich-text h4 {
  font-size: 2rem;
  line-height: 1.2;
}

.text-rich-text h5 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.text-rich-text h6 {
  font-size: 1rem;
  line-height: 1.2;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.5rem;
  padding-left: 0;
  display: flex;
}

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

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

.styleguide-row {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.padding-xlarge {
  padding: 4rem;
}

.text-size-large {
  font-size: 1.5rem;
  line-height: 1.4;
}

.text-size-large.text-align-center {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0 #e17d4b00;
  border-radius: 10px;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

.text-size-large.text-align-center.no-bottom {
  margin-bottom: 0;
}

.margin-xsmall {
  margin: 0.5rem;
}

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

.heading-style-h4 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.padding-tiny {
  padding: 0.125rem;
}

.form-checkbox-icon {
  border-radius: 0.125rem;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0 0.5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: 0.125rem;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0 0.5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: 0.125rem;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0 0.5rem 0 0;
  box-shadow: 0 0 0.25rem 0 #3898ec;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.styleguide-item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide-item.is-stretch {
  justify-items: stretch;
  width: 100%;
}

.icon-1x1-medium {
  color: var(--dark-grey);
  width: 1.25rem;
  height: 1.25rem;
  font-family: Material Icon, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.icon-1x1-large {
  color: var(--dark-grey);
  width: 2rem;
  height: 2rem;
  font-family: Material Icon, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.text-color-gray {
  color: var(--dark-grey-2);
  font-family: Oswald, sans-serif;
}

.padding-custom3 {
  padding: 3.5rem;
}

.text-size-regular {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
}

.text-size-regular.text-color-gray.medium {
  font-family: Pretendard, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

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

.padding-xxsmall {
  padding: 0.25rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

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

.text-style-italic {
  font-style: italic;
}

.overflow-hidden {
  overflow: hidden;
}

.margin-custom2 {
  margin: 2.5rem;
}

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

.styleguide-heading-medium {
  font-size: 4rem;
  line-height: 1;
}

.form-component {
  margin-bottom: 0;
}

.margin-medium {
  margin: 2rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.heading-style-h3 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.styleguide-spacing {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.overflow-auto {
  overflow: auto;
}

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

.icon-height-medium {
  height: 2rem;
}

.form-message-error {
  margin-top: 0.75rem;
  padding: 0.75rem;
}

.margin-small {
  margin: 1rem;
}

.margin-xlarge {
  margin: 4rem;
}

.background-color-black {
  background-color: var(--dark-blue);
  color: #f5f5f5;
}

.styleguide-color.is-03 {
  background-color: var(--light-blue);
}

.styleguide-color.is-01 {
  background-color: var(--dark-blue);
}

.styleguide-color.is-02 {
  background-color: var(--dim-grey);
}

.padding-0 {
  padding: 0;
}

.styleguide-empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-xhuge {
  padding: 8rem;
}

.text-size-small {
  font-size: 0.875rem;
}

.text-size-small.text-style-allcaps.text-color-gray.medium {
  letter-spacing: 0.6px;
  font-weight: 500;
}

.text-size-small.text-style-allcaps.text-color-gray {
  font-size: 1.2rem;
}

.text-size-small.text-style-allcaps.text-color-gray.dconcept {
  font-family: Open Sans, sans-serif;
}

.text-size-small.text-style-allcaps.text-color-gray-6.medium {
  letter-spacing: 0.6px;
  font-weight: 500;
}

.text-size-small.text-align-center.text-color-gray {
  text-align: left;
  font-family: Pretendard, sans-serif;
  font-weight: 400;
}

.text-size-small.text-align-center.text-color-gray.left {
  text-align: left;
  font-family: Pretendard, sans-serif;
}

.text-size-small.text-align-center.text-color-gray.left.conference {
  text-align: center;
  font-size: 1.1rem;
}

.text-size-small.text-align-center.text-color-gray.left.conference.bigger {
  text-align: center;
}

.text-size-small.text-align-center.text-color-gray.left.lb-event {
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
}

.text-size-small.text-align-center.text-color-gray.left.lb-event.bigger {
  color: #fff;
  text-align: center;
}

.text-size-small.text-align-center.text-color-gray.left.formosa {
  color: #0f0d07;
  text-align: center;
  font-size: 1.1rem;
}

.text-size-small.text-align-center.text-color-gray.left.formosa.bigger {
  color: #fff;
  text-align: center;
}

.text-size-small.text-align-center.text-color-gray {
  font-size: 1.2rem;
  font-weight: 400;
}

.text-size-small.text-align-center.text-color-gray._1-2rem {
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.text-size-small.text-align-center.text-color-gray._1-2rem.dconcept {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.max-width-medium {
  width: 100%;
  max-width: 36rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.icon-1x1-small {
  color: var(--dark-grey);
  font-family: Material Icon, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

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

.icon-height-small {
  height: 1rem;
}

.styleguide-social-icons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 28rem;
}

.padding-huge {
  padding: 6rem;
}

.styleguide-component {
  overflow: hidden;
}

.style-guide-version {
  color: #333;
  font-size: 16px;
}

.style-guide-version:hover {
  opacity: 0.65;
}

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

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

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

.social-link-item {
  border: 1px solid var(--dark-grey-2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-icon {
  z-index: 2;
  color: var(--dark-grey-2);
  font-family: Brand Font, sans-serif;
  font-weight: 400;
  position: relative;
}

.utility-content-wrapper {
  background-color: var(--dim-grey);
  border: 1px solid #9f9fa540;
  border-radius: 10px;
  padding: 2rem;
}

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

.link:hover {
  opacity: 0.75;
}

.form-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr;
}

.form-block {
  color: #f8f8f8;
  background-color: #36325f;
  border-radius: 14px;
  padding: 4rem 2.5rem;
}

.faq-answer {
  padding: 1rem 2.5rem;
}

.faq-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-top-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #9f9fa51a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: grid;
}

.faq-content-wrapper {
  cursor: pointer;
}

.faq-content-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: end;
  margin-bottom: 0;
  display: grid;
}

.faq-icon-wrapper {
  border: 1px solid var(--dark-grey-2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.faq-answer-content {
  overflow: hidden;
}

.plus-icon {
  color: var(--dark-grey-2);
  font-family: Material Icon, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.blog-post-image {
  height: 100%;
}

.blog-post-details-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.category {
  background-color: var(--light-blue);
  color: var(--dark-blue);
  border-radius: 6px;
  padding: 6px 14px;
}

.dot {
  background-color: var(--light-blue);
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.empty-state {
  text-align: center;
  background-color: #ffffff0d;
}

.other-posts-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.category-tag {
  background-color: var(--light-blue);
  color: var(--dark-blue);
  border-radius: 6px;
  padding: 6px 14px;
  display: inline-block;
  position: absolute;
  inset: auto 5% 5% auto;
}

.arrow {
  color: var(--dark-grey-2);
  font-family: Material Icon, sans-serif;
  font-size: 16px;
}

.arrow-circle {
  border: 1px solid var(--dark-grey-2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  overflow: hidden;
}

.blog-image-wrapper {
  position: relative;
  overflow: hidden;
}

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

.blog-post-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
}

.blog-link-item {
  background-color: var(--dim-grey);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  transition-property: all;
  transition-duration: 0.4s;
  display: block;
  position: relative;
  overflow: hidden;
}

.blog-category-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  align-items: center;
}

.blog-category-button-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-post-category-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-contact-form {
  background-color: #f8f8f8;
}

.project-details-component-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.project-details-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.client-website-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  transition-duration: 0.4s;
  display: flex;
}

.client-website-link:hover {
  opacity: 0.65;
}

.website-arrow {
  color: #fff;
  margin-top: 6px;
  font-family: Material Icon, sans-serif;
  line-height: 1;
}

.other-projects-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.blog-posts-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subscribe-form-block {
  align-items: center;
}

.subscribe-form-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.checkout-form,
.paypal-checkout-form,
.order-conffirmation-content {
  background-color: var(--dim-grey);
  border-radius: 16px;
  padding-top: 2rem;
}

.product-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.product-item-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr;
}

.product-item-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.check-icon {
  font-family: Material Icon, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

.product-pricing-block {
  background-color: var(--dim-grey);
  border-radius: 14px;
  padding: 3rem 2.5rem;
}

.pricing-text {
  color: #fff;
  font-size: 3rem;
  line-height: 1;
}

.category-product-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.category-product-block {
  background-color: var(--dim-grey);
  border-radius: 12px;
  padding: 3rem 2.5rem;
}

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

.card-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  display: flex;
}

.card-image {
  object-fit: cover;
  border-radius: 12px;
  width: 16rem;
  height: 14rem;
}

.card-image-row {
  align-items: flex-end;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.card-image-row.rotate-right-up {
  transform: rotate(-10deg);
}

.card-image-row.rotate-right-up.hide {
  display: none;
}

.card-image-row.rotate-left-up {
  transform: rotate(10deg);
}

.card-image-row.rotate-right-up {
  z-index: 31;
  position: relative;
  transform: rotate(-10deg);
}

.card-image-wrapper {
  flex: none;
  align-items: center;
  display: flex;
}

.section-home-header {
  background-image: url("../images/PZf6XGgl-WGES-Opening-Ceremony-Onsite-PR-14-1-1200x800.jpg");
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.button-flex-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-flex-center.right {
  justify-content: flex-end;
}

.padding-section-header {
  padding-top: 12rem;
}

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

.hero-text-vertical-flex-center.hide {
  display: none;
}

.hero-horizontal-flex-center {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #fea8645c;
  border: 2px solid #e17d4b;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.hero-text {
  color: #fafafa;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
}

.hero-text.conference {
  color: #feb236;
  text-align: center;
  text-transform: capitalize;
}

.hero-text.lb-event {
  color: #6b1c18;
  text-align: center;
  text-transform: capitalize;
  font-family: Allura, sans-serif;
}

.hero-icon {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Material Icon, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.services-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
}

.service-block {
  mix-blend-mode: normal;
  background-color: #00000059;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2.5rem 1.5rem;
  display: flex;
  position: relative;
}

.service-block._2 {
  background-image: url("../images/schedule-img2.jpeg");
  background-position: 50%;
}

.service-block._3 {
  background-image: url("../images/schedule-img3.jpeg");
}

.service-block._4 {
  background-image: url("../images/schedule-img4.jpeg");
  background-position: 50%;
}

.service-icon {
  color: var(--orange);
  margin-bottom: 20px;
  font-family: Material Icon, sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}

.section-home-projects {
  display: none;
}

.projects-main-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-link {
  transition: opacity 0.3s;
  display: block;
}

.project-details-flex-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.project-image-wrapper {
  border-radius: 1.125rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.project-image-wrapper.project-page {
  height: 90vh;
}

.project-image-wrapper.other-projects {
  height: 50vh;
}

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

.section-home-depoiments {
  display: none;
}

.depoiments-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.depoiment-card-item {
  background-color: var(--dim-grey);
  border-radius: 14px;
  padding: 3rem 1.5rem;
  position: relative;
}

.client-photo {
  border-radius: 100%;
  width: 4rem;
}

.quote {
  opacity: 0.03;
  font-family: PT Serif, serif;
  font-size: 15rem;
  line-height: 1;
  position: absolute;
  inset: 2% 10% auto auto;
}

.view-more-button {
  background-color: var(--dark-blue);
  color: #fff;
  letter-spacing: 1px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: 35% 0% 0%;
}

.footer-section {
  position: relative;
  overflow: hidden;
}

.padding-footer {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.footer-text {
  color: #ffffff4f;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: auto 0% -10%;
}

.footer-main-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.footer-main-grid.lb {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.footer-left-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-media-flex-center {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-media-flex-center.margin-top {
  margin-top: 10px;
}

.social-media-flex-center.margin-top.hide {
  display: none;
}

.social-bg {
  z-index: 1;
  background-color: var(--dim-grey);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.social-bg.gray {
  background-color: #a0a0a040;
}

.section-home-call-to-action {
  background-color: var(--light-blue);
}

.cta-wrapper-flex {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
  position: relative;
}

.call-to-action-button {
  perspective: 2000px;
  cursor: pointer;
  width: 18rem;
  height: 6rem;
  position: relative;
}

.cta-button-front {
  background-color: var(--light-blue);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 100%;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.cta-text {
  z-index: 10;
  color: var(--dark-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

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

.cta-button-back {
  border: 2px solid var(--light-blue);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
}

._3d-button {
  perspective: 2000px;
  cursor: pointer;
  width: 14rem;
  height: 4.5rem;
  position: relative;
}

._3d-button-front {
  border: 1px solid var(--dark-blue);
  background-color: var(--dark-blue);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 100%;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

._3d-button-front.secondary {
  border-width: 2px;
  border-color: var(--orange);
  background-color: var(--dark-blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

._3d-button-text {
  z-index: 10;
  color: #fafafa;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

._3d-button-text.text-color-white {
  color: #fafafa;
}

._3d-button-back {
  border: 1px solid var(--orange);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 0;
  background-color: #fea8645c;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
}

._3d-button-back.secondary {
  border-width: 2px;
  border-color: var(--orange);
  background-color: #fea8645c;
}

.footer-description {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: -6rem;
  display: flex;
  position: relative;
}

.footer-link {
  color: var(--dark-grey-2);
  letter-spacing: 1px;
  transition-property: all;
  transition-duration: 0.4s;
}

.footer-link:hover {
  color: #fff;
}

.footer-details-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.logo {
  object-fit: cover;
  width: 10em;
  height: auto;
}

._3d-brand-link {
  perspective: 3000px;
  width: 100px;
  height: 30px;
  margin-top: 0.5rem;
  position: relative;
}

._3d-brand-link.w--current {
  width: 125px;
  margin-top: 0;
}

.logo-front {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 100%;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  inset: 0;
}

.logo-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 0;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  position: absolute;
  inset: 0;
}

.nav-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-nav-link {
  width: 4rem;
  height: 1rem;
  position: relative;
}

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

.rotate-text-button {
  background-color: var(--dark-blue);
  transform-style: preserve-3d;
  position: absolute;
  transform: translate3d(0, 0, -10px);
}

.rotate-text-button._01 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -8px);
}

.rotate-text-button._02 {
  transform-style: preserve-3d;
  transform: rotateX(-270deg) rotateY(0) rotateZ(0) translate3d(0, 0, -8px);
}

.button-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1;
}

.button-text.text-color-gray {
  color: #9f9fa5;
}

.section-about-header {
  overflow: hidden;
}

.padding-about-header {
  padding-top: 14rem;
  padding-bottom: 6rem;
}

.numbers-component-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: start;
  width: 100%;
}

.numbers-content-wrapper {
  background-color: var(--light-blue);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.5rem 1.5rem;
  display: flex;
}

.number {
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

.text-span {
  color: var(--light-blue);
}

.section-about-awards {
  background-image: linear-gradient(#e9e9e9e0, #e9e9e9e0),
    url("../images/1000_F_434869007_wEVxe2ciDMYMGCRR2KccRdSbVqW29CPv.jpg");
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.awards-grid-wrapper {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  text-align: center;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 392px;
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.awards-component-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 0.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
}

.awards-line {
  background-color: #0003;
  width: 100%;
  height: 1px;
}

.section-about-team-members {
  background-color: #750c12;
}

.member-details {
  flex-direction: column;
  display: flex;
}

.team-members-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  display: grid;
}

.member-block-item {
  background-color: var(--light-blue);
  border-radius: 14px;
  padding: 1.5rem 1.25rem 2rem;
  position: relative;
  overflow: hidden;
}

.team-member-photo {
  border: 1px #000;
  border-radius: 14px;
  width: 100%;
  min-width: 0%;
  max-width: none;
  display: block;
  position: static;
}

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

.subscribe-content-wrapper {
  background-color: var(--dim-grey);
  border-radius: 14px;
  padding: 3rem 4rem;
}

.lock-icon {
  color: var(--dark-grey-2);
  font-family: Material Icon, sans-serif;
  font-size: 12rem;
  font-weight: 400;
  line-height: 1;
}

.block-header {
  background-color: var(--dim-grey);
  border-color: #9f9fa540;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.block-content {
  background-color: var(--dim-grey);
  border-bottom-color: #9f9fa540;
  border-left-color: #9f9fa540;
  border-right-color: #9f9fa540;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.checkout-input {
  color: var(--dark-grey-2);
  background-color: #fafafa00;
  border-color: #9f9fa540;
  border-radius: 6px;
  transition: all 0.4s;
}

.checkout-input:hover {
  border-color: #9f9fa5bf;
}

.shipping-method {
  background-color: var(--dim-grey);
  border-bottom-style: none;
}

.shipping-method-list {
  background-color: var(--dim-grey);
  border-left-style: none;
  border-right-style: none;
}

.product-info-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  width: 100%;
}

.preload {
  z-index: 999;
  background-color: var(--dark-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.preload.formosa {
  background-color: #f8f8f8;
}

.preload-circle {
  background-color: var(--dark-grey-2);
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.preload-circle._02 {
  background-color: #c0c0ca;
}

.preload-circle._01 {
  background-color: #9f9fa5;
}

.preload-circle._03.formosa {
  background-color: #9d2622;
}

.preload-circle._02.formosa {
  background-color: #9d2622;
}

.preload-circle._01.formosa {
  background-color: #9d2622;
}

.preload-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preload-logo-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.preload-logo {
  height: 1.4rem;
}

.nav-menu-flex {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: flex-end;
  align-items: center;
  padding-right: 3rem;
  display: flex;
}

.nav-link {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  align-items: center;
  transition-property: none;
  position: relative;
}

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

.navbar {
  z-index: 100;
  background-color: #0a1338;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
  position: absolute;
}

.intro-margin {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
}

.intro-margin.margin-huge,
.intro-margin.margin-medium,
.intro-margin.margin-small,
.intro-margin.margin-xlarge,
.intro-margin.margin-tiny {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.orange-bold-span {
  color: #ec6e2e;
  font-weight: 500;
}

.orange-span {
  color: var(--orange);
}

.image {
  position: absolute;
}

.bg-shape {
  display: block;
  position: absolute;
}

.bg-shape.hide {
  display: none;
}

.text-span-2 {
  font-size: 1.7rem;
}

.service-bg {
  background-color: var(--dim-grey);
  mix-blend-mode: luminosity;
  background-image: url("../images/schedule-img1.jpeg");
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: absolute;
}

.service-bg._2 {
  background-image: url("../images/schedule-img2.jpeg");
  background-position: 50%;
}

.service-bg._3 {
  background-image: url("../images/schedule-img3.jpeg");
}

.service-bg._4 {
  background-image: url("../images/schedule-img4.jpeg");
  background-position: 50%;
}

.div-block {
  position: relative;
}

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

.select-div {
  border: 1px none var(--orange);
  color: #f4f1f0;
  background-color: #f4f1f0;
  border-radius: 6px;
  padding: 0 10px 3px 5px;
}

.select-field {
  color: #0a1338;
  background-color: #f4f1f0;
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 17px;
}

.preload-logo-2 {
  width: 10em;
  height: auto;
}

.body-2 {
  background-color: #fbf3f0;
}

.text-color-gray-2 {
  color: #9f9fa5;
}

.overlay {
  z-index: 0;
  background-color: #2d2d3361;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffbaa4;
  border: 1px solid #ffbaa4;
  border-radius: 8px;
  justify-content: center;
  margin-left: 0;
  padding: 0.7rem 2.2rem;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.4s;
}

.button-2:hover {
  color: #ff8861;
  background-color: #0000;
  border-color: #ff8861;
}

.button-2.w--current {
  color: #bde673;
  background-color: #0000;
}

.section-home-services-2 {
  z-index: 5;
  background-image: url("../images/wedding-21.jpg");
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.text-medium.text-color-gray.padding {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}

.text-medium.text-color-gray.padding.form-desc {
  font-family: Jost, sans-serif;
}

.form-block-2 {
  z-index: 50;
  color: #f8f8f8;
  background-color: #fbf3f0;
  border-radius: 0;
  width: 30em;
  padding: 2rem 2.5rem;
  position: static;
  top: auto;
  left: auto;
  box-shadow: 0 2px 20px 6px #afa19e4a;
}

.div-block-2 {
  z-index: 6;
  justify-content: center;
  align-items: center;
  width: 35em;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: -40px;
  left: 80px;
}

.select-div-2 {
  background-color: #ffe8e040;
  border: 1px solid #d5a878;
  border-radius: 6px;
  padding: 0 10px 3px 5px;
}

.div-block-6 {
  mix-blend-mode: normal;
  border-radius: 0;
  padding-top: 10px;
}

.depoiment-card-item-2 {
  background-color: #3b3b47;
  border-radius: 0;
  padding: 3rem 1.5rem;
  position: relative;
}

.depoiment-card-item-2._1 {
  background-color: #0000;
  background-image: url("../images/wedding-18.jpg");
  background-position: 50% 65%;
  background-size: cover;
  height: 25em;
}

.depoiment-card-item-2.white {
  z-index: 0;
  background-color: #ffe8e0;
}

.depoiment-card-item-2._2 {
  background-image: url("../images/wedding-20.jpg");
  background-position: 50%;
  background-size: cover;
  height: 25em;
}

.text-span-5 {
  color: #d5a878;
  font-weight: 600;
}

.padding-section-large-fix {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.logo-2 {
  height: 1.25rem;
}

.bride-image {
  z-index: 86;
  border-radius: 0;
  position: static;
}

.hero-text-2 {
  color: #cfa47acc;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Cormorant, sans-serif;
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 1;
}

.padding-global-copy {
  z-index: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.section-home-services-3 {
  align-items: flex-end;
  width: 100%;
  height: 60vh;
  padding-bottom: 19px;
  display: block;
}

.bg {
  z-index: 5;
  background-color: #fbf3f0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.fixed-background {
  z-index: 0;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.footer-section-2 {
  background-color: #fbf3f0;
  position: relative;
  overflow: hidden;
}

.padding-footer-2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

._3d-brand-link-2 {
  perspective: 3000px;
  width: 100px;
  height: 30px;
  margin-top: 0.5rem;
  position: relative;
}

.rotate-text-button-2 {
  transform-style: preserve-3d;
  background-color: #2d2d33;
  position: absolute;
  transform: translate3d(0, 0, -10px);
}

.rotate-text-button-2._02 {
  transform-style: preserve-3d;
  transform: rotateX(-270deg) rotateY(0) rotateZ(0) translate3d(0, 0, -8px);
}

.rotate-text-button-2._01 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -8px);
}

.section-home-call-to-action-2 {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffe8e0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.text-span-7 {
  font-family: Marcellus, sans-serif;
}

.padding-section-medium-2 {
  z-index: 65;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: static;
}

.section-home-depoiments-2 {
  background-color: #fbf3f0;
  display: block;
  position: relative;
}

.hero-horizontal-flex-center-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-medium-2 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.5;
}

.text-size-medium-2.text-color-white.smaller {
  margin-bottom: 5px;
  font-family: Jost, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.text-size-medium-2.text-color-white.smaller.bordered {
  border-bottom: 1px solid #ffbaa4;
  width: 94px;
  padding-top: 20px;
}

.text-size-medium-2.text-align-center.text-color-gray.mobile {
  line-height: 1.8;
}

.text-size-medium-2.text-color-gray {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}

.text-size-medium-2.text-color-gray.padding {
  padding-left: 60px;
  padding-right: 60px;
}

.text-size-medium-2.attendee-titlle {
  color: #d5a878;
  font-family: Marcellus, sans-serif;
  font-weight: 400;
}

.text-size-medium-2.wedding {
  color: #9f9fa5;
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 1rem;
  font-weight: 400;
}

.section-home-header-2 {
  background-color: #fbf3f0;
  position: static;
  overflow: hidden;
}

.bride-groom-grid {
  z-index: 9999999;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: static;
}

.card-image-2 {
  object-fit: cover;
  border-radius: 12px;
  width: 16rem;
  height: 14rem;
}

.padding-section-header-2 {
  padding-top: 10rem;
}

.footer-text-2 {
  color: #ffc4b140;
  text-align: center;
  font-size: 11.3rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: auto 0% -10%;
}

.schedule-title {
  color: #fff;
  text-align: left;
  font-family: Cormorant, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}

.schedule-title.main {
  color: #d5a878;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.3rem;
}

.image-2 {
  opacity: 0.15;
  width: 38vw;
  position: absolute;
  bottom: 0%;
}

.navbar-2 {
  z-index: 100;
  background-color: #0000;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: none;
  position: absolute;
}

.image-3 {
  z-index: -1;
  width: 100%;
  height: auto;
  position: absolute;
  top: -33%;
}

.background-video {
  z-index: 29;
  object-fit: cover;
  width: 100%;
  height: 70%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
}

.form-input-2 {
  color: #d88f5c;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #a0a0a040;
  min-height: 3rem;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  transition: all 0.4s;
}

.form-input-2:hover {
  border-bottom-color: #a0a0a0cc;
}

.italic-text {
  font-family: Pretendard, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.italic-text.footer-desc {
  line-height: 24px;
}

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

.image-4 {
  z-index: 20;
  opacity: 0.15;
  width: 47%;
  position: absolute;
  top: 0%;
  right: 0%;
}

.hero-subtitle {
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.depoiments-grid-2 {
  z-index: 0;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  margin-left: 220px;
  margin-right: 220px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
  box-shadow: 0 2px 20px 6px #afa19ea1;
}

.padding-global-2 {
  z-index: 30;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.padding-global-2.right {
  z-index: 0;
  padding-left: 0;
}

.padding-global-2.with-bg {
  z-index: 6;
  background-color: #fbf3f0;
}

.div-block-4 {
  width: 100%;
  position: relative;
}

.text-span-4 {
  color: #d6a676c7;
}

.projects-main-grid-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-8 {
  z-index: 0;
  width: 100%;
  min-width: 0;
  max-width: none;
  position: absolute;
  top: -86px;
  right: -85px;
}

.select-field-2 {
  color: #d88f5c;
  background-color: #fcf0ec;
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 6px;
}

.preload-logo-3 {
  height: 3.3rem;
}

.preload-2 {
  z-index: 999;
  background-color: #fbf3f0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.preload-circle-2 {
  background-color: #9f9fa5;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.preload-circle-2._03 {
  background-color: #63cfb6;
}

.preload-circle-2._01 {
  background-color: #46a790;
}

.preload-circle-2._02 {
  background-color: #4cbc94;
}

.body-3 {
  background-color: #14161e;
}

.preload-circle-3 {
  background-color: #9f9fa5;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.preload-circle-3._02,
.preload-circle-3._01,
.preload-circle-3._03 {
  background-color: #f7b04a;
  border: 1px #345978;
}

.preload-3 {
  z-index: 999;
  background-color: #14161e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  overflow: visible;
}

.preload-logo-4 {
  height: 50px;
}

.navbar-3 {
  z-index: 100;
  background-color: #0000;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: absolute;
}

.padding-global-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Open Sans, sans-serif;
  position: relative;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

._3d-brand-link-3 {
  perspective: 3000px;
  width: 200px;
  height: 50px;
  margin-top: 0.5rem;
  position: relative;
}

._3d-brand-link-3.w--current {
  width: 200px;
  height: 50px;
}

.logo-3 {
  height: auto;
}

.service-icon-2 {
  color: #ffd439;
  -webkit-text-stroke-color: #ffd439;
  margin-bottom: 10px;
  font-family: Material Icon, sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}

.service-icon-2.hide {
  position: static;
}

.text-size-medium-3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.5;
}

.text-size-medium-3.text-align-center.larger.dconcept {
  font-size: 1.6rem;
}

.text-size-medium-3.text-style-allcaps.text-align-center {
  font-family: Open Sans, sans-serif;
}

.text-size-medium-3.text-align-center {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
}

.text-size-medium-3.text-align-center.text-color-gray {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
}

.text-size-medium-3.text-align-center.text-color-gray.smaller.dconcept {
  color: var(--dark-grey-2);
}

.text-color-gray-1 {
  color: #9f9fa5;
  font-size: 1.4rem;
  font-weight: 400;
}

.text-color-gray-1.smaller {
  color: #000;
  font-size: 1rem;
}

.image-9 {
  z-index: 5;
  position: relative;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.number-2 {
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

.text-span-9 {
  color: #ffd439;
  -webkit-text-stroke-color: #ffd439;
}

.text-color-gray-3 {
  color: #9f9fa5;
  font-size: 2.4rem;
}

.flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  display: flex;
}

.text-size-large-2 {
  font-size: 1.6rem;
  line-height: 1.4;
}

.social-link-item-4 {
  border: 0 solid #9f9fa5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-wrapper-flex-2 {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cta-wrapper-flex-2.no-padding-top {
  margin-top: 0;
}

.padding-global-4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Open Sans, sans-serif;
  position: relative;
}

.team-members-component-grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.member-block-item-2 {
  background-color: #0b0d13;
  border-radius: 14px;
  padding: 1.5rem 1.25rem 2rem;
  position: relative;
  overflow: hidden;
}

.social-bg-2 {
  z-index: 1;
  background-color: #3b3b47;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.social-bg-2.gray {
  background-color: #a0a0a040;
}

.social-bg-2.gray.lbwhite {
  background-color: #750c1236;
}

.cta-button-back-2 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 0;
  background-color: #0b0d13;
  border: 2px solid #ffd439;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
}

.padding-section-medium-3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.padding-section-medium-3.smaller-padding-bottom {
  padding-bottom: 0;
}

.member-details-2 {
  flex-direction: column;
  display: flex;
}

.section-about-header-2 {
  position: relative;
  overflow: hidden;
}

.card-image-3 {
  object-fit: cover;
  border-radius: 12px;
  width: 16rem;
  height: 14rem;
}

.text-color-gray-4 {
  color: #9f9fa5;
  font-size: 3.2rem;
}

.service-block-2 {
  background-color: #0b0d13;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 1.5rem;
  display: flex;
}

.team-member-photo-2 {
  border-radius: 14px;
  width: 100%;
}

.cta-text-2 {
  z-index: 10;
  color: #ffd439;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.cta-text-2.text-color-white {
  color: #ffd439;
}

.background-video-2 {
  z-index: 0;
  width: 100%;
  height: 67.1em;
  position: absolute;
  top: 0;
}

.padding-about-header-2 {
  padding-top: 11rem;
  padding-bottom: 6rem;
}

.cta-button-front-2 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 100%;
  background-color: #0b0d13;
  border: 1px solid #ffd439;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.padding-section-large-2 {
  color: #fffcfc;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.numbers-content-wrapper-2 {
  background-color: #0b0d13;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.5rem 1.5rem;
  display: flex;
}

.cta-wrapper-flex-padding {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.social-link-item-5 {
  border: 0 solid #9f9fa5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-link-item-5.hide {
  display: none;
}

.social-link-item-5.bigger {
  width: 2.2rem;
  height: 2.2rem;
}

.text-color-gray-5 {
  color: #9f9fa5;
  font-size: 2.4rem;
}

.icon-embed-xxsmall-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xxsmall-11.relume-social-icon {
  z-index: 5;
  color: #fab24d;
  z-index: 5;
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
}

.text-size-medium-4 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.5;
}

.text-size-medium-4.text-align-center {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
}

.text-size-medium-4.text-align-center.smallest {
  font-size: 1.2rem;
}

.footer-section-3 {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}

.logo-4 {
  height: auto;
}

.padding-global-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Open Sans, sans-serif;
  position: relative;
}

.icon-embed-xxsmall-3 {
  z-index: 2;
  color: #d79c43;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  position: absolute;
}

.icon-embed-xxsmall-3.relume-social-icon {
  color: #fab24d;
}

.padding-footer-3 {
  padding-top: 8rem;
  padding-bottom: 10rem;
}

.social-link-item-6 {
  border: 0 solid #9f9fa5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-text-3 {
  color: #313138;
  text-align: center;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: auto 0% -10%;
}

.text-size-medium-5 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.5;
}

.text-size-medium-5.text-align-center {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
}

.text-size-medium-5.text-align-center.text-color-gray {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
}

.text-size-medium-5.text-align-center.text-color-gray.smaller-text {
  font-size: 1rem;
  line-height: 1.8;
}

.text-size-medium-5.text-align-center.text-color-gray.smaller-text.dconcept {
  color: var(--dark-grey-2);
}

.padding-global-6 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Open Sans, sans-serif;
  position: relative;
}

.button-3 {
  color: #313346;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffd439;
  border: 1px solid #bde673;
  border-bottom-color: #ffd439;
  border-radius: 8px;
  justify-content: center;
  margin-left: 0;
  padding: 0.8rem 2rem;
  font-weight: 400;
  transition: all 0.4s;
}

.button-3:hover {
  color: #ffd439;
  background-color: #0000;
  border-color: #ffd439;
}

.button-3.w--current {
  color: #ffd439;
  background-color: #0000;
}

.select-div-3 {
  background-color: #4a4a4d;
  border-radius: 6px;
  padding: 3px 10px 3px 5px;
}

.padding-section-small-2 {
  padding-top: 0;
  padding-bottom: 3rem;
}

.padding-global-7 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Open Sans, sans-serif;
  position: relative;
}

.form-block-3 {
  color: #f8f8f8;
  background-color: #0b0d13;
  border-radius: 14px;
  padding: 4rem 2.5rem;
}

.select-field-3 {
  color: #fafafa;
  background-color: #4a4a4d;
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 0;
}

.container {
  padding-top: 20px;
}

.form-input-3 {
  color: #f8f8f8;
  background-color: #0000;
  border: 1px #b9bdbb;
  border-bottom-style: solid;
  min-height: 3rem;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  transition: all 0.4s;
}

.form-input-3:hover {
  border-style: none none solid;
  border-color: #ffd439;
}

.form-input-3:focus {
  border-style: none none solid;
  border-bottom-color: #ffd439;
}

.form-input-3::placeholder {
  color: #b1b1b1;
}

.padding-global-8 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Open Sans, sans-serif;
  position: relative;
}

.preload-circle-4 {
  background-color: #9f9fa5;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.preload-circle-4._03,
.preload-circle-4._01,
.preload-circle-4._02 {
  background-color: #dadada;
}

.preload-flex-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preload-4 {
  z-index: 999;
  background-color: #f6f6f6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.preload-logo-5 {
  width: 8em;
  height: auto;
}

.hero-horizontal-flex-center-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ed1c2429;
  border: 2px solid #ed1c24;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.padding-footer-4 {
  padding-top: 8rem;
  padding-bottom: 13.5rem;
}

.padding-footer-4.formosa {
  padding-top: 4rem;
  padding-bottom: 15rem;
}

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

.orange-span-2 {
  color: #ed1c24;
}

.social-link-item-7 {
  border: 1px solid #9f9fa5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-link-item-7.lbsocialicon {
  border-style: solid;
  border-color: #680d10;
  width: 2.8rem;
  height: 2.8rem;
}

.number-3 {
  color: #072122;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

.text-size-large-3 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.text-size-large-3.text-align-center {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0 #e17d4b00;
  border-radius: 10px;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

.text-size-large-3.text-align-center.no-bottom {
  color: #6b1c18;
  margin-bottom: 0;
}

.text-size-large-3.text-align-center-copy {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0 #e17d4b00;
  border-radius: 10px;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

.text-size-large-3.text-align-center-copy.no-bottom {
  margin-bottom: 0;
}

.section-home-call-to-action-3 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000061;
}

._3d-button-text-2 {
  z-index: 10;
  color: #750c12;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

._3d-button-text-2.reg-bg {
  color: #750c12;
}

.image-10 {
  padding-bottom: 0.2em;
}

.button-4 {
  color: #040404;
  text-align: center;
  text-transform: uppercase;
  background-color: #e9e9e9;
  border: 2px #f6f6f6;
  border-radius: 8px;
  justify-content: center;
  margin-left: 0;
  padding: 1rem 2rem;
  font-weight: 600;
  transition: all 0.4s;
}

.button-4:hover {
  color: #750c12;
  background-color: #e9e9e9;
  border-width: 2px;
  border-color: #ff2c34;
}

.button-4.w--current {
  color: #36325f;
  background-color: #0000;
}

.form-block-4 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #f8f8f8;
  background-color: #750c12;
  border: 1px #ed1c24cc;
  border-radius: 14px;
  padding: 4rem 2.5rem;
}

.depoiment-card-item-3 {
  background-color: #3b3b47;
  border-radius: 14px;
  padding: 3rem 1.5rem;
  position: relative;
}

.section-home-depoiments-3 {
  display: none;
}

._3d-button-front-2 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 100%;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

._3d-button-front-2.secondary {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #f8f8f8;
  border: 2px #525252;
}

.social-icon-2 {
  z-index: 2;
  color: #9f9fa5;
  font-family: Brand Font, sans-serif;
  font-weight: 400;
  position: relative;
}

.footer-text-4 {
  color: #ffffff4f;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: auto 0% -10%;
}

.footer-text-4.lb {
  color: #feb236;
  font-family: Great Vibes, cursive;
  font-size: 11.8rem;
  bottom: 0%;
}

.footer-text-4.formosa {
  color: #750c124a;
  text-align: center;
  white-space: pre;
  font-family: Satisfy, sans-serif;
  font-size: 11.5rem;
  font-style: italic;
  bottom: 11%;
  overflow: visible;
}

.numbers-content-wrapper-3 {
  background-color: #36325f;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.5rem 1.5rem;
  display: flex;
}

.footer-section-4 {
  background-color: #f8f8f8;
  background-image: url("../images/Group-15.png");
  background-position: 50% 100%;
  background-size: auto;
  position: relative;
  overflow: hidden;
}

.team-members-component-grid-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 350px;
  display: grid;
}

.intro-margin-2 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.logo-5 {
  object-fit: cover;
  width: 18em;
  height: auto;
}

.logo-front-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 100%;
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  inset: 0;
}

.padding-section-large-3 {
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.padding-section-large-3._4rem {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.section-home-header-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 650px;
  display: block;
  position: relative;
  overflow: hidden;
}

._3d-button-back-2 {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 0;
  background-color: #fea8645c;
  border: 1px solid #ed1c24;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
}

._3d-button-back-2.secondary {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #f8f8f8;
  border-width: 2px;
  border-color: #750c12;
  border-radius: 8px;
}

._3d-button-back-2.secondary.red-bg {
  background-color: #f8f8f8;
}

.plus-icon-2 {
  color: #9f9fa5;
  font-family: Material Icon, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.select-field-4 {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.depoiments-grid-3 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.select-div-4 {
  color: #f4f1f0;
  background-color: #f4f1f04f;
  border: 1px #ed1c24;
  border-radius: 6px;
  padding: 3px 10px 3px 5px;
}

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

.padding-section-medium-4.grid,
.padding-section-medium-4.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 4rem;
  display: grid;
}

.padding-section-medium-4.grid-2.smaller-padding {
  background-color: #0000;
  grid-template-columns: 0.75fr 0.5fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.view-more-button-2 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: 35% 0% 0%;
}

.dot-2 {
  background-color: #36325f;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.section-about-header-3 {
  overflow: hidden;
}

._3d-brand-link-4 {
  perspective: 3000px;
  width: 100px;
  height: 30px;
  margin-top: 0.5rem;
  position: relative;
}

._3d-brand-link-4.w--current {
  width: 125px;
  margin-top: 0;
}

._3d-brand-link-4.lb {
  width: 170px;
  height: 100px;
}

._3d-brand-link-4.lb.w--current {
  width: 60px;
  height: 50px;
}

.lblogo {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.location-icon {
  width: 35px;
  height: 35px;
}

.service-bg-2 {
  mix-blend-mode: luminosity;
  background-color: #3b3b47;
  background-image: url("../images/schedule-img1.jpeg");
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: absolute;
}

.service-bg-2._2 {
  background-image: url("../images/istockphoto-1430367599-612x612.jpg");
  background-position: 50%;
}

.service-bg-2._5 {
  background-image: url("../images/istockphoto-1502885102-612x612.jpg");
}

.service-bg-2._1 {
  background-image: url("../images/istockphoto-1390041631-612x612.jpg");
}

.service-bg-2._3 {
  background-image: url("../images/istockphoto-1135143424-612x612.jpg");
}

.service-bg-2._4 {
  background-image: url("../images/istockphoto-1328190319-612x612.jpg");
  background-position: 50%;
}

.member-details-3 {
  flex-direction: column;
  display: flex;
}

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

.services-grid-2._2cols {
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.text-color-gray-6 {
  color: #fff;
  font-family: Oswald, sans-serif;
}

.member-block-item-3 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #e9e9e9;
  background-image: linear-gradient(#e9e9e9db, #e9e9e9db),
    url("../images/Group-6-1.png");
  background-position: 0 0, 50% 100%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  border-radius: 14px;
  padding: 1.5rem 4rem 2rem;
  position: relative;
  overflow: hidden;
}

.iconify-icon {
  margin-bottom: 10px;
}

.background-video-3 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.lbnavbar {
  z-index: 100;
  background-color: #0000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  display: block;
  position: absolute;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.faq-icon-wrapper-2 {
  border: 1px solid #9f9fa5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.padding-section-header-3 {
  padding-top: 4rem;
}

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

.text-span-10.uppercase {
  color: #010002;
  text-transform: uppercase;
}

.body-4 {
  background-color: #f8f8f8;
}

.hero-bg-video {
  z-index: 1;
  background-image: url("../images/Screenshot-2024-11-20-180111.png");
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #750c12;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 650px;
  margin-top: 0;
  padding-top: 60px;
  display: block;
  position: relative;
  overflow: hidden;
}

.time-venue {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #fff;
  background-color: #e4e4e4cf;
  border: 2px solid #6b1c18;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  display: flex;
}

.flex-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
}

.image-11 {
  max-width: 85%;
}

.paragraph {
  color: #6b1c18;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4em;
}

.section-about-header-3-copy,
.section-about-header-3-copy-copy {
  overflow: hidden;
}

.hero-content {
  z-index: 1;
  margin-top: -90px;
  position: relative;
  top: 0;
  overflow: hidden;
}

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

._6rem-pb.grid,
._6rem-pb.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 4rem;
  display: grid;
}

._6rem-pb.grid-2.smaller-padding {
  background-color: #0000;
  grid-template-columns: 0.75fr 0.5fr 0.25fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hero-description {
  color: #000;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
}

.social-link-item-8 {
  border: 0 solid #9f9fa5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-link-item-8.bigger {
  width: 2.2rem;
  height: 2.2rem;
}

.social-link-item-8.hide {
  display: none;
}

.text-size-medium-6 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.5;
}

.text-size-medium-6.text-style-allcaps.text-align-center {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.text-size-medium-6.text-align-center {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
}

.text-size-medium-6.text-align-center.text-color-gray {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
}

.text-size-medium-6.text-align-center.text-color-gray.smaller.dconcept {
  color: #9f9fa5;
}

.service-block-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #e9e9e9;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 1.5rem;
  display: flex;
}

.hero-description-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.info-value {
  color: #750c12;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 26px;
}

.margin,
.margin.margin-huge,
.margin.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin.margin-large.margin-top-more {
  margin-top: 4rem;
}

.margin.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin.margin-small.with-zindex {
  z-index: 3;
  margin-top: 4rem;
  position: relative;
}

.margin.margin-xlarge,
.margin.margin-tiny {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin.margin-tiny.bigger {
  margin-top: 0.5rem;
}

.margin.margin-xlarge {
  margin-bottom: 4rem;
  margin-left: 0;
  margin-right: 0;
}

.margin.margin-xlarge.with-bg {
  border: 1px #000;
}

.margin.margin-medium {
  margin: 1rem 0 0;
}

.info-label {
  color: #707070;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.ticket-margin {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.ticket-padding {
  padding-top: 3rem;
  padding-bottom: 6rem;
}

.section-home-call-to-action-3-copy {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000061;
}

.section-home-call-to-action-3-copy.formosa {
  background-color: #e9e9e9;
}

.heading {
  color: #750c12;
  font-family: PT Serif, serif;
  font-size: 3.5rem;
  font-style: italic;
}

.div-block-9 {
  justify-content: center;
  width: 100%;
  padding-bottom: 6rem;
  display: flex;
  position: static;
}

.text-size-large-4 {
  font-size: 1.6rem;
  line-height: 1.4;
}

.text-size-large-4.dconcept {
  color: #000;
  margin-top: 3px;
  font-size: 1rem;
}

.text-size-large-4._1rem.dconcept {
  font-size: 1rem;
  line-height: 1.3;
  display: none;
}

.text-size-large-4.formosa {
  color: #750c12;
  font-size: 1.1rem;
  font-weight: 400;
}

.text-span-11 {
  padding-right: 5px;
}

.time-span {
  color: #040404;
  font-size: 1rem;
  font-weight: 500;
}

.time-span.smaller {
  color: #000;
  font-size: 1rem;
}

.flex-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.text-span-12 {
  padding-left: 5px;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  max-width: 535px;
  display: flex;
  position: relative;
}

.div-block-11.hide,
.div-block-11.mobile {
  display: none;
}

.image-12 {
  width: auto;
  max-width: 100%;
}

.ticket-info {
  color: #0f0d07 !important;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
}

/* custom code */
.version {
  text-align: right;
  padding: 0 10px 5px;
}

.pointer {
  cursor: pointer;
}

.notes {
  text-align: center;
  padding: 2.2em 0em 3em;
  line-height: 1.8em;
  letter-spacing: 0.3px;

  a {
    cursor: pointer;
    border-bottom: 1px solid #fafafa !important;
    color: #fafafa !important;
    /* text-decoration: underline; */

    &:hover {
      color: #ddc297 !important;
      border-bottom: 1px solid #ddc297 !important;
      transition: all 0.5s;
    }
  }
}

.form-block-4 {
  padding-top: 1em !important;
}

.contact-input {
  display: flex;
  align-items: end;
  border-bottom: 1px solid #ffffff;
  transition: all 0.4s;
  padding: 0 1em;

  p {
    @media (max-width: 500px) {
      font-size: 13px;
    }
  }

  input {
    padding: 0.5em 0.5em 0;
    border: 0 !important;
    outline: 0;
  }

  &:hover {
    border-style: none none solid;
    border-color: #ddc297;
  }

  &:focus {
    border-style: none none solid;
    border-bottom-color: #ddc297;
  }
}

.input-div input::-webkit-outer-spin-button,
.input-div input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input-div input::placeholder {
  color: #d1d1d1b8;
  /* #d1d1d1b8; */
}

.iti {
  width: 100%;

  .iti__country-list {
    color: #fafafa;
    background: #4a4a4d;
    border: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    /* border-radius: 6px; */
    /* padding: 0em 1em; */
  }

  .iti__selected-dial-code {
    @media screen and (max-width: 660px) {
      font-size: 12px;
    }
  }

  .iti__search-input {
    outline: 0;
    color: #333333;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .iti__dropdown-content {
    border: 0;
    border-radius: 6px;
    margin-top: 0;

    @media screen and (max-width: 660px) {
      width: unset !important;
    }
  }

  .iti__country:hover {
    background: #fbf6f72b;
  }

  .iti__country-list::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .heading-style-h2.text-style-allcaps.text-align-center.fixed {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .services-grid {
    max-width: 80rem;
  }

  .section-home-call-to-action-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-3 {
    top: -38%;
  }

  .hero-horizontal-flex-center-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-home-header-3 {
    min-height: 800px;
  }

  .hero-header {
    min-height: 900px;
  }

  .time-venue {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-description-section {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 1920px) {
  .heading-style-h2.text-style-allcaps.text-align-center.conference,
  .heading-style-h2.text-style-allcaps.text-align-center.conference-copy,
  .heading-style-h2.text-style-allcaps.text-align-center.conference-copy,
  .heading-style-h2.text-style-allcaps.text-align-center.conference-copy,
  .heading-style-h2.text-style-allcaps.text-align-center.conference-copy {
    color: #fff;
    font-family: Oswald, sans-serif;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.form-title {
    font-family: Cormorant, sans-serif;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.pink-text {
    font-size: 4.6rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.fixed {
    margin-top: 0;
    font-size: 5.5rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.dconcept {
    font-size: 2.4rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center {
    font-size: 4.5rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.conference,
  .heading-style-h2.text-style-allcaps.text-align-center.lb-event,
  .heading-style-h2.text-style-allcaps.text-align-center.lb-event {
    color: #ff2c34;
    font-family: Oswald, sans-serif;
  }

  .margin-top.margin-small.with-zindex {
    margin-top: 2rem;
  }

  .margin-top.margin-medium {
    margin-top: 1rem;
  }

  .text-size-medium.text-align-center,
  .text-size-medium.text-align-center._1-2rem.margin-top {
    font-size: 1.4rem;
  }

  .text-size-medium.orange-bold-span,
  .text-size-medium._1rem {
    font-size: 1.5rem;
  }

  .text-size-medium.text-align-center,
  .text-size-medium.text-align-center._1-2rem.margin-top {
    font-size: 1.4rem;
  }

  .text-size-medium.text-align-center.text-color-white._1rem {
    font-size: 1.2rem;
  }

  .text-size-medium._1rem,
  .text-size-medium.orange-bold-span {
    font-size: 1.5rem;
  }

  .form-input {
    font-size: 16px;
    border-radius: 0;
  }

  .container-large.navbar-flex {
    align-items: flex-start;
  }

  .text-size-large.text-align-center.no-bottom {
    font-size: 1.3rem;
  }

  .text-size-regular.text-color-gray.medium {
    font-size: 1.2rem;
  }

  .text-size-small.text-style-allcaps.text-color-gray.medium,
  .text-size-small.text-style-allcaps.text-color-gray-6.medium {
    font-size: 1rem;
  }

  .text-size-small.text-align-center.text-color-gray {
    text-align: left;
    font-size: 1rem;
  }

  .text-size-small.text-align-center.text-color-gray._1-2rem.dconcept {
    font-size: 1.2rem;
  }

  .section-home-header {
    background-image: url("../images/PZf6XGgl-WGES-Opening-Ceremony-Onsite-PR-14-1-1200x800.jpg");
    background-position: 50%;
    background-size: contain;
  }

  .hero-text {
    mix-blend-mode: normal;
    font-size: 6.5rem;
    font-weight: 400;
  }

  .hero-icon {
    font-size: 1.8rem;
  }

  .services-grid {
    max-width: 80rem;
  }

  .project-image-wrapper {
    height: 100%;
  }

  .project-image-wrapper.project-page {
    height: 50rem;
  }

  .project-image-wrapper.other-projects {
    height: 22rem;
  }

  ._3d-button {
    width: 16rem;
    height: 5rem;
  }

  ._3d-button-text {
    font-size: 18px;
  }

  .logo {
    width: 10em;
  }

  ._3d-brand-link.w--current {
    align-self: flex-start;
    width: 130px;
    height: 30px;
    margin-top: 0;
  }

  .number {
    font-size: 5.5rem;
  }

  .select-field {
    font-size: 16px;
  }

  .input-div {
    margin-top: 10px;
  }

  .text-medium.text-color-gray.padding.form-desc {
    font-size: 1.2rem;
  }

  .form-block-2 {
    width: 35em;
  }

  .div-block-2 {
    z-index: 6;
    width: 45em;
    top: -50px;
  }

  .hero-text-2 {
    font-size: 4.6rem;
  }

  .section-home-call-to-action-2 {
    z-index: 31;
    grid-template-columns: 1fr 1.25fr;
  }

  .text-size-medium-2.text-color-white.smaller {
    font-size: 1.2rem;
  }

  .text-size-medium-2.text-color-white.smaller.bordered {
    width: 114px;
  }

  .text-size-medium-2.text-color-gray.padding {
    font-size: 1.2rem;
  }

  .text-size-medium-2.attendee-titlle {
    color: #d5a878;
    font-family: Marcellus, sans-serif;
    font-weight: 400;
  }

  .schedule-title {
    font-size: 2rem;
  }

  .schedule-title.main {
    font-size: 4rem;
  }

  .image-3 {
    width: 80%;
    top: -30%;
    left: 160px;
  }

  .form-input-2 {
    font-size: 16px;
  }

  .italic-text {
    font-size: 1.2rem;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .depoiments-grid-2 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .div-block-4 {
    z-index: auto;
  }

  .image-8 {
    top: -120px;
    right: -100px;
  }

  .select-field-2 {
    font-size: 16px;
  }

  .preload-3 {
    display: none;
  }

  .container-large-2 {
    margin-left: auto;
    margin-right: auto;
  }

  ._3d-brand-link-3,
  ._3d-brand-link-3.w--current {
    width: 230px;
    height: 60px;
  }

  .team-members-component-grid-2 {
    grid-template-rows: auto;
  }

  .cta-button-back-2 {
    background-color: #0b0d13;
  }

  .cta-text-2 {
    font-family: Open Sans, sans-serif;
  }

  .cta-text-2.text-color-white {
    color: #ffd439;
    -webkit-text-stroke-color: black;
    font-family: Open Sans, sans-serif;
  }

  .padding-section-large-2 {
    grid-template-rows: auto;
  }

  .icon-embed-xxsmall-11.relume-social-icon {
    color: #fab24d;
  }

  .text-size-medium-4.text-align-center.smallest {
    font-size: 1.4rem;
  }

  .icon-embed-xxsmall-3.relume-social-icon {
    color: #fab24d;
  }

  .number-3 {
    font-size: 5.5rem;
  }

  .text-size-large-3.text-align-center.no-bottom,
  .text-size-large-3.text-align-center-copy.no-bottom {
    font-size: 1.3rem;
  }

  ._3d-button-text-2 {
    font-size: 18px;
  }

  .logo-5 {
    width: 10em;
  }

  .section-home-header-3 {
    min-height: 1000px;
  }

  .select-field-4 {
    font-size: 16px;
  }

  .padding-section-medium-4.grid-2.smaller-padding {
    grid-template-columns: 0.75fr 0.5fr;
  }

  ._3d-brand-link-4.w--current {
    align-self: flex-start;
    width: 130px;
    height: 30px;
    margin-top: 0;
  }

  .lblogo {
    width: 10em;
  }

  .iconify-icon {
    justify-content: center;
    align-items: center;
    width: 60px;
    max-width: none;
    height: 60px;
    max-height: none;
    display: flex;
  }

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

  .container-large-3.navbar-flex {
    align-items: flex-start;
  }

  .hero-bg-video {
    width: 100%;
  }

  .hero-header {
    min-height: 1000px;
  }

  .hero-description-section {
    justify-content: center;
    align-items: center;
  }

  .margin.margin-small.with-zindex {
    margin-top: 2rem;
  }

  .margin.margin-medium {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-large.align-center {
    display: flex;
  }

  .styleguide-2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.text-color-orange.left.conference-orange,
  .heading-style-h2.text-style-allcaps.text-align-center.text-color-orange.left.conference-orange-copy {
    font-size: 3rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.pink-text,
  .heading-style-h2.text-style-allcaps.text-align-center.pink-text.wedding {
    font-size: 4rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.fixed {
    margin-top: 6em;
    padding-right: 40px;
    font-size: 3rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center {
    font-size: 3rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.smaller-on-mobile {
    font-size: 2.2rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.text-color-orange.left.conference-orange,
  .heading-style-h2.text-style-allcaps.text-align-center.text-color-orange.left.lb-event {
    font-size: 3rem;
  }

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

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .text-size-medium {
    font-size: 1.2rem;
  }

  .text-size-medium.text-style-allcaps.text-align-center.orange-regular {
    text-align: center;
    font-size: 1.2rem;
  }

  .text-size-medium.text-align-center._1-2rem {
    font-size: 1rem;
  }

  .text-size-medium.text-align-center._1-2rem.padding-left {
    padding-left: 0;
  }

  .text-size-medium.text-align-center.center {
    font-size: 1rem;
  }

  .text-size-medium.text-align-center.text-color-white._1rem {
    font-size: 0.9rem;
  }

  .styleguide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .styleguide-4-col {
    grid-template-columns: 1fr;
  }

  .styleguide-1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

  .hide-tablet {
    display: none;
  }

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

  .text-size-large.text-align-center.no-bottom {
    font-size: 0.9rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

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

  .styleguide-heading-medium {
    font-size: 3rem;
  }

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

  .text-size-small.text-style-allcaps.text-color-gray.medium,
  .text-size-small.text-style-allcaps.text-color-gray-6.medium {
    font-size: 0.7rem;
  }

  .top-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .project-details-component-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .blog-posts-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .card-image {
    width: 12rem;
    height: 10rem;
  }

  .section-home-header {
    background-position: 18%;
    background-size: cover;
  }

  .hero-text {
    font-size: 5rem;
  }

  .hero-icon {
    font-size: 1.4rem;
  }

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

  .projects-main-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .project-image-wrapper {
    height: 70vh;
  }

  .project-image-wrapper.project-page {
    height: 80vh;
  }

  .project-image-wrapper.other-projects {
    height: 40vh;
  }

  .view-more-button {
    display: none;
  }

  .footer-text {
    font-size: 12rem;
    bottom: -6%;
  }

  .social-media-flex-center.margin-top {
    margin-top: 10px;
  }

  .call-to-action-button {
    width: 16rem;
    height: 5rem;
  }

  .cta-text {
    font-size: 1rem;
  }

  ._3d-button {
    width: 12rem;
    height: 4rem;
  }

  ._3d-button-text {
    font-size: 15px;
  }

  ._3d-brand-link {
    margin-top: 1rem;
  }

  ._3d-brand-link.w--current {
    width: 100px;
  }

  .nav-flex-center {
    width: 100%;
    height: 100%;
  }

  .rotate-text-button {
    background-color: #0000;
  }

  .button-text.nav-text-mobile {
    font-size: 4rem;
  }

  .padding-about-header {
    padding-top: 12rem;
  }

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

  .numbers-content-wrapper {
    padding: 2rem 1rem;
  }

  .number {
    font-size: 3.5rem;
  }

  .member-details {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .team-members-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .subscribe-content-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav-menu {
    z-index: 100;
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .nav-menu-flex {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-right: 0;
  }

  .menu-button-top-line,
  .menu-button-bottom-line {
    background-color: #fff;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link {
    width: 20rem;
    height: 3rem;
  }

  .menu-button {
    z-index: 999;
    background-color: #9f9fa533;
    border-radius: 100%;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navbar {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .bg-navbar {
    background-color: var(--dim-grey);
    width: 100%;
    height: 100%;
  }

  .menu-button-flex {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    width: 2rem;
    display: flex;
    position: relative;
  }

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

  .div-block-2 {
    width: auto;
    position: relative;
    left: 0;
    right: 0;
  }

  .bg-navbar-2 {
    background-color: #3b3b47;
    width: 100%;
    height: 100%;
  }

  .hero-text-2 {
    font-size: 4rem;
  }

  .padding-footer-2 {
    padding-top: 8rem;
  }

  ._3d-brand-link-2 {
    margin-top: 1rem;
  }

  .rotate-text-button-2 {
    background-color: #0000;
  }

  .section-home-call-to-action-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .padding-section-medium-2.mobile {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .menu-button-flex-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    width: 2rem;
    display: flex;
    position: relative;
  }

  .bride-groom-grid {
    grid-template-columns: 1fr 1.75fr 1fr;
    align-items: center;
  }

  .card-image-2 {
    width: 12rem;
    height: 10rem;
  }

  .footer-text-2 {
    font-size: 12rem;
    bottom: -6%;
  }

  .image-2 {
    width: 48vw;
  }

  .navbar-2 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .image-3 {
    top: -20%;
  }

  .image-4 {
    width: 56%;
  }

  .hero-subtitle {
    font-size: 13px;
  }

  .depoiments-grid-2 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .padding-global-2.right.mobile {
    margin-top: 0;
    padding-left: 2.5rem;
  }

  .image-7 {
    max-width: 80%;
    font-size: 14px;
  }

  .projects-main-grid-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .image-8 {
    width: 60%;
    position: absolute;
    top: -79px;
    right: 33px;
  }

  .menu-button-2 {
    z-index: 999;
    background-color: #9f9fa533;
    border-radius: 100%;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .navbar-3 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  ._3d-brand-link-3 {
    width: 150px;
    height: 30px;
    margin-top: 1rem;
  }

  ._3d-brand-link-3.w--current {
    width: 150px;
    height: 30px;
  }

  .text-color-gray-1,
  .text-color-gray-1.smaller {
    font-size: 1.2rem;
  }

  .text-color-gray-3 {
    font-size: 1.8rem;
  }

  .text-size-large-2 {
    font-size: 1.2rem;
  }

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

  .member-details-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .card-image-3 {
    width: 12rem;
    height: 10rem;
  }

  .cta-text-2 {
    font-size: 1rem;
  }

  .background-video-2 {
    height: 61.3em;
  }

  .padding-about-header-2 {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .social-link-item-5._3rem {
    width: 2.4rem;
    height: 2.4rem;
  }

  .text-color-gray-5 {
    font-size: 1.8rem;
  }

  .text-size-medium-4.text-align-center.smallest {
    font-size: 1rem;
  }

  .footer-text-3 {
    font-size: 12rem;
    bottom: -6%;
  }

  .hero-horizontal-flex-center-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .padding-footer-4 {
    padding-bottom: 12rem;
  }

  .number-3 {
    font-size: 3.5rem;
  }

  .text-size-large-3.text-align-center.no-bottom,
  .text-size-large-3.text-align-center-copy.no-bottom {
    font-size: 0.9rem;
  }

  ._3d-button-text-2 {
    font-size: 15px;
  }

  .footer-text-4 {
    font-size: 12rem;
    bottom: -6%;
  }

  .footer-text-4.lb {
    white-space: nowrap;
    font-size: 10rem;
    bottom: 0%;
  }

  .footer-text-4.formosa {
    white-space: nowrap;
    font-size: 10rem;
    bottom: 11%;
  }

  .numbers-content-wrapper-3 {
    padding: 2rem 1rem;
  }

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

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

  .section-home-header-3 {
    background-image: none;
    min-height: 550px;
  }

  .padding-section-medium-4.grid-2.smaller-padding {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr auto;
  }

  .view-more-button-2 {
    display: none;
  }

  ._3d-brand-link-4 {
    margin-top: 1rem;
  }

  ._3d-brand-link-4.w--current {
    width: 100px;
  }

  .member-details-3 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

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

  .lbnavbar {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .iconify-calendar {
    width: 20px;
  }

  .hero-header {
    background-image: none;
    min-height: 550px;
  }

  .time-venue {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  ._6rem-pb.grid-2.smaller-padding {
    grid-template-columns: 0.5fr 0.5fr;
  }

  .social-link-item-8._3rem {
    width: 2.4rem;
    height: 2.4rem;
  }

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

  .text-size-large-4,
  .time-span,
  .time-span.smaller {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-style-h2 {
    font-size: 3rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.text-color-orange.left.conference-orange,
  .heading-style-h2.text-style-allcaps.text-align-center.text-color-orange.left.conference-orange-copy,
  .heading-style-h2.text-style-allcaps.text-align-center.conference,
  .heading-style-h2.text-style-allcaps.text-align-center.conference-copy,
  .heading-style-h2.text-style-allcaps.text-align-center.conference-copy,
  .heading-style-h2.text-style-allcaps.text-align-center.conference-copy,
  .heading-style-h2.text-style-allcaps.text-align-center.conference-copy {
    font-size: 2.5rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.pink-text,
  .heading-style-h2.text-style-allcaps.text-align-center.pink-text.wedding {
    font-size: 3rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.fixed {
    margin-top: 8em;
    font-size: 2.8rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.dconcept {
    font-size: 1.8rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center {
    font-size: 2.5rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.smaller-on-mobile {
    font-size: 2rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.conference,
  .heading-style-h2.text-style-allcaps.text-align-center.text-color-orange.left.conference-orange,
  .heading-style-h2.text-style-allcaps.text-align-center.text-color-orange.left.lb-event,
  .heading-style-h2.text-style-allcaps.text-align-center.lb-event,
  .heading-style-h2.text-style-allcaps.text-align-center.lb-event {
    font-size: 2.5rem;
  }

  .heading-style-h1 {
    font-size: 3rem;
    line-height: 1.2;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h5 {
    font-size: 0.875rem;
  }

  .padding-section-medium.grid-2.smaller-padding {
    grid-template-columns: 0.75fr 0.5fr 0.25fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: 0.75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .text-size-medium {
    font-size: 1.1rem;
  }

  .text-size-medium.text-align-center._1-2rem,
  .text-size-medium.text-align-center.center,
  .text-size-medium.text-align-center._1-2rem {
    font-size: 0.9rem;
  }

  .text-size-medium.text-align-center._1-2rem.padding-left.left {
    text-align: left;
  }

  .text-size-medium.text-align-center.center {
    font-size: 0.9rem;
  }

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

  .styleguide-heading-large {
    font-size: 3rem;
  }

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .styleguide-section-header {
    font-size: 0.875rem;
  }

  .text-rich-text h1 {
    font-size: 3rem;
  }

  .text-rich-text h2 {
    font-size: 2rem;
  }

  .text-rich-text h3 {
    font-size: 1.5rem;
  }

  .text-rich-text h4 {
    font-size: 1.25rem;
  }

  .text-rich-text h5 {
    font-size: 1.125rem;
  }

  .text-rich-text h6 {
    font-size: 0.875rem;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

  .text-size-large.text-align-center.no-bottom {
    font-size: 0.8rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .text-size-regular.text-color-gray.medium {
    font-size: 0.9rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

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

  .styleguide-heading-medium {
    font-size: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

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

  .hide-mobile-landscape {
    display: none;
  }

  .faq-answer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-title {
    padding-left: 0;
  }

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

  .faq-icon-wrapper {
    width: 3.5rem;
    height: 3.5rem;
  }

  .other-posts-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .blog-category-button-flex {
    flex-wrap: wrap;
  }

  .blog-post-category-component-grid,
  .other-projects-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog-posts-component-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .checkout-form,
  .paypal-checkout-form,
  .order-conffirmation-content {
    border-radius: 12px;
  }

  .product-component-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .card-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .card-image {
    border-radius: 8px;
    width: 8rem;
    height: 7rem;
  }

  .section-home-header {
    background-position: 11%;
  }

  .button-flex-center.right {
    justify-content: flex-start;
  }

  .hero-horizontal-flex-center {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .hero-text {
    font-size: 3.5rem;
  }

  .hero-icon {
    font-size: 1.3rem;
  }

  .project-image-wrapper {
    border-radius: 12px;
    height: 50vh;
  }

  .project-image-wrapper.project-page,
  .project-image-wrapper.other-projects {
    height: 50vh;
  }

  .depoiments-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer-text {
    font-size: 10rem;
    bottom: -6%;
    left: -50%;
    right: -50%;
  }

  ._3d-button {
    width: 12rem;
    height: 4rem;
  }

  ._3d-button.secojnd {
    width: 9rem;
    height: 3.5rem;
  }

  ._3d-button-text {
    font-size: 13px;
  }

  ._3d-brand-link {
    margin-top: 0.5rem;
  }

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

  .button-text.nav-text-mobile {
    font-size: 3.5rem;
  }

  .number {
    font-size: 3rem;
  }

  .awards-component-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .team-members-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .subscribe-content-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .nav-menu-flex {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .menu-button,
  .menu-button-flex {
    display: none;
  }

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

  .bg-shape {
    display: block;
  }

  .div-block-2 {
    position: relative;
    left: 0;
    right: 0;
  }

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

  .hero-text-2 {
    font-size: 3.3rem;
  }

  .padding-global-copy {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-footer-2 {
    padding-top: 8rem;
  }

  ._3d-brand-link-2 {
    margin-top: 0.5rem;
  }

  .padding-section-medium-2.mobile {
    padding-top: 0;
  }

  .hero-horizontal-flex-center-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

  .card-image-2 {
    border-radius: 8px;
    width: 9rem;
    height: 8rem;
  }

  .footer-text-2 {
    font-size: 10rem;
    bottom: -6%;
    left: -50%;
    right: -50%;
  }

  .schedule-title.main {
    font-size: 3rem;
  }

  .image-2 {
    width: 48vw;
  }

  .depoiments-grid-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global-2.right.mobile {
    margin-top: 0;
  }

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

  .image-8 {
    width: 100%;
    top: -86px;
    right: -93px;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  ._3d-brand-link-3 {
    width: 150px;
    height: 30px;
    margin-top: 0.5rem;
  }

  .text-color-gray-1 {
    font-size: 1.2rem;
  }

  .number-2 {
    font-size: 4rem;
  }

  .flex {
    align-items: center;
    display: flex;
  }

  .text-size-large-2,
  .text-size-large-2._1rem {
    font-size: 1.1rem;
  }

  .padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .team-members-component-grid-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .card-image-3 {
    border-radius: 8px;
    width: 8rem;
    height: 7rem;
  }

  .background-video-2 {
    height: 61.4em;
  }

  .padding-global-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-text-3 {
    font-size: 10rem;
    bottom: -6%;
    left: -50%;
    right: -50%;
  }

  .padding-global-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-global-7,
  .padding-global-8 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-horizontal-flex-center-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .padding-footer-4 {
    padding-bottom: 10rem;
  }

  .div-block-8 {
    max-width: 480px;
  }

  .number-3 {
    font-size: 3rem;
  }

  .text-size-large-3 {
    font-size: 1.25rem;
  }

  .text-size-large-3.text-align-center.no-bottom,
  .text-size-large-3.text-align-center-copy.no-bottom {
    font-size: 0.8rem;
  }

  ._3d-button-text-2 {
    font-size: 13px;
  }

  .footer-text-4 {
    font-size: 10rem;
    bottom: -6%;
    left: -50%;
    right: -50%;
  }

  .footer-text-4.lb {
    white-space: nowrap;
    font-size: 7.7rem;
    bottom: 0%;
    left: 0;
    right: 0;
  }

  .footer-text-4.formosa {
    white-space: nowrap;
    font-size: 7.7rem;
    bottom: 13%;
    left: 0;
    right: 0;
  }

  .team-members-component-grid-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .section-home-header-3 {
    background-image: none;
    min-height: 500px;
  }

  .depoiments-grid-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium-4.grid-2.smaller-padding {
    grid-template-rows: auto;
    grid-template-columns: 0.75fr;
  }

  ._3d-brand-link-4 {
    margin-top: 0.5rem;
  }

  .services-grid-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .services-grid-2._2cols {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .member-block-item-3 {
    max-width: none;
  }

  .faq-icon-wrapper-2 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .iconify-calendar {
    width: 18px;
    margin-bottom: 0.1em;
  }

  .hero-header {
    background-image: none;
    min-height: 500px;
  }

  .time-venue {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  ._6rem-pb.grid-2.smaller-padding {
    grid-template-rows: auto;
    grid-template-columns: 0.75fr;
  }

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

  .text-size-large-4,
  .text-size-large-4._1rem {
    font-size: 1.1rem;
  }

  .time-span {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  .text-span-12 {
    padding-left: 20px;
  }

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

  .max-width-large.align-center {
    max-width: none;
  }

  .button {
    padding: 0.6rem 1rem;
    font-size: 12px;
  }

  .heading-style-h2,
  .heading-style-h2.text-style-allcaps.text-align-center.smaller-on-mobile {
    font-size: 2.5rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.form-title {
    margin-top: 0;
    font-size: 1.8rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.pink-text,
  .heading-style-h2.text-style-allcaps.text-align-center.pink-text.wedding {
    font-size: 2.2rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.fixed {
    margin-top: 4em;
    padding-right: 20px;
    font-size: 2.2rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center {
    text-transform: none;
    font-size: 1.7rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.dconcept {
    font-size: 1.7rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.smaller-on-mobile {
    font-size: 2.5rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.conference {
    color: #ff2c34;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.text-color-orange.left.conference-orange,
  .heading-style-h2.text-style-allcaps.text-align-center.text-color-orange.left.lb-event {
    color: #ed1c24;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.lb-event {
    color: #ff2c34;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.formosa {
    font-size: 2.4rem;
  }

  .heading-style-h1.text-style-allcaps.text-align-center {
    font-size: 3rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-section-medium.grid {
    display: block;
  }

  .padding-section-medium.grid-2.smaller-padding {
    grid-template-columns: 0.75fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-large.margin-top-more {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .margin-top.margin-large.with-zindex.broom-bride {
    margin-top: 1rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .text-size-medium.orange-bold-span,
  .text-size-medium._1rem {
    font-size: 1rem;
  }

  .text-size-medium.text-align-center {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.4rem;
  }

  .text-size-medium.text-align-center._1-2rem.margin-top {
    margin-top: 30px;
  }

  .text-size-medium.text-align-center._1-2rem.padding-left.left {
    text-align: left;
    padding-right: 1.2rem;
  }

  .text-size-medium.text-align-center.center.lbfooter.capitalize {
    text-transform: capitalize;
    font-size: 0.9rem;
  }

  .text-size-medium.text-align-center.center.formosa {
    text-transform: none;
    font-size: 1rem;
  }

  .text-size-medium.text-align-center.text-color-white._1rem.capitalize {
    text-transform: capitalize;
  }

  .text-size-medium._1rem {
    font-size: 1rem;
    font-weight: 300;
  }

  .text-size-medium.orange-bold-span {
    color: #fff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: white;
    font-size: 1rem;
    font-weight: 600;
  }

  .form-input {
    border-radius: 0;
    padding-bottom: 0.25em;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 13px;
  }

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

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

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

  .text-size-large.text-align-center.no-bottom {
    font-size: 0.7rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-section-small {
    padding-top: 3rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

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

  .padding-global,
  .padding-global.smaller {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .text-size-small.text-style-allcaps.text-color-gray {
    font-size: 1rem;
  }

  .text-size-small.text-align-center.text-color-gray.left.conference,
  .text-size-small.text-align-center.text-color-gray.left.lb-event,
  .text-size-small.text-align-center.text-color-gray.left.formosa,
  .text-size-small.text-align-center.text-color-gray.left.formosa {
    text-align: center;
    font-size: 1rem;
  }

  .text-size-small.text-align-center.text-color-gray {
    font-size: 1rem;
  }

  .text-size-small.text-align-center.text-color-gray._1-2rem {
    font-size: 1.2rem;
  }

  .text-size-small.text-align-center.formosa {
    color: #0f0d07;
    font-size: 1rem;
    font-weight: 400;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .styleguide-social-icons-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .utility-content-wrapper,
  .form-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-title {
    font-size: 14px;
  }

  .faq-top-container {
    grid-template-columns: 1.75fr 0.25fr;
  }

  .faq-icon-wrapper {
    width: 2rem;
    height: 2rem;
  }

  .plus-icon {
    font-size: 1rem;
  }

  .top-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .project-details-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .subscribe-form-flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .checkout-form,
  .paypal-checkout-form,
  .order-conffirmation-content {
    padding-top: 1.5rem;
    padding-bottom: 10px;
  }

  .product-pricing-block {
    padding: 2.5rem 2rem;
  }

  .card-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
    align-content: stretch;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .card-image-row.rotate-left-up {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .card-image-row.rotate-right-up {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .section-home-header {
    background-position: 25%;
    background-size: cover;
  }

  .button-flex-center {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .button-flex-center.right {
    justify-content: flex-start;
  }

  .hero-horizontal-flex-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-text {
    text-align: center;
    white-space: normal;
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .hero-text.conference,
  .hero-text.lb-event {
    color: #feb236;
    text-transform: none;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
  }

  .hero-icon {
    font-size: 1.1rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
    place-items: center;
    width: 100%;
  }

  .project-image-wrapper {
    height: 32vh;
  }

  .project-image-wrapper.project-page,
  .project-image-wrapper.other-projects {
    height: 35vh;
  }

  .footer-text {
    font-size: 8rem;
    bottom: -2%;
    right: -50%;
  }

  ._3d-button {
    width: 12rem;
    height: 4rem;
  }

  .footer-description {
    margin-bottom: -7rem;
  }

  ._3d-brand-link.w--current {
    width: 100px;
  }

  .button-text.nav-text-mobile {
    font-size: 3rem;
  }

  .numbers-component-grid {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .awards-grid-wrapper {
    grid-column-gap: 0.8rem;
    grid-row-gap: 0.8rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    max-width: none;
    height: auto;
    padding: 55px 35px;
    display: grid;
    justify-items: center;
  }

  .awards-component-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: left;
    justify-items: left;
    display: flex;
    max-width: 220px;
    align-items: start;
  }

  .awards-line {
    width: 49vw;
  }

  .team-members-component-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .member-block-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .team-member-photo {
    max-width: 80%;
  }

  .lock-icon {
    font-size: 10rem;
  }

  .preload {
    display: none;
  }

  .nav-menu-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .nav-link._01 {
    width: 100%;
  }

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

  .select-field {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

  .button-2 {
    font-size: 13px;
  }

  .text-medium.text-color-gray.padding.form-desc {
    font-size: 0.8rem;
  }

  .form-block-2 {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-block-5 {
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .div-block-2 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    left: 0;
    right: 0;
    overflow: visible;
  }

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

  .padding-section-large-fix {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .hero-text-2 {
    font-size: 2.5rem;
  }

  .section-home-services-3 {
    display: block;
    overflow: visible;
  }

  .fixed-background {
    width: 100%;
  }

  .padding-footer-2 {
    padding-top: 8rem;
  }

  .section-home-call-to-action-2 {
    overflow: visible;
  }

  .padding-section-medium-2.mobile {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .text-size-medium-2.text-align-center.text-color-gray.mobile {
    font-size: 0.8rem;
  }

  .text-size-medium-2.text-color-gray.padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-size-medium-2.attendee-titlle {
    font-size: 1.1rem;
  }

  .text-size-medium-2.wedding {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .padding-section-header-2 {
    padding-top: 8rem;
  }

  .footer-text-2 {
    font-size: 8rem;
    bottom: -2%;
    right: -50%;
  }

  .schedule-title.main {
    font-size: 2.2rem;
    line-height: 1.1;
  }

  .image-2 {
    width: 80%;
  }

  .background-video {
    height: 80%;
  }

  .form-input-2 {
    font-size: 13px;
  }

  .image-4 {
    width: 80%;
  }

  .hero-subtitle {
    font-size: 12px;
    font-weight: 400;
  }

  .depoiments-grid-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global-2.right.mobile {
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-wrapper-2 {
    overflow: hidden;
  }

  .div-block-4 {
    overflow: visible;
  }

  .image-7 {
    text-align: center;
    max-width: 50%;
    display: inline-block;
  }

  .bride-block {
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    top: -59px;
  }

  .select-field-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

  .preload-2 {
    display: none;
  }

  .preload-3 {
    height: 100vh;
    display: none;
    overflow: visible;
  }

  ._3d-brand-link-3 {
    width: 150px;
    height: 30px;
  }

  .text-size-medium-3.text-align-center.larger,
  .text-size-medium-3.text-align-center.larger.dconcept {
    font-size: 1.4rem;
  }

  .text-size-medium-3.text-style-allcaps.text-align-center {
    font-size: 1.2rem;
  }

  .text-size-medium-3.text-align-center {
    font-size: 1rem;
  }

  .text-size-medium-3.text-align-center.text-color-gray {
    font-weight: 400;
  }

  .text-size-medium-3.text-align-center.text-color-gray.smaller.dconcept {
    font-size: 1.1rem;
  }

  .text-color-gray-1 {
    font-size: 1.2rem;
  }

  .text-color-gray-1.smaller {
    font-size: 1.1rem;
  }

  .icon-embed-xsmall {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -1px;
  }

  .text-color-gray-3 {
    text-transform: lowercase;
    font-size: 1.7rem;
  }

  .flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .text-size-large-2 {
    font-size: 1rem;
  }

  .text-size-large-2._1-2rem {
    font-size: 1.2rem;
  }

  .text-size-large-2.dconcept {
    font-size: 1.1rem;
  }

  .social-link-item-4 {
    align-items: center;
  }

  .team-members-component-grid-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .member-block-item-2 {
    text-align: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: block;
  }

  .social-bg-2.gray.lbwhite {
    background-color: #750c1236;
  }

  .member-details-2 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-color-gray-4 {
    font-size: 1.6rem;
  }

  .div-block-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .team-member-photo-2 {
    width: 90%;
  }

  .cta-text-2.text-color-white {
    color: #fff;
  }

  .background-video-2 {
    height: 55.2em;
  }

  .padding-about-header-2 {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-color-gray-5 {
    text-transform: lowercase;
    font-size: 1.7rem;
  }

  .text-size-medium-4.text-align-center {
    font-size: 1rem;
  }

  .text-size-medium-4.text-align-center.smallest {
    font-size: 0.9rem;
  }

  .footer-text-3 {
    font-size: 8rem;
    bottom: -2%;
    right: -50%;
  }

  .text-size-medium-5.text-align-center {
    font-size: 1rem;
  }

  .text-size-medium-5.text-align-center.text-color-gray {
    font-weight: 400;
  }

  .button-3 {
    font-size: 13px;
  }

  .form-block-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .preload-4 {
    display: none;
  }

  .hero-horizontal-flex-center-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-color: #ed1c2429;
    background-clip: border-box;
    border-color: #ed1c24;
    padding: 20px 10px;
  }

  .padding-footer-4 {
    padding-bottom: 8rem;
  }

  .social-link-item-7.lbsocialicon {
    border-color: #680d10;
    width: 2.5rem;
    height: 2.5rem;
  }

  .text-size-large-3.text-align-center.no-bottom,
  .text-size-large-3.text-align-center-copy.no-bottom {
    color: #fff;
    font-size: 0.7rem;
  }

  .section-home-call-to-action-3 {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #00000061;
  }

  ._3d-button-text-2 {
    color: #750c12;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
  }

  .image-10 {
    object-fit: cover;
    max-width: 60%;
  }

  .button-4 {
    color: #040404;
    -webkit-text-stroke-color: #9e9e9e;
    background-color: #e9e9e9;
    border-color: #f6f6f6;
    border-radius: 4px;
    width: auto;
    padding: 0.6rem 1.2rem;
    font-size: 12px;
  }

  .button-4:hover {
    background-color: #e9e9e9;
    border-color: #ff2c34;
    border-radius: 7px;
  }

  .form-block-4 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #750c12;
    border: 1px solid #ed1c24cc;
    padding: 3rem 1rem;
  }

  ._3d-button-front-2.secondary {
    background-color: #f8f8f8;
    border-color: #750c12;
  }

  .social-icon-2 {
    font-family: Material Icon, sans-serif;
  }

  .footer-text-4 {
    font-size: 8rem;
    bottom: -2%;
    right: -50%;
  }

  .footer-text-4.lb {
    white-space: nowrap;
    font-size: 4.6rem;
    inset: auto 0% 0%;
  }

  .footer-text-4.formosa {
    white-space: nowrap;
    font-size: 6.5rem;
    inset: auto 0% 14%;
  }

  .footer-section-4 {
    text-align: left;
    background-repeat: repeat-x;
    background-attachment: scroll;
  }

  .team-members-component-grid-3 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .padding-section-large-3 {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .padding-section-large-3._6rem {
    padding-top: 6rem;
  }

  .padding-section-large-3._4rem {
    padding-top: 3rem;
  }

  .section-home-header-3 {
    background-image: linear-gradient(#0000, #0000);
    min-height: 200px;
  }

  ._3d-button-back-2.secondary {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    color: #750c12;
    background-color: #f8f8f8;
    border-color: #750c12;
  }

  ._3d-button-back-2.secondary.red-bg {
    justify-content: center;
    align-items: center;
  }

  .plus-icon-2 {
    color: #fff;
    -webkit-text-stroke-color: white;
    font-size: 1rem;
  }

  .select-field-4 {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

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

  .padding-section-medium-4.grid {
    display: block;
  }

  .padding-section-medium-4.grid-2.smaller-padding {
    grid-template-columns: 1fr;
  }

  ._3d-brand-link-4.w--current {
    width: 100px;
  }

  ._3d-brand-link-4.lb {
    width: 140px;
    height: 90px;
  }

  .service-bg-2._1 {
    mix-blend-mode: luminosity;
  }

  .member-details-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .text-color-gray-6 {
    color: #fff;
  }

  .member-block-item-3 {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    color: #0f0d07;
    background-color: #5555554d;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .faq-icon-wrapper-2 {
    border-color: #fff;
    width: 2rem;
    height: 2rem;
  }

  .padding-section-header-3 {
    padding-top: 2rem;
  }

  .iconify-calendar {
    width: 18px;
    margin-bottom: 0.25em;
  }

  .hero-header {
    background-image: linear-gradient(#0000, #0000);
    min-height: 300px;
    padding-top: 30px;
  }

  .time-venue {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-color: #ed1c2429;
    background-clip: border-box;
    border-color: #ed1c24;
    padding: 20px 10px;
  }

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

  ._6rem-pb.grid {
    display: block;
  }

  ._6rem-pb.grid-2.smaller-padding {
    grid-template-columns: 1fr;
  }

  .text-size-medium-6.text-style-allcaps.text-align-center {
    font-size: 1.2rem;
  }

  .text-size-medium-6.text-align-center {
    font-size: 1rem;
  }

  .text-size-medium-6.text-align-center.text-color-gray {
    font-weight: 400;
  }

  .text-size-medium-6.text-align-center.text-color-gray.smaller.dconcept {
    font-size: 1.1rem;
  }

  .service-block-3 {
    width: 100%;
    max-width: 320px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .hero-description-section {
    justify-content: center;
    align-items: center;
  }

  .info-value {
    font-size: 1rem;
  }

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

  .margin.margin-large.with-zindex.broom-bride {
    margin-top: 1rem;
  }

  .info-label {
    font-size: 14px;
  }

  .ticket-margin {
    color: #0f0d07;
  }

  .ticket-padding {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  .ticket-padding._6rem {
    padding-top: 6rem;
  }

  .section-home-call-to-action-3-copy {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #00000061;
  }

  .heading {
    margin-top: 0;
    font-size: 2.4rem;
    line-height: 55px;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
  }

  .div-block-10 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-size-large-4 {
    font-size: 1rem;
  }

  .text-size-large-4.dconcept {
    text-align: center;
    font-size: 11px;
  }

  .text-size-large-4._1rem.dconcept {
    font-size: 12px;
  }

  .text-size-large-4._1-2rem {
    font-size: 1.2rem;
  }

  .text-size-large-4.formosa {
    text-align: start;
    font-size: 13px;
    line-height: 1.5;
  }

  .time-span {
    font-size: 1.2rem;
  }

  .time-span.smaller {
    font-size: 1.1rem;
  }

  .div-block-11 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .div-block-11.hide,
  .div-block-11.desktop {
    display: none;
  }

  .div-block-11.mobile {
    width: 100%;
    max-width: 360px;
    display: flex;
  }

  .image-12 {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 1000px;
    max-height: 1200px;
  }

  .ticket-info {
    color: #0f0d07 !important;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;

    a {
      color: #0f0d07 !important;
      text-align: center;
      font-size: 1rem;
      font-weight: 400;
    }
  }

  .ticket-info a {
    color: #0f0d07 !important;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
  }
}

#w-node-_11e4fea8-e0aa-230f-fbe0-a554a228a29e-67c9236f {
  align-self: center;
}

#w-node-e28d9caf-18c0-07b3-ec94-79e678a39408-67c9236f,
#w-node-e28d9caf-18c0-07b3-ec94-79e678a3940f-67c9236f,
#w-node-e28d9caf-18c0-07b3-ec94-79e678a39414-67c9236f,
#w-node-e28d9caf-18c0-07b3-ec94-79e678a3941b-67c9236f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9159c12b-2027-073a-fe1e-ecc550cdbe1d-67c9236f,
#w-node-_9159c12b-2027-073a-fe1e-ecc550cdbe3c-67c9236f,
#w-node-_9159c12b-2027-073a-fe1e-ecc550cdbe5b-67c9236f,
#w-node-_4376ee46-a414-7524-cea5-32f45606bcce-67c9236f,
#w-node-_24d6006d-b9d9-0f99-8d30-94d446b1567c-67c9236f,
#w-node-_0240ee19-7dd4-daa0-936b-eb4d9c38269c-67c9236f,
#w-node-_0240ee19-7dd4-daa0-936b-eb4d9c38269d-67c9236f,
#w-node-_0dc2b856-0a52-e2b5-ba06-6a7d033f73d9-67c9236f,
#w-node-_0dc2b856-0a52-e2b5-ba06-6a7d033f73da-67c9236f,
#w-node-f417ce33-b0da-cb6d-e5a0-f26ed032bdd7-67c9236f,
#w-node-f417ce33-b0da-cb6d-e5a0-f26ed032bdd8-67c9236f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b374b62b-aa7f-ba51-6e08-5300856ebc67-67c9236f {
  align-self: center;
}

#w-node-a6c538c4-53b5-e576-4b38-9922eedb6468-67c9236f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6c538c4-53b5-e576-4b38-9922eedb646d-67c9236f {
  justify-self: end;
}

#w-node-fee62950-f29a-7233-b9b9-6dec3cd600c3-67c9236f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fee62950-f29a-7233-b9b9-6dec3cd600c8-67c9236f {
  justify-self: end;
}

#w-node-_8be090b0-2f9c-27f4-40e2-2ad1497e6d69-67c9236f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8be090b0-2f9c-27f4-40e2-2ad1497e6d6e-67c9236f {
  justify-self: end;
}

#w-node-b739a46d-cd81-bbc6-67eb-bb7d43da2e68-67c9236f,
#field.w-node-b739a46d-cd81-bbc6-67eb-bb7d43da2e69-67c9236f,
#w-node-_4454efd8-fad3-dee9-abab-e1c978a9a2de-67c9236f,
#w-node-_4454efd8-fad3-dee9-abab-e1c978a9a2e0-67c9236f,
#w-node-_4454efd8-fad3-dee9-abab-e1c978a9a2e2-67c9236f,
#w-node-_3608b5ee-0f95-85fb-a321-7883188bb656-67c9236f,
#w-node-a29d8096-050b-7f9b-f57a-9fcf4f2f47a1-67c9236f,
#w-node-_10dd6409-3805-fb52-1694-2b53d3759704-67c9236f,
#w-node-_9ec179fa-ec28-5c79-1bfd-1b4aa81cff1b-67c9236f,
#w-node-_507009b7-2b70-764b-243c-ea56a6947e29-67c9236f,
#w-node-bfdf4ec8-6f31-43ab-167c-ab9bf2dd79ab-67c9236f,
#w-node-_6f1042e8-6d26-f0bf-2f5e-de6f57149b7f-67c9236f,
#w-node-d904b58b-c24f-2a46-a696-031470cedf58-67c9236f,
#w-node-d904b58b-c24f-2a46-a696-031470cedf59-67c9236f,
#w-node-d904b58b-c24f-2a46-a696-031470cedf5a-67c9236f,
#w-node-d904b58b-c24f-2a46-a696-031470cedf5e-67c9236f,
#w-node-d904b58b-c24f-2a46-a696-031470cedf5f-67c9236f,
#w-node-d904b58b-c24f-2a46-a696-031470cedf61-67c9236f,
#w-node-d904b58b-c24f-2a46-a696-031470cedf64-67c9236f,
#w-node-_1deae8f1-e95b-0c94-815a-be8847052a5e-67c9236f,
#w-node-_1deae8f1-e95b-0c94-815a-be8847052a5f-67c9236f,
#w-node-_1deae8f1-e95b-0c94-815a-be8847052a60-67c9236f,
#w-node-_1deae8f1-e95b-0c94-815a-be8847052a64-67c9236f,
#w-node-_1deae8f1-e95b-0c94-815a-be8847052a65-67c9236f,
#w-node-_1deae8f1-e95b-0c94-815a-be8847052a67-67c9236f,
#w-node-_1deae8f1-e95b-0c94-815a-be8847052a6a-67c9236f,
#w-node-a40e83bb-3426-254f-8227-bc79758976ae-67c9236f,
#w-node-fba052e9-7981-2f2a-28e1-f84986b7420c-67c9236f,
#w-node-_108afb86-ad38-0081-0b91-6ffe62eaed87-67c9236f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7d52c99-03c3-2d8d-2393-84eb4707ae2e-4707ae29,
#w-node-d7d52c99-03c3-2d8d-2393-84eb4707ae6c-4707ae29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fbdc-67c92373 {
  align-self: center;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fbef-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fbf6-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fbfb-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fc02-67c92373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fc12-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fc26-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fc3a-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fc58-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fc59-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fc62-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fc63-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fc6c-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fc6d-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fc77-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fc78-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fc81-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fc82-67c92373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fc91-67c92373 {
  align-self: center;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fcaf-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fcb2-67c92373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fcb6-67c92373 {
  justify-self: end;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fcbd-67c92373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fcc4-67c92373 {
  justify-self: end;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fccb-67c92373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fcd2-67c92373 {
  justify-self: end;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fcd9-67c92373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fce0-67c92373 {
  justify-self: end;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fce7-67c92373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fcee-67c92373 {
  justify-self: end;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fcf5-67c92373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fcfc-67c92373 {
  justify-self: end;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fd03-67c92373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fd0a-67c92373 {
  justify-self: end;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fd11-67c92373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fd18-67c92373 {
  justify-self: end;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fd28-67c92373,
#field.w-node-c7f890ff-6d99-97f0-c925-44863043fd29-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd2a-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd2c-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd2e-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd42-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd43-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd44-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd48-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd49-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd4b-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd4e-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd51-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd52-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd53-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd57-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd58-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd5a-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd5d-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd60-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd61-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd62-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd66-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd67-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd69-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd6c-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd79-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd88-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd97-67c92373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fdab-67c92373,
#w-node-c7f890ff-6d99-97f0-c925-44863043fdbf-67c92373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f832861f-c10e-9361-17f7-64f1bc0bc655-67c92376,
#field.w-node-f832861f-c10e-9361-17f7-64f1bc0bc656-67c92376,
#w-node-f832861f-c10e-9361-17f7-64f1bc0bc657-67c92376,
#w-node-f832861f-c10e-9361-17f7-64f1bc0bc659-67c92376,
#w-node-f832861f-c10e-9361-17f7-64f1bc0bc65b-67c92376 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21ea1033-82d7-5a94-7ed3-2fe851106907-67c92376 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e85b842b-ccb5-a4b5-c97e-0666894601e7-1029a7d5,
#w-node-e85b842b-ccb5-a4b5-c97e-0666894601ee-1029a7d5,
#w-node-e85b842b-ccb5-a4b5-c97e-0666894601f5-1029a7d5,
#w-node-e85b842b-ccb5-a4b5-c97e-066689460208-1029a7d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e85b842b-ccb5-a4b5-c97e-066689460219-1029a7d5,
#w-node-e85b842b-ccb5-a4b5-c97e-066689460220-1029a7d5,
#w-node-e85b842b-ccb5-a4b5-c97e-066689460227-1029a7d5,
#w-node-e85b842b-ccb5-a4b5-c97e-06668946022e-1029a7d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e85b842b-ccb5-a4b5-c97e-066689460240-1029a7d5,
#w-node-e85b842b-ccb5-a4b5-c97e-066689460247-1029a7d5,
#w-node-e85b842b-ccb5-a4b5-c97e-066689460249-1029a7d5,
#w-node-e85b842b-ccb5-a4b5-c97e-06668946024d-1029a7d5,
#w-node-e85b842b-ccb5-a4b5-c97e-066689460254-1029a7d5,
#w-node-e85b842b-ccb5-a4b5-c97e-066689460256-1029a7d5,
#w-node-e85b842b-ccb5-a4b5-c97e-06668946025a-1029a7d5,
#w-node-e85b842b-ccb5-a4b5-c97e-066689460261-1029a7d5,
#w-node-e85b842b-ccb5-a4b5-c97e-066689460263-1029a7d5,
#w-node-e85b842b-ccb5-a4b5-c97e-066689460267-1029a7d5,
#w-node-e85b842b-ccb5-a4b5-c97e-06668946026e-1029a7d5,
#w-node-e85b842b-ccb5-a4b5-c97e-066689460270-1029a7d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e85b842b-ccb5-a4b5-c97e-06668946027d-1029a7d5,
#w-node-e85b842b-ccb5-a4b5-c97e-066689460290-1029a7d5,
#w-node-e85b842b-ccb5-a4b5-c97e-0666894602a3-1029a7d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e00f14b3-8570-1138-2786-73db43bedd10-1029a7d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c8d5a07c-50dd-7690-3263-c52398ed85e5-67c92377 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_99ea598c-0e15-298e-837d-d4b56f7c3a43-67c92377,
#w-node-ab318416-5f7a-ccc6-ea4b-4d6e14799ebf-67c92378 {
  align-self: start;
}

#w-node-_902c5670-d3bd-e895-8abb-a356e59bea19-67c92379,
#w-node-_902c5670-d3bd-e895-8abb-a356e59bea1d-67c92379,
#w-node-_902c5670-d3bd-e895-8abb-a356e59bea21-67c92379,
#w-node-_902c5670-d3bd-e895-8abb-a356e59bea25-67c92379,
#w-node-_692bcaea-725a-ca89-3edc-19119e708ff9-67c92379 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_692bcaea-725a-ca89-3edc-19119e708ffe-67c92379 {
  justify-self: end;
}

#w-node-_692bcaea-725a-ca89-3edc-19119e709007-67c92379 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_692bcaea-725a-ca89-3edc-19119e70900c-67c92379 {
  justify-self: end;
}

#w-node-_692bcaea-725a-ca89-3edc-19119e709015-67c92379 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_692bcaea-725a-ca89-3edc-19119e70901a-67c92379 {
  justify-self: end;
}

#w-node-_692bcaea-725a-ca89-3edc-19119e709023-67c92379 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_692bcaea-725a-ca89-3edc-19119e709028-67c92379 {
  justify-self: end;
}

#w-node-_235cffae-7501-b9cf-f4c1-4313244bdf94-67c9237a,
#w-node-_4ae808ca-2b9c-32eb-e148-92d72b769cc3-67c9237a,
#w-node-adc8ca35-dee4-921a-8b99-af789cf48871-67c9237a,
#w-node-d0e92421-6f2d-377c-ed84-3d64fd0ea662-67c9237a,
#w-node-fd120418-b5ab-5fb8-0667-b1bd8624a25e-67c9237a,
#w-node-e80560ef-5627-8e78-dd9c-d264287f9680-67c9237a,
#w-node-ba0cec0d-f5ec-c690-5140-fcb28e45f173-67c9237a,
#w-node-_8d332ff0-1eba-b7de-cbe5-58bedffbd30f-67c9237a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_570eb42d-2013-8c4f-5b28-2adfa6e3b591-67c9237b,
#w-node-_570eb42d-2013-8c4f-5b28-2adfa6e3b596-67c9237b,
#w-node-_570eb42d-2013-8c4f-5b28-2adfa6e3b59b-67c9237b,
#w-node-_570eb42d-2013-8c4f-5b28-2adfa6e3b5a0-67c9237b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d8c02de0-7d14-c9ed-446e-75ae0b17d0a6-67c92381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6733-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6738-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a673d-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6742-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6748-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a674e-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6754-67c92381 {
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6861-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a687a-67c92381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a687d-67c92381 {
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a687f-67c92381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6882-67c92381 {
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6949-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6953-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6954-67c92381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69c2-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69c7-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69cc-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69d1-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69d6-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69db-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69e5-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69ea-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69ef-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69f4-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69f9-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69fe-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a03-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a08-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a0d-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a12-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a17-67c92381 {
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a1b-67c92381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a1c-67c92381 {
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a1e-67c92381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a21-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a26-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a2b-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a40-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a45-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a4a-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a4f-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a54-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a59-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a63-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a68-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a6d-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a72-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a77-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a7c-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a81-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a86-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a8b-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a90-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a95-67c92381 {
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a99-67c92381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a9a-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a9f-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6aa4-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6aa9-67c92381 {
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6afe-67c92381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b0a-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b01-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b04-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b07-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b0d-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b10-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b13-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b16-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b19-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b1c-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b1f-67c92381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b27-67c92381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b2a-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b2d-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b30-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b33-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b36-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b39-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b3c-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b3f-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b42-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b45-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b48-67c92381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b50-67c92381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b53-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b56-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b59-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b5c-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b5f-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b62-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b65-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b68-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b6b-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b6e-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b71-67c92381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf393-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf396-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf399-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf39c-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf39f-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3a2-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3a5-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3a8-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3ab-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3ae-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3b1-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3b4-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3b7-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3ba-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3bd-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3c0-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3c3-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3c6-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3c9-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3cc-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3cf-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3d2-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3d5-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3d8-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3db-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3de-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3e1-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3e4-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3e7-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3ea-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3ed-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3f0-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3f3-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3f6-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3f9-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3fc-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3ff-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf402-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf405-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf408-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf40b-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf40e-67c92381,
#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf411-67c92381,
#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b85-67c92381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6be1-67c92381 {
  justify-self: start;
}

#w-node-_412aae5c-8225-762b-ccc6-99a50667b143-67c92372 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_412aae5c-8225-762b-ccc6-99a50667b17e-67c92372,
#w-node-_412aae5c-8225-762b-ccc6-99a50667b17f-67c92372 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_412aae5c-8225-762b-ccc6-99a50667b180-67c92372 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_412aae5c-8225-762b-ccc6-99a50667b182-67c92372,
#w-node-_412aae5c-8225-762b-ccc6-99a50667b183-67c92372,
#w-node-_412aae5c-8225-762b-ccc6-99a50667b1aa-67c92372 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_412aae5c-8225-762b-ccc6-99a50667b1b1-67c92372 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_412aae5c-8225-762b-ccc6-99a50667b1be-67c92372,
#w-node-_412aae5c-8225-762b-ccc6-99a50667b1bf-67c92372,
#w-node-_412aae5c-8225-762b-ccc6-99a50667b1d5-67c92372,
#field.w-node-_412aae5c-8225-762b-ccc6-99a50667b1d6-67c92372,
#w-node-_412aae5c-8225-762b-ccc6-99a50667b1d7-67c92372,
#w-node-_412aae5c-8225-762b-ccc6-99a50667b1d9-67c92372,
#w-node-_412aae5c-8225-762b-ccc6-99a50667b1db-67c92372 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_412aae5c-8225-762b-ccc6-99a50667b200-67c92372 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fbdc-7d8539c7 {
  align-self: center;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fbef-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fbf6-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fbfb-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fc02-7d8539c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1409d217-0d53-0145-1c39-b8d212b44e28-7d8539c7,
#w-node-_1409d217-0d53-0145-1c39-b8d212b44e2f-7d8539c7,
#w-node-_1409d217-0d53-0145-1c39-b8d212b44e36-7d8539c7,
#w-node-_1409d217-0d53-0145-1c39-b8d212b44e49-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fc12-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fc26-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fc3a-7d8539c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fc91-7d8539c7 {
  align-self: center;
}

#w-node-c5552ad9-b5a9-7373-20a7-9792c952aba2-7d8539c7,
#w-node-c5552ad9-b5a9-7373-20a7-9792c952aba4-7d8539c7,
#w-node-c5552ad9-b5a9-7373-20a7-9792c952aba8-7d8539c7,
#w-node-c5552ad9-b5a9-7373-20a7-9792c952abaf-7d8539c7,
#w-node-c5552ad9-b5a9-7373-20a7-9792c952abb1-7d8539c7,
#w-node-c5552ad9-b5a9-7373-20a7-9792c952abb5-7d8539c7,
#w-node-c5552ad9-b5a9-7373-20a7-9792c952abbc-7d8539c7,
#w-node-c5552ad9-b5a9-7373-20a7-9792c952abbe-7d8539c7,
#w-node-c5552ad9-b5a9-7373-20a7-9792c952abc2-7d8539c7,
#w-node-c5552ad9-b5a9-7373-20a7-9792c952abc9-7d8539c7,
#w-node-c5552ad9-b5a9-7373-20a7-9792c952abcb-7d8539c7,
#w-node-_1d015e5e-0c52-f04b-a9cb-0cdbbeb3b8e2-7d8539c7,
#w-node-_1d015e5e-0c52-f04b-a9cb-0cdbbeb3b8e4-7d8539c7,
#w-node-c009b57e-35a5-5811-77a6-0173ac3d399c-7d8539c7,
#w-node-c009b57e-35a5-5811-77a6-0173ac3d39a3-7d8539c7,
#w-node-c009b57e-35a5-5811-77a6-0173ac3d39a5-7d8539c7,
#w-node-a0231d60-2062-e770-e374-621fcfa1cdd2-7d8539c7,
#w-node-a0231d60-2062-e770-e374-621fcfa1cdd4-7d8539c7,
#w-node-a0231d60-2062-e770-e374-621fcfa1cdd8-7d8539c7,
#w-node-a0231d60-2062-e770-e374-621fcfa1cddf-7d8539c7,
#w-node-a0231d60-2062-e770-e374-621fcfa1cde1-7d8539c7,
#w-node-a0231d60-2062-e770-e374-621fcfa1cde5-7d8539c7,
#w-node-a0231d60-2062-e770-e374-621fcfa1cdec-7d8539c7,
#w-node-a0231d60-2062-e770-e374-621fcfa1cdee-7d8539c7,
#w-node-a0231d60-2062-e770-e374-621fcfa1cdf2-7d8539c7,
#w-node-a0231d60-2062-e770-e374-621fcfa1cdf9-7d8539c7,
#w-node-a0231d60-2062-e770-e374-621fcfa1cdfb-7d8539c7,
#w-node-a0231d60-2062-e770-e374-621fcfa1ce06-7d8539c7,
#w-node-a0231d60-2062-e770-e374-621fcfa1ce08-7d8539c7,
#w-node-a0231d60-2062-e770-e374-621fcfa1ce0c-7d8539c7,
#w-node-a0231d60-2062-e770-e374-621fcfa1ce13-7d8539c7,
#w-node-a0231d60-2062-e770-e374-621fcfa1ce15-7d8539c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fd28-7d8539c7,
#field.w-node-c7f890ff-6d99-97f0-c925-44863043fd29-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd2a-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd2c-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd2e-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd42-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd43-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd44-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd48-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd49-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd4b-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd4e-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd51-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd52-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd53-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd57-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd58-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd5a-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd5d-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd60-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd61-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd62-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd66-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd67-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd69-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd6c-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd79-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd88-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fd97-7d8539c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7f890ff-6d99-97f0-c925-44863043fdab-7d8539c7,
#w-node-c7f890ff-6d99-97f0-c925-44863043fdbf-7d8539c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c7f890ff-6d99-97f0-c925-44863043fc9d-67c92373,
  #w-node-c8d5a07c-50dd-7690-3263-c52398ed85e5-67c92377,
  #w-node-c7f890ff-6d99-97f0-c925-44863043fc9d-7d8539c7 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c8d5a07c-50dd-7690-3263-c52398ed85e5-67c92377 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c7f890ff-6d99-97f0-c925-44863043fc12-67c92373,
  #w-node-c7f890ff-6d99-97f0-c925-44863043fc26-67c92373,
  #w-node-c7f890ff-6d99-97f0-c925-44863043fc3a-67c92373 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e85b842b-ccb5-a4b5-c97e-066689460290-1029a7d5 {
    place-self: auto;
  }

  #w-node-e85b842b-ccb5-a4b5-c97e-0666894602a3-1029a7d5,
  #w-node-c7f890ff-6d99-97f0-c925-44863043fc12-7d8539c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c7f890ff-6d99-97f0-c925-44863043fc26-7d8539c7 {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-c7f890ff-6d99-97f0-c925-44863043fc3a-7d8539c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c5552ad9-b5a9-7373-20a7-9792c952ab9a-7d8539c7 {
    place-self: auto;
  }

  #w-node-c5552ad9-b5a9-7373-20a7-9792c952abb4-7d8539c7 {
    justify-self: auto;
  }

  #w-node-a0231d60-2062-e770-e374-621fcfa1cdca-7d8539c7 {
    place-self: center;
  }

  #w-node-a0231d60-2062-e770-e374-621fcfa1cde4-7d8539c7 {
    justify-self: auto;
  }
}

@font-face {
  font-family: "Brand Font";
  src: url("../fonts/fa-brands-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Bold.woff2") format("woff2"),
    url("../fonts/Pretendard-ExtraBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Material Icon";
  src: url("../fonts/MaterialIconsOutlined-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
