@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.woff2') format("woff2"), url('../fonts/Satoshi-LightItalic.eot') format("embedded-opentype"), url('../fonts/Satoshi-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.woff2') format("woff2"), url('../fonts/Satoshi-Medium.eot') format("embedded-opentype"), url('../fonts/Satoshi-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.eot') format("embedded-opentype"), url('../fonts/Satoshi-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.eot') format("embedded-opentype"), url('../fonts/Satoshi-BoldItalic.woff') format("woff"), url('../fonts/Satoshi-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-VariableItalic.eot') format("embedded-opentype"), url('../fonts/Satoshi-Italic.eot') format("embedded-opentype"), url('../fonts/Satoshi-VariableItalic.woff') format("woff"), url('../fonts/Satoshi-Italic.woff') format("woff"), url('../fonts/Satoshi-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.eot') format("embedded-opentype"), url('../fonts/Satoshi-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.woff') format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Newwaltdisneyui 8yda";
  src: url('../fonts/NewWaltDisneyUi-8YdA.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Xxii ultimate metal;
  src: url('../fonts/XXII-Ultimate-Black-Metal.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --sand: #f5f0e5;
  --black: #272b2d;
  --gold: #c6be9e;
  --white: white;
  --untitled-ui--white: white;
  --relume-library-lite--rl-white: #fdfcf9;
  --untitled-ui--gray600: #475467;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--primary50: #f9f5ff;
  --relume-library-lite--rl-black: black;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--success700: #027a48;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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-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-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-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  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-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartquantity {
  -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-commercecartquantity::placeholder {
  color: #999;
}

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--sand);
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 45px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25em;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4em;
}

h4 {
  font-family: Libre Baskerville, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4em;
}

h5 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

h6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  opacity: .85;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: #5f5b31;
  text-decoration: none;
  transition: opacity .2s, color .2s;
}

a:hover {
  opacity: .8;
}

ul {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 20px;
}

li {
  opacity: .85;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.4em;
}

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

label {
  color: #665c53;
  margin-bottom: 8px;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 2px solid var(--gold);
  margin-bottom: 16px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.4em;
}

.wrapper {
  width: 100%;
  min-height: 80vh;
}

.section {
  z-index: 0;
  color: var(--black);
  background-color: #fff;
  padding: 80px 25px;
  display: flex;
  position: relative;
}

.section.s {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

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

.section.heading {
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.button {
  color: #acacac;
  text-align: center;
  background-color: #2c2c2c;
  border-style: none;
  border-radius: 0;
  flex: none;
  margin-bottom: 16px;
  font-weight: 500;
  transition: opacity .2s, border-color .2s, color .2s, background-color .2s;
}

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

.button:active {
  opacity: .6;
}

.button.secondary {
  background-color: var(--black);
  box-shadow: none;
  color: var(--white);
}

.button.secondary:active {
  color: #fff;
  background-color: #000;
}

.button.outline {
  box-shadow: inset 0 0 0 1px var(--black);
  color: #000;
  background-color: #0000;
}

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

.button.disabled {
  box-shadow: none;
  opacity: .3;
}

.button.disabled:hover {
  color: #fff;
}

.button.underline {
  box-shadow: none;
  color: var(--black);
  background-color: #0000;
  border-bottom: 1px solid #000;
  padding: 4px 2px;
}

.button.clear {
  color: var(--black);
  background-color: #0000;
  font-weight: 400;
}

.button.clear.small {
  padding: 6px 10px;
  font-size: 14px;
}

.button.full {
  text-align: center;
  justify-content: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
}

.button.b2 {
  color: #000;
  background-color: #4b4b4b;
  font-family: Montserrat, sans-serif;
}

.spacer {
  background-color: #e4e4e4;
  height: 48px;
}

.spacer._64 {
  background-color: #0000;
  width: 64px;
  height: 64px;
}

.spacer._32 {
  background-color: #0000;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 48px;
}

.spacer._128 {
  background-color: #0000;
  width: 128px;
  height: 128px;
}

.spacer._80 {
  background-color: #0000;
  width: 80px;
  height: 80px;
}

.spacer._96 {
  background-color: #5eb2f400;
  width: 96px;
  height: 96px;
}

.spacer._32 {
  background-color: #0000;
  height: 32px;
}

.spacer._16 {
  background-color: #0000;
  width: 16px;
  height: 16px;
}

.text-box {
  max-width: 650px;
}

.text-box._550px {
  max-width: 550px;
}

.text-box._400px {
  max-width: 400px;
}

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

.text-box.stick {
  position: sticky;
  top: 120px;
}

.text-box._500px {
  max-width: 500px;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: flex-start;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

._12-columns.align-stretch {
  align-items: stretch;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.container {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.color-block {
  background-color: var(--black);
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.sand {
  border: 1px solid var(--gold);
  background-color: var(--sand);
}

.color-block.light-grey {
  background-color: #e4e4e4;
}

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

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

.white {
  color: #fff;
  font-weight: 300;
}

.column-styleguide {
  border: 1px solid #000;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}

.column {
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-10 {
  width: 83.33%;
}

.column.desk-12 {
  width: 100%;
}

.column.desk-11 {
  width: 91.66%;
}

.column.desk-6 {
  width: 50%;
}

.column.desk-5 {
  width: 41.66%;
}

.column.desk-1 {
  flex: 0 auto;
  width: 8.33%;
}

.column.desk-4 {
  width: 33.33%;
  top: 0;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-3 {
  width: 25%;
}

.column.desk-2 {
  width: 16.66%;
}

.column.desk-7 {
  width: 58.3333%;
}

.column.desk-8 {
  width: 66.6667%;
  margin-right: 0;
}

.column.desk-8.tab-8 {
  display: block;
}

.column.desk-0-5 {
  flex: 0 auto;
  width: 4.16667%;
}

.ds-block {
  margin-bottom: 32px;
  font-size: 18px;
}

.horizontal-line {
  background-color: var(--black);
  opacity: .2;
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

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

.footer-link {
  color: #000;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  opacity: .75;
}

.footer-link.w--current {
  opacity: 1;
}

.footer-links-container {
  flex-direction: column;
  margin-bottom: 24px;
  display: flex;
}

.footer {
  z-index: 0;
  background-color: #fff;
  padding: 60px 25px 20px;
  position: relative;
}

.banner-section {
  z-index: 13;
  background-color: #b1b1b1;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
  position: relative;
  top: 0;
}

.banner-container {
  letter-spacing: .8px;
  text-transform: uppercase;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 13px;
  display: flex;
}

.banner-text {
  display: block;
}

.banner-text.w--current {
  color: #fff;
}

.nav-dropdown {
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 24px 5px 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: color .2s, transform .2s;
  position: relative;
}

.nav-dropdown:hover {
  opacity: 1;
  color: #0064c9;
  transform: translate(0, -2px);
}

.nav-dropdown.w--current {
  color: #096ad0;
  font-weight: 700;
  transition-property: none;
}

.paragraph.s {
  opacity: .8;
  color: #303030;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  display: block;
}

.paragraph.s.strike {
  opacity: .5;
  margin-left: 10px;
  text-decoration: line-through;
  display: inline;
}

.paragraph.s.medium {
  font-weight: 500;
}

.paragraph.l {
  font-size: 18px;
  line-height: 1.4em;
}

.paragraph.no-margin {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.paragraph.xs {
  opacity: .6;
  color: #000;
  font-size: 13px;
  line-height: 1.4em;
}

.paragraph.p-marg.x {
  color: #000;
  margin-top: 16px;
  font-weight: 400;
}

.paragraph.p-cent {
  text-align: center;
  font-size: 14px;
}

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

.ds-menu-brand {
  margin-bottom: 50px;
  margin-left: 30px;
}

.ds-menu {
  width: 100%;
}

.ds-menu-link {
  border-left: 4px solid #0000;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
}

.ds-menu-link:hover {
  color: #000;
}

.ds-menu-link.w--current {
  color: #000;
  background-color: #ece3cd;
  padding-right: 0;
  font-weight: 500;
}

.ds-nav {
  border-right: 1px solid var(--black);
  background-color: #fff;
  width: 240px;
  padding-top: 40px;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: auto;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #000;
}

.form-error {
  border: 1px none var(--black);
  color: #444;
  background-color: #ebebeb;
  margin-top: 12px;
  padding: 16px;
  font-family: Montserrat, sans-serif;
}

.form {
  margin-bottom: 8px;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

.check-box {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  background-color: #000;
  background-position: 50%;
  background-size: 16px;
  border-color: #000;
}

.ds-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
  position: relative;
}

.form-success {
  color: #444;
  text-align: left;
  background-color: #0000;
  border-radius: 6px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.4em;
}

.ds-section {
  z-index: 0;
  text-align: left;
  padding: 60px 80px 48px 60px;
  position: relative;
}

.ds-section.top {
  border-bottom: 1px solid #000;
}

.ds-title {
  margin-bottom: 8px;
}

.ds-section-header {
  margin-bottom: 50px;
}

.text-input {
  color: #ffffff70;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #4b4b4b;
  border-radius: 0;
  margin-bottom: 16px;
  padding: 24px 16px;
  font-size: 15px;
  line-height: 1.4px;
}

.text-input:focus, .text-input.-wfp-focus {
  border-style: solid;
  border-color: #4b4b4b;
}

.text-input::placeholder {
  color: #8d8d8d73;
  font-family: Montserrat, sans-serif;
}

.text-input.form {
  min-height: 120px;
}

.text-area {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--black) var(--black) #272b2d80;
  background-color: #0000;
  min-height: 120px;
  margin-bottom: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
}

.text-area:focus {
  border-bottom-color: #272b2d;
}

.text-area::placeholder {
  color: #272b2d4d;
  font-family: Montserrat, sans-serif;
}

.tabs-menu {
  justify-content: center;
  width: 100%;
  margin-bottom: 48px;
  display: flex;
}

.vertical-tab {
  width: 100%;
}

.tab-link {
  opacity: .5;
  color: #665c53;
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #cfcac3;
  flex: 0 auto;
  width: 140px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-size: 18px;
}

.tab-link:hover {
  border-bottom-color: #000;
}

.tab-link.w--current {
  opacity: 1;
  color: #000;
  background-color: #0000;
  border-bottom-color: #000;
  font-weight: 700;
}

.question {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
  position: relative;
}

.answer {
  display: block;
  overflow: hidden;
}

.plus-icon {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 1px;
  margin-top: 10px;
  display: flex;
}

.ds-description {
  max-width: 400px;
}

.questions {
  width: 100%;
  margin-bottom: 48px;
}

.nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.nav-container.white {
  border-top-color: var(--white);
  border-bottom-color: var(--white);
  justify-content: space-between;
  max-width: 100%;
  display: block;
}

.error-2 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.form-dropdown {
  background-color: #0000;
  border: 1px #ddd;
  border-bottom: 1px solid #272b2d80;
  border-radius: 0;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 15px;
  position: relative;
}

.form-dropdown:hover, .form-dropdown:focus {
  color: #37474e;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.field-block {
  z-index: 1;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.image-cover {
  filter: brightness(103%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.error {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.footer-header {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.footer-container {
  border: 1px solid #fff0;
  border-top-color: #747474;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.ds-module {
  border: 1px solid #000;
  flex-direction: column;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  position: relative;
}

._2-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

._1-2-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 1000px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

._1-2-5-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  max-width: 1000px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

._3-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

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

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

.grid.desk-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr 1fr;
}

._2-5-1-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  max-width: 1000px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

._2-1-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 1000px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.heading {
  font-weight: 400;
}

.heading.l {
  font-size: 45px;
  line-height: 1.25em;
}

.heading.m {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-style: normal;
  line-height: 1.3em;
}

.heading.m.info-tech {
  font-size: 24px;
}

.heading.s {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-style: normal;
  line-height: 1.4em;
}

.heading.xs {
  color: #777;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-style: normal;
  line-height: 1.4em;
}

.heading._2xs {
  margin-bottom: 12px;
  font-size: 14px;
}

.heading._2xs.no-margin {
  margin-bottom: 2px;
}

.heading.h6 {
  font-size: 13px;
  line-height: 1.5em;
}

.heading.hero {
  margin-bottom: 12px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15em;
}

.heading.hero.xeno {
  font-family: Xxii ultimate metal, sans-serif;
  font-size: 95px;
}

.heading.hero.txt-noone {
  font-weight: 900;
}

.heading.hero.walt {
  font-family: "Newwaltdisneyui 8yda", sans-serif;
}

.error2 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.licenses-grid {
  grid-column-gap: 96px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.utility-page-wrap {
  color: #6b6b6b;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 90vh;
  max-height: 100%;
  padding: 20px;
  display: flex;
}

.utility-page-content {
  color: #797979;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 300px;
  display: flex;
}

.utility-page-form {
  color: #8a8a8a00;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.visible-spacer {
  border: 1px solid #000;
  margin-bottom: 24px;
  display: inline-block;
}

.ds-body {
  background-color: #fff;
}

.field-split {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.field-spacer {
  width: 24px;
  height: 10px;
}

.divider {
  background-color: var(--black);
  opacity: .5;
  max-width: 1200px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.sand-background {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.cart-button {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 6px 11px;
  font-size: 15px;
}

.cart-button.white {
  color: var(--white);
  font-weight: 400;
}

.cart-quantity {
  color: var(--black);
  background-color: #0000;
  min-width: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.cart-quantity.white {
  color: var(--white);
  border-color: #ffffff80;
  font-family: Montserrat, sans-serif;
}

.nav-menu {
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu.dark {
  flex: none;
  justify-content: space-between;
}

.centred-logo-container {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.navlink {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #0000;
  margin-left: 15px;
  margin-right: 15px;
  padding: 5px 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: opacity .15s;
  position: relative;
}

.navlink.w--current {
  border-bottom-color: var(--black);
  color: var(--black);
}

.navlink.white {
  text-transform: capitalize;
  color: #999;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.navlink.white.w--current {
  clear: none;
  border-bottom-color: #999;
  margin-left: 20px;
  padding-left: 0;
  position: static;
}

.navlink.white.logo {
  font-weight: 200;
}

.navlink.logo {
  color: var(--white);
}

.menu-button.w--open {
  color: #096ad033;
  background-color: #fff;
}

.centred-logo.down {
  margin-top: 8px;
}

.menu-logo {
  align-items: center;
  width: 240px;
  margin-top: 2px;
  margin-left: 24px;
}

.cart-icon {
  display: none;
}

.cart-text {
  font-family: Montserrat, sans-serif;
}

.nav-dropdown-wrapper {
  z-index: 50;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}

.navdropdown {
  color: var(--black);
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 24px 5px 10px;
  line-height: 24px;
  transition: color .2s, transform .2s;
  position: relative;
}

.navdropdown:hover {
  opacity: .8;
}

.navdropdown.w--current {
  color: #096ad0;
  font-weight: 700;
  transition-property: none;
}

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

.dropdown-toggle-text {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.dropdown-arrow {
  margin-right: 10px;
  font-size: 12px;
}

.dropdown-list.w--open {
  background-color: var(--white);
  padding: 8px 16px;
}

.dropdown-link {
  color: var(--black);
  flex: 1;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 4px 8px 4px 0;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-link:hover {
  color: #101113;
}

.dropdown-link.w--current {
  color: #2c323a;
}

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

.cart-container {
  background-color: var(--white);
  box-shadow: none;
  color: var(--black);
  border: 1px #000;
  min-width: 360px;
}

.cart-header {
  border-bottom-style: none;
}

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

.cart-quantity-simple {
  background-color: var(--white);
  border-style: none;
  width: 16px;
  height: auto;
  margin-bottom: 0;
  padding: 4px 0 0;
  display: block;
}

.product-image {
  filter: brightness(102.5%);
  margin-bottom: 8px;
}

.navbar-dark {
  z-index: 15;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 25px;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.email-form {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.email-input {
  background-color: #0000;
  border: 1px #e7eaec;
  border-bottom: 1px solid #798083;
  width: 100%;
  max-width: 300px;
  height: 32px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}

.email-input:focus {
  border-bottom-color: var(--black);
}

.email-input::placeholder {
  color: #272b2d33;
}

.arrow-button {
  color: var(--black);
  background-color: #0000;
  background-image: url('../images/Dark-Arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 0 50px 0 0;
  font-size: 16px;
  line-height: 1.5;
  transition: padding .2s, transform .2s;
}

.arrow-button:hover {
  padding-right: 55px;
}

.product-block {
  margin-bottom: 24px;
  position: relative;
}

.product-block:hover {
  opacity: .6;
}

.nav-reveal {
  z-index: 16;
  background-color: var(--sand);
  opacity: 0;
  width: 100%;
  height: 75px;
  position: absolute;
}

.subscribe-box {
  z-index: 20;
  background-color: var(--white);
  width: 260px;
  padding: 24px 20px 12px;
  display: flex;
  position: fixed;
  inset: auto auto 25px 25px;
}

.cart-bracket {
  font-family: Montserrat, sans-serif;
  position: relative;
  top: -1px;
}

.close-icon {
  z-index: 5;
  opacity: .8;
  cursor: pointer;
  padding: 10px;
  transition: opacity .2s;
  position: absolute;
  inset: 8px 8px auto auto;
}

.close-icon:hover {
  opacity: .5;
}

.close-icon.bag {
  top: 12px;
  right: 12px;
}

.remove-text {
  opacity: .5;
  color: #161616;
  font-size: 13px;
}

.caps-text {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}

.text-block {
  display: inline-block;
}

.footer-logo {
  align-items: center;
  width: 200px;
  margin-top: 2px;
}

.search-button {
  background-color: #0000;
  background-image: url('../images/Search-Icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 14px;
  height: 15px;
  margin-left: -18px;
  padding: 5px 10px;
}

.search-button.white {
  background-image: url('../images/Search-Icon-White.svg');
}

.search-bar {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.search-input {
  background-color: #0000;
  border: 1px #e7eaec;
  border-bottom: 1px solid #798083;
  width: 100%;
  max-width: 100px;
  height: 32px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 24px;
  font-size: 14px;
  font-weight: 400;
}

.search-input:focus {
  border-bottom-color: var(--black);
}

.search-input::placeholder {
  color: #272b2d33;
}

.search-input.white {
  border-bottom-color: #ffffffb5;
}

.search-input.white::placeholder {
  color: #fff6;
}

.hidden-search {
  align-items: center;
  margin-right: 4px;
  display: none;
}

.nav-search-text {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #0000;
  margin-bottom: 0;
  margin-left: 28px;
  margin-right: 15px;
  padding: 5px 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 24px;
  transition: opacity .15s;
  position: relative;
}

.nav-search-text:hover {
  opacity: .7;
}

.nav-search-text.w--current {
  border-bottom-color: var(--black);
  color: var(--black);
}

.nav-search-text.white {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.featured-text-box {
  z-index: 2;
  position: absolute;
  inset: auto auto 0 30px;
}

.featured-text-box.small {
  left: 20px;
}

.category-div {
  position: relative;
}

.question-container {
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #272b2d4d;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.question-container:hover {
  color: #000;
}

.question-container.large {
  padding-top: 24px;
}

.product-link:hover {
  opacity: .6;
}

.quantity {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  min-width: auto;
  margin-left: 0;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 15px;
  font-weight: 400;
}

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

.plus-line {
  background-color: var(--black);
  width: 1px;
  height: 12px;
}

.image-banner {
  height: 25vw;
  margin-bottom: 8px;
  overflow: hidden;
}

.block-header {
  background-color: #0000;
  border-style: none;
  padding-left: 2px;
  padding-right: 2px;
}

.block-content {
  background-color: var(--white);
  border: 1px #000;
  padding: 32px 32px 24px;
}

.error-5 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.checkout-container {
  width: 100%;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.summary-div {
  top: 100px;
}

.shipping-method {
  border-bottom-style: none;
  padding: 0 0 32px;
}

.shipping-method:last-child {
  padding-bottom: 8px;
}

.product-tag {
  z-index: 4;
  color: #272b2dcc;
  border: 1px solid #0003;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  padding-left: 9px;
  padding-right: 10px;
  font-size: 13px;
  line-height: 1.8em;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.product-tag.large {
  padding: 2px 13px 2px 12px;
  top: 15px;
  left: 15px;
  right: auto;
}

.product-tag-icon {
  width: 14px;
  margin-right: 4px;
}

.prices-div {
  margin-top: 2px;
  display: flex;
}

.contact-div {
  background-color: #fff;
  border: 1px solid #000;
  max-width: 600px;
  margin-top: -250px;
  padding: 36px 36px 16px;
  position: relative;
}

.held-hero-opening {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#03020229, #03020229), url('../images/offworldfoundation_An_and52d32e.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 80px 25px 0;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.held-hero-opening.h-im {
  background-image: url('../images/tumblr_a5d1eccf662db65e2e88d7c67cd552b0_a888078c_1280.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
}

.held-hero-opening.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.held-hero-opening.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.held-hero-opening.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.held-hero-opening.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: block;
}

.held-hero-opening.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.held-hero-opening.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: block;
}

.held-hero-opening.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.held-hero-opening.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.held-hero-opening.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.held-hero-opening.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.held-hero-opening.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.held-hero-opening.h-blk-txt {
  background-color: #fff;
}

.navbar-white {
  z-index: 15;
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--sand) 37%, #f5f0e500);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 25px;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-white.fixed {
  background-image: none;
  justify-content: center;
  display: block;
  position: fixed;
}

.empty-cart-state {
  flex-direction: column;
}

.body {
  background-color: var(--untitled-ui--white);
  font-family: Montserrat, sans-serif;
}

.container-2 {
  display: flex;
}

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

.b-space-up {
  background-color: #6e6e6e;
  margin-top: 40px;
}

.body-2, .body-3, .body-4, .body-5, .body-6, .body-7, .body-8, .body-9, .body-10, .body-11, .body-12, .body-13, .body-14 {
  background-color: #fff;
}

.body-15 {
  background-color: #000;
}

.error-message {
  color: #4b4b4b;
  background-color: #0000;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
}

.body-16, .body-17 {
  background-color: #fff;
}

.paragraph.p-marg {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

.p-left-marg {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
}

.italic-text, .italic-text-2 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
}

.link {
  color: #777;
}

.contact-form {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.heading-3.h-wh {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-style: normal;
}

.italic-wh {
  color: #fff;
  font-style: normal;
}

.fieldlabel---wh {
  color: #fff;
}

.submit-button.b-blk {
  background-color: #000;
}

.error-state {
  background-color: #c4c4c4;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .italic-text-3, .paragraph-3 {
  font-family: Montserrat, sans-serif;
}

.field-label {
  color: #777;
  font-family: Montserrat, sans-serif;
}

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

.field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  color: var(--black);
}

.body-19 {
  background-color: #fff;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

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

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.section-2 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-7 {
  font-family: Montserrat, sans-serif;
}

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

.heading-4 {
  font-weight: 400;
}

.container-5 {
  display: flex;
}

.video {
  background-color: #000;
  height: 100vh;
}

.video-2 {
  margin-left: 100px;
  padding-left: 0;
}

.video-3 {
  background-color: #fff;
}

.xenoo {
  color: #fff;
  font-family: Xxii ultimate metal, sans-serif;
  font-size: 85px;
  font-style: normal;
  font-weight: 900;
}

.link-2 {
  color: #000;
  font-size: 14px;
}

.section-3 {
  background-image: url('../images/screenshot-2022-02-01-at-00.37.25_res-68.jpg');
  background-position: 0 0;
  background-size: auto 100vh;
  height: 100vh;
}

.heading-everyone {
  font-family: Couture, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
}

.image {
  max-width: 80%;
}

.image-2 {
  max-width: 70%;
}

.walt {
  font-family: "Newwaltdisneyui 8yda", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
}

.body-20 {
  background-color: #fff;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.body-21, .body-22 {
  background-color: #fff;
}

.paragraph-5 {
  padding-top: 0;
  padding-left: 140px;
  padding-right: 140px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
}

.heading-5 {
  padding: 60px 140px;
  font-size: 40px;
}

.paragraph-6 {
  padding-left: 140px;
  padding-right: 140px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
}

.rich-text-block {
  padding-top: 100px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.container-6 {
  font-size: 18px;
}

.block-quote {
  text-align: center;
  border: 1px solid #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-4 {
  border: 1px solid #fff;
}

.heading-1 {
  color: var(--white);
  width: 100%;
  font-family: Libre Baskerville, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
}

.image-3 {
  max-width: 80%;
}

.paragraph-7 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.mail {
  color: #000;
}

.section-5 {
  background-image: url('../images/Screenshot-2022-11-14-at-14.44.49.jpeg');
  background-position: 50%;
  background-size: contain;
  height: 100vh;
}

.image-4 {
  margin-top: 80px;
}

.heading-7 {
  color: var(--black);
}

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

.heading-1b {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.button-1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7a7a7a;
  font-size: 12px;
}

.hero-section2 {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#000, #000), linear-gradient(#000000ba, #000000ba);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 80px 25px 0;
  display: block;
  position: relative;
}

.hero-section2.h-im {
  background-image: url('../images/Screenshot-2022-11-14-at-14.44.49.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section2.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.hero-section2.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section2.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.hero-section2.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: none;
}

.hero-section2.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section2.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: none;
}

.hero-section2.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.hero-section2.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.hero-section2.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.hero-section2.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.hero-section2.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section2.h-blk-txt {
  background-color: #fff;
}

.heading2 {
  color: var(--white);
  width: 100%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 75px;
  font-style: normal;
  font-weight: 700;
}

.heading2b {
  color: var(--white);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 21px;
  font-style: normal;
}

.button2 {
  background-color: #242424;
}

.hero-section3 {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: url('../images/tumblr_b5244b5c52a48dd99447186007d3f44b_29e35beb_1280.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 80px 25px 0;
  display: block;
  position: relative;
}

.hero-section3.h-im {
  background-image: url('../images/Screenshot-2022-11-14-at-14.44.49.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section3.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.hero-section3.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section3.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.hero-section3.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: none;
}

.hero-section3.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section3.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: none;
}

.hero-section3.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.hero-section3.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.hero-section3.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.hero-section3.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.hero-section3.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section3.h-blk-txt {
  background-color: #fff;
}

.hero-section4 {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#970101, #970101);
  background-position: 0 0;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 80px 25px 0;
  display: block;
  position: relative;
}

.hero-section4.h-im {
  background-image: url('../images/Screenshot-2022-11-14-at-14.44.49.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section4.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.hero-section4.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section4.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.hero-section4.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: none;
}

.hero-section4.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section4.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: none;
}

.hero-section4.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.hero-section4.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.hero-section4.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.hero-section4.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.hero-section4.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section4.h-blk-txt {
  background-color: #fff;
}

.hero-heading-left {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: row;
  height: 100vh;
  margin-top: 0;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-style: normal;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 2px;
  margin-top: 17px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  aspect-ratio: auto;
  object-fit: fill;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-9, .heading-10 {
  margin-bottom: 0;
  font-style: normal;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.heading-11 {
  font-style: normal;
}

.testimonial-slider-large {
  background-color: #1a1a1a;
  border-bottom: 1px #e4ebf3;
  height: 100vh;
  padding: 80px 30px;
  display: none;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.testimonial-slide {
  background-color: #1a1a1a;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  color: var(--white);
  letter-spacing: 0;
  margin-bottom: 32px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.heading-12 {
  color: var(--white);
  text-align: center;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.footer-dark {
  color: var(--white);
  background-color: #000;
  border: 0 #000;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 320px;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.hero-section-2 {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/o-ring-wrap-choker-black-835793_2000x.jpg.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-width: 0 0 0 1px;
  border-color: #000;
  border-right-style: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 80px 25px 0;
  display: flex;
  position: relative;
}

.hero-section-2.h-im {
  background-image: url('../images/tumblr_a5d1eccf662db65e2e88d7c67cd552b0_a888078c_1280.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-2.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.hero-section-2.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-2.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.hero-section-2.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: none;
}

.hero-section-2.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section-2.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: none;
}

.hero-section-2.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.hero-section-2.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.hero-section-2.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.hero-section-2.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.hero-section-2.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section-2.h-blk-txt {
  background-color: #fff;
}

.hero-section5 {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/o-ring-wrap-choker-black-835793_2000x.jpg.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 80px 25px 0;
  display: flex;
  position: relative;
}

.hero-section5.h-im {
  mix-blend-mode: darken;
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/offworldfoundation54653243.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 0;
  display: flex;
}

.hero-section5.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.hero-section5.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section5.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.hero-section5.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: none;
}

.hero-section5.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section5.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: none;
}

.hero-section5.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.hero-section5.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.hero-section5.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.hero-section5.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.hero-section5.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section5.h-blk-txt {
  background-color: #fff;
}

.button-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7a7a7a;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.button-3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7a7a7a;
  font-size: 12px;
}

.button-3.fade-in-on-load {
  border: 1px solid #000;
}

.button-3._20 {
  margin-top: 20px;
}

.image-5 {
  max-width: 92%;
}

.section-6 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.hero-without-image {
  background-color: #1a1a1a;
  border-bottom: 0 #e4ebf3;
  justify-content: center;
  height: 100vh;
  padding: 100px 30px;
  font-style: normal;
  display: flex;
  position: relative;
}

.container-page-hero {
  border: 0 #1a1a1a;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.held-paragraph-black {
  color: var(--black);
  text-align: left;
  letter-spacing: .1px;
  margin-bottom: 0;
  font-style: normal;
  line-height: 24px;
}

.held-paragraph-black.center {
  text-align: center;
}

.held-paragraph-black.center._33 {
  color: var(--relume-library-lite--rl-white);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7a7a7a;
  border-radius: 2px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.heading-13 {
  color: var(--white);
  font-style: normal;
}

.dropdown-toggle {
  color: var(--white);
  -webkit-text-stroke-color: #fff0;
}

.dropdown-list-2 {
  background-color: #fff0;
  background-image: linear-gradient(#0000, #0000);
}

.bold-text {
  color: #fff;
}

.icon {
  color: var(--white);
  margin-left: .3rem;
  font-size: 10px;
  position: absolute;
}

.dropdown-link-2 {
  color: var(--white);
}

.dropdown-link-2.w--current {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

.dropdown-link-3 {
  color: #fff;
}

.dropdown-link-3.w--current {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.text-block-9 {
  color: var(--white);
  font-size: 12px;
}

.text-block-10, .text-block-11, .text-block-12 {
  font-size: 14px;
}

.text-block-13 {
  font-size: 12px;
}

.text-block-14 {
  font-size: 14px;
}

.hero-heading-right-2 {
  background-color: #1a1a1a;
  border: 0 #1a1a1a;
  padding: 80px 30px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  box-shadow: none;
}

.shadow-two-2.fade-in-on-load {
  background-image: none;
  width: 400px;
}

.margin-bottom-24px-3 {
  color: var(--white);
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border: 1px solid #adadad;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.fade-in-on-load {
  margin-top: 17px;
}

.heading-14 {
  color: var(--white);
  font-style: normal;
}

.heading-14._28 {
  margin-bottom: 0;
}

.hero-small-set {
  background-color: #fdfcf900;
  border-bottom: 1px solid #e4ebf3;
  height: 100vh;
  padding: 100px 30px;
  font-style: normal;
  position: relative;
}

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

.hero-section-held {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/o-ring-wrap-choker-black-835793_2000x.jpg.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 80px 25px 0;
  display: flex;
  position: relative;
}

.hero-section-held.h-im {
  outline-offset: 0px;
  background-image: linear-gradient(#00000036, #00000036), url('../images/offworldfoundation_asian_woman_dresc0a4673a.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 0 #000;
  outline: 3px #fff;
  display: flex;
}

.hero-section-held.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.hero-section-held.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-held.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.hero-section-held.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: block;
}

.hero-section-held.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section-held.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: none;
}

.hero-section-held.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.hero-section-held.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.hero-section-held.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.hero-section-held.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.hero-section-held.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section-held.h-blk-txt {
  background-color: #fff;
}

.hero-small-grey {
  background-color: #1a1a1a;
  border: 0 #000;
  padding: 100px 30px 120px;
  font-style: normal;
  position: relative;
}

.heading-13b {
  color: var(--white);
  font-size: 42px;
  font-style: normal;
}

.italic-text-5b {
  color: var(--white);
  font-style: normal;
}

.margin-bottom-24px-22 {
  color: var(--white);
  text-align: left;
  margin-bottom: 24px;
}

.container-11 {
  display: block;
}

.margin-bottom-24px-2-copy {
  color: var(--white);
  text-align: left;
  margin-bottom: 24px;
}

.hero-section-archive {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/o-ring-wrap-choker-black-835793_2000x.jpg.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 80px 25px 0;
  display: flex;
  position: relative;
}

.hero-section-archive.h-im {
  outline-offset: 0px;
  background-image: url('../images/tumblr_a5d1eccf662db65e2e88d7c67cd552b0_a888078c_1280.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border: 1px #000;
  border-bottom-width: 0;
  outline: 3px #fff;
  display: block;
}

.hero-section-archive.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.hero-section-archive.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-archive.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.hero-section-archive.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: block;
}

.hero-section-archive.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section-archive.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: none;
}

.hero-section-archive.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.hero-section-archive.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.hero-section-archive.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.hero-section-archive.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.hero-section-archive.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section-archive.h-blk-txt {
  background-color: #fff;
}

.hero-without-image-2 {
  background-color: #1a1a1a;
  border: 0 #000;
  padding: 100px 30px 80px;
  position: relative;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5em;
  display: block;
}

.held-paragraph-white-italic-center {
  color: var(--white);
  text-align: center;
  margin-bottom: 24px;
  font-style: normal;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.held-h2-white-italic-center {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 42px;
  font-style: normal;
  line-height: 55px;
}

.bold-text-2 {
  font-family: Libre Baskerville, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.italic-text-6 {
  text-align: left;
  font-style: normal;
}

.hero-heading-right-3 {
  background-color: #fff;
  border: 0 solid #000;
  padding: 80px 30px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-3 {
  filter: grayscale();
  vertical-align: baseline;
  align-self: auto;
  width: 150px;
  overflow: hidden;
}

.shadow-two-3.fade-in-on-load {
  width: 150px;
}

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

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

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

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

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

.uui-page-padding {
  background-color: #1a1a1a;
  border: 0 #fff;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25em;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-heading-xsmall {
  color: var(--black);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-blogsection06_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-right: 15px;
  padding-left: 15px;
}

.uui-blogsection06_component {
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-blogsection06_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogsection06_image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.uui-blogsection06_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blogsection06_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blogsection06_item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-blogsection06_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blogsection06_category-link {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.uui-blogsection06_meta-wrapper {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-blogsection06_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 40px;
  padding-bottom: 40px;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.italic-text-7 {
  font-style: normal;
  font-weight: 400;
}

.italic-text-8, .italic-text-9, .heading-16 {
  font-style: normal;
}

.heading-13top {
  color: var(--white);
  padding-top: 60px;
  font-size: 43px;
  font-style: normal;
  font-weight: 400;
}

.heading-13top.fade-in-on-load {
  font-size: 42px;
}

.hero-wrapper-2top {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.heading-13-copy, .italic-text-5-copy {
  color: var(--black);
  font-style: normal;
}

.heading-13top-copy {
  color: var(--white);
  margin-top: 0;
  padding-top: 0;
  font-size: 43px;
  font-style: normal;
}

.hero-without-image-space {
  background-color: #1a1a1a;
  border: 0 #1a1a1a;
  padding: 220px 30px;
  font-style: normal;
  display: none;
  position: relative;
}

.rl-padding-section-large {
  padding-top: 2rem;
  padding-bottom: 0;
}

.rl_contact20_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.rl_contact20_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact20_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.rl_contact20_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.rl_contact20_spacing-block-5 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: underline;
}

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

.rl_contact20_item {
  text-align: center;
  width: 100%;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_contact20_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_contact20_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.rl_contact20_spacing-block-6, .rl_contact20_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_contact20_icon {
  width: 3rem;
  height: 3rem;
}

.italic-text-10 {
  font-size: 15px;
  font-style: italic;
}

.italic-text-11 {
  font-size: 15px;
  font-style: normal;
}

.italic-text-12, .italic-text-13, .italic-text-14 {
  font-style: normal;
}

.italic-text-15 {
  text-align: left;
  font-style: normal;
}

.italic-text-16, .italic-text-17 {
  font-style: normal;
}

.dropdown-link-4 {
  color: #fff;
}

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

.navlink-copy {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #0000;
  margin-left: 15px;
  margin-right: 15px;
  padding: 5px 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: opacity .15s;
  position: relative;
}

.navlink-copy.w--current {
  border-bottom-color: var(--black);
  color: var(--black);
}

.navlink-copy.white {
  text-transform: none;
  color: #999;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.navlink-copy.white.w--current {
  border-bottom-color: #999;
}

.rl_layout250_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

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

.rl_layout250_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.rl-text-style-regular-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.rl-button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-heading-style-h5 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.4;
}

.rl_layout250_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_layout250_spacing-block-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout250_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.rl_layout250_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rl_layout250_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

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

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

.rl-heading-style-h3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_home4-features_image-wrapper {
  width: 100%;
  position: relative;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  font-weight: 400;
}

.heading-13-copy-copy {
  color: var(--white);
  font-size: 42px;
  font-style: normal;
}

.italic-text-8-space-below {
  font-style: normal;
}

.uui-text-size-medium-space-bel {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.uui-text-size-large-space-bel {
  color: var(--white);
  letter-spacing: normal;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.button-3spc-side {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7a7a7a;
  margin-left: 10px;
  font-size: 12px;
}

.hero-without-image-scenes {
  background-color: #1a1a1a;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-style: normal;
  display: flex;
  position: relative;
}

.uui-heading-medium-copy {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25em;
}

.rl-padding-global-space {
  background-color: #fff;
  height: 100vh;
  padding: 80px 5% 140px;
}

.uui-padding-vertical-xhuge3 {
  padding-top: 0;
  padding-bottom: 7rem;
}

.three {
  border: 0 #fff;
  padding-top: 40px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.rl-padding-section-large-2 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.rl_layout250_spacing-block-1-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_layout250_heading-wrapper-2 {
  width: 100%;
  max-width: 48rem;
}

.rl_layout250_item-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.rl-text-style-regular-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.rl-button-link-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-heading-style-h5-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.rl_layout250_spacing-block-4-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_layout250_spacing-block-3-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout250_content-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.rl_layout250_component-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rl_layout250_spacing-block-2-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.rl-heading-style-h3-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_home4-features_image-wrapper-2 {
  width: 100%;
  position: relative;
}

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

.image-6 {
  width: 338.766px;
  height: 190.563px;
  overflow: clip;
}

.image-6.fade-in-on-load {
  height: 450px;
}

.image-7 {
  width: 338.766px;
  height: 190.563px;
  overflow: clip;
}

.image-7.fade-in-on-load {
  height: 450px;
}

.image-8 {
  opacity: 1;
  mix-blend-mode: normal;
  width: 338.766px;
  height: 190.563px;
  overflow: clip;
}

.image-8.fade-in-on-load {
  height: 450px;
}

.hero-without-image-space-2 {
  background-color: #1a1a1a;
  border: 0 #1a1a1a;
  padding: 100px 30px 0;
  font-style: normal;
  display: flex;
  position: relative;
}

.rl-padding-global-spc {
  padding-bottom: 80px;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

.rl-padding-global-spc-up222 {
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

.uui-padding-vertical-xhuge-whi {
  background-color: #1a1a1a;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-text-size-large-space-bel-copy, .uui-text-size-large-space-bel-spc2 {
  color: var(--white);
  letter-spacing: normal;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.uui-text-size-medium-2 {
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

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

.uui-page-padding-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
}

.uui-heading-xsmall-2 {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

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

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-layout46_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.uui-layout46_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: var(--black);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui--primary50);
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 6rem;
  padding-bottom: 7rem;
}

.text-block-15, .text-block-16, .text-block-17, .text-block-18 {
  color: var(--black);
}

.heading-17 {
  text-align: center;
  font-size: 42px;
  font-style: normal;
}

.paragraph-8 {
  color: var(--black);
  text-align: center;
  font-size: 1rem;
}

.italic-text-18 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 1.4px;
}

.uui-padding-vertical-xhuge-copy {
  background-color: #1a1a1a00;
  padding-top: 100px;
  padding-bottom: 80px;
}

.uui-heading-medium-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25em;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

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

.italic-text-7b {
  color: var(--white);
  font-style: normal;
  font-weight: 400;
}

.uui-heading-xsmall-copy {
  color: var(--white);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.uui-text-size-medium-space-bel-2 {
  color: var(--untitled-ui--white);
  letter-spacing: normal;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.hero-heading-right-3b {
  background-color: #fdfcf900;
  border: 0 #000;
  padding: 120px 30px;
  position: relative;
}

.uui-text-size-large-2b {
  color: var(--white);
  text-align: center;
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.hero-small-white2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 30px;
  font-style: normal;
  position: relative;
}

.italic-text-5-copy {
  font-style: normal;
}

.heading-13-copy {
  color: var(--black);
  font-style: normal;
}

.heading-small-set {
  color: var(--black);
  font-size: 42px;
  font-style: normal;
}

.text-small-set {
  color: var(--black);
  font-style: normal;
}

.uui-padding-vertical-xhuge-2c {
  padding-top: 0;
  padding-bottom: 7rem;
}

.uui-padding-vertical-xhuge-2-copy {
  padding-top: 6rem;
  padding-bottom: 5.1rem;
}

.uui-page-padding-2d {
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
}

.section-7 {
  width: 1221px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.uui-text-style-link {
  color: var(--white);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-align-left {
  color: var(--white);
  text-align: left;
  font-family: Montserrat, sans-serif;
}

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

.uui-text-size-large-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.uui-heading-medium-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.3;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 0px none var(--untitled-ui--white);
  background-color: var(--black);
  color: var(--untitled-ui--white);
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

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

.error-message-3 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.uui-section_cta10 {
  background-color: var(--untitled-ui--white);
  position: relative;
}

.uui-cta10_form {
  max-width: 30rem;
  margin: 2.5rem auto 0;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.italic-text-20 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-style: normal;
}

.uui-page-padding-2e {
  background-color: #1a1a1a;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.heading-12-b {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.heading-12-b.fade-in-on-load {
  font-size: 17px;
}

.margin-bottom-24px-23b {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  font-style: italic;
}

.margin-bottom-24px-23-b {
  color: var(--white);
  margin-bottom: 40px;
  font-style: italic;
}

.held-paragraph-white {
  color: var(--white);
  text-align: left;
  letter-spacing: .1px;
  font-style: normal;
  line-height: 24px;
}

.held-paragraph-white.fade-in-on-load {
  font-style: normal;
}

.held-paragraph-white.space {
  margin-bottom: 0;
}

.header-opening {
  font-family: Libre Baskerville, sans-serif;
  font-size: 80px;
  font-style: normal;
}

.header-opening.fade-in-on-load {
  font-family: Libre Baskerville, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 100px;
}

.header-opening.fade-in-scroll {
  font-size: 72px;
}

.header-opening.small {
  text-align: center;
  font-size: 42px;
  font-style: normal;
}

.header-opening.small.fade-in-scroll {
  margin-bottom: 0;
}

.bold-text-8 {
  font-weight: 400;
}

.bold-text-8.fade-in-on-load {
  font-size: 42px;
}

.bold-text-9 {
  font-weight: 400;
}

.bold-text-9.fade-in-on-load {
  font-size: 42px;
}

.uui-padding-vertical-xhuge-whi-copy {
  background-color: var(--white);
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-text-size-large-space-bel-spc2-copy {
  color: var(--black);
  letter-spacing: normal;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.paragraph-9 {
  color: #fff;
}

.rl_footer4_link {
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer4_component {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.rl_footer4_social-link {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl-padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl_footer4_legal-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer4_line-divider {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
}

.rl_footer4_logo-link {
  padding-left: 0;
}

.rl_footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.rl_footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.rl_footer4_spacing-block2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rl_footer4_spacing-block1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_footer4_credit-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

.uui-text-style-link-2 {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-size-small-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-2.text-color-gray500 {
  color: var(--untitled-ui--gray500);
}

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

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-3:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-3.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-form_input-2 {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input-2::placeholder {
  color: var(--untitled-ui--gray500);
}

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.error-message-4 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.uui-footer08_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.uui-footer08_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.uui-footer08_link-list {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.uui-footer08_left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-footer08_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.uui-footer08_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-footer08_link {
  color: var(--untitled-ui--gray600);
  text-align: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer08_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-footer08_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui--gray200);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer08_right-wrapper {
  flex-direction: column;
  display: flex;
}

.uui-footer08_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.uui-footer08_legal-link {
  color: var(--untitled-ui--gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer08_legal-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-footer08_heading {
  color: var(--untitled-ui--gray900);
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-text-size-medium-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-style-link-3 {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-3:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-size-small-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-3.text-color-gray500 {
  color: var(--untitled-ui--gray500);
}

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

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-button-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-4:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-4:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-4.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-form_input-3 {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-3:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input-3::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-footer01_social-link {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer01_social-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-footer01_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr auto;
  align-items: start;
}

.uui-footer01_logo-link {
  margin-bottom: 2rem;
}

.uui-footer01_social-icon {
  color: var(--untitled-ui--gray400);
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .75rem;
}

.uui-footer01_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer01_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-footer01_left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 32rem;
  display: flex;
}

.uui-footer01_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui--gray200);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.success-message-3 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.error-message-5 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.uui-footer01_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-footer01_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.uui-footer01_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.uui-footer01_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.uui-footer01_form-block {
  width: 100%;
  max-width: 35rem;
  margin-top: 2rem;
  margin-bottom: 0;
}

.uui-footer01_legal-link {
  color: var(--untitled-ui--gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer01_legal-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-logo_component-2 {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-logo_logomark-2 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg-2 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot-2 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logotype-2 {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-padding-vertical-xlarge-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-footer01_link-list-heading {
  color: var(--untitled-ui--gray500);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-logo_image-2 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.rl_footer3_spacing-block-5 {
  border: 0px none var(--relume-library-lite--rl-black);
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer3_spacing-block-2 {
  flex-flow: column;
  width: 100%;
  padding-bottom: 1.5rem;
  display: flex;
}

.rl_footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  display: grid;
}

.rl_footer3_legal-link {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6px;
  text-decoration: underline;
}

.rl_footer3_spacing-block-1 {
  width: 100%;
  padding-bottom: 0;
  font-size: 11px;
}

.rl_footer3_link {
  color: var(--white);
  padding-top: 0;
  padding-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer3_bottom-wrapper {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  display: flex;
}

.rl-padding-section-medium-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.rl-text-style-small {
  color: var(--relume-library-lite--rl-white);
  -webkit-text-stroke-color: var(--relume-library-lite--rl-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}

.rl_footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.rl_footer3_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer3_line-divider {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
}

.rl_footer3_social-link {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer3_text {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl_footer3_spacing-block-4 {
  width: 100%;
  padding-bottom: 2.1rem;
}

.rl_footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.rl_footer3_credit-text {
  color: var(--relume-library-lite--rl-white);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer3_component {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_footer3_logo-link {
  float: none;
  padding-left: 0;
}

.rl-padding-global-4 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  font-weight: 700;
  display: flex;
}

.rl_footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rl-social-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

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

.hero-section333 {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000), url('../images/doll2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 80px 25px 0;
  display: block;
  position: relative;
}

.hero-section333.h-im {
  background-image: url('../images/Screenshot-2022-11-14-at-14.44.49.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section333.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.hero-section333.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section333.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.hero-section333.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: none;
}

.hero-section333.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section333.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: none;
}

.hero-section333.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.hero-section333.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.hero-section333.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.hero-section333.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.hero-section333.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section333.h-blk-txt {
  background-color: #fff;
}

.hero-section344 {
  z-index: 0;
  opacity: .79;
  color: var(--white);
  text-align: center;
  mix-blend-mode: darken;
  background-color: #0000;
  background-image: url('../images/offworld6b8.jpg');
  background-position: 50% 60%;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 25px;
  display: flex;
  position: relative;
}

.hero-section344.h-im {
  background-image: url('../images/Screenshot-2022-11-14-at-14.44.49.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section344.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.hero-section344.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section344.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.hero-section344.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: none;
}

.hero-section344.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section344.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: none;
}

.hero-section344.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.hero-section344.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.hero-section344.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.hero-section344.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.hero-section344.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section344.h-blk-txt {
  background-color: #fff;
}

.paragraph-10 {
  color: #000;
}

.heading-scenes {
  font-size: 24px;
  font-style: normal;
}

.scenes {
  padding-top: 100px;
}

.button-primary-ord {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 2px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-ord:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-ord:active {
  background-color: #43464d;
}

.paragraph-8-copy {
  color: var(--black);
  text-align: center;
  margin-bottom: 100px;
  font-size: 15px;
}

.container-111 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

._24 {
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
}

.italic-text-21 {
  margin-bottom: 0;
  padding-bottom: 15px;
  font-weight: 600;
  display: block;
}

.paragraph-11 {
  color: #000;
}

._24a {
  padding-bottom: 24px;
  display: block;
}

.margin-bottom-24px-33 {
  color: var(--white);
  text-align: center;
  align-self: auto;
  margin-bottom: 24px;
  font-style: normal;
}

.rl-padding-global-spc-up-333 {
  padding-top: 80px;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

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

.italic-text-23, .italic-text-24 {
  font-family: Montserrat, sans-serif;
}

.italic-text-25 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.italic-text-26 {
  font-family: Montserrat, sans-serif;
}

.paragraph-white-22 {
  color: var(--white);
  text-align: left;
  padding-top: 40px;
}

.rl-padding-section-large-3 {
  background-color: #1a1a1a;
  border: 0 #1a1a1a;
  padding-top: .125rem;
  padding-bottom: 7rem;
}

.rl_faq1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 43px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.rl-text-style-regular-4 {
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.rl_section_faq1 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_faq1_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_faq1_accordion {
  border: 0 #1a1a1a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

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

.rl_faq1_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_faq1_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_faq1_question-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: block;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-heading-style-h4-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.rl_faq1_list {
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
}

.rl_faq1_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_faq1_icon-wrapper {
  align-self: flex-start;
}

.rl_faq1_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_faq1_answer {
  text-align: center;
  background-color: #1a1a1a;
  border: 0 #1a1a1a;
  overflow: hidden;
}

.rl_faq1_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_faq1_cta-wrapper {
  text-align: center;
  border: 1px solid #1a1a1a;
  width: 100%;
  max-width: 35rem;
}

.rl-padding-global-5 {
  color: var(--untitled-ui--white);
  text-align: center;
  background-color: #1a1a1a;
  padding-left: 5%;
  padding-right: 5%;
}

.rl_faq1_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq1_icon {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.bold-text-10 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.bold-text-11 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.italic-text-27, .italic-text-28 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.bold-text-12 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.italic-text-29 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.bold-text-13, .bold-text-14 {
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
}

.italic-text-30 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

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

.held-paragraph-white-italics {
  color: var(--white);
  text-align: center;
  letter-spacing: .1px;
  line-height: 24px;
}

.rl-padding-section-large-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-heading-style-h2-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.rl-button-secondary-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.rl_section_layout1 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl-button-link-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl_layout1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-button-link-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.held-paragraph-black-italic {
  color: var(--relume-library-lite--rl-black);
  letter-spacing: .1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.rl-button-link-text-3 {
  font-family: Montserrat, sans-serif;
}

.rl-button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl-text-style-subheading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout1_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_layout1_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  aspect-ratio: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  place-items: center stretch;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: static;
}

.rl-padding-global-6 {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.rl_layout1_image {
  width: 400px;
}

.rl_layout1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

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

.hero-heading-book {
  background-color: #1a1a1a;
  border: 0 #1a1a1a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 140px 30px 120px;
  display: none;
  position: relative;
}

.text-line-large {
  color: #fff;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

.text-line-large._2 {
  font-style: normal;
}

.text-line-large._24.fade-in-on-load {
  color: #fff;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

.scene-block {
  text-align: center;
  flex-flow: column;
  align-items: stretch;
  padding-bottom: 40px;
  display: flex;
}

.scene-header-link {
  color: #000;
  font-family: Libre Baskerville, sans-serif;
  font-size: 24px;
  line-height: 1.5em;
}

.scene-description {
  text-align: left;
  max-width: 700px;
  margin-top: .5rem;
  padding-bottom: .5rem;
  font-size: 15px;
  line-height: 24px;
}

.scene-description.fade-in-on-load {
  max-width: 700px;
  line-height: 24px;
}

.link-3 {
  color: #000;
  font-size: 15px;
  line-height: 1.5em;
}

.link-3.fade-in-on-load {
  padding-bottom: 60px;
}

.container-112 {
  max-width: 600px;
}

.section-9 {
  flex-flow: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 20px;
  display: flex;
}

.scene-oreder {
  color: var(--white);
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 7rem;
}

.bold-text-15 {
  color: #999;
}

.fade-in-on-load {
  font-size: 14px;
}

.heading-open {
  font-size: 95px;
  font-style: normal;
}

.hero-section-written {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/o-ring-wrap-choker-black-835793_2000x.jpg.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 80px 25px 0;
  display: flex;
  position: relative;
}

.hero-section-written.h-im {
  outline-offset: 0px;
  background-image: linear-gradient(#0000002e, #0000002e), url('../images/desert1.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 0 #000;
  outline: 3px #fff;
  padding-top: 0;
  display: flex;
}

.hero-section-written.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.hero-section-written.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-written.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.hero-section-written.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: block;
}

.hero-section-written.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section-written.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: none;
}

.hero-section-written.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.hero-section-written.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.hero-section-written.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.hero-section-written.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.hero-section-written.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section-written.h-blk-txt {
  background-color: #fff;
}

.hero-section-echoes {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#000, #000);
  background-position: 0 0;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 40px 25px;
  display: flex;
  position: relative;
}

.hero-section-echoes.h-im {
  outline-offset: 0px;
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/o-ring-wrap-choker-black-835793_2000x.jpg.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 0 #000;
  outline: 3px #fff;
  display: flex;
}

.hero-section-echoes.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.hero-section-echoes.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-echoes.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.hero-section-echoes.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: block;
}

.hero-section-echoes.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section-echoes.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: none;
}

.hero-section-echoes.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.hero-section-echoes.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.hero-section-echoes.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.hero-section-echoes.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.hero-section-echoes.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section-echoes.h-blk-txt {
  background-color: #fff;
}

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

.heading-18.fade-in-scroll {
  text-align: left;
  font-style: normal;
  font-weight: 400;
}

.bold-text-16 {
  font-weight: 400;
}

.nav-logo {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  line-height: 24px;
}

.logo {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bold-text-17 {
  font-size: 42px;
  font-weight: 400;
}

.bold-text-18 {
  font-size: 42px;
}

.italic-text-33 {
  font-size: 42px;
  line-height: 52px;
}

.held-heading-42 {
  color: var(--white);
  font-style: normal;
}

.held-heading-42.fade-in-on-load {
  font-size: 42px;
}

.bold-text-19 {
  font-weight: 400;
}

.held-h1-white {
  color: var(--relume-library-lite--rl-white);
  letter-spacing: -1px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 76px;
}

.held-h1-white.fade-in-on-load {
  font-size: 42px;
}

.heading-19 {
  color: var(--relume-library-lite--rl-white);
  font-family: Cormorant Garamond;
  font-size: 64px;
}

.held-body-text {
  color: var(--untitled-ui--white);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.held-h-home {
  font-family: Cormorant Garamond;
  font-size: 150px;
}

.held-h3 {
  font-family: Cormorant Garamond;
  font-size: 32px;
  line-height: 32px;
}

.held-h4-montserrat {
  letter-spacing: .1px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.held-h4-montserrat.fade-in-on-load {
  letter-spacing: .1px;
}

.held-h4-montserrat.fade-in-scroll {
  text-align: center;
}

.held-h2-white {
  color: var(--untitled-ui--white);
  text-align: left;
  letter-spacing: -.3px;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
}

.held-h2-white.fade-in-on-load {
  font-size: 42px;
  line-height: 42px;
}

.held-h2-white.logo {
  letter-spacing: -.2px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.held-h2-white._28 {
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 42px;
}

.held-h2-white.smaller {
  font-size: 20px;
}

.held-h2black {
  color: var(--relume-library-lite--rl-black);
  letter-spacing: -1px;
  font-size: 42px;
  font-style: normal;
  line-height: 42px;
}

.held-h2black._28 {
  font-size: 28px;
}

.held-h2-black-center {
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  letter-spacing: -.5px;
  font-size: 42px;
  font-style: normal;
  line-height: 50px;
}

.held-h2-black-center.italics {
  font-style: italic;
}

.held-h2-black-center.italics.space {
  margin-bottom: 60px;
}

.held-h2-italics {
  color: var(--untitled-ui--white);
  font-size: 42px;
  font-style: italic;
  line-height: 58px;
}

.held-h2-italics._28 {
  font-size: 28px;
}

.text-small-set-copy {
  color: var(--black);
  font-style: normal;
}

.italic-text-35 {
  letter-spacing: .2px;
  font-size: 15px;
  line-height: 24px;
}

.held-paragraph-white-center {
  color: var(--white);
  text-align: left;
  letter-spacing: .1px;
  line-height: 24px;
}

.held-paragraph-black-center {
  color: var(--black);
  text-align: center;
  letter-spacing: .1px;
  margin-bottom: 100px;
  padding-top: 60px;
  font-style: normal;
  line-height: 24px;
}

.held-h4-black {
  font-size: 24px;
  font-style: normal;
}

.held-opening-garamond {
  letter-spacing: -.25px;
  font-family: EB Garamond;
  font-size: 125px;
  font-style: normal;
  line-height: 140px;
}

.held-opening-garamond.fade-in-on-load {
  font-size: 95px;
}

.hero-wrapper-two-left {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-three {
  text-align: left;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-heading-book-copy {
  background-color: #1a1a1a;
  border: 0 #1a1a1a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.hero-heading-book-white {
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.scenes-from {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.hero-section-end {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/o-ring-wrap-choker-black-835793_2000x.jpg.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-width: 0 0 0 1px;
  border-color: #000;
  border-right-style: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 80px 25px 0;
  display: block;
  position: relative;
}

.hero-section-end.h-im {
  background-image: url('../images/tumblr_a5d1eccf662db65e2e88d7c67cd552b0_a888078c_1280.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-end.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.hero-section-end.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-end.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.hero-section-end.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: none;
}

.hero-section-end.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section-end.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: none;
}

.hero-section-end.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.hero-section-end.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.hero-section-end.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.hero-section-end.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.hero-section-end.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section-end.h-blk-txt {
  background-color: #fff;
}

.link-4 {
  color: #000;
}

.section-about {
  padding-top: 100px;
  padding-bottom: 80px;
  padding-left: 0;
}

.section-about.grey-section {
  background-color: #1a1a1a;
  padding-bottom: 100px;
}

.section-about.short-section {
  padding-bottom: 80px;
}

.container-113 {
  max-width: 600px;
  margin-left: auto;
}

.container-114 {
  margin-left: auto;
}

.container-115, .container-116 {
  margin-left: 0;
}

.hero-heading-right-3c {
  background-color: #fdfcf900;
  border: 0 solid #000;
  border-top-width: 1px;
  padding: 120px 30px;
  display: block;
  position: relative;
}

.bold-text-20 {
  font-size: .875em;
  font-weight: 400;
}

.hero-section-home {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/doll.jpg');
  background-position: 0 0, 50% 100%;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 80px 25px;
  display: flex;
  position: relative;
}

.hero-section-home.h-im {
  outline-offset: 0px;
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/o-ring-wrap-choker-black-835793_2000x.jpg.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 0 #000;
  outline: 3px #fff;
  display: flex;
}

.hero-section-home.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.hero-section-home.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-home.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.hero-section-home.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: block;
}

.hero-section-home.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section-home.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: none;
}

.hero-section-home.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.hero-section-home.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.hero-section-home.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.hero-section-home.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.hero-section-home.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section-home.h-blk-txt {
  background-color: #fff;
}

.hero-without-image-small {
  background-color: #1a1a1a;
  border-bottom: 0 #e4ebf3;
  justify-content: center;
  height: 100%;
  padding: 100px 30px;
  font-style: normal;
  display: none;
  position: relative;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-117 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.image-slider {
  background-color: #1a1a1a;
  border-bottom: 1px #e4ebf3;
  height: 100vh;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.image-9 {
  width: 300px;
}

.image-10 {
  width: 250px;
}

.image-11 {
  width: 200px;
}

.held-slider {
  height: 100vh;
  padding: 10% 5%;
  display: block;
}

.efi-tsm-03-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.tsm-03-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.efi-tsm-03-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slide {
  width: 100%;
}

.tsm-03-portrait {
  align-items: flex-start;
  display: flex;
}

.tsm-03-text {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.slide-nav {
  justify-content: flex-end;
  margin-bottom: -40px;
  display: flex;
}

.efi-h4 {
  font-style: normal;
}

.image-12 {
  max-width: none;
  height: 500px;
  overflow: clip;
}

.image-12.fade-in-scroll {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  flex: 0 auto;
  height: 450px;
}

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

.diptych-slider {
  height: 100vh;
  padding: 10% 5%;
  display: none;
}

.button-em {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7a7a7a;
  font-size: 12px;
}

.button-em.fade-in-on-load {
  border: 0 #000;
}

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

.mellan {
  padding-bottom: 20px;
}

.container-118 {
  display: block;
}

.nav-link, .nav-link-2, .nav-link-3, .nav-link-4, .nav-link-5, .nav-link-6 {
  font-size: 14px;
}

.nav-link {
  opacity: .7;
  color: #999;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  transition: opacity .2s ease-in-out;
}

.nav-link:hover {
  opacity: 1;
  color: #999;
}

.nav-link.w--current {
  color: #999;
}

.nav-link.w--current:hover, .nav-link.w--current:active {
  opacity: 1;
  color: #999;
}

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

.italic-text-39, .italic-text-40 {
  font-style: normal;
}

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

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

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

.uui-page-padding-5 {
  background-color: #e4e4e400;
  background-image: linear-gradient(#88859780, #88859780), url('../images/offworldfoundation_dro5b1.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 0 #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

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

.uui-max-width-large-2.align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.uui-logos01_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

.uui-logos01_component {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.uui-logos01_logo {
  height: 40px;
}

.uui-space-xxlarge {
  text-align: center;
  width: 100%;
  min-height: auto;
  padding-bottom: 60px;
}

.uui-logos01_text {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.image-13 {
  height: 20px;
}

.image-14 {
  height: 50px;
}

.image-14.fade-in-scroll {
  height: 70px;
}

.image-15 {
  height: 40px;
}

.image-16 {
  height: 50px;
}

.image-16.fade-in-scroll {
  height: 60px;
}

.image-17 {
  height: 80px;
}

.hero-section-burn {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/o-ring-wrap-choker-black-835793_2000x.jpg.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 80px 25px 0;
  display: flex;
  position: relative;
}

.hero-section-burn.h-im {
  outline-offset: 0px;
  background-color: #fff;
  background-image: linear-gradient(#05040f6e, #05040f6e), url('../images/offworldfoundatio51803edbe.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 0 #000;
  outline: 3px #fff;
  display: flex;
}

.hero-section-burn.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.hero-section-burn.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-burn.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.hero-section-burn.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: block;
}

.hero-section-burn.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section-burn.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: none;
}

.hero-section-burn.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.hero-section-burn.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.hero-section-burn.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.hero-section-burn.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.hero-section-burn.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section-burn.h-blk-txt {
  background-color: #fff;
}

.hero-section-burn2 {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#1c1b3fa1, #1c1b3fa1), url('../images/offworldfoundationc-cacb6b3cb52e_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 80px 25px 0;
  display: flex;
  position: relative;
}

.hero-section-burn2.h-im {
  outline-offset: 0px;
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/o-ring-wrap-choker-black-835793_2000x.jpg.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 0 #000;
  outline: 3px #fff;
  display: flex;
}

.hero-section-burn2.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.hero-section-burn2.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-burn2.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.hero-section-burn2.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: block;
}

.hero-section-burn2.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section-burn2.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: none;
}

.hero-section-burn2.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.hero-section-burn2.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.hero-section-burn2.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.hero-section-burn2.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.hero-section-burn2.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section-burn2.h-blk-txt {
  background-color: #fff;
}

.hero-section-interface {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/o-ring-wrap-choker-black-835793_2000x.jpg.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 80px 25px 0;
  display: flex;
  position: relative;
}

.hero-section-interface.h-im {
  background-color: var(--white);
  outline-offset: 0px;
  text-align: right;
  background-image: linear-gradient(#ec276c36, #ec276c36), linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.24.07_res-14.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  border: 0 #000;
  outline: 3px #fff;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: none;
}

.hero-section-interface.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.hero-section-interface.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-interface.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.hero-section-interface.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: block;
}

.hero-section-interface.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section-interface.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: none;
}

.hero-section-interface.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.hero-section-interface.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.hero-section-interface.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.hero-section-interface.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.hero-section-interface.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section-interface.h-blk-txt {
  background-color: #fff;
}

.interface-opening {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#00000045, #00000045), url('../images/offworldfoundation_An_andrbb51.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 80px 25px 0;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.interface-opening.h-im {
  background-image: url('../images/tumblr_a5d1eccf662db65e2e88d7c67cd552b0_a888078c_1280.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
}

.interface-opening.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.interface-opening.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.interface-opening.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.interface-opening.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: block;
}

.interface-opening.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.interface-opening.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: block;
}

.interface-opening.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.interface-opening.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.interface-opening.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.interface-opening.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.interface-opening.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.interface-opening.h-blk-txt {
  background-color: #fff;
}

.hero-section-sayuri {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#0000001f, #0000001f), url('../images/offworldfoundation_An_an12a9d.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 25px;
  display: flex;
  position: relative;
}

.hero-section-sayuri.h-im {
  mix-blend-mode: darken;
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/offworldfoundation_asi13e.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 0;
  display: flex;
}

.hero-section-sayuri.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.hero-section-sayuri.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-sayuri.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.hero-section-sayuri.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: none;
}

.hero-section-sayuri.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section-sayuri.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: none;
}

.hero-section-sayuri.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.hero-section-sayuri.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.hero-section-sayuri.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.hero-section-sayuri.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.hero-section-sayuri.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section-sayuri.h-blk-txt {
  background-color: #fff;
}

.image-18 {
  width: 400px;
}

.image-18.fade-in-scroll {
  width: 300px;
}

.ava-hero-opening {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#03020229, #03020229), url('../images/offworldfoundation_An_androg0d4cad.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 0 #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 25px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.ava-hero-opening.h-im {
  background-image: url('../images/tumblr_a5d1eccf662db65e2e88d7c67cd552b0_a888078c_1280.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
}

.ava-hero-opening.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.ava-hero-opening.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.ava-hero-opening.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.ava-hero-opening.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: block;
}

.ava-hero-opening.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.ava-hero-opening.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: block;
}

.ava-hero-opening.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.ava-hero-opening.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.ava-hero-opening.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.ava-hero-opening.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.ava-hero-opening.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.ava-hero-opening.h-blk-txt {
  background-color: #fff;
}

.hero-section-ava2 {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/offworldfoundation_asian_woman_dresc0a4673a.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 25px;
  display: flex;
  position: relative;
}

.hero-section-ava2.h-im {
  outline-offset: 0px;
  background-image: linear-gradient(#00000036, #00000036), url('../images/offworldfoundation_asian_woman_dresc0a4673a.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 0 #000;
  outline: 3px #fff;
  display: flex;
}

.hero-section-ava2.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.hero-section-ava2.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-ava2.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.hero-section-ava2.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: block;
}

.hero-section-ava2.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section-ava2.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: none;
}

.hero-section-ava2.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.hero-section-ava2.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.hero-section-ava2.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.hero-section-ava2.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.hero-section-ava2.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section-ava2.h-blk-txt {
  background-color: #fff;
}

.hero-section-ava {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#0000001c, #0000001c), url('../images/offworldfoundation_An_an8fc.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 80px 25px 0;
  display: flex;
  position: relative;
}

.hero-section-ava.h-im {
  outline-offset: 0px;
  background-image: linear-gradient(#00000036, #00000036), url('../images/offworldfoundation_asian_woman_dresc0a4673a.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 0 #000;
  outline: 3px #fff;
  display: flex;
}

.hero-section-ava.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.hero-section-ava.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-ava.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.hero-section-ava.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: block;
}

.hero-section-ava.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section-ava.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: none;
}

.hero-section-ava.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.hero-section-ava.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.hero-section-ava.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.hero-section-ava.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.hero-section-ava.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section-ava.h-blk-txt {
  background-color: #fff;
}

.hero-without-image-ava {
  background-color: #1a1a1a;
  border: 0 #000;
  padding: 100px 30px 80px;
  position: relative;
}

.hero-small-sun {
  background-color: #1a1a1a;
  border: 0 #000;
  padding: 100px 30px 120px;
  font-style: normal;
  position: relative;
}

.hero-without-image-2-sun {
  background-color: #1a1a1a;
  border: 0 #000;
  padding: 100px 30px 80px;
  position: relative;
}

.hero-section-sun1 {
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/_NIK6427.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.italic-text-41 {
  text-align: left;
  font-style: normal;
}

.italic-text-41.fade-in-scroll {
  line-height: 55px;
}

.hero-section-end2 {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#00000040, #00000040), url('../images/offworldfoundation_asian_woman_dresc0a4673a.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-width: 0 0 0 1px;
  border-color: #000;
  border-right-style: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 25px;
  display: flex;
  position: relative;
}

.hero-section-end2.h-im {
  background-image: url('../images/tumblr_a5d1eccf662db65e2e88d7c67cd552b0_a888078c_1280.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-end2.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.hero-section-end2.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-end2.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.hero-section-end2.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: none;
}

.hero-section-end2.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section-end2.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: none;
}

.hero-section-end2.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.hero-section-end2.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.hero-section-end2.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.hero-section-end2.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.hero-section-end2.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section-end2.h-blk-txt {
  background-color: #fff;
}

.hero-section-burn-copy {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#00000075, #00000075), url('../images/offworldfoundation607e67c_3.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 25px;
  line-height: 40px;
  display: flex;
  position: relative;
}

.hero-section-burn-copy.h-im {
  outline-offset: 0px;
  background-color: #fff;
  background-image: linear-gradient(#05040f6e, #05040f6e), url('../images/offworldfoundation_An_androg0d4cad.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 0 #000;
  outline: 3px #fff;
  display: flex;
}

.hero-section-burn-copy.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.hero-section-burn-copy.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-burn-copy.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.hero-section-burn-copy.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: block;
}

.hero-section-burn-copy.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section-burn-copy.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: none;
}

.hero-section-burn-copy.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.hero-section-burn-copy.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.hero-section-burn-copy.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.hero-section-burn-copy.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.hero-section-burn-copy.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section-burn-copy.h-blk-txt {
  background-color: #fff;
}

.heading-20 {
  text-align: center;
  letter-spacing: 14px;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 70px;
  font-style: normal;
  line-height: 40px;
}

.hero-section-end-3 {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: url('../images/61b485d9465bf0c3caf5e3ac_xxxx.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  border-width: 0 0 0 1px;
  border-color: #000;
  border-right-style: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 25px;
  display: flex;
  position: relative;
}

.hero-section-end-3.h-im {
  background-image: url('../images/tumblr_a5d1eccf662db65e2e88d7c67cd552b0_a888078c_1280.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-end-3.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.hero-section-end-3.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-end-3.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.hero-section-end-3.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: none;
}

.hero-section-end-3.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section-end-3.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: none;
}

.hero-section-end-3.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.hero-section-end-3.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.hero-section-end-3.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.hero-section-end-3.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.hero-section-end-3.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section-end-3.h-blk-txt {
  background-color: #fff;
}

.hero-without-image-4 {
  background-color: #1a1a1a;
  border-bottom: 0 #e4ebf3;
  justify-content: center;
  height: auto;
  padding: 100px 30px;
  font-style: normal;
  display: flex;
  position: relative;
}

.uui-page-padding-55 {
  background-color: #e4e4e400;
  background-image: linear-gradient(#0000, #0000), url('../images/_NIK6427.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 0 #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.hero-section-landing {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/offworldfoundation_An_an8fc.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 25px;
  display: flex;
  position: relative;
}

.hero-section-landing.h-im {
  outline-offset: 0px;
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/o-ring-wrap-choker-black-835793_2000x.jpg.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 0 #000;
  outline: 3px #fff;
  display: flex;
}

.hero-section-landing.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.hero-section-landing.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-landing.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.hero-section-landing.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: block;
}

.hero-section-landing.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section-landing.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: none;
}

.hero-section-landing.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.hero-section-landing.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.hero-section-landing.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.hero-section-landing.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.hero-section-landing.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section-landing.h-blk-txt {
  background-color: #fff;
}

.theend {
  color: var(--white);
  margin-bottom: 340px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: 1.6em;
}

.hero-without-image-55 {
  background-color: #1a1a1a;
  border-bottom: 0 #e4ebf3;
  justify-content: center;
  height: auto;
  padding: 100px 30px;
  font-style: normal;
  display: flex;
  position: relative;
}

.held-slider-copy {
  height: 100vh;
  padding: 10% 5%;
  display: block;
}

.heading-21 {
  text-align: left;
  font-size: 28px;
}

.cell {
  mix-blend-mode: exclusion;
  background-image: url('../images/Untitled-2c.jpg');
  background-position: 0 20%;
  background-size: auto 100px;
  background-attachment: fixed;
}

.bold-text-21 {
  font-weight: 200;
}

.bold-text-21.fade-in-scroll {
  font-weight: 300;
}

.held-slider-7 {
  height: 100vh;
  padding: 10% 5%;
  display: block;
}

.italic-text-42, .italic-text-43, .italic-text-44 {
  font-style: normal;
}

.cell-2 {
  mix-blend-mode: screen;
  background-image: url('../images/Untitled-2c.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.tom {
  width: 300px;
  height: 300px;
}

.container-119 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.italic-text-45 {
  font-size: 15px;
}

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

.cell-3 {
  justify-content: center;
  align-items: center;
}

.hero-without-image-black {
  background-color: #1a1a1a;
  border-bottom: 0 #e4ebf3;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 100px 30px;
  font-style: normal;
  display: flex;
  position: relative;
}

.hero-section6 {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/o-ring-wrap-choker-black-835793_2000x.jpg.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 80px 25px 0;
  display: flex;
  position: relative;
}

.hero-section6.h-im {
  mix-blend-mode: darken;
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/offworldfoundation_An_androg0d4cad.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 0;
  display: flex;
}

.hero-section6.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.hero-section6.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section6.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.hero-section6.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: none;
}

.hero-section6.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section6.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: none;
}

.hero-section6.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.hero-section6.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.hero-section6.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.hero-section6.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.hero-section6.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section6.h-blk-txt {
  background-color: #fff;
}

.cell-4 {
  justify-content: center;
  align-items: center;
}

.quick-stack {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  width: 100%;
  height: 100%;
  padding-top: 200px;
}

.paragraph-13, .paragraph-14 {
  text-align: left;
}

.image-19 {
  opacity: 1;
  mix-blend-mode: normal;
  width: 200px;
}

.say {
  color: #2f6394;
}

.bold-text-23 {
  background-color: #08090700;
}

.section-10 {
  position: fixed;
}

.hero-video {
  width: 8%;
  height: 100vh;
  position: fixed;
}

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

.background-video.videoo {
  z-index: auto;
  background-image: linear-gradient(#ffffff5e, #ffffff5e);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.div-block-wrapper {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.emission-text {
  color: var(--white);
  text-align: center;
  font-size: 36px;
}

.flicker-line {
  color: var(--white);
  font-size: 42px;
  font-style: normal;
}

.div-block {
  background-color: #000;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/desert3.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.heading-22 {
  color: var(--white);
  text-align: center;
}

.section-11 {
  height: 100vh;
}

.header-speak {
  font-size: 72px;
  font-style: normal;
}

.body-23, .body-24 {
  background-color: var(--white);
}

.body-25 {
  background-color: var(--relume-library-lite--rl-white);
}

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

.sayuri-opening {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#03020229, #03020229), url('../images/offworldfoundatd-c8d4-424e-bb98-9ca5c5faeee0_3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 80px 25px 0;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.sayuri-opening.h-im {
  background-image: url('../images/tumblr_a5d1eccf662db65e2e88d7c67cd552b0_a888078c_1280.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
}

.sayuri-opening.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.sayuri-opening.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.sayuri-opening.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.sayuri-opening.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: block;
}

.sayuri-opening.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.sayuri-opening.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: block;
}

.sayuri-opening.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.sayuri-opening.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.sayuri-opening.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.sayuri-opening.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.sayuri-opening.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.sayuri-opening.h-blk-txt {
  background-color: #fff;
}

.sayuri-text {
  background-color: #1a1a1a;
  border: 0 #000;
  padding: 100px 30px 120px;
  font-style: normal;
  position: relative;
}

.paragraph-15 {
  color: #fff;
}

.header-speak2 {
  font-size: 42px;
  font-style: normal;
}

.flicker-button {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #636363;
  font-size: 12px;
}

.button-4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #5e5e5e;
  font-size: 12px;
}

.section-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: 600px;
  height: 100vh;
  display: flex;
}

.section-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container-121 {
  justify-content: center;
  align-items: center;
  max-width: 600px;
  display: block;
}

.container-122 {
  max-width: 600px;
}

.rl-padding-section-large-5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-heading-style-h2-4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.rl-button-secondary-3 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-link-icon-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl_layout192_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-button-link-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl_layout192_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl-text-style-medium-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_section_layout192 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl-button-group-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl-text-style-subheading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout192_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-padding-global-7 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

.rl_layout192_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.uui-page-padding-5-copy {
  background-color: #e4e4e400;
  background-image: linear-gradient(#88859780, #88859780), url('../images/offworldfoundation_dro5b1.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 0 #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.image-20 {
  margin-top: 0;
}

.section-14 {
  background-color: var(--relume-library-lite--rl-black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
}

.field {
  background-image: linear-gradient(#00000082, #00000082), url('../images/offworldfoundatiob-b1bb-91ac2e103379.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
  position: relative;
}

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

.italic-text-ava.fade-in-on-load {
  font-size: 42px;
}

.held-h2-white-italic-center-2 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-style: normal;
  line-height: 55px;
}

.held-h2-white-italic-center-2._23 {
  font-size: 42px;
}

.off42 {
  font-size: 45px;
  font-style: normal;
  line-height: 55px;
}

.section-15 {
  height: 100vh;
  display: flex;
}

.uui-page-padding-5b {
  background-color: #e4e4e400;
  background-image: linear-gradient(#00000029, #00000029), url('../images/offworldfoundation607e67c_3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 0 #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.heading-20b {
  text-align: center;
  letter-spacing: 14px;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 70px;
  font-style: normal;
  line-height: 40px;
}

.heading-20b.fade-in-scroll {
  color: var(--white);
}

.uui-space-xxlarge-wh {
  color: var(--white);
  text-align: center;
  width: 100%;
  min-height: auto;
  padding-bottom: 30px;
}

.button-primary-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 2px;
  margin-top: 17px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-copy:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-copy:active {
  background-color: #43464d;
}

.header-opening2 {
  font-family: Libre Baskerville, sans-serif;
  font-size: 80px;
  font-style: normal;
}

.header-opening2.fade-in-on-load {
  font-family: Libre Baskerville, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

.header-opening2.fade-in-scroll {
  font-size: 72px;
}

.header-opening2.small {
  text-align: center;
  font-size: 42px;
  font-style: normal;
}

.header-opening2.small.fade-in-scroll {
  margin-bottom: 0;
}

.div-block-2 {
  background-color: #d6bbfb;
}

.heading-24 {
  font-style: normal;
}

.background-video-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

._42-m15 {
  margin-bottom: 0;
  font-size: 34px;
  font-style: normal;
  line-height: 58px;
}

.hero-section-end3 {
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#00000040, #00000040), url('../images/offworldfound61f2-4c66-a571-3b313ab24f1d-1.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-width: 0 0 0 1px;
  border-color: #000;
  border-right-style: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 25px;
  display: flex;
  position: relative;
}

.hero-section-end3.h-im {
  background-image: url('../images/tumblr_a5d1eccf662db65e2e88d7c67cd552b0_a888078c_1280.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-end3.h-im.ss-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
}

.hero-section-end3.h-im.ss-2 {
  filter: none;
  background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-end3.h-im.ss-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.hero-section-end3.h-im.ss-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000059, #00000059), url('../images/iii.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: none;
}

.hero-section-end3.h-im.ss-5 {
  background-color: #0000;
  background-image: linear-gradient(#5f909770, #5f909770), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section-end3.h-im.ss-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000082, #00000082), url('../images/screenshot-2022-02-01-at-02.17.37_res-78.jpg');
  background-position: 0 0, 50%;
  padding-top: 0;
  display: none;
}

.hero-section-end3.h-im.ss-7 {
  mix-blend-mode: normal;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
  border-radius: 0;
}

.hero-section-end3.h-im.ss-8 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/screenshot-2022-02-04-at-02.22.40_res-2.jpg');
}

.hero-section-end3.h-im.con-1 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
}

.hero-section-end3.h-im.con-2 {
  background-image: url('../images/Screenshot-2021-11-15-at-00.23.22-min.png');
  height: 1000px;
}

.hero-section-end3.h-im.everyone1 {
  background-image: url('../images/offworldr14fb.jpg'), linear-gradient(#000000d1, #000000d1);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section-end3.h-blk-txt {
  background-color: #fff;
}

.hero-small-alt-col1 {
  background-color: #39406c;
  border: 0 #000;
  padding: 100px 30px 120px;
  font-style: normal;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .section {
    display: block;
  }

  ._3-grid {
    grid-template-areas: "."
                         "Area";
  }

  .cart-quantity, .navlink, .nav-search-text {
    font-family: Montserrat, sans-serif;
  }

  .held-hero-opening.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .held-hero-opening.h-blk-txt, .body {
    background-color: #fff;
  }

  .b-space-up {
    background-color: #9d9ea0;
  }

  .body-3 {
    background-color: #fff;
  }

  .heading-3 {
    font-family: Montserrat, sans-serif;
    font-style: normal;
  }

  .heading-3.h-wh, .italic-wh, .fieldlabel---wh {
    color: #fff;
  }

  .submit-button {
    background-color: #000;
  }

  .paragraph-6 {
    width: auto;
  }

  .rich-text-block {
    text-align: left;
    font-family: Georgia, Times, Times New Roman, serif;
  }

  .hero-section2.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .hero-section2.h-blk-txt {
    background-color: #fff;
  }

  .hero-section3.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .hero-section3.h-blk-txt {
    background-color: #fff;
  }

  .hero-section4.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .hero-section4.h-blk-txt {
    background-color: #fff;
  }

  .hero-section-2.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .hero-section-2.h-blk-txt {
    background-color: #fff;
  }

  .hero-section5.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .hero-section5.h-blk-txt {
    background-color: #fff;
  }

  .hero-section-held.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .hero-section-held.h-blk-txt {
    background-color: #fff;
  }

  .hero-section-archive.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .hero-section-archive.h-blk-txt {
    background-color: #fff;
  }

  .navlink-copy {
    font-family: Montserrat, sans-serif;
  }

  .navlink-copy.white {
    margin-left: 10px;
  }

  .hero-section333.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .hero-section333.h-blk-txt {
    background-color: #fff;
  }

  .hero-section344.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .hero-section344.h-blk-txt {
    background-color: #fff;
  }

  .hero-section-written.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .hero-section-written.h-blk-txt {
    background-color: #fff;
  }

  .hero-section-echoes.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .hero-section-echoes.h-blk-txt {
    background-color: #fff;
  }

  .hero-section-end.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .hero-section-end.h-blk-txt {
    background-color: #fff;
  }

  .hero-section-home.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .hero-section-home.h-blk-txt {
    background-color: #fff;
  }

  .hero-section-burn.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .hero-section-burn.h-blk-txt {
    background-color: #fff;
  }

  .hero-section-burn2.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .hero-section-burn2.h-blk-txt {
    background-color: #fff;
  }

  .hero-section-interface.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .hero-section-interface.h-blk-txt {
    background-color: #fff;
  }

  .interface-opening.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .interface-opening.h-blk-txt {
    background-color: #fff;
  }

  .hero-section-sayuri.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .hero-section-sayuri.h-blk-txt {
    background-color: #fff;
  }

  .ava-hero-opening.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .ava-hero-opening.h-blk-txt {
    background-color: #fff;
  }

  .hero-section-ava2.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .hero-section-ava2.h-blk-txt {
    background-color: #fff;
  }

  .hero-section-ava.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .hero-section-ava.h-blk-txt {
    background-color: #fff;
  }

  .hero-section-end2.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .hero-section-end2.h-blk-txt {
    background-color: #fff;
  }

  .hero-section-burn-copy.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .hero-section-burn-copy.h-blk-txt {
    background-color: #fff;
  }

  .hero-section-end-3.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .hero-section-end-3.h-blk-txt {
    background-color: #fff;
  }

  .hero-section-landing.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .hero-section-landing.h-blk-txt {
    background-color: #fff;
  }

  .hero-section6.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .hero-section6.h-blk-txt {
    background-color: #fff;
  }

  .sayuri-opening.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .sayuri-opening.h-blk-txt {
    background-color: #fff;
  }

  .hero-section-end3.h-im.ss-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/upscaled-Bicubic-116417357-4x-deblocking_enabled.jpeg');
    background-size: auto, 2048px;
  }

  .hero-section-end3.h-blk-txt {
    background-color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .section {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    position: relative;
  }

  .button.secondary {
    font-size: 18px;
    line-height: 1.4;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .column {
    width: 50%;
  }

  .column.desk-6.tab-8 {
    width: 66.6667%;
  }

  .column.desk-5.tab-6 {
    width: 50%;
  }

  .column.desk-1.tab-0 {
    display: none;
  }

  .column.desk-4.tab-6 {
    width: 50%;
  }

  .column.desk-4.tab-5 {
    width: 41.6667%;
  }

  .column.desk-3.tab-4 {
    width: 33.3333%;
  }

  .column.desk-3.tab-2 {
    width: 16.6667%;
  }

  .column.desk-2.tab-1 {
    width: 8.33333%;
  }

  .column.desk-8.tab-10 {
    width: 83.3333%;
  }

  .column.desk-8.tab-12 {
    width: 100%;
  }

  .column.desk-0-5.tab-0 {
    display: none;
  }

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

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

  .nav-dropdown {
    text-align: center;
    flex: 1;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 14px;
    display: block;
  }

  .ds-menu-brand {
    margin-top: 2px;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .ds-menu {
    z-index: 500;
    border-bottom: 1px solid var(--black);
    background-color: var(--sand);
    padding-top: 17px;
    padding-bottom: 17px;
    display: block;
    position: absolute;
    inset: 80px auto auto 0%;
  }

  .ds-nav {
    z-index: 10;
    border-bottom: 1px solid var(--black);
    border-right-style: none;
    width: 100%;
    padding-top: 20px;
    position: sticky;
    bottom: auto;
    left: auto;
    overflow: visible;
  }

  .form-error {
    background-color: #ebebeb;
    border-style: none;
  }

  .ds-content {
    margin-left: 0;
    position: static;
  }

  ._2-grid, ._1-2-grid, ._1-2-5-grid, ._3-grid, .grid {
    margin-left: 0;
  }

  .grid.desk-4.tab-3 {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
  }

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

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

  ._2-5-1-grid, ._2-1-grid {
    margin-left: 0;
  }

  .heading.hero.xeno {
    font-size: 70px;
  }

  .heading.hero.txt-noone {
    font-size: 45px;
  }

  .error2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .licenses-grid {
    grid-column-gap: 40px;
    margin-left: 0;
  }

  .ds-body {
    flex-direction: column;
    display: flex;
  }

  .ds-menu-button {
    margin-right: 12px;
    top: -10px;
  }

  .ds-menu-button.w--open {
    background-color: var(--gold);
    border-radius: 40px;
  }

  .cart-button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .cart-quantity {
    font-size: 14px;
  }

  .navlink {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 14px;
  }

  .menu-button {
    color: #2e323c;
    position: relative;
  }

  .menu-button.w--open {
    color: #096ad0;
    background-color: #0000;
  }

  .menu-logo {
    width: 190px;
  }

  .nav-dropdown-wrapper {
    font-size: 14px;
  }

  .navdropdown {
    text-align: center;
    flex: 1;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    display: block;
  }

  .dropdown-arrow {
    display: none;
  }

  .cart-container {
    min-height: 100vh;
  }

  .navbar-dark {
    padding-left: 10px;
    padding-right: 10px;
  }

  .arrow-button {
    position: relative;
  }

  .footer-logo {
    width: 200px;
  }

  .nav-search-text, .quantity {
    font-size: 14px;
  }

  .contact-div {
    margin-top: -100px;
  }

  .navbar-white {
    padding-left: 10px;
    padding-right: 10px;
  }

  .body-18 {
    background-color: #000;
    font-family: Montserrat, sans-serif;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .text-block-8, .error-message-2 {
    font-family: Montserrat, sans-serif;
  }

  .xenoo {
    font-size: 72px;
  }

  .block-quote {
    font-size: 16px;
  }

  .heading-1, .heading2 {
    font-size: 80px;
  }

  .container-7 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .testimonial-slider-large {
    height: auto;
  }

  .container-8 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .hero-without-image {
    height: auto;
  }

  .container-page-hero, .container-10 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-small-set {
    height: auto;
  }

  .held-h2-white-italic-center.fade-in-scroll {
    font-size: 32px;
    line-height: 40px;
  }

  .container-12 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hero-wrapper-2top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

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

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_contact20_content {
    grid-column-gap: 2rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_contact20_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .navlink-copy {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 14px;
  }

  .rl_layout250_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .rl_layout250_content {
    grid-column-gap: 2rem;
  }

  .rl-heading-style-h3 {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-copy {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-padding-global-space {
    height: auto;
  }

  .uui-padding-vertical-xhuge2, .uui-padding-vertical-xhuge3, .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_layout250_spacing-block-1-2 {
    padding-bottom: 4.5rem;
  }

  .rl_layout250_content-2 {
    grid-column-gap: 2rem;
  }

  .rl-heading-style-h3-2 {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-whi {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-page-padding-2 {
    height: auto;
  }

  .uui-layout46_component {
    grid-column-gap: 2rem;
  }

  .uui-padding-vertical-xhuge-2, .uui-padding-vertical-xhuge-copy, .uui-padding-vertical-xhuge-2c, .uui-padding-vertical-xhuge-2-copy, .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header-opening.fade-in-on-load {
    font-size: 50px;
  }

  .header-opening.fade-in-scroll {
    font-size: 70px;
  }

  .uui-padding-vertical-xhuge-whi-copy {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 4.5rem;
  }

  .uui-footer08_form-block {
    min-width: auto;
  }

  .uui-footer08_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xlarge-2 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .rl_footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-medium-2 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .rl_footer3_spacing-block-4 {
    padding-bottom: 4.5rem;
  }

  .rl-padding-global-4 {
    height: auto;
  }

  .rl-padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl_faq1_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .rl_faq1_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

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

  .rl-heading-style-h2-3 {
    font-size: 2.75rem;
  }

  .rl_layout1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .hero-heading-book {
    height: auto;
  }

  .scene-oreder {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fade-in-scroll.held-heading-42 {
    font-size: 32px;
    line-height: 30px;
  }

  .held-h4-montserrat, .held-h4-montserrat.fade-in-on-load, .held-h4-montserrat.fade-in-scroll {
    font-size: 15px;
  }

  .container-117 {
    max-width: 728px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .held-slider {
    height: auto;
  }

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

  .efi-tsm-03-slider {
    margin-bottom: 20px;
  }

  .tsm-03-testimonial {
    margin-bottom: 40px;
  }

  .image-12.fade-in-scroll {
    padding-bottom: 20px;
  }

  .italic-text-36 {
    font-size: 28px;
  }

  .diptych-slider {
    height: auto;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .heading-20.fade-in-scroll {
    font-size: 40px;
  }

  .hero-without-image-4, .hero-without-image-55, .held-slider-copy, .held-slider-7, .hero-without-image-black {
    height: auto;
  }

  .flicker-line {
    font-size: 24px;
    line-height: 20px;
  }

  .rl-padding-section-large-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h2-4 {
    font-size: 2.75rem;
  }

  .rl_layout192_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .held-h2-white-italic-center-2.fade-in-scroll {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-20b.fade-in-scroll {
    font-size: 40px;
  }

  .uui-space-xxlarge-wh {
    min-height: 4.5rem;
  }

  .header-opening2.fade-in-on-load {
    font-size: 50px;
  }

  .header-opening2.fade-in-scroll {
    font-size: 70px;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 15px;
  }

  .section {
    padding: 40px 25px 32px;
  }

  .button {
    height: auto;
  }

  .button.underline {
    margin-left: 0;
    margin-right: 0;
  }

  .button.clear.small {
    width: auto;
  }

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    width: 48px;
    height: 48px;
  }

  .spacer._128 {
    width: 80px;
    height: 80px;
  }

  .spacer._80 {
    width: 64px;
    height: 64px;
  }

  .spacer._96 {
    width: 72px;
    height: 72px;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  ._12-columns.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  ._12-columns.mob-swap {
    flex-direction: column-reverse;
  }

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

  .column.desk-6, .column.desk-6.tab-8, .column.desk-5, .column.desk-5.tab-6, .column.desk-4.tab-4, .column.desk-4.tab-6, .column.desk-4.tab-5, .column.desk-9.tab-9, .column.desk-3.tab-3, .column.desk-3.tab-4 {
    width: 100%;
  }

  .column.desk-2.tab-2 {
    width: 50%;
  }

  .column.desk-7.tab-7, .column.desk-8.tab-8, .column.desk-8.tab-10 {
    width: 100%;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
    display: flex;
  }

  .footer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .banner-section {
    display: none;
  }

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

  .nav-dropdown {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }

  .nav-dropdown:hover {
    transform: none;
  }

  .paragraph {
    font-size: 15px;
  }

  .ds-menu-brand.w--current {
    margin-top: 14px;
  }

  .ds-menu {
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .ds-content {
    margin-left: 0;
  }

  .ds-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .tab-link {
    border-bottom-width: 0;
    width: auto;
  }

  .tab-link.w--current {
    background-color: var(--gold);
    color: var(--white);
    font-weight: 500;
  }

  .nav-container {
    height: 60px;
    position: static;
  }

  .field-block {
    min-height: auto;
  }

  .footer-container {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ds-colour-block {
    width: 25%;
  }

  ._2-grid, ._1-2-grid, ._1-2-5-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  ._3-grid, .grid {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .grid.desk-4.tab-4, .grid.desk-4.tab-3.mob-2, .grid.desk-3.tab-3 {
    grid-template-columns: 1fr 1fr;
  }

  .grid.desk-3.tab-2.mob-1 {
    grid-template-columns: 1fr;
  }

  ._2-5-1-grid, ._2-1-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

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

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

  .heading.hero {
    font-size: 55px;
  }

  .heading.hero.xeno {
    font-size: 60px;
  }

  .heading.hero.txt-noone, .heading.hero.walt {
    font-size: 40px;
  }

  .licenses-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .cart-quantity {
    display: none;
  }

  .nav-menu {
    background-color: #999;
    flex-direction: column;
    height: 100vh;
    padding-top: 80px;
    position: absolute;
    inset: 0%;
  }

  .nav-menu.dark {
    background-color: #000;
  }

  .centred-logo-container {
    display: none;
  }

  .navlink {
    border-bottom-color: var(--black);
    color: #fff;
    margin-left: 24px;
    margin-right: 24px;
    padding: 20px 12px;
    font-size: 20px;
    font-style: normal;
    line-height: 1.4em;
    display: block;
  }

  .navlink:hover {
    opacity: 1;
  }

  .navlink.white {
    border: 1px #000;
    font-style: normal;
  }

  .menu-button {
    margin-right: 4px;
    padding: 10px;
  }

  .menu-logo {
    z-index: 2;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .menu-logo.w--current {
    position: relative;
  }

  .menu-logo.simple {
    left: -22px;
  }

  .cart-icon {
    display: block;
  }

  .cart-text {
    display: none;
  }

  .nav-dropdown-wrapper {
    border-bottom: 1px solid var(--black);
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }

  .nav-dropdown-wrapper.white {
    border-bottom-color: var(--white);
  }

  .navdropdown {
    background-color: #0000;
    justify-content: space-between;
    padding: 20px 12px;
    font-size: 20px;
    font-style: italic;
    line-height: 1.4em;
    display: flex;
  }

  .navdropdown:hover {
    transform: none;
  }

  .dropdown-toggle-text {
    display: inline-block;
  }

  .dropdown-arrow {
    margin-left: 6px;
    margin-right: 0;
    display: inline-block;
    position: relative;
  }

  .dropdown-list {
    text-align: center;
    background-color: #0000;
    padding-bottom: 12px;
    padding-left: 12px;
  }

  .dropdown-list.w--open {
    background-color: #0000;
    padding: 0 0 12px 12px;
    display: none;
  }

  .dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    font-style: italic;
  }

  .dropdown-link.mobile-white {
    color: var(--white);
  }

  .navbar-dark {
    padding-left: 20px;
    padding-right: 20px;
  }

  .email-input {
    width: 100%;
    margin-right: 0;
  }

  .arrow-button {
    width: 100%;
  }

  .nav-reveal {
    z-index: 0;
  }

  .cart-bracket {
    display: none;
  }

  .footer-logo {
    z-index: 2;
    margin-bottom: 40px;
  }

  .footer-logo.w--current {
    position: relative;
  }

  .search-button {
    background-size: 20px;
    height: 20px;
    margin-left: -32px;
  }

  .search-bar {
    flex-direction: column;
    margin-left: 24px;
    margin-right: 25px;
  }

  .search-input {
    width: 100%;
    max-width: none;
    height: auto;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 12px;
    font-size: 20px;
  }

  .hidden-search {
    width: 100%;
    margin-right: 0;
    display: none;
  }

  .nav-search-text {
    border-bottom-color: var(--black);
    color: #fff;
    text-align: left;
    width: 100%;
    margin-left: 24px;
    margin-right: 24px;
    padding: 20px 12px;
    font-size: 20px;
    font-style: normal;
    line-height: 1.4em;
    display: block;
  }

  .nav-search-text:hover {
    opacity: 1;
  }

  .nav-search-text.white {
    border-bottom-color: var(--white);
    font-style: normal;
  }

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

  .quantity {
    display: block;
  }

  .image-banner {
    height: 250px;
  }

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

  .product-tag {
    display: none;
  }

  .contact-div {
    border-style: none;
    margin-top: 0;
    padding: 0;
  }

  .held-hero-opening {
    padding: 40px 25px 0;
  }

  .held-hero-opening.h-im.ss-1, .held-hero-opening.h-im.ss-2, .held-hero-opening.h-im.ss-3, .held-hero-opening.h-im.ss-4, .held-hero-opening.h-im.ss-5, .held-hero-opening.h-im.ss-6, .held-hero-opening.h-im.ss-7, .held-hero-opening.h-blk-txt {
    height: 1000px;
  }

  .navbar-white {
    background-image: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-left-marg {
    font-size: 14px;
  }

  .contact-form, .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .container-4 {
    margin-top: -688px;
  }

  .xenoo {
    font-size: 64px;
  }

  .walt {
    font-size: 40px;
  }

  .main-content {
    padding: 40px 20px;
  }

  .paragraph-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .block-quote {
    font-size: 14px;
  }

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

  .hero-section2 {
    padding: 40px 25px 0;
  }

  .hero-section2.h-im.ss-1, .hero-section2.h-im.ss-2, .hero-section2.h-im.ss-3, .hero-section2.h-im.ss-4, .hero-section2.h-im.ss-5, .hero-section2.h-im.ss-6, .hero-section2.h-im.ss-7, .hero-section2.h-blk-txt {
    height: 1000px;
  }

  .heading2 {
    font-size: 64px;
  }

  .hero-section3 {
    padding: 40px 25px 0;
  }

  .hero-section3.h-im.ss-1, .hero-section3.h-im.ss-2, .hero-section3.h-im.ss-3, .hero-section3.h-im.ss-4, .hero-section3.h-im.ss-5, .hero-section3.h-im.ss-6, .hero-section3.h-im.ss-7, .hero-section3.h-blk-txt {
    height: 1000px;
  }

  .hero-section4 {
    padding: 40px 25px 0;
  }

  .hero-section4.h-im.ss-1, .hero-section4.h-im.ss-2, .hero-section4.h-im.ss-3, .hero-section4.h-im.ss-4, .hero-section4.h-im.ss-5, .hero-section4.h-im.ss-6, .hero-section4.h-im.ss-7, .hero-section4.h-blk-txt {
    height: 1000px;
  }

  .hero-heading-left, .hero-heading-right {
    padding: 60px 15px;
  }

  .testimonial-slider-large {
    height: auto;
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero-section-2 {
    padding: 40px 25px 0;
  }

  .hero-section-2.h-im.ss-1, .hero-section-2.h-im.ss-2, .hero-section-2.h-im.ss-3, .hero-section-2.h-im.ss-4, .hero-section-2.h-im.ss-5, .hero-section-2.h-im.ss-6, .hero-section-2.h-im.ss-7, .hero-section-2.h-blk-txt {
    height: 1000px;
  }

  .hero-section5 {
    padding: 40px 25px 0;
  }

  .hero-section5.h-im.ss-1, .hero-section5.h-im.ss-2, .hero-section5.h-im.ss-3, .hero-section5.h-im.ss-4, .hero-section5.h-im.ss-5, .hero-section5.h-im.ss-6, .hero-section5.h-im.ss-7, .hero-section5.h-blk-txt {
    height: 1000px;
  }

  .hero-without-image {
    height: auto;
    padding: 60px 15px;
  }

  .hero-heading-right-2, .hero-small-set {
    padding: 60px 15px;
  }

  .hero-section-held {
    padding: 40px 25px 0;
  }

  .hero-section-held.h-im.ss-1, .hero-section-held.h-im.ss-2, .hero-section-held.h-im.ss-3, .hero-section-held.h-im.ss-4, .hero-section-held.h-im.ss-5, .hero-section-held.h-im.ss-6, .hero-section-held.h-im.ss-7, .hero-section-held.h-blk-txt {
    height: 1000px;
  }

  .hero-small-grey {
    padding: 60px 15px;
  }

  .hero-section-archive {
    padding: 40px 25px 0;
  }

  .hero-section-archive.h-im.ss-1, .hero-section-archive.h-im.ss-2, .hero-section-archive.h-im.ss-3, .hero-section-archive.h-im.ss-4, .hero-section-archive.h-im.ss-5, .hero-section-archive.h-im.ss-6, .hero-section-archive.h-im.ss-7, .hero-section-archive.h-blk-txt {
    height: 1000px;
  }

  .hero-without-image-2 {
    padding: 80px 15px 60px;
  }

  .held-h2-white-italic-center.fade-in-scroll {
    font-size: 28px;
  }

  .hero-heading-right-3 {
    padding: 60px 15px;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-blogsection06_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blogsection06_component {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-blogsection06_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection06_image-link:hover {
    box-shadow: none;
  }

  .uui-blogsection06_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogsection06_meta-wrapper {
    font-size: .75rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-without-image-space {
    padding: 60px 15px;
  }

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

  .rl_contact20_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_contact20_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_contact20_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_contact20_spacing-block-5 {
    padding-bottom: .75rem;
  }

  .rl_contact20_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_contact20_spacing-block-6, .rl_contact20_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .navlink-copy {
    border-bottom-color: var(--black);
    color: #fff;
    margin-left: 24px;
    margin-right: 24px;
    padding: 20px 12px;
    font-size: 20px;
    font-style: normal;
    line-height: 1.4em;
    display: block;
  }

  .navlink-copy:hover {
    opacity: 1;
  }

  .navlink-copy.white {
    border: 1px #000;
    font-style: normal;
  }

  .rl_layout250_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl_layout250_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout250_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

  .rl_layout250_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout250_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h3 {
    font-size: 2rem;
  }

  .uui-text-size-large-space-bel {
    font-size: 1rem;
  }

  .uui-padding-vertical-xhuge-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-without-image-scenes {
    padding: 60px 15px;
  }

  .uui-heading-medium-copy {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge2, .uui-padding-vertical-xhuge3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .three {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_layout250_spacing-block-1-2 {
    padding-bottom: 3rem;
  }

  .rl-heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .rl_layout250_spacing-block-4-2 {
    padding-bottom: 1.5rem;
  }

  .rl_layout250_spacing-block-3-2 {
    padding-bottom: 1.25rem;
  }

  .rl_layout250_content-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout250_spacing-block-2-2 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h3-2 {
    font-size: 2rem;
  }

  .hero-without-image-space-2 {
    padding: 60px 15px;
  }

  .uui-padding-vertical-xhuge-whi {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-text-size-large-space-bel-copy, .uui-text-size-large-space-bel-spc2 {
    font-size: 1rem;
  }

  .uui-page-padding-2 {
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-xsmall-2 {
    font-size: 1.25rem;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-layout46_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-padding-vertical-xhuge-2, .uui-padding-vertical-xhuge-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-xsmall-copy {
    font-size: 1.25rem;
  }

  .hero-heading-right-3b {
    padding: 60px 15px;
  }

  .uui-text-size-large-2b {
    font-size: 1rem;
  }

  .hero-small-white2 {
    padding: 60px 15px;
  }

  .uui-padding-vertical-xhuge-2c, .uui-padding-vertical-xhuge-2-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2d {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-cta10_form {
    margin-top: 2rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2e {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-opening.fade-in-on-load {
    font-size: 34px;
  }

  .header-opening.fade-in-scroll {
    font-size: 60px;
  }

  .uui-padding-vertical-xhuge-whi-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-text-size-large-space-bel-spc2-copy {
    font-size: 1rem;
  }

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

  .rl_footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block2 {
    padding-bottom: 1.5rem;
  }

  .rl_footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 3rem;
  }

  .rl_footer4_credit-text {
    margin-top: 1rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-footer08_link-list {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-items: start;
    width: 100%;
  }

  .uui-footer08_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer08_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-footer08_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer08_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .uui-footer08_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-footer01_social-link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 3rem;
  }

  .uui-footer01_logo-link {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .uui-footer01_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-footer01_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer01_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer01_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .uui-footer01_form-block {
    margin-top: 1.5rem;
  }

  .uui-footer01_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-styleguide_logomark-bg-2 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-padding-vertical-xlarge-2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .rl_footer3_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .rl_footer3_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

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

  .rl_footer3_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_spacing-block-4 {
    padding-bottom: 3rem;
  }

  .rl_footer3_credit-text {
    margin-top: 2rem;
  }

  .rl_footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .rl_footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .hero-section333 {
    padding: 40px 25px 0;
  }

  .hero-section333.h-im.ss-1, .hero-section333.h-im.ss-2, .hero-section333.h-im.ss-3, .hero-section333.h-im.ss-4, .hero-section333.h-im.ss-5, .hero-section333.h-im.ss-6, .hero-section333.h-im.ss-7, .hero-section333.h-blk-txt {
    height: 1000px;
  }

  .hero-section344 {
    padding: 40px 25px 0;
  }

  .hero-section344.h-im.ss-1, .hero-section344.h-im.ss-2, .hero-section344.h-im.ss-3, .hero-section344.h-im.ss-4, .hero-section344.h-im.ss-5, .hero-section344.h-im.ss-6, .hero-section344.h-im.ss-7, .hero-section344.h-blk-txt {
    height: 1000px;
  }

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

  .rl_faq1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl_faq1_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_faq1_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl_faq1_question-text {
    font-size: 1rem;
  }

  .rl_faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl-heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_faq1_spacing-block-4 {
    padding-bottom: .75rem;
  }

  .rl_faq1_icon-wrapper {
    width: 1.75rem;
  }

  .rl_faq1_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_faq1_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq1_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

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

  .rl-heading-style-h2-3 {
    font-size: 2.25rem;
  }

  .rl_layout1_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .held-paragraph-black-italic {
    font-size: 1rem;
  }

  .rl_layout1_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout1_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .hero-heading-book {
    padding: 60px 15px;
  }

  .scene-oreder {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-section-written {
    padding: 40px 25px 0;
  }

  .hero-section-written.h-im.ss-1, .hero-section-written.h-im.ss-2, .hero-section-written.h-im.ss-3, .hero-section-written.h-im.ss-4, .hero-section-written.h-im.ss-5, .hero-section-written.h-im.ss-6, .hero-section-written.h-im.ss-7, .hero-section-written.h-blk-txt {
    height: 1000px;
  }

  .hero-section-echoes {
    padding: 40px 25px 0;
  }

  .hero-section-echoes.h-im.ss-1, .hero-section-echoes.h-im.ss-2, .hero-section-echoes.h-im.ss-3, .hero-section-echoes.h-im.ss-4, .hero-section-echoes.h-im.ss-5, .hero-section-echoes.h-im.ss-6, .hero-section-echoes.h-im.ss-7, .hero-section-echoes.h-blk-txt {
    height: 1000px;
  }

  .fade-in-scroll.held-heading-42 {
    font-size: 28px;
    line-height: 40px;
  }

  .held-h2-white.fade-in-scroll {
    font-size: 24px;
  }

  .hero-heading-book-copy {
    padding: 60px 15px;
  }

  .hero-section-end {
    padding: 40px 25px 0;
  }

  .hero-section-end.h-im.ss-1, .hero-section-end.h-im.ss-2, .hero-section-end.h-im.ss-3, .hero-section-end.h-im.ss-4, .hero-section-end.h-im.ss-5, .hero-section-end.h-im.ss-6, .hero-section-end.h-im.ss-7, .hero-section-end.h-blk-txt {
    height: 1000px;
  }

  .menu-text {
    color: #fff;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
  }

  .hero-heading-right-3c {
    padding: 60px 15px;
  }

  .hero-section-home {
    padding: 40px 25px 0;
  }

  .hero-section-home.h-im.ss-1, .hero-section-home.h-im.ss-2, .hero-section-home.h-im.ss-3, .hero-section-home.h-im.ss-4, .hero-section-home.h-im.ss-5, .hero-section-home.h-im.ss-6, .hero-section-home.h-im.ss-7, .hero-section-home.h-blk-txt {
    height: 1000px;
  }

  .hero-without-image-small, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .image-slider {
    padding: 60px 15px;
  }

  .italic-text-38 {
    font-size: 28px;
  }

  .uui-page-padding-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-logos01_wrapper {
    padding: .5rem 1rem;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .hero-section-burn {
    padding: 40px 25px 0;
  }

  .hero-section-burn.h-im.ss-1, .hero-section-burn.h-im.ss-2, .hero-section-burn.h-im.ss-3, .hero-section-burn.h-im.ss-4, .hero-section-burn.h-im.ss-5, .hero-section-burn.h-im.ss-6, .hero-section-burn.h-im.ss-7, .hero-section-burn.h-blk-txt {
    height: 1000px;
  }

  .hero-section-burn2 {
    padding: 40px 25px 0;
  }

  .hero-section-burn2.h-im.ss-1, .hero-section-burn2.h-im.ss-2, .hero-section-burn2.h-im.ss-3, .hero-section-burn2.h-im.ss-4, .hero-section-burn2.h-im.ss-5, .hero-section-burn2.h-im.ss-6, .hero-section-burn2.h-im.ss-7, .hero-section-burn2.h-blk-txt {
    height: 1000px;
  }

  .hero-section-interface {
    padding: 40px 25px 0;
  }

  .hero-section-interface.h-im.ss-1, .hero-section-interface.h-im.ss-2, .hero-section-interface.h-im.ss-3, .hero-section-interface.h-im.ss-4, .hero-section-interface.h-im.ss-5, .hero-section-interface.h-im.ss-6, .hero-section-interface.h-im.ss-7, .hero-section-interface.h-blk-txt {
    height: 1000px;
  }

  .interface-opening {
    padding: 40px 25px 0;
  }

  .interface-opening.h-im.ss-1, .interface-opening.h-im.ss-2, .interface-opening.h-im.ss-3, .interface-opening.h-im.ss-4, .interface-opening.h-im.ss-5, .interface-opening.h-im.ss-6, .interface-opening.h-im.ss-7, .interface-opening.h-blk-txt {
    height: 1000px;
  }

  .hero-section-sayuri {
    padding: 40px 25px 0;
  }

  .hero-section-sayuri.h-im.ss-1, .hero-section-sayuri.h-im.ss-2, .hero-section-sayuri.h-im.ss-3, .hero-section-sayuri.h-im.ss-4, .hero-section-sayuri.h-im.ss-5, .hero-section-sayuri.h-im.ss-6, .hero-section-sayuri.h-im.ss-7, .hero-section-sayuri.h-blk-txt {
    height: 1000px;
  }

  .ava-hero-opening {
    padding: 40px 25px 0;
  }

  .ava-hero-opening.h-im.ss-1, .ava-hero-opening.h-im.ss-2, .ava-hero-opening.h-im.ss-3, .ava-hero-opening.h-im.ss-4, .ava-hero-opening.h-im.ss-5, .ava-hero-opening.h-im.ss-6, .ava-hero-opening.h-im.ss-7, .ava-hero-opening.h-blk-txt {
    height: 1000px;
  }

  .hero-section-ava2 {
    padding: 40px 25px 0;
  }

  .hero-section-ava2.h-im.ss-1, .hero-section-ava2.h-im.ss-2, .hero-section-ava2.h-im.ss-3, .hero-section-ava2.h-im.ss-4, .hero-section-ava2.h-im.ss-5, .hero-section-ava2.h-im.ss-6, .hero-section-ava2.h-im.ss-7, .hero-section-ava2.h-blk-txt {
    height: 1000px;
  }

  .hero-section-ava {
    padding: 40px 25px 0;
  }

  .hero-section-ava.h-im.ss-1, .hero-section-ava.h-im.ss-2, .hero-section-ava.h-im.ss-3, .hero-section-ava.h-im.ss-4, .hero-section-ava.h-im.ss-5, .hero-section-ava.h-im.ss-6, .hero-section-ava.h-im.ss-7, .hero-section-ava.h-blk-txt {
    height: 1000px;
  }

  .hero-without-image-ava, .hero-small-sun, .hero-without-image-2-sun {
    padding: 60px 15px;
  }

  .hero-section-end2 {
    padding: 40px 25px 0;
  }

  .hero-section-end2.h-im.ss-1, .hero-section-end2.h-im.ss-2, .hero-section-end2.h-im.ss-3, .hero-section-end2.h-im.ss-4, .hero-section-end2.h-im.ss-5, .hero-section-end2.h-im.ss-6, .hero-section-end2.h-im.ss-7, .hero-section-end2.h-blk-txt {
    height: 1000px;
  }

  .hero-section-burn-copy {
    padding: 40px 25px 0;
  }

  .hero-section-burn-copy.h-im.ss-1, .hero-section-burn-copy.h-im.ss-2, .hero-section-burn-copy.h-im.ss-3, .hero-section-burn-copy.h-im.ss-4, .hero-section-burn-copy.h-im.ss-5, .hero-section-burn-copy.h-im.ss-6, .hero-section-burn-copy.h-im.ss-7, .hero-section-burn-copy.h-blk-txt {
    height: 1000px;
  }

  .heading-20.fade-in-scroll {
    font-size: 24px;
  }

  .hero-section-end-3 {
    padding: 40px 25px 0;
  }

  .hero-section-end-3.h-im.ss-1, .hero-section-end-3.h-im.ss-2, .hero-section-end-3.h-im.ss-3, .hero-section-end-3.h-im.ss-4, .hero-section-end-3.h-im.ss-5, .hero-section-end-3.h-im.ss-6, .hero-section-end-3.h-im.ss-7, .hero-section-end-3.h-blk-txt {
    height: 1000px;
  }

  .hero-without-image-4 {
    height: auto;
    padding: 60px 15px;
  }

  .uui-page-padding-55 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-section-landing {
    padding: 40px 25px 0;
  }

  .hero-section-landing.h-im.ss-1, .hero-section-landing.h-im.ss-2, .hero-section-landing.h-im.ss-3, .hero-section-landing.h-im.ss-4, .hero-section-landing.h-im.ss-5, .hero-section-landing.h-im.ss-6, .hero-section-landing.h-im.ss-7, .hero-section-landing.h-blk-txt {
    height: 1000px;
  }

  .hero-without-image-55 {
    height: auto;
    padding: 60px 15px;
  }

  .bold-text-21.fade-in-scroll {
    font-size: 15px;
  }

  .container-119 {
    line-height: 30px;
  }

  .hero-without-image-black {
    height: auto;
    padding: 60px 15px;
  }

  .hero-section6 {
    padding: 40px 25px 0;
  }

  .hero-section6.h-im.ss-1, .hero-section6.h-im.ss-2, .hero-section6.h-im.ss-3, .hero-section6.h-im.ss-4, .hero-section6.h-im.ss-5, .hero-section6.h-im.ss-6, .hero-section6.h-im.ss-7, .hero-section6.h-blk-txt {
    height: 1000px;
  }

  .sayuri-opening {
    padding: 40px 25px 0;
  }

  .sayuri-opening.h-im.ss-1, .sayuri-opening.h-im.ss-2, .sayuri-opening.h-im.ss-3, .sayuri-opening.h-im.ss-4, .sayuri-opening.h-im.ss-5, .sayuri-opening.h-im.ss-6, .sayuri-opening.h-im.ss-7, .sayuri-opening.h-blk-txt {
    height: 1000px;
  }

  .sayuri-text {
    padding: 60px 15px;
  }

  .rl-padding-section-large-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl-heading-style-h2-4 {
    font-size: 2.25rem;
  }

  .rl_layout192_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout192_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-text-style-medium-3 {
    font-size: 1rem;
  }

  .rl_layout192_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_layout192_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .uui-page-padding-5-copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .held-h2-white-italic-center-2.fade-in-scroll {
    font-size: 28px;
  }

  .uui-page-padding-5b {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-20b.fade-in-scroll {
    font-size: 24px;
  }

  .uui-space-xxlarge-wh {
    min-height: 3rem;
  }

  .header-opening2.fade-in-on-load {
    font-size: 34px;
  }

  .header-opening2.fade-in-scroll {
    font-size: 60px;
  }

  ._42-m15, ._42-m15.fade-in-scroll {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 24px;
  }

  .hero-section-end3 {
    padding: 40px 25px 0;
  }

  .hero-section-end3.h-im.ss-1, .hero-section-end3.h-im.ss-2, .hero-section-end3.h-im.ss-3, .hero-section-end3.h-im.ss-4, .hero-section-end3.h-im.ss-5, .hero-section-end3.h-im.ss-6, .hero-section-end3.h-im.ss-7, .hero-section-end3.h-blk-txt {
    height: 1000px;
  }

  .hero-small-alt-col1 {
    padding: 60px 15px;
  }
}

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

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

  ._12-columns.flex-horizontal {
    flex-direction: row;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-6 {
    align-items: flex-start;
    width: 100%;
  }

  .column.desk-5, .column.desk-3 {
    width: 100%;
  }

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

  .banner-section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-text {
    flex: 0 auto;
    width: 100%;
  }

  .paragraph.s {
    margin-bottom: 4px;
  }

  .paragraph.s.strike {
    margin-left: 0;
  }

  .paragraph.p-marg {
    font-size: 13px;
  }

  .paragraph.p-cent {
    padding-top: 20px;
  }

  .ds-menu-brand {
    margin-left: 20px;
  }

  .ds-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-input, .text-area {
    width: 100%;
  }

  .answer {
    padding-left: 0;
  }

  .plus-icon {
    margin-left: 16px;
  }

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

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

  .grid.desk-4.tab-3.mob-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading.hero, .heading.hero.xeno {
    font-size: 40px;
  }

  .heading.hero.txt-noone {
    font-size: 24px;
  }

  .heading.hero.walt {
    font-size: 26px;
  }

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

  .field-split {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .field-spacer {
    display: none;
  }

  .menu-button {
    flex: 0 auto;
    margin-right: 0;
  }

  .menu-logo.simple {
    left: -20px;
  }

  .dropdown-list.w--open {
    background-color: #f4f8fa;
  }

  .cart-container {
    min-width: auto;
  }

  .cart-header {
    padding-top: 20px;
  }

  .navbar-dark {
    padding-left: 12px;
    padding-right: 12px;
  }

  .email-input {
    width: 100%;
  }

  .subscribe-box {
    width: 86%;
  }

  .search-input {
    width: 100%;
  }

  .prices-div {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .held-hero-opening, .held-hero-opening.h-im {
    padding-left: 15px;
    padding-right: 15px;
  }

  .held-hero-opening.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .held-hero-opening.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .held-hero-opening.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .held-hero-opening.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .held-hero-opening.h-im.opening-header {
    background-image: url('../images/tumblr_a5d1eccf662db65e2e88d7c67cd552b0_a888078c_1280.jpg');
    background-position: 50%;
  }

  .navbar-white {
    padding-left: 12px;
    padding-right: 12px;
  }

  .navbar-white.fixed {
    display: block;
  }

  .b-space-up {
    margin-top: 20px;
  }

  .p-left-marg {
    font-size: 13px;
  }

  .c-marg {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-4 {
    font-size: 13px;
  }

  .error-state-2 {
    background-color: #c4c4c4;
  }

  .container-4 {
    margin-top: 0;
  }

  .xenoo {
    color: #fff;
    font-size: 40px;
  }

  .image-2 {
    max-width: 80%;
  }

  .walt {
    font-size: 24px;
  }

  .paragraph-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .paragraph-7 {
    font-size: 13px;
  }

  .hero-section2 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section2.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section2.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .hero-section2.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section2.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .heading2 {
    font-size: 40px;
  }

  .hero-section3 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section3.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section3.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .hero-section3.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section3.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .hero-section4 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section4.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section4.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .hero-section4.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section4.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .container-7 {
    max-width: none;
  }

  .button-primary {
    text-align: center;
    justify-content: center;
    width: 100%;
    display: inline-block;
  }

  .testimonial-slider-large {
    height: auto;
  }

  .container-8 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .hero-section-2 {
    background-image: linear-gradient(#0000, #0000), url('../images/o-ring-wrap-choker-black-835793_2000x.jpg.webp');
    background-position: 0 0, 50% 0;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-2.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section-2.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .hero-section-2.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section-2.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .hero-section5 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section5.h-im {
    height: 100vh;
    padding: 60px 15px;
  }

  .hero-section5.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section5.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .hero-section5.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section5.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .button-3 {
    width: 100%;
  }

  .hero-without-image {
    height: auto;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .container-page-hero {
    max-width: none;
    margin-top: 100px;
  }

  .button-primary-2 {
    width: 100%;
  }

  .container-10 {
    max-width: none;
  }

  .button-primary-3.fade-in-on-load {
    text-align: center;
    width: 100%;
  }

  .hero-small-set {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .hero-section-held {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-held.h-im {
    background-image: linear-gradient(#0000, #0000), url('../images/o-ring-wrap-choker-black-835793_2000x.jpg.webp');
    background-position: 0 0, 50% 100%;
  }

  .hero-section-held.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section-held.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .hero-section-held.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section-held.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .hero-small-grey {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .hero-section-archive {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-archive.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section-archive.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .hero-section-archive.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section-archive.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .held-h2-white-italic-center {
    letter-spacing: -.2px;
    font-size: 18px;
    line-height: 30px;
  }

  .held-h2-white-italic-center.fade-in-on-load {
    line-height: 40px;
  }

  .held-h2-white-italic-center.fade-in-scroll {
    font-size: 24px;
    line-height: 30px;
  }

  .bold-text-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .container-12 {
    max-width: none;
  }

  .heading-13top.fade-in-on-load, .heading-13top-copy {
    font-size: 24px;
  }

  .rl_contact20_content, .rl_layout250_content {
    grid-template-columns: 1fr;
  }

  .heading-13-copy-copy {
    font-size: 34px;
  }

  .rl-padding-global-space {
    height: auto;
  }

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

  .uui-page-padding-2 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .uui-heading-xsmall-2 {
    font-size: 16px;
  }

  .uui-button-row-2 {
    justify-content: center;
  }

  .italic-text-18 {
    font-size: 16px;
  }

  .text-small-set {
    font-size: 24px;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .heading-12-b {
    font-size: 15px;
  }

  .held-paragraph-white {
    letter-spacing: .2px;
    line-height: 24px;
  }

  .header-opening {
    font-size: 34px;
  }

  .header-opening.fade-in-on-load {
    font-size: 24px;
    line-height: 40px;
  }

  .header-opening.fade-in-scroll {
    font-size: 28px;
  }

  .header-opening.small {
    font-size: 15px;
    line-height: 28px;
  }

  .header-opening.small.fade-in-scroll {
    font-size: 21px;
    line-height: 35px;
  }

  .bold-text-9.fade-in-on-load {
    font-size: 24px;
  }

  .uui-footer08_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-footer08_top-wrapper, .uui-footer01_top-wrapper {
    grid-row-gap: 48px;
  }

  .uui-footer01_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-footer01_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-medium-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rl-padding-global-4 {
    height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rl_footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .hero-section333 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section333.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section333.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .hero-section333.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section333.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .hero-section344 {
    background-image: url('../images/offworld6b8.jpg');
    background-position: 50% 70%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section344.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section344.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .hero-section344.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section344.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .scenes {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-white-22 {
    letter-spacing: .2px;
    line-height: 24px;
  }

  .held-paragraph-white-italics {
    text-align: center;
    line-height: 22px;
  }

  .held-paragraph-black-italic {
    font-size: 15px;
    line-height: 22px;
  }

  .rl-text-style-subheading-2 {
    font-size: 1px;
    line-height: 22px;
  }

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

  .rl-padding-global-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .rl-container-large-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-heading-book {
    height: auto;
    padding-bottom: 80px;
  }

  .text-line-large {
    font-size: 18px;
    line-height: 34px;
  }

  .text-line-large.fade-in-scroll {
    font-size: 24px;
    line-height: 34px;
  }

  .text-line-large._2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-line-large._2._3 {
    font-size: 24px;
    line-height: 34px;
  }

  .text-line-large._24 {
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
  }

  .section-9 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .scene-oreder {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-section-written {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-written.h-im {
    background-image: linear-gradient(#0000, #0000), url('../images/desert1.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section-written.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section-written.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .hero-section-written.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section-written.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .hero-section-echoes {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-echoes.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section-echoes.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .hero-section-echoes.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section-echoes.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .fade-in-scroll.held-heading-42, .bold-text-18 {
    font-size: 24px;
  }

  .held-h1-white, .held-h1-white.fade-in-on-load {
    letter-spacing: -.3px;
    font-size: 28px;
    line-height: 36px;
  }

  .held-h2-white {
    font-size: 24px;
    line-height: 40px;
  }

  .held-h2-white.fade-in-on-load {
    letter-spacing: -.3px;
    font-size: 28px;
    line-height: 36px;
  }

  .held-h2-white.fade-in-scroll {
    font-size: 16px;
    line-height: 30px;
  }

  .held-h2black {
    letter-spacing: -.3px;
    font-size: 28px;
    line-height: 36px;
  }

  .held-h2-black-center {
    font-size: 24px;
    line-height: 32px;
  }

  .held-h2-italics {
    line-height: 24px;
  }

  .italic-text-34 {
    font-size: 15px;
    line-height: 22px;
  }

  .italic-text-35 {
    font-size: 15px;
  }

  .held-paragraph-white-center {
    letter-spacing: .2px;
    line-height: 24px;
  }

  .held-paragraph-black-center {
    margin-bottom: 60px;
  }

  .held-opening-garamond {
    font-size: 42px;
    line-height: 23px;
  }

  .held-opening-garamond.fade-in-on-load {
    font-size: 42px;
  }

  .hero-heading-book-white {
    height: auto;
    padding-bottom: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-section-end {
    background-image: linear-gradient(#0000, #0000), url('../images/o-ring-wrap-choker-black-835793_2000x.jpg.webp');
    background-position: 0 0, 50% 0;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-end.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section-end.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .hero-section-end.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section-end.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .section-about.short-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-section-home {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-home.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section-home.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .hero-section-home.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section-home.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .hero-without-image-small {
    height: 100%;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .container-117 {
    max-width: none;
  }

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .image-slider {
    height: auto;
  }

  .held-slider {
    height: auto;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .efi-tsm-03-slider {
    margin-bottom: 45px;
  }

  .image-12.fade-in-scroll {
    padding-bottom: 10px;
  }

  .italic-text-36 {
    font-size: 15px;
    line-height: 15px;
  }

  .diptych-slider {
    height: auto;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .button-em {
    width: 100%;
  }

  .button-em.fade-in-on-load {
    width: 180px;
  }

  .italic-text-38 {
    font-size: 24px;
  }

  .uui-container-large-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .uui-logos01_wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
  }

  .uui-logos01_component {
    flex-flow: column;
    justify-content: center;
    margin-top: 0;
  }

  .uui-space-xxlarge {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-section-burn {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-burn.h-im {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-section-burn.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section-burn.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .hero-section-burn.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section-burn.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .hero-section-burn.h-im._22 {
    background-image: linear-gradient(#05040f42, #05040f42), url('../images/offworldfoundatio51803edbe.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .hero-section-burn2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-section-burn2.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section-burn2.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .hero-section-burn2.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section-burn2.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .hero-section-interface {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-interface.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section-interface.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .hero-section-interface.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section-interface.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .interface-opening, .interface-opening.h-im {
    padding-left: 15px;
    padding-right: 15px;
  }

  .interface-opening.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .interface-opening.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .interface-opening.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .interface-opening.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .interface-opening.h-im.opening-header {
    background-image: url('../images/tumblr_a5d1eccf662db65e2e88d7c67cd552b0_a888078c_1280.jpg');
    background-position: 50%;
  }

  .hero-section-sayuri {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-sayuri.h-im {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-section-sayuri.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section-sayuri.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .hero-section-sayuri.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section-sayuri.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .image-18.fade-in-scroll {
    width: 150px;
  }

  .ava-hero-opening {
    height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .ava-hero-opening.h-im {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ava-hero-opening.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .ava-hero-opening.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .ava-hero-opening.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .ava-hero-opening.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .ava-hero-opening.h-im.opening-header {
    background-image: url('../images/tumblr_a5d1eccf662db65e2e88d7c67cd552b0_a888078c_1280.jpg');
    background-position: 50%;
  }

  .hero-section-ava2 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-ava2.h-im {
    background-image: linear-gradient(#0000, #0000), url('../images/o-ring-wrap-choker-black-835793_2000x.jpg.webp');
    background-position: 0 0, 50% 100%;
  }

  .hero-section-ava2.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section-ava2.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .hero-section-ava2.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section-ava2.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .hero-section-ava {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-section-ava.h-im {
    background-image: linear-gradient(#0000, #0000), url('../images/o-ring-wrap-choker-black-835793_2000x.jpg.webp');
    background-position: 0 0, 50% 100%;
  }

  .hero-section-ava.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section-ava.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .hero-section-ava.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section-ava.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .hero-small-sun {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .hero-section-sun1 {
    background-image: linear-gradient(to bottom, null, null), url('../images/offworldfoundation772c1b1.jpg');
    background-position: 0 0, 50%;
  }

  .italic-text-41.fade-in-scroll {
    font-size: 21px;
    line-height: 34px;
  }

  .hero-section-end2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/offworldfoundation5243.jpg');
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-section-end2.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section-end2.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .hero-section-end2.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section-end2.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .hero-section-burn-copy {
    background-image: linear-gradient(#0000005c, #0000005c), url('../images/offworldfoundation607e67c_3.jpg');
    background-position: 0 0, 40%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-burn-copy.h-im {
    background-image: linear-gradient(#0000, #0000), url('../images/o-ring-wrap-choker-black-835793_2000x.jpg.webp');
    background-position: 0 0, 50% 100%;
  }

  .hero-section-burn-copy.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section-burn-copy.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .hero-section-burn-copy.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section-burn-copy.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

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

  .heading-20.fade-in-scroll {
    font-size: 11px;
  }

  .hero-section-end-3 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-end-3.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section-end-3.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .hero-section-end-3.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section-end-3.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .hero-without-image-4 {
    height: auto;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .hero-section-landing {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-section-landing.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section-landing.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .hero-section-landing.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section-landing.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .theend {
    margin-bottom: 100px;
  }

  .hero-without-image-55 {
    height: auto;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .held-slider-copy {
    height: auto;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .bold-text-21.fade-in-scroll {
    font-size: 12px;
  }

  .held-slider-7 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .italic-text-44 {
    font-size: 18px;
    line-height: 24px;
  }

  .italic-text-44.fade-in-scroll {
    line-height: 40px;
  }

  .italic-text-45 {
    font-size: 14px;
  }

  .bold-text-22 {
    font-size: 24px;
  }

  .hero-without-image-black {
    height: auto;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .hero-section6 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section6.h-im {
    height: 100vh;
    padding: 60px 15px;
  }

  .hero-section6.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section6.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .hero-section6.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section6.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .quick-stack {
    height: auto;
  }

  .container-120 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 30px;
  }

  .flicker-line {
    font-size: 21px;
    line-height: 30px;
  }

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

  .header-speak {
    font-size: 21px;
  }

  .sayuri-opening, .sayuri-opening.h-im {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sayuri-opening.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .sayuri-opening.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .sayuri-opening.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .sayuri-opening.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .sayuri-opening.h-im.opening-header {
    background-image: url('../images/tumblr_a5d1eccf662db65e2e88d7c67cd552b0_a888078c_1280.jpg');
    background-position: 50%;
  }

  .sayuri-text {
    padding-top: 20px;
    padding-bottom: 100px;
  }

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

  .italic-text-ava.fade-in-on-load {
    font-size: 21px;
    line-height: 34px;
  }

  .held-h2-white-italic-center-2 {
    letter-spacing: -.2px;
    font-size: 24px;
    line-height: 32px;
  }

  .held-h2-white-italic-center-2.fade-in-on-load {
    line-height: 40px;
  }

  .held-h2-white-italic-center-2.fade-in-scroll {
    font-size: 24px;
    line-height: 40px;
  }

  .uui-page-padding-5b {
    background-image: linear-gradient(#00000045, #00000045), url('../images/offworldfoundation607e67c_3.jpg');
    background-position: 0 0, 40%;
    flex-flow: column;
  }

  .heading-20b.fade-in-scroll {
    margin-bottom: 0;
    font-size: 11px;
  }

  .uui-space-xxlarge-wh {
    min-height: auto;
    padding-bottom: 10px;
  }

  .button-primary-copy {
    text-align: center;
    justify-content: center;
    width: 100%;
    display: inline-block;
  }

  .header-opening2 {
    font-size: 34px;
  }

  .header-opening2.fade-in-on-load {
    font-size: 24px;
    line-height: 40px;
  }

  .header-opening2.fade-in-scroll {
    font-size: 28px;
  }

  .header-opening2.small.fade-in-scroll {
    font-size: 21px;
    line-height: 35px;
  }

  .container-123 {
    display: flex;
  }

  .container-124 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-23 {
    line-height: 1.25px;
  }

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

  ._42-m15 {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 24px;
  }

  ._42-m15.fade-in-on-load, ._42-m15.fade-in-scroll {
    font-family: Montserrat, sans-serif;
    line-height: 24px;
  }

  .hero-section-end3 {
    background-image: linear-gradient(to bottom, null, null), url('../images/offworldfoundation5243.jpg');
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-section-end3.h-im.ss-1 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.23.53-min.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section-end3.h-im.ss-2 {
    background-image: url('../images/Screenshot-2021-11-15-at-00.25.05-min.png');
    background-position: 50%;
  }

  .hero-section-end3.h-im.ss-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2022-01-10-at-15.27.47_res-20.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section-end3.h-im.ss-8 {
    background-image: url('../images/Screenshot-2022-01-10-at-15.29.36_res-24.jpg');
    background-position: 100%;
  }

  .hero-small-alt-col1 {
    padding-top: 20px;
    padding-bottom: 100px;
  }
}

#w-node-dd84625a-f60c-09c1-0776-f86e27ade1a4-13be31d5, #w-node-_0977fe6f-6f96-e5cc-e1fd-417db0229c1c-13be31d5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c04b3693-567c-806f-0926-1d3d7ab5cefa-13be31d5, #w-node-c04b3693-567c-806f-0926-1d3d7ab5cefc-13be31d5, #w-node-c04b3693-567c-806f-0926-1d3d7ab5cf27-13be31d5, #w-node-c04b3693-567c-806f-0926-1d3d7ab5cf29-13be31d5, #w-node-_3fdf1ece-42d6-9fd7-5ad1-8be29061adbb-13be31d5, #w-node-_3fdf1ece-42d6-9fd7-5ad1-8be29061adbd-13be31d5, #w-node-_3fdf1ece-42d6-9fd7-5ad1-8be29061adeb-13be31d5, #w-node-_3fdf1ece-42d6-9fd7-5ad1-8be29061aded-13be31d5, #w-node-_8b9d27ce-a669-30cf-6b92-06d70194241b-019423eb, #w-node-_8b9d27ce-a669-30cf-6b92-06d70194241d-019423eb, #w-node-b9971900-6116-91f9-64e4-f504c212464f-13be31e5, #w-node-b9971900-6116-91f9-64e4-f504c2124651-13be31e5, #w-node-b9971900-6116-91f9-64e4-f504c212467a-13be31e5, #w-node-b9971900-6116-91f9-64e4-f504c212467c-13be31e5, #w-node-_59d56b6b-1c21-479d-7ce6-180704f0acaa-04f0aca4, #w-node-_59d56b6b-1c21-479d-7ce6-180704f0acac-04f0aca4, #w-node-_59d56b6b-1c21-479d-7ce6-180704f0ace3-04f0aca4, #w-node-_59d56b6b-1c21-479d-7ce6-180704f0ace5-04f0aca4, #w-node-f4892a5c-665f-54a6-73a1-d6235e594de0-5e594dda, #w-node-f4892a5c-665f-54a6-73a1-d6235e594de2-5e594dda, #w-node-f4892a5c-665f-54a6-73a1-d6235e594e0e-5e594dda, #w-node-f4892a5c-665f-54a6-73a1-d6235e594e10-5e594dda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ba3a774-e79b-8f2f-6264-c46d0e80ff16-ed9ccf03 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.75fr 1fr;
}

#w-node-b9971900-6116-91f9-64e4-f504c212464f-ed9ccf03, #w-node-b9971900-6116-91f9-64e4-f504c2124651-ed9ccf03, #w-node-b9971900-6116-91f9-64e4-f504c212467a-ed9ccf03, #w-node-b9971900-6116-91f9-64e4-f504c212467c-ed9ccf03, #w-node-b9971900-6116-91f9-64e4-f504c212464f-b3943d51, #w-node-b9971900-6116-91f9-64e4-f504c2124651-b3943d51, #w-node-b9971900-6116-91f9-64e4-f504c212467a-b3943d51, #w-node-b9971900-6116-91f9-64e4-f504c212467c-b3943d51, #w-node-_2ea07293-01f0-aa5c-bcf6-88ce96ebe82a-e944b341, #w-node-_2ea07293-01f0-aa5c-bcf6-88ce96ebe82c-e944b341, #w-node-_2ea07293-01f0-aa5c-bcf6-88ce96ebe856-e944b341, #w-node-_2ea07293-01f0-aa5c-bcf6-88ce96ebe858-e944b341, #w-node-cc352d59-db74-ceaf-cbc8-2c4d9d297a32-6ae52900, #w-node-cc352d59-db74-ceaf-cbc8-2c4d9d297a34-6ae52900, #w-node-cc352d59-db74-ceaf-cbc8-2c4d9d297a5d-6ae52900, #w-node-cc352d59-db74-ceaf-cbc8-2c4d9d297a5f-6ae52900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ba3a774-e79b-8f2f-6264-c46d0e80ff16-2cc880e3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.75fr 1fr;
}

#w-node-b9971900-6116-91f9-64e4-f504c212464f-2cc880e3, #w-node-b9971900-6116-91f9-64e4-f504c2124651-2cc880e3, #w-node-b9971900-6116-91f9-64e4-f504c212467a-2cc880e3, #w-node-b9971900-6116-91f9-64e4-f504c212467c-2cc880e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-dd84625a-f60c-09c1-0776-f86e27ade1a4-13be31d5, #w-node-_0977fe6f-6f96-e5cc-e1fd-417db0229c1c-13be31d5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2'), url('../fonts/Satoshi-LightItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'), url('../fonts/Satoshi-Medium.eot') format('embedded-opentype'), url('../fonts/Satoshi-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.eot') format('embedded-opentype'), url('../fonts/Satoshi-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-BoldItalic.woff') format('woff'), url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-VariableItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-Italic.eot') format('embedded-opentype'), url('../fonts/Satoshi-VariableItalic.woff') format('woff'), url('../fonts/Satoshi-Italic.woff') format('woff'), url('../fonts/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newwaltdisneyui 8yda';
  src: url('../fonts/NewWaltDisneyUi-8YdA.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Xxii ultimate metal';
  src: url('../fonts/XXII-Ultimate-Black-Metal.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Couture';
  src: url('../fonts/Couture.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}