:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}
html {
  font-size: 62.5%;
}
html,
body {
  height: 100%;
}
body {
  font-size: 1.5rem;
  -webkit-font-smoothing: subpixel-antialiased;
}
table {
  border: none !important;
  border-collapse: collapse;
}
table th,
table tr,
table td {
  border: none;
  padding: 0;
}
table tr {
  border-bottom: 1px solid $silver;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.2em;
  color: $baseColour;
}
img {
  display: block;
}
.hidden {
  display: none;
}
@-moz-keyframes hr {
  100% {
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@-webkit-keyframes hr {
  100% {
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@-o-keyframes hr {
  100% {
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@keyframes hr {
  100% {
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@-moz-keyframes min {
  100% {
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@-webkit-keyframes min {
  100% {
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@-o-keyframes min {
  100% {
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@keyframes min {
  100% {
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@-moz-keyframes loaderFade {
  0% {
    zoom: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
  100% {
    zoom: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes loaderFade {
  0% {
    zoom: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
  100% {
    zoom: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}
@-o-keyframes loaderFade {
  0% {
    zoom: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
  100% {
    zoom: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}
@keyframes loaderFade {
  0% {
    zoom: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
  100% {
    zoom: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}
@font-face {
  font-family: 'Circular';
  src: url("/fonts/Circular/CircularXXWeb-Regular.eot");
  src: url("/fonts/Circular/CircularXXWeb-Regular.eot?#iefix") format('embedded-opentype'), url("/fonts/Circular/CircularXXWeb-Regular.woff2") format('woff2'), url("/fonts/Circular/CircularXXWeb-Regular.woff") format('woff'), url("/fonts/Circular/CircularXXWeb-Regular.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Circular';
  src: url("/fonts/Circular/CircularXXWeb-Bold.eot");
  src: url("/fonts/Circular/CircularXXWeb-Bold.eot?#iefix") format('embedded-opentype'), url("/fonts/Circular/CircularXXWeb-Bold.woff2") format('woff2'), url("/fonts/Circular/CircularXXWeb-Bold.woff") format('woff'), url("/fonts/Circular/CircularXXWeb-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'CircularMono';
  src: url("/fonts/Circular/CircularXXMonoTrialWeb-Regular.eot");
  src: url("/fonts/Circular/CircularXXMonoTrialWeb-Regular.eot?#iefix") format('embedded-opentype'), url("/fonts/Circular/CircularXXMonoTrialWeb-Regular.woff2") format('woff2'), url("/fonts/Circular/CircularXXMonoTrialWeb-Regular.woff") format('woff'), url("/fonts/Circular/CircularXXMonoTrialWeb-Regular.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.glossaryHighlight {
  background-color: #ff0;
  color: #222;
}
a {
  color: var(--black);
}
#body {
  background-color: var(--black);
}
@media (min-width: 2001px) {
  #body {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  #body {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  #body {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  #body {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #body {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  #body {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media print {
  #body {
    font: 1.4rem/1.3 var(--font);
    letter-spacing: 0.03em;
    font-weight: 300;
  }
}
#html {
  overflow-x: hidden;
}
details summary::-webkit-details-marker {
  display: none;
}
/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
* {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  box-sizing: border-box;
  border-collapse: collapse;
  font-feature-settings: 'salt', 'ss05', 'ss08', 'liga';
}
.resize-animation-stopper * {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.version {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100000000000000000;
  font-size: 0.9rem;
  padding: 1px;
  color: #fff;
}
@media print {
  .version {
    display: none;
  }
}
/* Hide scrollbar for IE, Edge and Firefox */
#body {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
#html.touch *:hover {
  all: unset !important;
}
@media (max-width: 767px) {
}
.btn {
  cursor: pointer;
  background-color: rgba(0,0,0,0);
}
.btn:hover {
  background-color: #999;
}
.btn.active {
  background-color: #999;
}
.blue {
  color: #ff0 !important;
}
.inline {
  display: inline;
}
h1 {
  font-size: 5rem;
}
h2 {
  font-weight: 700 !important;
  font-weight: 700 !important;
}
@media (min-width: 2001px) {
  h2 {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  h2 {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  h2 {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  h2 {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  h2 {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  h2 {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  h2 {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media print {
  h2 {
    font: 1.4rem/1.3 var(--font);
    letter-spacing: 0.03em;
    font-weight: 300;
  }
}
h3 {
  font-weight: 700 !important;
  font-weight: 700 !important;
}
@media (min-width: 2001px) {
  h3 {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.04em;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  h3 {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.04em;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  h3 {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  h3 {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  h3 {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  h3 {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (max-width: 767px) {
  h3 {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
h4 {
  font-weight: 700 !important;
}
@media (min-width: 2001px) {
  h4 {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.04em;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  h4 {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.04em;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  h4 {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  h4 {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  h4 {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  h4 {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (max-width: 767px) {
  h4 {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
strong,
b {
  font-weight: 700;
}
i,
em {
  font-style: italic;
}
.label {
  display: flex;
  gap: 0.4rem;
}
.label .unit {
  display: flex;
}
.label .unit:after {
  content: ")";
  display: inline;
  padding-left: 0.4rem;
}
.label .unit:before {
  content: "(";
  display: inline;
  padding-right: 0.4rem;
}
.label .unit div {
  display: inline;
}
.upper:before {
  content: " – ";
}
.resize-animation-stopper * {
  animation: none !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.azt-helpers-Markdown-container a {
  text-decoration: underline !important;
  border-bottom-style: none !important;
  border-bottom-width: 0 !important;
  word-break: break-word !important;
  text-underline-offset: 0.2rem;
}
@media (max-width: 767px) {
  .azt-helpers-BrowserCheck-container {
    display: none !important;
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
@media (max-width: 1024px) {
  .App_container {
    --searchbar-height: 4.5rem;
    --pill-inner-padding: 0.8rem 1.2rem 0.61rem 1.2rem;
  }
}
.App_container .App_cookie {
  z-index: 100000;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Header_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: start;
  z-index: 1000;
  pointer-events: none;
  color: #fff;
}
@media (max-width: 1024px) {
  .Header_container {
    padding: 0.8rem 1.5rem;
    background-color: var(--black);
    border-bottom: solid #808080 1px;
  }
}
.Header_container .Header_logo {
  width: 12rem;
  pointer-events: all;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .Header_container .Header_logo {
    width: unset;
    height: 3rem;
  }
}
.Header_container .Header_logo,
.Header_container .Header_logoContainer,
.Header_container .Header_burger,
.Header_container .Header_button {
  -webkit-transition: 0.5s -webkit-filter linear;
  -moz-transition: 0.5s -moz-filter linear;
  -moz-transition: 0.5s filter linear;
  -ms-transition: 0.5s -ms-filter linear;
  -o-transition: 0.5s -o-filter linear;
  transition: 0.5s filter linear, 0.5s -webkit-filter linear;
  z-index: 10;
}
.Header_container .Header_invert {
  filter: invert();
}
@media (max-width: 1024px) {
  .Header_container .Header_invert {
    filter: unset;
  }
}
.Header_container .Header_closeIcon,
.Header_container .Header_burger {
  color: #fff;
  width: 2.5rem;
  height: 3rem;
  margin: 0;
}
.Header_container .Header_closeIcon div,
.Header_container .Header_burger div,
.Header_container .Header_closeIcon:after,
.Header_container .Header_burger:after,
.Header_container .Header_closeIcon.Header_burger:before,
.Header_container .Header_burger.Header_burger:before {
  height: 2.5px;
}
.Header_container .Header_closeIcon.Header_closeIcon:after,
.Header_container .Header_burger.Header_closeIcon:after {
  height: unset;
}
.Header_container .Header_closeIcon:hover div,
.Header_container .Header_burger:hover div,
.Header_container .Header_closeIcon:hover:after,
.Header_container .Header_burger:hover:after,
.Header_container .Header_closeIcon:hover:before,
.Header_container .Header_burger:hover:before {
  background-color: #d3d3d3;
}
.Header_container .Header_menuContainer {
  gap: 0.4rem;
}
.Header_container .Header_menuContainer button {
  margin: 0;
}
.Header_container .Header_menuContainer,
.Header_container .Header_accordion {
  user-select: none;
  pointer-events: all;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Header_container .Header_menuContainer .Header_menuPoint,
.Header_container .Header_accordion .Header_menuPoint {
  width: 0;
}
@media (max-width: 1024px) {
  .Header_container .Header_menuContainer .Header_menuPoint,
  .Header_container .Header_accordion .Header_menuPoint {
    width: unset;
  }
}
.Header_container .Header_menuContainer .Header_button,
.Header_container .Header_accordion .Header_button,
.Header_container .Header_menuContainer .Header_negButton,
.Header_container .Header_accordion .Header_negButton,
.Header_container .Header_menuContainer .Header_activeButton,
.Header_container .Header_accordion .Header_activeButton {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8em;
  margin: 0.25rem 0.3rem;
  height: calc(var(--pill-height) / 3 * 2);
  padding: 0.2rem 1.5rem 0 1.5rem;
  background-color: var(--black);
  border: solid #fff 1px;
  color: #fff;
  border-radius: 9999px;
  overflow: hidden;
  cursor: pointer;
}
.Header_container .Header_menuContainer .Header_button > button,
.Header_container .Header_accordion .Header_button > button,
.Header_container .Header_menuContainer .Header_negButton > button,
.Header_container .Header_accordion .Header_negButton > button,
.Header_container .Header_menuContainer .Header_activeButton > button,
.Header_container .Header_accordion .Header_activeButton > button {
  margin-top: -0.2rem;
  margin-left: -0.5rem;
  height: calc(var(--pill-height) / 2);
}
.Header_container .Header_menuContainer .Header_activeButton,
.Header_container .Header_accordion .Header_activeButton {
  display: flex;
  gap: 0.5rem;
  color: #000;
  border: solid #fff 1px;
  align-items: center;
  background-color: #fff;
}
.Header_container .Header_menuContainer .Header_activeButton .Header_closeIcon,
.Header_container .Header_accordion .Header_activeButton .Header_closeIcon {
  height: 1.8rem;
  filter: invert();
}
.Header_container .Header_menuContainer .Header_activeButton .Header_closeIcon:hover,
.Header_container .Header_accordion .Header_activeButton .Header_closeIcon:hover {
  filter: none;
}
.Header_container .Header_menuContainer .Header_accordion,
.Header_container .Header_accordion .Header_accordion,
.Header_container .Header_menuContainer .Header_accordion > div,
.Header_container .Header_accordion .Header_accordion > div {
  overflow: hidden;
}
.Header_container .Header_menuContainer .Header_button,
.Header_container .Header_accordion .Header_button {
  padding: var(--pill-inner-padding);
  white-space: nowrap;
}
.Header_container .Header_menuContainer .Header_button:hover,
.Header_container .Header_accordion .Header_button:hover {
  background-color: #fff !important;
  border-color: #000;
  color: #000 !important;
}
.Header_container .Header_menuContainer .Header_activeButton:hover,
.Header_container .Header_accordion .Header_activeButton:hover {
  border-color: #fff;
}
@media (max-width: 1024px) {
  .Header_container .Header_menuContainer {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .Header_container .Header_menuContainer .azt-helpers-Button-container {
    align-self: unset;
  }
  .Header_container .Header_accordion {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .Header_container .Header_accordion > * {
    height: 0;
  }
}
.Header_glossaryActive {
  position: fixed;
  top: 4.5rem;
  right: 0;
  background-color: #ff0;
  color: #000;
  z-index: 100;
  padding: 0.5rem 0.4rem 0.2rem 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  gap: 1rem;
  border: solid #000 1px;
  border-right: 0;
  font-weight: 700 !important;
}
@media (min-width: 2001px) {
  .Header_glossaryActive {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.04em;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  .Header_glossaryActive {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.04em;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  .Header_glossaryActive {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .Header_glossaryActive {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .Header_glossaryActive {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Header_glossaryActive {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (max-width: 767px) {
  .Header_glossaryActive {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
.Header_glossaryActive .Header_closeGlossary {
  margin-top: -0.1rem;
  fill: #000;
  height: 1.4rem;
  width: 1.4rem;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
...-..-node_modules-@3ms-react-Record_container ...-..-node_modules-@3ms-react-Record_property label {
  height: 1.7em;
  border-top-style: solid;
  border-top-width: 1px;
  color: inherit;
}
@media (min-width: 2001px) {
  ...-..-node_modules-@3ms-react-Record_container ...-..-node_modules-@3ms-react-Record_property label {
    font: 1.4rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  ...-..-node_modules-@3ms-react-Record_container ...-..-node_modules-@3ms-react-Record_property label {
    font: 1.4rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  ...-..-node_modules-@3ms-react-Record_container ...-..-node_modules-@3ms-react-Record_property label {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  ...-..-node_modules-@3ms-react-Record_container ...-..-node_modules-@3ms-react-Record_property label {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  ...-..-node_modules-@3ms-react-Record_container ...-..-node_modules-@3ms-react-Record_property label {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  ...-..-node_modules-@3ms-react-Record_container ...-..-node_modules-@3ms-react-Record_property label {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  ...-..-node_modules-@3ms-react-Record_container ...-..-node_modules-@3ms-react-Record_property label {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media print {
  ...-..-node_modules-@3ms-react-Record_container ...-..-node_modules-@3ms-react-Record_property label {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
...-..-node_modules-@3ms-react-Record_container ...-..-node_modules-@3ms-react-Record_property ...-..-node_modules-@3ms-react-Record_value {
  color: #000;
}
...-..-node_modules-@3ms-react-Record_container ...-..-node_modules-@3ms-react-Record_property ...-..-node_modules-@3ms-react-Record_value label {
  display: none;
}
...-..-node_modules-@3ms-react-Record_container ...-..-node_modules-@3ms-react-Record_property ...-..-node_modules-@3ms-react-Record_value ...-..-node_modules-@3ms-react-Record_value {
  margin: 0;
}
...-..-node_modules-@3ms-react-Record_container a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
...-..-node_modules-@3ms-react-Record_container...-..-node_modules-@3ms-react-Record_inline {
  display: inline-block;
}
...-..-node_modules-@3ms-react-Record_conjunction {
  margin: 0 0.3em;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
...-..-node_modules-@3ms-react-Property-widgets-ArrayDetailWidget_container ...-..-node_modules-@3ms-react-Property-widgets-ArrayDetailWidget_item {
  display: inline-block;
}
...-..-node_modules-@3ms-react-Property-widgets-ArrayDetailWidget_container ...-..-node_modules-@3ms-react-Property-widgets-ArrayDetailWidget_item...-..-node_modules-@3ms-react-Property-widgets-ArrayDetailWidget_block {
  display: block;
}
...-..-node_modules-@3ms-react-Property-widgets-ArrayDetailWidget_container ...-..-node_modules-@3ms-react-Property-widgets-ArrayDetailWidget_item...-..-node_modules-@3ms-react-Property-widgets-ArrayDetailWidget_ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
...-..-node_modules-@3ms-react-Property-widgets-ArrayDetailWidget_container ...-..-node_modules-@3ms-react-Property-widgets-ArrayDetailWidget_item:after {
  content: ',';
  margin-right: 0.2em;
}
...-..-node_modules-@3ms-react-Property-widgets-ArrayDetailWidget_container ...-..-node_modules-@3ms-react-Property-widgets-ArrayDetailWidget_item:last-child:after {
  display: none;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
...-..-node_modules-@3ms-react-Property-widgets-DownloadLinkDetailWidget_container {
  flex-direction: column;
  align-items: center;
  overflow: none !important;
}
...-..-node_modules-@3ms-react-Property-widgets-DownloadLinkDetailWidget_container a {
  flex: 1;
  width: 100%;
  min-width: 0;
  border-bottom: none !important;
}
...-..-node_modules-@3ms-react-Property-widgets-DownloadLinkDetailWidget_container a ...-..-node_modules-@3ms-react-Property-widgets-DownloadLinkDetailWidget_pointer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.3em;
  margin-right: 0.3em;
  float: left;
  will-change: transform;
  transition: transform 0.2s;
}
...-..-node_modules-@3ms-react-Property-widgets-DownloadLinkDetailWidget_container a:after {
  display: block;
  content: '';
}
...-..-node_modules-@3ms-react-Property-widgets-DownloadLinkDetailWidget_container a:hover ...-..-node_modules-@3ms-react-Property-widgets-DownloadLinkDetailWidget_pointer {
  transform: translateY(0.2em);
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
...-..-node_modules-@3ms-react-Property-widgets-ImageDetailWidget_container img {
  max-width: 100%;
  height: auto !important;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
...-..-node_modules-@3ms-react-Property-widgets-ImagePreviewDetailWidget_container img {
  max-width: 100%;
  height: auto !important;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
...-..-node_modules-@3ms-react-Property-widgets-ImageThumbDetailWidget_container img {
  max-width: 500px;
  height: auto;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
...-..-node_modules-@3ms-react-Property-widgets-NameDetailWidget_container ...-..-node_modules-@3ms-react-Property-widgets-NameDetailWidget_value {
  overflow-x: hidden;
  text-overflow: ellipsis;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
...-..-node_modules-@3ms-react-ValueRenderer-types-anyURIRenderer_container ...-..-node_modules-@3ms-react-ValueRenderer-types-anyURIRenderer_value {
  overflow-x: hidden;
  text-overflow: ellipsis;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
...-..-node_modules-@3ms-react-ValueRenderer-types-stringRenderer_value {
  overflow: hidden;
  text-overflow: ellipsis;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
...-..-node_modules-@3ms-react-ValueRenderer-types-base64BinaryRenderer_value {
  overflow-x: hidden;
  text-overflow: ellipsis;
  height: auto !important;
  max-width: 100%;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
...-..-node_modules-@3ms-react-ValueRenderer-types-booleanRenderer_value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.7em;
  height: 0.7em !important;
  padding: 0 0 0.1em 0.2em;
  font-size: 1.6em;
  border: 1px solid rgba(0,0,0,0.42);
  border-radius: 50%;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
...-..-node_modules-@3ms-react-ValueRenderer-types-dateTimeRenderer_value {
  overflow: hidden;
  text-overflow: ellipsis;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
...-..-node_modules-@3ms-react-Property-widgets-DefaultDetailWidget_container ...-..-node_modules-@3ms-react-Property-widgets-DefaultDetailWidget_container {
  overflow: hidden;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
...-..-node_modules-@3ms-react-Property_container label {
  display: flex;
  align-items: center;
}
...-..-node_modules-@3ms-react-Property_container ...-..-node_modules-@3ms-react-Property_value {
  height: 100%;
}
...-..-node_modules-@3ms-react-Property_container ...-..-node_modules-@3ms-react-Property_value label {
  display: none;
}
...-..-node_modules-@3ms-react-Property_container...-..-node_modules-@3ms-react-Property_inline {
  display: inline-flex;
}
...-..-node_modules-@3ms-react-Property_container...-..-node_modules-@3ms-react-Property_inline...-..-node_modules-@3ms-react-Property_listed:after {
  content: ',';
  margin-right: 0.3em;
}
...-..-node_modules-@3ms-react-Property_container...-..-node_modules-@3ms-react-Property_inline...-..-node_modules-@3ms-react-Property_listed:last-child:after {
  content: none;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Carpet-CarpetCard-types-Material_preview {
  width: calc((100vw - 4rem) / var(--tile-col-count) - 8rem);
  height: calc((100vw - 4rem) / var(--tile-col-count) - 8rem);
  margin: auto;
  object-fit: cover;
  object-position: center right;
}
@media (max-width: 1024px) {
  .Carpet-CarpetCard-types-Material_preview {
    width: calc((100vw - 1rem) / var(--tile-col-count) - 6rem);
    height: calc((100vw - 1rem) / var(--tile-col-count) - 6rem);
  }
}
.Carpet-CarpetCard-types-Material_title {
  width: calc((100vw - 4rem) / var(--tile-col-count) - 8rem);
  height: calc((100vw - 4rem) / var(--tile-col-count) - 8rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 2001px) {
  .Carpet-CarpetCard-types-Material_title {
    font: 2.3rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  .Carpet-CarpetCard-types-Material_title {
    font: 2.3rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  .Carpet-CarpetCard-types-Material_title {
    font: 2.2rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .Carpet-CarpetCard-types-Material_title {
    font: 2.1rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .Carpet-CarpetCard-types-Material_title {
    font: 2.1rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Carpet-CarpetCard-types-Material_title {
    font: 2.1rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (max-width: 767px) {
  .Carpet-CarpetCard-types-Material_title {
    font: 1.8rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (max-width: 374px) {
  .Carpet-CarpetCard-types-Material_title {
    font: 1.2rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media print {
  .Carpet-CarpetCard-types-Material_title {
    font: 1.5rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (max-width: 1024px) {
  .Carpet-CarpetCard-types-Material_title {
    width: calc((100vw - 1rem) / var(--tile-col-count) - 6rem);
    height: calc((100vw - 1rem) / var(--tile-col-count) - 6rem);
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Carpet-CarpetCard-types-MaterialGroup_container {
  --width: calc(100vw / var(--tile-col-count) - 8rem);
  --factor: 4px;
  width: var(--width);
  position: relative;
  margin: auto;
}
@media (max-width: 1024px) {
  .Carpet-CarpetCard-types-MaterialGroup_container {
    --factor: 10px;
    --width: calc(100vw / var(--tile-col-count) - 6rem);
  }
}
.Carpet-CarpetCard-types-MaterialGroup_container > div {
  position: absolute;
  margin-bottom: calc(var(--tile-col-count) * var(--factor));
  width: calc(var(--width) - (var(--factor) * (var(--tile-col-count))));
  height: calc(var(--width) - var(--factor) * (var(--tile-col-count)));
}
.Carpet-CarpetCard-types-MaterialGroup_container > div:first-child {
  position: relative;
}
.Carpet-CarpetCard-types-MaterialGroup_dummy {
  height: 100%;
  width: 100%;
  border: solid #fff 1px;
  background-color: #222;
}
.Carpet-CarpetCard-types-MaterialGroup_title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #222;
  padding: 3rem;
  font-size: 2rem;
  border: solid #fff 1px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  hyphens: auto;
  -webkit-hyphens: auto;
}
.Carpet-CarpetCard-types-MaterialGroup_preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: solid #fff 1px;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Carpet-CarpetCard-types-Procedure_stack {
  --width: calc(100vw / var(--tile-col-count) - 6rem);
  --factor: 4px;
}
.Carpet-CarpetCard-types-Procedure_stack > div {
  position: absolute;
  margin-bottom: calc(var(--tile-col-count) * var(--factor));
  width: calc(var(--width) - (var(--factor) * (var(--tile-col-count))));
}
.Carpet-CarpetCard-types-Procedure_preview,
.Carpet-CarpetCard-types-Procedure_previewStack {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 3rem;
  margin-top: 6rem;
  height: calc(((100vw - 4rem) / var(--tile-col-count) - 6rem) / 5 * 4);
  width: calc((100vw - 4rem) / var(--tile-col-count) - 6rem);
  object-fit: cover;
  background-color: var(--black);
}
.Carpet-CarpetCard-types-Procedure_preview.Carpet-CarpetCard-types-Procedure_left,
.Carpet-CarpetCard-types-Procedure_previewStack.Carpet-CarpetCard-types-Procedure_left {
  clip-path: polygon(0.5% 2.5%, 64% 2.5%, 42% 99.5%, 0.5% 99.5%);
}
.Carpet-CarpetCard-types-Procedure_preview.Carpet-CarpetCard-types-Procedure_right,
.Carpet-CarpetCard-types-Procedure_previewStack.Carpet-CarpetCard-types-Procedure_right {
  transform: translate(0, -2%);
  clip-path: polygon(99.5% 3%, 62% 3%, 40% 99%, 99.5% 99%);
}
@media (max-width: 1024px) {
  .Carpet-CarpetCard-types-Procedure_preview {
    margin-top: 6.4rem;
    height: calc(((100vw - 3rem) / var(--tile-col-count) - 6rem) / 5 * 4);
    width: calc((100vw - 3rem) / var(--tile-col-count) - 6rem);
  }
}
.Carpet-CarpetCard-types-Procedure_previewStack {
  margin: 0;
  height: calc(100% - 6px);
  width: 100%;
}
.Carpet-CarpetCard-types-Procedure_title {
  text-align: left;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  font-size: 2rem;
  padding: 1rem;
}
.Carpet-CarpetCard-types-Procedure_singleSVG {
  padding: 1rem;
  padding-top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1024px) {
  .Carpet-CarpetCard-types-Procedure_singleSVG {
    padding-top: 2rem;
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Carpet-CarpetCard-types-Event_container {
  --width: calc(100vw / var(--tile-col-count) - 4rem);
  margin: -2rem;
  margin-top: -1rem;
  height: calc(100% + 3rem);
}
.Carpet-CarpetCard-types-Event_container > div {
  background: #fff;
  padding: 2rem;
  height: 100%;
  padding-inline: 4rem;
  border-right: solid #000 2px;
  color: #000;
  min-height: calc((100vw - 4rem) / var(--tile-col-count) - 8rem);
}
@media (max-width: 1024px) {
  .Carpet-CarpetCard-types-Event_container > div {
    min-height: calc((100vw - 1rem) / var(--tile-col-count) - 6rem);
  }
}
.Carpet-CarpetCard-types-Event_container > div.Carpet-CarpetCard-types-Event_futur {
  background-color: #ff0;
}
.Carpet-CarpetCard-types-Event_container > div .Carpet-CarpetCard-types-Event_preview {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: contain;
  object-position: top left;
  box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.6);
}
.Carpet-CarpetCard-types-Event_title {
  color: #000;
  padding-bottom: 1rem;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
}
@media (min-width: 2001px) {
  .Carpet-CarpetCard-types-Event_title {
    font: 2.3rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  .Carpet-CarpetCard-types-Event_title {
    font: 2.3rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  .Carpet-CarpetCard-types-Event_title {
    font: 2.2rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .Carpet-CarpetCard-types-Event_title {
    font: 2.1rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .Carpet-CarpetCard-types-Event_title {
    font: 2.1rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Carpet-CarpetCard-types-Event_title {
    font: 2.1rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (max-width: 767px) {
  .Carpet-CarpetCard-types-Event_title {
    font: 1.8rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (max-width: 374px) {
  .Carpet-CarpetCard-types-Event_title {
    font: 1.2rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media print {
  .Carpet-CarpetCard-types-Event_title {
    font: 1.5rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Carpet-CarpetCard-types-ReferenceObject_preview {
  margin: -2rem 2rem -2rem -2rem;
  width: calc(100% + 4rem);
  height: calc(100% + 4rem);
  padding-top: 2rem;
  border-right: solid #222 2px;
  object-fit: contain;
  object-position: top left;
}
.Carpet-CarpetCard-types-ReferenceObject_title {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
}
@media (min-width: 2001px) {
  .Carpet-CarpetCard-types-ReferenceObject_title {
    font: 2.3rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  .Carpet-CarpetCard-types-ReferenceObject_title {
    font: 2.3rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  .Carpet-CarpetCard-types-ReferenceObject_title {
    font: 2.2rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .Carpet-CarpetCard-types-ReferenceObject_title {
    font: 2.1rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .Carpet-CarpetCard-types-ReferenceObject_title {
    font: 2.1rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Carpet-CarpetCard-types-ReferenceObject_title {
    font: 2.1rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (max-width: 767px) {
  .Carpet-CarpetCard-types-ReferenceObject_title {
    font: 1.8rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (max-width: 374px) {
  .Carpet-CarpetCard-types-ReferenceObject_title {
    font: 1.2rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media print {
  .Carpet-CarpetCard-types-ReferenceObject_title {
    font: 1.5rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Carpet-CarpetCard_container {
  --card-height: auto;
  height: var(--card-height);
  position: relative;
  width: calc(100% / var(--tile-col-count));
  display: flex;
  flex-direction: column;
  min-height: calc(100vh / var(--tile-col-count) - 20px);
  min-width: 0;
  margin-bottom: 2rem;
}
.Carpet-CarpetCard_container.Carpet-CarpetCard_ajustHeight {
  --card-height: calc((100vw - 4rem) / var(--tile-col-count) - 4rem + 5rem + 3rem);
}
@media (max-width: 1024px) {
  .Carpet-CarpetCard_container {
    min-height: 0;
  }
}
.Carpet-CarpetCard_container .Carpet-CarpetCard_background {
  display: none;
}
.Carpet-CarpetCard_container.Carpet-CarpetCard_light .Carpet-CarpetCard_background {
  color: #fff;
  display: block;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-right: calc((100vw - 4rem) / var(--tile-col-count) - 4rem + 4rem) solid blur(9px);
  border-top: 5rem solid transparent;
}
.Carpet-CarpetCard_container.Carpet-CarpetCard_light .Carpet-CarpetCard_background svg {
  fill: transparent;
}
.Carpet-CarpetCard_container.Carpet-CarpetCard_match .Carpet-CarpetCard_descritpion {
  color: #000;
}
.Carpet-CarpetCard_container .Carpet-CarpetCard_wrapper {
  height: 100%;
  z-index: 10;
  flex-shrink: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.Carpet-CarpetCard_container .Carpet-CarpetCard_wrapper .Carpet-CarpetCard_descritpion {
  padding-top: 0.3rem;
  padding-left: 0.1rem;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  border-left: solid #fff 1px;
  border-top: solid #fff 1px;
  height: 5rem;
}
@media (max-width: 1024px) {
  .Carpet-CarpetCard_container .Carpet-CarpetCard_wrapper .Carpet-CarpetCard_descritpion {
    height: 3.4rem;
  }
}
.Carpet-CarpetCard_container .Carpet-CarpetCard_wrapper .Carpet-CarpetCard_descritpion.Carpet-CarpetCard_invert {
  background-color: #fff;
  color: #000;
  border: 0;
  border-right: solid 2px;
  border-color: #000;
}
.Carpet-CarpetCard_container .Carpet-CarpetCard_wrapper .Carpet-CarpetCard_descritpion .Carpet-CarpetCard_label {
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 1024px) {
  .Carpet-CarpetCard_container .Carpet-CarpetCard_wrapper .Carpet-CarpetCard_descritpion .Carpet-CarpetCard_label {
    padding-left: 0.6rem;
  }
}
.Carpet-CarpetCard_container .Carpet-CarpetCard_wrapper .Carpet-CarpetCard_descritpion .Carpet-CarpetCard_label div {
  width: 100%;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.Carpet-CarpetCard_container .Carpet-CarpetCard_wrapper .Carpet-CarpetCard_descritpion .Carpet-CarpetCard_label.Carpet-CarpetCard_event div {
  -webkit-line-clamp: 1;
}
@media (max-width: 1024px) and (min-width: 2001px) {
  .Carpet-CarpetCard_container .Carpet-CarpetCard_wrapper .Carpet-CarpetCard_descritpion .Carpet-CarpetCard_label {
    font: 1.4rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (max-width: 1024px) and (min-width: 1501px) and (max-width: 2000px) {
  .Carpet-CarpetCard_container .Carpet-CarpetCard_wrapper .Carpet-CarpetCard_descritpion .Carpet-CarpetCard_label {
    font: 1.4rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (max-width: 1024px) and (min-width: 1401px) and (max-width: 1500px) {
  .Carpet-CarpetCard_container .Carpet-CarpetCard_wrapper .Carpet-CarpetCard_descritpion .Carpet-CarpetCard_label {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (max-width: 1024px) and (min-width: 1201px) and (max-width: 1400px) {
  .Carpet-CarpetCard_container .Carpet-CarpetCard_wrapper .Carpet-CarpetCard_descritpion .Carpet-CarpetCard_label {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (max-width: 1024px) and (min-width: 1024px) and (max-width: 1200px) {
  .Carpet-CarpetCard_container .Carpet-CarpetCard_wrapper .Carpet-CarpetCard_descritpion .Carpet-CarpetCard_label {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (max-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
  .Carpet-CarpetCard_container .Carpet-CarpetCard_wrapper .Carpet-CarpetCard_descritpion .Carpet-CarpetCard_label {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .Carpet-CarpetCard_container .Carpet-CarpetCard_wrapper .Carpet-CarpetCard_descritpion .Carpet-CarpetCard_label {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media print and (max-width: 1024px) {
  .Carpet-CarpetCard_container .Carpet-CarpetCard_wrapper .Carpet-CarpetCard_descritpion .Carpet-CarpetCard_label {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.Carpet-CarpetCard_container .Carpet-CarpetCard_wrapper .Carpet-CarpetCard_descritpion .Carpet-CarpetCard_index {
  hyphens: auto;
  -webkit-hyphens: auto;
  padding-left: 0.6rem;
  flex-shrink: 0;
}
.Carpet-CarpetCard_container .Carpet-CarpetCard_wrapper .Carpet-CarpetCard_descritpion .Carpet-CarpetCard_index .Carpet-CarpetCard_abbr {
  display: inline;
}
.Carpet-CarpetCard_container .Carpet-CarpetCard_wrapper .Carpet-CarpetCard_imgContainer {
  flex-shrink: 0;
  height: calc(100% - 5rem);
  text-align: center;
  color: #fff;
  overflow: hidden;
  padding: 2rem;
  padding-top: 1rem;
  justify-content: center;
  word-break: break-word;
}
.Carpet-CarpetCard_container .Carpet-CarpetCard_wrapper .Carpet-CarpetCard_imgContainer.Carpet-CarpetCard_cut {
  clip-path: polygon(0% 0%, 100% 0%, 0% calc((100vw - 4rem) / var(--tile-col-count) - 2px));
}
.Carpet-CarpetCard_container .Carpet-CarpetCard_wrapper .Carpet-CarpetCard_imgContainerShadow {
  background-color: #222;
  display: block;
  opacity: 0.5;
  position: absolute;
  top: 5rem;
  flex-shrink: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  padding: 2rem;
  padding-top: 1rem;
  justify-content: center;
  word-break: break-word;
  clip-path: polygon(100% 0px, 100% 100%, 0% 100%, 0% calc((100vw - 4rem) / var(--tile-col-count) - 5rem + 50px));
}
.Carpet-CarpetCard_container .Carpet-CarpetCard_wrapper .Carpet-CarpetCard_imgContainerShadow div {
  background-color: #222;
}
.Carpet-CarpetCard_container .Carpet-CarpetCard_wrapper .Carpet-CarpetCard_imgContainerShadow.Carpet-CarpetCard_half {
  filter: blur(3px);
}
.Carpet-CarpetCard_container .Carpet-CarpetCard_wrapper .Carpet-CarpetCard_imgContainerShadow.Carpet-CarpetCard_single {
  filter: blur(3px);
}
a {
  text-decoration: none;
}
.Carpet-CarpetCard_matchIndicator {
  position: absolute;
  right: 7px;
  top: 0.8rem;
  z-index: 20;
  outline: 1px solid #d3d3d3;
  outline-offset: 0;
  width: 1.6rem;
  height: 1.6rem;
  padding-top: 1px;
  padding-left: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999rem;
  font-size: 0.6em;
  margin-left: -0.2rem;
  background-color: #000;
  color: #fff;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Carpet-CarpertHeader-SearchBar_container {
  background: transparent;
  width: 60vw;
  color: #fff;
  flex-direction: row;
  margin: auto;
  pointer-events: all;
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar_container {
    width: 100vw;
  }
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_overlay {
  top: 0;
  left: 0;
  width: calc(100vw + 600px) !important;
  height: calc(100vh + 600px) !important;
  position: fixed;
  z-index: 0;
  pointer-events: none;
  cursor: pointer;
  transition: opacity 0.2s, backdrop-filter 0.2s;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_overlay.Carpet-CarpertHeader-SearchBar_activeDropdown {
  transition: opacity 0.2s, backdrop-filter 0.2s;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: all;
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchbarWrapper {
  transition: height 0.5s, padding 0.5s;
  height: 110px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchbarWrapper {
    width: 100%;
    height: 100px;
  }
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchbarWrapper .Carpet-CarpertHeader-SearchBar_bar {
  position: absolute;
  width: 60vw;
  transition: 0.3s padding;
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchbarWrapper .Carpet-CarpertHeader-SearchBar_bar {
    margin: 1rem;
    width: calc(100% - 2 * 1rem);
  }
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchbarWrapper .Carpet-CarpertHeader-SearchBar_bar .Carpet-CarpertHeader-SearchBar_searchBar {
  height: var(--searchbar-height);
  transition: 0.3s padding;
  padding-right: 2px;
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchbarWrapper .Carpet-CarpertHeader-SearchBar_bar .Carpet-CarpertHeader-SearchBar_searchBar {
    padding-right: calc(var(--pill-height) + 1rem);
  }
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchbarWrapper .Carpet-CarpertHeader-SearchBar_bar .Carpet-CarpertHeader-SearchBar_searchBar input {
  font-size: 1em;
  transition: 0.3s padding;
  padding: 0.7rem 0 0.5rem calc(var(--searchbar-height) / 2);
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchbarWrapper .Carpet-CarpertHeader-SearchBar_bar .Carpet-CarpertHeader-SearchBar_searchBar input {
    padding-left: calc(var(--pill-height) + var(--pill-padding) * 3);
    font-size: 0.9em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: initial;
    overflow: hidden;
  }
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchbarWrapper .Carpet-CarpertHeader-SearchBar_bar.Carpet-CarpertHeader-SearchBar_activeFilter,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchbarWrapper .Carpet-CarpertHeader-SearchBar_bar.Carpet-CarpertHeader-SearchBar_activeCalendar {
  transition-delay: 0s;
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchbarWrapper .Carpet-CarpertHeader-SearchBar_bar.Carpet-CarpertHeader-SearchBar_activeFilter .Carpet-CarpertHeader-SearchBar_searchBar input,
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchbarWrapper .Carpet-CarpertHeader-SearchBar_bar.Carpet-CarpertHeader-SearchBar_activeCalendar .Carpet-CarpertHeader-SearchBar_searchBar input {
    padding-left: calc(var(--pill-height) + var(--pill-padding) * 3);
  }
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchbarWrapper .Carpet-CarpertHeader-SearchBar_bar.Carpet-CarpertHeader-SearchBar_activeFilter .Carpet-CarpertHeader-SearchBar_searchBar {
  transition: 0.3s padding;
  padding-left: 0;
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchbarWrapper .Carpet-CarpertHeader-SearchBar_bar.Carpet-CarpertHeader-SearchBar_activeFilter .Carpet-CarpertHeader-SearchBar_searchBar input {
  padding: 0.7rem 0 0.5rem var(--searchbar-height);
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchbarWrapper .Carpet-CarpertHeader-SearchBar_bar.Carpet-CarpertHeader-SearchBar_activeCalendar .Carpet-CarpertHeader-SearchBar_searchBar {
  transition: 0.3s padding;
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchbarWrapper .Carpet-CarpertHeader-SearchBar_bar.Carpet-CarpertHeader-SearchBar_activeCalendar .Carpet-CarpertHeader-SearchBar_searchBar input {
  padding: 0.7rem 0 0.5rem 0.7rem;
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchbarWrapper .Carpet-CarpertHeader-SearchBar_bar.Carpet-CarpertHeader-SearchBar_activePill .Carpet-CarpertHeader-SearchBar_searchBar {
  padding-left: 0;
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchbarWrapper .Carpet-CarpertHeader-SearchBar_bar.Carpet-CarpertHeader-SearchBar_activePill .Carpet-CarpertHeader-SearchBar_searchBar input {
  padding-left: 0.7rem;
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchbarWrapper .Carpet-CarpertHeader-SearchBar_bar.Carpet-CarpertHeader-SearchBar_activePill .Carpet-CarpertHeader-SearchBar_searchBar input {
    padding-left: calc(var(--pill-height) + 1rem);
  }
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchbarWrapper .Carpet-CarpertHeader-SearchBar_bar.Carpet-CarpertHeader-SearchBar_activeFilter.Carpet-CarpertHeader-SearchBar_activePill .Carpet-CarpertHeader-SearchBar_searchBar {
  transition: 0.3s padding;
  padding-left: calc(var(--searchbar-height) - var(--pill-padding) * 1.5);
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchbarWrapper .Carpet-CarpertHeader-SearchBar_bar.Carpet-CarpertHeader-SearchBar_activeFilter.Carpet-CarpertHeader-SearchBar_activePill .Carpet-CarpertHeader-SearchBar_searchBar {
    padding-left: 0;
  }
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchbarWrapper .Carpet-CarpertHeader-SearchBar_bar.Carpet-CarpertHeader-SearchBar_activeFilter.Carpet-CarpertHeader-SearchBar_activePill .Carpet-CarpertHeader-SearchBar_searchBar input {
  padding-left: calc(var(--pill-height) + 1rem);
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchbarWrapper .Carpet-CarpertHeader-SearchBar_bar.Carpet-CarpertHeader-SearchBar_related .Carpet-CarpertHeader-SearchBar_searchBar input,
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchbarWrapper .Carpet-CarpertHeader-SearchBar_bar.Carpet-CarpertHeader-SearchBar_related.Carpet-CarpertHeader-SearchBar_activeFilter .Carpet-CarpertHeader-SearchBar_searchBar input {
    padding-left: var(--pill-padding);
  }
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton {
  position: absolute;
  height: var(--button-size);
  flex-shrink: 0;
  display: flex;
  gap: var(--pill-padding);
  z-index: 50;
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton .Carpet-CarpertHeader-SearchBar_icon img,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton .Carpet-CarpertHeader-SearchBar_icon img {
  padding: 3px;
  height: 70%;
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton .Carpet-CarpertHeader-SearchBar_buttonFilter,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton .Carpet-CarpertHeader-SearchBar_buttonFilter,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton .Carpet-CarpertHeader-SearchBar_buttonCalendar,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton .Carpet-CarpertHeader-SearchBar_buttonCalendar {
  box-sizing: bord-box;
  margin: 0;
  width: var(--button-size);
  height: var(--button-size);
  padding: 0 1.5rem;
  background: #fff;
  border-radius: 9999px;
  overflow: hidden;
  border: solid 1px #000;
  transition: transform 0.4s, height 0.4s, width 0.4s;
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton .Carpet-CarpertHeader-SearchBar_buttonFilter,
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton .Carpet-CarpertHeader-SearchBar_buttonFilter,
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton .Carpet-CarpertHeader-SearchBar_buttonCalendar,
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton .Carpet-CarpertHeader-SearchBar_buttonCalendar {
    width: var(--pill-height);
    height: var(--pill-height);
    transform: translate(var(--pill-padding), 0);
    overflow: visible !important;
  }
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton .Carpet-CarpertHeader-SearchBar_buttonFilter .Carpet-CarpertHeader-SearchBar_filterAmount,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton .Carpet-CarpertHeader-SearchBar_buttonFilter .Carpet-CarpertHeader-SearchBar_filterAmount,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton .Carpet-CarpertHeader-SearchBar_buttonCalendar .Carpet-CarpertHeader-SearchBar_filterAmount,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton .Carpet-CarpertHeader-SearchBar_buttonCalendar .Carpet-CarpertHeader-SearchBar_filterAmount {
  color: #000;
  font-size: 1rem;
  position: absolute;
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 999%;
  height: 2.2rem;
  width: 2.2rem;
  transform: translate(75%, -75%);
  border: solid #000 1px;
  display: none;
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton .Carpet-CarpertHeader-SearchBar_buttonFilter .Carpet-CarpertHeader-SearchBar_filterAmount,
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton .Carpet-CarpertHeader-SearchBar_buttonFilter .Carpet-CarpertHeader-SearchBar_filterAmount,
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton .Carpet-CarpertHeader-SearchBar_buttonCalendar .Carpet-CarpertHeader-SearchBar_filterAmount,
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton .Carpet-CarpertHeader-SearchBar_buttonCalendar .Carpet-CarpertHeader-SearchBar_filterAmount {
    display: block;
  }
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton .Carpet-CarpertHeader-SearchBar_buttonCalendar,
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton .Carpet-CarpertHeader-SearchBar_buttonCalendar {
    transform: translate(calc(-1 * var(--pill-padding)), 0);
  }
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton.Carpet-CarpertHeader-SearchBar_activeFilter .Carpet-CarpertHeader-SearchBar_buttonFilter,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton.Carpet-CarpertHeader-SearchBar_activeFilter .Carpet-CarpertHeader-SearchBar_buttonFilter {
  width: var(--pill-height);
  height: var(--pill-height);
  background-color: #000;
  transform: translate(calc(100% + var(--pill-padding) * 4), 0);
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton.Carpet-CarpertHeader-SearchBar_activeFilter .Carpet-CarpertHeader-SearchBar_buttonFilter,
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton.Carpet-CarpertHeader-SearchBar_activeFilter .Carpet-CarpertHeader-SearchBar_buttonFilter {
    transform: translate(var(--pill-padding), 0);
  }
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton.Carpet-CarpertHeader-SearchBar_activeFilter .Carpet-CarpertHeader-SearchBar_buttonFilter img,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton.Carpet-CarpertHeader-SearchBar_activeFilter .Carpet-CarpertHeader-SearchBar_buttonFilter img {
  filter: invert();
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton.Carpet-CarpertHeader-SearchBar_activeFilter .Carpet-CarpertHeader-SearchBar_buttonCalendar,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton.Carpet-CarpertHeader-SearchBar_activeFilter .Carpet-CarpertHeader-SearchBar_buttonCalendar {
  transform: translate(0, 0);
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton.Carpet-CarpertHeader-SearchBar_activeFilter .Carpet-CarpertHeader-SearchBar_buttonCalendar,
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton.Carpet-CarpertHeader-SearchBar_activeFilter .Carpet-CarpertHeader-SearchBar_buttonCalendar {
    transform: translate(calc(-1 * var(--pill-padding)), 0);
  }
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton .Carpet-CarpertHeader-SearchBar_buttonFilter:hover,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton .Carpet-CarpertHeader-SearchBar_buttonFilter:hover,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton .Carpet-CarpertHeader-SearchBar_buttonCalendar:hover,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton .Carpet-CarpertHeader-SearchBar_buttonCalendar:hover {
  background-color: #000 !important;
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton .Carpet-CarpertHeader-SearchBar_buttonFilter:hover img,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton .Carpet-CarpertHeader-SearchBar_buttonFilter:hover img,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton .Carpet-CarpertHeader-SearchBar_buttonCalendar:hover img,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton .Carpet-CarpertHeader-SearchBar_buttonCalendar:hover img {
  filter: invert();
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton.Carpet-CarpertHeader-SearchBar_activeCalendar .Carpet-CarpertHeader-SearchBar_buttonFilter,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton.Carpet-CarpertHeader-SearchBar_activeCalendar .Carpet-CarpertHeader-SearchBar_buttonFilter {
  transform: translate(calc(0), 0);
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton.Carpet-CarpertHeader-SearchBar_activeCalendar .Carpet-CarpertHeader-SearchBar_buttonCalendar,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton.Carpet-CarpertHeader-SearchBar_activeCalendar .Carpet-CarpertHeader-SearchBar_buttonCalendar {
  width: var(--pill-height);
  height: var(--pill-height);
  transform: translate(calc(-100% - var(--pill-padding) * 4), 0);
  background-color: #000;
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton.Carpet-CarpertHeader-SearchBar_activeCalendar .Carpet-CarpertHeader-SearchBar_buttonCalendar,
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton.Carpet-CarpertHeader-SearchBar_activeCalendar .Carpet-CarpertHeader-SearchBar_buttonCalendar {
    transform: translate(calc(-1 * var(--pill-padding)), 0);
  }
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton.Carpet-CarpertHeader-SearchBar_activeCalendar .Carpet-CarpertHeader-SearchBar_buttonCalendar img,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton.Carpet-CarpertHeader-SearchBar_activeCalendar .Carpet-CarpertHeader-SearchBar_buttonCalendar img {
  filter: invert();
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton.Carpet-CarpertHeader-SearchBar_activeCalendar .Carpet-CarpertHeader-SearchBar_buttonFilter:hover,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton.Carpet-CarpertHeader-SearchBar_activeCalendar .Carpet-CarpertHeader-SearchBar_buttonFilter:hover,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton.Carpet-CarpertHeader-SearchBar_activeFilter .Carpet-CarpertHeader-SearchBar_buttonFilter:hover,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton.Carpet-CarpertHeader-SearchBar_activeFilter .Carpet-CarpertHeader-SearchBar_buttonFilter:hover,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton.Carpet-CarpertHeader-SearchBar_activeCalendar .Carpet-CarpertHeader-SearchBar_buttonCalendar:hover,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton.Carpet-CarpertHeader-SearchBar_activeCalendar .Carpet-CarpertHeader-SearchBar_buttonCalendar:hover,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton.Carpet-CarpertHeader-SearchBar_activeFilter .Carpet-CarpertHeader-SearchBar_buttonCalendar:hover,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton.Carpet-CarpertHeader-SearchBar_activeFilter .Carpet-CarpertHeader-SearchBar_buttonCalendar:hover {
  background-color: #fff !important;
  border: solid 1px #000 !important;
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton.Carpet-CarpertHeader-SearchBar_activeCalendar .Carpet-CarpertHeader-SearchBar_buttonFilter:hover img,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton.Carpet-CarpertHeader-SearchBar_activeCalendar .Carpet-CarpertHeader-SearchBar_buttonFilter:hover img,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton.Carpet-CarpertHeader-SearchBar_activeFilter .Carpet-CarpertHeader-SearchBar_buttonFilter:hover img,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton.Carpet-CarpertHeader-SearchBar_activeFilter .Carpet-CarpertHeader-SearchBar_buttonFilter:hover img,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton.Carpet-CarpertHeader-SearchBar_activeCalendar .Carpet-CarpertHeader-SearchBar_buttonCalendar:hover img,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton.Carpet-CarpertHeader-SearchBar_activeCalendar .Carpet-CarpertHeader-SearchBar_buttonCalendar:hover img,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton.Carpet-CarpertHeader-SearchBar_activeFilter .Carpet-CarpertHeader-SearchBar_buttonCalendar:hover img,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton.Carpet-CarpertHeader-SearchBar_activeFilter .Carpet-CarpertHeader-SearchBar_buttonCalendar:hover img {
  filter: none;
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton {
  left: calc(20vw - var(--pill-height) - var(--pill-padding) - var(--pill-padding) * 2);
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_filterButton {
    left: 0.8rem;
  }
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton {
  right: calc(20vw - var(--pill-height) - var(--pill-padding) - var(--pill-padding) * 2);
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_calendarButton {
    right: 0.8rem;
  }
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchBar {
  display: flex;
  background: #fff;
  border-radius: 2.5rem;
  overflow: hidden;
  color: #000;
  top: 2rem;
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchBar input {
  width: 100%;
  height: 100%;
  border: none;
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchBar .Carpet-CarpertHeader-SearchBar_searchButton,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchBar .Carpet-CarpertHeader-SearchBar_save {
  white-space: nowrap;
  margin: auto;
  padding-right: 1rem;
  cursor: pointer;
  padding: 1rem;
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchBar .Carpet-CarpertHeader-SearchBar_searchButton img,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchBar .Carpet-CarpertHeader-SearchBar_save img {
  height: 2.5rem;
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchBar .Carpet-CarpertHeader-SearchBar_searchButton:hover,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchBar .Carpet-CarpertHeader-SearchBar_save:hover {
  opacity: 0.5;
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchBar .Carpet-CarpertHeader-SearchBar_clear {
  height: 25px;
  width: 25px;
  margin-right: calc(var(--pill-padding) * 4);
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchBar .Carpet-CarpertHeader-SearchBar_clear {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchBar .Carpet-CarpertHeader-SearchBar_save {
    display: none;
  }
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchBar .Carpet-CarpertHeader-SearchBar_clear:before,
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_searchBar .Carpet-CarpertHeader-SearchBar_clear:after {
  background-color: #000;
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_activeRecordContainer {
  background-color: var(--black);
  font-weight: 100 !important;
  padding: var(--pill-padding);
  padding-right: 0;
  cursor: default;
  transition: height 0.5s;
  z-index: 100;
  padding: 2rem 1.5rem 2rem 2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
  flex-shrink: 0;
  gap: 0.5rem;
  white-space: nowrap;
  transition: all 0.5s;
  pointer-events: all;
  margin: 1px;
  border-radius: 9999px 0 0 9999px;
  max-width: 300px;
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_activeRecordContainer .Carpet-CarpertHeader-SearchBar_record {
  font-size: 0.9em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: initial;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_activeRecordContainer {
    width: 150px;
    z-index: 0;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0.2rem 1.2rem;
    padding-left: calc(var(--pill-height) + var(--pill-padding) * 1.5);
    gap: 0;
  }
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_activeRecordContainer .Carpet-CarpertHeader-SearchBar_record {
    width: 100%;
  }
}
.Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_activeRecordContainer.Carpet-CarpertHeader-SearchBar_activeFilter {
  margin-left: var(--pill-padding);
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_activeRecordContainer.Carpet-CarpertHeader-SearchBar_activeFilter {
    margin-left: 1px;
  }
}
@media (max-width: 1024px) and (min-width: 2001px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_activeRecordContainer {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.04em;
  }
}
@media (max-width: 1024px) and (min-width: 1501px) and (max-width: 2000px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_activeRecordContainer {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.04em;
  }
}
@media (max-width: 1024px) and (min-width: 1401px) and (max-width: 1500px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_activeRecordContainer {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (max-width: 1024px) and (min-width: 1201px) and (max-width: 1400px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_activeRecordContainer {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (max-width: 1024px) and (min-width: 1024px) and (max-width: 1200px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_activeRecordContainer {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (max-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_activeRecordContainer {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .Carpet-CarpertHeader-SearchBar_container .Carpet-CarpertHeader-SearchBar_activeRecordContainer {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
.Carpet-CarpertHeader-SearchBar_sortSwicth {
  position: absolute;
  right: 0;
  border: none;
}
.Carpet-CarpertHeader-SearchBar_sortSwicth > div > button {
  padding: 3px 6px;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Carpet-CarpertHeader-SearchBar-Dropdown_container {
  position: absolute;
  margin-top: 0;
  color: #000;
  border-radius: 2.3rem;
  overflow: hidden;
  margin-top: 0.5rem;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
  height: 0;
  min-width: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar-Dropdown_container {
    width: calc(100vw - var(--pill-padding) * 2);
    max-height: 65vh;
  }
}
.Carpet-CarpertHeader-SearchBar-Dropdown_container .Carpet-CarpertHeader-SearchBar-Dropdown_showResults {
  border: solid #000 1px;
  padding: var(--pill-padding);
  background-color: #fff;
  transform: translate(0, -50%);
  cursor: pointer;
}
.Carpet-CarpertHeader-SearchBar-Dropdown_container .Carpet-CarpertHeader-SearchBar-Dropdown_showResults:hover {
  background-color: #808080;
  color: #fff;
}
.Carpet-CarpertHeader-SearchBar-Dropdown_container.Carpet-CarpertHeader-SearchBar-Dropdown_active {
  pointer-events: all;
  opacity: 1;
}
.Carpet-CarpertHeader-SearchBar-Dropdown_container .Carpet-CarpertHeader-SearchBar-Dropdown_filterWrapper {
  background-color: #fff;
  border-radius: 20px;
  padding: 2rem 2rem 8rem 2rem;
  max-height: 70vh;
  position: relative;
  overflow: scroll;
  pointer-events: all;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-width: 100%;
  overscroll-behavior: none;
}
.Carpet-CarpertHeader-SearchBar-Dropdown_container .Carpet-CarpertHeader-SearchBar-Dropdown_filterWrapper .Carpet-CarpertHeader-SearchBar-Dropdown_title {
  padding-bottom: 3rem;
}
.Carpet-CarpertHeader-SearchBar-Dropdown_container .Carpet-CarpertHeader-SearchBar-Dropdown_filterWrapper .Carpet-CarpertHeader-SearchBar-Dropdown_material,
.Carpet-CarpertHeader-SearchBar-Dropdown_container .Carpet-CarpertHeader-SearchBar-Dropdown_filterWrapper .Carpet-CarpertHeader-SearchBar-Dropdown_reference,
.Carpet-CarpertHeader-SearchBar-Dropdown_container .Carpet-CarpertHeader-SearchBar-Dropdown_filterWrapper .Carpet-CarpertHeader-SearchBar-Dropdown_procedure {
  display: flex;
  flex-flow: wrap;
  gap: 0.5rem;
  padding-bottom: 3rem;
}
.Carpet-CarpertHeader-SearchBar-Dropdown_container .Carpet-CarpertHeader-SearchBar-Dropdown_filterWrapper .Carpet-CarpertHeader-SearchBar-Dropdown_material .Carpet-CarpertHeader-SearchBar-Dropdown_child,
.Carpet-CarpertHeader-SearchBar-Dropdown_container .Carpet-CarpertHeader-SearchBar-Dropdown_filterWrapper .Carpet-CarpertHeader-SearchBar-Dropdown_reference .Carpet-CarpertHeader-SearchBar-Dropdown_child,
.Carpet-CarpertHeader-SearchBar-Dropdown_container .Carpet-CarpertHeader-SearchBar-Dropdown_filterWrapper .Carpet-CarpertHeader-SearchBar-Dropdown_procedure .Carpet-CarpertHeader-SearchBar-Dropdown_child {
  max-width: 100%;
  overflow: hidden;
}
.Carpet-CarpertHeader-SearchBar-Dropdown_container .Carpet-CarpertHeader-SearchBar-Dropdown_filterWrapper .Carpet-CarpertHeader-SearchBar-Dropdown_material .Carpet-CarpertHeader-SearchBar-Dropdown_child.Carpet-CarpertHeader-SearchBar-Dropdown_closed,
.Carpet-CarpertHeader-SearchBar-Dropdown_container .Carpet-CarpertHeader-SearchBar-Dropdown_filterWrapper .Carpet-CarpertHeader-SearchBar-Dropdown_reference .Carpet-CarpertHeader-SearchBar-Dropdown_child.Carpet-CarpertHeader-SearchBar-Dropdown_closed,
.Carpet-CarpertHeader-SearchBar-Dropdown_container .Carpet-CarpertHeader-SearchBar-Dropdown_filterWrapper .Carpet-CarpertHeader-SearchBar-Dropdown_procedure .Carpet-CarpertHeader-SearchBar-Dropdown_child.Carpet-CarpertHeader-SearchBar-Dropdown_closed {
  white-space: nowrap;
  width: 0rem;
  display: none;
}
.Carpet-CarpertHeader-SearchBar-Dropdown_container .Carpet-CarpertHeader-SearchBar-Dropdown_filterWrapper .Carpet-CarpertHeader-SearchBar-Dropdown_material :hover,
.Carpet-CarpertHeader-SearchBar-Dropdown_container .Carpet-CarpertHeader-SearchBar-Dropdown_filterWrapper .Carpet-CarpertHeader-SearchBar-Dropdown_reference :hover,
.Carpet-CarpertHeader-SearchBar-Dropdown_container .Carpet-CarpertHeader-SearchBar-Dropdown_filterWrapper .Carpet-CarpertHeader-SearchBar-Dropdown_procedure :hover {
  background-color: #000;
  color: #fff;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Carpet-CarpertHeader-SearchBar-Dropdown-FilterGroup_container .Carpet-CarpertHeader-SearchBar-Dropdown-FilterGroup_title {
  font-weight: 900;
  padding-bottom: 0.5rem;
  padding-left: 0.6rem;
  width: 100%;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-FilterGroup_container .Carpet-CarpertHeader-SearchBar-Dropdown-FilterGroup_group {
  display: flex;
  flex-flow: wrap;
  gap: 0.8rem;
  row-gap: 1rem;
  padding-bottom: 2rem;
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar-Dropdown-FilterGroup_container .Carpet-CarpertHeader-SearchBar-Dropdown-FilterGroup_group {
    gap: 0.6rem;
    row-gap: 0.4rem;
  }
}
.Carpet-CarpertHeader-SearchBar-Dropdown-FilterGroup_container .Carpet-CarpertHeader-SearchBar-Dropdown-FilterGroup_group .Carpet-CarpertHeader-SearchBar-Dropdown-FilterGroup_moreLess {
  height: var(--pill-height);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding-left: var(--pill-padding);
}
.Carpet-CarpertHeader-SearchBar-Dropdown-FilterGroup_container .Carpet-CarpertHeader-SearchBar-Dropdown-FilterGroup_group .Carpet-CarpertHeader-SearchBar-Dropdown-FilterGroup_moreLess > div:hover {
  text-decoration: underline;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-FilterGroup_container .Carpet-CarpertHeader-SearchBar-Dropdown-FilterGroup_group .Carpet-CarpertHeader-SearchBar-Dropdown-FilterGroup_activePill {
  background-color: #000;
  color: #fff;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-FilterGroup_container .Carpet-CarpertHeader-SearchBar-Dropdown-FilterGroup_group .Carpet-CarpertHeader-SearchBar-Dropdown-FilterGroup_child {
  max-width: 100%;
  overflow: hidden;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-FilterGroup_container .Carpet-CarpertHeader-SearchBar-Dropdown-FilterGroup_group .Carpet-CarpertHeader-SearchBar-Dropdown-FilterGroup_child.Carpet-CarpertHeader-SearchBar-Dropdown-FilterGroup_closed {
  white-space: nowrap;
  width: 0rem;
  display: none;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.UI-Pill_container {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-wrap: wrap;
  white-space: nowrap;
  user-select: none;
  height: var(--pill-height);
}
.UI-Pill_container.UI-Pill_dashed .UI-Pill_content {
  border-collapse: collapse;
  border-style: dashed;
}
.UI-Pill_container .UI-Pill_content {
  display: flex;
  align-items: center;
  border-radius: 9999px;
  overflow: hidden;
  border: #000 solid 1px;
  background-color: #fff;
  color: #000;
}
.UI-Pill_container .UI-Pill_content div {
  display: flex;
  align-items: center;
  padding: var(--pill-inner-padding);
}
.UI-Pill_container .UI-Pill_content div.UI-Pill_hasIcon {
  padding-right: var(--searchbar-height);
}
@media (max-width: 1024px) {
  .UI-Pill_container .UI-Pill_content div.UI-Pill_hasIcon {
    padding-right: calc(var(--searchbar-height) - 0.4rem);
  }
}
.UI-Pill_container .UI-Pill_content div:hover {
  background-color: #d3d3d3;
  border-color: #000;
  color: #fff;
}
.UI-Pill_container .UI-Pill_content div.UI-Pill_activeParent {
  background-color: #505050;
  color: #fff;
}
.UI-Pill_container .UI-Pill_content div.UI-Pill_active,
.UI-Pill_container .UI-Pill_content div.UI-Pill_invert {
  background-color: #000;
  border-color: #fff;
  color: #fff;
}
.UI-Pill_container .UI-Pill_content div.UI-Pill_icon {
  position: absolute;
  right: 0;
  border: solid 1px #000;
  background-color: #fff;
  border-radius: 999px;
  height: calc(var(--pill-height) - 0.4rem);
  width: calc(var(--pill-height) - 0.4rem);
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.UI-Pill_container .UI-Pill_content div.UI-Pill_icon img {
  height: 18px;
}
.UI-Pill_container .UI-Pill_content div.UI-Pill_icon.UI-Pill_open {
  background-color: #000;
  border-color: #000;
  color: #fff;
  border-width: 1.5px;
}
.UI-Pill_container .UI-Pill_content div.UI-Pill_icon.UI-Pill_open img {
  filter: invert();
}
.UI-Pill_container .UI-Pill_content div.UI-Pill_icon:hover {
  background-color: #d3d3d3;
  border-color: #000;
}
.UI-Pill_container .UI-Pill_content .UI-Pill_close {
  height: 12px;
  width: 20px;
}
.UI-Pill_container.UI-Pill_small {
  margin: 0rem 0;
  font-size: 0.8em;
}
.UI-Pill_container.UI-Pill_small .UI-Pill_content {
  height: auto;
}
.UI-Pill_container.UI-Pill_small .UI-Pill_content > div {
  padding: 0.5rem 0.8rem;
}
.UI-Pill_container.UI-Pill_hidden {
  opacity: 0.2;
  pointer-events: none;
}
.UI-Pill_container.UI-Pill_round {
  margin: 0;
  border-radius: 9999px;
  overflow: hidden;
}
.UI-Pill_container.UI-Pill_round > .UI-Pill_content {
  background-color: #000;
  padding: 0;
  border: 0;
  display: flex;
}
.UI-Pill_container.UI-Pill_round > .UI-Pill_content > div {
  padding-right: 0;
  display: flex;
  align-items: center;
}
.UI-Pill_container.UI-Pill_round .UI-Pill_close {
  color: #fff;
}
.UI-Pill_container.UI-Pill_round .UI-Pill_close:hover {
  color: #d3d3d3 !important;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Carpet-CarpertHeader-SearchBar-Dropdown-Filter_pillWrapper {
  display: flex;
  flex-direction: column;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-Filter_pillWrapper .Carpet-CarpertHeader-SearchBar-Dropdown-Filter_amount {
  display: none;
  position: absolute;
  background-color: #000 !important;
  border-radius: 16px !important;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  right: 0;
  width: calc(16px + 22px - 20px);
  height: calc(16px + 22px - 20px);
  transform: translate(6px, -6px);
}
.Carpet-CarpertHeader-SearchBar-Dropdown-Filter_pill {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-Filter_pill.Carpet-CarpertHeader-SearchBar-Dropdown-Filter_openPill {
  border-bottom: 0;
  height: auto;
  border-radius: 4px 4px 0 0;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-Filter_pill.Carpet-CarpertHeader-SearchBar-Dropdown-Filter_isLoading {
  opacity: 0.2;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-Filter_groupContainer {
  position: relative;
  display: flex;
  align-items: flex-start;
  position: relative;
  gap: 0.8rem;
  margin-top: 1rem;
  row-gap: 1rem;
  width: calc(60vw - 11rem);
  padding: 12px;
  background-color: rgba(200,200,205,0.2);
  border: solid #000 1px;
  border-radius: 16px;
  height: auto;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-Filter_groupContainer.Carpet-CarpertHeader-SearchBar-Dropdown-Filter_active {
  width: 100%;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-Filter_groupContainer .Carpet-CarpertHeader-SearchBar-Dropdown-Filter_closeButton {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Carpet-CarpertHeader-SearchBar-Calendar_container {
  position: absolute;
  margin-top: 0.5rem;
  margin-left: auto;
  height: 0;
  opacity: 0;
  background-color: #fff;
  color: #000;
  background: #fff;
  border-radius: 2.3rem;
  overflow: visible;
  transition: 0.5s height, 0.4s opacity;
  transition-delay: 0s;
  pointer-events: none;
  width: 350px;
  height: 420px;
  z-index: 50;
}
.Carpet-CarpertHeader-SearchBar-Calendar_container .Carpet-CarpertHeader-SearchBar-Calendar_controlls {
  display: flex;
  justify-content: space-around;
  padding: 3rem;
  padding-bottom: 0;
}
.Carpet-CarpertHeader-SearchBar-Calendar_container .Carpet-CarpertHeader-SearchBar-Calendar_controlls div {
  cursor: pointer;
  padding: 4px 12px 2px 12px;
  border-radius: 9999px;
}
.Carpet-CarpertHeader-SearchBar-Calendar_container .Carpet-CarpertHeader-SearchBar-Calendar_controlls div.Carpet-CarpertHeader-SearchBar-Calendar_active {
  background-color: #000;
  color: #fff;
}
.Carpet-CarpertHeader-SearchBar-Calendar_container .Carpet-CarpertHeader-SearchBar-Calendar_controlls div:hover {
  background-color: #808080;
  color: #fff;
}
.Carpet-CarpertHeader-SearchBar-Calendar_container.Carpet-CarpertHeader-SearchBar-Calendar_active {
  height: 420px;
  max-height: 90vh;
  opacity: 1;
  pointer-events: all;
}
.Carpet-CarpertHeader-SearchBar-Calendar_container .Carpet-CarpertHeader-SearchBar-Calendar_calendar {
  height: 100%;
  padding: 3rem;
  position: relative;
  overflow: scroll;
}
.Carpet-CarpertHeader-SearchBar-Calendar_container .Carpet-CarpertHeader-SearchBar-Calendar_showResults {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 100;
  background-color: #fff;
  border: solid #000 1px;
  padding: 0.5rem 1rem;
  transform: translate(-50%, 50%);
  cursor: pointer;
}
.Carpet-CarpertHeader-SearchBar-Calendar_container .Carpet-CarpertHeader-SearchBar-Calendar_showResults:hover {
  background-color: #000;
  color: #fff;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.react-calendar {
  width: 350px;
  line-height: 1.125em;
  margin: auto;
}
.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
  flex-direction: column;
}
.react-calendar--doubleView .react-calendar__viewContainer > * {
  margin: 0.5em;
}
.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.react-calendar button {
  border: none;
  outline: none;
}
.react-calendar button:enabled:hover {
  cursor: pointer;
}
.react-calendar__navigation {
  display: flex;
  height: 44px;
  margin-bottom: 1em;
}
.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}
.react-calendar__navigation button:disabled {
  background-color: #f0f0f0;
}
.react-calendar__navigation button:enabled:hover {
  background-color: #e6e6e6;
}
.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
}
.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}
.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  font-weight: bold;
}
.react-calendar__month-view__days__day--weekend {
  color: #757575;
}
.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}
.react-calendar__tile {
  max-width: 100%;
  padding: 10px 8px;
  margin: 2px 0;
  background: none;
  text-align: center;
  line-height: 16px;
}
.react-calendar__tile:disabled {
  background-color: #f0f0f0;
}
.react-calendar__tile:enabled:hover {
  background-color: #e6e6e6;
}
.react-calendar__tile--now {
  border: solid #f00 1px !important;
  background-color: #f00;
  color: #fff;
  border-radius: 10px;
}
.react-calendar__tile--now.react-calendar__tile--active {
  border-radius: 0;
  background-color: #f00;
}
.react-calendar__tile--now.react-calendar__tile--rangeStart,
.react-calendar__tile--now.react-calendar__tile--rangeEnd {
  border-radius: 10px 0 0 10px;
}
.react-calendar__tile--now:enabled:hover,
.react-calendar__tile--now:enabled:focus {
  background: #808080;
  color: #fff;
}
.react-calendar__tile--hasActive {
  background: #d3d3d3;
}
.react-calendar__tile--hasActive:enabled:hover {
  background: #fff;
}
.react-calendar__tile--active {
  background: #000;
  color: #fff;
}
.react-calendar__tile--active:enabled:hover {
  background: #d3d3d3;
  color: #000;
}
.react-calendar__tile--rangeStart,
.react-calendar__tile--rangeEnd {
  border-radius: 10px 0 0 10px;
  border: solid #000 !important;
  background-color: #fff;
  color: #000;
}
.react-calendar__tile--rangeEnd {
  border-radius: 0 10px 10px 0;
}
.react-calendar__tile--rangeBothEnds {
  border-radius: 10px;
}
.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}
.react-calendar--selectRange .react-calendar__tile--hoverEnd {
  border-radius: 0 10px 10px 0;
  background-color: #a9a9a9 !important;
}
.react-calendar--selectRange .react-calendar__tile--hoverStart {
  border-radius: 10px 0 0 10px;
  background-color: #a9a9a9 !important;
}
abbr {
  text-decoration: none;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-Filter_activeFilter {
  flex-shrink: 1;
  width: auto;
  display: flex;
  height: 100%;
  margin-right: -26px;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-Filter_activeFilter > div {
  border: solid #fff 1px;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-Filter_activeFilter:hover {
  z-index: 200;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-Filter_activeFilter.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-Filter_last {
  flex-shrink: 0;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup_activeFilterGroup {
  margin-block: var(--pill-padding);
  margin-left: var(--pill-padding);
  display: flex;
  flex-shrink: 0;
  align-items: center;
  max-width: 50%;
  flex-shrink: 0;
  gap: 0.2rem;
  margin-right: calc(var(--searchbar-height) / 2);
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup_activeFilterGroup {
    display: none;
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Carpet-CarpertHeader-SearchBar-TypeInput_indicator {
  --top-curve: 1.2em;
  --bottom-curve: 0.8em;
  top: 0;
  position: absolute;
  height: 1.7em;
  background-color: #fff;
  border-radius: 0 0 var(--bottom-curve) var(--bottom-curve);
  z-index: -1;
  transition: left 0.4s, opacity 0.2s;
  opacity: 1;
}
.Carpet-CarpertHeader-SearchBar-TypeInput_indicator.Carpet-CarpertHeader-SearchBar-TypeInput_filterActive {
  opacity: 0.5;
}
.Carpet-CarpertHeader-SearchBar-TypeInput_indicator:before,
.Carpet-CarpertHeader-SearchBar-TypeInput_indicator:after {
  content: "";
  position: absolute;
  top: 0;
  width: var(--top-curve);
  height: var(--top-curve);
  border: var(--top-curve) solid #fff;
  border-radius: 50%;
  clip-path: polygon(50% calc(var(--top-curve) - 1px), calc(100% - var(--top-curve) + 1px) var(--top-curve), calc(100% - var(--top-curve)) 50%, 50% 50%);
}
.Carpet-CarpertHeader-SearchBar-TypeInput_indicator:before {
  left: 0;
  transform: translate(calc(-50% - (var(--top-curve) / 2)), calc(-50% + (var(--top-curve) / 2)));
}
.Carpet-CarpertHeader-SearchBar-TypeInput_indicator:after {
  right: 0;
  transform: translate(calc(50% + (var(--top-curve) / 2)), calc(-50% + (var(--top-curve) / 2))) rotate(-90deg);
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar-TypeInput_indicator {
    border-radius: var(--bottom-curve);
    display: none;
  }
  .Carpet-CarpertHeader-SearchBar-TypeInput_indicator:before,
  .Carpet-CarpertHeader-SearchBar-TypeInput_indicator:after {
    display: none;
  }
}
.Carpet-CarpertHeader-SearchBar-TypeInput_input {
  --walk: 0.4s;
  position: absolute;
  left: 4rem;
  top: var(--searchbar-height);
  gap: 2rem;
  display: flex;
  width: 200px;
  border: none;
  color: #fff;
  padding: 0.3em 0 0;
  z-index: 10;
  user-select: none;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .Carpet-CarpertHeader-SearchBar-TypeInput_input {
    gap: 1.5rem;
    font-size: 0.85em;
  }
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar-TypeInput_input {
    font-size: 0.85em;
    left: -1rem;
    gap: 0;
    padding-block: 1rem;
    padding-left: 1.8rem;
    width: 100vw;
    overflow-x: scroll;
  }
}
.Carpet-CarpertHeader-SearchBar-TypeInput_input .Carpet-CarpertHeader-SearchBar-TypeInput_typInput {
  padding-inline: 0.5rem;
  flex-shrink: 0;
  cursor: pointer;
  transition: transform var(--walk), color var(--walk);
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar-TypeInput_input .Carpet-CarpertHeader-SearchBar-TypeInput_typInput {
    padding-inline: 1rem;
  }
  .Carpet-CarpertHeader-SearchBar-TypeInput_input .Carpet-CarpertHeader-SearchBar-TypeInput_typInput:last-child {
    padding-right: 3rem;
  }
}
.Carpet-CarpertHeader-SearchBar-TypeInput_input .Carpet-CarpertHeader-SearchBar-TypeInput_typInput.Carpet-CarpertHeader-SearchBar-TypeInput_active {
  color: #000;
  transform: translateY(-16%);
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar-TypeInput_input .Carpet-CarpertHeader-SearchBar-TypeInput_typInput.Carpet-CarpertHeader-SearchBar-TypeInput_active {
    color: #fff;
    transform: unset;
    text-decoration: underline;
    text-underline-offset: 0.4rem;
  }
}
.Carpet-CarpertHeader-SearchBar-TypeInput_input .Carpet-CarpertHeader-SearchBar-TypeInput_typInput.Carpet-CarpertHeader-SearchBar-TypeInput_inactive {
  opacity: 0.5;
  pointer-events: none;
}
.Carpet-CarpertHeader-SearchBar-TypeInput_input .Carpet-CarpertHeader-SearchBar-TypeInput_typInput:hover {
  opacity: 0.6;
}
.Carpet-CarpertHeader-SearchBar-TypeInput_input .Carpet-CarpertHeader-SearchBar-TypeInput_typInput > div {
  display: inline;
}
.Carpet-CarpertHeader-SearchBar-TypeInput_input .Carpet-CarpertHeader-SearchBar-TypeInput_typInput > div:before {
  content: " ";
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  color: #000;
  border-radius: 999px;
  border: solid #000 1px;
  margin: 0.6rem;
  margin-block: 0.6rem;
  flex-shrink: 0;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_start,
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_end,
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_preset {
  cursor: pointer;
  min-width: 90px;
  height: 100%;
  flex-shrink: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  opacity: 0.2;
  padding-top: 1px;
  color: #000;
  background-color: #fff;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_start div,
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_end div,
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_preset div {
  display: flex;
  flex-direction: column;
  font-size: 0.86em;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_start.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_set,
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_end.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_set,
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_preset.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_set {
  background-color: #000;
  color: #fff;
  opacity: 1;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_start.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_setable,
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_end.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_setable,
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_preset.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_setable {
  opacity: 1;
  color: #000;
  background-color: #fff;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_start.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_toBeSet,
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_end.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_toBeSet,
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_preset.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_toBeSet {
  background-color: #808080;
  color: #fff;
  opacity: 1;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_start .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_content,
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_end .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_content,
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_preset .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_content {
  display: inline;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_close {
  display: flex;
  height: 100%;
  background-color: #000;
  border-left: solid #fff 1px;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_close button {
  height: 1.4rem;
  width: 2rem;
  color: #fff;
  padding-inline: 0.3rem;
  --line-width: 1.4px !important;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_close:hover {
  color: #808080;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_preset .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_close {
  display: flex;
  justify-content: center;
  height: 100%;
  padding-right: 0.5rem;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_preset .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_close button {
  color: #fff;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_end {
  padding-right: 1rem;
  padding-left: 1rem;
  border-left: dashed #fff 1px;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_start {
  padding-left: 1rem;
}
.Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_container .Carpet-CarpertHeader-SearchBar-Dropdown-ActiveFilterGroup-ActiveDate_preset {
  padding-left: 2rem;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Carpet-CarpertHeader-SearchBar-Sugestions_container {
  max-height: 400px;
  background-color: #808080;
  margin-inline: 2.1rem;
  border-radius: 0 0 2rem 1rem;
  z-index: 100;
  position: absolute;
  width: calc(100% - 4.5rem);
  height: 0;
  padding: 0;
  overflow: hidden;
}
.Carpet-CarpertHeader-SearchBar-Sugestions_container.Carpet-CarpertHeader-SearchBar-Sugestions_focused {
  padding: 1.5rem;
  overflow: scroll;
  height: auto;
}
.Carpet-CarpertHeader-SearchBar-Sugestions_container .Carpet-CarpertHeader-SearchBar-Sugestions_loadMore {
  padding-top: 2rem;
  cursor: pointer;
}
.Carpet-CarpertHeader-SearchBar-Sugestions_container .Carpet-CarpertHeader-SearchBar-Sugestions_loadMore:hover {
  text-decoration: underline;
}
.Carpet-CarpertHeader-SearchBar-Sugestions_container .Carpet-CarpertHeader-SearchBar-Sugestions_suggestion {
  color: #fff;
  padding-block: 0.2rem;
  border-bottom: solid #000 1px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.Carpet-CarpertHeader-SearchBar-Sugestions_container .Carpet-CarpertHeader-SearchBar-Sugestions_suggestion:hover .Carpet-CarpertHeader-SearchBar-Sugestions_label {
  text-decoration: underline;
}
.Carpet-CarpertHeader-SearchBar-Sugestions_container .Carpet-CarpertHeader-SearchBar-Sugestions_suggestion:focus .Carpet-CarpertHeader-SearchBar-Sugestions_label {
  text-decoration: underline;
}
.Carpet-CarpertHeader-SearchBar-Sugestions_container .Carpet-CarpertHeader-SearchBar-Sugestions_suggestion .Carpet-CarpertHeader-SearchBar-Sugestions_label {
  display: inline;
}
.Carpet-CarpertHeader-SearchBar-Sugestions_container .Carpet-CarpertHeader-SearchBar-Sugestions_suggestion .Carpet-CarpertHeader-SearchBar-Sugestions_type {
  opacity: 0.5;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Carpet-CarpertHeader-SearchBar-SortInput_input {
  position: absolute;
  right: 2rem;
  top: calc(var(--searchbar-height) + 5px);
  gap: 1.5rem;
  display: flex;
  border: none;
  color: #fff;
  padding: 0;
  user-select: none;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .Carpet-CarpertHeader-SearchBar-SortInput_input {
    font-size: 0.85em;
  }
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader-SearchBar-SortInput_input {
    font-size: 0.85em;
  }
}
.Carpet-CarpertHeader-SearchBar-SortInput_input a {
  color: #fff;
}
@media (max-width: 767px) {
  .Carpet-CarpertHeader-SearchBar-SortInput_input {
    display: none;
  }
}
.Carpet-CarpertHeader-SearchBar-SortInput_input .Carpet-CarpertHeader-SearchBar-SortInput_sortInput {
  flex-shrink: 0;
  cursor: pointer;
}
.Carpet-CarpertHeader-SearchBar-SortInput_input .Carpet-CarpertHeader-SearchBar-SortInput_sortInput.Carpet-CarpertHeader-SearchBar-SortInput_active {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.Carpet-CarpertHeader-SearchBar-SortInput_input .Carpet-CarpertHeader-SearchBar-SortInput_sortInput.Carpet-CarpertHeader-SearchBar-SortInput_inactive {
  opacity: 0.5;
  pointer-events: none;
}
.Carpet-CarpertHeader-SearchBar-SortInput_input .Carpet-CarpertHeader-SearchBar-SortInput_sortInput:hover {
  opacity: 0.6;
}
.Carpet-CarpertHeader-SearchBar-SortInput_input .Carpet-CarpertHeader-SearchBar-SortInput_sortInput > div {
  display: inline;
}
.Carpet-CarpertHeader-SearchBar-SortInput_input .Carpet-CarpertHeader-SearchBar-SortInput_sortInput > div:before {
  content: " ";
}
.Carpet-CarpertHeader-SearchBar-SortInput_indicator {
  top: -5px;
  position: absolute;
  height: 5px;
  width: 3px;
  border-block: transparent 5px solid;
  border-inline: transparent 5px solid;
  border-top-color: #fff;
  transition: left 0.4s;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Carpet-CarpertHeader_container {
  position: fixed;
  left: 0;
  top: 5rem;
  z-index: 50;
  width: 100vw;
  pointer-events: none;
  transition: 0.5s top, padding 0.5s;
}
.Carpet-CarpertHeader_container.Carpet-CarpertHeader_focused-1 {
  top: calc(var(--header-height) + var(--carpet-top));
}
.Carpet-CarpertHeader_container.Carpet-CarpertHeader_focused-2 {
  top: calc(100vh - var(--carpet-height--small));
}
@media (max-width: 1024px) {
  .Carpet-CarpertHeader_container.Carpet-CarpertHeader_focused-2 {
    top: calc(100dvh - 2rem);
  }
}
.Carpet-CarpertHeader_container.Carpet-CarpertHeader_landing {
  top: calc(var(--landing-height) + var(--carpet-top));
}
.Carpet-CarpertHeader_container.Carpet-CarpertHeader_webpage {
  top: 100vh;
}
.Carpet-CarpertHeader_shadow {
  position: absolute;
  height: 250px;
  width: 100vw;
  top: -8rem;
  left: 0;
  z-index: 0;
  background: linear-gradient(-180deg, #222 0%, #222 20%, rgba(0,0,0,0) 100%);
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Carpet_container {
  position: absolute;
  width: 100vw;
  background: transparent;
  top: 0;
  transition: top 0.5s;
  box-shadow: 1px -1px 15px 3px rgba(0,0,0,0.75);
  -webkit-box-shadow: 1px -1px 15px 3px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px -1px 15px 3px rgba(0,0,0,0.75);
}
.Carpet_container .Carpet_cardsContainer {
  top: 20rem;
}
@media (max-width: 1024px) {
  .Carpet_container .Carpet_cardsContainer {
    top: 18rem;
  }
}
.Carpet_container.Carpet_unfocused-1 {
  top: var(--header-height);
}
.Carpet_container.Carpet_unfocused-1 .Carpet_cardsContainer {
  top: 18rem;
}
.Carpet_container.Carpet_unfocused-1 .Carpet_cardsContainer.Carpet_related {
  top: 14rem;
}
.Carpet_container.Carpet_unfocused-2 {
  top: calc(100vh - var(--carpet-height--small));
}
@media (max-width: 1024px) {
  .Carpet_container.Carpet_unfocused-2 {
    top: calc(100dvh - 6rem);
  }
}
.Carpet_container.Carpet_unfocused-2 .Carpet_cardsContainer {
  top: 13rem;
}
.Carpet_container.Carpet_landing {
  height: 100%;
  pointer-events: all;
  top: calc(var(--landing-height));
}
.Carpet_container.Carpet_landing .Carpet_cardsContainer {
  pointer-events: none;
  filter: blur(2px);
  opacity: 0.3;
}
@media (max-width: 1024px) {
  .Carpet_container.Carpet_landing .Carpet_cardsContainer {
    top: 13rem;
  }
}
.Carpet_container.Carpet_webPage {
  top: calc(100vh - 30px);
  height: 30px;
  overflow: hidden;
  background-color: #fff;
}
.Carpet_container .Carpet_cardsContainer {
  width: 100%;
  background-color: var(--black);
  position: absolute;
  left: 0;
  padding: 0 2rem;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  flex-direction: row;
  transition: transform 0.2s, top 0.5s;
  color: #fff;
}
@media (max-width: 1024px) {
  .Carpet_container .Carpet_cardsContainer {
    padding-inline: 1.5rem;
  }
}
.Carpet_container .Carpet_cardsContainer.Carpet_events {
  display: block;
}
.Carpet_container .Carpet_cardsContainer.Carpet_events .Carpet_future,
.Carpet_container .Carpet_cardsContainer.Carpet_events .Carpet_past {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  flex-direction: row;
}
.Carpet_container .Carpet_cardsContainer.Carpet_events .Carpet_future div {
  background-color: #ff0;
}
.Carpet_container .Carpet_cardsContainer.Carpet_events .Carpet_past {
  border-top: solid #fff 1px;
  padding-top: 2rem;
  margin-top: 2rem;
  position: relative;
}
.Carpet_container .Carpet_cardsContainer.Carpet_events .Carpet_past:before {
  position: absolute;
  top: -25px;
  content: "Vergangene Events";
}
.Carpet_container .Carpet_cardsContainer .Carpet_fullMatches,
.Carpet_container .Carpet_cardsContainer .Carpet_halfMatch,
.Carpet_container .Carpet_cardsContainer .Carpet_singleMatch {
  width: calc(100% + 2rem);
  flex-shrink: 0;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  flex-direction: row;
  padding-inline: 1rem;
  margin-left: -1rem;
  margin-bottom: 2rem;
}
.Carpet_container .Carpet_cardsContainer .Carpet_fullMatches .Carpet_indicator,
.Carpet_container .Carpet_cardsContainer .Carpet_halfMatch .Carpet_indicator,
.Carpet_container .Carpet_cardsContainer .Carpet_singleMatch .Carpet_indicator {
  display: none;
  margin-bottom: 1rem;
  width: calc(100% + 2rem);
  flex-shrink: 0;
  background-color: #ff0;
  color: #000;
  text-align: center;
  margin-left: -1rem;
}
.Carpet_container .Carpet_cardsContainer .Carpet_noResults {
  text-align: center;
  width: 100%;
}
.Carpet_container .Carpet_cardsContainer .Carpet_break {
  border-bottom: solid #fff 1px;
  color: #fff;
  text-align: left;
  padding: 0.2rem;
  padding-top: 0.5rem;
  width: calc(100%);
  margin-bottom: 2rem;
  margin-top: 4rem;
  flex-shrink: 0;
}
.Carpet_container .Carpet_cardsContainer .Carpet_break.Carpet_small {
  width: calc(100% / var(--tile-col-count));
  height: calc(100vw / var(--tile-col-count));
  padding: 1rem;
  background-color: #fff;
  color: #000;
  border: solid #fff 2px;
}
.Carpet_container .Carpet_cardsContainer.Carpet_isLoading {
  filter: blur(15px) grayscale();
}
.Carpet_container .Carpet_cardsContainer .Carpet_loadingCard {
  width: calc(100% / var(--tile-col-count));
  display: flex;
  flex-direction: column;
  height: calc(100vh / var(--tile-col-count));
  padding-bottom: 2rem;
}
.Carpet_container .Carpet_cardsContainer .Carpet_loadingCard .Carpet_title {
  width: 100%;
  height: 30px;
  border-top: solid #fff;
  border-inline: solid #fff;
}
.Carpet_container .Carpet_cardsContainer .Carpet_loadingCard .Carpet_box {
  margin-left: 10%;
  width: 80%;
  height: 100%;
  background-color: #808080;
}
.Carpet_container .Carpet_up,
.Carpet_container .Carpet_down {
  pointer-events: all;
  position: fixed;
  left: 50vw;
  transform: translate(-50%);
  cursor: pointer;
  filter: invert();
  z-index: 10000;
  top: var(--header-height);
  transition: top 0.5s;
}
.Carpet_container .Carpet_up img,
.Carpet_container .Carpet_down img {
  width: 2.5rem;
}
.Carpet_container .Carpet_up.Carpet_up,
.Carpet_container .Carpet_down.Carpet_up {
  top: var(--header-height);
}
.Carpet_container .Carpet_up.Carpet_down,
.Carpet_container .Carpet_down.Carpet_down {
  top: calc(100vh - var(--carpet-height--small));
}
@media (max-width: 1024px) {
  .Carpet_container .Carpet_up.Carpet_down,
  .Carpet_container .Carpet_down.Carpet_down {
    top: calc(100dvh - 3.5rem);
  }
}
.Carpet_container .Carpet_up.Carpet_full,
.Carpet_container .Carpet_down.Carpet_full {
  top: calc(100vh - 25px);
}
.Carpet_noRecord {
  margin: auto;
  margin-top: 10vh;
}
.Carpet_noRecord .Carpet_typeButton {
  text-decoration: underline;
  cursor: pointer;
  padding-left: 0.5rem;
}
.Carpet_noRecord .Carpet_typeButton:hover {
  opacity: 0.8;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Scanner_container .Scanner_list {
  border: solid #000;
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  background-color: #ff0;
  z-index: 100001;
}
.Scanner_container .Scanner_list .Scanner_title {
  display: flex;
  gap: 3rem;
  padding: 1rem;
  align-items: center;
}
.Scanner_container .Scanner_list .Scanner_title img {
  cursor: pointer;
}
.Scanner_config {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
}
@media (min-width: 2001px) {
  .Scanner_config label {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  .Scanner_config label {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  .Scanner_config label {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .Scanner_config label {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .Scanner_config label {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Scanner_config label {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  .Scanner_config label {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media print {
  .Scanner_config label {
    font: 1.4rem/1.3 var(--font);
    letter-spacing: 0.03em;
    font-weight: 300;
  }
}
.Scanner_config input {
  background-color: _grey;
  width: 100%;
  padding: 0.4em;
  border: 1px solid _grey;
  border-radius: 0;
  margin: 0.5em 0;
}
.Scanner_config input:focus {
  border-color: _black;
}
.Scanner_config button {
  width: 100%;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.UI-Module_container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 10000;
  display: flex;
  top: 0;
  left: 0;
}
.UI-Module_container .UI-Module_module {
  max-width: 400px;
  border: solid #000 1px;
  display: flex;
  border-radius: 2rem;
  gap: 2rem;
  margin: auto;
  background-color: #fff;
  padding: 2rem;
  flex-direction: column;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Scanner-ListElement_container {
  background-color: #000;
  color: #fff;
  padding: 0.5rem;
  margin: 0.5rem;
  border: solid #000 1px;
  display: flex;
  gap: 0.2rem;
  flex-direction: column;
  gap: 1rem;
}
.Scanner-ListElement_container li {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}
.Scanner-ListElement_container li .Scanner-ListElement_thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a9a9a9;
  height: 3rem;
  width: 3rem;
}
.Scanner-ListElement_container li a {
  color: #fff;
}
.Scanner-ListElement_container li a:hover {
  text-decoration: underline;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.DetailSheet_container {
  position: fixed;
  height: 0vh;
  width: 100vw;
  background-color: var(--white);
  z-index: 60;
  transition: height 0.5s;
  overflow: hidden;
}
.DetailSheet_container.DetailSheet_small {
  --header-height: 99px;
}
.DetailSheet_container.DetailSheet_focused-1 {
  height: var(--header-height);
  cursor: pointer;
}
.DetailSheet_container.DetailSheet_focused-2 {
  height: calc(100vh - var(--carpet-height--small));
}
@media (max-width: 1024px) {
  .DetailSheet_container.DetailSheet_focused-2 {
    height: calc(100dvh - 6rem);
  }
}
.DetailSheet_container.DetailSheet_focused-landing {
  height: var(--landing-height);
}
.DetailSheet_container .DetailSheet_navButtons {
  cursor: pointer;
  display: flex;
  position: fixed;
  top: 0.5rem;
  transform: translate(-50%);
  gap: 2rem;
  left: 50vw;
  z-index: 1000;
  transition: all 0.3s;
  align-items: center;
}
@media (max-width: 1024px) {
  .DetailSheet_container .DetailSheet_navButtons {
    top: 5.8rem;
    left: unset;
    right: 0.6rem;
    gap: 1rem;
    transform: translate(0);
  }
}
.DetailSheet_container .DetailSheet_navButtons.DetailSheet_small {
  transform: translate(-50%, -60px);
  gap: 1rem;
}
.DetailSheet_container .DetailSheet_navButtons .DetailSheet_closeIcon {
  transition: all 0.3s;
  height: 3.7rem;
  width: 4rem;
  --line-width: 2.5px !important;
}
.DetailSheet_container .DetailSheet_navButtons .DetailSheet_closeIcon:hover {
  opacity: 0.5;
}
.DetailSheet_container .DetailSheet_navButtons .DetailSheet_closeIcon button {
  margin: 0;
}
@media (max-width: 1024px) {
  .DetailSheet_container .DetailSheet_navButtons .DetailSheet_closeIcon {
    height: 3.2rem;
  }
}
.DetailSheet_container .DetailSheet_information {
  margin: auto;
  position: relative;
  display: flex;
  max-width: 1800px;
  flex-direction: column;
  justify-items: center;
  height: calc(100%);
  overflow: hidden;
  transition: height 0.5s;
  pointer-events: none;
}
.DetailSheet_container .DetailSheet_information .DetailSheet_cartIcon {
  transition: all 0.3s;
  height: 3.7rem;
  width: 4rem;
  --line-width: 2.5px !important;
}
.DetailSheet_container .DetailSheet_information .DetailSheet_cartIcon:hover {
  opacity: 0.5;
}
.DetailSheet_container .DetailSheet_information .DetailSheet_cartIcon button {
  margin: 0;
}
.DetailSheet_container .DetailSheet_information .DetailSheet_cartIcon {
  position: fixed;
  right: calc(max(50vw - var(--detailSheet-max-width) / 2 - 6rem, 1rem));
  margin-top: 1.5rem;
  background: #fff;
  border-radius: 9999px;
  height: 4rem;
  padding: 1rem;
  width: 4rem;
  overflow: visible;
  z-index: 100;
  cursor: pointer;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}
.DetailSheet_container .DetailSheet_information .DetailSheet_cartIcon.DetailSheet_cartOpen {
  right: calc(1rem + 400px);
}
.DetailSheet_container .DetailSheet_information .DetailSheet_cartIcon.DetailSheet_cartOpen.DetailSheet_folderOpen {
  right: calc(1rem + 600px);
}
@media (max-width: 1024px) {
  .DetailSheet_container .DetailSheet_information .DetailSheet_cartIcon {
    display: none;
  }
}
.DetailSheet_container .DetailSheet_information .DetailSheet_detail {
  pointer-events: all;
  display: flex;
  transition: height 0.3s;
  height: calc(100% - var(--header-height));
  width: 90vw;
  margin: auto;
  max-width: var(--detailSheet-max-width);
  justify-content: center;
}
.DetailSheet_container .DetailSheet_information .DetailSheet_detail.DetailSheet_big {
  height: calc(100% - var(--header-height));
}
@media (max-width: 1024px) {
  .DetailSheet_container .DetailSheet_information .DetailSheet_detail {
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: unset;
    padding-bottom: 2rem;
    width: 100vw;
  }
}
.DetailSheet_container .DetailSheet_information .DetailSheet_detail > section {
  overflow-y: scroll;
  overscroll-behavior: none;
}
@media (max-width: 1024px) {
  .DetailSheet_container .DetailSheet_information .DetailSheet_detail > section {
    overscroll-behavior: unset;
    overflow-y: hidden;
    height: auto;
    flex-shrink: 0;
  }
}
.DetailSheet_loader {
  width: 100%;
  height: var(--landing-height);
  background-color: #000;
}
.DetailSheet_shadow {
  height: 10px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 12;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
}
.DetailSheet_error {
  background-color: #fff;
  margin: auto;
  color: #000;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  text-align: center;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
  gap: 1rem;
  pointer-events: all;
}
.DetailSheet_error * {
  max-width: 300px;
}
.DetailSheet_error * a {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.DetailSheet_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.mapboxgl-map{-webkit-tap-highlight-color:rgb(0 0 0/0);font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative}.mapboxgl-canvas{left:0;position:absolute;top:0}.mapboxgl-map:-webkit-full-screen{height:100%;width:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.mapboxgl-ctrl-top-left{left:0;top:0}.mapboxgl-ctrl-top-right{right:0;top:0}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-bottom-right{bottom:0;right:0}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{float:left;margin:10px 0 0 10px}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{float:right;margin:10px 10px 0 0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{float:left;margin:0 0 10px 10px}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl{float:right;margin:0 10px 10px 0}.mapboxgl-ctrl-group{background:#fff;border-radius:4px}.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px rgba(0,0,0,.1)}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;overflow:hidden;padding:0;width:29px}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:transparent}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl-group button:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:only-child{border-radius:inherit}.mapboxgl-ctrl button:not(:disabled):hover{background-color:rgb(0 0 0/5%)}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}}@keyframes mapboxgl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='0.9' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23000'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{background-color:hsla(0,0%,100%,.5);margin:0;padding:0 5px}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{background-color:#fff;border-radius:12px;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button{background-color:hsla(0,0%,100%,.5);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button{background-color:rgb(0 0 0/5%)}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0;top:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0;top:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:rgba(0,0,0,.75);text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:hsla(0,0%,100%,.75);border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.mapboxgl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-anchor-left{flex-direction:row}.mapboxgl-popup-anchor-right{flex-direction:row-reverse}.mapboxgl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.mapboxgl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.mapboxgl-popup-close-button:hover{background-color:rgb(0 0 0/5%)}.mapboxgl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.1);padding:10px 10px 15px;pointer-events:auto;position:relative}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{left:0;opacity:1;position:absolute;top:0;transition:opacity .2s;will-change:transform}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.mapboxgl-user-location-dot:before{animation:mapboxgl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.mapboxgl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px rgba(0,0,0,.35);box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading{height:0;width:0}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-bottom:7.5px solid #4aa1eb;content:"";position:absolute}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-left:7.5px solid transparent;transform:translateY(-28px) skewY(-20deg)}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after{border-right:7.5px solid transparent;transform:translate(7.5px,-28px) skewY(20deg)}@keyframes mapboxgl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}@media print{.mapbox-improve-map{display:none}}.mapboxgl-scroll-zoom-blocker,.mapboxgl-touch-pan-blocker{align-items:center;background:rgba(0,0,0,.7);color:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;text-align:center;top:0;transition:opacity .75s ease-in-out;transition-delay:1s;width:100%}.mapboxgl-scroll-zoom-blocker-show,.mapboxgl-touch-pan-blocker-show{opacity:1;transition:opacity .1s ease-in-out}.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas{touch-action:pan-x pan-y}:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.DetailSheet-MapComponent_container {
  position: absolute;
  transition: height 0.5s;
  height: calc(100vh - var(--carpet-height--small));
  width: 100%;
  z-index: 51;
  pointer-events: all;
}
@media (max-width: 1024px) {
  .DetailSheet-MapComponent_container {
    height: calc(100dvh - 4rem);
  }
}
.DetailSheet-MapComponent_container .DetailSheet-MapComponent_map {
  height: 100%;
}
.DetailSheet-MapComponent_marker {
  background-color: #fff;
  border: solid 2px #fff;
  padding: 4px;
  height: 35px;
  width: 35px;
  border-radius: 999%;
  filter: invert();
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.DetailSheet-HeaderDetailsheet_header {
  display: flex;
  flex-direction: column;
  z-index: 100;
  pointer-events: all;
  transition: height 0.3s;
  height: var(--header-height);
  flex-shrink: 0;
  overflow: hidden;
}
.DetailSheet-HeaderDetailsheet_header.DetailSheet-HeaderDetailsheet_scrolling .DetailSheet-HeaderDetailsheet_navigation .DetailSheet-HeaderDetailsheet_navItem {
  opacity: 0.5;
  pointer-events: none;
}
.DetailSheet-HeaderDetailsheet_header.DetailSheet-HeaderDetailsheet_small {
  --header-height: 99px;
}
.DetailSheet-HeaderDetailsheet_header.DetailSheet-HeaderDetailsheet_map {
  transition: none;
  --header-height: 135px;
}
.DetailSheet-HeaderDetailsheet_header .DetailSheet-HeaderDetailsheet_navigation {
  margin-inline: auto;
  display: flex;
  gap: 1rem;
  position: relative;
}
.DetailSheet-HeaderDetailsheet_header .DetailSheet-HeaderDetailsheet_navigation.DetailSheet-HeaderDetailsheet_noIntro {
  gap: 0;
}
@media (max-width: 1024px) {
  .DetailSheet-HeaderDetailsheet_header .DetailSheet-HeaderDetailsheet_navigation {
    width: 100vw;
    gap: 0.2rem;
    overflow-x: scroll;
  }
}
.DetailSheet-HeaderDetailsheet_header .DetailSheet-HeaderDetailsheet_navigation .DetailSheet-HeaderDetailsheet_indicator {
  margin: 0 1.2rem 0 1.2rem;
  bottom: 0;
  position: absolute;
  height: 0.3rem;
  width: 5rem;
  background-color: #000;
  transition: left 0.3s, width 0.3s;
}
.DetailSheet-HeaderDetailsheet_header .DetailSheet-HeaderDetailsheet_navigation .DetailSheet-HeaderDetailsheet_navItemStart,
.DetailSheet-HeaderDetailsheet_header .DetailSheet-HeaderDetailsheet_navigation .DetailSheet-HeaderDetailsheet_navItem {
  user-select: none;
  padding: 0.5rem 1.2rem 0.3rem 1.2rem;
  border-radius: 9999px;
  cursor: pointer;
  white-space: nowrap;
}
.DetailSheet-HeaderDetailsheet_header .DetailSheet-HeaderDetailsheet_navigation .DetailSheet-HeaderDetailsheet_navItemStart.DetailSheet-HeaderDetailsheet_hidden,
.DetailSheet-HeaderDetailsheet_header .DetailSheet-HeaderDetailsheet_navigation .DetailSheet-HeaderDetailsheet_navItem.DetailSheet-HeaderDetailsheet_hidden {
  padding: 0;
}
.DetailSheet-HeaderDetailsheet_header .DetailSheet-HeaderDetailsheet_navigation .DetailSheet-HeaderDetailsheet_navItemStart.DetailSheet-HeaderDetailsheet_active,
.DetailSheet-HeaderDetailsheet_header .DetailSheet-HeaderDetailsheet_navigation .DetailSheet-HeaderDetailsheet_navItem.DetailSheet-HeaderDetailsheet_active {
  opacity: 1 !important;
}
.DetailSheet-HeaderDetailsheet_header .DetailSheet-HeaderDetailsheet_navigation .DetailSheet-HeaderDetailsheet_navItemStart {
  padding: 0;
}
.DetailSheet-HeaderDetailsheet_header .DetailSheet-HeaderDetailsheet_title {
  transition: all 0.3s;
  text-align: center;
  margin-top: 4rem;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .DetailSheet-HeaderDetailsheet_header .DetailSheet-HeaderDetailsheet_title {
    text-align: left;
    margin-top: 5.8rem;
  }
}
.DetailSheet-HeaderDetailsheet_header .DetailSheet-HeaderDetailsheet_title div {
  max-width: 100%;
}
.DetailSheet-HeaderDetailsheet_header .DetailSheet-HeaderDetailsheet_title.DetailSheet-HeaderDetailsheet_hasNoHeader {
  margin-top: 4.8rem;
}
@media (max-width: 1024px) {
  .DetailSheet-HeaderDetailsheet_header .DetailSheet-HeaderDetailsheet_title.DetailSheet-HeaderDetailsheet_hasNoHeader {
    margin-top: 6.2rem;
  }
}
.DetailSheet-HeaderDetailsheet_header.DetailSheet-HeaderDetailsheet_small {
  height: var(--header-height);
}
.DetailSheet-HeaderDetailsheet_header.DetailSheet-HeaderDetailsheet_small .DetailSheet-HeaderDetailsheet_title {
  font-size: 3rem;
  margin-top: 1rem;
}
.DetailSheet-HeaderDetailsheet_header .DetailSheet-HeaderDetailsheet_closeMap {
  cursor: pointer;
  margin: auto;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.FontSizeAdjuste_container {
  margin: auto;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .FontSizeAdjuste_container {
    display: flex;
    align-content: start;
    margin: unset;
    margin-left: 1.5rem;
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.DetailSheet-HeaderDetailsheet-NavElement_navItem {
  user-select: none;
  padding: 0.5rem 1.2rem 0.3rem 1.2rem;
  border-radius: 9999px;
  cursor: pointer;
  white-space: nowrap;
}
.DetailSheet-HeaderDetailsheet-NavElement_navItem.DetailSheet-HeaderDetailsheet-NavElement_hidden {
  padding: 0;
}
.DetailSheet-HeaderDetailsheet-NavElement_navItem.DetailSheet-HeaderDetailsheet-NavElement_active {
  opacity: 1 !important;
}
.DetailSheet-HeaderDetailsheet-NavElement_navItem.DetailSheet-HeaderDetailsheet-NavElement_scrolling {
  opacity: 0.5 !important;
  pointer-events: none;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.DetailSheet-TextComponent_text {
  position: relative;
  padding-left: 1rem;
  padding-top: 2rem;
  word-wrap: break-word;
  font-family: var(--font-lauftext);
  width: 50%;
}
.DetailSheet-TextComponent_text.DetailSheet-TextComponent_scrolling {
  opacity: 0.5 !important;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .DetailSheet-TextComponent_text {
    width: calc(100% - 4rem);
    margin-inline: 1.5rem;
    padding-top: 1.5rem;
    border-top: solid #aaa 1px;
    padding-left: 0;
    padding-top: 1rem;
  }
}
.DetailSheet-TextComponent_text > .DetailSheet-TextComponent_wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 20rem;
}
.DetailSheet-TextComponent_text > .DetailSheet-TextComponent_wrapper > div:last-child {
  min-height: calc(100vh - 420px - 1rem);
}
@media (max-width: 1024px) {
  .DetailSheet-TextComponent_text > .DetailSheet-TextComponent_wrapper > div:last-child {
    min-height: unset;
  }
}
@media (max-width: 1024px) {
  .DetailSheet-TextComponent_text > .DetailSheet-TextComponent_wrapper {
    width: calc(100%);
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .DetailSheet-TextComponent_text {
    padding-top: 1rem;
  }
}
.DetailSheet-TextComponent_textShadow {
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
  position: fixed;
  width: 100%;
  height: 8px;
  top: var(--header-height);
  z-index: 10;
  left: 0;
  width: 100vw !important;
  padding: 0;
  transition: top 0.3s;
}
.DetailSheet-TextComponent_textShadow.DetailSheet-TextComponent_heigh {
  top: var(--header-height);
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.MarkdownRenderer_markdown {
  overflow-wrap: normal;
}
.MarkdownRenderer_markdown a {
  color: unset;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.DetailSheet-widgets-NoLabelWidget_wrapper {
  padding-bottom: 0.4rem;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.DetailSheet-widgets-EventWidget_wrapper {
  display: flex;
  flex-direction: column;
}
.DetailSheet-widgets-EventWidget_wrapper > div:last-child {
  min-height: calc(100vh - 120px - 1rem);
}
@media (max-width: 1024px) {
  .DetailSheet-widgets-EventWidget_wrapper > div:last-child {
    min-height: unset;
  }
}
.DetailSheet-widgets-EventWidget_wrapper .DetailSheet-widgets-EventWidget_info {
  border-bottom: solid #aaa 1px;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 1024px) {
  .DetailSheet-widgets-EventWidget_wrapper .DetailSheet-widgets-EventWidget_info {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }
}
.DetailSheet-widgets-EventWidget_wrapper .DetailSheet-widgets-EventWidget_info .DetailSheet-widgets-EventWidget_type {
  font-weight: 700 !important;
}
@media (min-width: 2001px) {
  .DetailSheet-widgets-EventWidget_wrapper .DetailSheet-widgets-EventWidget_info .DetailSheet-widgets-EventWidget_type {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.04em;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  .DetailSheet-widgets-EventWidget_wrapper .DetailSheet-widgets-EventWidget_info .DetailSheet-widgets-EventWidget_type {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.04em;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  .DetailSheet-widgets-EventWidget_wrapper .DetailSheet-widgets-EventWidget_info .DetailSheet-widgets-EventWidget_type {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .DetailSheet-widgets-EventWidget_wrapper .DetailSheet-widgets-EventWidget_info .DetailSheet-widgets-EventWidget_type {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .DetailSheet-widgets-EventWidget_wrapper .DetailSheet-widgets-EventWidget_info .DetailSheet-widgets-EventWidget_type {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .DetailSheet-widgets-EventWidget_wrapper .DetailSheet-widgets-EventWidget_info .DetailSheet-widgets-EventWidget_type {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (max-width: 767px) {
  .DetailSheet-widgets-EventWidget_wrapper .DetailSheet-widgets-EventWidget_info .DetailSheet-widgets-EventWidget_type {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.DetailSheet-widgets-LabelWidget_title {
  padding-top: 0.3rem;
  width: auto;
  margin-top: 0rem;
  display: block;
  margin-bottom: 1rem;
  border-bottom: solid 2px #000;
  transition: all 0.2s;
}
.DetailSheet-widgets-LabelWidget_title.DetailSheet-widgets-LabelWidget_active {
  padding-left: 1rem;
  margin-left: -1rem;
  padding-bottom: 0.2rem;
  letter-spacing: 0.6px;
  background-color: #000;
  color: #fff;
}
@media (max-width: 1024px) {
  .DetailSheet-widgets-LabelWidget_title.DetailSheet-widgets-LabelWidget_active {
    margin-left: 0;
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.DetailSheet-widgets-NoLabelPaddedWidget_wrapper {
  border-bottom: solid #aaa 1px;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 1024px) {
  .DetailSheet-widgets-NoLabelPaddedWidget_wrapper {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.DetailSheet-widgets-widgetElements-InlineRecordListWidget_wrapper {
  border-bottom: solid #aaa 1px;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 1024px) {
  .DetailSheet-widgets-widgetElements-InlineRecordListWidget_wrapper {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.DetailSheet-widgets-widgetElements-KeyValWidget_container .DetailSheet-widgets-widgetElements-KeyValWidget_property {
  border-bottom: solid #aaa 1px;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 1024px) {
  .DetailSheet-widgets-widgetElements-KeyValWidget_container .DetailSheet-widgets-widgetElements-KeyValWidget_property {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.DetailSheet-widgets-widgetElements-DefaultWidget_wrapper {
  border-bottom: solid #aaa 1px;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 1024px) {
  .DetailSheet-widgets-widgetElements-DefaultWidget_wrapper {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.DetailSheet-widgets-NoLabelSection_container {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.DetailSheet-widgets-NoLabelSection_container .DetailSheet-widgets-NoLabelSection_title {
  border: solid #000 0.5px;
  padding: 0 0.2em;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.DetailSheet-widgets-widgetElements-InlineRecordWidget_link {
  display: inline;
}
.DetailSheet-widgets-widgetElements-InlineRecordWidget_link > *,
.DetailSheet-widgets-widgetElements-InlineRecordWidget_link > * > *,
.DetailSheet-widgets-widgetElements-InlineRecordWidget_link > * > * > * {
  margin: 0;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.DetailSheet-widgets-widgetElements-InlineRecordWidget_link > *:hover,
.DetailSheet-widgets-widgetElements-InlineRecordWidget_link > * > *:hover,
.DetailSheet-widgets-widgetElements-InlineRecordWidget_link > * > * > *:hover {
  opacity: 0.7;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.DetailSheet-widgets-widgetElements-InlineWidget_wrapper {
  padding-bottom: 0.5rem;
}
.DetailSheet-widgets-widgetElements-InlineWidget_wrapper h3 {
  display: inline;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.DetailSheet-widgets-RecordListWidget_wrapper {
  padding-top: 1.5rem;
  border-top: solid #aaa 1px;
}
@media (max-width: 1024px) {
  .DetailSheet-widgets-RecordListWidget_wrapper {
    padding-top: 1rem;
  }
}
.DetailSheet-widgets-RecordListWidget_wrapper .DetailSheet-widgets-RecordListWidget_properties {
  border-bottom: solid #aaa 1px;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 1024px) {
  .DetailSheet-widgets-RecordListWidget_wrapper .DetailSheet-widgets-RecordListWidget_properties {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.DetailSheet-widgets-Section_container {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.DetailSheet-widgets-widgetElements-NamedListElement_wrapper {
  font-weight: 700 !important;
  font-weight: 300 !important;
  padding-bottom: 0.15rem;
}
@media (min-width: 2001px) {
  .DetailSheet-widgets-widgetElements-NamedListElement_wrapper {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.04em;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  .DetailSheet-widgets-widgetElements-NamedListElement_wrapper {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.04em;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  .DetailSheet-widgets-widgetElements-NamedListElement_wrapper {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .DetailSheet-widgets-widgetElements-NamedListElement_wrapper {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .DetailSheet-widgets-widgetElements-NamedListElement_wrapper {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .DetailSheet-widgets-widgetElements-NamedListElement_wrapper {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (max-width: 767px) {
  .DetailSheet-widgets-widgetElements-NamedListElement_wrapper {
    font: 1.3rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
.DetailSheet-widgets-widgetElements-NamedListElement_wrapper .DetailSheet-widgets-widgetElements-NamedListElement_title {
  font-weight: 700 !important;
  display: inline;
  flex-shrink: 0;
}
.DetailSheet-widgets-widgetElements-NamedListElement_wrapper .DetailSheet-widgets-widgetElements-NamedListElement_title:after {
  content: ":";
}
.DetailSheet-widgets-widgetElements-NamedListElement_wrapper .DetailSheet-widgets-widgetElements-NamedListElement_text {
  padding-left: 0.5rem;
  display: inline;
}
.DetailSheet-widgets-widgetElements-NamedListElement_wrapper .DetailSheet-widgets-widgetElements-NamedListElement_text div {
  font-weight: 300 !important;
  display: inline;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.DetailSheet-widgets-Designation_container {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.DetailSheet-widgets-Designation_container .DetailSheet-widgets-Designation_title {
  border: solid #000 0.5px;
  padding: 0 0.2em;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.DetailSheet-widgets-ReferenceObjectWidget_wrapper {
  display: flex;
  flex-direction: column;
}
.DetailSheet-widgets-ReferenceObjectWidget_wrapper > div:last-child {
  min-height: calc(100vh - 23.5rem - 1rem);
}
@media (max-width: 1024px) {
  .DetailSheet-widgets-ReferenceObjectWidget_wrapper > div:last-child {
    min-height: unset;
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.DetailSheet-widgets-CollectionWidget_wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
section figure figcaption {
  padding-top: 0.3rem;
}
@media (min-width: 2001px) {
  section figure figcaption {
    font: 1.4rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  section figure figcaption {
    font: 1.4rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  section figure figcaption {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  section figure figcaption {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  section figure figcaption {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section figure figcaption {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  section figure figcaption {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media print {
  section figure figcaption {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
section figure figcaption a {
  text-decoration: underline;
}
section figure figcaption a:hover {
  opacity: 0.5;
}
section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow-y: scroll;
  overscroll-behavior: none;
  width: 50%;
  padding-top: 2rem;
}
section.DetailSheet-GalleryComponent_noImages {
  width: 0;
}
@media (max-width: 1024px) {
  section {
    width: 100%;
    overscroll-behavior: unset;
    padding-bottom: 2rem;
    flex-direction: row;
    padding-top: 1rem;
    gap: 0;
  }
}
section .DetailSheet-GalleryComponent_image {
  width: 100%;
  padding: 0 1rem;
}
@media (max-width: 1024px) {
  section .DetailSheet-GalleryComponent_image {
    padding: 0 0 0 1rem;
  }
}
section .DetailSheet-GalleryComponent_image img {
  object-fit: contain;
  object-position: left top;
  width: 100%;
}
@media (max-width: 1024px) {
  section .DetailSheet-GalleryComponent_image {
    height: 100%;
    width: unset;
  }
  section .DetailSheet-GalleryComponent_image img {
    padding-bottom: 0.4rem;
    height: 30vh;
    width: unset;
  }
}
section .DetailSheet-GalleryComponent_dummy {
  padding: 0 1rem;
  height: 500px;
  width: calc(100% - 1rem);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--light-black);
  color: #fff;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.DetailSheet-GalleryComponent-LocationsPanel_container {
  position: fixed;
  left: calc(max(50vw - var(--detailSheet-max-width) / 2 - 180px, 1rem));
  margin-top: -0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 0;
}
@media (max-width: 1024px) {
  .DetailSheet-GalleryComponent-LocationsPanel_container {
    left: 0.7rem;
    transition: left 0.2s;
    transition-delay: 0.3s;
    bottom: 5rem;
    z-index: 50;
  }
}
.DetailSheet-GalleryComponent-LocationsPanel_container.DetailSheet-GalleryComponent-LocationsPanel_hidden {
  display: none;
}
@media (max-width: 1024px) {
  .DetailSheet-GalleryComponent-LocationsPanel_container.DetailSheet-GalleryComponent-LocationsPanel_hidden {
    transition-delay: 0s;
    display: block;
    left: -100vw;
  }
}
.DetailSheet-GalleryComponent-LocationsPanel_container .DetailSheet-GalleryComponent-LocationsPanel_locationsWapper {
  display: flex;
  gap: 0;
  width: 250px;
  flex-direction: column;
  align-items: flex-start;
}
.DetailSheet-GalleryComponent-LocationsPanel_container .DetailSheet-GalleryComponent-LocationsPanel_locationsWapper .DetailSheet-GalleryComponent-LocationsPanel_place,
.DetailSheet-GalleryComponent-LocationsPanel_container .DetailSheet-GalleryComponent-LocationsPanel_locationsWapper .DetailSheet-GalleryComponent-LocationsPanel_locations {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}
.DetailSheet-GalleryComponent-LocationsPanel_container .DetailSheet-GalleryComponent-LocationsPanel_locationsWapper .DetailSheet-GalleryComponent-LocationsPanel_place .DetailSheet-GalleryComponent-LocationsPanel_title,
.DetailSheet-GalleryComponent-LocationsPanel_container .DetailSheet-GalleryComponent-LocationsPanel_locationsWapper .DetailSheet-GalleryComponent-LocationsPanel_locations .DetailSheet-GalleryComponent-LocationsPanel_title {
  width: calc(100% - 1.2rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: calc(1em + 1.4rem);
  padding-inline: 0.6rem;
  padding-block: 0.8rem;
  font-weight: 700;
  user-select: none;
  gap: 2rem;
  cursor: pointer;
}
.DetailSheet-GalleryComponent-LocationsPanel_container .DetailSheet-GalleryComponent-LocationsPanel_locationsWapper .DetailSheet-GalleryComponent-LocationsPanel_place .DetailSheet-GalleryComponent-LocationsPanel_title .DetailSheet-GalleryComponent-LocationsPanel_chevron,
.DetailSheet-GalleryComponent-LocationsPanel_container .DetailSheet-GalleryComponent-LocationsPanel_locationsWapper .DetailSheet-GalleryComponent-LocationsPanel_locations .DetailSheet-GalleryComponent-LocationsPanel_title .DetailSheet-GalleryComponent-LocationsPanel_chevron {
  height: 150%;
}
.DetailSheet-GalleryComponent-LocationsPanel_container .DetailSheet-GalleryComponent-LocationsPanel_locationsWapper .DetailSheet-GalleryComponent-LocationsPanel_place .DetailSheet-GalleryComponent-LocationsPanel_title .DetailSheet-GalleryComponent-LocationsPanel_chevron:hover,
.DetailSheet-GalleryComponent-LocationsPanel_container .DetailSheet-GalleryComponent-LocationsPanel_locationsWapper .DetailSheet-GalleryComponent-LocationsPanel_locations .DetailSheet-GalleryComponent-LocationsPanel_title .DetailSheet-GalleryComponent-LocationsPanel_chevron:hover {
  opacity: 0.5;
}
.DetailSheet-GalleryComponent-LocationsPanel_container .DetailSheet-GalleryComponent-LocationsPanel_locationsWapper .DetailSheet-GalleryComponent-LocationsPanel_place .DetailSheet-GalleryComponent-LocationsPanel_collections,
.DetailSheet-GalleryComponent-LocationsPanel_container .DetailSheet-GalleryComponent-LocationsPanel_locationsWapper .DetailSheet-GalleryComponent-LocationsPanel_locations .DetailSheet-GalleryComponent-LocationsPanel_collections {
  height: 0;
  display: flex;
  flex-direction: column;
}
.DetailSheet-GalleryComponent-LocationsPanel_container .DetailSheet-GalleryComponent-LocationsPanel_locationsWapper .DetailSheet-GalleryComponent-LocationsPanel_place {
  display: flex;
}
.DetailSheet-GalleryComponent-LocationsPanel_container .DetailSheet-GalleryComponent-LocationsPanel_locationsWapper .DetailSheet-GalleryComponent-LocationsPanel_place img {
  padding: 0.7rem;
  height: 2.8rem;
  cursor: pointer;
}
.DetailSheet-GalleryComponent-LocationsPanel_container .DetailSheet-GalleryComponent-LocationsPanel_locationsWapper .DetailSheet-GalleryComponent-LocationsPanel_popup {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  text-align: left;
  width: 250px;
  background-color: transparent;
  color: #fff;
  padding-right: 1.2rem;
  background-color: #000;
}
.DetailSheet-GalleryComponent-LocationsPanel_container .DetailSheet-GalleryComponent-LocationsPanel_locationsWapper .DetailSheet-GalleryComponent-LocationsPanel_popup .DetailSheet-GalleryComponent-LocationsPanel_close {
  cursor: pointer;
  margin-inline: 0.2rem;
  margin-block: 0.5rem;
  position: absolute;
  right: 0;
  width: 2rem;
  height: 2rem;
  filter: invert();
}
.DetailSheet-GalleryComponent-LocationsPanel_container .DetailSheet-GalleryComponent-LocationsPanel_locationsWapper .DetailSheet-GalleryComponent-LocationsPanel_popup .DetailSheet-GalleryComponent-LocationsPanel_samples {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.6rem;
}
.DetailSheet-GalleryComponent-LocationsPanel_container .DetailSheet-GalleryComponent-LocationsPanel_locationsWapper .DetailSheet-GalleryComponent-LocationsPanel_popup .DetailSheet-GalleryComponent-LocationsPanel_samples .DetailSheet-GalleryComponent-LocationsPanel_label {
  padding-inline: 1.2rem;
}
.DetailSheet-GalleryComponent-LocationsPanel_container .DetailSheet-GalleryComponent-LocationsPanel_locationsWapper .DetailSheet-GalleryComponent-LocationsPanel_popup .DetailSheet-GalleryComponent-LocationsPanel_samples ul {
  padding-left: 3.6rem;
  list-style: outside;
  list-style-type: "- ";
}
.DetailSheet-GalleryComponent-LocationsPanel_container .DetailSheet-GalleryComponent-LocationsPanel_locationsWapper .DetailSheet-GalleryComponent-LocationsPanel_popup .DetailSheet-GalleryComponent-LocationsPanel_samples ul li {
  padding-right: 1.2rem;
}
.DetailSheet-GalleryComponent-LocationsPanel_container .DetailSheet-GalleryComponent-LocationsPanel_locationsWapper .DetailSheet-GalleryComponent-LocationsPanel_popup .DetailSheet-GalleryComponent-LocationsPanel_label {
  gap: 0.5rem;
  padding-inline: 1.2rem;
  padding-block: 0.6rem;
}
.DetailSheet-GalleryComponent-LocationsPanel_container .DetailSheet-GalleryComponent-LocationsPanel_locationsWapper .DetailSheet-GalleryComponent-LocationsPanel_popup .DetailSheet-GalleryComponent-LocationsPanel_label a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  display: flex;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.DetailSheet-GalleryComponent-LocationsPanel-Collection_collection {
  cursor: pointer;
  text-align: left;
  color: #000;
  border-top: solid #000 1px;
  overflow: hidden;
  padding-inline: 0.6rem;
  padding-block: 0.4rem;
  opacity: 1;
}
.DetailSheet-GalleryComponent-LocationsPanel-Collection_collection:hover {
  color: #fff;
  background-color: #808080;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.SubPage_container {
  position: fixed;
  height: 0vh;
  width: 100vw;
  color: var(--white);
  background-color: #000;
  z-index: 60;
  transition: height 0.5s;
  overflow: hidden;
  overflow-y: scroll;
  overscroll-behavior: contain;
}
.SubPage_container.SubPage_focused {
  padding-bottom: 8rem;
  height: calc(100vh - 30px);
}
.SubPage_container .SubPage_closeIcon {
  position: fixed;
  top: 1rem;
  left: calc(50vw - 2.5rem);
  width: 5rem;
  height: 5rem;
  z-index: 1000;
}
.SubPage_container .SubPage_closeIcon button {
  margin: 0;
}
.SubPage_container .SubPage_information {
  margin: auto;
  position: relative;
  display: flex;
  max-width: 1800px;
  flex-direction: column;
  justify-items: center;
  padding: 0 12rem;
}
@media (max-width: 1024px) {
  .SubPage_container .SubPage_information {
    padding: 0;
  }
}
.SubPage_container .SubPage_information .SubPage_title {
  text-align: center;
  padding-top: 6rem;
  background-color: #000;
}
@media (min-width: 2001px) {
  .SubPage_container .SubPage_information .SubPage_title {
    font: 500 4rem/1 var(--font);
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  .SubPage_container .SubPage_information .SubPage_title {
    font: 500 4rem/1 var(--font);
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  .SubPage_container .SubPage_information .SubPage_title {
    font: 500 4rem/1 var(--font);
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .SubPage_container .SubPage_information .SubPage_title {
    font: 500 4rem/1 var(--font);
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .SubPage_container .SubPage_information .SubPage_title {
    font: 500 3rem/1 var(--font);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .SubPage_container .SubPage_information .SubPage_title {
    font: 500 3rem/1 var(--font);
  }
}
@media (max-width: 767px) {
  .SubPage_container .SubPage_information .SubPage_title {
    font: 500 3rem/1 var(--font);
  }
}
@media (max-width: 1024px) {
  .SubPage_container .SubPage_information .SubPage_title {
    padding-top: 9rem;
  }
}
.SubPage_container .SubPage_information .SubPage_detail.SubPage_subpage {
  padding-top: 3rem;
  display: flex;
  min-height: 100%;
}
.SubPage_container .SubPage_information .SubPage_detail.SubPage_subpage > * {
  width: 50%;
}
@media (max-width: 1024px) {
  .SubPage_container .SubPage_information .SubPage_detail.SubPage_subpage > * {
    width: 100%;
    padding-bottom: 12rem;
  }
}
.SubPage_container .SubPage_information .SubPage_detail.SubPage_subpage .SubPage_text {
  border-left: solid 1px #000;
  padding-inline: 1rem;
  margin: auto;
  text-align: left;
}
.SubPage_container .SubPage_information .SubPage_detail.SubPage_subpage .SubPage_text img {
  max-width: 100%;
}
.SubPage_container .SubPage_information .SubPage_detail.SubPage_subpage .SubPage_text a {
  color: #fff;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.SubPage-Glossar_title {
  text-align: center;
  padding-top: 6rem;
  background-color: #000;
}
@media (min-width: 2001px) {
  .SubPage-Glossar_title {
    font: 500 4rem/1 var(--font);
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  .SubPage-Glossar_title {
    font: 500 4rem/1 var(--font);
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  .SubPage-Glossar_title {
    font: 500 4rem/1 var(--font);
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .SubPage-Glossar_title {
    font: 500 4rem/1 var(--font);
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .SubPage-Glossar_title {
    font: 500 3rem/1 var(--font);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .SubPage-Glossar_title {
    font: 500 3rem/1 var(--font);
  }
}
@media (max-width: 767px) {
  .SubPage-Glossar_title {
    font: 500 3rem/1 var(--font);
  }
}
@media (max-width: 1024px) {
  .SubPage-Glossar_title {
    padding-top: 9rem;
  }
}
.SubPage-Glossar_title .SubPage-Glossar_alphabet {
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
  padding-top: 3rem;
  border-bottom: solid #fff 1px;
  width: 50%;
  margin-inline: auto;
  top: 12rem;
  cursor: pointer;
}
@media (min-width: 2001px) {
  .SubPage-Glossar_title .SubPage-Glossar_alphabet {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  .SubPage-Glossar_title .SubPage-Glossar_alphabet {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  .SubPage-Glossar_title .SubPage-Glossar_alphabet {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .SubPage-Glossar_title .SubPage-Glossar_alphabet {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .SubPage-Glossar_title .SubPage-Glossar_alphabet {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .SubPage-Glossar_title .SubPage-Glossar_alphabet {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  .SubPage-Glossar_title .SubPage-Glossar_alphabet {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media print {
  .SubPage-Glossar_title .SubPage-Glossar_alphabet {
    font: 1.4rem/1.3 var(--font);
    letter-spacing: 0.03em;
    font-weight: 300;
  }
}
@media (max-width: 1024px) {
  .SubPage-Glossar_title .SubPage-Glossar_alphabet {
    width: 100%;
    overflow: scroll;
    padding-inline: 1rem;
    gap: 0.5rem;
    padding-top: 1rem;
    justify-content: flex-start;
  }
}
.SubPage-Glossar_title .SubPage-Glossar_alphabet .SubPage-Glossar_letter {
  flex-shrink: 0;
  padding-top: 0.3rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-items: center;
  justify-content: center;
  font-size: 0.9em;
  border-radius: 9999px;
}
.SubPage-Glossar_title .SubPage-Glossar_alphabet .SubPage-Glossar_letter:hover {
  background-color: #808080;
  color: #fff;
}
.SubPage-Glossar_title .SubPage-Glossar_alphabet .SubPage-Glossar_active {
  background-color: #fff;
  color: #000;
}
.SubPage-Glossar_detail {
  margin: auto;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  max-width: 1000px;
  margin-block: 2rem;
  width: 50%;
}
@media (max-width: 1024px) {
  .SubPage-Glossar_detail {
    width: 100%;
    padding-inline: 2rem;
  }
}
.SubPage-Glossar_detail.SubPage-Glossar_loading {
  pointer-events: none;
}
.SubPage-Glossar_detail button {
  all: unset;
  border: solid #fff 1px;
  display: flex;
  padding: 4px;
  justify-content: center;
  border-radius: 9999px;
  margin-bottom: 10rem;
  cursor: pointer;
}
.SubPage-Glossar_detail button:hover {
  background-color: #fff;
  color: #000;
}
.SubPage-Glossar_loaderContainer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.SubPage-Glossar-GlossaryTerm_container details {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 2rem;
  border-bottom: solid #fff 1px;
}
.SubPage-Glossar-GlossaryTerm_container details summary {
  list-style: none;
}
.SubPage-Glossar-GlossaryTerm_container .SubPage-Glossar-GlossaryTerm_title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.SubPage-Glossar-GlossaryTerm_container .SubPage-Glossar-GlossaryTerm_title .SubPage-Glossar-GlossaryTerm_label,
.SubPage-Glossar-GlossaryTerm_container .SubPage-Glossar-GlossaryTerm_title .SubPage-Glossar-GlossaryTerm_openIcon,
.SubPage-Glossar-GlossaryTerm_container .SubPage-Glossar-GlossaryTerm_title .SubPage-Glossar-GlossaryTerm_bookmarkIcon {
  color: #000 !important;
  display: flex;
  margin-top: -0.1rem;
  padding: 0.8rem 1.1rem 0.6rem 1.1rem;
  background-color: #fff;
  border-radius: 999px;
  border: solid #fff 1px;
}
.SubPage-Glossar-GlossaryTerm_container .SubPage-Glossar-GlossaryTerm_title .SubPage-Glossar-GlossaryTerm_label {
  display: flex;
  max-width: 100%;
}
.SubPage-Glossar-GlossaryTerm_container .SubPage-Glossar-GlossaryTerm_title .SubPage-Glossar-GlossaryTerm_label .SubPage-Glossar-GlossaryTerm_term {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}
.SubPage-Glossar-GlossaryTerm_container .SubPage-Glossar-GlossaryTerm_title .SubPage-Glossar-GlossaryTerm_icon {
  height: 1.6rem;
  width: 1.6rem;
  padding: 0.2rem;
}
.SubPage-Glossar-GlossaryTerm_container .SubPage-Glossar-GlossaryTerm_title .SubPage-Glossar-GlossaryTerm_label:hover {
  background-color: #000;
  color: #fff !important;
}
.SubPage-Glossar-GlossaryTerm_container .SubPage-Glossar-GlossaryTerm_title .SubPage-Glossar-GlossaryTerm_label:hover .SubPage-Glossar-GlossaryTerm_icon {
  filter: invert();
}
.SubPage-Glossar-GlossaryTerm_container .SubPage-Glossar-GlossaryTerm_title .SubPage-Glossar-GlossaryTerm_iconsWrapper {
  display: flex;
  gap: 1rem;
  position: relative;
}
.SubPage-Glossar-GlossaryTerm_container .SubPage-Glossar-GlossaryTerm_title .SubPage-Glossar-GlossaryTerm_iconsWrapper .SubPage-Glossar-GlossaryTerm_bookmarkIcon,
.SubPage-Glossar-GlossaryTerm_container .SubPage-Glossar-GlossaryTerm_title .SubPage-Glossar-GlossaryTerm_iconsWrapper .SubPage-Glossar-GlossaryTerm_openIcon {
  position: relative;
  user-select: none;
  padding: 0.4rem;
  align-items: center;
  background-color: #000;
}
.SubPage-Glossar-GlossaryTerm_container .SubPage-Glossar-GlossaryTerm_title .SubPage-Glossar-GlossaryTerm_iconsWrapper .SubPage-Glossar-GlossaryTerm_bookmarkIcon .SubPage-Glossar-GlossaryTerm_icon,
.SubPage-Glossar-GlossaryTerm_container .SubPage-Glossar-GlossaryTerm_title .SubPage-Glossar-GlossaryTerm_iconsWrapper .SubPage-Glossar-GlossaryTerm_openIcon .SubPage-Glossar-GlossaryTerm_icon {
  height: 2.5rem;
  width: 2.5rem;
}
.SubPage-Glossar-GlossaryTerm_container .SubPage-Glossar-GlossaryTerm_title .SubPage-Glossar-GlossaryTerm_iconsWrapper .SubPage-Glossar-GlossaryTerm_bookmarkIcon .SubPage-Glossar-GlossaryTerm_icon {
  padding: 0.4rem;
  filter: invert();
}
.SubPage-Glossar-GlossaryTerm_container .SubPage-Glossar-GlossaryTerm_title .SubPage-Glossar-GlossaryTerm_iconsWrapper .SubPage-Glossar-GlossaryTerm_openIcon:hover {
  background-color: #fff;
}
.SubPage-Glossar-GlossaryTerm_container .SubPage-Glossar-GlossaryTerm_title .SubPage-Glossar-GlossaryTerm_iconsWrapper .SubPage-Glossar-GlossaryTerm_openIcon:hover .SubPage-Glossar-GlossaryTerm_icon {
  filter: invert();
}
.SubPage-Glossar-GlossaryTerm_container .SubPage-Glossar-GlossaryTerm_title .SubPage-Glossar-GlossaryTerm_iconsWrapper .SubPage-Glossar-GlossaryTerm_bookmarkIcon:hover {
  background-color: #fff;
}
.SubPage-Glossar-GlossaryTerm_container .SubPage-Glossar-GlossaryTerm_title .SubPage-Glossar-GlossaryTerm_iconsWrapper .SubPage-Glossar-GlossaryTerm_bookmarkIcon:hover .SubPage-Glossar-GlossaryTerm_icon {
  filter: none;
}
.SubPage-Glossar-GlossaryTerm_container .SubPage-Glossar-GlossaryTerm_description {
  margin-bottom: -0.5rem;
  padding: 1rem 0.7rem 0rem 0.7rem;
  hyphens: auto;
  -webkit-hyphens: auto;
}
.SubPage-Glossar-GlossaryTerm_container .SubPage-Glossar-GlossaryTerm_description a {
  color: #fff;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.HomeHeader_container {
  position: fixed;
  height: 0vh;
  width: 100vw;
  color: var(--white);
  background-color: var(--black);
  z-index: 60;
  transition: height 0.5s, padding 0.5s, border-width 0.5s;
  border-bottom: 0px solid #fff;
  padding: 0;
  overflow: hidden;
}
.HomeHeader_container.HomeHeader_focused {
  border-bottom: 1px solid #fff;
  height: var(--landing-height);
}
.HomeHeader_container .HomeHeader_closeIcon {
  color: #fff;
  position: absolute;
  top: 1rem;
  right: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 1000;
}
.HomeHeader_container .HomeHeader_closeIcon button {
  margin: 0;
}
.HomeHeader_container .HomeHeader_information {
  width: 100vw;
  height: 100%;
  display: flex;
  flex-shrink: 0;
  margin: auto;
  margin-left: 20rem;
  border-left: solid #fff 1px;
}
@media (max-width: 1024px) {
  .HomeHeader_container .HomeHeader_information {
    margin-left: 0;
    padding-top: 7rem;
    border-left: none;
  }
}
.HomeHeader_container .HomeHeader_information .HomeHeader_navigation {
  position: absolute;
  z-index: 100;
  height: var(--landing-height);
  width: calc(100% - 20rem);
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  mix-blend-mode: difference;
}
@media (max-width: 1024px) {
  .HomeHeader_container .HomeHeader_information .HomeHeader_navigation {
    display: none;
  }
}
.HomeHeader_container .HomeHeader_information .HomeHeader_navigation img {
  height: 5rem;
}
.HomeHeader_container .HomeHeader_information .HomeHeader_navigation .HomeHeader_next,
.HomeHeader_container .HomeHeader_information .HomeHeader_navigation .HomeHeader_back {
  cursor: pointer;
  pointer-events: all;
}
.HomeHeader_container .HomeHeader_information .HomeHeader_navigation .HomeHeader_next:hover,
.HomeHeader_container .HomeHeader_information .HomeHeader_navigation .HomeHeader_back:hover {
  opacity: 0.5;
}
.HomeHeader_container .HomeHeader_information .HomeHeader_gallery {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  display: flex;
  justify-items: center;
  overscroll-behavior: contain;
  flex-shrink: 0;
  padding-right: 20.5rem;
}
@media (max-width: 1024px) {
  .HomeHeader_container .HomeHeader_information .HomeHeader_gallery {
    padding-right: 0;
  }
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.HomeHeader-FeaturedElement_container {
  position: relative;
  color: #fff;
  background-color: var(--black);
  height: var(--landing-height);
  width: calc((100vw - 20rem) / 100 * (100 / var(--feautured-col-count)));
  overflow: hidden;
  line-height: 1.2;
  font-size: 1.9rem;
  padding-top: 1.6rem;
  border-left: solid #fff 1px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 2001px) {
  .HomeHeader-FeaturedElement_container {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  .HomeHeader-FeaturedElement_container {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  .HomeHeader-FeaturedElement_container {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .HomeHeader-FeaturedElement_container {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .HomeHeader-FeaturedElement_container {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .HomeHeader-FeaturedElement_container {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  .HomeHeader-FeaturedElement_container {
    font: 1.6rem/1.3 var(--font);
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media print {
  .HomeHeader-FeaturedElement_container {
    font: 1.4rem/1.3 var(--font);
    letter-spacing: 0.03em;
    font-weight: 300;
  }
}
.HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_imgContainer {
  flex-shrink: 1;
  flex-grow: 0;
}
.HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_imgContainer .HomeHeader-FeaturedElement_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top left;
}
.HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description {
  flex-shrink: 0;
  flex-grow: 1;
  padding-left: 1rem;
  padding-right: 2rem;
  width: 100%;
  overflow: hidden;
  z-index: 10;
}
.HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_type {
  min-height: calc(1em + 1rem);
}
.HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_type > div {
  display: inline;
}
.HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_title {
  font-weight: 700;
  padding-bottom: 0.2rem;
}
@media (min-width: 2001px) {
  .HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_title {
    font: 2.3rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  .HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_title {
    font: 2.3rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  .HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_title {
    font: 2.2rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_title {
    font: 2.1rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_title {
    font: 2.1rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_title {
    font: 2.1rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (max-width: 767px) {
  .HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_title {
    font: 1.8rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media (max-width: 374px) {
  .HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_title {
    font: 1.2rem/1.2 var(--font);
    letter-spacing: 0.03em;
  }
}
@media print {
  .HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_title {
    font: 1.5rem/1.3 var(--font);
    letter-spacing: 0.03em;
  }
}
.HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_type,
.HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_date {
  padding-bottom: 1rem;
}
@media (min-width: 2001px) {
  .HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_type,
  .HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_date {
    font: 1.4rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  .HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_type,
  .HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_date {
    font: 1.4rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  .HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_type,
  .HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_date {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_type,
  .HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_date {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_type,
  .HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_date {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_type,
  .HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_date {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_type,
  .HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_date {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media print {
  .HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_type,
  .HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_date {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.HomeHeader-FeaturedElement_container .HomeHeader-FeaturedElement_description .HomeHeader-FeaturedElement_date {
  padding-bottom: 1.6rem;
}
@media (max-width: 1024px) {
  .HomeHeader-FeaturedElement_container {
    width: calc((100vw) / 100 * (100 / var(--feautured-col-count) * 1.2));
    padding-top: 0;
    height: calc(var(--landing-height) - 7rem);
  }
}
.HomeHeader-FeaturedElement_past .HomeHeader-FeaturedElement_container {
  background-color: var(--black);
  color: #fff;
  border-color: #fff;
  opacity: 0.3;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Collections_container {
  position: fixed;
  height: 0vh;
  width: 100vw;
  color: var(--white);
  background-color: var(--black);
  z-index: 60;
  transition: height 0.5s;
  overflow: hidden;
  overflow-y: scroll;
}
.Collections_container.Collections_focused {
  height: calc(100vh - 30px);
}
.Collections_container .Collections_closeIcon {
  position: fixed;
  top: 1rem;
  left: calc(50vw - 2.5rem);
  width: 5rem;
  height: 5rem;
  z-index: 1000;
}
.Collections_container .Collections_closeIcon button {
  margin: 0;
}
.Collections_container .Collections_information {
  margin: auto;
  position: relative;
  display: flex;
  max-width: 1800px;
  flex-direction: column;
  justify-items: center;
  padding: 6rem 12rem;
}
@media (max-width: 1024px) {
  .Collections_container .Collections_information {
    padding: 6rem 2rem;
  }
}
.Collections_container .Collections_information .Collections_title {
  text-align: center;
}
@media (min-width: 2001px) {
  .Collections_container .Collections_information .Collections_title {
    font: 500 4rem/1 var(--font);
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  .Collections_container .Collections_information .Collections_title {
    font: 500 4rem/1 var(--font);
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  .Collections_container .Collections_information .Collections_title {
    font: 500 4rem/1 var(--font);
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .Collections_container .Collections_information .Collections_title {
    font: 500 4rem/1 var(--font);
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .Collections_container .Collections_information .Collections_title {
    font: 500 3rem/1 var(--font);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Collections_container .Collections_information .Collections_title {
    font: 500 3rem/1 var(--font);
  }
}
@media (max-width: 767px) {
  .Collections_container .Collections_information .Collections_title {
    font: 500 3rem/1 var(--font);
  }
}
.Collections_container .Collections_information .Collections_collections {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 100%;
  padding: 6rem;
}
@media (max-width: 1024px) {
  .Collections_container .Collections_information .Collections_collections {
    padding: 0;
  }
}
.Collections_container .Collections_information .Collections_collections .Collections_collection {
  width: calc(33.333%);
  padding: 1rem;
}
@media (max-width: 1024px) {
  .Collections_container .Collections_information .Collections_collections .Collections_collection {
    width: 100%;
  }
}
.Collections_container .Collections_information .Collections_collections .Collections_collection img {
  width: 100%;
  object-fit: cover;
}
.Collections_container .Collections_information .Collections_collections .Collections_collection .Collections_name {
  color: #fff;
  padding-bottom: 1rem;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Cart_container {
  --folder-width: 200px;
}
@media print {
  .Cart_container {
    display: none;
  }
}
.Cart_container .Cart_cart {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 10000;
  bottom: 0rem;
  right: 0rem;
  height: calc(100vh - 0rem);
  width: 0;
  transform: translate(100%, 0);
  background-color: var(--light-black);
  color: #fff;
  padding: 1.8rem 2.2rem 2.2rem 2.2rem;
  outline: #fff solid 2px;
  outline-offset: -0.8rem;
  transition: all 0.4s;
  overscroll-behavior: contain;
}
.Cart_container .Cart_cart.Cart_inactive {
  pointer-events: none;
}
.Cart_container .Cart_cart.Cart_inactive > div {
  opacity: 0.1;
}
.Cart_container .Cart_cart .Cart_header {
  flex-shrink: 0;
}
.Cart_container .Cart_cart .Cart_header .Cart_top {
  display: flex;
  justify-content: space-between;
  border-bottom: solid #fff 1px;
  padding-bottom: 0.3rem;
}
.Cart_container .Cart_cart .Cart_options {
  padding-top: 0.6rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: solid #d3d3d3 1px;
  padding-bottom: 0.6rem;
}
.Cart_container .Cart_cart .Cart_options .Cart_listOptions {
  border-right: 1px solid #fff;
  padding-right: 1rem;
  transition: width 0.3s;
  justify-content: space-between;
  display: flex;
  width: calc(100% + 1rem);
}
.Cart_container .Cart_cart .Cart_options.Cart_folderOpen .Cart_listOptions {
  width: calc(100% - var(--folder-width) - 2.7rem);
}
.Cart_container .Cart_cart .Cart_options .Cart_search {
  display: flex;
  height: 2.2rem;
}
.Cart_container .Cart_cart .Cart_options .Cart_search img {
  cursor: pointer;
  height: 2.2rem;
  opacity: 0.8;
  filter: invert();
}
.Cart_container .Cart_cart .Cart_options .Cart_search input {
  color: #fff;
  background-color: rgba(244,244,244,0.24);
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0.2em 0.4em;
}
.Cart_container .Cart_cart .Cart_options .Cart_search input::placeholder {
  color: rgba(255,255,255,0.6);
}
.Cart_container .Cart_cart .Cart_options .Cart_searchButton,
.Cart_container .Cart_cart .Cart_options .Cart_folderToggle,
.Cart_container .Cart_cart .Cart_options .Cart_selectButton {
  cursor: pointer;
}
.Cart_container .Cart_cart .Cart_options .Cart_searchButton img,
.Cart_container .Cart_cart .Cart_options .Cart_folderToggle img,
.Cart_container .Cart_cart .Cart_options .Cart_selectButton img {
  height: 2.2rem;
  filter: invert();
}
.Cart_container .Cart_cart .Cart_options .Cart_searchButton,
.Cart_container .Cart_cart .Cart_options .Cart_folderToggle {
  opacity: 1;
}
.Cart_container .Cart_cart .Cart_options .Cart_searchButton img {
  padding: 3px;
}
.Cart_container .Cart_cart .Cart_options .Cart_selectButton img {
  padding: 3px;
}
.Cart_container .Cart_openCart {
  position: fixed;
  z-index: 10001;
  bottom: 2rem;
  right: 2rem;
  background-color: #fff;
  border-radius: 9999%;
  cursor: pointer;
  padding: 0 1.5rem;
  border: solid 1px #000;
  transition: right 0.4s;
  width: var(--button-size);
  height: var(--button-size);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.Cart_container .Cart_openCart img {
  height: 70%;
}
.Cart_container .Cart_openCart .Cart_indicator {
  background-color: #000;
  border: solid #fff 1px;
  color: #fff;
  border-radius: 9999%;
  width: 2.3rem;
  height: 2.3rem;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 1.15rem;
  left: 3.2rem;
  top: -1rem;
  font-size: 0.8em;
}
.Cart_container .Cart_openCart:hover {
  filter: invert();
}
.Cart_container .Cart_cart {
  transition: all 0.3s;
}
.Cart_container .Cart_cart .Cart_header,
.Cart_container .Cart_cart .Cart_controlls {
  transition: all 0.3s;
  width: calc(400px - 4.4rem);
}
.Cart_container .Cart_cart.Cart_activeFolder .Cart_header {
  width: calc(600px - 4.4rem);
}
.Cart_container.Cart_active .Cart_cart {
  width: 400px;
  transform: translate(0);
}
.Cart_container.Cart_active .Cart_cart.Cart_activeFolder {
  width: 600px;
}
#coverup {
  padding-block: 6px;
  padding-left: 20px;
  padding-right: 12px;
  background: #000;
  color: #fff;
  border: solid #fff 1px;
  transform: translate(-100%, -100%);
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 2;
}
.Cart_moduleText {
  display: flex;
}
.Cart_moduleText img {
  height: 2rem;
  cursor: pointer;
}
.Cart_moduleText img:hover {
  opacity: 0.5;
}
.Cart_moduleText .Cart_moduleCoppyButton {
  text-decoration: underline;
}
.Cart_moduleLink {
  white-space: no-wrap;
  word-break: break-all;
}
.Cart_printButton {
  position: fixed;
  bottom: 2rem;
  right: 8rem;
  height: 5rem;
  width: 5rem;
  padding: 1rem;
  background-color: #fff;
  border: solid #000 1px;
  border-radius: 999%;
  cursor: pointer;
}
.Cart_printButton:hover {
  background-color: #fff;
  filter: invert();
  color: #fff;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Cart-PrintSettings_container {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 999;
  bottom: 0rem;
  right: -400px;
  height: calc(100vh - 0rem);
  width: 400px;
  background-color: var(--light-black);
  color: #fff;
  padding: 1.8rem 2.2rem 2.2rem 2.2rem;
  outline: #fff dotted 2px;
  outline-offset: -0.8rem;
  transition: all 0.3s;
  overflow: scroll;
}
.Cart-PrintSettings_container .Cart-PrintSettings_printButton {
  position: sticky;
  bottom: 0;
  height: 5rem;
  width: 5rem;
  padding: 1rem;
  background-color: #fff;
  border-radius: 999%;
  cursor: pointer;
}
.Cart-PrintSettings_container .Cart-PrintSettings_printButton:hover {
  border: solid #000 1px;
  background-color: #fff;
  filter: invert();
  color: #fff;
}
.Cart-PrintSettings_container .Cart-PrintSettings_title {
  padding-bottom: 3rem;
}
.Cart-PrintSettings_container.Cart-PrintSettings_active {
  right: 400px;
  transform: translate(0, 0);
}
.Cart-PrintSettings_container.Cart-PrintSettings_folderActive {
  right: 600px;
}
.Cart-PrintSettings_container .Cart-PrintSettings_close {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.Cart-PrintSettings_container .Cart-PrintSettings_settingsBlock {
  padding-bottom: 2rem;
}
.Cart-PrintSettings_container .Cart-PrintSettings_settingsBlock .Cart-PrintSettings_settingsLabel {
  border-bottom: solid #fff 2px;
  margin-bottom: 1.2rem;
  padding-bottom: 0.5rem;
}
fieldset {
  border: 0;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Cart-PrintSettings-Checkbox_setting {
  border-bottom: solid #aaa 1px;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1024px) {
  .Cart-PrintSettings-Checkbox_setting {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }
}
.Cart-PrintSettings-Checkbox_setting .Cart-PrintSettings-Checkbox_settingLabel {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  cursor: pointer;
}
@media (min-width: 2001px) {
  .Cart-PrintSettings-Checkbox_setting .Cart-PrintSettings-Checkbox_settingLabel {
    font: 1.4rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  .Cart-PrintSettings-Checkbox_setting .Cart-PrintSettings-Checkbox_settingLabel {
    font: 1.4rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  .Cart-PrintSettings-Checkbox_setting .Cart-PrintSettings-Checkbox_settingLabel {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .Cart-PrintSettings-Checkbox_setting .Cart-PrintSettings-Checkbox_settingLabel {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .Cart-PrintSettings-Checkbox_setting .Cart-PrintSettings-Checkbox_settingLabel {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Cart-PrintSettings-Checkbox_setting .Cart-PrintSettings-Checkbox_settingLabel {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .Cart-PrintSettings-Checkbox_setting .Cart-PrintSettings-Checkbox_settingLabel {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media print {
  .Cart-PrintSettings-Checkbox_setting .Cart-PrintSettings-Checkbox_settingLabel {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.Cart-PrintSettings-Checkbox_setting .Cart-PrintSettings-Checkbox_settingLabel input {
  cursor: pointer;
  margin-top: 0.4rem;
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.Cart-PrintSettings-Checkbox_setting .Cart-PrintSettings-Checkbox_settingLabel .Cart-PrintSettings-Checkbox_checkmark {
  flex-shrink: 0;
  border-radius: 9999%;
  height: 1em;
  width: 1em;
  background-color: #fff;
  opacity: 0.1;
}
.Cart-PrintSettings-Checkbox_setting .Cart-PrintSettings-Checkbox_settingLabel .Cart-PrintSettings-Checkbox_labelText {
  display: flex;
  flex-direction: column;
}
.Cart-PrintSettings-Checkbox_setting .Cart-PrintSettings-Checkbox_settingLabel input:checked ~ .Cart-PrintSettings-Checkbox_checkmark {
  opacity: 1;
  outline: solid #000 4px;
  outline-offset: -10px;
}
.Cart-PrintSettings-Checkbox_setting .Cart-PrintSettings-Checkbox_settingLabel:hover input ~.Cart-PrintSettings-Checkbox_labelText {
  opacity: 0.6;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Cart-ImportModule_selectionButtons,
.Cart-ImportModule_actionButtons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.Cart-ImportModule_selectionButtons {
  flex-direction: row;
  justify-content: center;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Cart-CartList_cartWrapper {
  display: flex;
  justify-content: space-between;
  flex-shrink: 1;
  height: 100%;
  overflow-x: scroll;
  padding-bottom: 5rem;
  overscroll-behavior: contain;
  position: relative;
  width: calc(400px - 4.4rem);
  transition: all 0.3s;
  opacity: 1 !important;
}
.Cart-CartList_cartWrapper.Cart-CartList_activeFolder {
  width: calc(600px - 4.4rem);
}
.Cart-CartList_cartWrapper .Cart-CartList_liste {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 1.5rem;
}
.Cart-CartList_cartWrapper .Cart-CartList_liste ul {
  flex-grow: 1;
  overflow-y: scroll;
  overflow-x: visible;
  margin-bottom: 1.5rem;
  padding-inline: 0.2rem;
  padding-right: 0.5rem;
  transition: padding 0.3s;
}
.Cart-CartList_cartWrapper .Cart-CartList_liste ul .Cart-CartList_empty {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.Cart-CartList_cartWrapper .Cart-CartList_liste ul.Cart-CartList_folder {
  background-color: #fff;
  position: relative;
  padding: 0.6rem 1rem 0.8rem 1rem;
}
.Cart-CartList_cartWrapper .Cart-CartList_liste ul.Cart-CartList_folder * {
  color: #000;
  border-color: #000;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Cart-CartList-CartElementWrapper_classContainer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.Cart-CartList-CartElementWrapper_classContainer .Cart-CartList-CartElementWrapper_check {
  height: 15px;
  filter: invert();
}
.Cart-CartList-CartElementWrapper_classContainer .Cart-CartList-CartElementWrapper_check.Cart-CartList-CartElementWrapper_inactive {
  opacity: 1;
}
.Cart-CartList-CartElementWrapper_classContainer .Cart-CartList-CartElementWrapper_check.Cart-CartList-CartElementWrapper_isFolder {
  filter: none;
}
.Cart-CartList-CartElementWrapper_classContainer .Cart-CartList-CartElementWrapper_draggable {
  width: 100%;
  cursor: grab;
}
.Cart-CartList-CartElementWrapper_classContainer .Cart-CartList-CartElementWrapper_draggable .Cart-CartList-CartElementWrapper_dummyUp,
.Cart-CartList-CartElementWrapper_classContainer .Cart-CartList-CartElementWrapper_draggable .Cart-CartList-CartElementWrapper_dummyDown {
  opacity: 0 !important;
  height: 0;
  width: 100%;
  outline: solid #fff 1px;
  background-color: #fff;
  margin: 0;
}
.Cart-CartList-CartElementWrapper_classContainer .Cart-CartList-CartElementWrapper_draged {
  background-color: var(--light-black);
}
.Cart-CartList-CartElementWrapper_classContainer .Cart-CartList-CartElementWrapper_draged div {
  opacity: 0.2;
}
.Cart-CartList-CartElementWrapper_classContainer .Cart-CartList-CartElementWrapper_dragedOver.Cart-CartList-CartElementWrapper_up .Cart-CartList-CartElementWrapper_dummyUp {
  opacity: 1 !important;
}
.Cart-CartList-CartElementWrapper_classContainer .Cart-CartList-CartElementWrapper_dragedOver.Cart-CartList-CartElementWrapper_down .Cart-CartList-CartElementWrapper_dummyDown {
  opacity: 1 !important;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Cart-CartList-CartElement_container {
  margin-block: 0.3rem;
  border: solid #fff 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 4px;
  position: relative;
}
.Cart-CartList-CartElement_container.Cart-CartList-CartElement_new {
  border: dashed #fff;
}
.Cart-CartList-CartElement_container:hover {
  background-color: #808080;
}
.Cart-CartList-CartElement_container > div {
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
  gap: 12px;
}
.Cart-CartList-CartElement_container .Cart-CartList-CartElement_preview {
  height: 50px;
  width: 50px;
  flex-shrink: 0;
  background-color: #808080;
  color: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
}
.Cart-CartList-CartElement_container .Cart-CartList-CartElement_preview img {
  height: 100%;
  width: 100%;
}
.Cart-CartList-CartElement_container .Cart-CartList-CartElement_remove {
  cursor: pointer;
  font-size: 8px;
  flex-shrink: 0;
}
.Cart-CartList-CartElement_container a {
  color: #fff;
  text-decoration: unset;
  width: 100%;
  flex-grow: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}
@media (min-width: 2001px) {
  .Cart-CartList-CartElement_container a {
    font: 1.4rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  .Cart-CartList-CartElement_container a {
    font: 1.4rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  .Cart-CartList-CartElement_container a {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .Cart-CartList-CartElement_container a {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .Cart-CartList-CartElement_container a {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Cart-CartList-CartElement_container a {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .Cart-CartList-CartElement_container a {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media print {
  .Cart-CartList-CartElement_container a {
    font: 1.3rem/1.2 var(--font);
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.Cart-CartList-CartElement_container a:hover {
  text-decoration: underline;
}
.Cart-CartList-CartElement_container.Cart-CartList-CartElement_current {
  background-color: #fff;
  color: #000;
}
.Cart-CartList-CartElement_container.Cart-CartList-CartElement_current a {
  color: #000;
  padding: 0.4rem;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Cart-CartList-CartElement-QueryElement_container {
  display: flex;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0.5rem !important;
}
.Cart-CartList-CartElement-QueryElement_container * {
  pointer-events: none;
}
.Cart-CartList-CartElement-QueryElement_container .Cart-CartList-CartElement-QueryElement_filter {
  gap: 0.2rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.Cart-CartList-CartElement-QueryElement_container .Cart-CartList-CartElement-QueryElement_text {
  padding-left: 0.3rem;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Cart-CartList-CartElement-DeletePopup_container {
  display: flex;
  gap: 2rem;
  hyphens: auto;
  -webkit-hyphens: auto;
  flex-direction: column;
}
.Cart-CartList-CartElement-DeletePopup_container .Cart-CartList-CartElement-DeletePopup_buttons {
  display: flex;
}
.Cart-CartList-CartElement-DeletePopup_container .Cart-CartList-CartElement-DeletePopup_buttons button {
  flex-shrink: 0;
}
.Cart-CartList-CartElement-DeletePopup_container .Cart-CartList-CartElement-DeletePopup_buttons .Cart-CartList-CartElement-DeletePopup_dark {
  background-color: #d3d3d3;
  border-color: #000;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Cart-CartList-FolderStructure_folderStructur {
  height: auto;
  margin-block: 1.5rem;
  display: flex;
  overflow: hidden;
  flex-shrink: 0;
  gap: 0;
  flex-direction: column;
  align-items: flex-end;
  border: solid 1px;
  border-color: transparent;
  margin-left: 0rem;
  transition: width 0.3s, border-color 0.3s, margin 0.3s;
  width: 0;
  justify-content: space-between;
}
.Cart-CartList-FolderStructure_folderStructur .Cart-CartList-FolderStructure_folderContainer {
  height: 100%;
  transition: width 0.3s, margin 0.3s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: calc(var(--folder-width) + 1.4rem);
  overflow-y: scroll;
}
.Cart-CartList-FolderStructure_folderStructur .Cart-CartList-FolderStructure_folderContainer .Cart-CartList-FolderStructure_empty {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Cart-CartList-FolderStructure_folderStructur .Cart-CartList-FolderStructure_folderOptions {
  padding-block: 1rem;
  margin-inline: 0.7rem;
  width: var(--folder-width);
  border-top: solid 1px #fff;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding-left: 0.7rem;
}
.Cart-CartList-FolderStructure_folderStructur .Cart-CartList-FolderStructure_folderOptions h3 {
  cursor: pointer;
}
.Cart-CartList-FolderStructure_folderStructur.Cart-CartList-FolderStructure_open {
  margin-left: 2rem;
  border-color: #fff;
  width: calc(var(--folder-width) + 1.4rem);
  box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.75);
}
.Cart-CartList-FolderStructure_folderStructur.Cart-CartList-FolderStructure_folderActive {
  overflow: visible;
  width: calc(var(--folder-width) + 3.4rem);
  margin-left: 0;
}
.Cart-CartList-FolderStructure_folderStructur.Cart-CartList-FolderStructure_folderActive .Cart-CartList-FolderStructure_folderContainer {
  width: calc(var(--folder-width) + 3.2rem);
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Cart-CartList-FolderStructure-CartFolder_container {
  overflow-y: scroll;
  overflow-x: visible;
  border-bottom: solid #808080 1px;
  position: relative;
  flex-shrink: 0;
  width: 100%;
  overscroll-behavior: none;
  min-height: 6rem;
  display: flex;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.Cart-CartList-FolderStructure-CartFolder_container.Cart-CartList-FolderStructure-CartFolder_dragOver {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
.Cart-CartList-FolderStructure-CartFolder_container.Cart-CartList-FolderStructure-CartFolder_dragOver .Cart-CartList-FolderStructure-CartFolder_icons {
  filter: invert();
}
.Cart-CartList-FolderStructure-CartFolder_container.Cart-CartList-FolderStructure-CartFolder_isIncluded {
  color: #fff;
  opacity: 0.2;
}
.Cart-CartList-FolderStructure-CartFolder_container.Cart-CartList-FolderStructure-CartFolder_isIncluded.Cart-CartList-FolderStructure-CartFolder_dragOver {
  background-color: unset;
}
.Cart-CartList-FolderStructure-CartFolder_container.Cart-CartList-FolderStructure-CartFolder_isIncluded.Cart-CartList-FolderStructure-CartFolder_dragOver .Cart-CartList-FolderStructure-CartFolder_icons {
  filter: unset;
}
.Cart-CartList-FolderStructure-CartFolder_container .Cart-CartList-FolderStructure-CartFolder_icons {
  display: none;
  padding-inline: 0.5rem;
  padding-top: 1rem;
  background-color: var(--light-black);
  border-left: 1px solid #808080;
  position: absolute;
  right: 0;
  top: 0rem;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1rem;
  z-index: 100;
  cursor: pointer;
  height: 100%;
}
.Cart-CartList-FolderStructure-CartFolder_container .Cart-CartList-FolderStructure-CartFolder_icons img:hover {
  opacity: 0.5;
}
.Cart-CartList-FolderStructure-CartFolder_container .Cart-CartList-FolderStructure-CartFolder_icons img {
  height: 2rem;
  width: 2rem;
  filter: invert();
}
.Cart-CartList-FolderStructure-CartFolder_container .Cart-CartList-FolderStructure-CartFolder_icons .Cart-CartList-FolderStructure-CartFolder_edit {
  height: 1.4rem;
  width: 1.4rem;
}
.Cart-CartList-FolderStructure-CartFolder_container .Cart-CartList-FolderStructure-CartFolder_icons.Cart-CartList-FolderStructure-CartFolder_setable {
  display: flex;
}
.Cart-CartList-FolderStructure-CartFolder_container:hover .Cart-CartList-FolderStructure-CartFolder_icons {
  display: flex;
}
.Cart-CartList-FolderStructure-CartFolder_container input {
  width: 100%;
  padding: 1rem;
  margin-left: 1rem;
  margin-right: 4rem;
  background-color: rgba(244,244,244,0.24);
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
}
.Cart-CartList-FolderStructure-CartFolder_container input::placeholder {
  color: rgba(255,255,255,0.6);
}
.Cart-CartList-FolderStructure-CartFolder_container.Cart-CartList-FolderStructure-CartFolder_activeFolder .Cart-CartList-FolderStructure-CartFolder_icons {
  display: none;
}
.Cart-CartList-FolderStructure-CartFolder_container.Cart-CartList-FolderStructure-CartFolder_activeFolder .Cart-CartList-FolderStructure-CartFolder_label {
  padding-left: 3rem;
}
.Cart-CartList-FolderStructure-CartFolder_container .Cart-CartList-FolderStructure-CartFolder_label {
  cursor: pointer;
  width: 100%;
  display: inline-flex;
  gap: 1rem;
  padding: 1.6rem 1rem;
  padding-right: 2.2rem;
  transition: padding 0.3s;
}
.Cart-CartList-FolderStructure-CartFolder_container .Cart-CartList-FolderStructure-CartFolder_label .Cart-CartList-FolderStructure-CartFolder_amount {
  flex-grow: 0;
  flex-shrink: 1;
  border: solid 1px;
  border-radius: 999px;
  padding: 0.2rem 1rem;
  font-size: 0.7em;
  height: 2.5em;
  width: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  transition: all 0.3s;
}
.Cart-CartList-FolderStructure-CartFolder_container .Cart-CartList-FolderStructure-CartFolder_label.Cart-CartList-FolderStructure-CartFolder_active {
  background-color: #fff;
  color: #000;
  padding-right: 4.2rem;
  padding-left: 0.5rem;
}
.Cart-CartList-FolderStructure-CartFolder_container .Cart-CartList-FolderStructure-CartFolder_label .Cart-CartList-FolderStructure-CartFolder_folderLabel {
  display: flex;
  align-items: center;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.Cart-CartControlls_controlls {
  position: absolute;
  bottom: 2.5rem;
  left: 2rem;
  cursor: pointer;
  border: solid #fff 1px;
  background-color: var(--light-black);
}
.Cart-CartControlls_controlls hr {
  opacity: 0.5;
}
.Cart-CartControlls_controlls > div {
  display: flex;
  gap: 0.6rem;
  flex-direction: column;
  padding: 1rem;
}
.Cart-CartControlls_controlls .Cart-CartControlls_openActions {
  gap: 4rem;
  flex-direction: row;
  align-items: center;
}
.Cart-CartControlls_controlls .Cart-CartControlls_openActions img {
  height: 1.3em;
  width: 1.3em;
  filter: invert();
}
.Cart-CartControlls_controlls .Cart-CartControlls_openActions img:hover {
  opacity: 0.5;
}
.Cart-CartControlls_controlls.Cart-CartControlls_open .Cart-CartControlls_actions {
  padding-top: 0;
}
.Cart-CartControlls_controlls.Cart-CartControlls_open .Cart-CartControlls_actions > h3 {
  padding-right: 4rem;
}
.Cart-CartControlls_controlls.Cart-CartControlls_closed:hover {
  background-color: #fff;
  color: #000;
}
.Cart-CartControlls_controlls.Cart-CartControlls_closed:hover img {
  filter: none;
}
.Cart-CartControlls_controlls h3 {
  padding-right: 1rem;
}
.Cart-CartControlls_controlls h3 a {
  color: #fff;
  text-decoration: none;
}
.Cart-CartControlls_controlls h3:hover {
  opacity: 0.5;
}
.Cart-CartControlls_controlls .Cart-CartControlls_close {
  position: absolute;
  right: 0.5rem;
  top: 0.7rem;
  filter: invert();
  height: 1.4em;
}
.Cart-CartControlls_controlls .Cart-CartControlls_close:hover {
  opacity: 0.5;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.PrintLayout_container {
  margin: auto;
  min-height: 100vh;
  color: #000 !important;
  padding: 0px;
  padding-top: 0px;
  margin: auto;
  background-color: #fff;
}
.PrintLayout_container .PrintLayout_disclaimer {
  font-size: 0.8em;
  opacity: 0.6;
}
.PrintLayout_container .PrintLayout_folderLabel {
  border-bottom: solid 1px #000;
  padding: 3rem;
  padding-bottom: 0.5rem;
  margin-bottom: 2.5rem;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.PrintLayout-ListElement_containerEl {
  padding-inline: 30px;
  padding-block: 30px;
  border-bottom: solid #fff;
  margin-right: auto;
  background-color: #fff;
  border-bottom: #000 solid 3px;
  max-width: 90%;
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
.PrintLayout-ListElement_containerEl .PrintLayout-ListElement_titleEL {
  padding-bottom: 15px;
  font-size: 2.5rem;
}
.PrintLayout-ListElement_containerEl .PrintLayout-ListElement_images {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  gap: 0.5rem;
}
.PrintLayout-ListElement_containerEl .PrintLayout-ListElement_images figure {
  flex-grow: 0;
  width: calc(33.333% - 0.5rem);
  max-width: 400px;
}
.PrintLayout-ListElement_containerEl .PrintLayout-ListElement_images figure img {
  width: 100%;
}
.PrintLayout-ListElement_containerEl .PrintLayout-ListElement_images figure figcaption {
  font-size: 0.8em;
}
.PrintLayout-ListElement_container {
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.PrintLayout-ListElement_container h2 {
  border: none;
  padding: 0;
  padding-bottom: 10px;
}
.PrintLayout-ListElement_container h3 {
  padding-top: 10px;
}
.PrintLayout-ListElement_container .label {
  display: flex;
  gap: 6px;
}
.PrintLayout-ListElement_container .label span {
  display: flex;
}
:root {
  --black: #222;
  --light-black: #444;
  --white: #fff;
  --faded: rgba(0,0,0,0.24);
  --tile-col-count: 6;
  --header-height: 135px;
  --searchbar-height: 5rem;
  --pill-padding: 0.5rem;
  --pill-height: calc(var(--searchbar-height) - var(--pill-padding) * 2);
  --pill-inner-padding: 0.71rem 2rem 0.71rem 2rem;
  --button-size: calc(var(--pill-padding) * 2 + var(--pill-height));
  --detailSheet-max-width: 1200px;
  --carpet-height--small: 110px;
  --carpet-header-blur: 10px;
  --landing-height: calc(50vh - var(--searchbar-height));
  --carpet-top: 2rem;
  --font: 'Circular';
  --font-mono: 'CircularMono';
}
@media (min-width: 2001px) {
  :root {
    --tile-col-count: 7;
    --feautured-col-count: 4;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  :root {
    --feautured-col-count: 4;
    --tile-col-count: 6;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 6;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --feautured-col-count: 3;
    --tile-col-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 1023px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 4;
  }
}
@media (max-width: 767px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 2;
  }
}
@media (max-width: 374px) {
  :root {
    --feautured-col-count: 2;
    --tile-col-count: 1;
  }
}
@media (max-width: 1024px) {
  :root {
    --black: #111;
    --landing-height: calc(80svh - var(--searchbar-height));
    --carpet-top: 0rem;
    --header-height: 150px;
    --carpet-height--small: 100px;
  }
}
.UI-PopUp_container {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 300;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.UI-PopUp_container .UI-PopUp_popup {
  padding: 1rem;
  background-color: #000;
  color: #fff;
  width: 50vw;
  max-width: 900px;
  box-shadow: 0px 0px 10px 7px rgba(255,255,255,0.4);
  -webkit-box-shadow: 0px 0px 10px 7px rgba(255,255,255,0.4);
  -moz-box-shadow: 0px 0px 10px 7px rgba(255,255,255,0.4);
}
.UI-PopUp_container .UI-PopUp_popup .UI-PopUp_header {
  padding-bottom: 2rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}
.UI-PopUp_container .UI-PopUp_popup .UI-PopUp_header .UI-PopUp_icons {
  display: flex;
  gap: 0.5rem;
}
.UI-PopUp_container .UI-PopUp_popup .UI-PopUp_header .UI-PopUp_icons .UI-PopUp_close,
.UI-PopUp_container .UI-PopUp_popup .UI-PopUp_header .UI-PopUp_icons .UI-PopUp_set,
.UI-PopUp_container .UI-PopUp_popup .UI-PopUp_header .UI-PopUp_icons .UI-PopUp_save {
  cursor: pointer;
  height: 2rem;
}
.UI-PopUp_container .UI-PopUp_popup .UI-PopUp_header .UI-PopUp_icons .UI-PopUp_close button,
.UI-PopUp_container .UI-PopUp_popup .UI-PopUp_header .UI-PopUp_icons .UI-PopUp_set button,
.UI-PopUp_container .UI-PopUp_popup .UI-PopUp_header .UI-PopUp_icons .UI-PopUp_save button,
.UI-PopUp_container .UI-PopUp_popup .UI-PopUp_header .UI-PopUp_icons .UI-PopUp_close img,
.UI-PopUp_container .UI-PopUp_popup .UI-PopUp_header .UI-PopUp_icons .UI-PopUp_set img,
.UI-PopUp_container .UI-PopUp_popup .UI-PopUp_header .UI-PopUp_icons .UI-PopUp_save img {
  margin: 0.2rem;
  height: 100%;
}
.UI-PopUp_container .UI-PopUp_popup .UI-PopUp_header .UI-PopUp_icons .UI-PopUp_close:hover,
.UI-PopUp_container .UI-PopUp_popup .UI-PopUp_header .UI-PopUp_icons .UI-PopUp_set:hover,
.UI-PopUp_container .UI-PopUp_popup .UI-PopUp_header .UI-PopUp_icons .UI-PopUp_save:hover {
  opacity: 0.5;
}
.UI-PopUp_container .UI-PopUp_popup .UI-PopUp_header .UI-PopUp_icons .UI-PopUp_set,
.UI-PopUp_container .UI-PopUp_popup .UI-PopUp_header .UI-PopUp_icons .UI-PopUp_save {
  filter: invert();
}
