<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">._group_1ryyz_1 {
  margin: 1.5em 0;
  padding: 1em 1.5em;
  background-color: white;
  border-radius: var(--border-radius);
}

._wrapper_1ryyz_8 {
  display: flex;
  align-items: start;
}
._wrapper_1ryyz_8 ._content_1ryyz_12 {
  flex-grow: 1;
}
._wrapper_1ryyz_8 ._content_1ryyz_12 h2 {
  padding: 0.5em 0;
}
._wrapper_1ryyz_8 ._content_1ryyz_12 h2 &gt; a[id] {
  display: block;
  top: calc(var(--header-height) * -1 - 1em);
  position: relative;
  width: 1px;
  height: 1px;
  background: red;
  z-index: 10000000;
  left: 0;
}

._alert_1ryyz_29 {
  border: 2px solid #00b45d;
  padding: 1em;
  margin-bottom: 1em;
}._shortcuts_1lai4_1 {
  background: white;
}
._shortcuts_1lai4_1 &gt; div {
  padding: 1em 1.5em !important;
}
._shortcuts_1lai4_1 ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  gap: 0.5em 1em;
  flex-wrap: wrap;
  margin: 0;
}
._shortcuts_1lai4_1 ul li {
  border-radius: var(--border-radius);
  background: var(--beigelight);
  white-space: nowrap;
}
._shortcuts_1lai4_1 ul li:hover {
  background-color: var(--beigedark);
}
._shortcuts_1lai4_1 ul li a {
  font-size: small;
  margin: 10px;
  color: black;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  ._shortcuts_1lai4_1 &gt; div {
    padding-left: 230px !important;
  }
}._about_fjsop_1 {
  background-color: white;
  border-radius: var(--border-radius);
  padding: 30px;
}

@media only screen and (min-width: 768px) {
  ._about_fjsop_1 {
    padding: 60px;
  }
}._about_sexyt_1._open_sexyt_1 &gt; div {
  max-height: -moz-max-content;
  max-height: max-content;
}
._about_sexyt_1._open_sexyt_1 &gt; div:after {
  display: none;
}
._about_sexyt_1 &gt; div {
  position: relative;
  max-height: 275px;
  overflow: hidden;
}
._about_sexyt_1 &gt; div:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background-image: linear-gradient(0deg, #FFFFFF 7%, rgba(255, 255, 255, 0) 100%);
}._characteristics_1sjmh_1 {
  background-color: var(--beigelight);
  border-radius: 6px;
  padding: 25px;
}
._characteristics_1sjmh_1 ._items_1sjmh_6 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin-bottom: 25px;
}
._characteristics_1sjmh_1 ._items_1sjmh_6 ._item_1sjmh_6 {
  border-bottom: 1px solid rgba(151, 144, 121, 0.3);
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}
._characteristics_1sjmh_1 ._items_1sjmh_6 ._item_1sjmh_6 ._icon_1sjmh_18 {
  flex-basis: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--beigedarker);
}
._characteristics_1sjmh_1 ._items_1sjmh_6 ._item_1sjmh_6 ._content_1sjmh_25 {
  flex-grow: 1;
}
._characteristics_1sjmh_1 ._items_1sjmh_6 ._item_1sjmh_6 ._content_1sjmh_25 ._title_1sjmh_28 {
  color: var(--beigedarker);
  font-size: 14px;
  line-height: 24px;
}
._characteristics_1sjmh_1 ._items_1sjmh_6 ._item_1sjmh_6 ._content_1sjmh_25 ._text_1sjmh_33 {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  ._characteristics_1sjmh_1 ._items_1sjmh_6 {
    grid-template-columns: 1fr 1fr;
  }
}._container_12xvw_1 {
  position: fixed;
  top: 100%;
  width: 100%;
  height: 0;
  left: 0;
  z-index: 220;
}
._container_12xvw_1 ._actions_12xvw_9 {
  position: absolute;
  bottom: -380px;
  left: 0;
  right: 0;
  border-radius: var(--border-radius);
  background-color: white;
  padding: 15px;
  transition: 0.3s;
  z-index: 10;
}
._container_12xvw_1 ._actions_12xvw_9 ._btn_12xvw_20 {
  cursor: pointer;
}
._container_12xvw_1 ._actions_12xvw_9 ._btn_12xvw_20._commercial_12xvw_23 {
  display: none;
}
._container_12xvw_1 ._actions_12xvw_9._open_12xvw_26 {
  bottom: 0px;
}
._container_12xvw_1 ._actions_12xvw_9 &gt; div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._container_12xvw_1 ._actions_12xvw_9 ._btn_12xvw_20 {
  display: flex;
  background-color: var(--beige);
  color: black;
  border-radius: var(--border-radius);
  padding: 0.65em 1.5em;
  align-items: center;
  gap: 1em;
}
._container_12xvw_1 ._actions_12xvw_9 ._btn_12xvw_20 &gt; span {
  flex-grow: 1;
  text-align: left;
}
._container_12xvw_1 ._actions_12xvw_9 ._btn_12xvw_20 strong {
  font-weight: normal;
}
._container_12xvw_1 ._actions_12xvw_9 ._btn_12xvw_20 &gt; i {
  display: none;
}
._container_12xvw_1 ._actions_12xvw_9 ._btnDark_12xvw_53 {
  background-color: var(--beigedarker);
  color: white;
}
._container_12xvw_1 ._actions_12xvw_9 ._btnLink_12xvw_57 {
  background-color: transparent;
  color: black;
}
._container_12xvw_1 ._toggle_12xvw_61 {
  position: fixed;
  left: 0.75em;
  right: 0.75em;
  bottom: 0.75em;
  border-radius: var(--border-radius);
  padding: 0.75em;
  background-color: var(--beigedarker);
  color: white;
  cursor: pointer;
  transition: right 0.25s;
}
body.up-button ._container_12xvw_1 ._toggle_12xvw_61 {
  right: 4.5em;
}

@media only screen and (min-width: 768px) {
  ._container_12xvw_1 {
    position: sticky;
    height: auto;
    top: 115px;
    width: auto;
  }
  ._container_12xvw_1 ._wrapper_12xvw_84 {
    display: flex;
    flex-direction: row;
  }
  ._container_12xvw_1 ._actions_12xvw_9 {
    position: relative;
    background-color: transparent;
    width: 320px;
    padding: 0;
    bottom: auto;
    top: 0;
  }
  ._container_12xvw_1 ._actions_12xvw_9 &gt; div ._btn_12xvw_20 {
    background-color: white;
    color: black;
  }
  ._container_12xvw_1 ._actions_12xvw_9 &gt; div ._btn_12xvw_20 strong {
    font-weight: bold;
  }
  ._container_12xvw_1 ._actions_12xvw_9 &gt; div ._btn_12xvw_20 &gt; i {
    display: block;
    color: var(--beigedarker);
  }
  ._container_12xvw_1 ._actions_12xvw_9 ._commercial_12xvw_23 {
    display: block !important;
    padding: 10px;
  }
  ._container_12xvw_1 ._toggle_12xvw_61 {
    display: none;
  }
}._container_4pwcy_1 {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(1, 1fr);
}
._container_4pwcy_1 &gt; div {
  background-color: white;
  border-radius: var(--border-radius);
  padding: 1em;
  display: flex;
  flex-direction: column;
}
._container_4pwcy_1 ._content_4pwcy_13 {
  margin: 1em 0;
  flex-grow: 1;
}
._container_4pwcy_1 dl {
  display: grid;
  grid-gap: 0.3em 1em;
  grid-template-columns: max-content;
}
._container_4pwcy_1 dl dt {
  color: var(--beigedarker);
}
._container_4pwcy_1 dl dd {
  margin: 0;
  grid-column-start: 2;
}
._container_4pwcy_1 a {
  width: 100%;
  justify-content: center;
}

@media only screen and (min-width: 1024px) {
  ._container_4pwcy_1 {
    grid-template-columns: repeat(2, 1fr);
  }
}</pre></body></html>