*,
*:before,
*:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
img,
b,
u,
i,
center,
table,
tr,
th,
td,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
sup {
  line-height: 0;
  font-size: smaller;
  vertical-align: super;
}
sub {
  line-height: 0;
  font-size: smaller;
  vertical-align: sub;
}
.t-clear {
  clear: both;
}
.t-row {
  margin: 0;
}
.t-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding: 0;
}
.t-container.flexx {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.t-container_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.t-container_100 {
  width: 100%;
  padding: 0;
}
.t-container_10 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  padding: 0;
}
.t-container_8 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px;
  padding: 0;
}
.t-container:before,
.t-container:after,
.t-container_10:before,
.t-container_10:after,
.t-container_8:before,
.t-container_8:after,
.t-container_100:before,
.t-container_100:after {
  display: table;
  content: " ";
  width: 0;
}
.t-container:after,
.t-container_10:after,
.t-container_8:after,
.t-container_100:after {
  clear: both;
}
.t-col {
  display: inline;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  width: 100%;
}
.t-col.flexx {
  align-items: stretch;
  height: inherit;
  margin-top: auto;
  margin-bottom: auto;
}
.t-col_flex {
  align-items: stretch;
  height: inherit;
  margin-top: auto;
  margin-bottom: auto;
}
.t-col_1 {
  max-width: 60px;
}
.t-col_2 {
  max-width: 160px;
}
.t-col_3 {
  max-width: 260px;
}
.t-col_4 {
  max-width: 360px;
}
.t-col_5 {
  max-width: 460px;
}
.t-col_6 {
  max-width: 560px;
}
.t-col_7 {
  max-width: 660px;
}
.t-col_8 {
  max-width: 760px;
}
.t-col_9 {
  max-width: 860px;
}
.t-col_10 {
  max-width: 960px;
}
.t-col_11 {
  max-width: 1060px;
}
.t-col_12 {
  max-width: 1160px;
}
.t-col_100 {
  max-width: 100vw;
}
.t-prefix_1 {
  padding-left: 100px;
}
.t-prefix_2 {
  padding-left: 200px;
}
.t-prefix_3 {
  padding-left: 300px;
}
.t-prefix_4 {
  padding-left: 400px;
}
.t-prefix_5 {
  padding-left: 500px;
}
.t-prefix_6 {
  padding-left: 600px;
}
.t-prefix_7 {
  padding-left: 700px;
}
.t-prefix_8 {
  padding-left: 800px;
}
.t-prefix_9 {
  padding-left: 900px;
}
.t-prefix_10 {
  padding-left: 1000px;
}
.t-prefix_11 {
  padding-left: 1100px;
}
.t-prefix_12 {
  padding-left: 1200px;
}
.t-width {
  width: 100%;
}
.t-width_1 {
  max-width: 60px;
}
.t-width_2 {
  max-width: 160px;
}
.t-width_3 {
  max-width: 260px;
}
.t-width_4 {
  max-width: 360px;
}
.t-width_5 {
  max-width: 460px;
}
.t-width_6 {
  max-width: 560px;
}
.t-width_7 {
  max-width: 660px;
}
.t-width_8 {
  max-width: 760px;
}
.t-width_9 {
  max-width: 860px;
}
.t-width_10 {
  max-width: 960px;
}
.t-width_11 {
  max-width: 1060px;
}
.t-width_12 {
  max-width: 1160px;
}
.t-width_100 {
  max-width: 100%;
}
.t-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}
.t-cell_25 {
  width: 25vw;
}
.t-cell_33 {
  width: 33.3333333vw;
}
.t-cell_50 {
  width: 50vw;
}
.t-cell_100 {
  width: 100vw;
}
@media screen and (max-width: 1200px) {
  .t-container {
    max-width: 960px;
    padding: 0;
  }
  .t-container_10 {
    max-width: 780px;
  }
  .t-container_8 {
    max-width: 640px;
  }
  .t-col {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
  }
  .t-col_1 {
    max-width: 60px;
  }
  .t-col_2 {
    max-width: 140px;
  }
  .t-col_3 {
    max-width: 220px;
  }
  .t-col_4 {
    max-width: 300px;
  }
  .t-col_5 {
    max-width: 380px;
  }
  .t-col_6 {
    max-width: 460px;
  }
  .t-col_7 {
    max-width: 540px;
  }
  .t-col_8 {
    max-width: 620px;
  }
  .t-col_9 {
    max-width: 700px;
  }
  .t-col_10 {
    max-width: 780px;
  }
  .t-col_11 {
    max-width: 860px;
  }
  .t-col_12 {
    max-width: 940px;
  }
  .t-prefix_1 {
    padding-left: 80px;
  }
  .t-prefix_2 {
    padding-left: 160px;
  }
  .t-prefix_3 {
    padding-left: 240px;
  }
  .t-prefix_4 {
    padding-left: 320px;
  }
  .t-prefix_5 {
    padding-left: 400px;
  }
  .t-prefix_6 {
    padding-left: 480px;
  }
  .t-prefix_7 {
    padding-left: 560px;
  }
  .t-prefix_8 {
    padding-left: 640px;
  }
  .t-prefix_9 {
    padding-left: 720px;
  }
  .t-prefix_10 {
    padding-left: 800px;
  }
  .t-prefix_11 {
    padding-left: 880px;
  }
  .t-prefix_12 {
    padding-left: 960px;
  }
  .t-width_1 {
    max-width: 60px;
  }
  .t-width_2 {
    max-width: 140px;
  }
  .t-width_3 {
    max-width: 220px;
  }
  .t-width_4 {
    max-width: 300px;
  }
  .t-width_5 {
    max-width: 380px;
  }
  .t-width_6 {
    max-width: 460px;
  }
  .t-width_7 {
    max-width: 540px;
  }
  .t-width_8 {
    max-width: 620px;
  }
  .t-width_9 {
    max-width: 700px;
  }
  .t-width_10 {
    max-width: 780px;
  }
  .t-width_11 {
    max-width: 860px;
  }
  .t-width_12 {
    max-width: 940px;
  }
  .t-width_100 {
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .t-container {
    max-width: 640px;
  }
  .t-container.flexx {
    display: block;
  }
  .t-container_flex {
    display: block;
  }
  .t-col {
    display: block;
    float: none;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .t-col_1,
  .t-col_2,
  .t-col_3,
  .t-col_4,
  .t-col_5,
  .t-col_6,
  .t-col_7,
  .t-col_8,
  .t-col_9,
  .t-col_10,
  .t-col_11,
  .t-col_12 {
    width: 100%;
    max-width: 100%;
  }
  .t-prefix_1,
  .t-prefix_2,
  .t-prefix_3,
  .t-prefix_4,
  .t-prefix_5,
  .t-prefix_6,
  .t-prefix_7,
  .t-prefix_8,
  .t-prefix_9,
  .t-prefix_10,
  .t-prefix_11,
  .t-prefix_12 {
    padding-left: none;
  }
}
.csssize {
  height: 9192px;
}
.t-body {
  margin: 0px;
}
#allrecords,
body {
  background-color: #fffaee;
}
#allrecords {
  -webkit-font-smoothing: antialiased;
}
#allrecords a {
  color: #e0481a;
  text-decoration: none;
}
#allrecords a,
#allrecords button,
#allrecords .t-radio,
#allrecords .t-checkbox,
#allrecords .t-img-select {
  outline: none;
}
#allrecords a:focus-visible,
#allrecords button:focus-visible,
#allrecords .t-focusable,
#allrecords .t-focusable .t-btn,
#allrecords .t-focusable .t-btntext,
#allrecords .t-img-select:focus-visible + .t-img-select__indicator,
#allrecords .t-img-select:focus-visible + .t-img-select__indicator:after,
#allrecords .t-radio:focus-visible + .t-radio__indicator,
#allrecords .t-checkbox:focus-visible + .t-checkbox__indicator {
  outline-color: #2015ff;
  outline-offset: 4px;
  outline-style: auto;
}
#allrecords .t-descr a:focus-visible,
#allrecords .t-sociallinks a:focus-visible,
#allrecords .ya-share2__link:focus-visible {
  outline-offset: 2px;
}
#allrecords a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
#allrecords ol {
  padding-left: 22px;
}
#allrecords ul {
  padding-left: 20px;
}
#allrecords b,
#allrecords strong {
  font-weight: 700;
}
@media print {
  body,
  html {
    min-width: 1200px;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    border: none;
  }
}
.t-records {
  -webkit-font_smoothing: antialiased;
  background-color: #fffaee;
}
.t-records a {
  color: #e0481a;
  text-decoration: none;
}
.t-records a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
.t-records ol {
  padding-left: 22px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.t-records ul {
  padding-left: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.t-mbfix {
  opacity: 0.01;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  position: fixed;
  width: 100%;
  height: 500px;
  background-color: white;
  top: 0px;
  left: 0px;
  z-index: 10000;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.t-mbfix_hide {
  -webkit-transform: translateX(3000px);
  -ms-transform: translateX(3000px);
  transform: translateX(3000px);
}
img:not([src]) {
  visibility: hidden;
}
.t-body_scroll-locked {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.r_anim {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.r_hidden {
  opacity: 0;
}
.r_showed {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  a:active,
  button:active {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
  }
}
.t-heading {
  font-family: "TTMoons", Arial, sans-serif;
  font-weight: 600;
  color: #262626;
}
.t-heading_lg {
  font-size: 32px;
  line-height: 1.17;
}
.t-descr {
  font-family: "TTMoons", Arial, sans-serif;
  font-weight: 400;
  color: #262626;
}
.t-descr_xs {
  font-size: 16px;
  line-height: 1.55;
}
.t-btn {
  display: inline-block;
  font-family: "TTMoons", Arial, sans-serif;
  border: 0 none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 700;
  background-image: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.t-btn td {
  vertical-align: middle;
}
.t-btn_sending {
  opacity: 0.5;
}
.t-align_left {
  text-align: left;
}
.t-valign_middle {
  vertical-align: middle;
}
.t-tildalabel {
  background-color: #000;
  color: #fff;
  width: 100%;
  height: 70px;
  font-family: Arial;
  font-size: 14px;
}
.t-tildalabel:hover .t-tildalabel__wrapper {
  opacity: 1;
}
.t-tildalabel__wrapper {
  display: table;
  height: 30px;
  width: 270px;
  margin: 0 auto;
  padding-top: 20px;
  opacity: 0.4;
}
.t-tildalabel__txtleft {
  display: table-cell;
  width: 120px;
  height: 30px;
  vertical-align: middle;
  text-align: right;
  padding-right: 12px;
  font-weight: 300;
  font-size: 12px;
}
.t-tildalabel__wrapimg {
  display: table-cell;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.t-tildalabel__img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.t-tildalabel__txtright {
  display: table-cell;
  width: 120px;
  height: 30px;
  vertical-align: middle;
  padding-left: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}
.t-tildalabel__link {
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
.t-popup {
  display: none;
}
.t-submit {
  font-family: "TTMoons", Arial, sans-serif;
}
.t-rec_pt_0 {
  padding-top: 0;
}
.t-rec_pb_0 {
  padding-bottom: 0;
}
.t-btnflex,
.t-btn.t-btnflex,
.t-submit.t-btnflex {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5ch;
  max-width: 100%;
  height: unset;
  padding: 0;
  overflow: hidden;
  font-family: "TTMoons", Arial, sans-serif, Arial, sans-serif;
  font-weight: 600;
  line-height: var(--line-height, 1.4);
  padding-top: calc(((var(--height, 0px) - 1em * var(--line-height, 1.4)) / 2) - var(--border-width, 0px));
  padding-bottom: calc(((var(--height, 0px) - 1em * var(--line-height, 1.4)) / 2) - var(--border-width, 0px));
  box-sizing: border-box;
  border-style: solid;
  border-color: transparent;
  border-width: var(--border-width, 0);
  background-image: none;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  white-space: nowrap;
}
.t-btnflex__text {
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  white-space: inherit;
  text-overflow: ellipsis;
}
.t-btnflex__icon {
  position: relative;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  transition-duration: inherit;
}
.t-btnflex__icon::before,
.t-btnflex__icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition-property: opacity, visibility;
  transition-duration: inherit;
}
.t-btnflex__icon::before {
  content: "";
  background-image: var(--icon, none);
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
.t-btnflex__icon_has_hover::after {
  content: "";
  opacity: 0;
  visibility: hidden;
  background-image: var(--icon-hover, none);
  transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
}
@media (hover: hover) {
  .t-btnflex:hover .t-btnflex__icon_has_hover::before {
    opacity: 0;
    visibility: hidden;
    transition-timing-function: cubic-bezier(0.5, 0, 0.75, 0);
  }
  .t-btnflex:hover .t-btnflex__icon_has_hover::after {
    opacity: 1;
    visibility: visible;
  }
}
.t-btnflex_xs,
.t-btn.t-btnflex_xs,
.t-submit.t-btnflex_xs {
  --height: 35px;
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
}
.t-btnflex_sm,
.t-btn.t-btnflex_sm,
.t-submit.t-btnflex_sm {
  --height: 45px;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
}
.t-btnflex_smd,
.t-btn.t-btnflex_smd,
.t-submit.t-btnflex_smd {
  --height: 50px;
  font-size: 15px;
  padding-left: 44px;
  padding-right: 44px;
}
.t-btnflex_md,
.t-btn.t-btnflex_md,
.t-submit.t-btnflex_md {
  --height: 60px;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
}
.t-btnflex_lg,
.t-btn.t-btnflex_lg,
.t-submit.t-btnflex_lg {
  --height: 60px;
  font-size: 22px;
  padding-left: 70px;
  padding-right: 70px;
}
.t-btnflex_xl,
.t-btn.t-btnflex_xl,
.t-submit.t-btnflex_xl {
  --height: 80px;
  font-size: 26px;
  padding-left: 80px;
  padding-right: 80px;
}
.t-btnflex_xxl,
.t-btn.t-btnflex_xxl,
.t-submit.t-btnflex_xxl {
  --height: 100px;
  font-size: 30px;
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (max-width: 1200px) {
  .t-descr_xs {
    font-size: 14px;
  }
  .t-heading_lg {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .t-descr_xs {
    font-size: 12px;
    line-height: 1.45;
  }
  .t-heading_lg {
    font-size: 26px;
  }
  .t-btn {
    white-space: normal;
  }
  .t-btnflex,
  .t-btn.t-btnflex,
  .t-submit.t-btnflex {
    white-space: normal;
  }
  .t-btnflex_sm,
  .t-btn.t-btnflex_sm,
  .t-submit.t-btnflex_sm {
    padding-left: 20px;
    padding-right: 20px;
  }
  .t-btnflex_md,
  .t-btn.t-btnflex_md,
  .t-submit.t-btnflex_md {
    padding-left: 30px;
    padding-right: 30px;
  }
  .t-btnflex_lg,
  .t-btn.t-btnflex_lg,
  .t-submit.t-btnflex_lg {
    font-size: 18px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .t-btnflex_xl,
  .t-btn.t-btnflex_xl,
  .t-submit.t-btnflex_xl {
    font-size: 22px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .t-btnflex_xxl,
  .t-btn.t-btnflex_xxl,
  .t-submit.t-btnflex_xxl {
    font-size: 26px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 480px) {
  .t-rec_pt_0 {
    padding-top: 0;
  }
  .t-rec_pb_0 {
    padding-bottom: 0;
  }
  .t-btnflex_xs,
  .t-btn.t-btnflex_xs,
  .t-submit.t-btnflex_xs {
    --height: 40px;
  }
  .t-btnflex_sm,
  .t-btn.t-btnflex_sm,
  .t-submit.t-btnflex_sm {
    --height: 50px;
  }
}
@font-face {
  font-family: "TTMoons";
  src:
    url("../fonts/TT_Moons_Bold.woff2") format("woff2"),
    url("../fonts/TT_Moons_Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.t396 {
  -webkit-text-size-adjust: 100%;
}
.t396__iframe {
  z-index: 10000;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  border: 0;
}
html body.t396__body_overflow_hidden {
  overflow: hidden !important;
}
.t396__display_none {
  display: none;
}
.t396__artboard {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.t396__artboard .t396__artboard_scale {
  overflow: visible;
}
.t396__artboard.t396__artboard_scale .t396__elem[data-elem-type="text"] .tn-atom {
  word-break: normal;
  -moz-osx-font-smoothing: grayscale;
}
.t396__artboard_scale .t396__carrier,
.t396__artboard_scale .t396__filter {
  transform-origin: top left;
}
.tn-atom__scale-wrapper {
  width: inherit;
  height: inherit;
}
.t396__elem .tn-atom__scale-wrapper .tn-atom {
  width: inherit;
  height: inherit !important;
  box-sizing: border-box;
}
.t396__artboard.rendering .tn-elem {
  visibility: hidden;
}
.t396__artboard.rendered .tn-elem {
  visibility: visible;
}
.t396__carrier {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  -moz-transform: unset;
}
.t396__filter {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
}
.t396__elem {
  position: absolute;
  box-sizing: border-box;
  display: table;
}
.t396 .tn-atom {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@media screen and (max-width: 959px) {
  .t396_safari .t396__artboard_scale .tn-atom {
    -webkit-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
  }
}
.t396 .tn-atom ul,
.t396 .tn-atom ol {
  margin-bottom: 0;
}
.t396 a.tn-atom {
  text-decoration: none;
}
.t396 .tn-atom__img {
  width: 100%;
  display: block;
}
.t396 .tn-atom__html {
  vertical-align: top;
}
.t396 .tn-atom__pin {
  border-radius: 1000px;
  border-style: solid;
}
.t396 .tn-atom__pin_onclick {
  cursor: pointer;
}
.t396 .tn-atom__tip,
.t396__tooltip-portal .tn-atom__tip {
  position: absolute;
  box-sizing: border-box;
  width: 300px;
  max-width: 90vw;
  padding: 15px;
  display: none;
}
.t396 .tn-atom__pin:hover .tn-atom__tip {
  display: none;
}
.t396 .tn-atom__tip-img,
.t396__tooltip-portal .tn-atom__tip-img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.t396 .tn-atom__tip[data-tip-pos="top"] {
  bottom: 100%;
  margin-bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.t396 .tn-atom__tip[data-tip-pos="bottom"] {
  top: 100%;
  margin-top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.t396 .tn-atom__tip[data-tip-pos="left"] {
  right: 100%;
  margin-right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.t396 .tn-atom__tip[data-tip-pos="right"] {
  left: 100%;
  margin-left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.t396__ui {
  position: absolute;
  top: 16px;
  left: 196px;
  background-color: #fa876b;
  color: #000 !important;
  height: 30px;
  line-height: 30px;
  width: 100px;
  z-index: 1000;
  text-align: center;
  border-radius: 3px;
  display: none;
  font-size: 14px;
}
.t396__artboard.t396__artboard-fixed-active {
  transform: none !important;
  opacity: 1 !important;
}
.t396__artboard-fixed-no-bg,
.t396__artboard-fixed-innactive,
.t396__artboard-fixed-innactive .t396__elem,
.t396__artboard-fixed-no-bg.t396__artboard-fixed-innactive .t396__elem {
  pointer-events: none;
}
.t396__artboard-fixed-no-bg .t396__elem {
  pointer-events: auto;
}
.t396__elem-flex {
  position: relative !important;
  left: initial !important;
  top: initial !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.t396__artboard-flex > .t396__elem:not(.tn-elem__absolute),
.t396__artboard-flex > .t396__group:not(.tn-group__absolute) {
  position: relative !important;
  left: initial !important;
  top: initial !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.record[off="y"] .t450 {
  display: none;
}
.t450__static.t450__overlay {
  position: relative !important;
  height: 100vh;
  z-index: 1 !important;
}
.t450__static.t450 {
  position: absolute !important;
  height: 100vh;
  z-index: 1 !important;
}
.t450__body_menushowed {
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}
.t450__list_item a,
#allrecords .t450__list_item a {
  text-decoration: none;
  color: #262626;
}
.t450 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 300px;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
  -webkit-transition: transform ease-in-out 0.3s;
  -moz-transition: transform ease-in-out 0.3s;
  -o-transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  background-color: #111;
}
.t450.t450__overflowed {
  overflow-y: scroll;
}
.t450__close {
  width: 40px;
  height: 40px;
  background-color: #111;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 999999;
}
.t450__static.t450__close {
  position: absolute;
  z-index: 1;
}
.t450__left {
  left: 0;
  right: auto;
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.t450__menu_show.t450 {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 999999;
}
.t450__overlay {
  display: none;
  position: fixed;
  inset: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.t450__menu_show.t450__overlay {
  display: block;
  z-index: 99999;
  opacity: 1;
}
.t450__overlay_bg {
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.6;
}
.t450__container {
  box-sizing: border-box;
  padding: 48px 40px 38px;
  position: relative;
  height: auto;
  min-height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.t450__rightside {
  position: relative;
  margin-top: auto;
}
.t450__logowrapper {
  margin-bottom: 25px;
}
.t450__logowrapper a {
  display: block;
}
.t450__logo {
  color: #fff;
}
.t450__logoimg {
  display: block;
  width: 100%;
  max-width: 120px;
}
.t-align_center .t450__logoimg {
  margin: 0 auto;
}
.t-align_right .t450__logoimg {
  margin-left: auto;
}
.t450__list {
  list-style-type: none;
  margin: 0;
  padding: 0 !important;
}
.t450__list_item {
  clear: both;
  font-family: "TTMoons", Arial, sans-serif;
  font-size: 16px;
  display: block;
  margin: 0;
  color: #262626;
}
.t450__list_item a {
  margin-bottom: 15px;
  display: inline-block;
}
.t450__list_item a.t-menusub__link-item {
  margin-bottom: 0;
}
.t450__list_item:last-child a:not(.t978__menu-link) {
  margin-bottom: 0 !important;
  display: inline-block;
}
.t450__list_item .t-active {
  opacity: 0.7;
}
.t450 .t-sociallinks a,
.t450__right_social_links {
  margin-top: 24px;
}
#allrecords .t450 ul.t-sociallinks__wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.t450 .t-sociallinks__item,
.t450__right_social_links_item {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  margin-top: 2px;
}
.t450 .t-sociallinks__item:last-child,
.t450__right_social_links_item:last-child {
  margin-right: 0;
}
.t450__right_descr {
  font-family: "TTMoons", Arial, sans-serif;
  font-size: 13px;
  color: #fff;
  margin-top: 25px;
}
.t450__right_share_buttons {
  margin-top: 25px;
}
.t450__right_buttons {
  margin-top: 15px;
}
.t450__right_buttons_but {
  display: inline-block;
  margin-top: 10px;
}
.t450__container.t-align_left .t450__right_buttons_but_two_left {
  margin-right: 5px;
}
.t450__container.t-align_right .t450__right_buttons_but_two_left {
  margin-right: 0;
}
.t450__container.t-align_left .t450__right_buttons_but_two_right {
  margin-left: 0;
}
.t450__container.t-align_right .t450__right_buttons_but_two_right {
  margin-left: 5px;
}
.t450__container.t-align_center .t450__right_buttons_but_two_left {
  margin-right: 2.5px;
}
.t450__container.t-align_center .t450__right_buttons_but_two_right {
  margin-left: 2.5px;
}
.t450__right_buttons_but .t-btnflex_md {
  padding-left: 40px;
  padding-right: 40px;
}
.t450__right_buttons_but .t-btnflex_sm {
  padding-left: 24px;
  padding-right: 24px;
}
.t450__right_langs {
  margin-top: 25px;
}
.t450__right_langs_lang {
  display: inline-block;
  margin-right: 2px;
}
.t450__close_icon {
  width: 24px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 999;
  margin-top: 11px;
  margin-left: 8px;
  color: #fff;
}
.t450__close-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  border: none;
}
.t450__close-button .t450__close_icon {
  margin: 0;
}
.t450__close_icon span {
  display: block;
  position: absolute;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  height: 2px;
  background-color: currentcolor;
}
.t450__close_icon span:nth-child(1) {
  top: 0;
}
.t450__close_icon span:nth-child(2),
.t450__close_icon span:nth-child(3) {
  top: 8px;
}
.t450__close_icon span:nth-child(4) {
  top: 16px;
}
.t450_opened .t450__close_icon span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.t450_opened .t450__close_icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.t450_opened .t450__close_icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.t450_opened .t450__close_icon span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
@media screen and (max-width: 980px) {
  .t450__container .t-menusub__menu {
    margin-bottom: 10px;
  }
  .t450__container .t-menusub__content:not(.t978__submenu-content) {
    padding: 0 0 10px;
  }
  .t450__container.t-align_center .t-menusub__content {
    text-align: center;
  }
  .t450__container.t-align_left .t-menusub__content {
    text-align: left;
  }
  .t450__container.t-align_right .t-menusub__content {
    text-align: right;
  }
  .t450__list_item a.t-menusub__link-item {
    margin-bottom: 0;
  }
  .t450__list_item:last-child a + .t-menusub .t-menusub__content {
    margin-top: 15px;
  }
}
@media screen and (max-width: 640px) {
  .t450__container {
    padding: 42px 25px 25px;
  }
}
@media screen and (max-width: 560px) {
  .t-body_scrollable-fix-for-android.t450__body_menushowed {
    overflow: hidden !important;
  }
}
.t450__menu__content {
  position: fixed;
  right: 15px;
  z-index: 99998;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  width: auto;
  -webkit-transition: opacity ease-in-out 0.2s;
  -moz-transition: opacity ease-in-out 0.2s;
  -o-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
}
.t450__burger_container {
  position: relative;
  width: 58px;
  height: 58px;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity ease-in-out 0.2s;
  -moz-transition: opacity ease-in-out 0.2s;
  -o-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
}
.t450__menu__content.t450__beforeready {
  opacity: 0;
  z-index: -1;
}
.t450__burger_container.t450__burger-nobg {
  width: auto !important;
  min-width: 30px;
  height: auto !important;
  min-height: 30px;
}
.t450__menu__content.t450__static {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  margin-left: auto !important;
  z-index: 1;
}
.t450__burger_container.t450__small {
  width: 48px;
  height: 48px;
}
.t450__burger_container.t450__big {
  width: 78px;
  height: 78px;
}
.t450__burger_bg {
  position: absolute;
  inset: 0;
  background-color: #111;
}
.t450__burger_cirqle {
  border-radius: 100px;
}
.t450__burger_container .t-menuburger__big {
  width: 38px;
  height: 26px;
}
.t450__burger_container .t-menuburger__big span {
  height: 4px;
}
.t450__burger_container .t-menuburger__big span:nth-child(2),
.t450__burger_container .t-menuburger__big span:nth-child(3) {
  top: 11px;
}
.t450__burger_container .t-menuburger__big span:nth-child(4) {
  top: 22px;
}
.t450 .ya-share2__list {
  margin-bottom: 0;
}
#allrecords ul.ya-share2__list {
  padding-left: 0;
}
.t450 .ya-share2__container_size_m .ya-share2__counter {
  line-height: 28px;
}
.t450__black-white .ya-share2__badge {
  background-color: #111 !important;
}
.t450__transp-white .ya-share2__badge {
  background-color: transparent !important;
}
.t450__transp-white .ya-share2__container_size_m .ya-share2__counter::before {
  display: none;
}
.t450__transp-white .ya-share2__container_size_m .ya-share2__counter {
  padding-left: 0 !important;
  margin-top: 2px;
}
.t450__white-black .ya-share2__badge {
  background-color: #fff !important;
}
.t450__white-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
}
.t450__white-black .ya-share2__container_size_m .ya-share2__counter {
  color: #222;
}
.t450__white-black .ya-share2__counter::before {
  background-color: #222;
}
.t450__white-black .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.7145 16.9838C7.24792 16.9838 4.12992 13.2361 4 7H6.73829C6.82823 11.5771 8.84691 13.5159 10.4459 13.9157V7H13.0244V10.9475C14.6034 10.7776 16.2622 8.97876 16.8218 7H19.4003C18.9706 9.43848 17.1717 11.2374 15.8925 11.9769C17.1717 12.5765 19.2205 14.1455 20 16.9838H17.1617C16.5521 15.085 15.0332 13.6159 13.0244 13.416V16.9838H12.7145Z' fill='black'/%3E%3C/svg%3E");
  background-size: 24px;
  background-position: center;
}
.t450__white-black .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.7368 11.5046L17.5763 6H16.4295L12.2273 10.7796L8.87103 6H5L10.0753 13.2276L5 19H6.14688L10.5845 13.9526L14.129 19H18L12.7368 11.5046ZM11.1659 13.2912L10.6517 12.5715L6.56012 6.8448H8.32166L11.6236 11.4665L12.1379 12.1862L16.43 18.1936H14.6685L11.1659 13.2912Z' fill='black'/%3E%3C/svg%3E");
  background-size: 24px;
  background-position: center;
}
.t450__white-black .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNTBweCIgaGVpZ2h0PSIxNTBweCIgdmlld0JveD0iMCAwIDE1MCAxNTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1MCAxNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjx0aXRsZT5TaGFwZTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgaWQ9IldlbGNvbWUiPjxwYXRoIGlkPSJTaGFwZSIgZmlsbD0iIzIyMjIyMiIgZD0iTTc0Ljk5Nyw0Ni4wMTFjLTQuOTAzLDAuMDA2LTguODc1LDMuOTc5LTguODgzLDguODgzYzAsNC44OTQsMy45ODUsOC44NzksOC44ODMsOC44NzljNC45MDMtMC4wMDgsOC44NzUtMy45NzksOC44OC04Ljg3OUM4My44NzksNDkuOTg5LDc5LjksNDYuMDE3LDc0Ljk5Nyw0Ni4wMTFMNzQuOTk3LDQ2LjAxMXogTTc0Ljk5Nyw3Ni4zMzhjLTExLjgzOC0wLjAxLTIxLjQzNy05LjYwNi0yMS40NDgtMjEuNDQ0YzAuMDA4LTExLjg0Niw5LjYwNC0yMS40NDIsMjEuNDQ4LTIxLjQ1NWMxMS44NDUsMC4wMSwyMS40NTEsOS42MDksMjEuNDU2LDIxLjQ1NUM5Ni40MzgsNjYuNzM0LDg2LjgzOCw3Ni4zMyw3NC45OTcsNzYuMzM4TDc0Ljk5Nyw3Ni4zMzh6IE02Ni4zMiw5My44MzZjLTQuNDEyLTEuMDAyLTguNjI0LTIuNzQ4LTEyLjQ1NS01LjE1NGMtMi45MzktMS44NS0zLjgyMy01LjczNC0xLjk3My04LjY2OGMxLjg0OC0yLjk0MSw1LjcyOC0zLjgyMiw4LjY2Ni0xLjk3NWM4LjgzNCw1LjUyMywyMC4wNTIsNS41MjMsMjguODg2LDBjMS45MDEtMS4xOTUsNC4yOTctMS4yODcsNi4yODQtMC4yNDJjMS45ODQsMS4wNDksMy4yNiwzLjA3OCwzLjM0Miw1LjMyNGMwLjA4NywyLjI0LTEuMDI3LDQuMzYzLTIuOTMsNS41NjFjLTMuODM0LDIuNDA2LTguMDQ5LDQuMTQ4LTEyLjQ1Nyw1LjE1NGwxMS45OTQsMTJjMi40NTEsMi40NTcsMi40NDYsNi40MzYtMC4wMTEsOC44OTNjLTIuNDU2LDIuNDQ1LTYuNDM0LDIuNDQ1LTguODg2LTAuMDEybC0xMS43NzktMTEuNzg5bC0xMS43ODUsMTEuNzg5Yy0yLjQ1NSwyLjQ1Ny02LjQzNiwyLjQ1Ny04Ljg4OSwwYy0yLjQ1NC0yLjQ1NS0yLjQ1NC02LjQzNCwwLTguODkxTDY2LjMyLDkzLjgzNkw2Ni4zMiw5My44MzZ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 28px 28px;
  background-position: -2px;
}
.t450__transp-black .ya-share2__badge {
  background-color: transparent !important;
}
.t450__transp-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
}
.t450__transp-black .ya-share2__container_size_m .ya-share2__counter {
  color: #222;
  padding-left: 0 !important;
  margin-top: 2px;
}
.t450__transp-black .ya-share2__counter::before {
  display: none;
}
.t450__transp-black .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.7145 16.9838C7.24792 16.9838 4.12992 13.2361 4 7H6.73829C6.82823 11.5771 8.84691 13.5159 10.4459 13.9157V7H13.0244V10.9475C14.6034 10.7776 16.2622 8.97876 16.8218 7H19.4003C18.9706 9.43848 17.1717 11.2374 15.8925 11.9769C17.1717 12.5765 19.2205 14.1455 20 16.9838H17.1617C16.5521 15.085 15.0332 13.6159 13.0244 13.416V16.9838H12.7145Z' fill='black'/%3E%3C/svg%3E");
  background-size: 24px;
  background-position: center;
}
.t450__transp-black .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.7368 11.5046L17.5763 6H16.4295L12.2273 10.7796L8.87103 6H5L10.0753 13.2276L5 19H6.14688L10.5845 13.9526L14.129 19H18L12.7368 11.5046ZM11.1659 13.2912L10.6517 12.5715L6.56012 6.8448H8.32166L11.6236 11.4665L12.1379 12.1862L16.43 18.1936H14.6685L11.1659 13.2912Z' fill='black'/%3E%3C/svg%3E");
  background-size: 24px;
  background-position: center;
}
.t450__transp-black .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNTBweCIgaGVpZ2h0PSIxNTBweCIgdmlld0JveD0iMCAwIDE1MCAxNTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1MCAxNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjx0aXRsZT5TaGFwZTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgaWQ9IldlbGNvbWUiPjxwYXRoIGlkPSJTaGFwZSIgZmlsbD0iIzIyMjIyMiIgZD0iTTc0Ljk5Nyw0Ni4wMTFjLTQuOTAzLDAuMDA2LTguODc1LDMuOTc5LTguODgzLDguODgzYzAsNC44OTQsMy45ODUsOC44NzksOC44ODMsOC44NzljNC45MDMtMC4wMDgsOC44NzUtMy45NzksOC44OC04Ljg3OUM4My44NzksNDkuOTg5LDc5LjksNDYuMDE3LDc0Ljk5Nyw0Ni4wMTFMNzQuOTk3LDQ2LjAxMXogTTc0Ljk5Nyw3Ni4zMzhjLTExLjgzOC0wLjAxLTIxLjQzNy05LjYwNi0yMS40NDgtMjEuNDQ0YzAuMDA4LTExLjg0Niw5LjYwNC0yMS40NDIsMjEuNDQ4LTIxLjQ1NWMxMS44NDUsMC4wMSwyMS40NTEsOS42MDksMjEuNDU2LDIxLjQ1NUM5Ni40MzgsNjYuNzM0LDg2LjgzOCw3Ni4zMyw3NC45OTcsNzYuMzM4TDc0Ljk5Nyw3Ni4zMzh6IE02Ni4zMiw5My44MzZjLTQuNDEyLTEuMDAyLTguNjI0LTIuNzQ4LTEyLjQ1NS01LjE1NGMtMi45MzktMS44NS0zLjgyMy01LjczNC0xLjk3My04LjY2OGMxLjg0OC0yLjk0MSw1LjcyOC0zLjgyMiw4LjY2Ni0xLjk3NWM4LjgzNCw1LjUyMywyMC4wNTIsNS41MjMsMjguODg2LDBjMS45MDEtMS4xOTUsNC4yOTctMS4yODcsNi4yODQtMC4yNDJjMS45ODQsMS4wNDksMy4yNiwzLjA3OCwzLjM0Miw1LjMyNGMwLjA4NywyLjI0LTEuMDI3LDQuMzYzLTIuOTMsNS41NjFjLTMuODM0LDIuNDA2LTguMDQ5LDQuMTQ4LTEyLjQ1Nyw1LjE1NGwxMS45OTQsMTJjMi40NTEsMi40NTcsMi40NDYsNi40MzYtMC4wMTEsOC44OTNjLTIuNDU2LDIuNDQ1LTYuNDM0LDIuNDQ1LTguODg2LTAuMDEybC0xMS43NzktMTEuNzg5bC0xMS43ODUsMTEuNzg5Yy0yLjQ1NSwyLjQ1Ny02LjQzNiwyLjQ1Ny04Ljg4OSwwYy0yLjQ1NC0yLjQ1NS0yLjQ1NC02LjQzNCwwLTguODkxTDY2LjMyLDkzLjgzNkw2Ni4zMiw5My44MzZ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 28px 28px;
  background-position: -2px;
}
.t1093 .t-popup {
  padding: 0;
  z-index: 10000001;
  background-color: transparent;
  transition: none;
}
.t1093 .t-popup.t-popup-disabled-bg,
.t1093 .t-popup.t-popup_hover-trigger {
  pointer-events: none;
}
.t1093 .t-popup.t-popup-disabled-bg .t-popup__close,
.t1093 .t-popup.t-popup_hover-trigger .t-popup__close,
.t1093 .t-popup.t-popup_show .t396__artboard_pointer-events-auto {
  pointer-events: auto;
}
.t1093 .t-popup-scrollable-artboard .t396__artboard {
  pointer-events: auto;
}
.t1093 .t-popup.t-popup-transition + .t-popup__bg {
  transition-property: opacity;
  transition-duration: 0.3s;
}
.t1093 .t-popup__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  pointer-events: none;
  opacity: 0;
  display: none;
}
.t1093 .t-popup__bg.t-popup__bg-active {
  display: block;
  opacity: 1;
}
.t1093 .t-popup__container {
  left: 0;
  right: 0;
  background-color: transparent;
  pointer-events: none;
}
.t1093 .t-popup.t-popup_show .r:not([data-record-type="396"], [data-record-type="121"]),
.t1093 .t-popup.t-popup_show .tn-elem,
.t1093 .t-popup.t-popup_show .tn-group {
  pointer-events: auto;
}
.t1093 .t-popup__container.t-valign_top {
  transform: none;
  top: 0;
}
.t1093 .t-popup__container.t-popup__container-static.t-valign_top,
.t1093 .t-popup__container.t-popup__container-static.t-valign_bottom {
  margin: 0 auto;
}
.t1093 .t-popup__container.t-valign_bottom {
  transform: none;
  top: auto;
  bottom: 0;
}
.t1093 .t-popup-transition:not(.t-popup-anim-fadein, .t-popup-fadeout) {
  overflow: hidden;
  overflow-y: auto;
}
.t1093 .t-popup-transition {
  opacity: 1;
}
.t1093 .t-popup-transition:not(.t-popup_show) {
  pointer-events: none;
}
.t1093 .t-popup-transition.t-popup-safari.t-popup-anim-appearfromright .t-popup__container,
.t1093 .t-popup-transition.t-popup-safari.t-popup-anim-appearfrombottom .t-popup__container {
  opacity: 0;
  transition-property: transform, opacity;
}
.t1093 .t-popup-transition.t-popup-safari.t-popup-anim-appearfromright.t-popup_show .t-popup__container,
.t1093 .t-popup-transition.t-popup-safari.t-popup-anim-appearfrombottom.t-popup_show .t-popup__container {
  opacity: 1;
}
.t1093 .t-popup-transition:not(.t-popup-anim-fadein) .t-popup__container {
  transition-property: transform;
  transition-duration: 0.3s;
}
.t1093 .t-popup-anim-fadein .t-popup__container,
.t1093 .t-popup-fadeout:not(.t-popup_show) .t-popup__container {
  opacity: 0;
  transform: none;
  transition-property: opacity;
  transition-duration: 0.3s;
}
.t1093 .t-popup-anim-fadein .t-valign_middle.t-popup__container:not(.t-popup__container-static) {
  transform: translateY(-50%);
}
.t1093 .t-popup-anim-appearfromtop .t-popup__container {
  transform: translateY(-100vh);
}
.t1093 .t-popup-anim-appearfrombottom .t-popup__container {
  transform: translateY(100vh);
}
.t1093 .t-popup-anim-appearfromtop .t-popup__container.t-popup__container-static {
  transform: translateY(-100%);
}
.t1093 .t-popup-anim-appearfrombottom .t-popup__container.t-popup__container-static {
  transform: translateY(100%);
}
.t1093 .t-popup-anim-appearfromright .t-popup__container {
  transform: translateX(100%);
}
.t1093 .t-popup-anim-appearfromleft .t-popup__container {
  transform: translateX(-100%);
}
.t1093 .t-popup-anim-appearfromright .t-popup__container.t-valign_middle:not(.t-popup__container-static) {
  transform: translate(100%, -50%);
}
.t1093 .t-popup-anim-appearfromleft .t-popup__container.t-valign_middle:not(.t-popup__container-static) {
  transform: translate(-100%, -50%);
}
.t1093 .t-popup-transition.t-popup_show:not(.t-popup-anim-fadein) .t-popup__container,
.t1093 .t-popup-transition.t-popup-fadeout:not(.t-popup-anim-fadein) .t-popup__container {
  transform: translate(0, 0);
}
.t1093
  .t-popup-transition.t-popup_show:not(.t-popup-anim-fadein)
  .t-popup__container.t-valign_middle:not(.t-popup__container-static),
.t1093
  .t-popup-transition.t-popup-fadeout:not(.t-popup-anim-fadein)
  .t-popup__container.t-valign_middle:not(.t-popup__container-static) {
  transform: translate(0, -50%);
}
.t1093 .t-popup-transition.t-popup_show.t-popup-anim-fadein .t-popup__container {
  opacity: 1;
}
.t1093 .t-popup-transition.t-popup-fadeout .t-popup__container {
  transition-property: opacity;
}
.t1093 .js-send-form-success .t-form__inputsbox {
  display: none;
}
.t390__wrapper {
  padding: 40px 45px;
}
.t390__img {
  display: block;
  width: 100%;
}
.t390__btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.t390__btn-wrapper,
.t390__social {
  margin-top: 16px;
}
.t390__uptitle {
  margin-bottom: 12px;
}
.t390__descr {
  margin-top: 17px;
}
@media screen and (max-width: 960px) {
  .t390__wrapper {
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  .t390__wrapper {
    padding: 20px;
  }
  .t390__btn-wrapper,
  .t390__social {
    margin-top: 16px;
  }
  .t390__uptitle {
    margin-bottom: 6px;
  }
  .t390__descr {
    margin-top: 8px;
  }
}
.t390 .ya-share2__container_size_m .ya-share2__icon {
  width: 26px;
  height: 26px;
}
.t390 .ya-share2__list {
  margin-bottom: 0;
}
#allrecords .t390__social .ya-share2__link:focus-visible {
  outline-offset: 1px;
}
.t390__circle-lg .ya-share2__container_size_m .ya-share2__icon {
  width: 34px !important;
  height: 34px !important;
  background-size: 34px 34px !important;
}
.t390__circle-lg .ya-share2__container_size_m .ya-share2__counter {
  font-size: 12px;
  line-height: 1.3;
  padding: 10px 9px 0;
}
.t390__circle-lg .ya-share2__container_size_m .ya-share2__counter::before {
  margin-left: -9px;
}
.t390__circle-xl .ya-share2__container_size_m .ya-share2__icon {
  width: 42px !important;
  height: 42px !important;
  background-size: 42px 42px !important;
}
.t390__circle-xl .ya-share2__container_size_m .ya-share2__counter {
  font-size: 14px;
  line-height: 1.3;
  padding: 13px 11px 0;
}
.t390__circle-xl .ya-share2__container_size_m .ya-share2__counter::before {
  margin-left: -11px;
}
.t390__circle-xxl .ya-share2__container_size_m .ya-share2__icon {
  width: 50px !important;
  height: 50px !important;
  background-size: 50px 50px !important;
}
.t390__circle-xxl .ya-share2__container_size_m .ya-share2__counter {
  font-size: 16px;
  line-height: 1.3;
  padding: 17px 14px 0;
}
.t390__circle-xxl .ya-share2__container_size_m .ya-share2__counter::before {
  margin-left: -14px;
}
.t390__black-white .ya-share2__badge {
  background-color: #111 !important;
}
.t390__transp-white .ya-share2__badge {
  background-color: transparent !important;
}
.t390__transp-white .ya-share2__container_size_m .ya-share2__counter::before {
  display: none;
}
.t390__transp-white .ya-share2__container_size_m .ya-share2__counter {
  padding-left: 0 !important;
  margin-top: 1px;
}
.t390__circle-lg.t390__transp-white .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  width: 30px;
}
.t390__circle-xl.t390__transp-white .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  width: 35px;
  background-size: 40px 42px !important;
}
.t390__circle-xxl.t390__transp-white .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  width: 40px;
  background-size: 44px 50px !important;
}
.t390__circle-xl.t390__transp-white
  .ya-share2__container_size_m
  .ya-share2__item_service_odnoklassniki
  .ya-share2__icon {
  width: 35px;
  background-size: 40px 42px !important;
}
.t390__circle-xxl.t390__transp-white
  .ya-share2__container_size_m
  .ya-share2__item_service_odnoklassniki
  .ya-share2__icon {
  width: 40px;
  background-size: 44px 50px !important;
}
.t390__white-black .ya-share2__badge {
  background-color: #fff !important;
}
.t390__white-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
}
.t390__white-black .ya-share2__container_size_m .ya-share2__counter {
  color: #222;
}
.t390__white-black .ya-share2__counter::before {
  background-color: #222;
}
.t390__white-black .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.7145 16.9838C7.24792 16.9838 4.12992 13.2361 4 7H6.73829C6.82823 11.5771 8.84691 13.5159 10.4459 13.9157V7H13.0244V10.9475C14.6034 10.7776 16.2622 8.97876 16.8218 7H19.4003C18.9706 9.43848 17.1717 11.2374 15.8925 11.9769C17.1717 12.5765 19.2205 14.1455 20 16.9838H17.1617C16.5521 15.085 15.0332 13.6159 13.0244 13.416V16.9838H12.7145Z' fill='black'/%3E%3C/svg%3E");
  background-size: 24px;
  background-position: center;
}
.t390__white-black .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.7368 11.5046L17.5763 6H16.4295L12.2273 10.7796L8.87103 6H5L10.0753 13.2276L5 19H6.14688L10.5845 13.9526L14.129 19H18L12.7368 11.5046ZM11.1659 13.2912L10.6517 12.5715L6.56012 6.8448H8.32166L11.6236 11.4665L12.1379 12.1862L16.43 18.1936H14.6685L11.1659 13.2912Z' fill='black'/%3E%3C/svg%3E");
  background-size: 24px;
  background-position: center;
}
.t390__white-black .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNTBweCIgaGVpZ2h0PSIxNTBweCIgdmlld0JveD0iMCAwIDE1MCAxNTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1MCAxNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjx0aXRsZT5TaGFwZTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgaWQ9IldlbGNvbWUiPjxwYXRoIGlkPSJTaGFwZSIgZmlsbD0iIzIyMjIyMiIgZD0iTTc0Ljk5Nyw0Ni4wMTFjLTQuOTAzLDAuMDA2LTguODc1LDMuOTc5LTguODgzLDguODgzYzAsNC44OTQsMy45ODUsOC44NzksOC44ODMsOC44NzljNC45MDMtMC4wMDgsOC44NzUtMy45NzksOC44OC04Ljg3OUM4My44NzksNDkuOTg5LDc5LjksNDYuMDE3LDc0Ljk5Nyw0Ni4wMTFMNzQuOTk3LDQ2LjAxMXogTTc0Ljk5Nyw3Ni4zMzhjLTExLjgzOC0wLjAxLTIxLjQzNy05LjYwNi0yMS40NDgtMjEuNDQ0YzAuMDA4LTExLjg0Niw5LjYwNC0yMS40NDIsMjEuNDQ4LTIxLjQ1NWMxMS44NDUsMC4wMSwyMS40NTEsOS42MDksMjEuNDU2LDIxLjQ1NUM5Ni40MzgsNjYuNzM0LDg2LjgzOCw3Ni4zMyw3NC45OTcsNzYuMzM4TDc0Ljk5Nyw3Ni4zMzh6IE02Ni4zMiw5My44MzZjLTQuNDEyLTEuMDAyLTguNjI0LTIuNzQ4LTEyLjQ1NS01LjE1NGMtMi45MzktMS44NS0zLjgyMy01LjczNC0xLjk3My04LjY2OGMxLjg0OC0yLjk0MSw1LjcyOC0zLjgyMiw4LjY2Ni0xLjk3NWM4LjgzNCw1LjUyMywyMC4wNTIsNS41MjMsMjguODg2LDBjMS45MDEtMS4xOTUsNC4yOTctMS4yODcsNi4yODQtMC4yNDJjMS45ODQsMS4wNDksMy4yNiwzLjA3OCwzLjM0Miw1LjMyNGMwLjA4NywyLjI0LTEuMDI3LDQuMzYzLTIuOTMsNS41NjFjLTMuODM0LDIuNDA2LTguMDQ5LDQuMTQ4LTEyLjQ1Nyw1LjE1NGwxMS45OTQsMTJjMi40NTEsMi40NTcsMi40NDYsNi40MzYtMC4wMTEsOC44OTNjLTIuNDU2LDIuNDQ1LTYuNDM0LDIuNDQ1LTguODg2LTAuMDEybC0xMS43NzktMTEuNzg5bC0xMS43ODUsMTEuNzg5Yy0yLjQ1NSwyLjQ1Ny02LjQzNiwyLjQ1Ny04Ljg4OSwwYy0yLjQ1NC0yLjQ1NS0yLjQ1NC02LjQzNCwwLTguODkxTDY2LjMyLDkzLjgzNkw2Ni4zMiw5My44MzZ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 24px 24px;
}
.t390__transp-black .ya-share2__badge {
  background-color: transparent !important;
}
.t390__transp-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
}
.t390__circle-lg.t390__transp-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  width: 30px;
}
.t390__circle-xl.t390__transp-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  width: 35px;
  background-size: 40px 42px;
}
.t390__circle-xxl.t390__transp-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  width: 40px;
  background-size: 44px 50px;
}
.t390__transp-black .ya-share2__container_size_m .ya-share2__counter {
  color: #222;
  padding-left: 0 !important;
  margin-top: 1px;
}
.t390__transp-black .ya-share2__counter::before {
  display: none;
}
.t390__transp-black .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.7145 16.9838C7.24792 16.9838 4.12992 13.2361 4 7H6.73829C6.82823 11.5771 8.84691 13.5159 10.4459 13.9157V7H13.0244V10.9475C14.6034 10.7776 16.2622 8.97876 16.8218 7H19.4003C18.9706 9.43848 17.1717 11.2374 15.8925 11.9769C17.1717 12.5765 19.2205 14.1455 20 16.9838H17.1617C16.5521 15.085 15.0332 13.6159 13.0244 13.416V16.9838H12.7145Z' fill='black'/%3E%3C/svg%3E");
  background-size: 24px;
  background-position: center;
}
.t390__transp-black .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.7368 11.5046L17.5763 6H16.4295L12.2273 10.7796L8.87103 6H5L10.0753 13.2276L5 19H6.14688L10.5845 13.9526L14.129 19H18L12.7368 11.5046ZM11.1659 13.2912L10.6517 12.5715L6.56012 6.8448H8.32166L11.6236 11.4665L12.1379 12.1862L16.43 18.1936H14.6685L11.1659 13.2912Z' fill='black'/%3E%3C/svg%3E");
  background-size: 24px;
  background-position: center;
}
.t390__transp-black .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNTBweCIgaGVpZ2h0PSIxNTBweCIgdmlld0JveD0iMCAwIDE1MCAxNTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1MCAxNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjx0aXRsZT5TaGFwZTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgaWQ9IldlbGNvbWUiPjxwYXRoIGlkPSJTaGFwZSIgZmlsbD0iIzIyMjIyMiIgZD0iTTc0Ljk5Nyw0Ni4wMTFjLTQuOTAzLDAuMDA2LTguODc1LDMuOTc5LTguODgzLDguODgzYzAsNC44OTQsMy45ODUsOC44NzksOC44ODMsOC44NzljNC45MDMtMC4wMDgsOC44NzUtMy45NzksOC44OC04Ljg3OUM4My44NzksNDkuOTg5LDc5LjksNDYuMDE3LDc0Ljk5Nyw0Ni4wMTFMNzQuOTk3LDQ2LjAxMXogTTc0Ljk5Nyw3Ni4zMzhjLTExLjgzOC0wLjAxLTIxLjQzNy05LjYwNi0yMS40NDgtMjEuNDQ0YzAuMDA4LTExLjg0Niw5LjYwNC0yMS40NDIsMjEuNDQ4LTIxLjQ1NWMxMS44NDUsMC4wMSwyMS40NTEsOS42MDksMjEuNDU2LDIxLjQ1NUM5Ni40MzgsNjYuNzM0LDg2LjgzOCw3Ni4zMyw3NC45OTcsNzYuMzM4TDc0Ljk5Nyw3Ni4zMzh6IE02Ni4zMiw5My44MzZjLTQuNDEyLTEuMDAyLTguNjI0LTIuNzQ4LTEyLjQ1NS01LjE1NGMtMi45MzktMS44NS0zLjgyMy01LjczNC0xLjk3My04LjY2OGMxLjg0OC0yLjk0MSw1LjcyOC0zLjgyMiw4LjY2Ni0xLjk3NWM4LjgzNCw1LjUyMywyMC4wNTIsNS41MjMsMjguODg2LDBjMS45MDEtMS4xOTUsNC4yOTctMS4yODcsNi4yODQtMC4yNDJjMS45ODQsMS4wNDksMy4yNiwzLjA3OCwzLjM0Miw1LjMyNGMwLjA4NywyLjI0LTEuMDI3LDQuMzYzLTIuOTMsNS41NjFjLTMuODM0LDIuNDA2LTguMDQ5LDQuMTQ4LTEyLjQ1Nyw1LjE1NGwxMS45OTQsMTJjMi40NTEsMi40NTcsMi40NDYsNi40MzYtMC4wMTEsOC44OTNjLTIuNDU2LDIuNDQ1LTYuNDM0LDIuNDQ1LTguODg2LTAuMDEybC0xMS43NzktMTEuNzg5bC0xMS43ODUsMTEuNzg5Yy0yLjQ1NSwyLjQ1Ny02LjQzNiwyLjQ1Ny04Ljg4OSwwYy0yLjQ1NC0yLjQ1NS0yLjQ1NC02LjQzNCwwLTguODkxTDY2LjMyLDkzLjgzNkw2Ni4zMiw5My44MzZ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 24px 24px;
}
.t400__off:not([data-record-type="396"]) {
  display: none !important;
}
.t400__off[data-record-type="396"] {
  opacity: 0 !important;
  height: 0 !important;
  max-height: 0 !important;
  min-height: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.t400 {
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.t123__centeredContainer {
  text-align: center;
}
.t270__error-msg {
  text-align: center;
  display: none;
}
.t270__error-msg-text {
  display: inline-block;
  margin: 0 20px 35px;
  padding: 15px;
  color: #f00;
  border: 1px solid #f00;
  font-size: 14px;
  font-family: tfutura, Arial, sans-serif;
}
#allrecords .t-text a,
#allrecords .t-descr:not(.t706__product-title) a,
#allrecords .t-heading a:not(.t-card__link),
#allrecords .t-title a,
#allrecords .t-impact-text a,
#allrecords .t-text-impact a,
#allrecords
  .t-name:not(.t-feed__parts-switch-btn):not(.t-feed__post-title)
  a:not(.t794__typo):not(.t-menusub__link-item):not(.t-card__link),
#allrecords .t-uptitle a,
#allrecords .tn-atom[field] a {
  transition: color 0.3s;
}
#allrecords .t-text a:hover,
#allrecords .t-descr:not(.t706__product-title) a:hover,
#allrecords .t-heading a:not(.t-card__link):hover,
#allrecords .t-title a:hover,
#allrecords .t-impact-text a:hover,
#allrecords .t-text-impact a:hover,
#allrecords
  .t-name:not(.t-feed__parts-switch-btn):not(.t-feed__post-title)
  a:not(.t794__typo):not(.t-menusub__link-item):not(.t-card__link):hover,
#allrecords .t-uptitle a:hover,
#allrecords .tn-atom[field] a:hover {
  color: #c3370d;
}
.t396 .t-animate[data-animate-style="fadein"],
.t396 .t-animate[data-animate-style="fadeindown"],
.t396 .t-animate[data-animate-style="fadeinleft"],
.t396 .t-animate[data-animate-style="fadeinright"],
.t396 .t-animate[data-animate-style="fadeinup"],
.t396 .t-animate[data-animate-style="zoomin"],
.t396 .t-animate[data-animate-style="zoomout"] {
  opacity: 0;
}
@media screen and (min-width: 980px) {
  .t-animate[data-animate-style="fadein"],
  .t-animate[data-animate-style="fadeindown"],
  .t-animate[data-animate-style="fadeinleft"],
  .t-animate[data-animate-style="fadeinright"],
  .t-animate[data-animate-style="fadeinup"],
  .t-animate[data-animate-style="zoomin"],
  .t-animate[data-animate-style="zoomout"] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    transition-duration: 1s;
    transition-property:
      opacity,
      -webkit-transform;
    transition-property: opacity, transform;
    transition-property:
      opacity,
      transform,
      -webkit-transform;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
  .t-title.t-animate {
    transition-duration: 1.2s;
  }
  .t-descr.t-animate,
  .t-subtitle.t-animate,
  .t-text.t-animate,
  .t-uptitle.t-animate {
    transition-duration: 0.7s;
  }
  .t-item.t-animate {
    transition-duration: 0.5s;
  }
  .t-animate_started[data-animate-style="fadein"] {
    opacity: 1;
  }
  .t-animate[data-animate-style="fadeinup"] {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  .t-animate_started[data-animate-style="fadeinup"] {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  .t-animate[data-animate-style="fadeindown"] {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  .t-animate_started[data-animate-style="fadeindown"] {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  .t-animate[data-animate-style="fadeinleft"] {
    -webkit-transform: translate(100px);
    transform: translate(100px);
  }
  .t-animate_started[data-animate-style="fadeinleft"] {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  .t-animate[data-animate-style="fadeinright"] {
    -webkit-transform: translate(-100px);
    transform: translate(-100px);
  }
  .t-animate_started[data-animate-style="fadeinright"] {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  .t-animate[data-animate-style="zoomin"] {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .t-animate_started[data-animate-style="zoomin"] {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .t-animate[data-animate-style="zoomout"] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .t-animate_started[data-animate-style="zoomout"] {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .t-animate_started[data-animate-distance],
  .t-animate_started[data-animate-scale] {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
.t-animate-for-wrapper .t-animate:not(.t-animate_started) {
  opacity: 0 !important;
  transition-duration: 0s !important;
}
.t-animate__overflow-x-hidden {
  overflow-x: hidden;
}
.t-body_popupshowed {
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}
.t-popup {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  overflow-y: auto;
  padding: 0 20px;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  z-index: 10000001;
}
.t-popup.t-popup_show {
  opacity: 1;
}
.t-popup__container {
  background: #fff;
  cursor: default;
  left: 20px;
  margin: 0 auto;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-30%) scale(0.9);
  transform: translateY(-30%) scale(0.9);
  width: auto;
  z-index: 1;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .t-popup__container {
    width: 100%;
  }
}
.t-popup__container-animated {
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.t-popup_show .t-popup__container {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.t-popup__container.t-popup__container-static {
  left: auto;
  margin: 65px auto;
  position: relative;
  right: auto;
  top: 0;
  -webkit-transform: translateY(30%) scale(0.9);
  transform: translateY(30%) scale(0.9);
  width: 100%;
}
.t-popup_show .t-popup__container.t-popup__container-static {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.t-popup__close {
  cursor: pointer;
  height: 23px;
  position: fixed;
  right: 20px;
  top: 20px;
  transition: opacity 0.3s ease-in-out;
  width: 23px;
  z-index: 9;
}
@media (min-width: 0\0), (min-width: 429px) and (hover) {
  .t-popup__close:hover {
    opacity: 0.7;
  }
}
.t-popup__block-close {
  height: 43px;
  right: 10px;
  top: 10px;
  width: 43px;
}
.t-popup__block-close-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 0;
  padding: 10px;
  width: 23px;
}
.t-body_scroll-locked {
  left: 0;
  position: fixed;
  width: 100%;
}
#rec1392421661 .t396__artboard {
  height: 78px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  column-gap: calc(20px * var(--zoom, 1));
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(20px * var(--zoom, 1));
  padding-bottom: calc(20px * var(--zoom, 1));
  width: auto;
}
#rec1392421661 .t396__filter {
  height: 78px;
}
#rec1392421661 .t396__carrier {
  height: 78px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1392421661 .t396__artboard,
  #rec1392421661 .t396__filter,
  #rec1392421661 .t396__carrier {
    height: 72px;
  }
  #rec1392421661 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(20px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1392421661 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392421661 .t396__artboard,
  #rec1392421661 .t396__filter,
  #rec1392421661 .t396__carrier {
    height: 72px;
  }
  #rec1392421661 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(20px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1392421661 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1392421661 .t396__artboard,
  #rec1392421661 .t396__filter,
  #rec1392421661 .t396__carrier {
    height: 64px;
  }
  #rec1392421661 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1392421661 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(12px * var(--zoom, 1));
    padding-bottom: calc(12px * var(--zoom, 1));
    width: auto;
  }
  #rec1392421661 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1392421661 .t396__artboard,
  #rec1392421661 .t396__filter,
  #rec1392421661 .t396__carrier {
    height: 64px;
  }
  #rec1392421661 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(12px * var(--zoom, 1));
    padding-bottom: calc(12px * var(--zoom, 1));
    width: auto;
  }
  #rec1392421661 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1392421661 .t396__artboard,
  #rec1392421661 .t396__filter,
  #rec1392421661 .t396__carrier {
    height: 64px;
  }
  #rec1392421661 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1392421661 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(12px * var(--zoom, 1));
    padding-bottom: calc(12px * var(--zoom, 1));
    width: auto;
  }
  #rec1392421661 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1392421661 .tn-group[data-group-id="175973878197899910"] {
  z-index: 3;
  position: absolute;
  top: 20px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 1;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1392421661 .tn-group[data-group-id="175973878197899910"] #molecule-175973878197899910 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1392421661 .tn-group[data-group-id="175973878197899910"] {
    display: flex;
    top: 20px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1392421661 .tn-group[data-group-id="175973878197899910"] #molecule-175973878197899910 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392421661 .tn-group[data-group-id="175973878197899910"] {
    display: flex;
    top: 20px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1392421661 .tn-group[data-group-id="175973878197899910"] #molecule-175973878197899910 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1392421661 .tn-group[data-group-id="175973878197899910"] {
    display: flex;
    top: 18px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1392421661 .tn-group[data-group-id="175973878197899910"] #molecule-175973878197899910 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1392421661 .tn-group[data-group-id="175973878197899910"] {
    display: flex;
    top: 18px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1392421661 .tn-group[data-group-id="175973878197899910"] #molecule-175973878197899910 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1392421661 .tn-group[data-group-id="175973878197899910"] {
    display: flex;
    top: 18px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1392421661 .tn-group[data-group-id="175973878197899910"] #molecule-175973878197899910 {
    display: flex;
  }
}
#rec1392421661 .tn-elem[data-elem-id="175916035087645530"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392421661 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 32px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392421661 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392421661 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    font-size: 32px;
    line-height: 1;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392421661 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392421661 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1392421661 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392421661 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    font-size: 28px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1392421661 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392421661 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1392421661 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392421661 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    background-size: cover;
  }
}
#rec1392421661 .tn-group[data-group-id="175973831359964580"] {
  z-index: 3;
  position: absolute;
  top: 27px;
  left: calc(50% - 800px + 904px);
  width: auto;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1392421661 .tn-group[data-group-id="175973831359964580"] #molecule-175973831359964580 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 32px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1392421661 .tn-group[data-group-id="175973831359964580"] {
    display: flex;
    top: 24px;
    left: calc(50% - 610px + 534px);
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392421661 .tn-group[data-group-id="175973831359964580"] #molecule-175973831359964580 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392421661 .tn-group[data-group-id="175973831359964580"] {
    display: flex;
    top: 24px;
    left: calc(50% - 480px + 284px);
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392421661 .tn-group[data-group-id="175973831359964580"] #molecule-175973831359964580 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1392421661 .tn-group[data-group-id="175973831359964580"] {
    display: none;
    top: 17px;
    left: calc(50% - 320px + 208px);
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392421661 .tn-group[data-group-id="175973831359964580"] #molecule-175973831359964580 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1392421661 .tn-group[data-group-id="175973831359964580"] {
    display: none;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392421661 .tn-group[data-group-id="175973831359964580"] #molecule-175973831359964580 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1392421661 .tn-group[data-group-id="175973831359964580"] {
    display: none;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392421661 .tn-group[data-group-id="175973831359964580"] #molecule-175973831359964580 {
    display: flex;
  }
}
#rec1392421661 .tn-elem[data-elem-id="175973830694494880"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 590px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392421661 .tn-elem[data-elem-id="175973830694494880"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392421661 .tn-elem[data-elem-id="175973830694494880"] {
    display: table;
    top: 0;
    left: 590px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392421661 .tn-elem[data-elem-id="175973830694494880"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392421661 .tn-elem[data-elem-id="175973830694494880"] {
    display: table;
    top: 0;
    left: 590px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392421661 .tn-elem[data-elem-id="175973830694494880"] {
    display: table;
    top: 0;
    left: 463px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392421661 .tn-elem[data-elem-id="175973830694494880"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1392421661 .tn-elem[data-elem-id="175973830694494880"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392421661 .tn-elem[data-elem-id="175973830694494880"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392421661 .tn-elem[data-elem-id="175973824507120070"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 458px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392421661 .tn-elem[data-elem-id="175973824507120070"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392421661 .tn-elem[data-elem-id="175973824507120070"] {
    display: table;
    top: 0;
    left: 458px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392421661 .tn-elem[data-elem-id="175973824507120070"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392421661 .tn-elem[data-elem-id="175973824507120070"] {
    display: table;
    top: 0;
    left: 458px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392421661 .tn-elem[data-elem-id="175973824507120070"] {
    display: table;
    top: 0;
    left: 360px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392421661 .tn-elem[data-elem-id="175973824507120070"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1392421661 .tn-elem[data-elem-id="175973824507120070"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392421661 .tn-elem[data-elem-id="175973824507120070"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392421661 .tn-elem[data-elem-id="175973824410370500"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 310px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392421661 .tn-elem[data-elem-id="175973824410370500"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392421661 .tn-elem[data-elem-id="175973824410370500"] {
    display: table;
    top: 0;
    left: 310px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392421661 .tn-elem[data-elem-id="175973824410370500"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392421661 .tn-elem[data-elem-id="175973824410370500"] {
    display: table;
    top: 0;
    left: 310px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392421661 .tn-elem[data-elem-id="175973824410370500"] {
    display: table;
    top: 0;
    left: 247px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392421661 .tn-elem[data-elem-id="175973824410370500"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1392421661 .tn-elem[data-elem-id="175973824410370500"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392421661 .tn-elem[data-elem-id="175973824410370500"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392421661 .tn-elem[data-elem-id="175973824283835390"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 221px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392421661 .tn-elem[data-elem-id="175973824283835390"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392421661 .tn-elem[data-elem-id="175973824283835390"] {
    display: table;
    top: 0;
    left: 221px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392421661 .tn-elem[data-elem-id="175973824283835390"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392421661 .tn-elem[data-elem-id="175973824283835390"] {
    display: table;
    top: 0;
    left: 221px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392421661 .tn-elem[data-elem-id="175973824283835390"] {
    display: table;
    top: 0;
    left: 175px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392421661 .tn-elem[data-elem-id="175973824283835390"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1392421661 .tn-elem[data-elem-id="175973824283835390"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392421661 .tn-elem[data-elem-id="175973824283835390"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392421661 .tn-elem[data-elem-id="175973822428767440"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 107px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392421661 .tn-elem[data-elem-id="175973822428767440"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392421661 .tn-elem[data-elem-id="175973822428767440"] {
    display: table;
    top: 0;
    left: 107px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392421661 .tn-elem[data-elem-id="175973822428767440"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392421661 .tn-elem[data-elem-id="175973822428767440"] {
    display: table;
    top: 0;
    left: 107px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392421661 .tn-elem[data-elem-id="175973822428767440"] {
    display: table;
    top: 0;
    left: 85px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392421661 .tn-elem[data-elem-id="175973822428767440"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1392421661 .tn-elem[data-elem-id="175973822428767440"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392421661 .tn-elem[data-elem-id="175973822428767440"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392421661 .tn-elem[data-elem-id="175916033774511080"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392421661 .tn-elem[data-elem-id="175916033774511080"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392421661 .tn-elem[data-elem-id="175916033774511080"] {
    display: table;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392421661 .tn-elem[data-elem-id="175916033774511080"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392421661 .tn-elem[data-elem-id="175916033774511080"] {
    display: table;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392421661 .tn-elem[data-elem-id="175916033774511080"] {
    display: table;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392421661 .tn-elem[data-elem-id="175916033774511080"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1392421661 .tn-elem[data-elem-id="175916033774511080"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392421661 .tn-elem[data-elem-id="175916033774511080"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392421661 .tn-group[data-group-id="175973870631621120"] {
  z-index: 3;
  display: none;
  position: absolute;
  top: 20px;
  left: calc(50% - 800px + 1530px);
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1392421661 .tn-group[data-group-id="175973870631621120"] #molecule-175973870631621120 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1392421661 .tn-group[data-group-id="175973870631621120"] {
    display: none;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392421661 .tn-group[data-group-id="175973870631621120"] #molecule-175973870631621120 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392421661 .tn-group[data-group-id="175973870631621120"] {
    display: none;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392421661 .tn-group[data-group-id="175973870631621120"] #molecule-175973870631621120 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1392421661 .tn-group[data-group-id="175973870631621120"] {
    display: flex;
    top: 12px;
    left: calc(50% - 320px + 590px);
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392421661 .tn-group[data-group-id="175973870631621120"] #molecule-175973870631621120 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1392421661 .tn-group[data-group-id="175973870631621120"] {
    display: flex;
    top: 12px;
    left: calc(50% - 240px + 430px);
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392421661 .tn-group[data-group-id="175973870631621120"] #molecule-175973870631621120 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1392421661 .tn-group[data-group-id="175973870631621120"] {
    display: flex;
    top: 12px;
    left: calc(50% - 180px + 304px);
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392421661 .tn-group[data-group-id="175973870631621120"] #molecule-175973870631621120 {
    display: flex;
  }
}
#rec1392421661 .tn-elem[data-elem-id="1759738704210"] {
  z-index: 3;
  top: 8px;
  left: 8px;
  width: 24px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392421661 .tn-elem[data-elem-id="1759738704210"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1392421661 .tn-elem[data-elem-id="1759738704210"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1392421661 .tn-elem[data-elem-id="1759738704210"] {
    display: table;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392421661 .tn-elem[data-elem-id="1759738704210"] {
    display: table;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392421661 .tn-elem[data-elem-id="1759738704210"] {
    display: table;
    top: 8px;
    left: 8px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1392421661 .tn-elem[data-elem-id="1759738704210"] {
    display: table;
    left: 8px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392421661 .tn-elem[data-elem-id="1759738704210"] {
    display: table;
    left: 8px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392681941 .t396__artboard {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.15s;
  z-index: 990;
}
#rec1392681941 .t396__artboard {
  height: 46px;
  background-color: #fff;
  overflow: visible;
  padding: calc(0px * var(--zoom, 1)) calc(0px * var(--zoom, 1)) calc(8px * var(--zoom, 1)) calc(0px * var(--zoom, 1));
}
#rec1392681941 .t396__filter {
  height: 46px;
  padding: calc(0px * var(--zoom, 1)) calc(0px * var(--zoom, 1)) calc(8px * var(--zoom, 1)) calc(0px * var(--zoom, 1));
}
#rec1392681941 .t396__carrier {
  height: 46px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  padding: calc(0px * var(--zoom, 1)) calc(0px * var(--zoom, 1)) calc(8px * var(--zoom, 1)) calc(0px * var(--zoom, 1));
}
@media screen and (max-width: 1599px) {
  #rec1392681941 .t396__artboard,
  #rec1392681941 .t396__filter,
  #rec1392681941 .t396__carrier {
    height: 40px;
    padding: calc(0px * var(--zoom, 1)) calc(0px * var(--zoom, 1)) calc(8px * var(--zoom, 1)) calc(0px * var(--zoom, 1));
  }
  #rec1392681941 .t396__carrier {
    background-attachment: scroll;
    padding: 0 0 8px 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392681941 .t396__artboard,
  #rec1392681941 .t396__filter,
  #rec1392681941 .t396__carrier {
    height: 40px;
    padding: calc(0px * var(--zoom, 1)) calc(0px * var(--zoom, 1)) calc(8px * var(--zoom, 1)) calc(0px * var(--zoom, 1));
  }
  #rec1392681941 .t396__carrier {
    background-attachment: scroll;
    padding: 0 0 8px 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392681941 .t396__artboard,
  #rec1392681941 .t396__filter,
  #rec1392681941 .t396__carrier {
    height: 48px;
    padding: calc(0px * var(--zoom, 1)) calc(0px * var(--zoom, 1)) calc(8px * var(--zoom, 1)) calc(0px * var(--zoom, 1));
  }
  #rec1392681941 .t396__carrier {
    background-attachment: scroll;
    padding: 0 0 8px 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1392681941 .t396__artboard,
  #rec1392681941 .t396__filter,
  #rec1392681941 .t396__carrier {
    height: 48px;
    padding: calc(0px * var(--zoom, 1)) calc(0px * var(--zoom, 1)) calc(8px * var(--zoom, 1)) calc(0px * var(--zoom, 1));
  }
  #rec1392681941 .t396__carrier {
    background-attachment: scroll;
    padding: 0 0 8px 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392681941 .t396__artboard,
  #rec1392681941 .t396__filter,
  #rec1392681941 .t396__carrier {
    height: 48px;
    padding: calc(0px * var(--zoom, 1)) calc(0px * var(--zoom, 1)) calc(8px * var(--zoom, 1)) calc(0px * var(--zoom, 1));
  }
  #rec1392681941 .t396__carrier {
    background-attachment: scroll;
    padding: 0 0 8px 0;
  }
}
#rec1392681941 .tn-group[data-group-id="175973870631621120"] {
  z-index: 3;
  display: none;
  position: absolute;
  top: 20px;
  left: calc(50% - 800px + 1530px);
  width: 40px;
  height: 40px;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1392681941 .tn-group[data-group-id="175973870631621120"] #molecule-175973870631621120 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1392681941 .tn-group[data-group-id="175973870631621120"] {
    display: none;
  }
  #rec1392681941 .tn-group[data-group-id="175973870631621120"] #molecule-175973870631621120 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392681941 .tn-group[data-group-id="175973870631621120"] {
    display: none;
  }
  #rec1392681941 .tn-group[data-group-id="175973870631621120"] #molecule-175973870631621120 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1392681941 .tn-group[data-group-id="175973870631621120"] {
    display: flex;
    top: 8px;
    left: calc(50% - 320px + 590px);
  }
  #rec1392681941 .tn-group[data-group-id="175973870631621120"] #molecule-175973870631621120 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1392681941 .tn-group[data-group-id="175973870631621120"] {
    display: flex;
    top: 8px;
    left: calc(50% - 240px + 430px);
  }
  #rec1392681941 .tn-group[data-group-id="175973870631621120"] #molecule-175973870631621120 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1392681941 .tn-group[data-group-id="175973870631621120"] {
    display: flex;
    top: 8px;
    left: calc(50% - 180px + 304px);
  }
  #rec1392681941 .tn-group[data-group-id="175973870631621120"] #molecule-175973870631621120 {
    display: flex;
  }
}
#rec1392681941 .tn-elem[data-elem-id="1759738704210"] {
  z-index: 3;
  top: 8px;
  left: 8px;
  width: 24px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392681941 .tn-elem[data-elem-id="1759738704210"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1392681941 .tn-elem[data-elem-id="1759738704210"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1392681941 .tn-elem[data-elem-id="1759738704210"] {
    display: table;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392681941 .tn-elem[data-elem-id="1759738704210"] {
    display: table;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392681941 .tn-elem[data-elem-id="1759738704210"] {
    display: table;
    top: 8px;
    left: 8px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1392681941 .tn-elem[data-elem-id="1759738704210"] {
    display: table;
    top: 8px;
    left: 8px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392681941 .tn-elem[data-elem-id="1759738704210"] {
    display: table;
    top: 8px;
    left: 8px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392681941 .tn-group[data-group-id="175973831359964580"] {
  z-index: 3;
  position: absolute;
  top: 15px;
  left: calc(50% - 800px + 904px);
  width: 666px;
  height: 24px;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1392681941 .tn-group[data-group-id="175973831359964580"] #molecule-175973831359964580 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 32px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1392681941 .tn-group[data-group-id="175973831359964580"] {
    display: flex;
    top: 12px;
    left: calc(50% - 610px + 534px);
    width: 666px;
    height: 24px;
  }
  #rec1392681941 .tn-group[data-group-id="175973831359964580"] #molecule-175973831359964580 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392681941 .tn-group[data-group-id="175973831359964580"] {
    display: flex;
    top: 12px;
    left: calc(50% - 480px + 284px);
    width: 666px;
    height: 24px;
  }
  #rec1392681941 .tn-group[data-group-id="175973831359964580"] #molecule-175973831359964580 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1392681941 .tn-group[data-group-id="175973831359964580"] {
    display: none;
    top: 17px;
    left: calc(50% - 320px + 208px);
    width: 516px;
    height: 17px;
  }
  #rec1392681941 .tn-group[data-group-id="175973831359964580"] #molecule-175973831359964580 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1392681941 .tn-group[data-group-id="175973831359964580"] {
    display: none;
    width: 516px;
    height: 17px;
  }
  #rec1392681941 .tn-group[data-group-id="175973831359964580"] #molecule-175973831359964580 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1392681941 .tn-group[data-group-id="175973831359964580"] {
    display: none;
    width: 516px;
    height: 17px;
  }
  #rec1392681941 .tn-group[data-group-id="175973831359964580"] #molecule-175973831359964580 {
    display: flex;
  }
}
#rec1392681941 .tn-elem[data-elem-id="175973830694494880"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 590px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392681941 .tn-elem[data-elem-id="175973830694494880"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392681941 .tn-elem[data-elem-id="175973830694494880"] {
    display: table;
    top: 0;
    left: 590px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392681941 .tn-elem[data-elem-id="175973830694494880"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392681941 .tn-elem[data-elem-id="175973830694494880"] {
    display: table;
    top: 0;
    left: 590px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392681941 .tn-elem[data-elem-id="175973830694494880"] {
    display: table;
    top: 0;
    left: 463px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392681941 .tn-elem[data-elem-id="175973830694494880"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1392681941 .tn-elem[data-elem-id="175973830694494880"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392681941 .tn-elem[data-elem-id="175973830694494880"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392681941 .tn-elem[data-elem-id="175973824507120070"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 458px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392681941 .tn-elem[data-elem-id="175973824507120070"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392681941 .tn-elem[data-elem-id="175973824507120070"] {
    display: table;
    top: 0;
    left: 458px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392681941 .tn-elem[data-elem-id="175973824507120070"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392681941 .tn-elem[data-elem-id="175973824507120070"] {
    display: table;
    top: 0;
    left: 458px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392681941 .tn-elem[data-elem-id="175973824507120070"] {
    display: table;
    top: 0;
    left: 360px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392681941 .tn-elem[data-elem-id="175973824507120070"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1392681941 .tn-elem[data-elem-id="175973824507120070"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392681941 .tn-elem[data-elem-id="175973824507120070"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392681941 .tn-elem[data-elem-id="175973824410370500"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 310px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392681941 .tn-elem[data-elem-id="175973824410370500"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392681941 .tn-elem[data-elem-id="175973824410370500"] {
    display: table;
    top: 0;
    left: 310px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392681941 .tn-elem[data-elem-id="175973824410370500"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392681941 .tn-elem[data-elem-id="175973824410370500"] {
    display: table;
    top: 0;
    left: 310px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392681941 .tn-elem[data-elem-id="175973824410370500"] {
    display: table;
    top: 0;
    left: 247px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392681941 .tn-elem[data-elem-id="175973824410370500"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1392681941 .tn-elem[data-elem-id="175973824410370500"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392681941 .tn-elem[data-elem-id="175973824410370500"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392681941 .tn-elem[data-elem-id="175973824283835390"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 221px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392681941 .tn-elem[data-elem-id="175973824283835390"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392681941 .tn-elem[data-elem-id="175973824283835390"] {
    display: table;
    top: 0;
    left: 221px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392681941 .tn-elem[data-elem-id="175973824283835390"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392681941 .tn-elem[data-elem-id="175973824283835390"] {
    display: table;
    top: 0;
    left: 221px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392681941 .tn-elem[data-elem-id="175973824283835390"] {
    display: table;
    top: 0;
    left: 175px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392681941 .tn-elem[data-elem-id="175973824283835390"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1392681941 .tn-elem[data-elem-id="175973824283835390"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392681941 .tn-elem[data-elem-id="175973824283835390"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392681941 .tn-elem[data-elem-id="175973822428767440"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 107px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392681941 .tn-elem[data-elem-id="175973822428767440"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392681941 .tn-elem[data-elem-id="175973822428767440"] {
    display: table;
    top: 0;
    left: 107px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392681941 .tn-elem[data-elem-id="175973822428767440"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392681941 .tn-elem[data-elem-id="175973822428767440"] {
    display: table;
    top: 0;
    left: 107px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392681941 .tn-elem[data-elem-id="175973822428767440"] {
    display: table;
    top: 0;
    left: 85px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392681941 .tn-elem[data-elem-id="175973822428767440"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1392681941 .tn-elem[data-elem-id="175973822428767440"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392681941 .tn-elem[data-elem-id="175973822428767440"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392681941 .tn-elem[data-elem-id="175916033774511080"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392681941 .tn-elem[data-elem-id="175916033774511080"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392681941 .tn-elem[data-elem-id="175916033774511080"] {
    display: table;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392681941 .tn-elem[data-elem-id="175916033774511080"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392681941 .tn-elem[data-elem-id="175916033774511080"] {
    display: table;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392681941 .tn-elem[data-elem-id="175916033774511080"] {
    display: table;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392681941 .tn-elem[data-elem-id="175916033774511080"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1392681941 .tn-elem[data-elem-id="175916033774511080"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392681941 .tn-elem[data-elem-id="175916033774511080"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392681941 .tn-group[data-group-id="175973878197899910"] {
  z-index: 3;
  position: absolute;
  top: 8px;
  left: calc(50% - 800px + 30px);
  width: 204px;
  height: 38px;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1392681941 .tn-group[data-group-id="175973878197899910"] #molecule-175973878197899910 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1392681941 .tn-group[data-group-id="175973878197899910"] {
    display: flex;
    top: 8px;
    left: calc(50% - 610px + 20px);
    width: 204px;
    height: 32px;
  }
  #rec1392681941 .tn-group[data-group-id="175973878197899910"] #molecule-175973878197899910 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392681941 .tn-group[data-group-id="175973878197899910"] {
    display: flex;
    top: 8px;
    left: calc(50% - 480px + 10px);
    width: 204px;
    height: 32px;
  }
  #rec1392681941 .tn-group[data-group-id="175973878197899910"] #molecule-175973878197899910 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1392681941 .tn-group[data-group-id="175973878197899910"] {
    display: flex;
    top: 14px;
    left: calc(50% - 320px + 10px);
    width: 179px;
    height: 28px;
  }
  #rec1392681941 .tn-group[data-group-id="175973878197899910"] #molecule-175973878197899910 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1392681941 .tn-group[data-group-id="175973878197899910"] {
    display: flex;
    top: 14px;
    left: calc(50% - 240px + 10px);
    width: 179px;
    height: 28px;
  }
  #rec1392681941 .tn-group[data-group-id="175973878197899910"] #molecule-175973878197899910 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1392681941 .tn-group[data-group-id="175973878197899910"] {
    display: flex;
    top: 14px;
    left: calc(50% - 180px + 16px);
    width: 179px;
    height: 28px;
  }
  #rec1392681941 .tn-group[data-group-id="175973878197899910"] #molecule-175973878197899910 {
    display: flex;
  }
}
#rec1392681941 .tn-elem[data-elem-id="175916035087645530"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392681941 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 32px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392681941 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392681941 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    font-size: 32px;
    line-height: 1;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392681941 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392681941 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1392681941 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392681941 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    font-size: 28px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1392681941 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392681941 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1392681941 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392681941 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    background-size: cover;
  }
}
@supports (overflow: -webkit-marquee) and (justify-content: inherit) {
  #rec1392471291 .t-menu__link-item,
  #rec1392471291 .t-menu__link-item.t-active {
    opacity: 1 !important;
  }
}
#rec1392471291 a.t-menu__link-item {
  font-size: 20px;
  color: #fff;
  font-family: "PT Serif";
}
#rec1392471291 .t450__right_langs_lang a {
  color: #fff;
  font-family: "PT Serif";
}
#rec1398941741 .t396__artboard {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 990;
}
#rec1398941741 .t396__artboard {
  height: 188px;
  overflow: visible;
}
#rec1398941741 .t396__filter {
  height: 188px;
}
#rec1398941741 .t396__carrier {
  height: 188px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1398941741 .t396__artboard,
  #rec1398941741 .t396__filter,
  #rec1398941741 .t396__carrier {
    height: 188px;
  }
  #rec1398941741 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1398941741 .t396__artboard,
  #rec1398941741 .t396__filter,
  #rec1398941741 .t396__carrier {
    height: 157px;
  }
  #rec1398941741 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1398941741 .t396__artboard,
  #rec1398941741 .t396__filter,
  #rec1398941741 .t396__carrier {
    height: 157px;
  }
  #rec1398941741 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1398941741 .t396__artboard,
  #rec1398941741 .t396__filter,
  #rec1398941741 .t396__carrier {
    height: 141px;
  }
  #rec1398941741 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1398941741 .t396__artboard,
  #rec1398941741 .t396__filter,
  #rec1398941741 .t396__carrier {
    height: 137px;
  }
  #rec1398941741 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1398941741 .tn-group[data-group-id="175965384954648440"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: calc(50% - 800px + 1070px);
  width: 500px;
  height: 188px;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1398941741 .tn-group[data-group-id="175965384954648440"] #molecule-175965384954648440 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #262626;
}
@media screen and (max-width: 1599px) {
  #rec1398941741 .tn-group[data-group-id="175965384954648440"] {
    display: flex;
    top: 0;
    left: calc(50% - 610px + 820px);
    width: 380px;
    height: 188px;
  }
  #rec1398941741 .tn-group[data-group-id="175965384954648440"] #molecule-175965384954648440 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1398941741 .tn-group[data-group-id="175965384954648440"] {
    display: flex;
    top: 0;
    left: calc(50% - 480px + 650px);
    width: 300px;
    height: 157px;
  }
  #rec1398941741 .tn-group[data-group-id="175965384954648440"] #molecule-175965384954648440 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 959px) {
  #rec1398941741 .tn-group[data-group-id="175965384954648440"] {
    display: flex;
    top: 0;
    left: calc(50% - 320px + 330px);
    width: 300px;
    height: 157px;
  }
  #rec1398941741 .tn-group[data-group-id="175965384954648440"] #molecule-175965384954648440 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1398941741 .tn-group[data-group-id="175965384954648440"] {
    display: flex;
    top: 0;
    left: calc(50% - 240px + 170px);
    width: 300px;
    height: 141px;
  }
  #rec1398941741 .tn-group[data-group-id="175965384954648440"] #molecule-175965384954648440 {
    display: flex;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 16px;
    align-items: center;
  }
}
@media screen and (max-width: 479px) {
  #rec1398941741 .tn-group[data-group-id="175965384954648440"] {
    display: flex;
    top: 0;
    left: calc(50% - 180px + 94px);
    width: 250px;
    height: 137px;
  }
  #rec1398941741 .tn-group[data-group-id="175965384954648440"] #molecule-175965384954648440 {
    display: flex;
  }
}
#rec1398941741 .tn-elem[data-elem-id="175965384955388040"] {
  color: #fff;
  text-align: center;
  z-index: 3;
  top: 112px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: 56px;
  margin: 0 0 0 0;
}
#rec1398941741 .tn-elem[data-elem-id="175965384955388040"] .tn-atom {
  color: #fff;
  font-size: 24px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
@media (hover), (min-width: 0\0) {
  #rec1398941741 .tn-elem[data-elem-id="175965384955388040"] .tn-atom:hover {
    background-color: #c3370d;
    background-image: none;
  }
}
@media screen and (max-width: 1599px) {
  #rec1398941741 .tn-elem[data-elem-id="175965384955388040"] {
    display: table;
    top: 112px;
    left: 20px;
    width: 100%;
    height: 56px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1398941741 .tn-elem[data-elem-id="175965384955388040"] {
    display: table;
    top: 93px;
    left: 16px;
    width: 100%;
    height: 48px;
    flex-shrink: 0;
  }
  #rec1398941741 .tn-elem[data-elem-id="175965384955388040"] .tn-atom {
    font-size: 18px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1398941741 .tn-elem[data-elem-id="175965384955388040"] {
    display: table;
    top: 93px;
    left: 16px;
    width: 100%;
    height: 48px;
    flex-shrink: 0;
  }
  #rec1398941741 .tn-elem[data-elem-id="175965384955388040"] .tn-atom {
    font-size: 18px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1398941741 .tn-elem[data-elem-id="175965384955388040"] {
    display: table;
    top: 89px;
    left: 16px;
    width: 100%;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1398941741 .tn-elem[data-elem-id="175965384955388040"] {
    display: table;
    top: 89px;
    left: 16px;
    width: 100%;
    height: 32px;
    flex-shrink: 0;
  }
}
#rec1398941741 .tn-elem[data-elem-id="175965384955092900"] {
  z-index: 3;
  top: -15px;
  left: 20px;
  width: 23px;
  flex-shrink: 0;
  height: auto;
}
#rec1398941741 .tn-elem[data-elem-id="175965384955092900"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1398941741 .tn-elem[data-elem-id="175965384955092900"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1398941741 .tn-elem[data-elem-id="175965384955092900"] {
    display: table;
    top: -10px;
    left: 20px;
    width: 23px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1398941741 .tn-elem[data-elem-id="175965384955092900"] {
    display: table;
    top: -7px;
    left: 7px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1398941741 .tn-elem[data-elem-id="175965384955092900"] {
    display: table;
    top: -4px;
    left: 6px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1398941741 .tn-elem[data-elem-id="175965384955092900"] {
    display: table;
    top: -5px;
    left: 9px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1398941741 .tn-elem[data-elem-id="175965384955092900"] {
    display: table;
    top: -7px;
    left: 15px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1398941741 .tn-elem[data-elem-id="175965384954657250"] {
  color: #fff;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: 72px;
  margin: 0 0 0 0;
}
#rec1398941741 .tn-elem[data-elem-id="175965384954657250"] .tn-atom {
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1398941741 .tn-elem[data-elem-id="175965384954657250"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1398941741 .tn-elem[data-elem-id="175965384954657250"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1398941741 .tn-elem[data-elem-id="175965384954657250"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1398941741 .tn-elem[data-elem-id="175965384954657250"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1398941741 .tn-elem[data-elem-id="175965384954657250"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1398941741 .tn-elem[data-elem-id="175965384954657250"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1398941741 .tn-elem[data-elem-id="175965384954657250"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1398941741 .tn-elem[data-elem-id="175965384954657250"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1357074661 .t396__artboard {
  height: 827px;
  background-color: #fffaee;
  overflow: visible;
}
#rec1357074661 .t396__filter {
  height: 827px;
}
#rec1357074661 .t396__carrier {
  height: 827px;
  background-position: left top;
  background-attachment: scroll;
  background-image: url(/order/images/tild3566-6230-4161-b733-643262313363__-__resize__20x__bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .t396__artboard,
  #rec1357074661 .t396__filter,
  #rec1357074661 .t396__carrier {
    height: 688px;
  }
  #rec1357074661 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .t396__artboard,
  #rec1357074661 .t396__filter,
  #rec1357074661 .t396__carrier {
    height: 689px;
  }
  #rec1357074661 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .t396__artboard,
  #rec1357074661 .t396__filter,
  #rec1357074661 .t396__carrier {
    height: 1339px;
  }
  #rec1357074661 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .t396__artboard,
  #rec1357074661 .t396__filter,
  #rec1357074661 .t396__carrier {
    height: 1208px;
  }
  #rec1357074661 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .t396__artboard,
  #rec1357074661 .t396__filter,
  #rec1357074661 .t396__carrier {
    height: 1244px;
  }
  #rec1357074661 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1357074661 .tn-elem[data-elem-id="1470209944682"] {
  color: #262626;
  z-index: 3;
  top: 309px;
  left: calc(50% - 800px + 30px);
  width: auto;
  height: auto;
}
#rec1357074661 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 32px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1.1;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .tn-elem[data-elem-id="1470209944682"] {
    display: table;
    top: 275px;
    left: calc(50% - 610px + 20px);
    width: 417px;
    height: auto;
  }
  #rec1357074661 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
    font-size: 32px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .tn-elem[data-elem-id="1470209944682"] {
    display: table;
    top: 191px;
    left: calc(50% - 480px + 8px);
    width: 261px;
    height: auto;
  }
  #rec1357074661 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .tn-elem[data-elem-id="1470209944682"] {
    display: table;
    top: 187px;
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .tn-elem[data-elem-id="1470209944682"] {
    display: table;
    top: 152px;
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .tn-elem[data-elem-id="1470209944682"] {
    display: table;
    top: 188px;
    left: calc(50% - 180px + 16px);
    height: auto;
  }
}
#rec1357074661 .tn-elem[data-elem-id="175890015529353630"] {
  color: #262626;
  z-index: 3;
  top: 46px;
  left: calc(50% - 800px + 30px);
  width: 1052px;
  height: auto;
}
#rec1357074661 .tn-elem[data-elem-id="175890015529353630"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 90px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 0.9;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .tn-elem[data-elem-id="175890015529353630"] {
    display: table;
    top: 60px;
    left: calc(50% - 610px + 20px);
    width: 853px;
    height: auto;
  }
  #rec1357074661 .tn-elem[data-elem-id="175890015529353630"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 72px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .tn-elem[data-elem-id="175890015529353630"] {
    display: table;
    top: 36px;
    left: calc(50% - 480px + 8px);
    width: 621px;
    height: auto;
  }
  #rec1357074661 .tn-elem[data-elem-id="175890015529353630"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 50px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .tn-elem[data-elem-id="175890015529353630"] {
    display: table;
    height: auto;
  }
  #rec1357074661 .tn-elem[data-elem-id="175890015529353630"] .tn-atom {
    font-size: 52px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .tn-elem[data-elem-id="175890015529353630"] {
    display: table;
    width: 472px;
    height: auto;
  }
  #rec1357074661 .tn-elem[data-elem-id="175890015529353630"] .tn-atom {
    font-size: 40px;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .tn-elem[data-elem-id="175890015529353630"] {
    display: table;
    left: calc(50% - 180px + 16px);
    width: 340px;
    height: auto;
  }
}
#rec1357074661 .tn-group[data-group-id="175890260670439020"] {
  z-index: 3;
  position: absolute;
  top: 747px;
  left: calc(50% - 800px + 30px);
  width: 1540px;
  height: 80px;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1357074661 .tn-group[data-group-id="175890260670439020"] #molecule-175890260670439020 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .tn-group[data-group-id="175890260670439020"] {
    display: flex;
    top: 589px;
    left: calc(50% - 610px + 20px);
    width: 1180px;
    height: 99px;
  }
  #rec1357074661 .tn-group[data-group-id="175890260670439020"] #molecule-175890260670439020 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .tn-group[data-group-id="175890260670439020"] {
    display: flex;
    top: 579px;
    left: calc(50% - 480px + 10px);
    width: 940px;
    height: 110px;
  }
  #rec1357074661 .tn-group[data-group-id="175890260670439020"] #molecule-175890260670439020 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .tn-group[data-group-id="175890260670439020"] {
    display: flex;
    top: 1137px;
    width: 620px;
    height: 202px;
  }
  #rec1357074661 .tn-group[data-group-id="175890260670439020"] #molecule-175890260670439020 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: unset;
    row-gap: 20px;
    align-items: center;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .tn-group[data-group-id="175890260670439020"] {
    display: flex;
    top: 968px;
    width: 460px;
    height: 240px;
  }
  #rec1357074661 .tn-group[data-group-id="175890260670439020"] #molecule-175890260670439020 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .tn-group[data-group-id="175890260670439020"] {
    display: flex;
    top: 932px;
    left: calc(50% - 180px + 16px);
    width: 330px;
    height: 312px;
  }
  #rec1357074661 .tn-group[data-group-id="175890260670439020"] #molecule-175890260670439020 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: unset;
    column-gap: 8px;
    row-gap: 8px;
    align-items: center;
  }
}
#rec1357074661 .tn-group[data-group-id="175890243136859280"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 1170px;
  width: 370px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1357074661 .tn-group[data-group-id="175890243136859280"] #molecule-175890243136859280 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgb(224 72 26);
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .tn-group[data-group-id="175890243136859280"] {
    display: flex;
    top: 0;
    left: 900px;
    width: 280px;
    height: 99px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1357074661 .tn-group[data-group-id="175890243136859280"] #molecule-175890243136859280 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .tn-group[data-group-id="175890243136859280"] {
    display: flex;
    top: 0;
    left: 720px;
    width: 220px;
    height: 110px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1357074661 .tn-group[data-group-id="175890243136859280"] #molecule-175890243136859280 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .tn-group[data-group-id="175890243136859280"] {
    display: flex;
    top: 111px;
    width: 300px;
    height: 91px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1357074661 .tn-group[data-group-id="175890243136859280"] #molecule-175890243136859280 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .tn-group[data-group-id="175890243136859280"] {
    display: flex;
    top: 130px;
    width: 220px;
    height: 110px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1357074661 .tn-group[data-group-id="175890243136859280"] #molecule-175890243136859280 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .tn-group[data-group-id="175890243136859280"] {
    display: flex;
    top: 240px;
    left: 0;
    width: 330px;
    height: 72px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1357074661 .tn-group[data-group-id="175890243136859280"] #molecule-175890243136859280 {
    display: flex;
  }
}
#rec1357074661 .tn-elem[data-elem-id="1758902532922"] {
  z-index: 3;
  top: -13px;
  left: 6px;
  width: 23px;
  flex-shrink: 0;
  height: auto;
}
#rec1357074661 .tn-elem[data-elem-id="1758902532922"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1357074661 .tn-elem[data-elem-id="1758902532922"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .tn-elem[data-elem-id="1758902532922"] {
    display: table;
    top: -13px;
    left: 9px;
    width: 23px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .tn-elem[data-elem-id="1758902532922"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .tn-elem[data-elem-id="1758902532922"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .tn-elem[data-elem-id="1758902532922"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .tn-elem[data-elem-id="1758902532922"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1357074661 .tn-elem[data-elem-id="1470210011265"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1357074661 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .tn-elem[data-elem-id="1470210011265"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1357074661 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .tn-elem[data-elem-id="1470210011265"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .tn-elem[data-elem-id="1470210011265"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .tn-elem[data-elem-id="1470210011265"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .tn-elem[data-elem-id="1470210011265"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1357074661 .tn-group[data-group-id="175897468053450610"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 780px;
  width: 370px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1357074661 .tn-group[data-group-id="175897468053450610"] #molecule-175897468053450610 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgb(224 72 26);
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .tn-group[data-group-id="175897468053450610"] {
    display: flex;
    top: 0;
    left: 600px;
    width: 280px;
    height: 99px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1357074661 .tn-group[data-group-id="175897468053450610"] #molecule-175897468053450610 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .tn-group[data-group-id="175897468053450610"] {
    display: flex;
    top: 0;
    left: 480px;
    width: 220px;
    height: 110px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1357074661 .tn-group[data-group-id="175897468053450610"] #molecule-175897468053450610 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .tn-group[data-group-id="175897468053450610"] {
    display: flex;
    top: 111px;
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1357074661 .tn-group[data-group-id="175897468053450610"] #molecule-175897468053450610 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .tn-group[data-group-id="175897468053450610"] {
    display: flex;
    top: 130px;
    width: 220px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1357074661 .tn-group[data-group-id="175897468053450610"] #molecule-175897468053450610 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .tn-group[data-group-id="175897468053450610"] {
    display: flex;
    top: 160px;
    left: 0;
    width: 330px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1357074661 .tn-group[data-group-id="175897468053450610"] #molecule-175897468053450610 {
    display: flex;
  }
}
#rec1357074661 .tn-elem[data-elem-id="175897468053972160"] {
  z-index: 3;
  top: -13px;
  left: 6px;
  width: 23px;
  flex-shrink: 0;
  height: auto;
}
#rec1357074661 .tn-elem[data-elem-id="175897468053972160"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1357074661 .tn-elem[data-elem-id="175897468053972160"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .tn-elem[data-elem-id="175897468053972160"] {
    display: table;
    top: -13px;
    left: 9px;
    width: 23px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .tn-elem[data-elem-id="175897468053972160"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .tn-elem[data-elem-id="175897468053972160"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .tn-elem[data-elem-id="175897468053972160"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .tn-elem[data-elem-id="175897468053972160"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1357074661 .tn-elem[data-elem-id="175897468053417770"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1357074661 .tn-elem[data-elem-id="175897468053417770"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .tn-elem[data-elem-id="175897468053417770"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1357074661 .tn-elem[data-elem-id="175897468053417770"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .tn-elem[data-elem-id="175897468053417770"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .tn-elem[data-elem-id="175897468053417770"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .tn-elem[data-elem-id="175897468053417770"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .tn-elem[data-elem-id="175897468053417770"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1357074661 .tn-group[data-group-id="175897468046874470"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 390px;
  width: 370px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1357074661 .tn-group[data-group-id="175897468046874470"] #molecule-175897468046874470 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgb(224 72 26);
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .tn-group[data-group-id="175897468046874470"] {
    display: flex;
    top: 0;
    left: 300px;
    width: 280px;
    height: 99px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1357074661 .tn-group[data-group-id="175897468046874470"] #molecule-175897468046874470 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .tn-group[data-group-id="175897468046874470"] {
    display: flex;
    top: 0;
    left: 240px;
    width: 220px;
    height: 110px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1357074661 .tn-group[data-group-id="175897468046874470"] #molecule-175897468046874470 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .tn-group[data-group-id="175897468046874470"] {
    display: flex;
    top: 0;
    width: 300px;
    height: 91px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1357074661 .tn-group[data-group-id="175897468046874470"] #molecule-175897468046874470 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .tn-group[data-group-id="175897468046874470"] {
    display: flex;
    top: 0;
    width: 220px;
    height: 110px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1357074661 .tn-group[data-group-id="175897468046874470"] #molecule-175897468046874470 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .tn-group[data-group-id="175897468046874470"] {
    display: flex;
    top: 80px;
    left: 0;
    width: 330px;
    height: 72px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1357074661 .tn-group[data-group-id="175897468046874470"] #molecule-175897468046874470 {
    display: flex;
  }
}
#rec1357074661 .tn-elem[data-elem-id="175897468047868770"] {
  z-index: 3;
  top: -13px;
  left: 6px;
  width: 23px;
  flex-shrink: 0;
  height: auto;
}
#rec1357074661 .tn-elem[data-elem-id="175897468047868770"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1357074661 .tn-elem[data-elem-id="175897468047868770"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .tn-elem[data-elem-id="175897468047868770"] {
    display: table;
    top: -13px;
    left: 9px;
    width: 23px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .tn-elem[data-elem-id="175897468047868770"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .tn-elem[data-elem-id="175897468047868770"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .tn-elem[data-elem-id="175897468047868770"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .tn-elem[data-elem-id="175897468047868770"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1357074661 .tn-elem[data-elem-id="175897468046857850"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1357074661 .tn-elem[data-elem-id="175897468046857850"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .tn-elem[data-elem-id="175897468046857850"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1357074661 .tn-elem[data-elem-id="175897468046857850"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .tn-elem[data-elem-id="175897468046857850"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .tn-elem[data-elem-id="175897468046857850"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .tn-elem[data-elem-id="175897468046857850"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .tn-elem[data-elem-id="175897468046857850"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1357074661 .tn-group[data-group-id="175897466733285140"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 370px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1357074661 .tn-group[data-group-id="175897466733285140"] #molecule-175897466733285140 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgb(224 72 26);
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .tn-group[data-group-id="175897466733285140"] {
    display: flex;
    top: 0;
    left: 0;
    width: 280px;
    height: 99px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1357074661 .tn-group[data-group-id="175897466733285140"] #molecule-175897466733285140 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .tn-group[data-group-id="175897466733285140"] {
    display: flex;
    top: 0;
    left: 0;
    width: 220px;
    height: 110px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1357074661 .tn-group[data-group-id="175897466733285140"] #molecule-175897466733285140 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .tn-group[data-group-id="175897466733285140"] {
    display: flex;
    top: 0;
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1357074661 .tn-group[data-group-id="175897466733285140"] #molecule-175897466733285140 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .tn-group[data-group-id="175897466733285140"] {
    display: flex;
    top: 0;
    width: 220px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1357074661 .tn-group[data-group-id="175897466733285140"] #molecule-175897466733285140 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .tn-group[data-group-id="175897466733285140"] {
    display: flex;
    top: 0;
    left: 0;
    width: 330px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1357074661 .tn-group[data-group-id="175897466733285140"] #molecule-175897466733285140 {
    display: flex;
  }
}
#rec1357074661 .tn-elem[data-elem-id="175897466734524790"] {
  z-index: 3;
  top: -13px;
  left: 6px;
  width: 23px;
  flex-shrink: 0;
  height: auto;
}
#rec1357074661 .tn-elem[data-elem-id="175897466734524790"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1357074661 .tn-elem[data-elem-id="175897466734524790"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .tn-elem[data-elem-id="175897466734524790"] {
    display: table;
    top: -13px;
    left: 9px;
    width: 23px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .tn-elem[data-elem-id="175897466734524790"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .tn-elem[data-elem-id="175897466734524790"] {
    display: table;
    top: -5px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .tn-elem[data-elem-id="175897466734524790"] {
    display: table;
    top: -5px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .tn-elem[data-elem-id="175897466734524790"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1357074661 .tn-elem[data-elem-id="175897466733222990"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1357074661 .tn-elem[data-elem-id="175897466733222990"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .tn-elem[data-elem-id="175897466733222990"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1357074661 .tn-elem[data-elem-id="175897466733222990"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .tn-elem[data-elem-id="175897466733222990"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .tn-elem[data-elem-id="175897466733222990"] {
    display: table;
    top: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .tn-elem[data-elem-id="175897466733222990"] {
    display: table;
    top: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .tn-elem[data-elem-id="175897466733222990"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1357074661 .tn-elem[data-elem-id="175890241295388720"] {
  color: #262626;
  z-index: 3;
  top: 508px;
  left: calc(50% - 800px + 30px);
  width: 723px;
  height: auto;
}
#rec1357074661 .tn-elem[data-elem-id="175890241295388720"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 28px;
  font-family: "PT Serif", serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .tn-elem[data-elem-id="175890241295388720"] {
    display: table;
    top: 350px;
    left: calc(50% - 610px + 20px);
    width: 720px;
    height: auto;
  }
  #rec1357074661 .tn-elem[data-elem-id="175890241295388720"] .tn-atom {
    font-size: 28px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .tn-elem[data-elem-id="175890241295388720"] {
    display: table;
    top: 243px;
    left: calc(50% - 480px + 10px);
    width: 395px;
    height: auto;
  }
  #rec1357074661 .tn-elem[data-elem-id="175890241295388720"] .tn-atom {
    font-size: 20px;
    line-height: 1.2;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .tn-elem[data-elem-id="175890241295388720"] {
    display: table;
    top: 239px;
    width: 515px;
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .tn-elem[data-elem-id="175890241295388720"] {
    display: table;
    top: 204px;
    width: 342px;
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .tn-elem[data-elem-id="175890241295388720"] {
    display: table;
    top: 230px;
    left: calc(50% - 180px + 16px);
    width: 336px;
    height: auto;
  }
}
#rec1357074661 .tn-elem[data-elem-id="1758900117085"] {
  z-index: 3;
  top: 0;
  left: calc(50% - 800px + 30px);
  width: 1540px;
  height: 6px;
}
#rec1357074661 .tn-elem[data-elem-id="1758900117085"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .tn-elem[data-elem-id="1758900117085"] {
    display: table;
    left: calc(50% - 610px + 20px);
    width: 1180px;
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .tn-elem[data-elem-id="1758900117085"] {
    display: table;
    left: calc(50% - 480px + 10px);
    width: 940px;
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .tn-elem[data-elem-id="1758900117085"] {
    display: table;
    top: 0;
    left: calc(50% - 320px + 10px);
    width: 620px;
    height: 6px;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .tn-elem[data-elem-id="1758900117085"] {
    display: table;
    width: 460px;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .tn-elem[data-elem-id="1758900117085"] {
    display: table;
    left: calc(50% - 180px + 16px);
    width: 328px;
  }
}
#rec1357074661 .tn-elem[data-elem-id="175890100481541750"] {
  z-index: 3;
  top: 706px;
  left: calc(50% - 800px + 30px);
  width: 1540px;
  height: 1px;
}
#rec1357074661 .tn-elem[data-elem-id="175890100481541750"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .tn-elem[data-elem-id="175890100481541750"] {
    display: table;
    top: 548px;
    left: calc(50% - 610px + 20px);
    width: 1180px;
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .tn-elem[data-elem-id="175890100481541750"] {
    display: table;
    width: 940px;
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .tn-elem[data-elem-id="175890100481541750"] {
    display: table;
    top: 1106px;
    left: calc(50% - 320px + 10px);
    width: 620px;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .tn-elem[data-elem-id="175890100481541750"] {
    display: table;
    top: 937px;
    width: 460px;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .tn-elem[data-elem-id="175890100481541750"] {
    display: table;
    top: 911px;
    left: calc(50% - 180px + 16px);
    width: 328px;
  }
}
#rec1357074661 .tn-elem[data-elem-id="1758900919131"] {
  z-index: 3;
  top: 26px;
  left: calc(50% - 800px + 1200px);
  width: 370px;
  height: auto;
}
#rec1357074661 .tn-elem[data-elem-id="1758900919131"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1357074661 .tn-elem[data-elem-id="1758900919131"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .tn-elem[data-elem-id="1758900919131"] {
    display: table;
    left: calc(50% - 610px + 920px);
    width: 280px;
    height: auto;
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .tn-elem[data-elem-id="1758900919131"] {
    display: table;
    left: calc(50% - 480px + 670px);
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .tn-elem[data-elem-id="1758900919131"] {
    display: table;
    top: 416px;
    left: calc(50% - 320px + 135px);
    width: 370px;
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .tn-elem[data-elem-id="1758900919131"] {
    display: table;
    top: 405px;
    left: calc(50% - 240px + 100px);
    width: 280px;
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .tn-elem[data-elem-id="1758900919131"] {
    display: table;
    top: 455px;
    left: calc(50% - 180px + 59px);
    width: 242px;
    height: auto;
  }
}
#rec1357074661 .tn-elem[data-elem-id="1758900962257"] {
  z-index: 3;
  top: 6px;
  left: calc(50% - 800px + 1179px);
  width: 1px;
  height: 700px;
}
#rec1357074661 .tn-elem[data-elem-id="1758900962257"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .tn-elem[data-elem-id="1758900962257"] {
    display: table;
    left: calc(50% - 610px + 899px);
    width: 1px;
    height: 542px;
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .tn-elem[data-elem-id="1758900962257"] {
    display: table;
    left: calc(50% - 480px + 649px);
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .tn-elem[data-elem-id="1758900962257"] {
    display: table;
    top: 385px;
    left: calc(50% - 320px + 10px);
    width: 620px;
    height: 1px;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .tn-elem[data-elem-id="1758900962257"] {
    display: table;
    top: 374px;
    width: 460px;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .tn-elem[data-elem-id="1758900962257"] {
    display: table;
    top: 434px;
    left: calc(50% - 180px + 16px);
    width: 328px;
  }
}
#rec1357074661 .tn-group[data-group-id="175890109112839730"] {
  z-index: 3;
  position: absolute;
  top: 651px;
  left: calc(50% - 800px + 1200px);
  width: 370px;
  height: 35px;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1357074661 .tn-group[data-group-id="175890109112839730"] #molecule-175890109112839730 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .tn-group[data-group-id="175890109112839730"] {
    display: flex;
    top: 502px;
    left: calc(50% - 610px + 920px);
    width: 280px;
    height: 26px;
  }
  #rec1357074661 .tn-group[data-group-id="175890109112839730"] #molecule-175890109112839730 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .tn-group[data-group-id="175890109112839730"] {
    display: flex;
    left: calc(50% - 480px + 670px);
    height: 26px;
  }
  #rec1357074661 .tn-group[data-group-id="175890109112839730"] #molecule-175890109112839730 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .tn-group[data-group-id="175890109112839730"] {
    display: flex;
    top: 1041px;
    left: calc(50% - 320px + 135px);
    width: 370px;
    height: 35px;
  }
  #rec1357074661 .tn-group[data-group-id="175890109112839730"] #molecule-175890109112839730 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .tn-group[data-group-id="175890109112839730"] {
    display: flex;
    top: 881px;
    left: calc(50% - 240px + 100px);
    width: 280px;
    height: 26px;
  }
  #rec1357074661 .tn-group[data-group-id="175890109112839730"] #molecule-175890109112839730 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .tn-group[data-group-id="175890109112839730"] {
    display: flex;
    top: 868px;
    left: calc(50% - 180px + 59px);
    width: 242px;
    height: 23px;
  }
  #rec1357074661 .tn-group[data-group-id="175890109112839730"] #molecule-175890109112839730 {
    display: flex;
  }
}
#rec1357074661 .tn-elem[data-elem-id="1758901082441"] {
  z-index: 3;
  top: 0;
  left: 190px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1357074661 .tn-elem[data-elem-id="1758901082441"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1357074661 .tn-elem[data-elem-id="1758901082441"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .tn-elem[data-elem-id="1758901082441"] {
    display: table;
    top: 0;
    left: 145px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .tn-elem[data-elem-id="1758901082441"] {
    display: table;
    left: 145px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .tn-elem[data-elem-id="1758901082441"] {
    display: table;
    top: 0;
    left: 190px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .tn-elem[data-elem-id="1758901082441"] {
    display: table;
    top: 0;
    left: 145px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .tn-elem[data-elem-id="1758901082441"] {
    display: table;
    top: 0;
    left: 126px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1357074661 .tn-elem[data-elem-id="1758901082428"] {
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1357074661 .tn-elem[data-elem-id="1758901082428"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1357074661 .tn-elem[data-elem-id="1758901082428"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .tn-elem[data-elem-id="1758901082428"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .tn-elem[data-elem-id="1758901082428"] {
    display: table;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .tn-elem[data-elem-id="1758901082428"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .tn-elem[data-elem-id="1758901082428"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .tn-elem[data-elem-id="1758901082428"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1357074661 .tn-elem[data-elem-id="1758902618922"] {
  color: #e0481a;
  text-align: center;
  z-index: 3;
  top: 610px;
  left: calc(50% - 800px + 420px);
  width: 370px;
  height: 64px;
}
#rec1357074661 .tn-elem[data-elem-id="1758902618922"] .tn-atom {
  color: #e0481a;
  font-size: 32px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
@media (hover), (min-width: 0\0) {
  #rec1357074661 .tn-elem[data-elem-id="1758902618922"] .tn-atom:hover {
    background-color: #fff;
    background-image: none;
  }
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .tn-elem[data-elem-id="1758902618922"] {
    display: table;
    top: 452px;
    left: calc(50% - 610px + 410px);
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .tn-elem[data-elem-id="1758902618922"] {
    display: table;
    top: 470px;
    left: calc(50% - 480px + 330px);
    width: 300px;
    height: 48px;
  }
  #rec1357074661 .tn-elem[data-elem-id="1758902618922"] .tn-atom {
    font-size: 18px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .tn-elem[data-elem-id="1758902618922"] {
    display: table;
    top: 307px;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .tn-elem[data-elem-id="1758902618922"] {
    display: table;
    top: 296px;
    left: calc(50% - 240px + 250px);
    width: 220px;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .tn-elem[data-elem-id="1758902618922"] {
    display: table;
    top: 378px;
    left: calc(50% - 180px + 16px);
    width: 328px;
  }
}
#rec1357074661 .tn-elem[data-elem-id="175890271378291340"] {
  color: #fff;
  text-align: center;
  z-index: 3;
  top: 610px;
  left: calc(50% - 800px + 30px);
  width: 370px;
  height: 64px;
}
#rec1357074661 .tn-elem[data-elem-id="175890271378291340"] .tn-atom {
  color: #fff;
  font-size: 32px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
@media (hover), (min-width: 0\0) {
  #rec1357074661 .tn-elem[data-elem-id="175890271378291340"] .tn-atom:hover {
    background-color: #c3370d;
    background-image: none;
  }
}
@media screen and (max-width: 1599px) {
  #rec1357074661 .tn-elem[data-elem-id="175890271378291340"] {
    display: table;
    top: 452px;
    left: calc(50% - 610px + 20px);
  }
}
@media screen and (max-width: 1219px) {
  #rec1357074661 .tn-elem[data-elem-id="175890271378291340"] {
    display: table;
    top: 470px;
    left: calc(50% - 480px + 10px);
    width: 300px;
    height: 48px;
  }
  #rec1357074661 .tn-elem[data-elem-id="175890271378291340"] .tn-atom {
    font-size: 18px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1357074661 .tn-elem[data-elem-id="175890271378291340"] {
    display: table;
    top: 307px;
  }
}
@media screen and (max-width: 639px) {
  #rec1357074661 .tn-elem[data-elem-id="175890271378291340"] {
    display: table;
    top: 296px;
    width: 220px;
  }
}
@media screen and (max-width: 479px) {
  #rec1357074661 .tn-elem[data-elem-id="175890271378291340"] {
    display: table;
    top: 322px;
    left: calc(50% - 180px + 16px);
    width: 328px;
  }
}
#rec1392185581[data-record-type="396"] {
  display: none;
}
.t1093 .t-popup #rec1392185581[data-record-type="396"] {
  display: block;
}
#rec1392185331 .t1093 .t-popup__bg {
  background-color: rgb(38 38 38 / 0.9);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
#rec1392185331 .t1093 .t-popup.t-popup-anim-fadein .t-popup__container {
  transition-timing-function: ease-in-out;
}
#rec1392185581 .t396__artboard {
  height: 869px;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding-left: calc(((100% - 1600px) / 2) + calc(0px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(0px * var(--zoom, 1)));
  padding-top: calc(0px * var(--zoom, 1));
  padding-bottom: calc(0px * var(--zoom, 1));
  width: auto;
}
#rec1392185581 .t396__filter {
  height: 869px;
}
#rec1392185581 .t396__carrier {
  height: 869px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .t396__artboard,
  #rec1392185581 .t396__filter,
  #rec1392185581 .t396__carrier {
    height: 924px;
  }
  #rec1392185581 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(0px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(0px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1392185581 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .t396__artboard,
  #rec1392185581 .t396__filter,
  #rec1392185581 .t396__carrier {
    height: 1456px;
  }
  #rec1392185581 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1392185581 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .t396__artboard,
  #rec1392185581 .t396__filter,
  #rec1392185581 .t396__carrier {
    height: 1081px;
  }
  #rec1392185581 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1392185581 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1392185581 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .t396__artboard,
  #rec1392185581 .t396__filter,
  #rec1392185581 .t396__carrier {
    height: 1088px;
  }
  #rec1392185581 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1392185581 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .t396__artboard,
  #rec1392185581 .t396__filter,
  #rec1392185581 .t396__carrier {
    height: 1327px;
  }
  #rec1392185581 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1392185581 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1392185581 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1392185581 .tn-group[data-group-id="175924580161981920"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: calc(50% - 800px + 0px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-group[data-group-id="175924580161981920"] #molecule-175924580161981920 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 40px 0;
  border-color: #fff0;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-group[data-group-id="175924580161981920"] {
    display: flex;
    top: 0;
    left: calc(50% - 610px + 0px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
    margin: 0 0 0 0;
  }
  #rec1392185581 .tn-group[data-group-id="175924580161981920"] #molecule-175924580161981920 {
    display: flex;
    overflow: visible visible;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 20px;
    align-items: center;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 40px 0;
    background-color: #fff;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    border-color: #e0481a;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-group[data-group-id="175924580161981920"] {
    display: flex;
    top: 0;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175924580161981920"] #molecule-175924580161981920 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-group[data-group-id="175924580161981920"] {
    display: flex;
    top: 0;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175924580161981920"] #molecule-175924580161981920 {
    display: flex;
    padding: 16px 0 16px 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-group[data-group-id="175924580161981920"] {
    display: flex;
    top: 0;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175924580161981920"] #molecule-175924580161981920 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-group[data-group-id="175924580161981920"] {
    display: flex;
    top: 0;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175924580161981920"] #molecule-175924580161981920 {
    display: flex;
    padding: 16px 0 16px 0;
  }
}
#rec1392185581 .tn-elem[data-elem-id="175931799842816040"] {
  color: #e0481a;
  text-align: center;
  z-index: 3;
  top: 773px;
  left: 90px;
  width: 1420px;
  flex-shrink: 0;
  height: 56px;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-elem[data-elem-id="175931799842816040"] .tn-atom {
  color: #e0481a;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-color: #fcede9;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
@media (hover), (min-width: 0\0) {
  #rec1392185581 .tn-elem[data-elem-id="175931799842816040"] .tn-atom:hover {
    background-color: #e0481a;
    background-image: none;
  }
  #rec1392185581 .tn-elem[data-elem-id="175931799842816040"] .tn-atom:hover {
    color: #fff;
  }
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-elem[data-elem-id="175931799842816040"] {
    display: table;
    top: 836px;
    left: 80px;
    width: 1060px;
    height: 48px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-elem[data-elem-id="175931799842816040"] {
    display: table;
    top: 1368px;
    left: 41px;
    width: 858px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-elem[data-elem-id="175931799842816040"] {
    display: table;
    top: 1017px;
    left: 17px;
    width: 586px;
    height: 48px;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175931799842816040"] .tn-atom {
    font-size: 18px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-elem[data-elem-id="175931799842816040"] {
    display: table;
    top: 1024px;
    left: 17px;
    width: 426px;
    height: 48px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-elem[data-elem-id="175931799842816040"] {
    display: table;
    top: 1263px;
    left: 21px;
    width: 286px;
    flex-shrink: 0;
  }
}
#rec1392185581 .tn-group[data-group-id="175931776819869020"] {
  z-index: 3;
  position: absolute;
  top: 381px;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-group[data-group-id="175931776819869020"] #molecule-175931776819869020 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 20px;
  align-items: flex-start;
  justify-content: center;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-group[data-group-id="175931776819869020"] {
    display: flex;
    top: 476px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175931776819869020"] #molecule-175931776819869020 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-group[data-group-id="175931776819869020"] {
    display: flex;
    top: 494px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175931776819869020"] #molecule-175931776819869020 {
    display: flex;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 20px;
    align-items: flex-start;
    padding: 0 40px 0 40px;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-group[data-group-id="175931776819869020"] {
    display: flex;
    top: 206px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175931776819869020"] #molecule-175931776819869020 {
    display: flex;
    row-gap: 8px;
    padding: 0 16px 0 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-group[data-group-id="175931776819869020"] {
    display: flex;
    top: 221px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175931776819869020"] #molecule-175931776819869020 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-group[data-group-id="175931776819869020"] {
    display: flex;
    top: 287px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175931776819869020"] #molecule-175931776819869020 {
    display: flex;
  }
}
#rec1392185581 .tn-group[data-group-id="175930680631112040"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 1050px;
  width: 460px;
  height: 372px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-group[data-group-id="175930680631112040"] #molecule-175930680631112040 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #262626;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-group[data-group-id="175930680631112040"] {
    display: flex;
    top: 0;
    left: 800px;
    width: 340px;
    height: 340px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930680631112040"] #molecule-175930680631112040 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-group[data-group-id="175930680631112040"] {
    display: flex;
    top: 548px;
    left: 40px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930680631112040"] #molecule-175930680631112040 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-group[data-group-id="175930680631112040"] {
    display: flex;
    top: 493px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930680631112040"] #molecule-175930680631112040 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-group[data-group-id="175930680631112040"] {
    display: flex;
    top: 485px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930680631112040"] #molecule-175930680631112040 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-group[data-group-id="175930680631112040"] {
    display: flex;
    top: 575px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930680631112040"] #molecule-175930680631112040 {
    display: flex;
  }
}
#rec1392185581 .tn-group[data-group-id="175930706938890910"] {
  z-index: 3;
  position: absolute;
  top: 263px;
  left: 20px;
  width: 347px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-group[data-group-id="175930706938890910"] #molecule-175930706938890910 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-group[data-group-id="175930706938890910"] {
    display: flex;
    top: 238px;
    left: 20px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930706938890910"] #molecule-175930706938890910 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-group[data-group-id="175930706938890910"] {
    display: flex;
    top: 200px;
    left: 20px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930706938890910"] #molecule-175930706938890910 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-group[data-group-id="175930706938890910"] {
    display: flex;
    top: 200px;
    left: 20px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930706938890910"] #molecule-175930706938890910 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-group[data-group-id="175930706938890910"] {
    display: flex;
    top: 200px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930706938890910"] #molecule-175930706938890910 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-group[data-group-id="175930706938890910"] {
    display: flex;
    top: 283px;
    left: 20px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930706938890910"] #molecule-175930706938890910 {
    display: flex;
  }
}
#rec1392185581 .tn-elem[data-elem-id="175930701489528030"] {
  color: #bdbdbd;
  z-index: 3;
  top: 48px;
  left: 0;
  width: 293px;
  flex-shrink: 0;
  height: 38px;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-elem[data-elem-id="175930701489528030"] .tn-atom {
  vertical-align: middle;
  color: #bdbdbd;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-elem[data-elem-id="175930701489528030"] {
    display: table;
    top: 48px;
    left: 0;
    width: 251px;
    height: 38px;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930701489528030"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-elem[data-elem-id="175930701489528030"] {
    display: table;
    top: 48px;
    left: 0;
    width: 251px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-elem[data-elem-id="175930701489528030"] {
    display: table;
    top: 44px;
    left: 0;
    width: 251px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930701489528030"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-elem[data-elem-id="175930701489528030"] {
    display: table;
    top: 44px;
    width: 251px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-elem[data-elem-id="175930701489528030"] {
    display: table;
    top: 44px;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392185581 .tn-group[data-group-id="175930747658583490"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-group[data-group-id="175930747658583490"] #molecule-175930747658583490 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 6px 16px 6px 8px;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #e0481a;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-group[data-group-id="175930747658583490"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930747658583490"] #molecule-175930747658583490 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-group[data-group-id="175930747658583490"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930747658583490"] #molecule-175930747658583490 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-group[data-group-id="175930747658583490"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930747658583490"] #molecule-175930747658583490 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-group[data-group-id="175930747658583490"] {
    display: flex;
    top: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930747658583490"] #molecule-175930747658583490 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-group[data-group-id="175930747658583490"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930747658583490"] #molecule-175930747658583490 {
    display: flex;
  }
}
#rec1392185581 .tn-elem[data-elem-id="175930747659488780"] {
  color: #fff;
  z-index: 3;
  top: 8px;
  left: 40px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-elem[data-elem-id="175930747659488780"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-elem[data-elem-id="175930747659488780"] {
    display: table;
    top: 8px;
    left: 40px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-elem[data-elem-id="175930747659488780"] {
    display: table;
    top: 8px;
    left: 40px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-elem[data-elem-id="175930747659488780"] {
    display: table;
    top: 8px;
    left: 36px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930747659488780"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-elem[data-elem-id="175930747659488780"] {
    display: table;
    top: 8px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-elem[data-elem-id="175930747659488780"] {
    display: table;
    top: 8px;
    left: 36px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392185581 .tn-elem[data-elem-id="175930747658570670"] {
  z-index: 3;
  top: 6px;
  left: 8px;
  width: 24px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-elem[data-elem-id="175930747658570670"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1392185581 .tn-elem[data-elem-id="175930747658570670"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-elem[data-elem-id="175930747658570670"] {
    display: table;
    top: 6px;
    left: 8px;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-elem[data-elem-id="175930747658570670"] {
    display: table;
    top: 6px;
    left: 8px;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-elem[data-elem-id="175930747658570670"] {
    display: table;
    top: 6px;
    left: 8px;
    width: 20px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-elem[data-elem-id="175930747658570670"] {
    display: table;
    top: 6px;
    width: 20px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-elem[data-elem-id="175930747658570670"] {
    display: table;
    top: 6px;
    left: 8px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392185581 .tn-elem[data-elem-id="175930685976467180"] {
  color: #fff;
  z-index: 3;
  top: 75px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-elem[data-elem-id="175930685976467180"] .tn-atom {
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-elem[data-elem-id="175930685976467180"] {
    display: table;
    top: 66px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930685976467180"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-elem[data-elem-id="175930685976467180"] {
    display: table;
    top: 66px;
    left: 20px;
    width: 430px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-elem[data-elem-id="175930685976467180"] {
    display: table;
    top: 66px;
    left: 20px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-elem[data-elem-id="175930685976467180"] {
    display: table;
    top: 66px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930685976467180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-elem[data-elem-id="175930685976467180"] {
    display: table;
    top: 92px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392185581 .tn-elem[data-elem-id="1759306652764"] {
  color: #fff;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-elem[data-elem-id="1759306652764"] .tn-atom {
  vertical-align: middle;
  color: #fff;
  font-size: 32px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-elem[data-elem-id="1759306652764"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="1759306652764"] .tn-atom {
    font-size: 24px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-elem[data-elem-id="1759306652764"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-elem[data-elem-id="1759306652764"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-elem[data-elem-id="1759306652764"] {
    display: table;
    top: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-elem[data-elem-id="1759306652764"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392185581 .tn-group[data-group-id="175930724962094330"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 570px;
  width: 460px;
  height: 372px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-group[data-group-id="175930724962094330"] #molecule-175930724962094330 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-group[data-group-id="175930724962094330"] {
    display: flex;
    top: 0;
    left: 440px;
    width: 340px;
    height: 340px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930724962094330"] #molecule-175930724962094330 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-group[data-group-id="175930724962094330"] {
    display: flex;
    top: 262px;
    left: 40px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930724962094330"] #molecule-175930724962094330 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-group[data-group-id="175930724962094330"] {
    display: flex;
    top: 246px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930724962094330"] #molecule-175930724962094330 {
    display: flex;
    row-gap: 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-group[data-group-id="175930724962094330"] {
    display: flex;
    top: 246px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930724962094330"] #molecule-175930724962094330 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-group[data-group-id="175930724962094330"] {
    display: flex;
    top: 310px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930724962094330"] #molecule-175930724962094330 {
    display: flex;
  }
}
#rec1392185581 .tn-elem[data-elem-id="175930724968328360"] {
  z-index: 3;
  top: 73px;
  left: 261px;
  width: 176px;
  flex-shrink: 0;
  height: auto;
}
#rec1392185581 .tn-elem[data-elem-id="175930724968328360"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1392185581 .tn-elem[data-elem-id="175930724968328360"] .tn-atom {
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  transform: rotate(4deg);
}
#rec1392185581 .tn-elem[data-elem-id="175930724968328360"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-elem[data-elem-id="175930724968328360"] {
    display: table;
    top: 73px;
    left: 207px;
    width: 138px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-elem[data-elem-id="175930724968328360"] {
    display: table;
    top: 73px;
    left: 207px;
    width: 138px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-elem[data-elem-id="175930724968328360"] {
    display: table;
    top: 43px;
    left: 307px;
    width: 138px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-elem[data-elem-id="175930724968328360"] {
    display: table;
    top: 53px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-elem[data-elem-id="175930724968328360"] {
    display: table;
    top: 23px;
    left: 159px;
    width: 138px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392185581 .tn-group[data-group-id="175930724964297910"] {
  z-index: 3;
  position: absolute;
  top: 167px;
  left: 20px;
  width: 347px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-group[data-group-id="175930724964297910"] #molecule-175930724964297910 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-group[data-group-id="175930724964297910"] {
    display: flex;
    top: 158px;
    left: 20px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930724964297910"] #molecule-175930724964297910 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-group[data-group-id="175930724964297910"] {
    display: flex;
    top: 158px;
    left: 20px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930724964297910"] #molecule-175930724964297910 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-group[data-group-id="175930724964297910"] {
    display: flex;
    top: 135px;
    left: 20px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930724964297910"] #molecule-175930724964297910 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-group[data-group-id="175930724964297910"] {
    display: flex;
    top: 135px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930724964297910"] #molecule-175930724964297910 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-group[data-group-id="175930724964297910"] {
    display: flex;
    top: 161px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930724964297910"] #molecule-175930724964297910 {
    display: flex;
  }
}
#rec1392185581 .tn-elem[data-elem-id="175930724965266580"] {
  color: #686868;
  z-index: 3;
  top: 48px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 38px;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-elem[data-elem-id="175930724965266580"] .tn-atom {
  vertical-align: middle;
  color: #686868;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-elem[data-elem-id="175930724965266580"] {
    display: table;
    top: 48px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-elem[data-elem-id="175930724965266580"] {
    display: table;
    top: 48px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-elem[data-elem-id="175930724965266580"] {
    display: table;
    top: 48px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930724965266580"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-elem[data-elem-id="175930724965266580"] {
    display: table;
    top: 40px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-elem[data-elem-id="175930724965266580"] {
    display: table;
    top: 40px;
    left: 0;
    width: 252px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930724965266580"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1392185581 .tn-elem[data-elem-id="175930724964287970"] {
  color: #e0481a;
  text-align: center;
  z-index: 3;
  top: 0;
  left: 0;
  width: 300px;
  flex-shrink: 0;
  height: 36px;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-elem[data-elem-id="175930724964287970"] .tn-atom {
  color: #e0481a;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-color: #fcede9;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
@media (hover), (min-width: 0\0) {
  #rec1392185581 .tn-elem[data-elem-id="175930724964287970"] .tn-atom:hover {
    background-color: #e0481a;
    background-image: none;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930724964287970"] .tn-atom:hover {
    color: #fff;
  }
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-elem[data-elem-id="175930724964287970"] {
    display: table;
    top: 0;
    left: 0;
    width: 300px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-elem[data-elem-id="175930724964287970"] {
    display: table;
    top: 0;
    left: 0;
    width: 300px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-elem[data-elem-id="175930724964287970"] {
    display: table;
    top: 0;
    left: 0;
    width: 300px;
    height: 36px;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930724964287970"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-elem[data-elem-id="175930724964287970"] {
    display: table;
    top: 0;
    width: 260px;
    height: 28px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-elem[data-elem-id="175930724964287970"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 28px;
    flex-shrink: 0;
  }
}
#rec1392185581 .tn-elem[data-elem-id="175930724963189320"] {
  color: #262626;
  z-index: 3;
  top: 75px;
  left: 20px;
  width: 228px;
  flex-shrink: 0;
  height: 72px;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-elem[data-elem-id="175930724963189320"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-elem[data-elem-id="175930724963189320"] {
    display: table;
    top: 66px;
    left: 20px;
    width: 187px;
    height: 72px;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930724963189320"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-elem[data-elem-id="175930724963189320"] {
    display: table;
    top: 66px;
    left: 20px;
    width: 187px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-elem[data-elem-id="175930724963189320"] {
    display: table;
    top: 62px;
    left: 20px;
    width: 187px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930724963189320"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-elem[data-elem-id="175930724963189320"] {
    display: table;
    top: 62px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-elem[data-elem-id="175930724963189320"] {
    display: table;
    top: 88px;
    left: 20px;
    width: 187px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392185581 .tn-elem[data-elem-id="175930724962065200"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-elem[data-elem-id="175930724962065200"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 32px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-elem[data-elem-id="175930724962065200"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930724962065200"] .tn-atom {
    font-size: 24px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-elem[data-elem-id="175930724962065200"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-elem[data-elem-id="175930724962065200"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-elem[data-elem-id="175930724962065200"] {
    display: table;
    top: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-elem[data-elem-id="175930724962065200"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 146px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930724962065200"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1392185581 .tn-group[data-group-id="175930683723912080"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 90px;
  width: 460px;
  height: 372px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-group[data-group-id="175930683723912080"] #molecule-175930683723912080 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-group[data-group-id="175930683723912080"] {
    display: flex;
    top: 0;
    left: 80px;
    width: 340px;
    height: 340px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930683723912080"] #molecule-175930683723912080 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-group[data-group-id="175930683723912080"] {
    display: flex;
    top: 0;
    left: 40px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930683723912080"] #molecule-175930683723912080 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-group[data-group-id="175930683723912080"] {
    display: flex;
    top: 0;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930683723912080"] #molecule-175930683723912080 {
    display: flex;
    row-gap: 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-group[data-group-id="175930683723912080"] {
    display: flex;
    top: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930683723912080"] #molecule-175930683723912080 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-group[data-group-id="175930683723912080"] {
    display: flex;
    top: 0;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930683723912080"] #molecule-175930683723912080 {
    display: flex;
  }
}
#rec1392185581 .tn-group[data-group-id="175930683725154760"] {
  z-index: 3;
  position: absolute;
  top: 75px;
  left: 20px;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-group[data-group-id="175930683725154760"] #molecule-175930683725154760 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-group[data-group-id="175930683725154760"] {
    display: flex;
    top: 66px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930683725154760"] #molecule-175930683725154760 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-group[data-group-id="175930683725154760"] {
    display: flex;
    top: 66px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930683725154760"] #molecule-175930683725154760 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-group[data-group-id="175930683725154760"] {
    display: flex;
    top: 62px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930683725154760"] #molecule-175930683725154760 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-group[data-group-id="175930683725154760"] {
    display: flex;
    top: 62px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930683725154760"] #molecule-175930683725154760 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-group[data-group-id="175930683725154760"] {
    display: flex;
    top: 88px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175930683725154760"] #molecule-175930683725154760 {
    display: flex;
  }
}
#rec1392185581 .tn-elem[data-elem-id="175930683729879000"] {
  color: #e0481a;
  z-index: 3;
  top: 160px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-elem[data-elem-id="175930683729879000"] .tn-atom {
  vertical-align: middle;
  color: #e0481a;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683729879000"] {
    display: table;
    top: 154px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930683729879000"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683729879000"] {
    display: table;
    top: 135px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683729879000"] {
    display: table;
    top: 135px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683729879000"] {
    display: table;
    top: 135px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683729879000"] {
    display: table;
    top: 173px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392185581 .tn-elem[data-elem-id="175930683729094650"] {
  color: #e0481a;
  z-index: 3;
  top: 128px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-elem[data-elem-id="175930683729094650"] .tn-atom {
  vertical-align: middle;
  color: #e0481a;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683729094650"] {
    display: table;
    top: 127px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930683729094650"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683729094650"] {
    display: table;
    top: 108px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683729094650"] {
    display: table;
    top: 108px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683729094650"] {
    display: table;
    top: 108px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683729094650"] {
    display: table;
    top: 146px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392185581 .tn-elem[data-elem-id="175930683728014240"] {
  color: #e0481a;
  z-index: 3;
  top: 96px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-elem[data-elem-id="175930683728014240"] .tn-atom {
  vertical-align: middle;
  color: #e0481a;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683728014240"] {
    display: table;
    top: 100px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930683728014240"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683728014240"] {
    display: table;
    top: 81px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683728014240"] {
    display: table;
    top: 81px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683728014240"] {
    display: table;
    top: 81px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683728014240"] {
    display: table;
    top: 119px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392185581 .tn-elem[data-elem-id="175930683727019030"] {
  color: #e0481a;
  z-index: 3;
  top: 64px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-elem[data-elem-id="175930683727019030"] .tn-atom {
  vertical-align: middle;
  color: #e0481a;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683727019030"] {
    display: table;
    top: 54px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930683727019030"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683727019030"] {
    display: table;
    top: 54px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683727019030"] {
    display: table;
    top: 54px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683727019030"] {
    display: table;
    top: 54px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683727019030"] {
    display: table;
    top: 73px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392185581 .tn-elem[data-elem-id="175930683726150570"] {
  color: #e0481a;
  z-index: 3;
  top: 32px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-elem[data-elem-id="175930683726150570"] .tn-atom {
  vertical-align: middle;
  color: #e0481a;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683726150570"] {
    display: table;
    top: 27px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930683726150570"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683726150570"] {
    display: table;
    top: 27px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683726150570"] {
    display: table;
    top: 27px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683726150570"] {
    display: table;
    top: 27px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683726150570"] {
    display: table;
    top: 46px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392185581 .tn-elem[data-elem-id="175930683725118580"] {
  color: #e0481a;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-elem[data-elem-id="175930683725118580"] .tn-atom {
  vertical-align: middle;
  color: #e0481a;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683725118580"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930683725118580"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683725118580"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683725118580"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683725118580"] {
    display: table;
    top: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683725118580"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392185581 .tn-elem[data-elem-id="175930683723929750"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-elem[data-elem-id="175930683723929750"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 32px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683723929750"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930683723929750"] .tn-atom {
    font-size: 24px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683723929750"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683723929750"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683723929750"] {
    display: table;
    top: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-elem[data-elem-id="175930683723929750"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392185581 .tn-group[data-group-id="175924537352250910"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-group[data-group-id="175924537352250910"] #molecule-175924537352250910 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 60px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 40px 0 40px 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-group[data-group-id="175924537352250910"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175924537352250910"] #molecule-175924537352250910 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-group[data-group-id="175924537352250910"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175924537352250910"] #molecule-175924537352250910 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-group[data-group-id="175924537352250910"] {
    display: flex;
    top: 16px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175924537352250910"] #molecule-175924537352250910 {
    display: flex;
    row-gap: 20px;
    padding: 0 0 12px 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-group[data-group-id="175924537352250910"] {
    display: flex;
    top: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175924537352250910"] #molecule-175924537352250910 {
    display: flex;
    padding: 0 16px 12px 16px;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-group[data-group-id="175924537352250910"] {
    display: flex;
    top: 16px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1392185581 .tn-group[data-group-id="175924537352250910"] #molecule-175924537352250910 {
    display: flex;
  }
}
#rec1392185581 .tn-elem[data-elem-id="175930657369071900"] {
  color: #262626;
  text-align: center;
  z-index: 3;
  top: 228px;
  left: 400px;
  width: 800px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-elem[data-elem-id="175930657369071900"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 28px;
  font-family: "PT Serif", serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-elem[data-elem-id="175930657369071900"] {
    display: table;
    top: 292px;
    left: 220px;
    width: 780px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930657369071900"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-elem[data-elem-id="175930657369071900"] {
    display: table;
    top: 310px;
    left: 80px;
    width: 780px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930657369071900"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-elem[data-elem-id="175930657369071900"] {
    display: table;
    top: 82px;
    left: 130px;
    width: 360px;
    height: 76px;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930657369071900"] {
    text-align: center;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930657369071900"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    line-height: 1.2;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-elem[data-elem-id="175930657369071900"] {
    display: table;
    top: 113px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930657369071900"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-elem[data-elem-id="175930657369071900"] {
    display: table;
    top: 144px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175930657369071900"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1392185581 .tn-elem[data-elem-id="175924535674466960"] {
  color: #262626;
  text-align: center;
  z-index: 3;
  top: 40px;
  left: 185px;
  width: 1230px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1392185581 .tn-elem[data-elem-id="175924535674466960"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 64px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-elem[data-elem-id="175924535674466960"] {
    display: table;
    top: 40px;
    left: 84px;
    width: 1053px;
    height: 192px;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175924535674466960"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-elem[data-elem-id="175924535674466960"] {
    display: table;
    top: 40px;
    left: 56px;
    width: 829px;
    height: 210px;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175924535674466960"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-elem[data-elem-id="175924535674466960"] {
    display: table;
    top: 0;
    left: 46px;
    width: 529px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175924535674466960"] {
    text-align: center;
  }
  #rec1392185581 .tn-elem[data-elem-id="175924535674466960"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 28px;
    line-height: 1.1;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-elem[data-elem-id="175924535674466960"] {
    display: table;
    top: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1392185581 .tn-elem[data-elem-id="175924535674466960"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-elem[data-elem-id="175924535674466960"] {
    display: table;
    top: 0;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1392185581 .tn-elem[data-elem-id="1759319045224"] {
  z-index: 3;
  top: 112px;
  left: calc(50% - 800px + 563px);
  width: 35px;
  flex-shrink: 0;
  height: auto;
}
#rec1392185581 .tn-elem[data-elem-id="1759319045224"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1392185581 .tn-elem[data-elem-id="1759319045224"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1392185581 .tn-elem[data-elem-id="1759319045224"] {
    display: table;
    top: 112px;
    left: calc(50% - 610px + 815px);
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1392185581 .tn-elem[data-elem-id="1759319045224"] {
    display: table;
    top: 121px;
    left: calc(50% - 480px + 821px);
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1392185581 .tn-elem[data-elem-id="1759319045224"] {
    display: table;
    top: 49px;
    left: calc(50% - 320px + 216px);
    width: 15px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1392185581 .tn-elem[data-elem-id="1759319045224"] {
    display: table;
    left: calc(50% - 240px + 390px);
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1392185581 .tn-elem[data-elem-id="1759319045224"] {
    display: table;
    top: 81px;
    left: calc(50% - 180px + 175px);
    height: auto;
    flex-shrink: 0;
  }
}
#rec1396792751 .t-popup__container {
  border-radius: 0;
  overflow: hidden;
}
#rec1396792751 .t-btnflex.t-btnflex_type_button {
  color: #fff;
  background-color: #e0481a;
  border-style: none !important;
  border-radius: 0;
  box-shadow: none !important;
  font-family: PT Serif;
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: 0.2s;
  transition-property: background-color, color, border-color, box-shadow, opacity, transform;
  transition-timing-function: ease-in-out;
}
@media (hover: hover) {
  #rec1396792751 .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):hover {
    background-color: #c3370d !important;
  }
  #rec1396792751 .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):focus-visible {
    background-color: #c3370d !important;
  }
}
#rec1396792751 .t390__title {
  font-size: 24px;
  line-height: 1.2;
  color: #262626;
  font-weight: 700;
  font-family: "PT Serif";
}
@media screen and (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
  #rec1396792751 .t390__title {
    font-size: 20px;
  }
}
#rec1396792751 .t390__descr {
  font-size: 20px;
  line-height: 1.2;
  color: #262626;
  font-weight: 400;
  font-family: "PT Serif";
}
@media screen and (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
  #rec1396792751 .t390__descr {
    font-size: 16px;
  }
}
#rec1396814191 .t-popup__container {
  border-radius: 0;
  overflow: hidden;
}
#rec1396814191 .t-btnflex.t-btnflex_type_button {
  color: #fff;
  background-color: #e0481a;
  border-style: none !important;
  border-radius: 0;
  box-shadow: none !important;
  font-family: PT Serif;
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: 0.2s;
  transition-property: background-color, color, border-color, box-shadow, opacity, transform;
  transition-timing-function: ease-in-out;
}
@media (hover: hover) {
  #rec1396814191 .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):hover {
    background-color: #c3370d !important;
  }
  #rec1396814191 .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):focus-visible {
    background-color: #c3370d !important;
  }
}
#rec1396814191 .t390__title {
  font-size: 24px;
  line-height: 1.2;
  color: #262626;
  font-weight: 700;
  font-family: "PT Serif";
}
@media screen and (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
  #rec1396814191 .t390__title {
    font-size: 20px;
  }
}
#rec1396814191 .t390__descr {
  font-size: 20px;
  line-height: 1.2;
  color: #262626;
  font-weight: 400;
  font-family: "PT Serif";
}
@media screen and (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
  #rec1396814191 .t390__descr {
    font-size: 16px;
  }
}
#rec1396815581 .t-popup__container {
  border-radius: 0;
  overflow: hidden;
}
#rec1396815581 .t-btnflex.t-btnflex_type_button {
  color: #fff;
  background-color: #e0481a;
  border-style: none !important;
  border-radius: 0;
  box-shadow: none !important;
  font-family: PT Serif;
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: 0.2s;
  transition-property: background-color, color, border-color, box-shadow, opacity, transform;
  transition-timing-function: ease-in-out;
}
@media (hover: hover) {
  #rec1396815581 .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):hover {
    background-color: #c3370d !important;
  }
  #rec1396815581 .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):focus-visible {
    background-color: #c3370d !important;
  }
}
#rec1396815581 .t390__title {
  font-size: 24px;
  line-height: 1.2;
  color: #262626;
  font-weight: 700;
  font-family: "PT Serif";
}
@media screen and (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
  #rec1396815581 .t390__title {
    font-size: 20px;
  }
}
#rec1396815581 .t390__descr {
  font-size: 20px;
  line-height: 1.2;
  color: #262626;
  font-weight: 400;
  font-family: "PT Serif";
}
@media screen and (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
  #rec1396815581 .t390__descr {
    font-size: 16px;
  }
}
#rec1396810831 .t-popup__container {
  border-radius: 0;
  overflow: hidden;
}
#rec1396810831 .t-btnflex.t-btnflex_type_button {
  color: #fff;
  background-color: #e0481a;
  border-style: none !important;
  border-radius: 0;
  box-shadow: none !important;
  font-family: PT Serif;
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: 0.2s;
  transition-property: background-color, color, border-color, box-shadow, opacity, transform;
  transition-timing-function: ease-in-out;
}
@media (hover: hover) {
  #rec1396810831 .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):hover {
    background-color: #c3370d !important;
  }
  #rec1396810831 .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):focus-visible {
    background-color: #c3370d !important;
  }
}
#rec1396810831 .t390__title {
  font-size: 24px;
  line-height: 1.2;
  color: #262626;
  font-weight: 700;
  font-family: "PT Serif";
}
@media screen and (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
  #rec1396810831 .t390__title {
    font-size: 20px;
  }
}
#rec1396810831 .t390__descr {
  font-size: 20px;
  line-height: 1.2;
  color: #262626;
  font-weight: 400;
  font-family: "PT Serif";
}
@media screen and (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
  #rec1396810831 .t390__descr {
    font-size: 16px;
  }
}
#rec1396823891 .t-popup__container {
  border-radius: 0;
  overflow: hidden;
}
#rec1396823891 .t-btnflex.t-btnflex_type_button {
  color: #fff;
  background-color: #e0481a;
  border-style: none !important;
  border-radius: 0;
  box-shadow: none !important;
  font-family: PT Serif;
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: 0.2s;
  transition-property: background-color, color, border-color, box-shadow, opacity, transform;
  transition-timing-function: ease-in-out;
}
@media (hover: hover) {
  #rec1396823891 .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):hover {
    background-color: #c3370d !important;
  }
  #rec1396823891 .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):focus-visible {
    background-color: #c3370d !important;
  }
}
#rec1396823891 .t390__title {
  font-size: 24px;
  line-height: 1.2;
  color: #262626;
  font-weight: 700;
  font-family: "PT Serif";
}
@media screen and (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
  #rec1396823891 .t390__title {
    font-size: 20px;
  }
}
#rec1396823891 .t390__descr {
  font-size: 20px;
  line-height: 1.2;
  color: #262626;
  font-weight: 400;
  font-family: "PT Serif";
}
@media screen and (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
  #rec1396823891 .t390__descr {
    font-size: 16px;
  }
}
#rec1396828111 .t-popup__container {
  border-radius: 0;
  overflow: hidden;
}
#rec1396828111 .t-btnflex.t-btnflex_type_button {
  color: #fff;
  background-color: #e0481a;
  border-style: none !important;
  border-radius: 0;
  box-shadow: none !important;
  font-family: PT Serif;
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: 0.2s;
  transition-property: background-color, color, border-color, box-shadow, opacity, transform;
  transition-timing-function: ease-in-out;
}
@media (hover: hover) {
  #rec1396828111 .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):hover {
    background-color: #c3370d !important;
  }
  #rec1396828111 .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):focus-visible {
    background-color: #c3370d !important;
  }
}
#rec1396828111 .t390__title {
  font-size: 24px;
  line-height: 1.2;
  color: #262626;
  font-weight: 700;
  font-family: "PT Serif";
}
@media screen and (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
  #rec1396828111 .t390__title {
    font-size: 20px;
  }
}
#rec1396828111 .t390__descr {
  font-size: 20px;
  line-height: 1.2;
  color: #262626;
  font-weight: 400;
  font-family: "PT Serif";
}
@media screen and (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
  #rec1396828111 .t390__descr {
    font-size: 16px;
  }
}
#rec1366380391 .t396__artboard {
  height: 160px;
  background-color: #fffaee;
  overflow: visible;
}
#rec1366380391 .t396__filter {
  height: 160px;
}
#rec1366380391 .t396__carrier {
  height: 160px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1366380391 .t396__artboard,
  #rec1366380391 .t396__filter,
  #rec1366380391 .t396__carrier {
    height: 160px;
  }
  #rec1366380391 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1366380391 .t396__artboard,
  #rec1366380391 .t396__filter,
  #rec1366380391 .t396__carrier {
    height: 60px;
  }
  #rec1366380391 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1366380391 .t396__artboard,
  #rec1366380391 .t396__filter,
  #rec1366380391 .t396__carrier {
    height: 60px;
  }
  #rec1366380391 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1366380391 .t396__artboard,
  #rec1366380391 .t396__filter,
  #rec1366380391 .t396__carrier {
    height: 60px;
  }
  #rec1366380391 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1366380391 .t396__artboard,
  #rec1366380391 .t396__filter,
  #rec1366380391 .t396__carrier {
    height: 60px;
  }
  #rec1366380391 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1366385681 .t396__artboard {
  height: 146px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  row-gap: calc(20px * var(--zoom, 1));
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(0px * var(--zoom, 1));
  padding-bottom: calc(80px * var(--zoom, 1));
  width: auto;
}
#rec1366385681 .t396__filter {
  height: 146px;
}
#rec1366385681 .t396__carrier {
  height: 146px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1366385681 .t396__artboard,
  #rec1366385681 .t396__filter,
  #rec1366385681 .t396__carrier {
    height: 146px;
  }
  #rec1366385681 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(80px * var(--zoom, 1));
    width: auto;
  }
  #rec1366385681 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1366385681 .t396__artboard,
  #rec1366385681 .t396__filter,
  #rec1366385681 .t396__carrier {
    height: 146px;
  }
  #rec1366385681 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(80px * var(--zoom, 1));
    width: auto;
  }
  #rec1366385681 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1366385681 .t396__artboard,
  #rec1366385681 .t396__filter,
  #rec1366385681 .t396__carrier {
    height: 68px;
  }
  #rec1366385681 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1366385681 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1366385681 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1366385681 .t396__artboard,
  #rec1366385681 .t396__filter,
  #rec1366385681 .t396__carrier {
    height: 68px;
  }
  #rec1366385681 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1366385681 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1366385681 .t396__artboard,
  #rec1366385681 .t396__filter,
  #rec1366385681 .t396__carrier {
    height: 68px;
  }
  #rec1366385681 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1366385681 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1366385681 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1366385681 .tn-elem[data-elem-id="175916031473889900"] {
  z-index: 3;
  top: 0;
  left: calc(50% - 800px + 30px);
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1366385681 .tn-elem[data-elem-id="175916031473889900"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1366385681 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 0;
    left: calc(50% - 610px + 20px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1366385681 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    left: calc(50% - 480px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1366385681 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 0;
    left: calc(50% - 320px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1366385681 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 0;
    left: calc(50% - 240px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1366385681 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 0;
    left: calc(50% - 180px + 16px);
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1366385681 .tn-group[data-group-id="175916035984714150"] {
  z-index: 3;
  position: absolute;
  top: 21px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1366385681 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1366385681 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 21px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1366385681 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1366385681 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 21px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1366385681 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1366385681 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 13px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1366385681 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1366385681 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 13px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1366385681 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1366385681 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 13px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1366385681 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
#rec1366385681 .tn-elem[data-elem-id="175916033774511080"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 1322px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1366385681 .tn-elem[data-elem-id="175916033774511080"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1366385681 .tn-elem[data-elem-id="175916033774511080"] {
    display: table;
    top: 0;
    left: 999px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1366385681 .tn-elem[data-elem-id="175916033774511080"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1366385681 .tn-elem[data-elem-id="175916033774511080"] {
    display: table;
    top: 0;
    left: 759px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1366385681 .tn-elem[data-elem-id="175916033774511080"] {
    display: table;
    top: 0;
    left: 462px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1366385681 .tn-elem[data-elem-id="175916033774511080"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1366385681 .tn-elem[data-elem-id="175916033774511080"] {
    display: table;
    top: 0;
    left: 302px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1366385681 .tn-elem[data-elem-id="175916033774511080"] {
    display: table;
    top: 0;
    left: 170px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1366385681 .tn-elem[data-elem-id="175916035087645530"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1366385681 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1366385681 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1366385681 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1366385681 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 959px) {
  #rec1366385681 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1366385681 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1366385681 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1366385681 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1366385681 .tn-elem[data-elem-id="175916032056398950"] {
  z-index: 3;
  top: 60px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  flex-shrink: 0;
  height: 6px;
  margin: 0 0 0 0;
}
#rec1366385681 .tn-elem[data-elem-id="175916032056398950"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1366385681 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 60px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1366385681 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    left: calc(50% - 480px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1366385681 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 42px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1366385681 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 42px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1366385681 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 42px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1367913201 .t396__artboard {
  height: 650px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  row-gap: calc(60px * var(--zoom, 1));
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(0px * var(--zoom, 1));
  padding-bottom: calc(0px * var(--zoom, 1));
  width: auto;
}
#rec1367913201 .t396__filter {
  height: 650px;
}
#rec1367913201 .t396__carrier {
  height: 650px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .t396__artboard,
  #rec1367913201 .t396__filter,
  #rec1367913201 .t396__carrier {
    height: 662px;
  }
  #rec1367913201 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1367913201 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .t396__artboard,
  #rec1367913201 .t396__filter,
  #rec1367913201 .t396__carrier {
    height: 732px;
  }
  #rec1367913201 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1367913201 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .t396__artboard,
  #rec1367913201 .t396__filter,
  #rec1367913201 .t396__carrier {
    height: 477px;
  }
  #rec1367913201 .t396__artboard {
    display: flex;
    align-items: flex-start;
    row-gap: calc(40px * var(--zoom, 1));
  }
  #rec1367913201 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1367913201 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .t396__artboard,
  #rec1367913201 .t396__filter,
  #rec1367913201 .t396__carrier {
    height: 654px;
  }
  #rec1367913201 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1367913201 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .t396__artboard,
  #rec1367913201 .t396__filter,
  #rec1367913201 .t396__carrier {
    height: 723px;
  }
  #rec1367913201 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1367913201 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1367913201 .tn-group[data-group-id="175921078794844530"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: calc(50% - 800px + 299px);
  width: auto;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-group[data-group-id="175921078794844530"] #molecule-175921078794844530 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 60px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-group[data-group-id="175921078794844530"] {
    display: flex;
    top: 0;
    left: calc(50% - 610px + 109px);
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921078794844530"] #molecule-175921078794844530 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-group[data-group-id="175921078794844530"] {
    display: flex;
    top: 0;
    left: calc(50% - 480px + 66px);
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921078794844530"] #molecule-175921078794844530 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-group[data-group-id="175921078794844530"] {
    display: flex;
    top: 0;
    left: calc(50% - 320px + 10px);
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921078794844530"] #molecule-175921078794844530 {
    display: flex;
    row-gap: 20px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-group[data-group-id="175921078794844530"] {
    display: flex;
    top: 0;
    left: calc(50% - 240px + 10px);
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921078794844530"] #molecule-175921078794844530 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-group[data-group-id="175921078794844530"] {
    display: flex;
    top: 0;
    left: calc(50% - 180px + 16px);
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921078794844530"] #molecule-175921078794844530 {
    display: flex;
  }
}
#rec1367913201 .tn-elem[data-elem-id="1759210452692"] {
  color: #262626;
  text-align: center;
  z-index: 3;
  top: 188px;
  left: 116px;
  width: 770px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-elem[data-elem-id="1759210452692"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 28px;
  font-family: "PT Serif", serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="1759210452692"] {
    display: table;
    left: 111px;
    width: 780px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1367913201 .tn-elem[data-elem-id="1759210452692"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="1759210452692"] {
    display: table;
    top: 270px;
    left: 25px;
    width: 780px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1367913201 .tn-elem[data-elem-id="1759210452692"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="1759210452692"] {
    display: table;
    top: 82px;
    left: 0;
    width: 360px;
    height: 76px;
    flex-shrink: 0;
  }
  #rec1367913201 .tn-elem[data-elem-id="1759210452692"] {
    text-align: left;
  }
  #rec1367913201 .tn-elem[data-elem-id="1759210452692"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    line-height: 1.2;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="1759210452692"] {
    display: table;
    width: 291px;
    height: 95px;
    flex-shrink: 0;
  }
  #rec1367913201 .tn-elem[data-elem-id="1759210452692"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="1759210452692"] {
    display: table;
    top: 113px;
    left: 0;
    width: 224px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-elem[data-elem-id="1759209764642"] {
  color: #262626;
  text-align: center;
  z-index: 3;
  top: 0;
  left: 0;
  width: 1002px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-elem[data-elem-id="1759209764642"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 64px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="1759209764642"] {
    display: table;
    left: 0;
    width: 1002px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1367913201 .tn-elem[data-elem-id="1759209764642"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="1759209764642"] {
    display: table;
    left: 0;
    width: 829px;
    height: 210px;
    flex-shrink: 0;
  }
  #rec1367913201 .tn-elem[data-elem-id="1759209764642"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="1759209764642"] {
    display: table;
    left: 0;
    width: 432px;
    height: 62px;
    flex-shrink: 0;
  }
  #rec1367913201 .tn-elem[data-elem-id="1759209764642"] {
    text-align: left;
  }
  #rec1367913201 .tn-elem[data-elem-id="1759209764642"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 28px;
    line-height: 1.1;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="1759209764642"] {
    display: table;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="1759209764642"] {
    display: table;
    left: 0;
    width: 324px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-group[data-group-id="175921035392413640"] {
  z-index: 3;
  position: absolute;
  top: 341px;
  left: calc(50% - 800px + 420px);
  width: 760px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-group[data-group-id="175921035392413640"] #molecule-175921035392413640 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgb(224 72 26);
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-group[data-group-id="175921035392413640"] {
    display: flex;
    top: 353px;
    left: calc(50% - 610px + 220px);
    width: 780px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921035392413640"] #molecule-175921035392413640 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-group[data-group-id="175921035392413640"] {
    display: flex;
    top: 423px;
    left: calc(50% - 480px + 90px);
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921035392413640"] #molecule-175921035392413640 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-group[data-group-id="175921035392413640"] {
    display: flex;
    top: 198px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921035392413640"] #molecule-175921035392413640 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-group[data-group-id="175921035392413640"] {
    display: flex;
    top: 217px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921035392413640"] #molecule-175921035392413640 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-group[data-group-id="175921035392413640"] {
    display: flex;
    top: 286px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921035392413640"] #molecule-175921035392413640 {
    display: flex;
  }
}
#rec1367913201 .tn-group[data-group-id="175921093361223040"] {
  z-index: 3;
  position: absolute;
  top: 231px;
  left: 0;
  width: 760px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1367913201 .tn-group[data-group-id="175921093361223040"] #molecule-175921093361223040 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-group[data-group-id="175921093361223040"] {
    display: flex;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093361223040"] #molecule-175921093361223040 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-group[data-group-id="175921093361223040"] {
    display: flex;
    top: 231px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093361223040"] #molecule-175921093361223040 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-group[data-group-id="175921093361223040"] {
    display: flex;
    top: 209px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093361223040"] #molecule-175921093361223040 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-group[data-group-id="175921093361223040"] {
    display: flex;
    top: 327px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093361223040"] #molecule-175921093361223040 {
    display: flex;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 12px;
    align-items: center;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-group[data-group-id="175921093361223040"] {
    display: flex;
    top: 327px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093361223040"] #molecule-175921093361223040 {
    display: flex;
  }
}
#rec1367913201 .tn-elem[data-elem-id="175921093369986000"] {
  color: #fff;
  text-align: center;
  z-index: 3;
  top: 20px;
  left: 580px;
  width: 160px;
  flex-shrink: 0;
  height: 36px;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-elem[data-elem-id="175921093369986000"] .tn-atom {
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #c3370d;
  border-style: solid;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093369986000"] {
    display: table;
    left: 598px;
    width: 160px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093369986000"] {
    display: table;
    top: 20px;
    left: 598px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093369986000"] {
    display: table;
    top: 20px;
    left: 438px;
    height: 28px;
    flex-shrink: 0;
  }
  #rec1367913201 .tn-elem[data-elem-id="175921093369986000"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093369986000"] {
    display: table;
    top: 60px;
    width: 100%;
    height: 28px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093369986000"] {
    display: table;
    top: 60px;
    left: 20px;
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-group[data-group-id="175921093361237230"] {
  z-index: 3;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: auto;
  flex-shrink: 1;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-group[data-group-id="175921093361237230"] #molecule-175921093361237230 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-group[data-group-id="175921093361237230"] {
    display: flex;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093361237230"] #molecule-175921093361237230 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-group[data-group-id="175921093361237230"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093361237230"] #molecule-175921093361237230 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-group[data-group-id="175921093361237230"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093361237230"] #molecule-175921093361237230 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-group[data-group-id="175921093361237230"] {
    display: flex;
    top: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093361237230"] #molecule-175921093361237230 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-group[data-group-id="175921093361237230"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093361237230"] #molecule-175921093361237230 {
    display: flex;
  }
}
#rec1367913201 .tn-group[data-group-id="175921093362457430"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 193px;
  width: 100%;
  height: auto;
  flex-shrink: 1;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-group[data-group-id="175921093362457430"] #molecule-175921093362457430 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: center;
  justify-content: flex-end;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-group[data-group-id="175921093362457430"] {
    display: flex;
    left: 193px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093362457430"] #molecule-175921093362457430 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-group[data-group-id="175921093362457430"] {
    display: flex;
    top: 0;
    left: 193px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093362457430"] #molecule-175921093362457430 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-group[data-group-id="175921093362457430"] {
    display: flex;
    top: 0;
    left: 143px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093362457430"] #molecule-175921093362457430 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-group[data-group-id="175921093362457430"] {
    display: flex;
    top: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093362457430"] #molecule-175921093362457430 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-group[data-group-id="175921093362457430"] {
    display: flex;
    top: 0;
    left: 113px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093362457430"] #molecule-175921093362457430 {
    display: flex;
  }
}
#rec1367913201 .tn-group[data-group-id="175921093363593640"] {
  z-index: 3;
  position: absolute;
  top: 6px;
  left: 247px;
  width: 120px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1367913201 .tn-group[data-group-id="175921093363593640"] #molecule-175921093363593640 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 4px;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-group[data-group-id="175921093363593640"] {
    display: flex;
    top: 6px;
    left: 265px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093363593640"] #molecule-175921093363593640 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-group[data-group-id="175921093363593640"] {
    display: flex;
    top: 6px;
    left: 265px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093363593640"] #molecule-175921093363593640 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-group[data-group-id="175921093363593640"] {
    display: flex;
    top: 4px;
    left: 155px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093363593640"] #molecule-175921093363593640 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-group[data-group-id="175921093363593640"] {
    display: flex;
    top: 4px;
    left: 257px;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093363593640"] #molecule-175921093363593640 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-group[data-group-id="175921093363593640"] {
    display: flex;
    top: 4px;
    left: 125px;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093363593640"] #molecule-175921093363593640 {
    display: flex;
  }
}
#rec1367913201 .tn-elem[data-elem-id="175921093364662020"] {
  color: #e0481a;
  z-index: 3;
  top: 0;
  left: 59px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-elem[data-elem-id="175921093364662020"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #e0481a;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093364662020"] {
    display: table;
    top: 0;
    left: 59px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093364662020"] {
    display: table;
    top: 0;
    left: 59px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093364662020"] {
    display: table;
    top: 1px;
    left: 60px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1367913201 .tn-elem[data-elem-id="175921093364662020"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093364662020"] {
    display: table;
    top: 1px;
    left: 24px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093364662020"] {
    display: table;
    top: 1px;
    left: 24px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-elem[data-elem-id="175921093363542680"] {
  z-index: 3;
  top: 0;
  left: 31px;
  width: 24px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-elem[data-elem-id="175921093363542680"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1367913201 .tn-elem[data-elem-id="175921093363542680"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093363542680"] {
    display: table;
    top: 0;
    left: 31px;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093363542680"] {
    display: table;
    top: 0;
    left: 31px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093363542680"] {
    display: table;
    top: 0;
    left: 36px;
    width: 20px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093363542680"] {
    display: table;
    top: 0;
    left: 0;
    width: 20px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093363542680"] {
    display: table;
    top: 0;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-elem[data-elem-id="175921093362481240"] {
  z-index: 3;
  top: 0;
  left: 246px;
  width: 1px;
  flex-shrink: 0;
  height: 36px;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-elem[data-elem-id="175921093362481240"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093362481240"] {
    display: table;
    top: 0;
    left: 264px;
    width: 1px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093362481240"] {
    display: table;
    top: 0;
    left: 264px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093362481240"] {
    display: table;
    top: 0;
    left: 154px;
    height: 28px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093362481240"] {
    display: table;
    top: 0;
    left: 256px;
    width: 1px;
    height: 28px;
    flex-shrink: 0;
  }
  #rec1367913201 .tn-elem[data-elem-id="175921093362481240"] .tn-atom {
    background-color: #fff;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093362481240"] {
    display: table;
    top: 0;
    left: 124px;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-elem[data-elem-id="175921093361221910"] {
  z-index: 3;
  top: 0;
  left: 0;
  width: 193px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-elem[data-elem-id="175921093361221910"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1367913201 .tn-elem[data-elem-id="175921093361221910"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093361221910"] {
    display: table;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093361221910"] {
    display: table;
    top: 0;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093361221910"] {
    display: table;
    top: 1px;
    left: 0;
    width: 143px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093361221910"] {
    display: table;
    top: 3px;
    width: 113px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093361221910"] {
    display: table;
    top: 3px;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-elem[data-elem-id="175921094091069070"] {
  z-index: 3;
  top: 230px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-elem[data-elem-id="175921094091069070"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="175921094091069070"] {
    display: table;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="175921094091069070"] {
    display: table;
    top: 230px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="175921094091069070"] {
    display: table;
    top: 208px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="175921094091069070"] {
    display: table;
    top: 326px;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="175921094091069070"] {
    display: table;
    top: 326px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-group[data-group-id="175921093377367320"] {
  z-index: 3;
  position: absolute;
  top: 154px;
  left: 0;
  width: 760px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-group[data-group-id="175921093377367320"] #molecule-175921093377367320 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-group[data-group-id="175921093377367320"] {
    display: flex;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093377367320"] #molecule-175921093377367320 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-group[data-group-id="175921093377367320"] {
    display: flex;
    top: 154px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093377367320"] #molecule-175921093377367320 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-group[data-group-id="175921093377367320"] {
    display: flex;
    top: 138px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093377367320"] #molecule-175921093377367320 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-group[data-group-id="175921093377367320"] {
    display: flex;
    top: 218px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093377367320"] #molecule-175921093377367320 {
    display: flex;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 12px;
    align-items: center;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-group[data-group-id="175921093377367320"] {
    display: flex;
    top: 218px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093377367320"] #molecule-175921093377367320 {
    display: flex;
  }
}
#rec1367913201 .tn-elem[data-elem-id="175921093383978070"] {
  color: #fff;
  text-align: center;
  z-index: 3;
  top: 20px;
  left: 580px;
  width: 160px;
  flex-shrink: 0;
  height: 36px;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-elem[data-elem-id="175921093383978070"] .tn-atom {
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #c3370d;
  border-style: solid;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093383978070"] {
    display: table;
    left: 598px;
    width: 160px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093383978070"] {
    display: table;
    top: 20px;
    left: 598px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093383978070"] {
    display: table;
    top: 21px;
    left: 438px;
    height: 28px;
    flex-shrink: 0;
  }
  #rec1367913201 .tn-elem[data-elem-id="175921093383978070"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093383978070"] {
    display: table;
    top: 60px;
    width: 100%;
    height: 28px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093383978070"] {
    display: table;
    top: 60px;
    left: 20px;
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-group[data-group-id="175921093377378060"] {
  z-index: 3;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: auto;
  flex-shrink: 1;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-group[data-group-id="175921093377378060"] #molecule-175921093377378060 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-group[data-group-id="175921093377378060"] {
    display: flex;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093377378060"] #molecule-175921093377378060 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-group[data-group-id="175921093377378060"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093377378060"] #molecule-175921093377378060 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-group[data-group-id="175921093377378060"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093377378060"] #molecule-175921093377378060 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-group[data-group-id="175921093377378060"] {
    display: flex;
    top: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093377378060"] #molecule-175921093377378060 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-group[data-group-id="175921093377378060"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093377378060"] #molecule-175921093377378060 {
    display: flex;
  }
}
#rec1367913201 .tn-group[data-group-id="175921093377979420"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 236px;
  width: 100%;
  height: auto;
  flex-shrink: 1;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-group[data-group-id="175921093377979420"] #molecule-175921093377979420 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: center;
  justify-content: flex-end;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-group[data-group-id="175921093377979420"] {
    display: flex;
    left: 236px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093377979420"] #molecule-175921093377979420 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-group[data-group-id="175921093377979420"] {
    display: flex;
    top: 0;
    left: 236px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093377979420"] #molecule-175921093377979420 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-group[data-group-id="175921093377979420"] {
    display: flex;
    top: 1px;
    left: 194px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093377979420"] #molecule-175921093377979420 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-group[data-group-id="175921093377979420"] {
    display: flex;
    top: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093377979420"] #molecule-175921093377979420 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-group[data-group-id="175921093377979420"] {
    display: flex;
    top: 0;
    left: 130px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093377979420"] #molecule-175921093377979420 {
    display: flex;
  }
}
#rec1367913201 .tn-group[data-group-id="175921093378553500"] {
  z-index: 3;
  position: absolute;
  top: 6px;
  left: 204px;
  width: 120px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1367913201 .tn-group[data-group-id="175921093378553500"] #molecule-175921093378553500 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 4px;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-group[data-group-id="175921093378553500"] {
    display: flex;
    left: 222px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093378553500"] #molecule-175921093378553500 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-group[data-group-id="175921093378553500"] {
    display: flex;
    top: 6px;
    left: 222px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093378553500"] #molecule-175921093378553500 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-group[data-group-id="175921093378553500"] {
    display: flex;
    top: 4px;
    left: 104px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093378553500"] #molecule-175921093378553500 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-group[data-group-id="175921093378553500"] {
    display: flex;
    top: 4px;
    left: 240px;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093378553500"] #molecule-175921093378553500 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-group[data-group-id="175921093378553500"] {
    display: flex;
    top: 4px;
    left: 108px;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921093378553500"] #molecule-175921093378553500 {
    display: flex;
  }
}
#rec1367913201 .tn-elem[data-elem-id="175921093379043830"] {
  color: #e0481a;
  z-index: 3;
  top: 0;
  left: 59px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-elem[data-elem-id="175921093379043830"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #e0481a;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093379043830"] {
    display: table;
    left: 59px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093379043830"] {
    display: table;
    top: 0;
    left: 59px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093379043830"] {
    display: table;
    top: 1px;
    left: 60px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1367913201 .tn-elem[data-elem-id="175921093379043830"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093379043830"] {
    display: table;
    top: 1px;
    left: 24px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093379043830"] {
    display: table;
    top: 1px;
    left: 24px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-elem[data-elem-id="175921093378524120"] {
  z-index: 3;
  top: 0;
  left: 31px;
  width: 24px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-elem[data-elem-id="175921093378524120"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1367913201 .tn-elem[data-elem-id="175921093378524120"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093378524120"] {
    display: table;
    left: 31px;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093378524120"] {
    display: table;
    top: 0;
    left: 31px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093378524120"] {
    display: table;
    top: 0;
    left: 36px;
    width: 20px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093378524120"] {
    display: table;
    top: 0;
    left: 0;
    width: 20px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093378524120"] {
    display: table;
    top: 0;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-elem[data-elem-id="175921093377977760"] {
  z-index: 3;
  top: 0;
  left: 203px;
  width: 1px;
  flex-shrink: 0;
  height: 36px;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-elem[data-elem-id="175921093377977760"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093377977760"] {
    display: table;
    left: 221px;
    width: 1px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093377977760"] {
    display: table;
    top: 0;
    left: 221px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093377977760"] {
    display: table;
    top: 0;
    left: 103px;
    height: 28px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093377977760"] {
    display: table;
    top: 0;
    left: 239px;
    width: 1px;
    height: 28px;
    flex-shrink: 0;
  }
  #rec1367913201 .tn-elem[data-elem-id="175921093377977760"] .tn-atom {
    background-color: #fff;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093377977760"] {
    display: table;
    top: 0;
    left: 107px;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-elem[data-elem-id="175921093377399250"] {
  z-index: 3;
  top: 0;
  left: 0;
  width: 236px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-elem[data-elem-id="175921093377399250"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1367913201 .tn-elem[data-elem-id="175921093377399250"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093377399250"] {
    display: table;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093377399250"] {
    display: table;
    top: 0;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093377399250"] {
    display: table;
    top: 0;
    left: 0;
    width: 194px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093377399250"] {
    display: table;
    top: 4px;
    width: 130px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093377399250"] {
    display: table;
    top: 4px;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-elem[data-elem-id="175921093376752740"] {
  z-index: 3;
  top: 153px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-elem[data-elem-id="175921093376752740"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093376752740"] {
    display: table;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093376752740"] {
    display: table;
    top: 153px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093376752740"] {
    display: table;
    top: 137px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093376752740"] {
    display: table;
    top: 217px;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="175921093376752740"] {
    display: table;
    top: 217px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-group[data-group-id="175921091613294570"] {
  z-index: 3;
  position: absolute;
  top: 77px;
  left: 0;
  width: 760px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-group[data-group-id="175921091613294570"] #molecule-175921091613294570 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-group[data-group-id="175921091613294570"] {
    display: flex;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921091613294570"] #molecule-175921091613294570 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-group[data-group-id="175921091613294570"] {
    display: flex;
    top: 77px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921091613294570"] #molecule-175921091613294570 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-group[data-group-id="175921091613294570"] {
    display: flex;
    top: 69px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921091613294570"] #molecule-175921091613294570 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-group[data-group-id="175921091613294570"] {
    display: flex;
    top: 109px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921091613294570"] #molecule-175921091613294570 {
    display: flex;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 12px;
    align-items: center;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-group[data-group-id="175921091613294570"] {
    display: flex;
    top: 109px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921091613294570"] #molecule-175921091613294570 {
    display: flex;
  }
}
#rec1367913201 .tn-elem[data-elem-id="175921091620833090"] {
  color: #fff;
  text-align: center;
  z-index: 3;
  top: 20px;
  left: 580px;
  width: 160px;
  flex-shrink: 0;
  height: 36px;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-elem[data-elem-id="175921091620833090"] .tn-atom {
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
@media (hover), (min-width: 0\0) {
  #rec1367913201 .tn-elem[data-elem-id="175921091620833090"] .tn-atom:hover {
    background-color: #c3370d;
    background-image: none;
  }
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="175921091620833090"] {
    display: table;
    left: 598px;
    width: 160px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="175921091620833090"] {
    display: table;
    top: 20px;
    left: 598px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="175921091620833090"] {
    display: table;
    top: 20px;
    left: 438px;
    height: 28px;
    flex-shrink: 0;
  }
  #rec1367913201 .tn-elem[data-elem-id="175921091620833090"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="175921091620833090"] {
    display: table;
    top: 60px;
    width: 100%;
    height: 28px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="175921091620833090"] {
    display: table;
    top: 60px;
    left: 20px;
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-group[data-group-id="175921091613223210"] {
  z-index: 3;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: auto;
  flex-shrink: 1;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-group[data-group-id="175921091613223210"] #molecule-175921091613223210 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-group[data-group-id="175921091613223210"] {
    display: flex;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921091613223210"] #molecule-175921091613223210 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-group[data-group-id="175921091613223210"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921091613223210"] #molecule-175921091613223210 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-group[data-group-id="175921091613223210"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921091613223210"] #molecule-175921091613223210 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-group[data-group-id="175921091613223210"] {
    display: flex;
    top: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921091613223210"] #molecule-175921091613223210 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-group[data-group-id="175921091613223210"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921091613223210"] #molecule-175921091613223210 {
    display: flex;
  }
}
#rec1367913201 .tn-group[data-group-id="175921091614348750"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 214px;
  width: 100%;
  height: auto;
  flex-shrink: 1;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-group[data-group-id="175921091614348750"] #molecule-175921091614348750 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: center;
  justify-content: flex-end;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-group[data-group-id="175921091614348750"] {
    display: flex;
    left: 214px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921091614348750"] #molecule-175921091614348750 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-group[data-group-id="175921091614348750"] {
    display: flex;
    top: 0;
    left: 214px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921091614348750"] #molecule-175921091614348750 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-group[data-group-id="175921091614348750"] {
    display: flex;
    top: 0;
    left: 162px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921091614348750"] #molecule-175921091614348750 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-group[data-group-id="175921091614348750"] {
    display: flex;
    top: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921091614348750"] #molecule-175921091614348750 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-group[data-group-id="175921091614348750"] {
    display: flex;
    top: 0;
    left: 122px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921091614348750"] #molecule-175921091614348750 {
    display: flex;
  }
}
#rec1367913201 .tn-group[data-group-id="175921091615484980"] {
  z-index: 3;
  position: absolute;
  top: 6px;
  left: 226px;
  width: 120px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1367913201 .tn-group[data-group-id="175921091615484980"] #molecule-175921091615484980 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 4px;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-group[data-group-id="175921091615484980"] {
    display: flex;
    left: 244px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921091615484980"] #molecule-175921091615484980 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-group[data-group-id="175921091615484980"] {
    display: flex;
    top: 6px;
    left: 244px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921091615484980"] #molecule-175921091615484980 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-group[data-group-id="175921091615484980"] {
    display: flex;
    top: 4px;
    left: 136px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921091615484980"] #molecule-175921091615484980 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-group[data-group-id="175921091615484980"] {
    display: flex;
    top: 4px;
    left: 248px;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921091615484980"] #molecule-175921091615484980 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-group[data-group-id="175921091615484980"] {
    display: flex;
    top: 4px;
    left: 116px;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921091615484980"] #molecule-175921091615484980 {
    display: flex;
  }
}
#rec1367913201 .tn-elem[data-elem-id="175921091616319140"] {
  color: #e0481a;
  z-index: 3;
  top: 0;
  left: 59px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-elem[data-elem-id="175921091616319140"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #e0481a;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="175921091616319140"] {
    display: table;
    left: 59px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="175921091616319140"] {
    display: table;
    top: 0;
    left: 59px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="175921091616319140"] {
    display: table;
    top: 1px;
    left: 60px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1367913201 .tn-elem[data-elem-id="175921091616319140"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="175921091616319140"] {
    display: table;
    top: 1px;
    left: 24px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="175921091616319140"] {
    display: table;
    top: 1px;
    left: 24px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-elem[data-elem-id="175921091615468060"] {
  z-index: 3;
  top: 0;
  left: 31px;
  width: 24px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-elem[data-elem-id="175921091615468060"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1367913201 .tn-elem[data-elem-id="175921091615468060"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="175921091615468060"] {
    display: table;
    left: 31px;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="175921091615468060"] {
    display: table;
    top: 0;
    left: 31px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="175921091615468060"] {
    display: table;
    top: 0;
    left: 36px;
    width: 20px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="175921091615468060"] {
    display: table;
    top: 0;
    left: 0;
    width: 20px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="175921091615468060"] {
    display: table;
    top: 0;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-elem[data-elem-id="175921091614326850"] {
  z-index: 3;
  top: 0;
  left: 225px;
  width: 1px;
  flex-shrink: 0;
  height: 36px;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-elem[data-elem-id="175921091614326850"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="175921091614326850"] {
    display: table;
    left: 243px;
    width: 1px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="175921091614326850"] {
    display: table;
    top: 0;
    left: 243px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="175921091614326850"] {
    display: table;
    top: 0;
    left: 135px;
    height: 28px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="175921091614326850"] {
    display: table;
    top: 0;
    left: 247px;
    width: 1px;
    height: 28px;
    flex-shrink: 0;
  }
  #rec1367913201 .tn-elem[data-elem-id="175921091614326850"] .tn-atom {
    background-color: #fff;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="175921091614326850"] {
    display: table;
    top: 0;
    left: 115px;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-elem[data-elem-id="175921091613220190"] {
  z-index: 3;
  top: 0;
  left: 0;
  width: 214px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-elem[data-elem-id="175921091613220190"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1367913201 .tn-elem[data-elem-id="175921091613220190"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="175921091613220190"] {
    display: table;
    left: 0;
    width: 214px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="175921091613220190"] {
    display: table;
    top: 0;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="175921091613220190"] {
    display: table;
    top: 0;
    left: 0;
    width: 162px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="175921091613220190"] {
    display: table;
    top: 4px;
    width: 122px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="175921091613220190"] {
    display: table;
    top: 4px;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-elem[data-elem-id="175921042226874820"] {
  z-index: 3;
  top: 76px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-elem[data-elem-id="175921042226874820"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="175921042226874820"] {
    display: table;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="175921042226874820"] {
    display: table;
    top: 76px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="175921042226874820"] {
    display: table;
    top: 68px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="175921042226874820"] {
    display: table;
    top: 108px;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="175921042226874820"] {
    display: table;
    top: 108px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-group[data-group-id="175921036083193060"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 760px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1367913201 .tn-group[data-group-id="175921036083193060"] #molecule-175921036083193060 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-group[data-group-id="175921036083193060"] {
    display: flex;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921036083193060"] #molecule-175921036083193060 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-group[data-group-id="175921036083193060"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921036083193060"] #molecule-175921036083193060 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-group[data-group-id="175921036083193060"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921036083193060"] #molecule-175921036083193060 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-group[data-group-id="175921036083193060"] {
    display: flex;
    top: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921036083193060"] #molecule-175921036083193060 {
    display: flex;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 12px;
    align-items: center;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-group[data-group-id="175921036083193060"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921036083193060"] #molecule-175921036083193060 {
    display: flex;
  }
}
#rec1367913201 .tn-elem[data-elem-id="175921036090388880"] {
  color: #fff;
  text-align: center;
  z-index: 3;
  top: 20px;
  left: 580px;
  width: 160px;
  flex-shrink: 0;
  height: 36px;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-elem[data-elem-id="175921036090388880"] .tn-atom {
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
@media (hover), (min-width: 0\0) {
  #rec1367913201 .tn-elem[data-elem-id="175921036090388880"] .tn-atom:hover {
    background-color: #c3370d;
    background-image: none;
  }
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="175921036090388880"] {
    display: table;
    left: 598px;
    width: 160px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="175921036090388880"] {
    display: table;
    top: 20px;
    left: 598px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="175921036090388880"] {
    display: table;
    top: 20px;
    left: 438px;
    height: 28px;
    flex-shrink: 0;
  }
  #rec1367913201 .tn-elem[data-elem-id="175921036090388880"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="175921036090388880"] {
    display: table;
    top: 60px;
    width: 100%;
    height: 28px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="175921036090388880"] {
    display: table;
    top: 60px;
    left: 20px;
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-group[data-group-id="175921036083116380"] {
  z-index: 3;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: auto;
  flex-shrink: 1;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-group[data-group-id="175921036083116380"] #molecule-175921036083116380 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-group[data-group-id="175921036083116380"] {
    display: flex;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921036083116380"] #molecule-175921036083116380 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-group[data-group-id="175921036083116380"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921036083116380"] #molecule-175921036083116380 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-group[data-group-id="175921036083116380"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921036083116380"] #molecule-175921036083116380 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-group[data-group-id="175921036083116380"] {
    display: flex;
    top: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921036083116380"] #molecule-175921036083116380 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-group[data-group-id="175921036083116380"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921036083116380"] #molecule-175921036083116380 {
    display: flex;
  }
}
#rec1367913201 .tn-group[data-group-id="175921036084284410"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 115px;
  width: 100%;
  height: auto;
  flex-shrink: 1;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-group[data-group-id="175921036084284410"] #molecule-175921036084284410 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: center;
  justify-content: flex-end;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-group[data-group-id="175921036084284410"] {
    display: flex;
    left: 115px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921036084284410"] #molecule-175921036084284410 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-group[data-group-id="175921036084284410"] {
    display: flex;
    top: 0;
    left: 115px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921036084284410"] #molecule-175921036084284410 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-group[data-group-id="175921036084284410"] {
    display: flex;
    top: 0;
    left: 95px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921036084284410"] #molecule-175921036084284410 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-group[data-group-id="175921036084284410"] {
    display: flex;
    top: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921036084284410"] #molecule-175921036084284410 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-group[data-group-id="175921036084284410"] {
    display: flex;
    top: 0;
    left: 89px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921036084284410"] #molecule-175921036084284410 {
    display: flex;
  }
}
#rec1367913201 .tn-group[data-group-id="175921036085215220"] {
  z-index: 3;
  position: absolute;
  top: 6px;
  left: 325px;
  width: 120px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1367913201 .tn-group[data-group-id="175921036085215220"] #molecule-175921036085215220 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 4px;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-group[data-group-id="175921036085215220"] {
    display: flex;
    left: 343px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921036085215220"] #molecule-175921036085215220 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-group[data-group-id="175921036085215220"] {
    display: flex;
    top: 6px;
    left: 343px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921036085215220"] #molecule-175921036085215220 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-group[data-group-id="175921036085215220"] {
    display: flex;
    top: 4px;
    left: 203px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921036085215220"] #molecule-175921036085215220 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-group[data-group-id="175921036085215220"] {
    display: flex;
    top: 4px;
    left: 281px;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921036085215220"] #molecule-175921036085215220 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-group[data-group-id="175921036085215220"] {
    display: flex;
    top: 4px;
    left: 149px;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1367913201 .tn-group[data-group-id="175921036085215220"] #molecule-175921036085215220 {
    display: flex;
  }
}
#rec1367913201 .tn-elem[data-elem-id="175921036086167850"] {
  color: #e0481a;
  z-index: 3;
  top: 0;
  left: 59px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-elem[data-elem-id="175921036086167850"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #e0481a;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="175921036086167850"] {
    display: table;
    left: 59px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="175921036086167850"] {
    display: table;
    top: 0;
    left: 59px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="175921036086167850"] {
    display: table;
    top: 1px;
    left: 60px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1367913201 .tn-elem[data-elem-id="175921036086167850"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="175921036086167850"] {
    display: table;
    top: 1px;
    left: 24px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="175921036086167850"] {
    display: table;
    top: 1px;
    left: 24px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-elem[data-elem-id="175921036085275390"] {
  z-index: 3;
  top: 0;
  left: 31px;
  width: 24px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-elem[data-elem-id="175921036085275390"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1367913201 .tn-elem[data-elem-id="175921036085275390"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="175921036085275390"] {
    display: table;
    left: 31px;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="175921036085275390"] {
    display: table;
    top: 0;
    left: 31px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="175921036085275390"] {
    display: table;
    top: 0;
    left: 36px;
    width: 20px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="175921036085275390"] {
    display: table;
    top: 0;
    left: 0;
    width: 20px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="175921036085275390"] {
    display: table;
    top: 0;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-elem[data-elem-id="175921036084217480"] {
  z-index: 3;
  top: 0;
  left: 324px;
  width: 1px;
  flex-shrink: 0;
  height: 36px;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-elem[data-elem-id="175921036084217480"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="175921036084217480"] {
    display: table;
    left: 342px;
    width: 1px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="175921036084217480"] {
    display: table;
    top: 0;
    left: 342px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="175921036084217480"] {
    display: table;
    top: 0;
    left: 202px;
    height: 28px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="175921036084217480"] {
    display: table;
    top: 0;
    left: 280px;
    width: 1px;
    height: 28px;
    flex-shrink: 0;
  }
  #rec1367913201 .tn-elem[data-elem-id="175921036084217480"] .tn-atom {
    background-color: #fff;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="175921036084217480"] {
    display: table;
    top: 0;
    left: 148px;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-elem[data-elem-id="175921036083120430"] {
  z-index: 3;
  top: 5px;
  left: 0;
  width: 115px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1367913201 .tn-elem[data-elem-id="175921036083120430"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1367913201 .tn-elem[data-elem-id="175921036083120430"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="175921036083120430"] {
    display: table;
    left: 0;
    width: 115px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="175921036083120430"] {
    display: table;
    top: 5px;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="175921036083120430"] {
    display: table;
    top: 3px;
    left: 0;
    width: 95px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="175921036083120430"] {
    display: table;
    top: 4px;
    width: 89px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="175921036083120430"] {
    display: table;
    top: 4px;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-elem[data-elem-id="1759211293833"] {
  z-index: 3;
  top: 63px;
  left: calc(50% - 800px + 310px);
  width: 165px;
  flex-shrink: 0;
  height: auto;
}
#rec1367913201 .tn-elem[data-elem-id="1759211293833"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1367913201 .tn-elem[data-elem-id="1759211293833"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="1759211293833"] {
    display: table;
    left: calc(50% - 610px + 120px);
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="1759211293833"] {
    display: table;
    left: calc(50% - 480px + 110px);
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="1759211293833"] {
    display: table;
    top: 26px;
    left: calc(50% - 320px + 10px);
    width: 70px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="1759211293833"] {
    display: table;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="1759211293833"] {
    display: table;
    top: 30px;
    left: calc(50% - 180px + 11px);
    width: 80px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-elem[data-elem-id="1759211381765"] {
  z-index: 3;
  top: 128px;
  left: calc(50% - 800px + 1181px);
  width: 144px;
  flex-shrink: 0;
  height: auto;
}
#rec1367913201 .tn-elem[data-elem-id="1759211381765"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1367913201 .tn-elem[data-elem-id="1759211381765"] .tn-atom {
  -webkit-transform: rotate(347deg);
  -moz-transform: rotate(347deg);
  transform: rotate(347deg);
}
#rec1367913201 .tn-elem[data-elem-id="1759211381765"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="1759211381765"] {
    display: table;
    top: 128px;
    left: calc(50% - 610px + 1011px);
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="1759211381765"] {
    display: table;
    top: 148px;
    left: calc(50% - 480px + 761px);
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="1759211381765"] {
    display: table;
    top: 51px;
    left: calc(50% - 320px + 381px);
    width: 79px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="1759211381765"] {
    display: table;
    top: 47px;
    left: calc(50% - 240px + 361px);
    width: 99px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="1759211381765"] {
    display: table;
    top: 73px;
    left: calc(50% - 180px + 233px);
    height: auto;
    flex-shrink: 0;
  }
}
#rec1367913201 .tn-elem[data-elem-id="1759211536117"] {
  z-index: 3;
  top: 497px;
  left: calc(50% - 800px + 30px);
  width: 204px;
  flex-shrink: 0;
  height: auto;
}
#rec1367913201 .tn-elem[data-elem-id="1759211536117"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1367913201 .tn-elem[data-elem-id="1759211536117"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1367913201 .tn-elem[data-elem-id="1759211536117"] {
    display: table;
    top: 568px;
    left: calc(50% - 610px + 20px);
    width: 157px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1367913201 .tn-elem[data-elem-id="1759211536117"] {
    display: table;
    top: 578px;
    left: calc(50% - 480px + -13px);
    width: 104px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1367913201 .tn-elem[data-elem-id="1759211536117"] {
    display: table;
    top: 79px;
    left: calc(50% - 320px + 486px);
    width: 129px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1367913201 .tn-elem[data-elem-id="1759211536117"] {
    display: table;
    top: 109px;
    left: calc(50% - 240px + 346px);
    width: 107px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1367913201 .tn-elem[data-elem-id="1759211536117"] {
    display: table;
    top: 179px;
    left: calc(50% - 180px + 246px);
    height: auto;
    flex-shrink: 0;
  }
}
#rec1371301691 .t396__artboard {
  height: 1029px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(140px * var(--zoom, 1));
  padding-bottom: calc(0px * var(--zoom, 1));
  width: auto;
}
#rec1371301691 .t396__filter {
  height: 1029px;
}
#rec1371301691 .t396__carrier {
  height: 1029px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1371301691 .t396__artboard,
  #rec1371301691 .t396__filter,
  #rec1371301691 .t396__carrier {
    height: 1425px;
  }
  #rec1371301691 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(140px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1371301691 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1371301691 .t396__artboard,
  #rec1371301691 .t396__filter,
  #rec1371301691 .t396__carrier {
    height: 1367px;
  }
  #rec1371301691 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(140px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1371301691 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1371301691 .t396__artboard,
  #rec1371301691 .t396__filter,
  #rec1371301691 .t396__carrier {
    height: 988px;
  }
  #rec1371301691 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1371301691 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1371301691 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1371301691 .t396__artboard,
  #rec1371301691 .t396__filter,
  #rec1371301691 .t396__carrier {
    height: 738px;
  }
  #rec1371301691 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1371301691 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1371301691 .t396__artboard,
  #rec1371301691 .t396__filter,
  #rec1371301691 .t396__carrier {
    height: 755px;
  }
  #rec1371301691 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1371301691 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1371301691 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1371301691 .tn-group[data-group-id="175924580161981920"] {
  z-index: 3;
  position: absolute;
  top: 140px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1371301691 .tn-group[data-group-id="175924580161981920"] #molecule-175924580161981920 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 40px 40px 40px;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #262626;
}
@media screen and (max-width: 1599px) {
  #rec1371301691 .tn-group[data-group-id="175924580161981920"] {
    display: flex;
    top: 140px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1371301691 .tn-group[data-group-id="175924580161981920"] #molecule-175924580161981920 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1371301691 .tn-group[data-group-id="175924580161981920"] {
    display: flex;
    top: 140px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1371301691 .tn-group[data-group-id="175924580161981920"] #molecule-175924580161981920 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1371301691 .tn-group[data-group-id="175924580161981920"] {
    display: flex;
    top: 60px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1371301691 .tn-group[data-group-id="175924580161981920"] #molecule-175924580161981920 {
    display: flex;
    padding: 0 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1371301691 .tn-group[data-group-id="175924580161981920"] {
    display: flex;
    top: 60px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1371301691 .tn-group[data-group-id="175924580161981920"] #molecule-175924580161981920 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1371301691 .tn-group[data-group-id="175924580161981920"] {
    display: flex;
    top: 60px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1371301691 .tn-group[data-group-id="175924580161981920"] #molecule-175924580161981920 {
    display: flex;
  }
}
#rec1371301691 .tn-group[data-group-id="175924566654962090"] {
  z-index: 3;
  position: absolute;
  top: 269px;
  left: 40px;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1371301691 .tn-group[data-group-id="175924566654962090"] #molecule-175924566654962090 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 40px 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1371301691 .tn-group[data-group-id="175924566654962090"] {
    display: flex;
    top: 269px;
    left: 40px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1371301691 .tn-group[data-group-id="175924566654962090"] #molecule-175924566654962090 {
    display: flex;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 40px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1219px) {
  #rec1371301691 .tn-group[data-group-id="175924566654962090"] {
    display: flex;
    top: 351px;
    left: 40px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1371301691 .tn-group[data-group-id="175924566654962090"] #molecule-175924566654962090 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1371301691 .tn-group[data-group-id="175924566654962090"] {
    display: flex;
    top: 161px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1371301691 .tn-group[data-group-id="175924566654962090"] #molecule-175924566654962090 {
    display: flex;
    row-gap: 20px;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1371301691 .tn-group[data-group-id="175924566654962090"] {
    display: flex;
    top: 161px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1371301691 .tn-group[data-group-id="175924566654962090"] #molecule-175924566654962090 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1371301691 .tn-group[data-group-id="175924566654962090"] {
    display: flex;
    top: 192px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1371301691 .tn-group[data-group-id="175924566654962090"] #molecule-175924566654962090 {
    display: flex;
  }
}
#rec1371301691 .tn-elem[data-elem-id="1759245646094"] {
  z-index: 3;
  top: 40px;
  left: 610px;
  width: 850px;
  flex-shrink: 0;
  height: 540px;
  margin: 0 0 0 0;
}
#rec1371301691 .tn-elem[data-elem-id="1759245646094"] .tn-atom {
  border-radius: 0 0 0 0;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-color: #fff0;
  border-style: solid;
}
#rec1371301691 .tn-elem[data-elem-id="1759245646094"] .tn-atom__video-play-icon svg {
  width: 70px;
  height: 70px;
}
#rec1371301691 .tn-elem[data-elem-id="1759245646094"] .tn-atom__video-play-icon svg circle {
  fill: #000;
}
@media screen and (max-width: 1599px) {
  #rec1371301691 .tn-elem[data-elem-id="1759245646094"] {
    display: table;
    top: 296px;
    left: 0;
    width: 1100px;
    height: 680px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1371301691 .tn-elem[data-elem-id="1759245646094"] {
    display: table;
    top: 296px;
    left: 0;
    width: 100%;
    height: 540px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1371301691 .tn-elem[data-elem-id="1759245646094"] {
    display: table;
    top: 211px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1371301691 .tn-elem[data-elem-id="1759245646094"] {
    display: table;
    top: 211px;
    width: 100%;
    height: 290px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1371301691 .tn-elem[data-elem-id="1759245646094"] {
    display: table;
    top: 287px;
    left: 0;
    width: 100%;
    height: 200px;
    flex-shrink: 0;
  }
}
#rec1371301691 .tn-group[data-group-id="175924568426737290"] {
  z-index: 3;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 1;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1371301691 .tn-group[data-group-id="175924568426737290"] #molecule-175924568426737290 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1371301691 .tn-group[data-group-id="175924568426737290"] {
    display: flex;
    top: 40px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1371301691 .tn-group[data-group-id="175924568426737290"] #molecule-175924568426737290 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1371301691 .tn-group[data-group-id="175924568426737290"] {
    display: flex;
    top: 40px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1371301691 .tn-group[data-group-id="175924568426737290"] #molecule-175924568426737290 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1371301691 .tn-group[data-group-id="175924568426737290"] {
    display: flex;
    top: 20px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1371301691 .tn-group[data-group-id="175924568426737290"] #molecule-175924568426737290 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1371301691 .tn-group[data-group-id="175924568426737290"] {
    display: flex;
    top: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1371301691 .tn-group[data-group-id="175924568426737290"] #molecule-175924568426737290 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1371301691 .tn-group[data-group-id="175924568426737290"] {
    display: flex;
    top: 20px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1371301691 .tn-group[data-group-id="175924568426737290"] #molecule-175924568426737290 {
    display: flex;
  }
}
#rec1371301691 .tn-elem[data-elem-id="1759245544852"] {
  color: #fff;
  z-index: 3;
  top: 0;
  left: 0;
  width: 560px;
  flex-shrink: 0;
  height: 216px;
  margin: 0 0 0 0;
}
#rec1371301691 .tn-elem[data-elem-id="1759245544852"] .tn-atom {
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1371301691 .tn-elem[data-elem-id="1759245544852"] {
    display: table;
    top: 0;
    left: 0;
    width: 560px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1371301691 .tn-elem[data-elem-id="1759245544852"] {
    display: table;
    top: 0;
    left: 0;
    width: 560px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1371301691 .tn-elem[data-elem-id="1759245544852"] {
    display: table;
    top: 0;
    left: 0;
    width: 431px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1371301691 .tn-elem[data-elem-id="1759245544852"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1371301691 .tn-elem[data-elem-id="1759245544852"] {
    display: table;
    top: 0;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1371301691 .tn-elem[data-elem-id="1759245544852"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1371301691 .tn-elem[data-elem-id="1759245544852"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1371301691 .tn-group[data-group-id="175924537352250910"] {
  z-index: 3;
  position: absolute;
  top: 59px;
  left: 40px;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1371301691 .tn-group[data-group-id="175924537352250910"] #molecule-175924537352250910 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1371301691 .tn-group[data-group-id="175924537352250910"] {
    display: flex;
    top: 59px;
    left: 40px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1371301691 .tn-group[data-group-id="175924537352250910"] #molecule-175924537352250910 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1371301691 .tn-group[data-group-id="175924537352250910"] {
    display: flex;
    top: 59px;
    left: 40px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1371301691 .tn-group[data-group-id="175924537352250910"] #molecule-175924537352250910 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1371301691 .tn-group[data-group-id="175924537352250910"] {
    display: flex;
    top: 57px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1371301691 .tn-group[data-group-id="175924537352250910"] #molecule-175924537352250910 {
    display: flex;
    row-gap: 20px;
  }
}
@media screen and (max-width: 639px) {
  #rec1371301691 .tn-group[data-group-id="175924537352250910"] {
    display: flex;
    top: 57px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1371301691 .tn-group[data-group-id="175924537352250910"] #molecule-175924537352250910 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1371301691 .tn-group[data-group-id="175924537352250910"] {
    display: flex;
    top: 57px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1371301691 .tn-group[data-group-id="175924537352250910"] #molecule-175924537352250910 {
    display: flex;
  }
}
#rec1371301691 .tn-elem[data-elem-id="175924540550542310"] {
  z-index: 3;
  top: 209px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1371301691 .tn-elem[data-elem-id="175924540550542310"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #676767;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1371301691 .tn-elem[data-elem-id="175924540550542310"] {
    display: table;
    top: 209px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1371301691 .tn-elem[data-elem-id="175924540550542310"] {
    display: table;
    top: 291px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1371301691 .tn-elem[data-elem-id="175924540550542310"] {
    display: table;
    top: 103px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1371301691 .tn-elem[data-elem-id="175924540550542310"] {
    display: table;
    top: 103px;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1371301691 .tn-elem[data-elem-id="175924540550542310"] {
    display: table;
    top: 134px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1371301691 .tn-elem[data-elem-id="175924535674466960"] {
  color: #fff;
  z-index: 3;
  top: 41px;
  left: 0;
  width: 1002px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1371301691 .tn-elem[data-elem-id="175924535674466960"] .tn-atom {
  vertical-align: middle;
  color: #fff;
  font-size: 64px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1371301691 .tn-elem[data-elem-id="175924535674466960"] {
    display: table;
    top: 41px;
    left: 0;
    width: 1002px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1371301691 .tn-elem[data-elem-id="175924535674466960"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1371301691 .tn-elem[data-elem-id="175924535674466960"] {
    display: table;
    top: 41px;
    left: 0;
    width: 829px;
    height: 210px;
    flex-shrink: 0;
  }
  #rec1371301691 .tn-elem[data-elem-id="175924535674466960"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1371301691 .tn-elem[data-elem-id="175924535674466960"] {
    display: table;
    top: 21px;
    left: 0;
    width: 432px;
    height: 62px;
    flex-shrink: 0;
  }
  #rec1371301691 .tn-elem[data-elem-id="175924535674466960"] {
    text-align: left;
  }
  #rec1371301691 .tn-elem[data-elem-id="175924535674466960"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 28px;
    line-height: 1.1;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1371301691 .tn-elem[data-elem-id="175924535674466960"] {
    display: table;
    top: 21px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1371301691 .tn-elem[data-elem-id="175924535674466960"] {
    display: table;
    top: 21px;
    left: 0;
    width: 324px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1371301691 .tn-elem[data-elem-id="175924541215395960"] {
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1371301691 .tn-elem[data-elem-id="175924541215395960"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #676767;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1371301691 .tn-elem[data-elem-id="175924541215395960"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1371301691 .tn-elem[data-elem-id="175924541215395960"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1371301691 .tn-elem[data-elem-id="175924541215395960"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1371301691 .tn-elem[data-elem-id="175924541215395960"] {
    display: table;
    top: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1371301691 .tn-elem[data-elem-id="175924541215395960"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1371301691 .tn-group[data-group-id="175916035984714150"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 40px;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1371301691 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 0 20px 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1371301691 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 0;
    left: 40px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1371301691 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1371301691 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 0;
    left: 40px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1371301691 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1371301691 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 0;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1371301691 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1371301691 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 0;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1371301691 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1371301691 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 0;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1371301691 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
#rec1371301691 .tn-elem[data-elem-id="175916033774511080"] {
  color: #fff;
  z-index: 3;
  top: 20px;
  left: 1372px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1371301691 .tn-elem[data-elem-id="175916033774511080"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1371301691 .tn-elem[data-elem-id="175916033774511080"] {
    display: table;
    top: 20px;
    left: 1025px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1371301691 .tn-elem[data-elem-id="175916033774511080"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1371301691 .tn-elem[data-elem-id="175916033774511080"] {
    display: table;
    top: 20px;
    left: 785px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1371301691 .tn-elem[data-elem-id="175916033774511080"] {
    display: table;
    top: 20px;
    left: 522px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1371301691 .tn-elem[data-elem-id="175916033774511080"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1371301691 .tn-elem[data-elem-id="175916033774511080"] {
    display: table;
    top: 20px;
    left: 362px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1371301691 .tn-elem[data-elem-id="175916033774511080"] {
    display: table;
    top: 20px;
    left: 230px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1371301691 .tn-elem[data-elem-id="175916035087645530"] {
  color: #fff;
  z-index: 3;
  top: 20px;
  left: 0;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1371301691 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1371301691 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 20px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1371301691 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1371301691 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 20px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 959px) {
  #rec1371301691 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 20px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1371301691 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1371301691 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 20px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1371301691 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 20px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
.tn-atom__video-play-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.tn-atom:hover .tn-atom__video-play-icon {
  transform: scale(1.2);
}
.tn-atom__video-play-icon {
  margin: 0 auto;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  display: block;
}
#rec1373562601 .t396__artboard {
  height: 1211px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(140px * var(--zoom, 1));
  padding-bottom: calc(140px * var(--zoom, 1));
  width: auto;
}
#rec1373562601 .t396__filter {
  height: 1211px;
}
#rec1373562601 .t396__carrier {
  height: 1211px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .t396__artboard,
  #rec1373562601 .t396__filter,
  #rec1373562601 .t396__carrier {
    height: 1266px;
  }
  #rec1373562601 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(140px * var(--zoom, 1));
    padding-bottom: calc(140px * var(--zoom, 1));
    width: auto;
  }
  #rec1373562601 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .t396__artboard,
  #rec1373562601 .t396__filter,
  #rec1373562601 .t396__carrier {
    height: 1798px;
  }
  #rec1373562601 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(140px * var(--zoom, 1));
    padding-bottom: calc(140px * var(--zoom, 1));
    width: auto;
  }
  #rec1373562601 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .t396__artboard,
  #rec1373562601 .t396__filter,
  #rec1373562601 .t396__carrier {
    height: 1265px;
  }
  #rec1373562601 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1373562601 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(60px * var(--zoom, 1));
    width: auto;
  }
  #rec1373562601 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .t396__artboard,
  #rec1373562601 .t396__filter,
  #rec1373562601 .t396__carrier {
    height: 1288px;
  }
  #rec1373562601 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(60px * var(--zoom, 1));
    width: auto;
  }
  #rec1373562601 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .t396__artboard,
  #rec1373562601 .t396__filter,
  #rec1373562601 .t396__carrier {
    height: 1511px;
  }
  #rec1373562601 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1373562601 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(60px * var(--zoom, 1));
    width: auto;
  }
  #rec1373562601 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1373562601 .tn-group[data-group-id="175924580161981920"] {
  z-index: 3;
  position: absolute;
  top: 140px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-group[data-group-id="175924580161981920"] #molecule-175924580161981920 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 40px 0;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgb(224 72 26);
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-group[data-group-id="175924580161981920"] {
    display: flex;
    top: 140px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
    margin: 0 0 0 0;
  }
  #rec1373562601 .tn-group[data-group-id="175924580161981920"] #molecule-175924580161981920 {
    display: flex;
    overflow: visible visible;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 20px;
    align-items: center;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 40px 0;
    background-color: #fff;
    background-position: center center;
    border-width: 1px;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    border-color: #e0481a;
    box-shadow: 2px 2px 0 0 rgb(224 72 26);
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-group[data-group-id="175924580161981920"] {
    display: flex;
    top: 140px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175924580161981920"] #molecule-175924580161981920 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-group[data-group-id="175924580161981920"] {
    display: flex;
    top: 60px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175924580161981920"] #molecule-175924580161981920 {
    display: flex;
    padding: 0 0 16px 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-group[data-group-id="175924580161981920"] {
    display: flex;
    top: 60px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175924580161981920"] #molecule-175924580161981920 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-group[data-group-id="175924580161981920"] {
    display: flex;
    top: 60px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175924580161981920"] #molecule-175924580161981920 {
    display: flex;
  }
}
#rec1373562601 .tn-elem[data-elem-id="175931799842816040"] {
  color: #e0481a;
  text-align: center;
  z-index: 3;
  top: 833px;
  left: 59px;
  width: 1420px;
  flex-shrink: 0;
  height: 56px;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-elem[data-elem-id="175931799842816040"] .tn-atom {
  color: #e0481a;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-color: #fcede9;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
@media (hover), (min-width: 0\0) {
  #rec1373562601 .tn-elem[data-elem-id="175931799842816040"] .tn-atom:hover {
    background-color: #e0481a;
    background-image: none;
  }
  #rec1373562601 .tn-elem[data-elem-id="175931799842816040"] .tn-atom:hover {
    color: #fff;
  }
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-elem[data-elem-id="175931799842816040"] {
    display: table;
    top: 896px;
    left: 59px;
    width: 1060px;
    height: 48px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-elem[data-elem-id="175931799842816040"] {
    display: table;
    top: 1428px;
    left: 40px;
    width: 858px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-elem[data-elem-id="175931799842816040"] {
    display: table;
    top: 1079px;
    left: 16px;
    width: 586px;
    height: 48px;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175931799842816040"] .tn-atom {
    font-size: 18px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-elem[data-elem-id="175931799842816040"] {
    display: table;
    top: 1102px;
    left: 16px;
    width: 426px;
    height: 48px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-elem[data-elem-id="175931799842816040"] {
    display: table;
    top: 1325px;
    left: 20px;
    width: 286px;
    flex-shrink: 0;
  }
}
#rec1373562601 .tn-group[data-group-id="175931776819869020"] {
  z-index: 3;
  position: absolute;
  top: 441px;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-group[data-group-id="175931776819869020"] #molecule-175931776819869020 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 20px;
  align-items: flex-start;
  justify-content: center;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-group[data-group-id="175931776819869020"] {
    display: flex;
    top: 536px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175931776819869020"] #molecule-175931776819869020 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-group[data-group-id="175931776819869020"] {
    display: flex;
    top: 554px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175931776819869020"] #molecule-175931776819869020 {
    display: flex;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 20px;
    align-items: flex-start;
    padding: 0 40px 0 40px;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-group[data-group-id="175931776819869020"] {
    display: flex;
    top: 268px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175931776819869020"] #molecule-175931776819869020 {
    display: flex;
    row-gap: 8px;
    padding: 0 16px 0 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-group[data-group-id="175931776819869020"] {
    display: flex;
    top: 299px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175931776819869020"] #molecule-175931776819869020 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-group[data-group-id="175931776819869020"] {
    display: flex;
    top: 349px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175931776819869020"] #molecule-175931776819869020 {
    display: flex;
  }
}
#rec1373562601 .tn-group[data-group-id="175930680631112040"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 1019px;
  width: 460px;
  height: 372px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-group[data-group-id="175930680631112040"] #molecule-175930680631112040 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #262626;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-group[data-group-id="175930680631112040"] {
    display: flex;
    top: 0;
    left: 779px;
    width: 340px;
    height: 340px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930680631112040"] #molecule-175930680631112040 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-group[data-group-id="175930680631112040"] {
    display: flex;
    top: 548px;
    left: 40px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930680631112040"] #molecule-175930680631112040 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-group[data-group-id="175930680631112040"] {
    display: flex;
    top: 493px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930680631112040"] #molecule-175930680631112040 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-group[data-group-id="175930680631112040"] {
    display: flex;
    top: 485px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930680631112040"] #molecule-175930680631112040 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-group[data-group-id="175930680631112040"] {
    display: flex;
    top: 575px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930680631112040"] #molecule-175930680631112040 {
    display: flex;
  }
}
#rec1373562601 .tn-group[data-group-id="175930706938890910"] {
  z-index: 3;
  position: absolute;
  top: 263px;
  left: 20px;
  width: 347px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-group[data-group-id="175930706938890910"] #molecule-175930706938890910 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-group[data-group-id="175930706938890910"] {
    display: flex;
    top: 238px;
    left: 20px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930706938890910"] #molecule-175930706938890910 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-group[data-group-id="175930706938890910"] {
    display: flex;
    top: 200px;
    left: 20px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930706938890910"] #molecule-175930706938890910 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-group[data-group-id="175930706938890910"] {
    display: flex;
    top: 200px;
    left: 20px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930706938890910"] #molecule-175930706938890910 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-group[data-group-id="175930706938890910"] {
    display: flex;
    top: 200px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930706938890910"] #molecule-175930706938890910 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-group[data-group-id="175930706938890910"] {
    display: flex;
    top: 283px;
    left: 20px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930706938890910"] #molecule-175930706938890910 {
    display: flex;
  }
}
#rec1373562601 .tn-elem[data-elem-id="175930701489528030"] {
  color: #bdbdbd;
  z-index: 3;
  top: 48px;
  left: 0;
  width: 293px;
  flex-shrink: 0;
  height: 38px;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-elem[data-elem-id="175930701489528030"] .tn-atom {
  vertical-align: middle;
  color: #bdbdbd;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-elem[data-elem-id="175930701489528030"] {
    display: table;
    top: 48px;
    left: 0;
    width: 251px;
    height: 38px;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175930701489528030"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-elem[data-elem-id="175930701489528030"] {
    display: table;
    top: 48px;
    left: 0;
    width: 251px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-elem[data-elem-id="175930701489528030"] {
    display: table;
    top: 44px;
    left: 0;
    width: 251px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175930701489528030"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-elem[data-elem-id="175930701489528030"] {
    display: table;
    top: 44px;
    width: 251px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-elem[data-elem-id="175930701489528030"] {
    display: table;
    top: 44px;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1373562601 .tn-group[data-group-id="175930747658583490"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-group[data-group-id="175930747658583490"] #molecule-175930747658583490 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 6px 16px 6px 8px;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #e0481a;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-group[data-group-id="175930747658583490"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930747658583490"] #molecule-175930747658583490 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-group[data-group-id="175930747658583490"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930747658583490"] #molecule-175930747658583490 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-group[data-group-id="175930747658583490"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930747658583490"] #molecule-175930747658583490 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-group[data-group-id="175930747658583490"] {
    display: flex;
    top: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930747658583490"] #molecule-175930747658583490 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-group[data-group-id="175930747658583490"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930747658583490"] #molecule-175930747658583490 {
    display: flex;
  }
}
#rec1373562601 .tn-elem[data-elem-id="175930747659488780"] {
  color: #fff;
  z-index: 3;
  top: 8px;
  left: 40px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-elem[data-elem-id="175930747659488780"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-elem[data-elem-id="175930747659488780"] {
    display: table;
    top: 8px;
    left: 40px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-elem[data-elem-id="175930747659488780"] {
    display: table;
    top: 8px;
    left: 40px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-elem[data-elem-id="175930747659488780"] {
    display: table;
    top: 8px;
    left: 36px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175930747659488780"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-elem[data-elem-id="175930747659488780"] {
    display: table;
    top: 8px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-elem[data-elem-id="175930747659488780"] {
    display: table;
    top: 8px;
    left: 36px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1373562601 .tn-elem[data-elem-id="175930747658570670"] {
  z-index: 3;
  top: 6px;
  left: 8px;
  width: 24px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-elem[data-elem-id="175930747658570670"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1373562601 .tn-elem[data-elem-id="175930747658570670"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-elem[data-elem-id="175930747658570670"] {
    display: table;
    top: 6px;
    left: 8px;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-elem[data-elem-id="175930747658570670"] {
    display: table;
    top: 6px;
    left: 8px;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-elem[data-elem-id="175930747658570670"] {
    display: table;
    top: 6px;
    left: 8px;
    width: 20px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-elem[data-elem-id="175930747658570670"] {
    display: table;
    top: 6px;
    width: 20px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-elem[data-elem-id="175930747658570670"] {
    display: table;
    top: 6px;
    left: 8px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1373562601 .tn-elem[data-elem-id="175930685976467180"] {
  color: #fff;
  z-index: 3;
  top: 75px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-elem[data-elem-id="175930685976467180"] .tn-atom {
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-elem[data-elem-id="175930685976467180"] {
    display: table;
    top: 66px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175930685976467180"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-elem[data-elem-id="175930685976467180"] {
    display: table;
    top: 66px;
    left: 20px;
    width: 430px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-elem[data-elem-id="175930685976467180"] {
    display: table;
    top: 66px;
    left: 20px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-elem[data-elem-id="175930685976467180"] {
    display: table;
    top: 66px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175930685976467180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-elem[data-elem-id="175930685976467180"] {
    display: table;
    top: 92px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1373562601 .tn-elem[data-elem-id="1759306652764"] {
  color: #fff;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-elem[data-elem-id="1759306652764"] .tn-atom {
  vertical-align: middle;
  color: #fff;
  font-size: 32px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-elem[data-elem-id="1759306652764"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="1759306652764"] .tn-atom {
    font-size: 24px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-elem[data-elem-id="1759306652764"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-elem[data-elem-id="1759306652764"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-elem[data-elem-id="1759306652764"] {
    display: table;
    top: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-elem[data-elem-id="1759306652764"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1373562601 .tn-group[data-group-id="175930724962094330"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 539px;
  width: 460px;
  height: 372px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-group[data-group-id="175930724962094330"] #molecule-175930724962094330 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-group[data-group-id="175930724962094330"] {
    display: flex;
    top: 0;
    left: 419px;
    width: 340px;
    height: 340px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930724962094330"] #molecule-175930724962094330 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-group[data-group-id="175930724962094330"] {
    display: flex;
    top: 262px;
    left: 40px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930724962094330"] #molecule-175930724962094330 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-group[data-group-id="175930724962094330"] {
    display: flex;
    top: 246px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930724962094330"] #molecule-175930724962094330 {
    display: flex;
    row-gap: 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-group[data-group-id="175930724962094330"] {
    display: flex;
    top: 246px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930724962094330"] #molecule-175930724962094330 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-group[data-group-id="175930724962094330"] {
    display: flex;
    top: 310px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930724962094330"] #molecule-175930724962094330 {
    display: flex;
  }
}
#rec1373562601 .tn-elem[data-elem-id="175930724968328360"] {
  z-index: 3;
  top: 73px;
  left: 261px;
  width: 176px;
  flex-shrink: 0;
  height: auto;
}
#rec1373562601 .tn-elem[data-elem-id="175930724968328360"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1373562601 .tn-elem[data-elem-id="175930724968328360"] .tn-atom {
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  transform: rotate(4deg);
}
#rec1373562601 .tn-elem[data-elem-id="175930724968328360"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-elem[data-elem-id="175930724968328360"] {
    display: table;
    top: 73px;
    left: 207px;
    width: 138px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-elem[data-elem-id="175930724968328360"] {
    display: table;
    top: 73px;
    left: 207px;
    width: 138px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-elem[data-elem-id="175930724968328360"] {
    display: table;
    top: 43px;
    left: 307px;
    width: 138px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-elem[data-elem-id="175930724968328360"] {
    display: table;
    top: 53px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-elem[data-elem-id="175930724968328360"] {
    display: table;
    top: 23px;
    left: 159px;
    width: 138px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1373562601 .tn-group[data-group-id="175930724964297910"] {
  z-index: 3;
  position: absolute;
  top: 167px;
  left: 20px;
  width: 347px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-group[data-group-id="175930724964297910"] #molecule-175930724964297910 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-group[data-group-id="175930724964297910"] {
    display: flex;
    top: 158px;
    left: 20px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930724964297910"] #molecule-175930724964297910 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-group[data-group-id="175930724964297910"] {
    display: flex;
    top: 158px;
    left: 20px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930724964297910"] #molecule-175930724964297910 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-group[data-group-id="175930724964297910"] {
    display: flex;
    top: 135px;
    left: 20px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930724964297910"] #molecule-175930724964297910 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-group[data-group-id="175930724964297910"] {
    display: flex;
    top: 135px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930724964297910"] #molecule-175930724964297910 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-group[data-group-id="175930724964297910"] {
    display: flex;
    top: 161px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930724964297910"] #molecule-175930724964297910 {
    display: flex;
  }
}
#rec1373562601 .tn-elem[data-elem-id="175930724965266580"] {
  color: #686868;
  z-index: 3;
  top: 48px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 38px;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-elem[data-elem-id="175930724965266580"] .tn-atom {
  vertical-align: middle;
  color: #686868;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-elem[data-elem-id="175930724965266580"] {
    display: table;
    top: 48px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-elem[data-elem-id="175930724965266580"] {
    display: table;
    top: 48px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-elem[data-elem-id="175930724965266580"] {
    display: table;
    top: 48px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175930724965266580"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-elem[data-elem-id="175930724965266580"] {
    display: table;
    top: 40px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-elem[data-elem-id="175930724965266580"] {
    display: table;
    top: 40px;
    left: 0;
    width: 252px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175930724965266580"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1373562601 .tn-elem[data-elem-id="175930724964287970"] {
  color: #e0481a;
  text-align: center;
  z-index: 3;
  top: 0;
  left: 0;
  width: 300px;
  flex-shrink: 0;
  height: 36px;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-elem[data-elem-id="175930724964287970"] .tn-atom {
  color: #e0481a;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-color: #fcede9;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
@media (hover), (min-width: 0\0) {
  #rec1373562601 .tn-elem[data-elem-id="175930724964287970"] .tn-atom:hover {
    background-color: #e0481a;
    background-image: none;
  }
  #rec1373562601 .tn-elem[data-elem-id="175930724964287970"] .tn-atom:hover {
    color: #fff;
  }
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-elem[data-elem-id="175930724964287970"] {
    display: table;
    top: 0;
    left: 0;
    width: 300px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-elem[data-elem-id="175930724964287970"] {
    display: table;
    top: 0;
    left: 0;
    width: 300px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-elem[data-elem-id="175930724964287970"] {
    display: table;
    top: 0;
    left: 0;
    width: 300px;
    height: 36px;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175930724964287970"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-elem[data-elem-id="175930724964287970"] {
    display: table;
    top: 0;
    width: 260px;
    height: 28px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-elem[data-elem-id="175930724964287970"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 28px;
    flex-shrink: 0;
  }
}
#rec1373562601 .tn-elem[data-elem-id="175930724963189320"] {
  color: #262626;
  z-index: 3;
  top: 75px;
  left: 20px;
  width: 228px;
  flex-shrink: 0;
  height: 72px;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-elem[data-elem-id="175930724963189320"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-elem[data-elem-id="175930724963189320"] {
    display: table;
    top: 66px;
    left: 20px;
    width: 187px;
    height: 72px;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175930724963189320"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-elem[data-elem-id="175930724963189320"] {
    display: table;
    top: 66px;
    left: 20px;
    width: 187px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-elem[data-elem-id="175930724963189320"] {
    display: table;
    top: 62px;
    left: 20px;
    width: 187px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175930724963189320"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-elem[data-elem-id="175930724963189320"] {
    display: table;
    top: 62px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-elem[data-elem-id="175930724963189320"] {
    display: table;
    top: 88px;
    left: 20px;
    width: 187px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1373562601 .tn-elem[data-elem-id="175930724962065200"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-elem[data-elem-id="175930724962065200"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 32px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-elem[data-elem-id="175930724962065200"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175930724962065200"] .tn-atom {
    font-size: 24px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-elem[data-elem-id="175930724962065200"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-elem[data-elem-id="175930724962065200"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-elem[data-elem-id="175930724962065200"] {
    display: table;
    top: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-elem[data-elem-id="175930724962065200"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 146px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175930724962065200"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1373562601 .tn-group[data-group-id="175930683723912080"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 59px;
  width: 460px;
  height: 372px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-group[data-group-id="175930683723912080"] #molecule-175930683723912080 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-group[data-group-id="175930683723912080"] {
    display: flex;
    top: 0;
    left: 59px;
    width: 340px;
    height: 340px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930683723912080"] #molecule-175930683723912080 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-group[data-group-id="175930683723912080"] {
    display: flex;
    top: 0;
    left: 40px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930683723912080"] #molecule-175930683723912080 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-group[data-group-id="175930683723912080"] {
    display: flex;
    top: 0;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930683723912080"] #molecule-175930683723912080 {
    display: flex;
    row-gap: 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-group[data-group-id="175930683723912080"] {
    display: flex;
    top: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930683723912080"] #molecule-175930683723912080 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-group[data-group-id="175930683723912080"] {
    display: flex;
    top: 0;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930683723912080"] #molecule-175930683723912080 {
    display: flex;
  }
}
#rec1373562601 .tn-group[data-group-id="175981580540988580"] {
  z-index: 3;
  position: absolute;
  top: 75px;
  left: 20px;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-group[data-group-id="175981580540988580"] #molecule-175981580540988580 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-group[data-group-id="175981580540988580"] {
    display: flex;
    top: 66px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175981580540988580"] #molecule-175981580540988580 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-group[data-group-id="175981580540988580"] {
    display: flex;
    top: 66px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175981580540988580"] #molecule-175981580540988580 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-group[data-group-id="175981580540988580"] {
    display: flex;
    top: 62px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175981580540988580"] #molecule-175981580540988580 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-group[data-group-id="175981580540988580"] {
    display: flex;
    top: 62px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175981580540988580"] #molecule-175981580540988580 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-group[data-group-id="175981580540988580"] {
    display: flex;
    top: 88px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175981580540988580"] #molecule-175981580540988580 {
    display: flex;
  }
}
#rec1373562601 .tn-elem[data-elem-id="175981580543452320"] {
  color: #e0481a;
  z-index: 3;
  top: 160px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-elem[data-elem-id="175981580543452320"] .tn-atom {
  vertical-align: middle;
  color: #e0481a;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580543452320"] {
    display: table;
    top: 154px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175981580543452320"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580543452320"] {
    display: table;
    top: 135px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580543452320"] {
    display: table;
    top: 135px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580543452320"] {
    display: table;
    top: 135px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580543452320"] {
    display: table;
    top: 173px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1373562601 .tn-elem[data-elem-id="175981580543049090"] {
  color: #e0481a;
  z-index: 3;
  top: 128px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-elem[data-elem-id="175981580543049090"] .tn-atom {
  vertical-align: middle;
  color: #e0481a;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580543049090"] {
    display: table;
    top: 127px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175981580543049090"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580543049090"] {
    display: table;
    top: 108px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580543049090"] {
    display: table;
    top: 108px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580543049090"] {
    display: table;
    top: 108px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580543049090"] {
    display: table;
    top: 146px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1373562601 .tn-elem[data-elem-id="175981580542497270"] {
  color: #e0481a;
  z-index: 3;
  top: 96px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-elem[data-elem-id="175981580542497270"] .tn-atom {
  vertical-align: middle;
  color: #e0481a;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580542497270"] {
    display: table;
    top: 100px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175981580542497270"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580542497270"] {
    display: table;
    top: 81px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580542497270"] {
    display: table;
    top: 81px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580542497270"] {
    display: table;
    top: 81px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580542497270"] {
    display: table;
    top: 119px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1373562601 .tn-elem[data-elem-id="175981580541996160"] {
  color: #e0481a;
  z-index: 3;
  top: 64px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-elem[data-elem-id="175981580541996160"] .tn-atom {
  vertical-align: middle;
  color: #e0481a;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580541996160"] {
    display: table;
    top: 54px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175981580541996160"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580541996160"] {
    display: table;
    top: 54px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580541996160"] {
    display: table;
    top: 54px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580541996160"] {
    display: table;
    top: 54px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580541996160"] {
    display: table;
    top: 73px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1373562601 .tn-elem[data-elem-id="175981580541577080"] {
  color: #e0481a;
  z-index: 3;
  top: 32px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-elem[data-elem-id="175981580541577080"] .tn-atom {
  vertical-align: middle;
  color: #e0481a;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580541577080"] {
    display: table;
    top: 27px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175981580541577080"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580541577080"] {
    display: table;
    top: 27px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580541577080"] {
    display: table;
    top: 27px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580541577080"] {
    display: table;
    top: 27px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580541577080"] {
    display: table;
    top: 46px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1373562601 .tn-elem[data-elem-id="175981580540986640"] {
  color: #e0481a;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-elem[data-elem-id="175981580540986640"] .tn-atom {
  vertical-align: middle;
  color: #e0481a;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580540986640"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175981580540986640"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580540986640"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580540986640"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580540986640"] {
    display: table;
    top: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-elem[data-elem-id="175981580540986640"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1373562601 .tn-elem[data-elem-id="175930683723929750"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-elem[data-elem-id="175930683723929750"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 32px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-elem[data-elem-id="175930683723929750"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175930683723929750"] .tn-atom {
    font-size: 24px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-elem[data-elem-id="175930683723929750"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-elem[data-elem-id="175930683723929750"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-elem[data-elem-id="175930683723929750"] {
    display: table;
    top: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-elem[data-elem-id="175930683723929750"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1373562601 .tn-group[data-group-id="175924537352250910"] {
  z-index: 3;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-group[data-group-id="175924537352250910"] #molecule-175924537352250910 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 60px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 0 40px 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-group[data-group-id="175924537352250910"] {
    display: flex;
    top: 80px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175924537352250910"] #molecule-175924537352250910 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-group[data-group-id="175924537352250910"] {
    display: flex;
    top: 80px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175924537352250910"] #molecule-175924537352250910 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-group[data-group-id="175924537352250910"] {
    display: flex;
    top: 78px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175924537352250910"] #molecule-175924537352250910 {
    display: flex;
    row-gap: 20px;
    padding: 0 0 12px 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-group[data-group-id="175924537352250910"] {
    display: flex;
    top: 78px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175924537352250910"] #molecule-175924537352250910 {
    display: flex;
    padding: 0 16px 12px 16px;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-group[data-group-id="175924537352250910"] {
    display: flex;
    top: 78px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175924537352250910"] #molecule-175924537352250910 {
    display: flex;
  }
}
#rec1373562601 .tn-elem[data-elem-id="175930657369071900"] {
  color: #262626;
  text-align: center;
  z-index: 3;
  top: 208px;
  left: 369px;
  width: 800px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-elem[data-elem-id="175930657369071900"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 28px;
  font-family: "PT Serif", serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-elem[data-elem-id="175930657369071900"] {
    display: table;
    top: 272px;
    left: 199px;
    width: 780px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175930657369071900"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-elem[data-elem-id="175930657369071900"] {
    display: table;
    top: 290px;
    left: 79px;
    width: 780px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175930657369071900"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-elem[data-elem-id="175930657369071900"] {
    display: table;
    top: 82px;
    left: 129px;
    width: 360px;
    height: 76px;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175930657369071900"] {
    text-align: center;
  }
  #rec1373562601 .tn-elem[data-elem-id="175930657369071900"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    line-height: 1.2;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-elem[data-elem-id="175930657369071900"] {
    display: table;
    top: 113px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175930657369071900"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-elem[data-elem-id="175930657369071900"] {
    display: table;
    top: 144px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175930657369071900"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1373562601 .tn-elem[data-elem-id="175924535674466960"] {
  color: #262626;
  text-align: center;
  z-index: 3;
  top: 20px;
  left: 154px;
  width: 1230px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-elem[data-elem-id="175924535674466960"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 64px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-elem[data-elem-id="175924535674466960"] {
    display: table;
    top: 20px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175924535674466960"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-elem[data-elem-id="175924535674466960"] {
    display: table;
    top: 20px;
    left: 55px;
    width: 829px;
    height: 210px;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175924535674466960"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-elem[data-elem-id="175924535674466960"] {
    display: table;
    top: 0;
    left: 45px;
    width: 529px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175924535674466960"] {
    text-align: center;
  }
  #rec1373562601 .tn-elem[data-elem-id="175924535674466960"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 28px;
    line-height: 1.1;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-elem[data-elem-id="175924535674466960"] {
    display: table;
    top: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175924535674466960"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-elem[data-elem-id="175924535674466960"] {
    display: table;
    top: 0;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1373562601 .tn-group[data-group-id="175930628282819830"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-group[data-group-id="175930628282819830"] #molecule-175930628282819830 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 0;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-group[data-group-id="175930628282819830"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930628282819830"] #molecule-175930628282819830 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-group[data-group-id="175930628282819830"] {
    display: flex;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930628282819830"] #molecule-175930628282819830 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-group[data-group-id="175930628282819830"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930628282819830"] #molecule-175930628282819830 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-group[data-group-id="175930628282819830"] {
    display: flex;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930628282819830"] #molecule-175930628282819830 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-group[data-group-id="175930628282819830"] {
    display: flex;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175930628282819830"] #molecule-175930628282819830 {
    display: flex;
  }
}
#rec1373562601 .tn-elem[data-elem-id="175924541215395960"] {
  z-index: 3;
  top: 59px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-elem[data-elem-id="175924541215395960"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-elem[data-elem-id="175924541215395960"] {
    display: table;
    top: 59px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-elem[data-elem-id="175924541215395960"] {
    display: table;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-elem[data-elem-id="175924541215395960"] {
    display: table;
    top: 57px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-elem[data-elem-id="175924541215395960"] {
    display: table;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-elem[data-elem-id="175924541215395960"] {
    display: table;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1373562601 .tn-group[data-group-id="175916035984714150"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1373562601 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 40px 20px 40px;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
    padding: 20px 16px 20px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1373562601 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
#rec1373562601 .tn-elem[data-elem-id="175916033774511080"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 1375px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-elem[data-elem-id="175916033774511080"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-elem[data-elem-id="175916033774511080"] {
    display: table;
    top: 20px;
    left: 1035px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175916033774511080"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-elem[data-elem-id="175916033774511080"] {
    display: table;
    top: 20px;
    left: 795px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-elem[data-elem-id="175916033774511080"] {
    display: table;
    top: 20px;
    left: 512px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1373562601 .tn-elem[data-elem-id="175916033774511080"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-elem[data-elem-id="175916033774511080"] {
    display: table;
    top: 20px;
    left: 352px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-elem[data-elem-id="175916033774511080"] {
    display: table;
    top: 20px;
    left: 220px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1373562601 .tn-elem[data-elem-id="175916035087645530"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 40px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1373562601 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 20px;
    left: 40px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1373562601 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 20px;
    left: 40px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 20px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1373562601 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 20px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 20px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1373562601 .tn-elem[data-elem-id="1759318964214"] {
  z-index: 3;
  top: 119px;
  left: calc(50% - 800px + 781px);
  width: 38px;
  flex-shrink: 0;
  height: auto;
}
#rec1373562601 .tn-elem[data-elem-id="1759318964214"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1373562601 .tn-elem[data-elem-id="1759318964214"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-elem[data-elem-id="1759318964214"] {
    display: table;
    top: 120px;
    left: calc(50% - 610px + 611px);
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-elem[data-elem-id="1759318964214"] {
    display: table;
    left: calc(50% - 480px + 479px);
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-elem[data-elem-id="1759318964214"] {
    display: table;
    top: 50px;
    left: calc(50% - 320px + 319px);
    width: 26px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-elem[data-elem-id="1759318964214"] {
    display: table;
    left: calc(50% - 240px + 239px);
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-elem[data-elem-id="1759318964214"] {
    display: table;
    left: calc(50% - 180px + 179px);
    height: auto;
    flex-shrink: 0;
  }
}
#rec1373562601 .tn-elem[data-elem-id="1759319045224"] {
  z-index: 3;
  top: 312px;
  left: calc(50% - 800px + 563px);
  width: 35px;
  flex-shrink: 0;
  height: auto;
}
#rec1373562601 .tn-elem[data-elem-id="1759319045224"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1373562601 .tn-elem[data-elem-id="1759319045224"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1373562601 .tn-elem[data-elem-id="1759319045224"] {
    display: table;
    left: calc(50% - 610px + 815px);
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1373562601 .tn-elem[data-elem-id="1759319045224"] {
    display: table;
    top: 321px;
    left: calc(50% - 480px + 821px);
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1373562601 .tn-elem[data-elem-id="1759319045224"] {
    display: table;
    top: 174px;
    left: calc(50% - 320px + 216px);
    width: 15px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1373562601 .tn-elem[data-elem-id="1759319045224"] {
    display: table;
    left: calc(50% - 240px + 390px);
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1373562601 .tn-elem[data-elem-id="1759319045224"] {
    display: table;
    top: 204px;
    left: calc(50% - 180px + 175px);
    height: auto;
    flex-shrink: 0;
  }
}
#rec1376310741 .t396__artboard {
  height: 146px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  row-gap: calc(20px * var(--zoom, 1));
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(0px * var(--zoom, 1));
  padding-bottom: calc(80px * var(--zoom, 1));
  width: auto;
}
#rec1376310741 .t396__filter {
  height: 146px;
}
#rec1376310741 .t396__carrier {
  height: 146px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1376310741 .t396__artboard,
  #rec1376310741 .t396__filter,
  #rec1376310741 .t396__carrier {
    height: 146px;
  }
  #rec1376310741 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(80px * var(--zoom, 1));
    width: auto;
  }
  #rec1376310741 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1376310741 .t396__artboard,
  #rec1376310741 .t396__filter,
  #rec1376310741 .t396__carrier {
    height: 146px;
  }
  #rec1376310741 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(80px * var(--zoom, 1));
    width: auto;
  }
  #rec1376310741 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1376310741 .t396__artboard,
  #rec1376310741 .t396__filter,
  #rec1376310741 .t396__carrier {
    height: 68px;
  }
  #rec1376310741 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1376310741 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1376310741 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1376310741 .t396__artboard,
  #rec1376310741 .t396__filter,
  #rec1376310741 .t396__carrier {
    height: 68px;
  }
  #rec1376310741 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1376310741 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1376310741 .t396__artboard,
  #rec1376310741 .t396__filter,
  #rec1376310741 .t396__carrier {
    height: 68px;
  }
  #rec1376310741 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1376310741 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1376310741 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1376310741 .tn-elem[data-elem-id="175916031473889900"] {
  z-index: 3;
  top: 0;
  left: calc(50% - 800px + 30px);
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1376310741 .tn-elem[data-elem-id="175916031473889900"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1376310741 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 0;
    left: calc(50% - 610px + 20px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1376310741 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    left: calc(50% - 480px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1376310741 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 0;
    left: calc(50% - 320px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1376310741 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 0;
    left: calc(50% - 240px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1376310741 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 0;
    left: calc(50% - 180px + 16px);
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1376310741 .tn-group[data-group-id="175916035984714150"] {
  z-index: 3;
  position: absolute;
  top: 21px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1376310741 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1376310741 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 21px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376310741 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1376310741 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 21px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376310741 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1376310741 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 13px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376310741 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1376310741 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 13px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376310741 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1376310741 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 13px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376310741 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
#rec1376310741 .tn-elem[data-elem-id="175916035087645530"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1376310741 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1376310741 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1376310741 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1376310741 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 959px) {
  #rec1376310741 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1376310741 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1376310741 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1376310741 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1376310741 .tn-elem[data-elem-id="175916032056398950"] {
  z-index: 3;
  top: 60px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  flex-shrink: 0;
  height: 6px;
  margin: 0 0 0 0;
}
#rec1376310741 .tn-elem[data-elem-id="175916032056398950"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1376310741 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 60px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1376310741 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    left: calc(50% - 480px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1376310741 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 42px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1376310741 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 42px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1376310741 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 42px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1376312961 .t396__artboard {
  height: 572px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  row-gap: calc(60px * var(--zoom, 1));
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(0px * var(--zoom, 1));
  padding-bottom: calc(20px * var(--zoom, 1));
  width: auto;
}
#rec1376312961 .t396__filter {
  height: 572px;
}
#rec1376312961 .t396__carrier {
  height: 572px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1376312961 .t396__artboard,
  #rec1376312961 .t396__filter,
  #rec1376312961 .t396__carrier {
    height: 622px;
  }
  #rec1376312961 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1376312961 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1376312961 .t396__artboard,
  #rec1376312961 .t396__filter,
  #rec1376312961 .t396__carrier {
    height: 636px;
  }
  #rec1376312961 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1376312961 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1376312961 .t396__artboard,
  #rec1376312961 .t396__filter,
  #rec1376312961 .t396__carrier {
    height: 553px;
  }
  #rec1376312961 .t396__artboard {
    display: flex;
    align-items: flex-start;
    row-gap: calc(32px * var(--zoom, 1));
  }
  #rec1376312961 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1376312961 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1376312961 .t396__artboard,
  #rec1376312961 .t396__filter,
  #rec1376312961 .t396__carrier {
    height: 677px;
  }
  #rec1376312961 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(8px * var(--zoom, 1));
    width: auto;
  }
  #rec1376312961 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1376312961 .t396__artboard,
  #rec1376312961 .t396__filter,
  #rec1376312961 .t396__carrier {
    height: 841px;
  }
  #rec1376312961 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(8px * var(--zoom, 1));
    width: auto;
  }
  #rec1376312961 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1376312961 .tn-elem[data-elem-id="175933325552461570"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: calc(50% - 800px + 30px);
  width: 1002px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1376312961 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 64px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1376312961 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: calc(50% - 610px + 20px);
    width: 1002px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1376312961 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1376312961 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: calc(50% - 480px + 10px);
    width: 829px;
    height: 256px;
    flex-shrink: 0;
  }
  #rec1376312961 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1376312961 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: calc(50% - 320px + 10px);
    width: 432px;
    height: 93px;
    flex-shrink: 0;
  }
  #rec1376312961 .tn-elem[data-elem-id="175933325552461570"] {
    text-align: left;
  }
  #rec1376312961 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 28px;
    line-height: 1.1;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1376312961 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: calc(50% - 240px + 10px);
    width: 432px;
    height: 93px;
    flex-shrink: 0;
  }
  #rec1376312961 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1376312961 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: calc(50% - 180px + 16px);
    width: 328px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1376312961 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1376312961 .tn-group[data-group-id="175933695723160510"] {
  z-index: 3;
  position: absolute;
  top: 252px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1376312961 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1376312961 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 252px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1376312961 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 316px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1376312961 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 125px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1376312961 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 125px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
    column-gap: 8px;
    row-gap: 8px;
  }
}
@media screen and (max-width: 479px) {
  #rec1376312961 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 156px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
  }
}
#rec1376312961 .tn-group[data-group-id="175933702491797810"] {
  z-index: 3;
  position: absolute;
  top: 180px;
  left: 1040px;
  width: 500px;
  height: 120px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1376312961 .tn-group[data-group-id="175933702491797810"] #molecule-175933702491797810 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1376312961 .tn-group[data-group-id="175933702491797810"] {
    display: flex;
    top: 210px;
    left: 800px;
    width: 380px;
    height: 140px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933702491797810"] #molecule-175933702491797810 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1376312961 .tn-group[data-group-id="175933702491797810"] {
    display: flex;
    top: 180px;
    left: 640px;
    width: 300px;
    height: 120px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933702491797810"] #molecule-175933702491797810 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1376312961 .tn-group[data-group-id="175933702491797810"] {
    display: flex;
    top: 317px;
    left: 320px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933702491797810"] #molecule-175933702491797810 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1376312961 .tn-group[data-group-id="175933702491797810"] {
    display: flex;
    top: 472px;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933702491797810"] #molecule-175933702491797810 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1376312961 .tn-group[data-group-id="175933702491797810"] {
    display: flex;
    top: 586px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933702491797810"] #molecule-175933702491797810 {
    display: flex;
  }
}
#rec1376312961 .tn-elem[data-elem-id="175933702491763300"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1376312961 .tn-elem[data-elem-id="175933702491763300"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1376312961 .tn-elem[data-elem-id="175933702491763300"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1376312961 .tn-elem[data-elem-id="175933702491763300"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1376312961 .tn-elem[data-elem-id="175933702491763300"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1376312961 .tn-elem[data-elem-id="175933702491763300"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1376312961 .tn-elem[data-elem-id="175933702491763300"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1376312961 .tn-elem[data-elem-id="175933702491763300"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1376312961 .tn-group[data-group-id="175933699850672220"] {
  z-index: 3;
  position: absolute;
  top: 180px;
  left: 520px;
  width: 500px;
  height: 120px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1376312961 .tn-group[data-group-id="175933699850672220"] #molecule-175933699850672220 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1376312961 .tn-group[data-group-id="175933699850672220"] {
    display: flex;
    top: 210px;
    left: 400px;
    width: 380px;
    height: 140px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933699850672220"] #molecule-175933699850672220 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1376312961 .tn-group[data-group-id="175933699850672220"] {
    display: flex;
    top: 180px;
    left: 320px;
    width: 300px;
    height: 120px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933699850672220"] #molecule-175933699850672220 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1376312961 .tn-group[data-group-id="175933699850672220"] {
    display: flex;
    top: 317px;
    left: 0;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933699850672220"] #molecule-175933699850672220 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1376312961 .tn-group[data-group-id="175933699850672220"] {
    display: flex;
    top: 392px;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933699850672220"] #molecule-175933699850672220 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1376312961 .tn-group[data-group-id="175933699850672220"] {
    display: flex;
    top: 487px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933699850672220"] #molecule-175933699850672220 {
    display: flex;
  }
}
#rec1376312961 .tn-elem[data-elem-id="175933699850684550"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1376312961 .tn-elem[data-elem-id="175933699850684550"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1376312961 .tn-elem[data-elem-id="175933699850684550"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1376312961 .tn-elem[data-elem-id="175933699850684550"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1376312961 .tn-elem[data-elem-id="175933699850684550"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1376312961 .tn-elem[data-elem-id="175933699850684550"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1376312961 .tn-elem[data-elem-id="175933699850684550"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1376312961 .tn-elem[data-elem-id="175933699850684550"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1376312961 .tn-group[data-group-id="175933702497124780"] {
  z-index: 3;
  position: absolute;
  top: 180px;
  left: 0;
  width: 500px;
  height: 120px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1376312961 .tn-group[data-group-id="175933702497124780"] #molecule-175933702497124780 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #262626;
}
@media screen and (max-width: 1599px) {
  #rec1376312961 .tn-group[data-group-id="175933702497124780"] {
    display: flex;
    top: 210px;
    left: 0;
    width: 380px;
    height: 140px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933702497124780"] #molecule-175933702497124780 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1376312961 .tn-group[data-group-id="175933702497124780"] {
    display: flex;
    top: 180px;
    left: 0;
    width: 300px;
    height: 120px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933702497124780"] #molecule-175933702497124780 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1376312961 .tn-group[data-group-id="175933702497124780"] {
    display: flex;
    top: 149px;
    left: 320px;
    height: 148px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933702497124780"] #molecule-175933702497124780 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1376312961 .tn-group[data-group-id="175933702497124780"] {
    display: flex;
    top: 314px;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933702497124780"] #molecule-175933702497124780 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1376312961 .tn-group[data-group-id="175933702497124780"] {
    display: flex;
    top: 371px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933702497124780"] #molecule-175933702497124780 {
    display: flex;
  }
}
#rec1376312961 .tn-elem[data-elem-id="175933702497130730"] {
  color: #fff;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1376312961 .tn-elem[data-elem-id="175933702497130730"] .tn-atom {
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1376312961 .tn-elem[data-elem-id="175933702497130730"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1376312961 .tn-elem[data-elem-id="175933702497130730"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1376312961 .tn-elem[data-elem-id="175933702497130730"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1376312961 .tn-elem[data-elem-id="175933702497130730"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1376312961 .tn-elem[data-elem-id="175933702497130730"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1376312961 .tn-elem[data-elem-id="175933702497130730"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1376312961 .tn-group[data-group-id="175933702500635130"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 1040px;
  width: 500px;
  height: 160px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1376312961 .tn-group[data-group-id="175933702500635130"] #molecule-175933702500635130 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1376312961 .tn-group[data-group-id="175933702500635130"] {
    display: flex;
    top: 0;
    left: 800px;
    width: 380px;
    height: 190px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933702500635130"] #molecule-175933702500635130 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1376312961 .tn-group[data-group-id="175933702500635130"] {
    display: flex;
    top: 0;
    left: 640px;
    width: 300px;
    height: 160px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933702500635130"] #molecule-175933702500635130 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1376312961 .tn-group[data-group-id="175933702500635130"] {
    display: flex;
    top: 149px;
    left: 0;
    height: 148px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933702500635130"] #molecule-175933702500635130 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1376312961 .tn-group[data-group-id="175933702500635130"] {
    display: flex;
    top: 196px;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933702500635130"] #molecule-175933702500635130 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1376312961 .tn-group[data-group-id="175933702500635130"] {
    display: flex;
    top: 234px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933702500635130"] #molecule-175933702500635130 {
    display: flex;
  }
}
#rec1376312961 .tn-elem[data-elem-id="175933702500696490"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1376312961 .tn-elem[data-elem-id="175933702500696490"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1376312961 .tn-elem[data-elem-id="175933702500696490"] {
    display: table;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1376312961 .tn-elem[data-elem-id="175933702500696490"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1376312961 .tn-elem[data-elem-id="175933702500696490"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1376312961 .tn-elem[data-elem-id="175933702500696490"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1376312961 .tn-elem[data-elem-id="175933702500696490"] {
    display: table;
    top: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1376312961 .tn-elem[data-elem-id="175933702500696490"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1376312961 .tn-group[data-group-id="175933495737961870"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 520px;
  width: 500px;
  height: 160px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1376312961 .tn-group[data-group-id="175933495737961870"] #molecule-175933495737961870 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #262626;
}
@media screen and (max-width: 1599px) {
  #rec1376312961 .tn-group[data-group-id="175933495737961870"] {
    display: flex;
    top: 0;
    left: 400px;
    width: 380px;
    height: 190px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933495737961870"] #molecule-175933495737961870 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1376312961 .tn-group[data-group-id="175933495737961870"] {
    display: flex;
    top: 0;
    left: 320px;
    width: 300px;
    height: 160px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933495737961870"] #molecule-175933495737961870 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1376312961 .tn-group[data-group-id="175933495737961870"] {
    display: flex;
    top: 0;
    left: 320px;
    height: 129px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933495737961870"] #molecule-175933495737961870 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1376312961 .tn-group[data-group-id="175933495737961870"] {
    display: flex;
    top: 99px;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933495737961870"] #molecule-175933495737961870 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1376312961 .tn-group[data-group-id="175933495737961870"] {
    display: flex;
    top: 118px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933495737961870"] #molecule-175933495737961870 {
    display: flex;
  }
}
#rec1376312961 .tn-elem[data-elem-id="1759334932946"] {
  color: #fff;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1376312961 .tn-elem[data-elem-id="1759334932946"] .tn-atom {
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1376312961 .tn-elem[data-elem-id="1759334932946"] {
    display: table;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1376312961 .tn-elem[data-elem-id="1759334932946"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1376312961 .tn-elem[data-elem-id="1759334932946"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1376312961 .tn-elem[data-elem-id="1759334932946"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1376312961 .tn-elem[data-elem-id="1759334932946"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1376312961 .tn-elem[data-elem-id="1759334932946"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1376312961 .tn-group[data-group-id="175933692738235110"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 160px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1376312961 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1376312961 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 380px;
    height: 190px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1376312961 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 300px;
    height: 160px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1376312961 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1376312961 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1376312961 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1376312961 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
#rec1376312961 .tn-elem[data-elem-id="175933692738293070"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1376312961 .tn-elem[data-elem-id="175933692738293070"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1376312961 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1376312961 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1376312961 .tn-elem[data-elem-id="175933692738293070"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1376312961 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1376312961 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1376312961 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1376312961 .tn-elem[data-elem-id="1759337248810"] {
  z-index: 3;
  top: 52px;
  left: calc(50% - 800px + 1080px);
  width: 141px;
  flex-shrink: 0;
  height: auto;
}
#rec1376312961 .tn-elem[data-elem-id="1759337248810"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1376312961 .tn-elem[data-elem-id="1759337248810"] .tn-atom {
  -webkit-transform: rotate(14deg);
  -moz-transform: rotate(14deg);
  transform: rotate(14deg);
}
#rec1376312961 .tn-elem[data-elem-id="1759337248810"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1376312961 .tn-elem[data-elem-id="1759337248810"] {
    display: table;
    left: calc(50% - 610px + 1000px);
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1376312961 .tn-elem[data-elem-id="1759337248810"] {
    display: table;
    top: 122px;
    left: calc(50% - 480px + 800px);
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1376312961 .tn-elem[data-elem-id="1759337248810"] {
    display: table;
    top: 22px;
    left: calc(50% - 320px + 500px);
    width: 80px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1376312961 .tn-elem[data-elem-id="1759337248810"] .tn-atom {
    background-size: cover;
    -webkit-transform: rotate(16deg);
    -moz-transform: rotate(16deg);
    transform: rotate(16deg);
  }
}
@media screen and (max-width: 639px) {
  #rec1376312961 .tn-elem[data-elem-id="1759337248810"] {
    display: table;
    top: 48px;
    left: calc(50% - 240px + 423px);
    width: 57px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1376312961 .tn-elem[data-elem-id="1759337248810"] {
    display: table;
    top: 99px;
    left: calc(50% - 180px + 305px);
    width: 55px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1376433961 .t-btnflex.t-btnflex_type_submit {
  color: #e0481a;
  background-color: #fff;
  border-style: solid !important;
  border-color: #e0481a !important;
  --border-width: 1px;
  box-shadow: none !important;
  font-family: PT Serif;
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: 0.2s;
  transition-property: background-color, color, border-color, box-shadow, opacity, transform;
  transition-timing-function: ease-in-out;
}
@media (hover: hover) {
  #rec1376433961 .t-btnflex.t-btnflex_type_submit:not(.t-animate_no-hover):hover {
    color: #ffffff !important;
    background-color: #e0481a !important;
  }
  #rec1376433961 .t-btnflex.t-btnflex_type_submit:not(.t-animate_no-hover):focus-visible {
    color: #ffffff !important;
    background-color: #e0481a !important;
  }
}
#rec1396842231 .t396__artboard {
  height: 320px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  column-gap: calc(20px * var(--zoom, 1));
  row-gap: calc(20px * var(--zoom, 1));
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(0px * var(--zoom, 1));
  padding-bottom: calc(0px * var(--zoom, 1));
  width: auto;
}
#rec1396842231 .t396__filter {
  height: 320px;
}
#rec1396842231 .t396__carrier {
  height: 320px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1396842231 .t396__artboard,
  #rec1396842231 .t396__filter,
  #rec1396842231 .t396__carrier {
    height: 392px;
  }
  #rec1396842231 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1396842231 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1396842231 .t396__artboard,
  #rec1396842231 .t396__filter,
  #rec1396842231 .t396__carrier {
    height: 332px;
  }
  #rec1396842231 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1396842231 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1396842231 .t396__artboard,
  #rec1396842231 .t396__filter,
  #rec1396842231 .t396__carrier {
    height: 465px;
  }
  #rec1396842231 .t396__artboard {
    display: flex;
    align-items: flex-start;
    row-gap: calc(20px * var(--zoom, 1));
  }
  #rec1396842231 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1396842231 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1396842231 .t396__artboard,
  #rec1396842231 .t396__filter,
  #rec1396842231 .t396__carrier {
    height: 622px;
  }
  #rec1396842231 .t396__artboard {
    display: flex;
    column-gap: calc(8px * var(--zoom, 1));
    row-gap: calc(8px * var(--zoom, 1));
  }
  #rec1396842231 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1396842231 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1396842231 .t396__artboard,
  #rec1396842231 .t396__filter,
  #rec1396842231 .t396__carrier {
    height: 813px;
  }
  #rec1396842231 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1396842231 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1396842231 .tn-group[data-group-id="175933692738235110"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: calc(50% - 800px + 30px);
  width: 500px;
  height: 114px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1396842231 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1396842231 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: calc(50% - 610px + 420px);
    width: 380px;
    height: 138px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1396842231 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: calc(50% - 480px + 330px);
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1396842231 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: calc(50% - 320px + 330px);
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1396842231 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 78px;
    left: calc(50% - 240px + 10px);
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1396842231 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 78px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
#rec1396842231 .tn-elem[data-elem-id="175933692738293070"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1396842231 .tn-elem[data-elem-id="175933692738293070"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1396842231 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1396842231 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1396842231 .tn-elem[data-elem-id="175933692738293070"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1396842231 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1396842231 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1396842231 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1396842231 .tn-group[data-group-id="175933702500635130"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: calc(50% - 800px + 550px);
  width: 500px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1396842231 .tn-group[data-group-id="175933702500635130"] #molecule-175933702500635130 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1396842231 .tn-group[data-group-id="175933702500635130"] {
    display: flex;
    top: 0;
    left: calc(50% - 610px + 820px);
    width: 380px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175933702500635130"] #molecule-175933702500635130 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1396842231 .tn-group[data-group-id="175933702500635130"] {
    display: flex;
    top: 0;
    left: calc(50% - 480px + 650px);
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175933702500635130"] #molecule-175933702500635130 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1396842231 .tn-group[data-group-id="175933702500635130"] {
    display: flex;
    top: 130px;
    left: calc(50% - 320px + 10px);
    width: 220px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175933702500635130"] #molecule-175933702500635130 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1396842231 .tn-group[data-group-id="175933702500635130"] {
    display: flex;
    top: 158px;
    left: calc(50% - 240px + 10px);
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175933702500635130"] #molecule-175933702500635130 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1396842231 .tn-group[data-group-id="175933702500635130"] {
    display: flex;
    top: 177px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175933702500635130"] #molecule-175933702500635130 {
    display: flex;
  }
}
#rec1396842231 .tn-elem[data-elem-id="175933702500696490"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1396842231 .tn-elem[data-elem-id="175933702500696490"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1396842231 .tn-elem[data-elem-id="175933702500696490"] {
    display: table;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1396842231 .tn-elem[data-elem-id="175933702500696490"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1396842231 .tn-elem[data-elem-id="175933702500696490"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1396842231 .tn-elem[data-elem-id="175933702500696490"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1396842231 .tn-elem[data-elem-id="175933702500696490"] {
    display: table;
    top: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1396842231 .tn-elem[data-elem-id="175933702500696490"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1396842231 .tn-group[data-group-id="175933495737961870"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: calc(50% - 800px + 1070px);
  width: 500px;
  height: 114px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1396842231 .tn-group[data-group-id="175933495737961870"] #molecule-175933495737961870 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #262626;
}
@media screen and (max-width: 1599px) {
  #rec1396842231 .tn-group[data-group-id="175933495737961870"] {
    display: flex;
    top: 0;
    left: calc(50% - 610px + 20px);
    width: 380px;
    height: 138px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175933495737961870"] #molecule-175933495737961870 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1396842231 .tn-group[data-group-id="175933495737961870"] {
    display: flex;
    top: 0;
    left: calc(50% - 480px + 10px);
    width: 300px;
    height: 118px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175933495737961870"] #molecule-175933495737961870 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1396842231 .tn-group[data-group-id="175933495737961870"] {
    display: flex;
    top: 0;
    left: calc(50% - 320px + 10px);
    height: 110px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175933495737961870"] #molecule-175933495737961870 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1396842231 .tn-group[data-group-id="175933495737961870"] {
    display: flex;
    top: 0;
    left: calc(50% - 240px + 10px);
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175933495737961870"] #molecule-175933495737961870 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1396842231 .tn-group[data-group-id="175933495737961870"] {
    display: flex;
    top: 0;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175933495737961870"] #molecule-175933495737961870 {
    display: flex;
  }
}
#rec1396842231 .tn-elem[data-elem-id="1759334932946"] {
  color: #fff;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1396842231 .tn-elem[data-elem-id="1759334932946"] .tn-atom {
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1396842231 .tn-elem[data-elem-id="1759334932946"] {
    display: table;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1396842231 .tn-elem[data-elem-id="1759334932946"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1396842231 .tn-elem[data-elem-id="1759334932946"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1396842231 .tn-elem[data-elem-id="1759334932946"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1396842231 .tn-elem[data-elem-id="1759334932946"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1396842231 .tn-elem[data-elem-id="1759334932946"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1396842231 .tn-group[data-group-id="175933699850672220"] {
  z-index: 3;
  position: absolute;
  top: 134px;
  left: calc(50% - 800px + 30px);
  width: 500px;
  height: 186px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1396842231 .tn-group[data-group-id="175933699850672220"] #molecule-175933699850672220 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1396842231 .tn-group[data-group-id="175933699850672220"] {
    display: flex;
    top: 158px;
    left: calc(50% - 610px + 20px);
    width: 380px;
    height: 234px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175933699850672220"] #molecule-175933699850672220 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1396842231 .tn-group[data-group-id="175933699850672220"] {
    display: flex;
    top: 138px;
    left: calc(50% - 480px + 10px);
    width: 300px;
    height: 194px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175933699850672220"] #molecule-175933699850672220 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1396842231 .tn-group[data-group-id="175933699850672220"] {
    display: flex;
    top: 130px;
    left: calc(50% - 320px + 250px);
    width: 380px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175933699850672220"] #molecule-175933699850672220 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1396842231 .tn-group[data-group-id="175933699850672220"] {
    display: flex;
    top: 257px;
    left: calc(50% - 240px + 10px);
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175933699850672220"] #molecule-175933699850672220 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1396842231 .tn-group[data-group-id="175933699850672220"] {
    display: flex;
    top: 295px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175933699850672220"] #molecule-175933699850672220 {
    display: flex;
  }
}
#rec1396842231 .tn-elem[data-elem-id="175933699850684550"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1396842231 .tn-elem[data-elem-id="175933699850684550"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1396842231 .tn-elem[data-elem-id="175933699850684550"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1396842231 .tn-elem[data-elem-id="175933699850684550"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1396842231 .tn-elem[data-elem-id="175933699850684550"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1396842231 .tn-elem[data-elem-id="175933699850684550"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1396842231 .tn-elem[data-elem-id="175933699850684550"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1396842231 .tn-elem[data-elem-id="175933699850684550"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1396842231 .tn-group[data-group-id="175933702491797810"] {
  z-index: 3;
  position: absolute;
  top: 134px;
  left: calc(50% - 800px + 550px);
  width: 370px;
  height: 186px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1396842231 .tn-group[data-group-id="175933702491797810"] #molecule-175933702491797810 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1396842231 .tn-group[data-group-id="175933702491797810"] {
    display: flex;
    top: 158px;
    left: calc(50% - 610px + 420px);
    width: 280px;
    height: 234px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175933702491797810"] #molecule-175933702491797810 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1396842231 .tn-group[data-group-id="175933702491797810"] {
    display: flex;
    top: 138px;
    left: calc(50% - 480px + 330px);
    width: 220px;
    height: 194px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175933702491797810"] #molecule-175933702491797810 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1396842231 .tn-group[data-group-id="175933702491797810"] {
    display: flex;
    top: 279px;
    left: calc(50% - 320px + 10px);
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175933702491797810"] #molecule-175933702491797810 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1396842231 .tn-group[data-group-id="175933702491797810"] {
    display: flex;
    top: 375px;
    left: calc(50% - 240px + 10px);
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175933702491797810"] #molecule-175933702491797810 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1396842231 .tn-group[data-group-id="175933702491797810"] {
    display: flex;
    top: 451px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175933702491797810"] #molecule-175933702491797810 {
    display: flex;
  }
}
#rec1396842231 .tn-elem[data-elem-id="175933702491763300"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1396842231 .tn-elem[data-elem-id="175933702491763300"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1396842231 .tn-elem[data-elem-id="175933702491763300"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1396842231 .tn-elem[data-elem-id="175933702491763300"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1396842231 .tn-elem[data-elem-id="175933702491763300"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1396842231 .tn-elem[data-elem-id="175933702491763300"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1396842231 .tn-elem[data-elem-id="175933702491763300"] {
    display: table;
    top: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1396842231 .tn-elem[data-elem-id="175933702491763300"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1396842231 .tn-group[data-group-id="175981604197134520"] {
  z-index: 3;
  position: absolute;
  top: 134px;
  left: calc(50% - 800px + 940px);
  width: 630px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1396842231 .tn-group[data-group-id="175981604197134520"] #molecule-175981604197134520 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1396842231 .tn-group[data-group-id="175981604197134520"] {
    display: flex;
    top: 158px;
    left: calc(50% - 610px + 720px);
    width: 480px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175981604197134520"] #molecule-175981604197134520 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1396842231 .tn-group[data-group-id="175981604197134520"] {
    display: flex;
    top: 138px;
    left: calc(50% - 480px + 570px);
    width: 380px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175981604197134520"] #molecule-175981604197134520 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1396842231 .tn-group[data-group-id="175981604197134520"] {
    display: flex;
    top: 279px;
    left: calc(50% - 320px + 250px);
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175981604197134520"] #molecule-175981604197134520 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1396842231 .tn-group[data-group-id="175981604197134520"] {
    display: flex;
    top: 474px;
    left: calc(50% - 240px + 10px);
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175981604197134520"] #molecule-175981604197134520 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1396842231 .tn-group[data-group-id="175981604197134520"] {
    display: flex;
    top: 569px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1396842231 .tn-group[data-group-id="175981604197134520"] #molecule-175981604197134520 {
    display: flex;
  }
}
#rec1396842231 .tn-elem[data-elem-id="175981604197137200"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1396842231 .tn-elem[data-elem-id="175981604197137200"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1396842231 .tn-elem[data-elem-id="175981604197137200"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1396842231 .tn-elem[data-elem-id="175981604197137200"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1396842231 .tn-elem[data-elem-id="175981604197137200"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1396842231 .tn-elem[data-elem-id="175981604197137200"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1396842231 .tn-elem[data-elem-id="175981604197137200"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1396842231 .tn-elem[data-elem-id="175981604197137200"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1385348401 .t396__artboard {
  height: 286px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  row-gap: calc(20px * var(--zoom, 1));
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(140px * var(--zoom, 1));
  padding-bottom: calc(80px * var(--zoom, 1));
  width: auto;
}
#rec1385348401 .t396__filter {
  height: 286px;
}
#rec1385348401 .t396__carrier {
  height: 286px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1385348401 .t396__artboard,
  #rec1385348401 .t396__filter,
  #rec1385348401 .t396__carrier {
    height: 286px;
  }
  #rec1385348401 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(140px * var(--zoom, 1));
    padding-bottom: calc(80px * var(--zoom, 1));
    width: auto;
  }
  #rec1385348401 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385348401 .t396__artboard,
  #rec1385348401 .t396__filter,
  #rec1385348401 .t396__carrier {
    height: 286px;
  }
  #rec1385348401 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(140px * var(--zoom, 1));
    padding-bottom: calc(80px * var(--zoom, 1));
    width: auto;
  }
  #rec1385348401 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1385348401 .t396__artboard,
  #rec1385348401 .t396__filter,
  #rec1385348401 .t396__carrier {
    height: 128px;
  }
  #rec1385348401 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1385348401 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1385348401 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1385348401 .t396__artboard,
  #rec1385348401 .t396__filter,
  #rec1385348401 .t396__carrier {
    height: 128px;
  }
  #rec1385348401 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1385348401 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1385348401 .t396__artboard,
  #rec1385348401 .t396__filter,
  #rec1385348401 .t396__carrier {
    height: 128px;
  }
  #rec1385348401 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1385348401 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1385348401 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1385348401 .tn-elem[data-elem-id="175916031473889900"] {
  z-index: 3;
  top: 140px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1385348401 .tn-elem[data-elem-id="175916031473889900"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385348401 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 140px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385348401 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 140px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1385348401 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1385348401 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1385348401 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1385348401 .tn-group[data-group-id="175916035984714150"] {
  z-index: 3;
  position: absolute;
  top: 161px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1385348401 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1385348401 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 161px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385348401 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385348401 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 161px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385348401 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1385348401 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385348401 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1385348401 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385348401 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1385348401 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385348401 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
#rec1385348401 .tn-elem[data-elem-id="175916035087645530"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385348401 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385348401 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1385348401 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385348401 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 959px) {
  #rec1385348401 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1385348401 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1385348401 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1385348401 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1385348401 .tn-elem[data-elem-id="175916032056398950"] {
  z-index: 3;
  top: 200px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  flex-shrink: 0;
  height: 6px;
  margin: 0 0 0 0;
}
#rec1385348401 .tn-elem[data-elem-id="175916032056398950"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385348401 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 200px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385348401 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 200px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1385348401 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1385348401 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1385348401 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1385352321 .t396__artboard {
  height: 809px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  row-gap: calc(60px * var(--zoom, 1));
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(0px * var(--zoom, 1));
  padding-bottom: calc(0px * var(--zoom, 1));
  width: auto;
}
#rec1385352321 .t396__filter {
  height: 809px;
}
#rec1385352321 .t396__carrier {
  height: 809px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .t396__artboard,
  #rec1385352321 .t396__filter,
  #rec1385352321 .t396__carrier {
    height: 861px;
  }
  #rec1385352321 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1385352321 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .t396__artboard,
  #rec1385352321 .t396__filter,
  #rec1385352321 .t396__carrier {
    height: 763px;
  }
  #rec1385352321 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1385352321 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .t396__artboard,
  #rec1385352321 .t396__filter,
  #rec1385352321 .t396__carrier {
    height: 672px;
  }
  #rec1385352321 .t396__artboard {
    display: flex;
    align-items: flex-start;
    row-gap: calc(32px * var(--zoom, 1));
  }
  #rec1385352321 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1385352321 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .t396__artboard,
  #rec1385352321 .t396__filter,
  #rec1385352321 .t396__carrier {
    height: 921px;
  }
  #rec1385352321 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1385352321 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .t396__artboard,
  #rec1385352321 .t396__filter,
  #rec1385352321 .t396__carrier {
    height: 1086px;
  }
  #rec1385352321 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1385352321 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1385352321 .tn-group[data-group-id="175950255993980280"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: calc(50% - 800px + 30px);
  width: auto;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1385352321 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 610px + 20px);
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 480px + 10px);
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 320px + 10px);
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
    row-gap: 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 240px + 10px);
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 180px + 16px);
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
  }
}
#rec1385352321 .tn-elem[data-elem-id="1759505415296"] {
  z-index: 3;
  top: 162px;
  left: 231px;
  width: 240px;
  flex-shrink: 0;
  height: auto;
}
#rec1385352321 .tn-elem[data-elem-id="1759505415296"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1385352321 .tn-elem[data-elem-id="1759505415296"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-elem[data-elem-id="1759505415296"] {
    display: table;
    left: 229px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-elem[data-elem-id="1759505415296"] {
    display: table;
    top: 226px;
    left: 236px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-elem[data-elem-id="1759505415296"] {
    display: table;
    top: 76px;
    left: 135px;
    width: 130px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-elem[data-elem-id="1759505415296"] {
    display: table;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-elem[data-elem-id="1759505415296"] {
    display: table;
    top: 106px;
    left: 137px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1385352321 .tn-elem[data-elem-id="175950233686047180"] {
  color: #262626;
  z-index: 3;
  top: 168px;
  left: 0;
  width: 770px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385352321 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 28px;
  font-family: "PT Serif", serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    left: 0;
    width: 780px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1385352321 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 232px;
    left: 0;
    width: 780px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1385352321 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 78px;
    left: 0;
    width: 360px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1385352321 .tn-elem[data-elem-id="175950233686047180"] {
    text-align: left;
  }
  #rec1385352321 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    line-height: 1.2;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 78px;
    left: 0;
    width: 291px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1385352321 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 109px;
    left: 0;
    width: 276px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1385352321 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1385352321 .tn-elem[data-elem-id="175933325552461570"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 1002px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385352321 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 64px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: 0;
    width: 1002px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1385352321 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: 0;
    width: 829px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1385352321 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: 0;
    width: 432px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1385352321 .tn-elem[data-elem-id="175933325552461570"] {
    text-align: left;
  }
  #rec1385352321 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 28px;
    line-height: 1.1;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: 0;
    width: 432px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1385352321 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: 0;
    width: 328px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1385352321 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1385352321 .tn-group[data-group-id="175933695723160510"] {
  z-index: 3;
  position: absolute;
  top: 259px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1385352321 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: center;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 259px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 323px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 129px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 148px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
    column-gap: 8px;
    row-gap: 8px;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 179px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
  }
}
#rec1385352321 .tn-group[data-group-id="175950513188648960"] {
  z-index: 3;
  position: absolute;
  top: 390px;
  left: 520px;
  width: 500px;
  height: 160px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1385352321 .tn-group[data-group-id="175950513188648960"] #molecule-175950513188648960 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
  box-shadow: 2px 2px 0 0 rgb(194 190 180);
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-group[data-group-id="175950513188648960"] {
    display: flex;
    top: 390px;
    left: 400px;
    width: 380px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950513188648960"] #molecule-175950513188648960 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-group[data-group-id="175950513188648960"] {
    display: flex;
    top: 340px;
    left: 320px;
    width: 300px;
    height: 100px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950513188648960"] #molecule-175950513188648960 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-group[data-group-id="175950513188648960"] {
    display: flex;
    top: 443px;
    left: 320px;
    height: 100px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950513188648960"] #molecule-175950513188648960 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-group[data-group-id="175950513188648960"] {
    display: flex;
    top: 701px;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950513188648960"] #molecule-175950513188648960 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-group[data-group-id="175950513188648960"] {
    display: flex;
    top: 796px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950513188648960"] #molecule-175950513188648960 {
    display: flex;
  }
}
#rec1385352321 .tn-elem[data-elem-id="175950522595994090"] {
  z-index: 3;
  top: -10px;
  left: 16px;
  width: 22px;
  flex-shrink: 0;
  height: auto;
}
#rec1385352321 .tn-elem[data-elem-id="175950522595994090"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1385352321 .tn-elem[data-elem-id="175950522595994090"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-elem[data-elem-id="175950522595994090"] {
    display: table;
    top: -11px;
    left: 16px;
    width: 22px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-elem[data-elem-id="175950522595994090"] {
    display: table;
    top: -10px;
    left: 8px;
    width: 22px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-elem[data-elem-id="175950522595994090"] {
    display: table;
    top: -6px;
    left: 8px;
    width: 16px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-elem[data-elem-id="175950522595994090"] {
    display: table;
    top: -6px;
    left: 8px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-elem[data-elem-id="175950522595994090"] {
    display: table;
    top: -4px;
    left: 6px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1385352321 .tn-elem[data-elem-id="175950513188646060"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385352321 .tn-elem[data-elem-id="175950513188646060"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 28px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-elem[data-elem-id="175950513188646060"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-elem[data-elem-id="175950513188646060"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1385352321 .tn-elem[data-elem-id="175950513188646060"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-elem[data-elem-id="175950513188646060"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-elem[data-elem-id="175950513188646060"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-elem[data-elem-id="175950513188646060"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1385352321 .tn-group[data-group-id="175950260708222150"] {
  z-index: 3;
  position: absolute;
  top: 250px;
  left: 1040px;
  width: 500px;
  height: 120px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1385352321 .tn-group[data-group-id="175950260708222150"] #molecule-175950260708222150 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-group[data-group-id="175950260708222150"] {
    display: flex;
    top: 250px;
    left: 800px;
    width: 380px;
    height: 120px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950260708222150"] #molecule-175950260708222150 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-group[data-group-id="175950260708222150"] {
    display: flex;
    top: 220px;
    left: 640px;
    width: 300px;
    height: 100px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950260708222150"] #molecule-175950260708222150 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-group[data-group-id="175950260708222150"] {
    display: flex;
    top: 443px;
    left: 0;
    height: 100px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950260708222150"] #molecule-175950260708222150 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-group[data-group-id="175950260708222150"] {
    display: flex;
    top: 621px;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950260708222150"] #molecule-175950260708222150 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-group[data-group-id="175950260708222150"] {
    display: flex;
    top: 697px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950260708222150"] #molecule-175950260708222150 {
    display: flex;
  }
}
#rec1385352321 .tn-elem[data-elem-id="175950260708213490"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385352321 .tn-elem[data-elem-id="175950260708213490"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-elem[data-elem-id="175950260708213490"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-elem[data-elem-id="175950260708213490"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1385352321 .tn-elem[data-elem-id="175950260708213490"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-elem[data-elem-id="175950260708213490"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-elem[data-elem-id="175950260708213490"] {
    display: table;
    top: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-elem[data-elem-id="175950260708213490"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1385352321 .tn-group[data-group-id="175950260712915930"] {
  z-index: 3;
  position: absolute;
  top: 250px;
  left: 520px;
  width: 500px;
  height: 120px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1385352321 .tn-group[data-group-id="175950260712915930"] #molecule-175950260712915930 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-group[data-group-id="175950260712915930"] {
    display: flex;
    top: 250px;
    left: 400px;
    width: 380px;
    height: 120px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950260712915930"] #molecule-175950260712915930 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-group[data-group-id="175950260712915930"] {
    display: flex;
    top: 220px;
    left: 320px;
    width: 300px;
    height: 100px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950260712915930"] #molecule-175950260712915930 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-group[data-group-id="175950260712915930"] {
    display: flex;
    top: 323px;
    left: 320px;
    height: 100px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950260712915930"] #molecule-175950260712915930 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-group[data-group-id="175950260712915930"] {
    display: flex;
    top: 541px;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950260712915930"] #molecule-175950260712915930 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-group[data-group-id="175950260712915930"] {
    display: flex;
    top: 598px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950260712915930"] #molecule-175950260712915930 {
    display: flex;
  }
}
#rec1385352321 .tn-elem[data-elem-id="175950260712986310"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385352321 .tn-elem[data-elem-id="175950260712986310"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-elem[data-elem-id="175950260712986310"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-elem[data-elem-id="175950260712986310"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1385352321 .tn-elem[data-elem-id="175950260712986310"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-elem[data-elem-id="175950260712986310"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-elem[data-elem-id="175950260712986310"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-elem[data-elem-id="175950260712986310"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1385352321 .tn-group[data-group-id="175950259561312520"] {
  z-index: 3;
  position: absolute;
  top: 250px;
  left: 0;
  width: 500px;
  height: 120px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1385352321 .tn-group[data-group-id="175950259561312520"] #molecule-175950259561312520 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-group[data-group-id="175950259561312520"] {
    display: flex;
    top: 250px;
    left: 0;
    width: 380px;
    height: 120px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950259561312520"] #molecule-175950259561312520 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-group[data-group-id="175950259561312520"] {
    display: flex;
    top: 220px;
    left: 0;
    width: 300px;
    height: 100px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950259561312520"] #molecule-175950259561312520 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-group[data-group-id="175950259561312520"] {
    display: flex;
    top: 323px;
    left: 0;
    height: 100px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950259561312520"] #molecule-175950259561312520 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-group[data-group-id="175950259561312520"] {
    display: flex;
    top: 461px;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950259561312520"] #molecule-175950259561312520 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-group[data-group-id="175950259561312520"] {
    display: flex;
    top: 518px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950259561312520"] #molecule-175950259561312520 {
    display: flex;
  }
}
#rec1385352321 .tn-elem[data-elem-id="175950259561338250"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385352321 .tn-elem[data-elem-id="175950259561338250"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-elem[data-elem-id="175950259561338250"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-elem[data-elem-id="175950259561338250"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1385352321 .tn-elem[data-elem-id="175950259561338250"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-elem[data-elem-id="175950259561338250"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-elem[data-elem-id="175950259561338250"] {
    display: table;
    top: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-elem[data-elem-id="175950259561338250"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1385352321 .tn-group[data-group-id="175950259566563710"] {
  z-index: 3;
  position: absolute;
  top: 110px;
  left: 1040px;
  width: 500px;
  height: 120px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1385352321 .tn-group[data-group-id="175950259566563710"] #molecule-175950259566563710 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-group[data-group-id="175950259566563710"] {
    display: flex;
    top: 110px;
    left: 800px;
    width: 380px;
    height: 120px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950259566563710"] #molecule-175950259566563710 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-group[data-group-id="175950259566563710"] {
    display: flex;
    top: 100px;
    left: 640px;
    width: 300px;
    height: 100px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950259566563710"] #molecule-175950259566563710 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-group[data-group-id="175950259566563710"] {
    display: flex;
    top: 203px;
    left: 320px;
    height: 100px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950259566563710"] #molecule-175950259566563710 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-group[data-group-id="175950259566563710"] {
    display: flex;
    top: 381px;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950259566563710"] #molecule-175950259566563710 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-group[data-group-id="175950259566563710"] {
    display: flex;
    top: 438px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950259566563710"] #molecule-175950259566563710 {
    display: flex;
  }
}
#rec1385352321 .tn-elem[data-elem-id="175950259566532500"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385352321 .tn-elem[data-elem-id="175950259566532500"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-elem[data-elem-id="175950259566532500"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-elem[data-elem-id="175950259566532500"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1385352321 .tn-elem[data-elem-id="175950259566532500"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-elem[data-elem-id="175950259566532500"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-elem[data-elem-id="175950259566532500"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-elem[data-elem-id="175950259566532500"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1385352321 .tn-group[data-group-id="175950259570111160"] {
  z-index: 3;
  position: absolute;
  top: 110px;
  left: 520px;
  width: 500px;
  height: 120px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1385352321 .tn-group[data-group-id="175950259570111160"] #molecule-175950259570111160 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-group[data-group-id="175950259570111160"] {
    display: flex;
    top: 110px;
    left: 400px;
    width: 380px;
    height: 120px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950259570111160"] #molecule-175950259570111160 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-group[data-group-id="175950259570111160"] {
    display: flex;
    top: 100px;
    left: 320px;
    width: 300px;
    height: 100px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950259570111160"] #molecule-175950259570111160 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-group[data-group-id="175950259570111160"] {
    display: flex;
    top: 203px;
    left: 0;
    height: 100px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950259570111160"] #molecule-175950259570111160 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-group[data-group-id="175950259570111160"] {
    display: flex;
    top: 301px;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950259570111160"] #molecule-175950259570111160 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-group[data-group-id="175950259570111160"] {
    display: flex;
    top: 339px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950259570111160"] #molecule-175950259570111160 {
    display: flex;
  }
}
#rec1385352321 .tn-elem[data-elem-id="175950259570147160"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385352321 .tn-elem[data-elem-id="175950259570147160"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-elem[data-elem-id="175950259570147160"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-elem[data-elem-id="175950259570147160"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1385352321 .tn-elem[data-elem-id="175950259570147160"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-elem[data-elem-id="175950259570147160"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-elem[data-elem-id="175950259570147160"] {
    display: table;
    top: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-elem[data-elem-id="175950259570147160"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1385352321 .tn-group[data-group-id="175950258965817510"] {
  z-index: 3;
  position: absolute;
  top: 110px;
  left: 0;
  width: 500px;
  height: 120px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1385352321 .tn-group[data-group-id="175950258965817510"] #molecule-175950258965817510 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-group[data-group-id="175950258965817510"] {
    display: flex;
    top: 110px;
    left: 0;
    width: 380px;
    height: 120px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950258965817510"] #molecule-175950258965817510 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-group[data-group-id="175950258965817510"] {
    display: flex;
    top: 100px;
    left: 0;
    width: 300px;
    height: 100px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950258965817510"] #molecule-175950258965817510 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-group[data-group-id="175950258965817510"] {
    display: flex;
    top: 92px;
    left: 320px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950258965817510"] #molecule-175950258965817510 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-group[data-group-id="175950258965817510"] {
    display: flex;
    top: 221px;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950258965817510"] #molecule-175950258965817510 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-group[data-group-id="175950258965817510"] {
    display: flex;
    top: 240px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950258965817510"] #molecule-175950258965817510 {
    display: flex;
  }
}
#rec1385352321 .tn-elem[data-elem-id="175950258965816430"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385352321 .tn-elem[data-elem-id="175950258965816430"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-elem[data-elem-id="175950258965816430"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-elem[data-elem-id="175950258965816430"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1385352321 .tn-elem[data-elem-id="175950258965816430"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-elem[data-elem-id="175950258965816430"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-elem[data-elem-id="175950258965816430"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-elem[data-elem-id="175950258965816430"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1385352321 .tn-group[data-group-id="175950258968976120"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 1040px;
  width: 500px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1385352321 .tn-group[data-group-id="175950258968976120"] #molecule-175950258968976120 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-group[data-group-id="175950258968976120"] {
    display: flex;
    top: 0;
    left: 800px;
    width: 380px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950258968976120"] #molecule-175950258968976120 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-group[data-group-id="175950258968976120"] {
    display: flex;
    top: 0;
    left: 640px;
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950258968976120"] #molecule-175950258968976120 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-group[data-group-id="175950258968976120"] {
    display: flex;
    top: 92px;
    left: 0;
    height: 91px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950258968976120"] #molecule-175950258968976120 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-group[data-group-id="175950258968976120"] {
    display: flex;
    top: 141px;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950258968976120"] #molecule-175950258968976120 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-group[data-group-id="175950258968976120"] {
    display: flex;
    top: 160px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950258968976120"] #molecule-175950258968976120 {
    display: flex;
  }
}
#rec1385352321 .tn-elem[data-elem-id="175950258968941410"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385352321 .tn-elem[data-elem-id="175950258968941410"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-elem[data-elem-id="175950258968941410"] {
    display: table;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-elem[data-elem-id="175950258968941410"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1385352321 .tn-elem[data-elem-id="175950258968941410"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-elem[data-elem-id="175950258968941410"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-elem[data-elem-id="175950258968941410"] {
    display: table;
    top: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-elem[data-elem-id="175950258968941410"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1385352321 .tn-group[data-group-id="175950258661672910"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 520px;
  width: 500px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1385352321 .tn-group[data-group-id="175950258661672910"] #molecule-175950258661672910 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-group[data-group-id="175950258661672910"] {
    display: flex;
    top: 0;
    left: 400px;
    width: 380px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950258661672910"] #molecule-175950258661672910 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-group[data-group-id="175950258661672910"] {
    display: flex;
    top: 0;
    left: 320px;
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950258661672910"] #molecule-175950258661672910 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-group[data-group-id="175950258661672910"] {
    display: flex;
    top: 0;
    left: 320px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950258661672910"] #molecule-175950258661672910 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-group[data-group-id="175950258661672910"] {
    display: flex;
    top: 61px;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950258661672910"] #molecule-175950258661672910 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-group[data-group-id="175950258661672910"] {
    display: flex;
    top: 80px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175950258661672910"] #molecule-175950258661672910 {
    display: flex;
  }
}
#rec1385352321 .tn-elem[data-elem-id="175950258661634340"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385352321 .tn-elem[data-elem-id="175950258661634340"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-elem[data-elem-id="175950258661634340"] {
    display: table;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-elem[data-elem-id="175950258661634340"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1385352321 .tn-elem[data-elem-id="175950258661634340"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-elem[data-elem-id="175950258661634340"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-elem[data-elem-id="175950258661634340"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-elem[data-elem-id="175950258661634340"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1385352321 .tn-group[data-group-id="175933692738235110"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1385352321 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 380px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385352321 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
#rec1385352321 .tn-elem[data-elem-id="175933692738293070"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385352321 .tn-elem[data-elem-id="175933692738293070"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385352321 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385352321 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1385352321 .tn-elem[data-elem-id="175933692738293070"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1385352321 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1385352321 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1385352321 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1385530301 .t396__artboard {
  height: 286px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  row-gap: calc(20px * var(--zoom, 1));
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(140px * var(--zoom, 1));
  padding-bottom: calc(80px * var(--zoom, 1));
  width: auto;
}
#rec1385530301 .t396__filter {
  height: 286px;
}
#rec1385530301 .t396__carrier {
  height: 286px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1385530301 .t396__artboard,
  #rec1385530301 .t396__filter,
  #rec1385530301 .t396__carrier {
    height: 286px;
  }
  #rec1385530301 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(140px * var(--zoom, 1));
    padding-bottom: calc(80px * var(--zoom, 1));
    width: auto;
  }
  #rec1385530301 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385530301 .t396__artboard,
  #rec1385530301 .t396__filter,
  #rec1385530301 .t396__carrier {
    height: 286px;
  }
  #rec1385530301 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(140px * var(--zoom, 1));
    padding-bottom: calc(80px * var(--zoom, 1));
    width: auto;
  }
  #rec1385530301 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1385530301 .t396__artboard,
  #rec1385530301 .t396__filter,
  #rec1385530301 .t396__carrier {
    height: 128px;
  }
  #rec1385530301 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1385530301 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1385530301 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1385530301 .t396__artboard,
  #rec1385530301 .t396__filter,
  #rec1385530301 .t396__carrier {
    height: 128px;
  }
  #rec1385530301 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1385530301 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1385530301 .t396__artboard,
  #rec1385530301 .t396__filter,
  #rec1385530301 .t396__carrier {
    height: 128px;
  }
  #rec1385530301 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1385530301 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1385530301 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1385530301 .tn-elem[data-elem-id="175916031473889900"] {
  z-index: 3;
  top: 140px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1385530301 .tn-elem[data-elem-id="175916031473889900"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385530301 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 140px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385530301 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 140px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1385530301 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1385530301 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1385530301 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1385530301 .tn-group[data-group-id="175916035984714150"] {
  z-index: 3;
  position: absolute;
  top: 161px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1385530301 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1385530301 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 161px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385530301 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385530301 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 161px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385530301 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1385530301 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385530301 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1385530301 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385530301 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1385530301 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385530301 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
#rec1385530301 .tn-elem[data-elem-id="175916035087645530"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385530301 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385530301 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1385530301 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385530301 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 959px) {
  #rec1385530301 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1385530301 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1385530301 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1385530301 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1385530301 .tn-elem[data-elem-id="175916032056398950"] {
  z-index: 3;
  top: 200px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  flex-shrink: 0;
  height: 6px;
  margin: 0 0 0 0;
}
#rec1385530301 .tn-elem[data-elem-id="175916032056398950"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385530301 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 200px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385530301 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 200px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1385530301 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1385530301 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1385530301 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1385531581 .t396__artboard {
  height: 974px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  row-gap: calc(60px * var(--zoom, 1));
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(0px * var(--zoom, 1));
  padding-bottom: calc(0px * var(--zoom, 1));
  width: auto;
}
#rec1385531581 .t396__filter {
  height: 974px;
}
#rec1385531581 .t396__carrier {
  height: 974px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .t396__artboard,
  #rec1385531581 .t396__filter,
  #rec1385531581 .t396__carrier {
    height: 1080px;
  }
  #rec1385531581 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1385531581 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .t396__artboard,
  #rec1385531581 .t396__filter,
  #rec1385531581 .t396__carrier {
    height: 1022px;
  }
  #rec1385531581 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1385531581 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .t396__artboard,
  #rec1385531581 .t396__filter,
  #rec1385531581 .t396__carrier {
    height: 745px;
  }
  #rec1385531581 .t396__artboard {
    display: flex;
    align-items: flex-start;
    row-gap: calc(32px * var(--zoom, 1));
  }
  #rec1385531581 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1385531581 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .t396__artboard,
  #rec1385531581 .t396__filter,
  #rec1385531581 .t396__carrier {
    height: 816px;
  }
  #rec1385531581 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1385531581 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .t396__artboard,
  #rec1385531581 .t396__filter,
  #rec1385531581 .t396__carrier {
    height: 1029px;
  }
  #rec1385531581 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    /*padding-bottom: calc(20px * var(--zoom, 1));*/
    padding-bottom: 0px;
    width: auto;
  }
  #rec1385531581 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1385531581 .tn-group[data-group-id="175950255993980280"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: calc(50% - 800px + 30px);
  width: auto;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 20px;
  align-items: flex-end;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 610px + 20px);
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 40px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 16px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
  }
}
#rec1385531581 .tn-elem[data-elem-id="175950233686047180"] {
  color: #262626;
  z-index: 3;
  top: 104px;
  left: 910px;
  width: 513px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 232px;
    left: 0;
    width: 780px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1385531581 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 232px;
    left: 0;
    width: 780px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1385531581 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 78px;
    left: 0;
    width: 446px;
    height: 76px;
    flex-shrink: 0;
  }
  #rec1385531581 .tn-elem[data-elem-id="175950233686047180"] {
    text-align: left;
  }
  #rec1385531581 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    line-height: 1.2;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 109px;
    left: 0;
    width: 407px;
    height: 76px;
    flex-shrink: 0;
  }
  #rec1385531581 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 140px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1385531581 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1385531581 .tn-elem[data-elem-id="175933325552461570"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 890px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 64px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    top: 0;
    left: 0;
    width: 1002px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1385531581 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1385531581 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    top: 0;
    left: 0;
    width: 602px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1385531581 .tn-elem[data-elem-id="175933325552461570"] {
    text-align: left;
  }
  #rec1385531581 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 28px;
    line-height: 1.1;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    top: 0;
    left: 0;
    width: 387px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1385531581 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    top: 0;
    left: 0;
    width: 328px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1385531581 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1385531581 .tn-group[data-group-id="175933695723160510"] {
  z-index: 3;
  position: absolute;
  top: 252px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 0;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 358px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 358px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 186px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 217px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
    row-gap: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 286px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
  }
}
#rec1385531581 .tn-elem[data-elem-id="175950737294029800"] {
  z-index: 3;
  top: 543px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-elem[data-elem-id="175950737294029800"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #c2beb4;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-elem[data-elem-id="175950737294029800"] {
    display: table;
    top: 543px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-elem[data-elem-id="175950737294029800"] {
    display: table;
    top: 463px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-elem[data-elem-id="175950737294029800"] {
    display: table;
    top: 307px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-elem[data-elem-id="175950737294029800"] {
    display: table;
    top: 355px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-elem[data-elem-id="175950737294029800"] {
    display: table;
    top: 475px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1385531581 .tn-group[data-group-id="175950698153080270"] {
  z-index: 3;
  position: absolute;
  top: 403px;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-group[data-group-id="175950698153080270"] #molecule-175950698153080270 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 40px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 0 20px 0;
  border-color: #fff0;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-group[data-group-id="175950698153080270"] {
    display: flex;
    top: 403px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950698153080270"] #molecule-175950698153080270 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-group[data-group-id="175950698153080270"] {
    display: flex;
    top: 343px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950698153080270"] #molecule-175950698153080270 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-group[data-group-id="175950698153080270"] {
    display: flex;
    top: 227px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950698153080270"] #molecule-175950698153080270 {
    display: flex;
    column-gap: 16px;
    padding: 16px 0 16px 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-group[data-group-id="175950698153080270"] {
    display: flex;
    top: 251px;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950698153080270"] #molecule-175950698153080270 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-group[data-group-id="175950698153080270"] {
    display: flex;
    top: 323px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950698153080270"] #molecule-175950698153080270 {
    display: flex;
  }
}
#rec1385531581 .tn-elem[data-elem-id="175950698153552760"] {
  color: #262626;
  z-index: 3;
  top: 26px;
  left: 140px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-elem[data-elem-id="175950698153552760"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 40px;
  font-family: "PT Serif", serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-elem[data-elem-id="175950698153552760"] {
    display: table;
    top: 26px;
    left: 140px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-elem[data-elem-id="175950698153552760"] {
    display: table;
    top: 29px;
    left: 120px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1385531581 .tn-elem[data-elem-id="175950698153552760"] .tn-atom {
    font-size: 28px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-elem[data-elem-id="175950698153552760"] {
    display: table;
    top: 16px;
    left: 64px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1385531581 .tn-elem[data-elem-id="175950698153552760"] .tn-atom {
    font-size: 20px;
    line-height: 1.2;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-elem[data-elem-id="175950698153552760"] {
    display: table;
    top: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-elem[data-elem-id="175950698153552760"] {
    display: table;
    top: 16px;
    left: 64px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1385531581 .tn-elem[data-elem-id="175950698153036820"] {
  z-index: 3;
  top: 20px;
  left: 0;
  width: 100px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-elem[data-elem-id="175950698153036820"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1385531581 .tn-elem[data-elem-id="175950698153036820"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-elem[data-elem-id="175950698153036820"] {
    display: table;
    top: 20px;
    left: 0;
    width: 100px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-elem[data-elem-id="175950698153036820"] {
    display: table;
    top: 20px;
    left: 0;
    width: 80px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-elem[data-elem-id="175950698153036820"] {
    display: table;
    top: 16px;
    left: 0;
    width: 48px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-elem[data-elem-id="175950698153036820"] {
    display: table;
    top: 28px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-elem[data-elem-id="175950698153036820"] {
    display: table;
    top: 52px;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1385531581 .tn-elem[data-elem-id="175950698152466210"] {
  z-index: 3;
  top: 402px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-elem[data-elem-id="175950698152466210"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #c2beb4;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-elem[data-elem-id="175950698152466210"] {
    display: table;
    top: 402px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-elem[data-elem-id="175950698152466210"] {
    display: table;
    top: 342px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-elem[data-elem-id="175950698152466210"] {
    display: table;
    top: 226px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-elem[data-elem-id="175950698152466210"] {
    display: table;
    top: 250px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-elem[data-elem-id="175950698152466210"] {
    display: table;
    top: 322px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1385531581 .tn-group[data-group-id="175950697561288620"] {
  z-index: 3;
  position: absolute;
  top: 262px;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-group[data-group-id="175950697561288620"] #molecule-175950697561288620 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 40px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 0 20px 0;
  border-color: #fff0;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-group[data-group-id="175950697561288620"] {
    display: flex;
    top: 262px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950697561288620"] #molecule-175950697561288620 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-group[data-group-id="175950697561288620"] {
    display: flex;
    top: 222px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950697561288620"] #molecule-175950697561288620 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-group[data-group-id="175950697561288620"] {
    display: flex;
    top: 146px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950697561288620"] #molecule-175950697561288620 {
    display: flex;
    column-gap: 16px;
    padding: 16px 0 16px 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-group[data-group-id="175950697561288620"] {
    display: flex;
    top: 146px;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950697561288620"] #molecule-175950697561288620 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-group[data-group-id="175950697561288620"] {
    display: flex;
    top: 194px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950697561288620"] #molecule-175950697561288620 {
    display: flex;
  }
}
#rec1385531581 .tn-elem[data-elem-id="175950697562282530"] {
  color: #262626;
  z-index: 3;
  top: 26px;
  left: 140px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-elem[data-elem-id="175950697562282530"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 40px;
  font-family: "PT Serif", serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-elem[data-elem-id="175950697562282530"] {
    display: table;
    top: 26px;
    left: 140px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-elem[data-elem-id="175950697562282530"] {
    display: table;
    top: 29px;
    left: 120px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1385531581 .tn-elem[data-elem-id="175950697562282530"] .tn-atom {
    font-size: 28px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-elem[data-elem-id="175950697562282530"] {
    display: table;
    top: 16px;
    left: 64px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1385531581 .tn-elem[data-elem-id="175950697562282530"] .tn-atom {
    font-size: 20px;
    line-height: 1.2;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-elem[data-elem-id="175950697562282530"] {
    display: table;
    top: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-elem[data-elem-id="175950697562282530"] {
    display: table;
    top: 16px;
    left: 64px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1385531581 .tn-elem[data-elem-id="175950697561292270"] {
  z-index: 3;
  top: 20px;
  left: 0;
  width: 100px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-elem[data-elem-id="175950697561292270"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1385531581 .tn-elem[data-elem-id="175950697561292270"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-elem[data-elem-id="175950697561292270"] {
    display: table;
    top: 20px;
    left: 0;
    width: 100px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-elem[data-elem-id="175950697561292270"] {
    display: table;
    top: 20px;
    left: 0;
    width: 80px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-elem[data-elem-id="175950697561292270"] {
    display: table;
    top: 16px;
    left: 0;
    width: 48px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-elem[data-elem-id="175950697561292270"] {
    display: table;
    top: 28px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-elem[data-elem-id="175950697561292270"] {
    display: table;
    top: 40px;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1385531581 .tn-elem[data-elem-id="175950697560073570"] {
  z-index: 3;
  top: 261px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-elem[data-elem-id="175950697560073570"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #c2beb4;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-elem[data-elem-id="175950697560073570"] {
    display: table;
    top: 261px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-elem[data-elem-id="175950697560073570"] {
    display: table;
    top: 221px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-elem[data-elem-id="175950697560073570"] {
    display: table;
    top: 145px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-elem[data-elem-id="175950697560073570"] {
    display: table;
    top: 145px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-elem[data-elem-id="175950697560073570"] {
    display: table;
    top: 193px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1385531581 .tn-group[data-group-id="175950697297746720"] {
  z-index: 3;
  position: absolute;
  top: 121px;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-group[data-group-id="175950697297746720"] #molecule-175950697297746720 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 40px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 0 20px 0;
  border-color: #fff0;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-group[data-group-id="175950697297746720"] {
    display: flex;
    top: 121px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950697297746720"] #molecule-175950697297746720 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-group[data-group-id="175950697297746720"] {
    display: flex;
    top: 101px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950697297746720"] #molecule-175950697297746720 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-group[data-group-id="175950697297746720"] {
    display: flex;
    top: 65px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950697297746720"] #molecule-175950697297746720 {
    display: flex;
    column-gap: 16px;
    padding: 16px 0 16px 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-group[data-group-id="175950697297746720"] {
    display: flex;
    top: 65px;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950697297746720"] #molecule-175950697297746720 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-group[data-group-id="175950697297746720"] {
    display: flex;
    top: 89px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950697297746720"] #molecule-175950697297746720 {
    display: flex;
  }
}
#rec1385531581 .tn-elem[data-elem-id="175950697298770760"] {
  color: #262626;
  z-index: 3;
  top: 48px;
  left: 140px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-elem[data-elem-id="175950697298770760"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 40px;
  font-family: "PT Serif", serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-elem[data-elem-id="175950697298770760"] {
    display: table;
    top: 26px;
    left: 140px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-elem[data-elem-id="175950697298770760"] {
    display: table;
    top: 29px;
    left: 120px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1385531581 .tn-elem[data-elem-id="175950697298770760"] .tn-atom {
    font-size: 28px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-elem[data-elem-id="175950697298770760"] {
    display: table;
    top: 16px;
    left: 64px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1385531581 .tn-elem[data-elem-id="175950697298770760"] .tn-atom {
    font-size: 20px;
    line-height: 1.2;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-elem[data-elem-id="175950697298770760"] {
    display: table;
    top: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-elem[data-elem-id="175950697298770760"] {
    display: table;
    top: 16px;
    left: 64px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1385531581 .tn-elem[data-elem-id="175950697297750450"] {
  z-index: 3;
  top: 20px;
  left: 0;
  width: 100px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-elem[data-elem-id="175950697297750450"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1385531581 .tn-elem[data-elem-id="175950697297750450"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-elem[data-elem-id="175950697297750450"] {
    display: table;
    top: 20px;
    left: 0;
    width: 100px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-elem[data-elem-id="175950697297750450"] {
    display: table;
    top: 20px;
    left: 0;
    width: 80px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-elem[data-elem-id="175950697297750450"] {
    display: table;
    top: 16px;
    left: 0;
    width: 48px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-elem[data-elem-id="175950697297750450"] {
    display: table;
    top: 16px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-elem[data-elem-id="175950697297750450"] {
    display: table;
    top: 28px;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1385531581 .tn-elem[data-elem-id="175950694970319390"] {
  z-index: 3;
  top: 120px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-elem[data-elem-id="175950694970319390"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #c2beb4;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-elem[data-elem-id="175950694970319390"] {
    display: table;
    top: 120px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-elem[data-elem-id="175950694970319390"] {
    display: table;
    top: 100px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-elem[data-elem-id="175950694970319390"] {
    display: table;
    top: 64px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-elem[data-elem-id="175950694970319390"] {
    display: table;
    top: 64px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-elem[data-elem-id="175950694970319390"] {
    display: table;
    top: 88px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1385531581 .tn-group[data-group-id="175933692738235110"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 40px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 20px 0;
  border-color: #fff0;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
    column-gap: 16px;
    padding: 0 0 16px 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
#rec1385531581 .tn-elem[data-elem-id="175933692738293070"] {
  color: #262626;
  z-index: 3;
  top: 28px;
  left: 140px;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-elem[data-elem-id="175933692738293070"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 40px;
  font-family: "PT Serif", serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 6px;
    left: 140px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 25px;
    left: 120px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1385531581 .tn-elem[data-elem-id="175933692738293070"] .tn-atom {
    font-size: 28px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 12px;
    left: 64px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1385531581 .tn-elem[data-elem-id="175933692738293070"] .tn-atom {
    font-size: 20px;
    line-height: 1.2;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 0;
    left: 64px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1385531581 .tn-elem[data-elem-id="1759505869928"] {
  z-index: 3;
  top: 0;
  left: 0;
  width: 100px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-elem[data-elem-id="1759505869928"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1385531581 .tn-elem[data-elem-id="1759505869928"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-elem[data-elem-id="1759505869928"] {
    display: table;
    top: 0;
    left: 0;
    width: 100px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-elem[data-elem-id="1759505869928"] {
    display: table;
    top: 0;
    left: 0;
    width: 80px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-elem[data-elem-id="1759505869928"] {
    display: table;
    top: 0;
    left: 0;
    width: 48px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-elem[data-elem-id="1759505869928"] {
    display: table;
    top: 0;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-elem[data-elem-id="1759505869928"] {
    display: table;
    top: 12px;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1385531581 .tn-group[data-group-id="175950826595138930"] {
  z-index: 3;
  position: absolute;
  top: 856px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-group[data-group-id="175950826595138930"] #molecule-175950826595138930 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-group[data-group-id="175950826595138930"] {
    display: flex;
    top: 962px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950826595138930"] #molecule-175950826595138930 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-group[data-group-id="175950826595138930"] {
    display: flex;
    top: 882px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950826595138930"] #molecule-175950826595138930 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-group[data-group-id="175950826595138930"] {
    display: flex;
    top: 526px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950826595138930"] #molecule-175950826595138930 {
    display: flex;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 60px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-group[data-group-id="175950826595138930"] {
    display: flex;
    top: 605px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950826595138930"] #molecule-175950826595138930 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-group[data-group-id="175950826595138930"] {
    display: flex;
    top: 794px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950826595138930"] #molecule-175950826595138930 {
    display: flex;
  }
}
#rec1385531581 .tn-group[data-group-id="175950832971433180"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 910px;
  width: auto;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-group[data-group-id="175950832971433180"] #molecule-175950832971433180 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-group[data-group-id="175950832971433180"] {
    display: flex;
    top: 0;
    left: 600px;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950832971433180"] #molecule-175950832971433180 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-group[data-group-id="175950832971433180"] {
    display: flex;
    top: 0;
    left: 481px;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950832971433180"] #molecule-175950832971433180 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-group[data-group-id="175950832971433180"] {
    display: flex;
    top: 91px;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950832971433180"] #molecule-175950832971433180 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-group[data-group-id="175950832971433180"] {
    display: flex;
    top: 91px;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950832971433180"] #molecule-175950832971433180 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-group[data-group-id="175950832971433180"] {
    display: flex;
    top: 91px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385531581 .tn-group[data-group-id="175950832971433180"] #molecule-175950832971433180 {
    display: flex;
  }
}
#rec1385531581 .tn-elem[data-elem-id="175950832622689740"] {
  color: #fff;
  text-align: center;
  z-index: 3;
  top: 82px;
  left: 0;
  width: 240px;
  flex-shrink: 0;
  height: 36px;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-elem[data-elem-id="175950832622689740"] .tn-atom {
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
@media (hover), (min-width: 0\0) {
  #rec1385531581 .tn-elem[data-elem-id="175950832622689740"] .tn-atom:hover {
    background-color: #c3370d;
    background-image: none;
  }
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-elem[data-elem-id="175950832622689740"] {
    display: table;
    top: 82px;
    left: 0;
    width: 240px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-elem[data-elem-id="175950832622689740"] {
    display: table;
    top: 104px;
    left: 0;
    width: 240px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-elem[data-elem-id="175950832622689740"] {
    display: table;
    top: 92px;
    left: 0;
    width: 200px;
    height: 36px;
    flex-shrink: 0;
  }
  #rec1385531581 .tn-elem[data-elem-id="175950832622689740"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-elem[data-elem-id="175950832622689740"] {
    display: table;
    top: 92px;
    width: 260px;
    height: 28px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-elem[data-elem-id="175950832622689740"] {
    display: table;
    top: 92px;
    left: 0;
    width: 100%;
    height: 32px;
    flex-shrink: 0;
  }
}
#rec1385531581 .tn-elem[data-elem-id="175950823769094890"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 533px;
  flex-shrink: 0;
  height: 66px;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-elem[data-elem-id="175950823769094890"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-elem[data-elem-id="175950823769094890"] {
    display: table;
    top: 0;
    left: 0;
    width: 538px;
    height: 66px;
    flex-shrink: 0;
  }
  #rec1385531581 .tn-elem[data-elem-id="175950823769094890"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-elem[data-elem-id="175950823769094890"] {
    display: table;
    top: 0;
    left: 0;
    width: 408px;
    height: 88px;
    flex-shrink: 0;
  }
  #rec1385531581 .tn-elem[data-elem-id="175950823769094890"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-elem[data-elem-id="175950823769094890"] {
    display: table;
    top: 0;
    left: 0;
    width: 360px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1385531581 .tn-elem[data-elem-id="175950823769094890"] {
    text-align: left;
  }
  #rec1385531581 .tn-elem[data-elem-id="175950823769094890"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    line-height: 1.2;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-elem[data-elem-id="175950823769094890"] {
    display: table;
    top: 0;
    width: 332px;
    height: 76px;
    flex-shrink: 0;
  }
  #rec1385531581 .tn-elem[data-elem-id="175950823769094890"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-elem[data-elem-id="175950823769094890"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1385531581 .tn-elem[data-elem-id="175950823769094890"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1385531581 .tn-elem[data-elem-id="175950737919759490"] {
  color: #e0481a;
  z-index: 3;
  top: 0;
  left: 0;
  width: 890px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-elem[data-elem-id="175950737919759490"] .tn-atom {
  vertical-align: middle;
  color: #e0481a;
  font-size: 40px;
  font-family: "PT Serif", serif;
  line-height: 1.1;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-elem[data-elem-id="175950737919759490"] {
    display: table;
    top: 0;
    left: 0;
    width: 580px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1385531581 .tn-elem[data-elem-id="175950737919759490"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-elem[data-elem-id="175950737919759490"] {
    display: table;
    top: 0;
    left: 0;
    width: 461px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1385531581 .tn-elem[data-elem-id="175950737919759490"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 28px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-elem[data-elem-id="175950737919759490"] {
    display: table;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1385531581 .tn-elem[data-elem-id="175950737919759490"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    font-size: 28px;
    line-height: 1.1;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-elem[data-elem-id="175950737919759490"] {
    display: table;
    top: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1385531581 .tn-elem[data-elem-id="175950737919759490"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-elem[data-elem-id="175950737919759490"] {
    display: table;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1385531581 .tn-elem[data-elem-id="175950737919759490"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    background-size: cover;
  }
}
#rec1385531581 .tn-elem[data-elem-id="1759507394044"] {
  color: #fff;
  z-index: 3;
  top: 822px;
  left: calc(50% - 800px + 34px);
  width: 125px;
  flex-shrink: 0;
  height: auto;
}
#rec1385531581 .tn-elem[data-elem-id="1759507394044"] .tn-atom {
  color: #fff;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1385531581 .tn-elem[data-elem-id="1759507394044"] .tn-atom__tip {
  background-color: #262626;
  width: 240px;
}
.t396__tooltip-portal .tn-atom__tip[data-element-id="1759507394044"][data-rec-id="1385531581"] {
  background-color: #262626;
  width: 240px;
  color: #fff;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  z-index: 10000000;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-elem[data-elem-id="1759507394044"] {
    display: table;
    left: calc(50% - 610px + 19px);
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-elem[data-elem-id="1759507394044"] {
    display: table;
    top: 816px;
    left: calc(50% - 480px + 10px);
    width: 89px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-elem[data-elem-id="1759507394044"] {
    display: table;
    top: 526px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-elem[data-elem-id="1759507394044"] {
    display: table;
    top: 616px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-elem[data-elem-id="1759507394044"] {
    display: table;
    top: 786px;
    left: calc(50% - 180px + 14px);
    height: auto;
    flex-shrink: 0;
  }
}
#rec1385531581 .tn-elem[data-elem-id="1759508687194"] {
  z-index: 3;
  top: 856px;
  left: calc(50% - 800px + 213px);
  width: 145px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385531581 .tn-elem[data-elem-id="1759508687194"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1385531581 .tn-elem[data-elem-id="1759508687194"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1385531581 .tn-elem[data-elem-id="1759508687194"] {
    display: table;
    top: 964px;
    left: calc(50% - 610px + 211px);
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385531581 .tn-elem[data-elem-id="1759508687194"] {
    display: table;
    top: 877px;
    left: calc(50% - 480px + 151px);
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1385531581 .tn-elem[data-elem-id="1759508687194"] {
    display: table;
    top: 531px;
    left: calc(50% - 320px + 126px);
    width: 120px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1385531581 .tn-elem[data-elem-id="1759508687194"] {
    display: table;
    top: 603px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1385531581 .tn-elem[data-elem-id="1759508687194"] {
    display: table;
    top: 793px;
    left: calc(50% - 180px + 132px);
    height: auto;
    flex-shrink: 0;
  }
}
#rec1385699491 .t396__artboard {
  height: 286px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  row-gap: calc(20px * var(--zoom, 1));
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(140px * var(--zoom, 1));
  padding-bottom: calc(80px * var(--zoom, 1));
  width: auto;
}
#rec1385699491 .t396__filter {
  height: 286px;
}
#rec1385699491 .t396__carrier {
  height: 286px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1385699491 .t396__artboard,
  #rec1385699491 .t396__filter,
  #rec1385699491 .t396__carrier {
    height: 286px;
  }
  #rec1385699491 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(140px * var(--zoom, 1));
    padding-bottom: calc(80px * var(--zoom, 1));
    width: auto;
  }
  #rec1385699491 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385699491 .t396__artboard,
  #rec1385699491 .t396__filter,
  #rec1385699491 .t396__carrier {
    height: 286px;
  }
  #rec1385699491 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(140px * var(--zoom, 1));
    padding-bottom: calc(80px * var(--zoom, 1));
    width: auto;
  }
  #rec1385699491 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1385699491 .t396__artboard,
  #rec1385699491 .t396__filter,
  #rec1385699491 .t396__carrier {
    height: 128px;
  }
  #rec1385699491 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1385699491 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1385699491 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1385699491 .t396__artboard,
  #rec1385699491 .t396__filter,
  #rec1385699491 .t396__carrier {
    height: 128px;
  }
  #rec1385699491 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1385699491 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1385699491 .t396__artboard,
  #rec1385699491 .t396__filter,
  #rec1385699491 .t396__carrier {
    height: 128px;
  }
  #rec1385699491 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1385699491 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1385699491 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1385699491 .tn-elem[data-elem-id="175916031473889900"] {
  z-index: 3;
  top: 140px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1385699491 .tn-elem[data-elem-id="175916031473889900"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385699491 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 140px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385699491 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 140px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1385699491 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1385699491 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1385699491 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1385699491 .tn-group[data-group-id="175916035984714150"] {
  z-index: 3;
  position: absolute;
  top: 161px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1385699491 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1385699491 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 161px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385699491 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385699491 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 161px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385699491 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1385699491 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385699491 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1385699491 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385699491 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1385699491 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1385699491 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
#rec1385699491 .tn-elem[data-elem-id="175916035087645530"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1385699491 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385699491 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1385699491 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385699491 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 959px) {
  #rec1385699491 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1385699491 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1385699491 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1385699491 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1385699491 .tn-elem[data-elem-id="175916032056398950"] {
  z-index: 3;
  top: 200px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  flex-shrink: 0;
  height: 6px;
  margin: 0 0 0 0;
}
#rec1385699491 .tn-elem[data-elem-id="175916032056398950"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1385699491 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 200px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1385699491 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 200px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1385699491 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1385699491 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1385699491 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1386816781 .t396__artboard {
  height: 703px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  row-gap: calc(60px * var(--zoom, 1));
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(0px * var(--zoom, 1));
  padding-bottom: calc(60px * var(--zoom, 1));
  width: auto;
}
#rec1386816781 .t396__filter {
  height: 703px;
}
#rec1386816781 .t396__carrier {
  height: 703px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1386816781 .t396__artboard,
  #rec1386816781 .t396__filter,
  #rec1386816781 .t396__carrier {
    height: 679px;
  }
  #rec1386816781 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(60px * var(--zoom, 1));
    width: auto;
  }
  #rec1386816781 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386816781 .t396__artboard,
  #rec1386816781 .t396__filter,
  #rec1386816781 .t396__carrier {
    height: 763px;
  }
  #rec1386816781 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(60px * var(--zoom, 1));
    width: auto;
  }
  #rec1386816781 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1386816781 .t396__artboard,
  #rec1386816781 .t396__filter,
  #rec1386816781 .t396__carrier {
    height: 486px;
  }
  #rec1386816781 .t396__artboard {
    display: flex;
    align-items: flex-start;
    row-gap: calc(32px * var(--zoom, 1));
  }
  #rec1386816781 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(32px * var(--zoom, 1));
    width: auto;
  }
  #rec1386816781 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1386816781 .t396__artboard,
  #rec1386816781 .t396__filter,
  #rec1386816781 .t396__carrier {
    height: 516px;
  }
  #rec1386816781 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(32px * var(--zoom, 1));
    width: auto;
  }
  #rec1386816781 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1386816781 .t396__artboard,
  #rec1386816781 .t396__filter,
  #rec1386816781 .t396__carrier {
    height: 568px;
  }
  #rec1386816781 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(32px * var(--zoom, 1));
    width: auto;
  }
  #rec1386816781 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1386816781 .tn-group[data-group-id="175950255993980280"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1386816781 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1386816781 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386816781 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1386816781 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
    row-gap: 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1386816781 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1386816781 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
  }
}
#rec1386816781 .tn-group[data-group-id="175956369432483330"] {
  z-index: 3;
  position: absolute;
  top: 232px;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1386816781 .tn-group[data-group-id="175956369432483330"] #molecule-175956369432483330 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 390px;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1386816781 .tn-group[data-group-id="175956369432483330"] {
    display: flex;
    top: 232px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175956369432483330"] #molecule-175956369432483330 {
    display: flex;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386816781 .tn-group[data-group-id="175956369432483330"] {
    display: flex;
    top: 296px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175956369432483330"] #molecule-175956369432483330 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1386816781 .tn-group[data-group-id="175956369432483330"] {
    display: flex;
    top: 94px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175956369432483330"] #molecule-175956369432483330 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1386816781 .tn-group[data-group-id="175956369432483330"] {
    display: flex;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175956369432483330"] #molecule-175956369432483330 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1386816781 .tn-group[data-group-id="175956369432483330"] {
    display: flex;
    top: 146px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175956369432483330"] #molecule-175956369432483330 {
    display: flex;
  }
}
#rec1386816781 .tn-elem[data-elem-id="175950233686047180"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 390px;
  width: 803px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1386816781 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 28px;
  font-family: "PT Serif", serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1386816781 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 0;
    left: 0;
    width: 874px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1386816781 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386816781 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 0;
    left: 0;
    width: 603px;
    height: 93px;
    flex-shrink: 0;
  }
  #rec1386816781 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1386816781 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 0;
    left: 0;
    width: 501px;
    height: 38px;
    flex-shrink: 0;
  }
  #rec1386816781 .tn-elem[data-elem-id="175950233686047180"] {
    text-align: left;
  }
  #rec1386816781 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    line-height: 1.2;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1386816781 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    width: 291px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1386816781 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1386816781 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 0;
    left: 0;
    width: 276px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1386816781 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1386816781 .tn-elem[data-elem-id="175933325552461570"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 1355px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1386816781 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 64px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1386816781 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1386816781 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386816781 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1386816781 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1386816781 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: 0;
    width: 432px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1386816781 .tn-elem[data-elem-id="175933325552461570"] {
    text-align: left;
  }
  #rec1386816781 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 24px;
    line-height: 1.1;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1386816781 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: 0;
    width: 432px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1386816781 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1386816781 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: 0;
    width: 328px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1386816781 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1386816781 .tn-group[data-group-id="175933695723160510"] {
  z-index: 3;
  position: absolute;
  top: 354px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1386816781 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 390px;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1386816781 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 354px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386816781 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 449px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1386816781 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 164px;
    left: calc(50% - 320px + 10px);
    width: 630px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
    overflow: auto auto;
    flex-direction: row;
    flex-wrap: unset;
    column-gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 639px) {
  #rec1386816781 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 202px;
    left: calc(50% - 240px + 10px);
    width: 470px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
    column-gap: 32px;
  }
}
@media screen and (max-width: 479px) {
  #rec1386816781 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 254px;
    left: calc(50% - 180px + 16px);
    width: 344px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
  }
}
#rec1386816781 .tn-group[data-group-id="175956429986513870"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 1170px;
  width: 370px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1386816781 .tn-group[data-group-id="175956429986513870"] #molecule-175956429986513870 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1386816781 .tn-group[data-group-id="175956429986513870"] {
    display: flex;
    top: 0;
    left: 800px;
    width: 380px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175956429986513870"] #molecule-175956429986513870 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386816781 .tn-group[data-group-id="175956429986513870"] {
    display: flex;
    top: 0;
    left: 640px;
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175956429986513870"] #molecule-175956429986513870 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1386816781 .tn-group[data-group-id="175956429986513870"] {
    display: flex;
    top: 0;
    left: 624px;
    width: 280px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175956429986513870"] #molecule-175956429986513870 {
    display: flex;
    row-gap: 12px;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1386816781 .tn-group[data-group-id="175956429986513870"] {
    display: flex;
    top: 0;
    left: 624px;
    width: px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175956429986513870"] #molecule-175956429986513870 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1386816781 .tn-group[data-group-id="175956429986513870"] {
    display: flex;
    top: 0;
    left: 624px;
    width: px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175956429986513870"] #molecule-175956429986513870 {
    display: flex;
  }
}
#rec1386816781 .tn-elem[data-elem-id="175956429987622230"] {
  color: #262626;
  z-index: 3;
  top: 60px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1386816781 .tn-elem[data-elem-id="175956429987622230"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1386816781 .tn-elem[data-elem-id="175956429987622230"] {
    display: table;
    top: 60px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386816781 .tn-elem[data-elem-id="175956429987622230"] {
    display: table;
    top: 60px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1386816781 .tn-elem[data-elem-id="175956429987622230"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1386816781 .tn-elem[data-elem-id="175956429987622230"] {
    display: table;
    top: 44px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1386816781 .tn-elem[data-elem-id="175956429987622230"] {
    display: table;
    top: 36px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1386816781 .tn-elem[data-elem-id="175956429987622230"] {
    display: table;
    top: 36px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1386816781 .tn-elem[data-elem-id="175956429986546390"] {
  z-index: 3;
  top: 0;
  left: 0;
  width: 40px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1386816781 .tn-elem[data-elem-id="175956429986546390"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1386816781 .tn-elem[data-elem-id="175956429986546390"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1386816781 .tn-elem[data-elem-id="175956429986546390"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386816781 .tn-elem[data-elem-id="175956429986546390"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1386816781 .tn-elem[data-elem-id="175956429986546390"] {
    display: table;
    top: 0;
    left: 0;
    width: 32px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1386816781 .tn-elem[data-elem-id="175956429986546390"] {
    display: table;
    top: 0;
    left: 0;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1386816781 .tn-elem[data-elem-id="175956429986546390"] {
    display: table;
    top: 0;
    left: 0;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1386816781 .tn-group[data-group-id="175956429742853870"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 780px;
  width: 370px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1386816781 .tn-group[data-group-id="175956429742853870"] #molecule-175956429742853870 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1386816781 .tn-group[data-group-id="175956429742853870"] {
    display: flex;
    top: 0;
    left: 400px;
    width: 380px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175956429742853870"] #molecule-175956429742853870 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386816781 .tn-group[data-group-id="175956429742853870"] {
    display: flex;
    top: 0;
    left: 320px;
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175956429742853870"] #molecule-175956429742853870 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1386816781 .tn-group[data-group-id="175956429742853870"] {
    display: flex;
    top: 0;
    left: 312px;
    width: 280px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175956429742853870"] #molecule-175956429742853870 {
    display: flex;
    row-gap: 12px;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1386816781 .tn-group[data-group-id="175956429742853870"] {
    display: flex;
    top: 0;
    left: 312px;
    width: px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175956429742853870"] #molecule-175956429742853870 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1386816781 .tn-group[data-group-id="175956429742853870"] {
    display: flex;
    top: 0;
    left: 312px;
    width: px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175956429742853870"] #molecule-175956429742853870 {
    display: flex;
  }
}
#rec1386816781 .tn-elem[data-elem-id="175956429744090070"] {
  color: #262626;
  z-index: 3;
  top: 60px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1386816781 .tn-elem[data-elem-id="175956429744090070"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1386816781 .tn-elem[data-elem-id="175956429744090070"] {
    display: table;
    top: 60px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386816781 .tn-elem[data-elem-id="175956429744090070"] {
    display: table;
    top: 60px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1386816781 .tn-elem[data-elem-id="175956429744090070"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1386816781 .tn-elem[data-elem-id="175956429744090070"] {
    display: table;
    top: 44px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1386816781 .tn-elem[data-elem-id="175956429744090070"] {
    display: table;
    top: 36px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1386816781 .tn-elem[data-elem-id="175956429744090070"] {
    display: table;
    top: 36px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1386816781 .tn-elem[data-elem-id="175956429742875270"] {
  z-index: 3;
  top: 0;
  left: 0;
  width: 40px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1386816781 .tn-elem[data-elem-id="175956429742875270"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1386816781 .tn-elem[data-elem-id="175956429742875270"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1386816781 .tn-elem[data-elem-id="175956429742875270"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386816781 .tn-elem[data-elem-id="175956429742875270"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1386816781 .tn-elem[data-elem-id="175956429742875270"] {
    display: table;
    top: 0;
    left: 0;
    width: 32px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1386816781 .tn-elem[data-elem-id="175956429742875270"] {
    display: table;
    top: 0;
    left: 0;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1386816781 .tn-elem[data-elem-id="175956429742875270"] {
    display: table;
    top: 0;
    left: 0;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1386816781 .tn-group[data-group-id="175933692738235110"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 390px;
  width: 370px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1386816781 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1386816781 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 380px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386816781 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1386816781 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 280px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
    row-gap: 12px;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1386816781 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1386816781 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
#rec1386816781 .tn-elem[data-elem-id="175933692738293070"] {
  color: #262626;
  z-index: 3;
  top: 60px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1386816781 .tn-elem[data-elem-id="175933692738293070"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1386816781 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 60px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386816781 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 60px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1386816781 .tn-elem[data-elem-id="175933692738293070"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1386816781 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 44px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1386816781 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 36px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1386816781 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 36px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1386816781 .tn-elem[data-elem-id="175956390191471240"] {
  z-index: 3;
  top: 0;
  left: 0;
  width: 40px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1386816781 .tn-elem[data-elem-id="175956390191471240"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1386816781 .tn-elem[data-elem-id="175956390191471240"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1386816781 .tn-elem[data-elem-id="175956390191471240"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386816781 .tn-elem[data-elem-id="175956390191471240"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1386816781 .tn-elem[data-elem-id="175956390191471240"] {
    display: table;
    top: 0;
    left: 0;
    width: 32px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1386816781 .tn-elem[data-elem-id="175956390191471240"] {
    display: table;
    top: 0;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1386816781 .tn-elem[data-elem-id="175956390191471240"] {
    display: table;
    top: 0;
    left: 0;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1386816781 .tn-group[data-group-id="175956604002485900"] {
  z-index: 3;
  position: absolute;
  top: 642px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1386816781 .tn-group[data-group-id="175956604002485900"] #molecule-175956604002485900 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1386816781 .tn-group[data-group-id="175956604002485900"] {
    display: flex;
    top: 618px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175956604002485900"] #molecule-175956604002485900 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386816781 .tn-group[data-group-id="175956604002485900"] {
    display: flex;
    top: 702px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175956604002485900"] #molecule-175956604002485900 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1386816781 .tn-group[data-group-id="175956604002485900"] {
    display: flex;
    top: 373px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175956604002485900"] #molecule-175956604002485900 {
    display: flex;
    padding: 80px 0 0 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1386816781 .tn-group[data-group-id="175956604002485900"] {
    display: flex;
    top: 403px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175956604002485900"] #molecule-175956604002485900 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1386816781 .tn-group[data-group-id="175956604002485900"] {
    display: flex;
    top: 455px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386816781 .tn-group[data-group-id="175956604002485900"] #molecule-175956604002485900 {
    display: flex;
  }
}
#rec1386816781 .tn-elem[data-elem-id="175956457527819290"] {
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 1;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1386816781 .tn-elem[data-elem-id="175956457527819290"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1386816781 .tn-elem[data-elem-id="175956457527819290"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386816781 .tn-elem[data-elem-id="175956457527819290"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 959px) {
  #rec1386816781 .tn-elem[data-elem-id="175956457527819290"] {
    display: table;
    top: 80px;
    left: 0;
    width: 100%;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1386816781 .tn-elem[data-elem-id="175956457527819290"] {
    display: table;
    top: 80px;
    left: 0;
    width: 100%;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1386816781 .tn-elem[data-elem-id="175956457527819290"] {
    display: table;
    top: 80px;
    left: 0;
    width: 100%;
    flex-shrink: 1;
  }
}
#rec1386816781 .tn-elem[data-elem-id="1759565902691"] {
  z-index: 3;
  top: 483px;
  left: calc(50% - 800px + 30px);
  width: 274px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1386816781 .tn-elem[data-elem-id="1759565902691"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1386816781 .tn-elem[data-elem-id="1759565902691"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1386816781 .tn-elem[data-elem-id="1759565902691"] {
    display: table;
    top: 263px;
    left: calc(50% - 610px + 900px);
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386816781 .tn-elem[data-elem-id="1759565902691"] {
    display: table;
    top: 303px;
    left: calc(50% - 480px + 672px);
    width: 274px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1386816781 .tn-elem[data-elem-id="1759565902691"] {
    display: table;
    top: 350px;
    left: calc(50% - 320px + 9px);
    width: 230px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1386816781 .tn-elem[data-elem-id="1759565902691"] {
    display: table;
    top: 383px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1386816781 .tn-elem[data-elem-id="1759565902691"] {
    display: table;
    top: 433px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1386945801 .t396__artboard {
  height: 840px;
  background-color: #fffaee;
  overflow: visible;
}
#rec1386945801 .t396__filter {
  height: 840px;
}
#rec1386945801 .t396__carrier {
  height: 840px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1386945801 .t396__artboard,
  #rec1386945801 .t396__filter,
  #rec1386945801 .t396__carrier {
    height: 780px;
  }
  #rec1386945801 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386945801 .t396__artboard,
  #rec1386945801 .t396__filter,
  #rec1386945801 .t396__carrier {
    height: 620px;
  }
  #rec1386945801 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1386945801 .t396__artboard,
  #rec1386945801 .t396__filter,
  #rec1386945801 .t396__carrier {
    height: 1001px;
  }
  #rec1386945801 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1386945801 .t396__artboard,
  #rec1386945801 .t396__filter,
  #rec1386945801 .t396__carrier {
    height: 1009px;
  }
  #rec1386945801 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1386945801 .t396__artboard,
  #rec1386945801 .t396__filter,
  #rec1386945801 .t396__carrier {
    height: 1133px;
  }
  #rec1386945801 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1386945801 .tn-elem[data-elem-id="175956718828511760"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: calc(50% - 800px + 810px);
  width: 445px;
  height: auto;
}
#rec1386945801 .tn-elem[data-elem-id="175956718828511760"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1386945801 .tn-elem[data-elem-id="175956718828511760"] {
    display: table;
    top: 0;
    left: calc(50% - 610px + 620px);
    width: 380px;
    height: auto;
  }
  #rec1386945801 .tn-elem[data-elem-id="175956718828511760"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386945801 .tn-elem[data-elem-id="175956718828511760"] {
    display: table;
    top: 0;
    left: calc(50% - 480px + 490px);
    width: 260px;
    height: auto;
  }
  #rec1386945801 .tn-elem[data-elem-id="175956718828511760"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1386945801 .tn-elem[data-elem-id="175956718828511760"] {
    display: table;
    top: 0;
    left: calc(50% - 320px + 10px);
    width: 300px;
    height: 152px;
  }
  #rec1386945801 .tn-elem[data-elem-id="175956718828511760"] {
    text-align: left;
  }
  #rec1386945801 .tn-elem[data-elem-id="175956718828511760"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    line-height: 1.2;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1386945801 .tn-elem[data-elem-id="175956718828511760"] {
    display: table;
    top: 0;
    left: calc(50% - 240px + 10px);
    width: 300px;
    height: 152px;
  }
  #rec1386945801 .tn-elem[data-elem-id="175956718828511760"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1386945801 .tn-elem[data-elem-id="175956718828511760"] {
    display: table;
    top: 0;
    left: calc(50% - 180px + 16px);
    width: 206px;
    height: auto;
  }
  #rec1386945801 .tn-elem[data-elem-id="175956718828511760"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1386945801 .tn-elem[data-elem-id="1759567148400"] {
  z-index: 3;
  top: 0;
  left: calc(50% - 800px + 1330px);
  width: 240px;
  height: 300px;
}
#rec1386945801 .tn-elem[data-elem-id="1759567148400"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1386945801 .tn-elem[data-elem-id="1759567148400"] {
    display: table;
    left: calc(50% - 610px + 1020px);
    width: 180px;
    height: 220px;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386945801 .tn-elem[data-elem-id="1759567148400"] {
    display: table;
    left: calc(50% - 480px + 770px);
  }
}
@media screen and (max-width: 959px) {
  #rec1386945801 .tn-elem[data-elem-id="1759567148400"] {
    display: table;
    left: calc(50% - 320px + 410px);
    width: 220px;
    height: 280px;
  }
}
@media screen and (max-width: 639px) {
  #rec1386945801 .tn-elem[data-elem-id="1759567148400"] {
    display: table;
    top: 0;
    left: calc(50% - 240px + 350px);
    width: 120px;
    height: 150px;
  }
}
@media screen and (max-width: 479px) {
  #rec1386945801 .tn-elem[data-elem-id="1759567148400"] {
    display: table;
    left: calc(50% - 180px + 230px);
  }
}
#rec1386945801 .tn-elem[data-elem-id="1759567284041"] {
  z-index: 3;
  top: 360px;
  left: calc(50% - 800px + 810px);
  width: 760px;
  height: 1px;
}
#rec1386945801 .tn-elem[data-elem-id="1759567284041"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1386945801 .tn-elem[data-elem-id="1759567284041"] {
    display: table;
    top: 280px;
    left: calc(50% - 610px + 620px);
    width: 580px;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386945801 .tn-elem[data-elem-id="1759567284041"] {
    display: table;
    top: 252px;
    left: calc(50% - 480px + 490px);
    width: 460px;
  }
}
@media screen and (max-width: 959px) {
  #rec1386945801 .tn-elem[data-elem-id="1759567284041"] {
    display: table;
    top: 312px;
    left: calc(50% - 320px + 10px);
    width: 620px;
  }
}
@media screen and (max-width: 639px) {
  #rec1386945801 .tn-elem[data-elem-id="1759567284041"] {
    display: table;
    top: 182px;
    width: 460px;
  }
}
@media screen and (max-width: 479px) {
  #rec1386945801 .tn-elem[data-elem-id="1759567284041"] {
    display: table;
    top: 445px;
    left: calc(50% - 180px + 16px);
    width: 328px;
    height: 1px;
  }
}
#rec1386945801 .tn-elem[data-elem-id="175956724967457400"] {
  z-index: 3;
  top: 0;
  left: calc(50% - 800px + 30px);
  width: 630px;
  height: 840px;
}
#rec1386945801 .tn-elem[data-elem-id="175956724967457400"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1386945801 .tn-elem[data-elem-id="175956724967457400"] {
    display: table;
    left: calc(50% - 610px + 20px);
    width: 581px;
    height: 780px;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386945801 .tn-elem[data-elem-id="175956724967457400"] {
    display: table;
    left: calc(50% - 480px + 10px);
    width: 460px;
    height: 620px;
  }
}
@media screen and (max-width: 959px) {
  #rec1386945801 .tn-elem[data-elem-id="175956724967457400"] {
    display: table;
    top: 345px;
    width: 380px;
    height: 500px;
  }
}
@media screen and (max-width: 639px) {
  #rec1386945801 .tn-elem[data-elem-id="175956724967457400"] {
    display: table;
    top: 331px;
  }
}
@media screen and (max-width: 479px) {
  #rec1386945801 .tn-elem[data-elem-id="175956724967457400"] {
    display: table;
    top: 426px;
    left: calc(50% - 180px + 16px);
    width: 328px;
    height: 500px;
  }
}
#rec1386945801 .tn-group[data-group-id="175956732926340240"] {
  z-index: 3;
  position: absolute;
  top: 646px;
  left: calc(50% - 800px + 1200px);
  width: 370px;
  height: 194px;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1386945801 .tn-group[data-group-id="175956732926340240"] #molecule-175956732926340240 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgb(224 72 26);
}
@media screen and (max-width: 1599px) {
  #rec1386945801 .tn-group[data-group-id="175956732926340240"] {
    display: flex;
    top: 610px;
    left: calc(50% - 610px + 620px);
    width: 583px;
    height: 170px;
  }
  #rec1386945801 .tn-group[data-group-id="175956732926340240"] #molecule-175956732926340240 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386945801 .tn-group[data-group-id="175956732926340240"] {
    display: flex;
    top: 434px;
    left: calc(50% - 480px + 490px);
    width: 460px;
    height: 186px;
  }
  #rec1386945801 .tn-group[data-group-id="175956732926340240"] #molecule-175956732926340240 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 959px) {
  #rec1386945801 .tn-group[data-group-id="175956732926340240"] {
    display: flex;
    top: 877px;
    left: calc(50% - 320px + 10px);
    width: 620px;
    height: 124px;
  }
  #rec1386945801 .tn-group[data-group-id="175956732926340240"] #molecule-175956732926340240 {
    display: flex;
    row-gap: 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1386945801 .tn-group[data-group-id="175956732926340240"] {
    display: flex;
    top: 863px;
    left: calc(50% - 240px + 10px);
    width: 460px;
    height: 143px;
  }
  #rec1386945801 .tn-group[data-group-id="175956732926340240"] #molecule-175956732926340240 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1386945801 .tn-group[data-group-id="175956732926340240"] {
    display: flex;
    top: 938px;
    left: calc(50% - 180px + 16px);
    width: 328px;
    height: 158px;
  }
  #rec1386945801 .tn-group[data-group-id="175956732926340240"] #molecule-175956732926340240 {
    display: flex;
  }
}
#rec1386945801 .tn-elem[data-elem-id="175956738719681140"] {
  color: #fff;
  text-align: center;
  z-index: 3;
  top: 136px;
  left: 20px;
  width: 160px;
  flex-shrink: 0;
  height: 36px;
  margin: 0 0 0 0;
}
#rec1386945801 .tn-elem[data-elem-id="175956738719681140"] .tn-atom {
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
@media (hover), (min-width: 0\0) {
  #rec1386945801 .tn-elem[data-elem-id="175956738719681140"] .tn-atom:hover {
    background-color: #c3370d;
    background-image: none;
  }
}
@media screen and (max-width: 1599px) {
  #rec1386945801 .tn-elem[data-elem-id="175956738719681140"] {
    display: table;
    top: 112px;
    left: 20px;
    width: 240px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386945801 .tn-elem[data-elem-id="175956738719681140"] {
    display: table;
    top: 132px;
    left: 16px;
    width: 240px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1386945801 .tn-elem[data-elem-id="175956738719681140"] {
    display: table;
    top: 70px;
    left: 16px;
    width: 160px;
    height: 36px;
    flex-shrink: 0;
  }
  #rec1386945801 .tn-elem[data-elem-id="175956738719681140"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1386945801 .tn-elem[data-elem-id="175956738719681140"] {
    display: table;
    top: 89px;
    left: 16px;
    width: 160px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1386945801 .tn-elem[data-elem-id="175956738719681140"] {
    display: table;
    top: 108px;
    left: 16px;
    width: 160px;
    height: 32px;
    flex-shrink: 0;
  }
}
#rec1386945801 .tn-elem[data-elem-id="175956732927139190"] {
  z-index: 3;
  top: -13px;
  left: 6px;
  width: 23px;
  flex-shrink: 0;
  height: auto;
}
#rec1386945801 .tn-elem[data-elem-id="175956732927139190"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1386945801 .tn-elem[data-elem-id="175956732927139190"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1386945801 .tn-elem[data-elem-id="175956732927139190"] {
    display: table;
    top: -13px;
    left: 9px;
    width: 23px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386945801 .tn-elem[data-elem-id="175956732927139190"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1386945801 .tn-elem[data-elem-id="175956732927139190"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1386945801 .tn-elem[data-elem-id="175956732927139190"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1386945801 .tn-elem[data-elem-id="175956732927139190"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1386945801 .tn-elem[data-elem-id="175956732926339440"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1386945801 .tn-elem[data-elem-id="175956732926339440"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1386945801 .tn-elem[data-elem-id="175956732926339440"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    margin: 0 0 0 0;
  }
  #rec1386945801 .tn-elem[data-elem-id="175956732926339440"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386945801 .tn-elem[data-elem-id="175956732926339440"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1386945801 .tn-elem[data-elem-id="175956732926339440"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1386945801 .tn-elem[data-elem-id="175956732926339440"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1386945801 .tn-elem[data-elem-id="175956732926339440"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1386945801 .tn-elem[data-elem-id="175956732926339440"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1386945801 .tn-elem[data-elem-id="175956881463423640"] {
  z-index: 3;
  top: -13px;
  left: calc(50% - 800px + 48px);
  width: 22px;
  height: auto;
}
#rec1386945801 .tn-elem[data-elem-id="175956881463423640"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1386945801 .tn-elem[data-elem-id="175956881463423640"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1386945801 .tn-elem[data-elem-id="175956881463423640"] {
    display: table;
    top: -12px;
    left: calc(50% - 610px + 33px);
    width: 22px;
    height: auto;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386945801 .tn-elem[data-elem-id="175956881463423640"] {
    display: table;
    top: -13px;
    left: calc(50% - 480px + 21px);
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  #rec1386945801 .tn-elem[data-elem-id="175956881463423640"] {
    display: table;
    top: 337px;
    left: calc(50% - 320px + 23px);
    width: 16px;
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  #rec1386945801 .tn-elem[data-elem-id="175956881463423640"] {
    display: table;
    top: 319px;
    left: calc(50% - 240px + 18px);
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  #rec1386945801 .tn-elem[data-elem-id="175956881463423640"] {
    display: table;
    top: 418px;
    left: calc(50% - 180px + 22px);
    height: auto;
  }
}
#rec1386945801 .tn-elem[data-elem-id="175956882988134270"] {
  z-index: 3;
  top: -16px;
  left: calc(50% - 800px + 1345px);
  width: 22px;
  height: auto;
}
#rec1386945801 .tn-elem[data-elem-id="175956882988134270"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1386945801 .tn-elem[data-elem-id="175956882988134270"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1386945801 .tn-elem[data-elem-id="175956882988134270"] {
    display: table;
    top: -15px;
    left: calc(50% - 610px + 1035px);
    width: 22px;
    height: auto;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386945801 .tn-elem[data-elem-id="175956882988134270"] {
    display: table;
    top: -18px;
    left: calc(50% - 480px + 781px);
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  #rec1386945801 .tn-elem[data-elem-id="175956882988134270"] {
    display: table;
    top: -10px;
    left: calc(50% - 320px + 422px);
    width: 16px;
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  #rec1386945801 .tn-elem[data-elem-id="175956882988134270"] {
    display: table;
    top: -10px;
    left: calc(50% - 240px + 362px);
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  #rec1386945801 .tn-elem[data-elem-id="175956882988134270"] {
    display: table;
    top: -5px;
    left: calc(50% - 180px + 239px);
    height: auto;
  }
}
#rec1386945801 .tn-group[data-group-id="175956788543925980"] {
  z-index: 3;
  position: absolute;
  top: 588px;
  left: calc(50% - 800px + 810px);
  width: 152px;
  height: 252px;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1386945801 .tn-group[data-group-id="175956788543925980"] #molecule-175956788543925980 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1386945801 .tn-group[data-group-id="175956788543925980"] {
    display: flex;
    top: 341px;
    left: calc(50% - 610px + 620px);
    width: 505px;
    height: 116px;
  }
  #rec1386945801 .tn-group[data-group-id="175956788543925980"] #molecule-175956788543925980 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: unset;
    column-gap: 20px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386945801 .tn-group[data-group-id="175956788543925980"] {
    display: flex;
    top: 285px;
    left: calc(50% - 480px + 490px);
    width: 460px;
    height: 116px;
  }
  #rec1386945801 .tn-group[data-group-id="175956788543925980"] #molecule-175956788543925980 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1386945801 .tn-group[data-group-id="175956788543925980"] {
    display: flex;
    top: 637px;
    left: calc(50% - 320px + 410px);
    width: 220px;
    height: 208px;
  }
  #rec1386945801 .tn-group[data-group-id="175956788543925980"] #molecule-175956788543925980 {
    display: flex;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 16px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 639px) {
  #rec1386945801 .tn-group[data-group-id="175956788543925980"] {
    display: flex;
    top: 215px;
    left: calc(50% - 240px + 10px);
    width: 356px;
    height: 96px;
  }
  #rec1386945801 .tn-group[data-group-id="175956788543925980"] #molecule-175956788543925980 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: unset;
    column-gap: 16px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 479px) {
  #rec1386945801 .tn-group[data-group-id="175956788543925980"] {
    display: flex;
    top: 298px;
    left: calc(50% - 180px + 16px);
    width: 328px;
    height: 96px;
  }
  #rec1386945801 .tn-group[data-group-id="175956788543925980"] #molecule-175956788543925980 {
    display: flex;
  }
}
#rec1386945801 .tn-group[data-group-id="175956779224986480"] {
  z-index: 3;
  position: absolute;
  top: 204px;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1386945801 .tn-group[data-group-id="175956779224986480"] #molecule-175956779224986480 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1386945801 .tn-group[data-group-id="175956779224986480"] {
    display: flex;
    top: 68px;
    left: 200px;
    width: 180px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386945801 .tn-group[data-group-id="175956779224986480"] #molecule-175956779224986480 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386945801 .tn-group[data-group-id="175956779224986480"] {
    display: flex;
    top: 68px;
    left: 200px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386945801 .tn-group[data-group-id="175956779224986480"] #molecule-175956779224986480 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1386945801 .tn-group[data-group-id="175956779224986480"] {
    display: flex;
    top: 168px;
    left: 0;
    width: 115px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386945801 .tn-group[data-group-id="175956779224986480"] #molecule-175956779224986480 {
    display: flex;
    column-gap: 12px;
  }
}
@media screen and (max-width: 639px) {
  #rec1386945801 .tn-group[data-group-id="175956779224986480"] {
    display: flex;
    top: 56px;
    left: 172px;
    width: 156px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386945801 .tn-group[data-group-id="175956779224986480"] #molecule-175956779224986480 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1386945801 .tn-group[data-group-id="175956779224986480"] {
    display: flex;
    top: 56px;
    left: 172px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386945801 .tn-group[data-group-id="175956779224986480"] #molecule-175956779224986480 {
    display: flex;
  }
}
#rec1386945801 .tn-elem[data-elem-id="1759567712310"] {
  color: #262626;
  z-index: 3;
  top: 7px;
  left: 68px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1386945801 .tn-elem[data-elem-id="1759567712310"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 32px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1386945801 .tn-elem[data-elem-id="1759567712310"] {
    display: table;
    top: 7px;
    left: 68px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386945801 .tn-elem[data-elem-id="1759567712310"] {
    display: table;
    top: 7px;
    left: 68px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1386945801 .tn-elem[data-elem-id="1759567712310"] {
    display: table;
    top: 7px;
    left: 52px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1386945801 .tn-elem[data-elem-id="1759567712310"] .tn-atom {
    font-size: 24px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1386945801 .tn-elem[data-elem-id="1759567712310"] {
    display: table;
    top: 7px;
    left: 52px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1386945801 .tn-elem[data-elem-id="1759567712310"] {
    display: table;
    top: 7px;
    left: 52px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1386945801 .tn-elem[data-elem-id="1759567775289"] {
  z-index: 3;
  top: 0;
  left: 0;
  width: 48px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1386945801 .tn-elem[data-elem-id="1759567775289"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1386945801 .tn-elem[data-elem-id="1759567775289"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1386945801 .tn-elem[data-elem-id="1759567775289"] {
    display: table;
    top: 0;
    left: 0;
    width: 48px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386945801 .tn-elem[data-elem-id="1759567775289"] {
    display: table;
    top: 0;
    left: 0;
    width: 48px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1386945801 .tn-elem[data-elem-id="1759567775289"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1386945801 .tn-elem[data-elem-id="1759567775289"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1386945801 .tn-elem[data-elem-id="1759567775289"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1386945801 .tn-group[data-group-id="175956784372165290"] {
  z-index: 3;
  position: absolute;
  top: 136px;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1386945801 .tn-group[data-group-id="175956784372165290"] #molecule-175956784372165290 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1386945801 .tn-group[data-group-id="175956784372165290"] {
    display: flex;
    top: 68px;
    left: 0;
    width: 180px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386945801 .tn-group[data-group-id="175956784372165290"] #molecule-175956784372165290 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386945801 .tn-group[data-group-id="175956784372165290"] {
    display: flex;
    top: 68px;
    left: 0;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386945801 .tn-group[data-group-id="175956784372165290"] #molecule-175956784372165290 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1386945801 .tn-group[data-group-id="175956784372165290"] {
    display: flex;
    top: 112px;
    left: 0;
    width: 115px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386945801 .tn-group[data-group-id="175956784372165290"] #molecule-175956784372165290 {
    display: flex;
    column-gap: 12px;
  }
}
@media screen and (max-width: 639px) {
  #rec1386945801 .tn-group[data-group-id="175956784372165290"] {
    display: flex;
    top: 56px;
    left: 0;
    width: 156px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386945801 .tn-group[data-group-id="175956784372165290"] #molecule-175956784372165290 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1386945801 .tn-group[data-group-id="175956784372165290"] {
    display: flex;
    top: 56px;
    left: 0;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386945801 .tn-group[data-group-id="175956784372165290"] #molecule-175956784372165290 {
    display: flex;
  }
}
#rec1386945801 .tn-elem[data-elem-id="175956784373123380"] {
  color: #262626;
  z-index: 3;
  top: 7px;
  left: 68px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1386945801 .tn-elem[data-elem-id="175956784373123380"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 32px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784373123380"] {
    display: table;
    top: 7px;
    left: 68px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784373123380"] {
    display: table;
    top: 7px;
    left: 68px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784373123380"] {
    display: table;
    top: 7px;
    left: 52px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1386945801 .tn-elem[data-elem-id="175956784373123380"] .tn-atom {
    font-size: 24px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784373123380"] {
    display: table;
    top: 7px;
    left: 52px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784373123380"] {
    display: table;
    top: 7px;
    left: 52px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1386945801 .tn-elem[data-elem-id="175956784372195420"] {
  z-index: 3;
  top: 0;
  left: 0;
  width: 48px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1386945801 .tn-elem[data-elem-id="175956784372195420"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1386945801 .tn-elem[data-elem-id="175956784372195420"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784372195420"] {
    display: table;
    top: 0;
    left: 0;
    width: 48px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784372195420"] {
    display: table;
    top: 0;
    left: 0;
    width: 48px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784372195420"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784372195420"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784372195420"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1386945801 .tn-group[data-group-id="175956784268248530"] {
  z-index: 3;
  position: absolute;
  top: 68px;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1386945801 .tn-group[data-group-id="175956784268248530"] #molecule-175956784268248530 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1386945801 .tn-group[data-group-id="175956784268248530"] {
    display: flex;
    top: 0;
    left: 200px;
    width: 180px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386945801 .tn-group[data-group-id="175956784268248530"] #molecule-175956784268248530 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386945801 .tn-group[data-group-id="175956784268248530"] {
    display: flex;
    top: 0;
    left: 200px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386945801 .tn-group[data-group-id="175956784268248530"] #molecule-175956784268248530 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1386945801 .tn-group[data-group-id="175956784268248530"] {
    display: flex;
    top: 56px;
    left: 0;
    width: 115px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386945801 .tn-group[data-group-id="175956784268248530"] #molecule-175956784268248530 {
    display: flex;
    column-gap: 12px;
  }
}
@media screen and (max-width: 639px) {
  #rec1386945801 .tn-group[data-group-id="175956784268248530"] {
    display: flex;
    top: 0;
    left: 172px;
    width: 156px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386945801 .tn-group[data-group-id="175956784268248530"] #molecule-175956784268248530 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1386945801 .tn-group[data-group-id="175956784268248530"] {
    display: flex;
    top: 0;
    left: 172px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386945801 .tn-group[data-group-id="175956784268248530"] #molecule-175956784268248530 {
    display: flex;
  }
}
#rec1386945801 .tn-elem[data-elem-id="175956784268760930"] {
  color: #262626;
  z-index: 3;
  top: 7px;
  left: 68px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1386945801 .tn-elem[data-elem-id="175956784268760930"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 32px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784268760930"] {
    display: table;
    top: 7px;
    left: 68px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784268760930"] {
    display: table;
    top: 7px;
    left: 68px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784268760930"] {
    display: table;
    top: 7px;
    left: 52px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1386945801 .tn-elem[data-elem-id="175956784268760930"] .tn-atom {
    font-size: 24px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784268760930"] {
    display: table;
    top: 7px;
    left: 52px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784268760930"] {
    display: table;
    top: 7px;
    left: 52px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1386945801 .tn-elem[data-elem-id="175956784268293070"] {
  z-index: 3;
  top: 0;
  left: 0;
  width: 48px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1386945801 .tn-elem[data-elem-id="175956784268293070"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1386945801 .tn-elem[data-elem-id="175956784268293070"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784268293070"] {
    display: table;
    top: 0;
    left: 0;
    width: 48px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784268293070"] {
    display: table;
    top: 0;
    left: 0;
    width: 48px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784268293070"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784268293070"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784268293070"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1386945801 .tn-group[data-group-id="175956784092236450"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1386945801 .tn-group[data-group-id="175956784092236450"] #molecule-175956784092236450 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1386945801 .tn-group[data-group-id="175956784092236450"] {
    display: flex;
    top: 0;
    left: 0;
    width: 180px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386945801 .tn-group[data-group-id="175956784092236450"] #molecule-175956784092236450 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386945801 .tn-group[data-group-id="175956784092236450"] {
    display: flex;
    top: 0;
    left: 0;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386945801 .tn-group[data-group-id="175956784092236450"] #molecule-175956784092236450 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1386945801 .tn-group[data-group-id="175956784092236450"] {
    display: flex;
    top: 0;
    left: 0;
    width: 115px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386945801 .tn-group[data-group-id="175956784092236450"] #molecule-175956784092236450 {
    display: flex;
    column-gap: 12px;
  }
}
@media screen and (max-width: 639px) {
  #rec1386945801 .tn-group[data-group-id="175956784092236450"] {
    display: flex;
    top: 0;
    left: 0;
    width: 156px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386945801 .tn-group[data-group-id="175956784092236450"] #molecule-175956784092236450 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1386945801 .tn-group[data-group-id="175956784092236450"] {
    display: flex;
    top: 0;
    left: 0;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1386945801 .tn-group[data-group-id="175956784092236450"] #molecule-175956784092236450 {
    display: flex;
  }
}
#rec1386945801 .tn-elem[data-elem-id="175956784093343410"] {
  color: #262626;
  z-index: 3;
  top: 7px;
  left: 68px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1386945801 .tn-elem[data-elem-id="175956784093343410"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 32px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784093343410"] {
    display: table;
    top: 7px;
    left: 68px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784093343410"] {
    display: table;
    top: 7px;
    left: 68px;
    width: auto;
    height: auto;
    flex-shrink: 0;
    margin: 0 0 0 0;
  }
  #rec1386945801 .tn-elem[data-elem-id="175956784093343410"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784093343410"] {
    display: table;
    top: 7px;
    left: 52px;
    width: auto;
    height: auto;
    flex-shrink: 0;
    margin: 0 0 0 0;
  }
  #rec1386945801 .tn-elem[data-elem-id="175956784093343410"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    font-size: 24px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784093343410"] {
    display: table;
    top: 7px;
    left: 52px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784093343410"] {
    display: table;
    top: 7px;
    left: 52px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1386945801 .tn-elem[data-elem-id="175956784092338460"] {
  z-index: 3;
  top: 0;
  left: 0;
  width: 48px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1386945801 .tn-elem[data-elem-id="175956784092338460"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1386945801 .tn-elem[data-elem-id="175956784092338460"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784092338460"] {
    display: table;
    top: 0;
    left: 0;
    width: 48px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784092338460"] {
    display: table;
    top: 0;
    left: 0;
    width: 48px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784092338460"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784092338460"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1386945801 .tn-elem[data-elem-id="175956784092338460"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1386945801 .tn-elem[data-elem-id="1759570085442"] {
  z-index: 3;
  top: 535px;
  left: calc(50% - 800px + 992px);
  width: 136px;
  height: auto;
}
#rec1386945801 .tn-elem[data-elem-id="1759570085442"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1386945801 .tn-elem[data-elem-id="1759570085442"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1386945801 .tn-elem[data-elem-id="1759570085442"] {
    display: table;
    top: 333px;
    left: calc(50% - 610px + 1001px);
    width: 136px;
    height: auto;
  }
}
@media screen and (max-width: 1219px) {
  #rec1386945801 .tn-elem[data-elem-id="1759570085442"] {
    display: table;
    top: 283px;
    left: calc(50% - 480px + 851px);
    width: 102px;
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  #rec1386945801 .tn-elem[data-elem-id="1759570085442"] {
    display: table;
    top: 533px;
    left: calc(50% - 320px + 481px);
    width: 132px;
    height: auto;
  }
  #rec1386945801 .tn-elem[data-elem-id="1759570085442"] .tn-atom {
    background-size: cover;
    -webkit-transform: rotate(350deg);
    -moz-transform: rotate(350deg);
    transform: rotate(350deg);
  }
}
@media screen and (max-width: 639px) {
  #rec1386945801 .tn-elem[data-elem-id="1759570085442"] {
    display: table;
    top: 215px;
    left: calc(50% - 240px + 356px);
    width: 114px;
    height: auto;
  }
  #rec1386945801 .tn-elem[data-elem-id="1759570085442"] .tn-atom {
    background-size: cover;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 479px) {
  #rec1386945801 .tn-elem[data-elem-id="1759570085442"] {
    display: table;
    top: 185px;
    left: calc(50% - 180px + 230px);
    height: auto;
  }
  #rec1386945801 .tn-elem[data-elem-id="1759570085442"] .tn-atom {
    background-size: cover;
    -webkit-transform: rotate(342deg);
    -moz-transform: rotate(342deg);
    transform: rotate(342deg);
  }
}
#rec1387093691 .t396__artboard {
  height: 922px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  column-gap: calc(20px * var(--zoom, 1));
  row-gap: calc(20px * var(--zoom, 1));
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(60px * var(--zoom, 1));
  padding-bottom: calc(20px * var(--zoom, 1));
  width: auto;
}
#rec1387093691 .t396__filter {
  height: 922px;
}
#rec1387093691 .t396__carrier {
  height: 922px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .t396__artboard,
  #rec1387093691 .t396__filter,
  #rec1387093691 .t396__carrier {
    height: 1322px;
  }
  #rec1387093691 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1387093691 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .t396__artboard,
  #rec1387093691 .t396__filter,
  #rec1387093691 .t396__carrier {
    height: 1128px;
  }
  #rec1387093691 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1387093691 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .t396__artboard,
  #rec1387093691 .t396__filter,
  #rec1387093691 .t396__carrier {
    height: 1403px;
  }
  #rec1387093691 .t396__artboard {
    display: flex;
    align-items: flex-start;
    row-gap: calc(20px * var(--zoom, 1));
  }
  #rec1387093691 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(32px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1387093691 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .t396__artboard,
  #rec1387093691 .t396__filter,
  #rec1387093691 .t396__carrier {
    height: 1908px;
  }
  #rec1387093691 .t396__artboard {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: calc(8px * var(--zoom, 1));
  }
  #rec1387093691 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(32px * var(--zoom, 1));
    padding-bottom: calc(8px * var(--zoom, 1));
    width: auto;
  }
  #rec1387093691 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .t396__artboard,
  #rec1387093691 .t396__filter,
  #rec1387093691 .t396__carrier {
    height: 1932px;
  }
  #rec1387093691 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(32px * var(--zoom, 1));
    padding-bottom: calc(8px * var(--zoom, 1));
    width: auto;
  }
  #rec1387093691 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1387093691 .tn-group[data-group-id="175957080734278360"] {
  z-index: 3;
  position: absolute;
  top: 60px;
  left: calc(50% - 800px + 30px);
  width: 500px;
  height: 440px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1387093691 .tn-group[data-group-id="175957080734278360"] #molecule-175957080734278360 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 32px;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #262626;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957080734278360"] {
    display: flex;
    top: 60px;
    left: calc(50% - 610px + 20px);
    width: 380px;
    height: 402px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957080734278360"] #molecule-175957080734278360 {
    display: flex;
    row-gap: 20px;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957080734278360"] {
    display: flex;
    top: 60px;
    left: calc(50% - 480px + 10px);
    width: 460px;
    height: 251px;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
  }
  #rec1387093691 .tn-group[data-group-id="175957080734278360"] #molecule-175957080734278360 {
    display: flex;
    overflow: visible visible;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 20px 20px 20px 20px;
    background-color: #262626;
    background-position: center center;
    border-width: 0;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957080734278360"] {
    display: flex;
    top: 32px;
    left: calc(50% - 320px + 10px);
    width: 300px;
    height: 311px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957080734278360"] #molecule-175957080734278360 {
    display: flex;
    row-gap: 16px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957080734278360"] {
    display: flex;
    top: 32px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957080734278360"] #molecule-175957080734278360 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957080734278360"] {
    display: flex;
    top: 32px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957080734278360"] #molecule-175957080734278360 {
    display: flex;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957080736171980"] {
  color: #fff;
  text-align: center;
  z-index: 3;
  top: 324px;
  left: 60px;
  width: 380px;
  flex-shrink: 0;
  height: 56px;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957080736171980"] .tn-atom {
  color: #fff;
  font-size: 24px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
@media (hover), (min-width: 0\0) {
  #rec1387093691 .tn-elem[data-elem-id="175957080736171980"] .tn-atom:hover {
    background-color: #c3370d;
    background-image: none;
  }
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957080736171980"] {
    display: table;
    top: 317px;
    left: 20px;
    width: 340px;
    height: 56px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957080736171980"] {
    display: table;
    top: 181px;
    left: 20px;
    width: 300px;
    height: 48px;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957080736171980"] .tn-atom {
    font-size: 18px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957080736171980"] {
    display: table;
    top: 233px;
    left: 16px;
    width: 100%;
    height: 48px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957080736171980"] {
    display: table;
    top: 169px;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957080736171980"] {
    display: table;
    top: 214px;
    left: 16px;
    width: 100%;
    height: 48px;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957080735241140"] {
  color: #fff;
  text-align: center;
  z-index: 3;
  top: 172px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957080735241140"] .tn-atom {
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957080735241140"] {
    display: table;
    top: 129px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957080735241140"] {
    display: table;
    top: 66px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957080735241140"] {
    text-align: left;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957080735241140"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957080735241140"] {
    display: table;
    top: 84px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957080735241140"] {
    display: table;
    top: 58px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957080735241140"] {
    display: table;
    top: 84px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957080734241200"] {
  color: #fff;
  text-align: center;
  z-index: 3;
  top: 60px;
  left: 79px;
  width: 342px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957080734241200"] .tn-atom {
  vertical-align: middle;
  color: #fff;
  font-size: 40px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957080734241200"] {
    display: table;
    top: 29px;
    left: 19px;
    width: 342px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957080734241200"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957080734241200"] {
    text-align: left;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957080734241200"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 24px;
    line-height: 1.1;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957080734241200"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 205px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957080734241200"] {
    text-align: left;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957080734241200"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957080734241200"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957080734241200"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957080734241200"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 213px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957080734241200"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1387093691 .tn-group[data-group-id="175957167089693840"] {
  z-index: 3;
  position: absolute;
  top: 60px;
  left: calc(50% - 800px + 550px);
  width: 500px;
  height: 440px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1387093691 .tn-group[data-group-id="175957167089693840"] #molecule-175957167089693840 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgb(224 72 26);
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957167089693840"] {
    display: flex;
    top: 60px;
    left: calc(50% - 610px + 420px);
    width: 780px;
    height: 402px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167089693840"] #molecule-175957167089693840 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957167089693840"] {
    display: flex;
    top: 60px;
    left: calc(50% - 480px + 490px);
    width: 460px;
    height: auto;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
  }
  #rec1387093691 .tn-group[data-group-id="175957167089693840"] #molecule-175957167089693840 {
    display: flex;
    overflow: visible visible;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 0;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-color: #fff;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957167089693840"] {
    display: flex;
    top: 32px;
    left: calc(50% - 320px + 330px);
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167089693840"] #molecule-175957167089693840 {
    display: flex;
    row-gap: 0;
    padding: 0 0 0 0;
    border-width: 1px;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957167089693840"] {
    display: flex;
    top: 273px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167089693840"] #molecule-175957167089693840 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957167089693840"] {
    display: flex;
    top: 318px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167089693840"] #molecule-175957167089693840 {
    display: flex;
  }
}
#rec1387093691 .tn-group[data-group-id="175957167098546770"] {
  z-index: 3;
  position: absolute;
  top: 101px;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-group[data-group-id="175957167098546770"] #molecule-175957167098546770 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957167098546770"] {
    display: flex;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167098546770"] #molecule-175957167098546770 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957167098546770"] {
    display: flex;
    top: 96px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167098546770"] #molecule-175957167098546770 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957167098546770"] {
    display: flex;
    top: 84px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167098546770"] #molecule-175957167098546770 {
    display: flex;
    padding: 0 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957167098546770"] {
    display: flex;
    top: 84px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167098546770"] #molecule-175957167098546770 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957167098546770"] {
    display: flex;
    top: 84px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167098546770"] #molecule-175957167098546770 {
    display: flex;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957167098532440"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 20px;
  width: 458px;
  flex-shrink: 0;
  height: 216px;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957167098532440"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957167098532440"] {
    display: table;
    left: 20px;
    width: 485px;
    height: 216px;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957167098532440"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957167098532440"] {
    display: table;
    top: 0;
    left: 20px;
    width: 100%;
    height: 133px;
    flex-shrink: 1;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957167098532440"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957167098532440"] {
    display: table;
    top: 0;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957167098532440"] {
    display: table;
    top: 0;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957167098532440"] {
    display: table;
    top: 0;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1387093691 .tn-group[data-group-id="175957167089649540"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-group[data-group-id="175957167089649540"] #molecule-175957167089649540 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957167089649540"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167089649540"] #molecule-175957167089649540 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957167089649540"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167089649540"] #molecule-175957167089649540 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957167089649540"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167089649540"] #molecule-175957167089649540 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957167089649540"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167089649540"] #molecule-175957167089649540 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957167089649540"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167089649540"] #molecule-175957167089649540 {
    display: flex;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957167096632450"] {
  z-index: 3;
  top: 20px;
  left: 446px;
  width: 32px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957167096632450"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1387093691 .tn-elem[data-elem-id="175957167096632450"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957167096632450"] {
    display: table;
    top: 20px;
    left: 726px;
    width: 32px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957167096632450"] {
    display: table;
    top: 20px;
    left: 390px;
    width: 48px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957167096632450"] {
    display: table;
    top: 16px;
    left: 254px;
    width: 28px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957167096632450"] {
    display: table;
    top: 16px;
    left: 414px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957167096632450"] {
    display: table;
    top: 16px;
    left: 282px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-group[data-group-id="175957167089622400"] {
  z-index: 3;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: auto;
  flex-shrink: 1;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1387093691 .tn-group[data-group-id="175957167089622400"] #molecule-175957167089622400 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957167089622400"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167089622400"] #molecule-175957167089622400 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957167089622400"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
  }
  #rec1387093691 .tn-group[data-group-id="175957167089622400"] #molecule-175957167089622400 {
    display: flex;
    overflow: visible visible;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 8px;
    align-items: center;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957167089622400"] {
    display: flex;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167089622400"] #molecule-175957167089622400 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957167089622400"] {
    display: flex;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167089622400"] #molecule-175957167089622400 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957167089622400"] {
    display: flex;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167089622400"] #molecule-175957167089622400 {
    display: flex;
  }
}
#rec1387093691 .tn-group[data-group-id="175957167090656280"] {
  z-index: 3;
  position: absolute;
  top: 37px;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-group[data-group-id="175957167090656280"] #molecule-175957167090656280 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957167090656280"] {
    display: flex;
    top: 37px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167090656280"] #molecule-175957167090656280 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957167090656280"] {
    display: flex;
    top: 32px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
    margin: 0 0 0 0;
  }
  #rec1387093691 .tn-group[data-group-id="175957167090656280"] #molecule-175957167090656280 {
    display: flex;
    overflow: visible visible;
    flex-direction: row;
    flex-wrap: unset;
    column-gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957167090656280"] {
    display: flex;
    top: 32px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167090656280"] #molecule-175957167090656280 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957167090656280"] {
    display: flex;
    top: 32px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167090656280"] #molecule-175957167090656280 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957167090656280"] {
    display: flex;
    top: 32px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167090656280"] #molecule-175957167090656280 {
    display: flex;
  }
}
#rec1387093691 .tn-group[data-group-id="175957167090681720"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1387093691 .tn-group[data-group-id="175957167090681720"] #molecule-175957167090681720 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957167090681720"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167090681720"] #molecule-175957167090681720 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957167090681720"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
  }
  #rec1387093691 .tn-group[data-group-id="175957167090681720"] #molecule-175957167090681720 {
    display: flex;
    overflow: visible visible;
    flex-direction: row;
    flex-wrap: unset;
    column-gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957167090681720"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167090681720"] #molecule-175957167090681720 {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957167090681720"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167090681720"] #molecule-175957167090681720 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957167090681720"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957167090681720"] #molecule-175957167090681720 {
    display: flex;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957167091755470"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 32px;
  width: 100%;
  flex-shrink: 1;
  height: 24px;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957167091755470"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957167091755470"] {
    display: table;
    top: 0;
    left: 32px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957167091755470"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957167091755470"] {
    display: table;
    top: 0;
    left: 32px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957167091755470"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957167091755470"] {
    display: table;
    top: 1px;
    left: 28px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957167091755470"] {
    display: table;
    top: 1px;
    left: 28px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957167091755470"] {
    display: table;
    top: 1px;
    left: 28px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957167090622000"] {
  z-index: 3;
  top: 0;
  left: 0;
  width: 24px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957167090622000"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1387093691 .tn-elem[data-elem-id="175957167090622000"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957167090622000"] {
    display: table;
    top: 0;
    left: 0;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957167090622000"] {
    display: table;
    top: 0;
    left: 0;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957167090622000"] {
    display: table;
    top: 0;
    left: 0;
    width: 20px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957167090622000"] {
    display: table;
    top: 0;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957167090622000"] {
    display: table;
    top: 0;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957167089688860"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 29px;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957167089688860"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 24px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957167089688860"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957167089688860"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957167089688860"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957167089688860"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957167089688860"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957167089688860"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957167089688860"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-group[data-group-id="175957321382664640"] {
  z-index: 3;
  position: absolute;
  top: 60px;
  left: calc(50% - 800px + 1070px);
  width: 500px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1387093691 .tn-group[data-group-id="175957321382664640"] #molecule-175957321382664640 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgb(224 72 26);
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957321382664640"] {
    display: flex;
    top: 482px;
    left: calc(50% - 610px + 20px);
    width: 580px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957321382664640"] #molecule-175957321382664640 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957321382664640"] {
    display: flex;
    top: 331px;
    left: calc(50% - 480px + 10px);
    width: 460px;
    height: auto;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
  }
  #rec1387093691 .tn-group[data-group-id="175957321382664640"] #molecule-175957321382664640 {
    display: flex;
    overflow: visible visible;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 0;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-color: #fff;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957321382664640"] {
    display: flex;
    top: 363px;
    left: calc(50% - 320px + 10px);
    width: 620px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957321382664640"] #molecule-175957321382664640 {
    display: flex;
    row-gap: 0;
    padding: 0 0 0 0;
    border-width: 1px;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957321382664640"] {
    display: flex;
    top: 516px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957321382664640"] #molecule-175957321382664640 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957321382664640"] {
    display: flex;
    top: 637px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957321382664640"] #molecule-175957321382664640 {
    display: flex;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957321392087520"] {
  z-index: 3;
  top: 159px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957321392087520"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1387093691 .tn-elem[data-elem-id="175957321392087520"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957321392087520"] {
    display: table;
    top: 130px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957321392087520"] {
    display: table;
    top: 144px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957321392087520"] {
    display: table;
    top: 108px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957321392087520"] {
    display: table;
    top: 132px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957321392087520"] {
    display: table;
    top: 132px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-group[data-group-id="175957321382657280"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-group[data-group-id="175957321382657280"] #molecule-175957321382657280 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957321382657280"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957321382657280"] #molecule-175957321382657280 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957321382657280"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957321382657280"] #molecule-175957321382657280 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957321382657280"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957321382657280"] #molecule-175957321382657280 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957321382657280"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957321382657280"] #molecule-175957321382657280 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957321382657280"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957321382657280"] #molecule-175957321382657280 {
    display: flex;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957321389954290"] {
  z-index: 3;
  top: 20px;
  left: 446px;
  width: 32px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957321389954290"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1387093691 .tn-elem[data-elem-id="175957321389954290"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957321389954290"] {
    display: table;
    top: 20px;
    left: 526px;
    width: 32px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957321389954290"] {
    display: table;
    top: 20px;
    left: 390px;
    width: 48px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957321389954290"] {
    display: table;
    top: 16px;
    left: 574px;
    width: 28px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957321389954290"] {
    display: table;
    top: 16px;
    left: 414px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957321389954290"] {
    display: table;
    top: 16px;
    left: 282px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-group[data-group-id="175957321382659030"] {
  z-index: 3;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: auto;
  flex-shrink: 1;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1387093691 .tn-group[data-group-id="175957321382659030"] #molecule-175957321382659030 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957321382659030"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957321382659030"] #molecule-175957321382659030 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957321382659030"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
  }
  #rec1387093691 .tn-group[data-group-id="175957321382659030"] #molecule-175957321382659030 {
    display: flex;
    overflow: visible visible;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 8px;
    align-items: center;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957321382659030"] {
    display: flex;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957321382659030"] #molecule-175957321382659030 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957321382659030"] {
    display: flex;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957321382659030"] #molecule-175957321382659030 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957321382659030"] {
    display: flex;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957321382659030"] #molecule-175957321382659030 {
    display: flex;
  }
}
#rec1387093691 .tn-group[data-group-id="175957321383749190"] {
  z-index: 3;
  position: absolute;
  top: 95px;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-group[data-group-id="175957321383749190"] #molecule-175957321383749190 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957321383749190"] {
    display: flex;
    top: 66px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957321383749190"] #molecule-175957321383749190 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957321383749190"] {
    display: flex;
    top: 80px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
    margin: 0 0 0 0;
  }
  #rec1387093691 .tn-group[data-group-id="175957321383749190"] #molecule-175957321383749190 {
    display: flex;
    overflow: visible visible;
    flex-direction: row;
    flex-wrap: unset;
    column-gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957321383749190"] {
    display: flex;
    top: 56px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957321383749190"] #molecule-175957321383749190 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957321383749190"] {
    display: flex;
    top: 80px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957321383749190"] #molecule-175957321383749190 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957321383749190"] {
    display: flex;
    top: 80px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957321383749190"] #molecule-175957321383749190 {
    display: flex;
  }
}
#rec1387093691 .tn-group[data-group-id="175957321383748460"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1387093691 .tn-group[data-group-id="175957321383748460"] #molecule-175957321383748460 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957321383748460"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957321383748460"] #molecule-175957321383748460 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957321383748460"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
  }
  #rec1387093691 .tn-group[data-group-id="175957321383748460"] #molecule-175957321383748460 {
    display: flex;
    overflow: visible visible;
    flex-direction: row;
    flex-wrap: unset;
    column-gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957321383748460"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957321383748460"] #molecule-175957321383748460 {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957321383748460"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957321383748460"] #molecule-175957321383748460 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957321383748460"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957321383748460"] #molecule-175957321383748460 {
    display: flex;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957321384835000"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 32px;
  width: 100%;
  flex-shrink: 1;
  height: 24px;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957321384835000"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957321384835000"] {
    display: table;
    top: 0;
    left: 32px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957321384835000"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957321384835000"] {
    display: table;
    top: 0;
    left: 32px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957321384835000"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957321384835000"] {
    display: table;
    top: 1px;
    left: 28px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957321384835000"] {
    display: table;
    top: 1px;
    left: 28px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957321384835000"] {
    display: table;
    top: 1px;
    left: 28px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957321383768830"] {
  z-index: 3;
  top: 0;
  left: 0;
  width: 24px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957321383768830"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1387093691 .tn-elem[data-elem-id="175957321383768830"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957321383768830"] {
    display: table;
    top: 0;
    left: 0;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957321383768830"] {
    display: table;
    top: 0;
    left: 0;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957321383768830"] {
    display: table;
    top: 0;
    left: 0;
    width: 20px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957321383768830"] {
    display: table;
    top: 0;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957321383768830"] {
    display: table;
    top: 0;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957321382679990"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 87px;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957321382679990"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 24px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957321382679990"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957321382679990"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957321382679990"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957321382679990"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957321382679990"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957321382679990"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957321382679990"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-group[data-group-id="175957308558763850"] {
  z-index: 3;
  position: absolute;
  top: 520px;
  left: calc(50% - 800px + 30px);
  width: 500px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1387093691 .tn-group[data-group-id="175957308558763850"] #molecule-175957308558763850 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgb(224 72 26);
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957308558763850"] {
    display: flex;
    top: 482px;
    left: calc(50% - 610px + 620px);
    width: 580px;
    height: 456px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957308558763850"] #molecule-175957308558763850 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957308558763850"] {
    display: flex;
    top: 331px;
    left: calc(50% - 480px + 490px);
    width: 460px;
    height: 402px;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
  }
  #rec1387093691 .tn-group[data-group-id="175957308558763850"] #molecule-175957308558763850 {
    display: flex;
    overflow: visible visible;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 0;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-color: #fff;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957308558763850"] {
    display: flex;
    top: 839px;
    left: calc(50% - 320px + 10px);
    width: 300px;
    height: 277px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957308558763850"] #molecule-175957308558763850 {
    display: flex;
    row-gap: 0;
    padding: 0 0 0 0;
    border-width: 1px;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957308558763850"] {
    display: flex;
    top: 914px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957308558763850"] #molecule-175957308558763850 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957308558763850"] {
    display: flex;
    top: 962px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957308558763850"] #molecule-175957308558763850 {
    display: flex;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957308568768880"] {
  z-index: 3;
  top: 101px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957308568768880"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1387093691 .tn-elem[data-elem-id="175957308568768880"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957308568768880"] {
    display: table;
    top: 130px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957308568768880"] {
    display: table;
    top: 144px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957308568768880"] {
    display: table;
    top: 108px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957308568768880"] {
    display: table;
    top: 84px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957308568768880"] {
    display: table;
    top: 84px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-group[data-group-id="175957308558715900"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-group[data-group-id="175957308558715900"] #molecule-175957308558715900 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957308558715900"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957308558715900"] #molecule-175957308558715900 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957308558715900"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957308558715900"] #molecule-175957308558715900 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957308558715900"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957308558715900"] #molecule-175957308558715900 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957308558715900"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957308558715900"] #molecule-175957308558715900 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957308558715900"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957308558715900"] #molecule-175957308558715900 {
    display: flex;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957308566872600"] {
  z-index: 3;
  top: 20px;
  left: 446px;
  width: 32px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957308566872600"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1387093691 .tn-elem[data-elem-id="175957308566872600"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957308566872600"] {
    display: table;
    top: 20px;
    left: 526px;
    width: 32px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957308566872600"] {
    display: table;
    top: 20px;
    left: 390px;
    width: 48px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957308566872600"] {
    display: table;
    top: 16px;
    left: 254px;
    width: 28px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957308566872600"] {
    display: table;
    top: 16px;
    left: 414px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957308566872600"] {
    display: table;
    top: 16px;
    left: 282px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-group[data-group-id="175957308558745990"] {
  z-index: 3;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: auto;
  flex-shrink: 1;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1387093691 .tn-group[data-group-id="175957308558745990"] #molecule-175957308558745990 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957308558745990"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957308558745990"] #molecule-175957308558745990 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957308558745990"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
  }
  #rec1387093691 .tn-group[data-group-id="175957308558745990"] #molecule-175957308558745990 {
    display: flex;
    overflow: visible visible;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 8px;
    align-items: center;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957308558745990"] {
    display: flex;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957308558745990"] #molecule-175957308558745990 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957308558745990"] {
    display: flex;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957308558745990"] #molecule-175957308558745990 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957308558745990"] {
    display: flex;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957308558745990"] #molecule-175957308558745990 {
    display: flex;
  }
}
#rec1387093691 .tn-group[data-group-id="175957308559870850"] {
  z-index: 3;
  position: absolute;
  top: 37px;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-group[data-group-id="175957308559870850"] #molecule-175957308559870850 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957308559870850"] {
    display: flex;
    top: 37px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957308559870850"] #molecule-175957308559870850 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957308559870850"] {
    display: flex;
    top: 32px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
    margin: 0 0 0 0;
  }
  #rec1387093691 .tn-group[data-group-id="175957308559870850"] #molecule-175957308559870850 {
    display: flex;
    overflow: visible visible;
    flex-direction: row;
    flex-wrap: unset;
    column-gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957308559870850"] {
    display: flex;
    top: 32px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957308559870850"] #molecule-175957308559870850 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957308559870850"] {
    display: flex;
    top: 32px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957308559870850"] #molecule-175957308559870850 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957308559870850"] {
    display: flex;
    top: 32px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957308559870850"] #molecule-175957308559870850 {
    display: flex;
  }
}
#rec1387093691 .tn-group[data-group-id="175957308559896550"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1387093691 .tn-group[data-group-id="175957308559896550"] #molecule-175957308559896550 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957308559896550"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957308559896550"] #molecule-175957308559896550 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957308559896550"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
  }
  #rec1387093691 .tn-group[data-group-id="175957308559896550"] #molecule-175957308559896550 {
    display: flex;
    overflow: visible visible;
    flex-direction: row;
    flex-wrap: unset;
    column-gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957308559896550"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957308559896550"] #molecule-175957308559896550 {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957308559896550"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957308559896550"] #molecule-175957308559896550 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957308559896550"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957308559896550"] #molecule-175957308559896550 {
    display: flex;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957308560937830"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 32px;
  width: 100%;
  flex-shrink: 1;
  height: 24px;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957308560937830"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957308560937830"] {
    display: table;
    top: 0;
    left: 32px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957308560937830"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957308560937830"] {
    display: table;
    top: 0;
    left: 32px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957308560937830"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957308560937830"] {
    display: table;
    top: 1px;
    left: 28px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957308560937830"] {
    display: table;
    top: 1px;
    left: 28px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957308560937830"] {
    display: table;
    top: 1px;
    left: 28px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957308559864990"] {
  z-index: 3;
  top: 0;
  left: 0;
  width: 24px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957308559864990"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1387093691 .tn-elem[data-elem-id="175957308559864990"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957308559864990"] {
    display: table;
    top: 0;
    left: 0;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957308559864990"] {
    display: table;
    top: 0;
    left: 0;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957308559864990"] {
    display: table;
    top: 0;
    left: 0;
    width: 20px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957308559864990"] {
    display: table;
    top: 0;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957308559864990"] {
    display: table;
    top: 0;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957308558713670"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957308558713670"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 24px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957308558713670"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957308558713670"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957308558713670"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957308558713670"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957308558713670"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957308558713670"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957308558713670"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-group[data-group-id="175957151397457500"] {
  z-index: 3;
  position: absolute;
  top: 520px;
  left: calc(50% - 800px + 550px);
  width: 500px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1387093691 .tn-group[data-group-id="175957151397457500"] #molecule-175957151397457500 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgb(224 72 26);
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957151397457500"] {
    display: flex;
    top: 958px;
    left: calc(50% - 610px + 20px);
    width: 380px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957151397457500"] #molecule-175957151397457500 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957151397457500"] {
    display: flex;
    top: 753px;
    left: calc(50% - 480px + 10px);
    width: 460px;
    height: auto;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
  }
  #rec1387093691 .tn-group[data-group-id="175957151397457500"] #molecule-175957151397457500 {
    display: flex;
    overflow: visible visible;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 0;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-color: #fff;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957151397457500"] {
    display: flex;
    top: 839px;
    left: calc(50% - 320px + 330px);
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957151397457500"] #molecule-175957151397457500 {
    display: flex;
    row-gap: 0;
    padding: 0 0 0 0;
    border-width: 1px;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957151397457500"] {
    display: flex;
    top: 1265px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957151397457500"] #molecule-175957151397457500 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957151397457500"] {
    display: flex;
    top: 1238px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957151397457500"] #molecule-175957151397457500 {
    display: flex;
  }
}
#rec1387093691 .tn-elem[data-elem-id="1759571785627"] {
  z-index: 3;
  top: 101px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="1759571785627"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1387093691 .tn-elem[data-elem-id="1759571785627"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="1759571785627"] {
    display: table;
    top: 130px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="1759571785627"] {
    display: table;
    top: 96px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="1759571785627"] {
    display: table;
    top: 108px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="1759571785627"] {
    display: table;
    top: 84px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="1759571785627"] {
    display: table;
    top: 108px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-group[data-group-id="175957151397425630"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-group[data-group-id="175957151397425630"] #molecule-175957151397425630 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957151397425630"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957151397425630"] #molecule-175957151397425630 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957151397425630"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957151397425630"] #molecule-175957151397425630 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957151397425630"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957151397425630"] #molecule-175957151397425630 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957151397425630"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957151397425630"] #molecule-175957151397425630 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957151397425630"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957151397425630"] #molecule-175957151397425630 {
    display: flex;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957151408397530"] {
  z-index: 3;
  top: 20px;
  left: 446px;
  width: 32px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957151408397530"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1387093691 .tn-elem[data-elem-id="175957151408397530"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957151408397530"] {
    display: table;
    top: 20px;
    left: 326px;
    width: 32px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957151408397530"] {
    display: table;
    top: 20px;
    left: 390px;
    width: 48px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957151408397530"] {
    display: table;
    top: 16px;
    left: 254px;
    width: 28px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957151408397530"] {
    display: table;
    top: 16px;
    left: 414px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957151408397530"] {
    display: table;
    top: 16px;
    left: 282px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-group[data-group-id="175957151397468550"] {
  z-index: 3;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: auto;
  flex-shrink: 1;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1387093691 .tn-group[data-group-id="175957151397468550"] #molecule-175957151397468550 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957151397468550"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957151397468550"] #molecule-175957151397468550 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957151397468550"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
  }
  #rec1387093691 .tn-group[data-group-id="175957151397468550"] #molecule-175957151397468550 {
    display: flex;
    overflow: visible visible;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 8px;
    align-items: center;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957151397468550"] {
    display: flex;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957151397468550"] #molecule-175957151397468550 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957151397468550"] {
    display: flex;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957151397468550"] #molecule-175957151397468550 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957151397468550"] {
    display: flex;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957151397468550"] #molecule-175957151397468550 {
    display: flex;
  }
}
#rec1387093691 .tn-group[data-group-id="175957151398732910"] {
  z-index: 3;
  position: absolute;
  top: 37px;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-group[data-group-id="175957151398732910"] #molecule-175957151398732910 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957151398732910"] {
    display: flex;
    top: 66px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957151398732910"] #molecule-175957151398732910 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957151398732910"] {
    display: flex;
    top: 32px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
    margin: 0 0 0 0;
  }
  #rec1387093691 .tn-group[data-group-id="175957151398732910"] #molecule-175957151398732910 {
    display: flex;
    overflow: visible visible;
    flex-direction: row;
    flex-wrap: unset;
    column-gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957151398732910"] {
    display: flex;
    top: 56px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957151398732910"] #molecule-175957151398732910 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957151398732910"] {
    display: flex;
    top: 32px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957151398732910"] #molecule-175957151398732910 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957151398732910"] {
    display: flex;
    top: 56px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957151398732910"] #molecule-175957151398732910 {
    display: flex;
  }
}
#rec1387093691 .tn-group[data-group-id="175957151398779380"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1387093691 .tn-group[data-group-id="175957151398779380"] #molecule-175957151398779380 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957151398779380"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957151398779380"] #molecule-175957151398779380 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957151398779380"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
  }
  #rec1387093691 .tn-group[data-group-id="175957151398779380"] #molecule-175957151398779380 {
    display: flex;
    overflow: visible visible;
    flex-direction: row;
    flex-wrap: unset;
    column-gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957151398779380"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957151398779380"] #molecule-175957151398779380 {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957151398779380"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957151398779380"] #molecule-175957151398779380 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957151398779380"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957151398779380"] #molecule-175957151398779380 {
    display: flex;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957151399813340"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 32px;
  width: 100%;
  flex-shrink: 1;
  height: 24px;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957151399813340"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957151399813340"] {
    display: table;
    top: 0;
    left: 32px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957151399813340"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957151399813340"] {
    display: table;
    top: 0;
    left: 32px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957151399813340"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957151399813340"] {
    display: table;
    top: 1px;
    left: 28px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957151399813340"] {
    display: table;
    top: 1px;
    left: 28px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957151399813340"] {
    display: table;
    top: 1px;
    left: 28px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957151398774710"] {
  z-index: 3;
  top: 0;
  left: 0;
  width: 24px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957151398774710"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1387093691 .tn-elem[data-elem-id="175957151398774710"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957151398774710"] {
    display: table;
    top: 0;
    left: 0;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957151398774710"] {
    display: table;
    top: 0;
    left: 0;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957151398774710"] {
    display: table;
    top: 0;
    left: 0;
    width: 20px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957151398774710"] {
    display: table;
    top: 0;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957151398774710"] {
    display: table;
    top: 0;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957151397493450"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957151397493450"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 24px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957151397493450"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957151397493450"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957151397493450"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957151397493450"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957151397493450"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957151397493450"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957151397493450"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-group[data-group-id="175957351358755610"] {
  z-index: 3;
  position: absolute;
  top: 520px;
  left: calc(50% - 800px + 1070px);
  width: 500px;
  height: 382px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1387093691 .tn-group[data-group-id="175957351358755610"] #molecule-175957351358755610 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgb(224 72 26);
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957351358755610"] {
    display: flex;
    top: 958px;
    left: calc(50% - 610px + 420px);
    width: 780px;
    height: 344px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351358755610"] #molecule-175957351358755610 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957351358755610"] {
    display: flex;
    top: 753px;
    left: calc(50% - 480px + 490px);
    width: 460px;
    height: 354px;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
  }
  #rec1387093691 .tn-group[data-group-id="175957351358755610"] #molecule-175957351358755610 {
    display: flex;
    overflow: visible visible;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 0;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-color: #fff;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957351358755610"] {
    display: flex;
    top: 1136px;
    left: calc(50% - 320px + 10px);
    width: 620px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351358755610"] #molecule-175957351358755610 {
    display: flex;
    row-gap: 0;
    padding: 0 0 0 0;
    border-width: 1px;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957351358755610"] {
    display: flex;
    top: 1615px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351358755610"] #molecule-175957351358755610 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957351358755610"] {
    display: flex;
    top: 1539px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351358755610"] #molecule-175957351358755610 {
    display: flex;
  }
}
#rec1387093691 .tn-group[data-group-id="175957351369857260"] {
  z-index: 3;
  position: absolute;
  top: 101px;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-group[data-group-id="175957351369857260"] #molecule-175957351369857260 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957351369857260"] {
    display: flex;
    top: 101px;
    left: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351369857260"] #molecule-175957351369857260 {
    display: flex;
    overflow: visible visible;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957351369857260"] {
    display: flex;
    top: 96px;
    left: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351369857260"] #molecule-175957351369857260 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957351369857260"] {
    display: flex;
    top: 84px;
    left: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351369857260"] #molecule-175957351369857260 {
    display: flex;
    padding: 0 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957351369857260"] {
    display: flex;
    top: 84px;
    left: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351369857260"] #molecule-175957351369857260 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957351369857260"] {
    display: flex;
    top: 108px;
    left: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351369857260"] #molecule-175957351369857260 {
    display: flex;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957357058214390"] {
  color: #e0481a;
  z-index: 3;
  top: 228px;
  left: 20px;
  width: 458px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957357058214390"] .tn-atom {
  vertical-align: middle;
  color: #e0481a;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957357058214390"] {
    display: table;
    top: 156px;
    left: 20px;
    width: 338px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957357058214390"] {
    display: table;
    top: 164px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957357058214390"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957357058214390"] {
    display: table;
    top: 126px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957357058214390"] {
    display: table;
    top: 164px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957357058214390"] {
    display: table;
    top: 240px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957351369838190"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 20px;
  width: 458px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957351369838190"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957351369838190"] {
    display: table;
    top: 0;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957351369838190"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957351369838190"] {
    display: table;
    top: 0;
    left: 20px;
    width: 100%;
    height: 152px;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957351369838190"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957351369838190"] {
    display: table;
    top: 0;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957351369838190"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957351369838190"] {
    display: table;
    top: 0;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957351369838190"] {
    display: table;
    top: 0;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-group[data-group-id="175957351358788850"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-group[data-group-id="175957351358788850"] #molecule-175957351358788850 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957351358788850"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351358788850"] #molecule-175957351358788850 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957351358788850"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351358788850"] #molecule-175957351358788850 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957351358788850"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351358788850"] #molecule-175957351358788850 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957351358788850"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351358788850"] #molecule-175957351358788850 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957351358788850"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351358788850"] #molecule-175957351358788850 {
    display: flex;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957351367685150"] {
  z-index: 3;
  top: 20px;
  left: 446px;
  width: 32px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957351367685150"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1387093691 .tn-elem[data-elem-id="175957351367685150"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957351367685150"] {
    display: table;
    top: 20px;
    left: 726px;
    width: 32px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957351367685150"] {
    display: table;
    top: 20px;
    left: 390px;
    width: 48px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957351367685150"] {
    display: table;
    top: 16px;
    left: 574px;
    width: 28px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957351367685150"] {
    display: table;
    top: 16px;
    left: 414px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957351367685150"] {
    display: table;
    top: 16px;
    left: 282px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-group[data-group-id="175957351358742820"] {
  z-index: 3;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: auto;
  flex-shrink: 1;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1387093691 .tn-group[data-group-id="175957351358742820"] #molecule-175957351358742820 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957351358742820"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351358742820"] #molecule-175957351358742820 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957351358742820"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
  }
  #rec1387093691 .tn-group[data-group-id="175957351358742820"] #molecule-175957351358742820 {
    display: flex;
    overflow: visible visible;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 8px;
    align-items: center;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957351358742820"] {
    display: flex;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351358742820"] #molecule-175957351358742820 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957351358742820"] {
    display: flex;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351358742820"] #molecule-175957351358742820 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957351358742820"] {
    display: flex;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351358742820"] #molecule-175957351358742820 {
    display: flex;
  }
}
#rec1387093691 .tn-group[data-group-id="175957351359995080"] {
  z-index: 3;
  position: absolute;
  top: 37px;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-group[data-group-id="175957351359995080"] #molecule-175957351359995080 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957351359995080"] {
    display: flex;
    top: 37px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351359995080"] #molecule-175957351359995080 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957351359995080"] {
    display: flex;
    top: 32px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
    margin: 0 0 0 0;
  }
  #rec1387093691 .tn-group[data-group-id="175957351359995080"] #molecule-175957351359995080 {
    display: flex;
    overflow: visible visible;
    flex-direction: row;
    flex-wrap: unset;
    column-gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957351359995080"] {
    display: flex;
    top: 32px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351359995080"] #molecule-175957351359995080 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957351359995080"] {
    display: flex;
    top: 32px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351359995080"] #molecule-175957351359995080 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957351359995080"] {
    display: flex;
    top: 56px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351359995080"] #molecule-175957351359995080 {
    display: flex;
  }
}
#rec1387093691 .tn-group[data-group-id="175957351359986070"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1387093691 .tn-group[data-group-id="175957351359986070"] #molecule-175957351359986070 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-group[data-group-id="175957351359986070"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351359986070"] #molecule-175957351359986070 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-group[data-group-id="175957351359986070"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
  }
  #rec1387093691 .tn-group[data-group-id="175957351359986070"] #molecule-175957351359986070 {
    display: flex;
    overflow: visible visible;
    flex-direction: row;
    flex-wrap: unset;
    column-gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-group[data-group-id="175957351359986070"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351359986070"] #molecule-175957351359986070 {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-group[data-group-id="175957351359986070"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351359986070"] #molecule-175957351359986070 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-group[data-group-id="175957351359986070"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1387093691 .tn-group[data-group-id="175957351359986070"] #molecule-175957351359986070 {
    display: flex;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957351361048260"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 32px;
  width: 100%;
  flex-shrink: 1;
  height: 24px;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957351361048260"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957351361048260"] {
    display: table;
    top: 0;
    left: 32px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957351361048260"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957351361048260"] {
    display: table;
    top: 0;
    left: 32px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957351361048260"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957351361048260"] {
    display: table;
    top: 1px;
    left: 28px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957351361048260"] {
    display: table;
    top: 1px;
    left: 28px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957351361048260"] {
    display: table;
    top: 1px;
    left: 28px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957351359966860"] {
  z-index: 3;
  top: 0;
  left: 0;
  width: 24px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957351359966860"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1387093691 .tn-elem[data-elem-id="175957351359966860"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957351359966860"] {
    display: table;
    top: 0;
    left: 0;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957351359966860"] {
    display: table;
    top: 0;
    left: 0;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957351359966860"] {
    display: table;
    top: 0;
    left: 0;
    width: 20px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957351359966860"] {
    display: table;
    top: 0;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957351359966860"] {
    display: table;
    top: 0;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1387093691 .tn-elem[data-elem-id="175957351358780880"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 29px;
  margin: 0 0 0 0;
}
#rec1387093691 .tn-elem[data-elem-id="175957351358780880"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 24px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1387093691 .tn-elem[data-elem-id="175957351358780880"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957351358780880"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1387093691 .tn-elem[data-elem-id="175957351358780880"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1387093691 .tn-elem[data-elem-id="175957351358780880"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1387093691 .tn-elem[data-elem-id="175957351358780880"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1387093691 .tn-elem[data-elem-id="175957351358780880"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1387093691 .tn-elem[data-elem-id="175957351358780880"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1397435901 .t396__artboard {
  height: 411px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  column-gap: calc(20px * var(--zoom, 1));
  row-gap: calc(20px * var(--zoom, 1));
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(0px * var(--zoom, 1));
  padding-bottom: calc(0px * var(--zoom, 1));
  width: auto;
}
#rec1397435901 .t396__filter {
  height: 411px;
}
#rec1397435901 .t396__carrier {
  height: 411px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .t396__artboard,
  #rec1397435901 .t396__filter,
  #rec1397435901 .t396__carrier {
    height: 755px;
  }
  #rec1397435901 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1397435901 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .t396__artboard,
  #rec1397435901 .t396__filter,
  #rec1397435901 .t396__carrier {
    height: 642px;
  }
  #rec1397435901 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1397435901 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .t396__artboard,
  #rec1397435901 .t396__filter,
  #rec1397435901 .t396__carrier {
    height: 895px;
  }
  #rec1397435901 .t396__artboard {
    display: flex;
    align-items: flex-start;
    row-gap: calc(20px * var(--zoom, 1));
  }
  #rec1397435901 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1397435901 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .t396__artboard,
  #rec1397435901 .t396__filter,
  #rec1397435901 .t396__carrier {
    height: 850px;
  }
  #rec1397435901 .t396__artboard {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: calc(8px * var(--zoom, 1));
  }
  #rec1397435901 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1397435901 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .t396__artboard,
  #rec1397435901 .t396__filter,
  #rec1397435901 .t396__carrier {
    height: 896px;
  }
  #rec1397435901 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1397435901 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1397435901 .tn-group[data-group-id="175957321382664640"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: calc(50% - 800px + 30px);
  width: 500px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1397435901 .tn-group[data-group-id="175957321382664640"] #molecule-175957321382664640 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgb(224 72 26);
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-group[data-group-id="175957321382664640"] {
    display: flex;
    top: 0;
    left: calc(50% - 610px + 20px);
    width: 580px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957321382664640"] #molecule-175957321382664640 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-group[data-group-id="175957321382664640"] {
    display: flex;
    top: 0;
    left: calc(50% - 480px + 10px);
    width: 460px;
    height: auto;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
  }
  #rec1397435901 .tn-group[data-group-id="175957321382664640"] #molecule-175957321382664640 {
    display: flex;
    overflow: visible visible;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 0;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-color: #fff;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-group[data-group-id="175957321382664640"] {
    display: flex;
    top: 0;
    left: calc(50% - 320px + 10px);
    width: 620px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957321382664640"] #molecule-175957321382664640 {
    display: flex;
    row-gap: 0;
    padding: 0 0 0 0;
    border-width: 1px;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-group[data-group-id="175957321382664640"] {
    display: flex;
    top: 0;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957321382664640"] #molecule-175957321382664640 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-group[data-group-id="175957321382664640"] {
    display: flex;
    top: 0;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957321382664640"] #molecule-175957321382664640 {
    display: flex;
  }
}
#rec1397435901 .tn-elem[data-elem-id="175957321392087520"] {
  z-index: 3;
  top: 130px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1397435901 .tn-elem[data-elem-id="175957321392087520"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1397435901 .tn-elem[data-elem-id="175957321392087520"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-elem[data-elem-id="175957321392087520"] {
    display: table;
    top: 130px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-elem[data-elem-id="175957321392087520"] {
    display: table;
    top: 120px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-elem[data-elem-id="175957321392087520"] {
    display: table;
    top: 84px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-elem[data-elem-id="175957321392087520"] {
    display: table;
    top: 108px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-elem[data-elem-id="175957321392087520"] {
    display: table;
    top: 108px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1397435901 .tn-group[data-group-id="175957321382657280"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1397435901 .tn-group[data-group-id="175957321382657280"] #molecule-175957321382657280 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-group[data-group-id="175957321382657280"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957321382657280"] #molecule-175957321382657280 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-group[data-group-id="175957321382657280"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957321382657280"] #molecule-175957321382657280 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-group[data-group-id="175957321382657280"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957321382657280"] #molecule-175957321382657280 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-group[data-group-id="175957321382657280"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957321382657280"] #molecule-175957321382657280 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-group[data-group-id="175957321382657280"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957321382657280"] #molecule-175957321382657280 {
    display: flex;
  }
}
#rec1397435901 .tn-elem[data-elem-id="175957321389954290"] {
  z-index: 3;
  top: 20px;
  left: 446px;
  width: 32px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1397435901 .tn-elem[data-elem-id="175957321389954290"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1397435901 .tn-elem[data-elem-id="175957321389954290"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-elem[data-elem-id="175957321389954290"] {
    display: table;
    top: 20px;
    left: 526px;
    width: 32px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-elem[data-elem-id="175957321389954290"] {
    display: table;
    top: 20px;
    left: 390px;
    width: 48px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-elem[data-elem-id="175957321389954290"] {
    display: table;
    top: 16px;
    left: 574px;
    width: 28px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-elem[data-elem-id="175957321389954290"] {
    display: table;
    top: 16px;
    left: 414px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-elem[data-elem-id="175957321389954290"] {
    display: table;
    top: 16px;
    left: 282px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1397435901 .tn-group[data-group-id="175957321382659030"] {
  z-index: 3;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: auto;
  flex-shrink: 1;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1397435901 .tn-group[data-group-id="175957321382659030"] #molecule-175957321382659030 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-group[data-group-id="175957321382659030"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957321382659030"] #molecule-175957321382659030 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-group[data-group-id="175957321382659030"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
  }
  #rec1397435901 .tn-group[data-group-id="175957321382659030"] #molecule-175957321382659030 {
    display: flex;
    overflow: visible visible;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 8px;
    align-items: center;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-group[data-group-id="175957321382659030"] {
    display: flex;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957321382659030"] #molecule-175957321382659030 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-group[data-group-id="175957321382659030"] {
    display: flex;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957321382659030"] #molecule-175957321382659030 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-group[data-group-id="175957321382659030"] {
    display: flex;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957321382659030"] #molecule-175957321382659030 {
    display: flex;
  }
}
#rec1397435901 .tn-group[data-group-id="175957321383749190"] {
  z-index: 3;
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1397435901 .tn-group[data-group-id="175957321383749190"] #molecule-175957321383749190 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-group[data-group-id="175957321383749190"] {
    display: flex;
    top: 66px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957321383749190"] #molecule-175957321383749190 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-group[data-group-id="175957321383749190"] {
    display: flex;
    top: 56px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
    margin: 0 0 0 0;
  }
  #rec1397435901 .tn-group[data-group-id="175957321383749190"] #molecule-175957321383749190 {
    display: flex;
    overflow: visible visible;
    flex-direction: row;
    flex-wrap: unset;
    column-gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-group[data-group-id="175957321383749190"] {
    display: flex;
    top: 32px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957321383749190"] #molecule-175957321383749190 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-group[data-group-id="175957321383749190"] {
    display: flex;
    top: 56px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957321383749190"] #molecule-175957321383749190 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-group[data-group-id="175957321383749190"] {
    display: flex;
    top: 56px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957321383749190"] #molecule-175957321383749190 {
    display: flex;
  }
}
#rec1397435901 .tn-group[data-group-id="175957321383748460"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1397435901 .tn-group[data-group-id="175957321383748460"] #molecule-175957321383748460 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-group[data-group-id="175957321383748460"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957321383748460"] #molecule-175957321383748460 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-group[data-group-id="175957321383748460"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
  }
  #rec1397435901 .tn-group[data-group-id="175957321383748460"] #molecule-175957321383748460 {
    display: flex;
    overflow: visible visible;
    flex-direction: row;
    flex-wrap: unset;
    column-gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-group[data-group-id="175957321383748460"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957321383748460"] #molecule-175957321383748460 {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-group[data-group-id="175957321383748460"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957321383748460"] #molecule-175957321383748460 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-group[data-group-id="175957321383748460"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957321383748460"] #molecule-175957321383748460 {
    display: flex;
  }
}
#rec1397435901 .tn-elem[data-elem-id="175957321384835000"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 32px;
  width: 100%;
  flex-shrink: 1;
  height: 24px;
  margin: 0 0 0 0;
}
#rec1397435901 .tn-elem[data-elem-id="175957321384835000"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-elem[data-elem-id="175957321384835000"] {
    display: table;
    top: 0;
    left: 32px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1397435901 .tn-elem[data-elem-id="175957321384835000"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-elem[data-elem-id="175957321384835000"] {
    display: table;
    top: 0;
    left: 32px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1397435901 .tn-elem[data-elem-id="175957321384835000"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-elem[data-elem-id="175957321384835000"] {
    display: table;
    top: 1px;
    left: 28px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-elem[data-elem-id="175957321384835000"] {
    display: table;
    top: 1px;
    left: 28px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-elem[data-elem-id="175957321384835000"] {
    display: table;
    top: 1px;
    left: 28px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1397435901 .tn-elem[data-elem-id="175957321383768830"] {
  z-index: 3;
  top: 0;
  left: 0;
  width: 24px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1397435901 .tn-elem[data-elem-id="175957321383768830"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1397435901 .tn-elem[data-elem-id="175957321383768830"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-elem[data-elem-id="175957321383768830"] {
    display: table;
    top: 0;
    left: 0;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-elem[data-elem-id="175957321383768830"] {
    display: table;
    top: 0;
    left: 0;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-elem[data-elem-id="175957321383768830"] {
    display: table;
    top: 0;
    left: 0;
    width: 20px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-elem[data-elem-id="175957321383768830"] {
    display: table;
    top: 0;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-elem[data-elem-id="175957321383768830"] {
    display: table;
    top: 0;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1397435901 .tn-elem[data-elem-id="175957321382679990"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1397435901 .tn-elem[data-elem-id="175957321382679990"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 24px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-elem[data-elem-id="175957321382679990"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1397435901 .tn-elem[data-elem-id="175957321382679990"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-elem[data-elem-id="175957321382679990"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1397435901 .tn-elem[data-elem-id="175957321382679990"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-elem[data-elem-id="175957321382679990"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-elem[data-elem-id="175957321382679990"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-elem[data-elem-id="175957321382679990"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1397435901 .tn-group[data-group-id="175957080734278360"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: calc(50% - 800px + 550px);
  width: 500px;
  height: 411px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1397435901 .tn-group[data-group-id="175957080734278360"] #molecule-175957080734278360 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 32px;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #262626;
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-group[data-group-id="175957080734278360"] {
    display: flex;
    top: 0;
    left: calc(50% - 610px + 620px);
    width: 580px;
    height: 456px;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
  }
  #rec1397435901 .tn-group[data-group-id="175957080734278360"] #molecule-175957080734278360 {
    display: flex;
    overflow: visible visible;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 32px;
    align-items: center;
    justify-content: center;
    align-content: flex-start;
    padding: 20px 20px 20px 20px;
    background-color: #262626;
    background-position: center center;
    border-width: 0;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-group[data-group-id="175957080734278360"] {
    display: flex;
    top: 0;
    left: calc(50% - 480px + 490px);
    width: 460px;
    height: 378px;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
  }
  #rec1397435901 .tn-group[data-group-id="175957080734278360"] #molecule-175957080734278360 {
    display: flex;
    overflow: visible visible;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 20px;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
    padding: 20px 20px 20px 20px;
    background-color: #262626;
    background-position: center center;
    border-width: 0;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-group[data-group-id="175957080734278360"] {
    display: flex;
    top: 452px;
    left: calc(50% - 320px + 10px);
    width: 620px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957080734278360"] #molecule-175957080734278360 {
    display: flex;
    row-gap: 16px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-group[data-group-id="175957080734278360"] {
    display: flex;
    top: 374px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957080734278360"] #molecule-175957080734278360 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-group[data-group-id="175957080734278360"] {
    display: flex;
    top: 301px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957080734278360"] #molecule-175957080734278360 {
    display: flex;
  }
}
#rec1397435901 .tn-elem[data-elem-id="175957080736171980"] {
  color: #fff;
  text-align: center;
  z-index: 3;
  top: 294px;
  left: 140px;
  width: 220px;
  flex-shrink: 0;
  height: 56px;
  margin: 0 0 0 0;
}
#rec1397435901 .tn-elem[data-elem-id="175957080736171980"] .tn-atom {
  color: #fff;
  font-size: 24px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
@media (hover), (min-width: 0\0) {
  #rec1397435901 .tn-elem[data-elem-id="175957080736171980"] .tn-atom:hover {
    background-color: #c3370d;
    background-image: none;
  }
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-elem[data-elem-id="175957080736171980"] {
    display: table;
    top: 296px;
    left: 120px;
    width: 340px;
    height: 56px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-elem[data-elem-id="175957080736171980"] {
    display: table;
    top: 230px;
    left: 20px;
    width: 300px;
    height: 48px;
    flex-shrink: 0;
  }
  #rec1397435901 .tn-elem[data-elem-id="175957080736171980"] .tn-atom {
    font-size: 18px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-elem[data-elem-id="175957080736171980"] {
    display: table;
    top: 112px;
    left: 16px;
    width: 100%;
    height: 48px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-elem[data-elem-id="175957080736171980"] {
    display: table;
    top: 138px;
    width: 100%;
    height: 48px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-elem[data-elem-id="175957080736171980"] {
    display: table;
    top: 157px;
    left: 16px;
    width: 100%;
    height: 48px;
    flex-shrink: 0;
  }
}
#rec1397435901 .tn-elem[data-elem-id="175957080735241140"] {
  color: #fff;
  text-align: center;
  z-index: 3;
  top: 214px;
  left: 44px;
  width: 412px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1397435901 .tn-elem[data-elem-id="175957080735241140"] .tn-atom {
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-elem[data-elem-id="175957080735241140"] {
    display: table;
    top: 216px;
    left: 92px;
    width: 397px;
    height: 48px;
    flex-shrink: 0;
  }
  #rec1397435901 .tn-elem[data-elem-id="175957080735241140"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-elem[data-elem-id="175957080735241140"] {
    display: table;
    top: 172px;
    left: 20px;
    width: 420px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1397435901 .tn-elem[data-elem-id="175957080735241140"] {
    text-align: left;
  }
  #rec1397435901 .tn-elem[data-elem-id="175957080735241140"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-elem[data-elem-id="175957080735241140"] {
    display: table;
    top: 58px;
    left: 16px;
    width: 371px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1397435901 .tn-elem[data-elem-id="175957080735241140"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-elem[data-elem-id="175957080735241140"] {
    display: table;
    top: 84px;
    width: 428px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-elem[data-elem-id="175957080735241140"] {
    display: table;
    top: 84px;
    left: 16px;
    width: 296px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1397435901 .tn-elem[data-elem-id="175957080734241200"] {
  color: #fff;
  text-align: center;
  z-index: 3;
  top: 62px;
  left: 50px;
  width: 400px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1397435901 .tn-elem[data-elem-id="175957080734241200"] .tn-atom {
  vertical-align: middle;
  color: #fff;
  font-size: 40px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-elem[data-elem-id="175957080734241200"] {
    display: table;
    top: 104px;
    left: 59px;
    width: 463px;
    height: 80px;
    flex-shrink: 0;
  }
  #rec1397435901 .tn-elem[data-elem-id="175957080734241200"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-elem[data-elem-id="175957080734241200"] {
    display: table;
    top: 100px;
    left: 20px;
    width: 399px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1397435901 .tn-elem[data-elem-id="175957080734241200"] {
    text-align: left;
  }
  #rec1397435901 .tn-elem[data-elem-id="175957080734241200"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 24px;
    line-height: 1.1;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-elem[data-elem-id="175957080734241200"] {
    display: table;
    top: 16px;
    left: 16px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1397435901 .tn-elem[data-elem-id="175957080734241200"] {
    text-align: left;
  }
  #rec1397435901 .tn-elem[data-elem-id="175957080734241200"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-elem[data-elem-id="175957080734241200"] {
    display: table;
    top: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1397435901 .tn-elem[data-elem-id="175957080734241200"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-elem[data-elem-id="175957080734241200"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 278px;
    height: 52px;
    flex-shrink: 0;
  }
  #rec1397435901 .tn-elem[data-elem-id="175957080734241200"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1397435901 .tn-group[data-group-id="175957351358755610"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: calc(50% - 800px + 1070px);
  width: 500px;
  height: 411px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1397435901 .tn-group[data-group-id="175957351358755610"] #molecule-175957351358755610 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgb(224 72 26);
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-group[data-group-id="175957351358755610"] {
    display: flex;
    top: 476px;
    left: calc(50% - 610px + 20px);
    width: 1180px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351358755610"] #molecule-175957351358755610 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-group[data-group-id="175957351358755610"] {
    display: flex;
    top: 398px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
  }
  #rec1397435901 .tn-group[data-group-id="175957351358755610"] #molecule-175957351358755610 {
    display: flex;
    overflow: visible visible;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 0;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-color: #fff;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-group[data-group-id="175957351358755610"] {
    display: flex;
    top: 648px;
    left: calc(50% - 320px + 10px);
    width: 620px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351358755610"] #molecule-175957351358755610 {
    display: flex;
    row-gap: 0;
    padding: 0 0 0 0;
    border-width: 1px;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-group[data-group-id="175957351358755610"] {
    display: flex;
    top: 584px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351358755610"] #molecule-175957351358755610 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-group[data-group-id="175957351358755610"] {
    display: flex;
    top: 530px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351358755610"] #molecule-175957351358755610 {
    display: flex;
  }
}
#rec1397435901 .tn-group[data-group-id="175957351369857260"] {
  z-index: 3;
  position: absolute;
  top: 101px;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1397435901 .tn-group[data-group-id="175957351369857260"] #molecule-175957351369857260 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-group[data-group-id="175957351369857260"] {
    display: flex;
    top: 101px;
    left: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351369857260"] #molecule-175957351369857260 {
    display: flex;
    overflow: visible visible;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-group[data-group-id="175957351369857260"] {
    display: flex;
    top: 96px;
    left: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351369857260"] #molecule-175957351369857260 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-group[data-group-id="175957351369857260"] {
    display: flex;
    top: 84px;
    left: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351369857260"] #molecule-175957351369857260 {
    display: flex;
    padding: 0 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-group[data-group-id="175957351369857260"] {
    display: flex;
    top: 84px;
    left: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351369857260"] #molecule-175957351369857260 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-group[data-group-id="175957351369857260"] {
    display: flex;
    top: 108px;
    left: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351369857260"] #molecule-175957351369857260 {
    display: flex;
  }
}
#rec1397435901 .tn-elem[data-elem-id="175957357058214390"] {
  color: #e0481a;
  z-index: 3;
  top: 204px;
  left: 20px;
  width: 458px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1397435901 .tn-elem[data-elem-id="175957357058214390"] .tn-atom {
  vertical-align: middle;
  color: #e0481a;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-elem[data-elem-id="175957357058214390"] {
    display: table;
    top: 132px;
    left: 20px;
    width: 338px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-elem[data-elem-id="175957357058214390"] {
    display: table;
    top: 107px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1397435901 .tn-elem[data-elem-id="175957357058214390"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-elem[data-elem-id="175957357058214390"] {
    display: table;
    top: 126px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-elem[data-elem-id="175957357058214390"] {
    display: table;
    top: 145px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-elem[data-elem-id="175957357058214390"] {
    display: table;
    top: 221px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1397435901 .tn-elem[data-elem-id="175957351369838190"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 20px;
  width: 458px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1397435901 .tn-elem[data-elem-id="175957351369838190"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-elem[data-elem-id="175957351369838190"] {
    display: table;
    top: 0;
    left: 20px;
    width: 754px;
    height: 120px;
    flex-shrink: 0;
  }
  #rec1397435901 .tn-elem[data-elem-id="175957351369838190"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-elem[data-elem-id="175957351369838190"] {
    display: table;
    top: 0;
    left: 20px;
    width: 677px;
    height: 95px;
    flex-shrink: 0;
  }
  #rec1397435901 .tn-elem[data-elem-id="175957351369838190"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-elem[data-elem-id="175957351369838190"] {
    display: table;
    top: 0;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1397435901 .tn-elem[data-elem-id="175957351369838190"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-elem[data-elem-id="175957351369838190"] {
    display: table;
    top: 0;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-elem[data-elem-id="175957351369838190"] {
    display: table;
    top: 0;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1397435901 .tn-group[data-group-id="175957351358788850"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1397435901 .tn-group[data-group-id="175957351358788850"] #molecule-175957351358788850 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-group[data-group-id="175957351358788850"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351358788850"] #molecule-175957351358788850 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-group[data-group-id="175957351358788850"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351358788850"] #molecule-175957351358788850 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-group[data-group-id="175957351358788850"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351358788850"] #molecule-175957351358788850 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-group[data-group-id="175957351358788850"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351358788850"] #molecule-175957351358788850 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-group[data-group-id="175957351358788850"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351358788850"] #molecule-175957351358788850 {
    display: flex;
  }
}
#rec1397435901 .tn-elem[data-elem-id="175957351367685150"] {
  z-index: 3;
  top: 20px;
  left: 446px;
  width: 32px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1397435901 .tn-elem[data-elem-id="175957351367685150"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1397435901 .tn-elem[data-elem-id="175957351367685150"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-elem[data-elem-id="175957351367685150"] {
    display: table;
    top: 20px;
    left: 1126px;
    width: 32px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-elem[data-elem-id="175957351367685150"] {
    display: table;
    top: 20px;
    left: 870px;
    width: 48px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-elem[data-elem-id="175957351367685150"] {
    display: table;
    top: 16px;
    left: 574px;
    width: 28px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-elem[data-elem-id="175957351367685150"] {
    display: table;
    top: 16px;
    left: 414px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-elem[data-elem-id="175957351367685150"] {
    display: table;
    top: 16px;
    left: 282px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1397435901 .tn-group[data-group-id="175957351358742820"] {
  z-index: 3;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: auto;
  flex-shrink: 1;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1397435901 .tn-group[data-group-id="175957351358742820"] #molecule-175957351358742820 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-group[data-group-id="175957351358742820"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351358742820"] #molecule-175957351358742820 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-group[data-group-id="175957351358742820"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
  }
  #rec1397435901 .tn-group[data-group-id="175957351358742820"] #molecule-175957351358742820 {
    display: flex;
    overflow: visible visible;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 8px;
    align-items: center;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-group[data-group-id="175957351358742820"] {
    display: flex;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351358742820"] #molecule-175957351358742820 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-group[data-group-id="175957351358742820"] {
    display: flex;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351358742820"] #molecule-175957351358742820 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-group[data-group-id="175957351358742820"] {
    display: flex;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351358742820"] #molecule-175957351358742820 {
    display: flex;
  }
}
#rec1397435901 .tn-group[data-group-id="175957351359995080"] {
  z-index: 3;
  position: absolute;
  top: 37px;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1397435901 .tn-group[data-group-id="175957351359995080"] #molecule-175957351359995080 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-group[data-group-id="175957351359995080"] {
    display: flex;
    top: 37px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351359995080"] #molecule-175957351359995080 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-group[data-group-id="175957351359995080"] {
    display: flex;
    top: 32px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
    margin: 0 0 0 0;
  }
  #rec1397435901 .tn-group[data-group-id="175957351359995080"] #molecule-175957351359995080 {
    display: flex;
    overflow: visible visible;
    flex-direction: row;
    flex-wrap: unset;
    column-gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-group[data-group-id="175957351359995080"] {
    display: flex;
    top: 32px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351359995080"] #molecule-175957351359995080 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-group[data-group-id="175957351359995080"] {
    display: flex;
    top: 32px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351359995080"] #molecule-175957351359995080 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-group[data-group-id="175957351359995080"] {
    display: flex;
    top: 56px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351359995080"] #molecule-175957351359995080 {
    display: flex;
  }
}
#rec1397435901 .tn-group[data-group-id="175957351359986070"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1397435901 .tn-group[data-group-id="175957351359986070"] #molecule-175957351359986070 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-group[data-group-id="175957351359986070"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351359986070"] #molecule-175957351359986070 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-group[data-group-id="175957351359986070"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
  }
  #rec1397435901 .tn-group[data-group-id="175957351359986070"] #molecule-175957351359986070 {
    display: flex;
    overflow: visible visible;
    flex-direction: row;
    flex-wrap: unset;
    column-gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-group[data-group-id="175957351359986070"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351359986070"] #molecule-175957351359986070 {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-group[data-group-id="175957351359986070"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351359986070"] #molecule-175957351359986070 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-group[data-group-id="175957351359986070"] {
    display: flex;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397435901 .tn-group[data-group-id="175957351359986070"] #molecule-175957351359986070 {
    display: flex;
  }
}
#rec1397435901 .tn-elem[data-elem-id="175957351361048260"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 32px;
  width: 100%;
  flex-shrink: 1;
  height: 24px;
  margin: 0 0 0 0;
}
#rec1397435901 .tn-elem[data-elem-id="175957351361048260"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-elem[data-elem-id="175957351361048260"] {
    display: table;
    top: 0;
    left: 32px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1397435901 .tn-elem[data-elem-id="175957351361048260"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-elem[data-elem-id="175957351361048260"] {
    display: table;
    top: 0;
    left: 32px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1397435901 .tn-elem[data-elem-id="175957351361048260"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-elem[data-elem-id="175957351361048260"] {
    display: table;
    top: 1px;
    left: 28px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-elem[data-elem-id="175957351361048260"] {
    display: table;
    top: 1px;
    left: 28px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-elem[data-elem-id="175957351361048260"] {
    display: table;
    top: 1px;
    left: 28px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1397435901 .tn-elem[data-elem-id="175957351359966860"] {
  z-index: 3;
  top: 0;
  left: 0;
  width: 24px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1397435901 .tn-elem[data-elem-id="175957351359966860"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1397435901 .tn-elem[data-elem-id="175957351359966860"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-elem[data-elem-id="175957351359966860"] {
    display: table;
    top: 0;
    left: 0;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-elem[data-elem-id="175957351359966860"] {
    display: table;
    top: 0;
    left: 0;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-elem[data-elem-id="175957351359966860"] {
    display: table;
    top: 0;
    left: 0;
    width: 20px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-elem[data-elem-id="175957351359966860"] {
    display: table;
    top: 0;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-elem[data-elem-id="175957351359966860"] {
    display: table;
    top: 0;
    left: 0;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1397435901 .tn-elem[data-elem-id="175957351358780880"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 29px;
  margin: 0 0 0 0;
}
#rec1397435901 .tn-elem[data-elem-id="175957351358780880"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 24px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1397435901 .tn-elem[data-elem-id="175957351358780880"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1397435901 .tn-elem[data-elem-id="175957351358780880"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397435901 .tn-elem[data-elem-id="175957351358780880"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1397435901 .tn-elem[data-elem-id="175957351358780880"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1397435901 .tn-elem[data-elem-id="175957351358780880"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1397435901 .tn-elem[data-elem-id="175957351358780880"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1397435901 .tn-elem[data-elem-id="175957351358780880"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1397508971 .t396__artboard {
  height: 286px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  row-gap: calc(20px * var(--zoom, 1));
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(140px * var(--zoom, 1));
  padding-bottom: calc(80px * var(--zoom, 1));
  width: auto;
}
#rec1397508971 .t396__filter {
  height: 286px;
}
#rec1397508971 .t396__carrier {
  height: 286px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1397508971 .t396__artboard,
  #rec1397508971 .t396__filter,
  #rec1397508971 .t396__carrier {
    height: 286px;
  }
  #rec1397508971 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(140px * var(--zoom, 1));
    padding-bottom: calc(80px * var(--zoom, 1));
    width: auto;
  }
  #rec1397508971 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397508971 .t396__artboard,
  #rec1397508971 .t396__filter,
  #rec1397508971 .t396__carrier {
    height: 286px;
  }
  #rec1397508971 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(140px * var(--zoom, 1));
    padding-bottom: calc(80px * var(--zoom, 1));
    width: auto;
  }
  #rec1397508971 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1397508971 .t396__artboard,
  #rec1397508971 .t396__filter,
  #rec1397508971 .t396__carrier {
    height: 128px;
  }
  #rec1397508971 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1397508971 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1397508971 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1397508971 .t396__artboard,
  #rec1397508971 .t396__filter,
  #rec1397508971 .t396__carrier {
    height: 128px;
  }
  #rec1397508971 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1397508971 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1397508971 .t396__artboard,
  #rec1397508971 .t396__filter,
  #rec1397508971 .t396__carrier {
    height: 128px;
  }
  #rec1397508971 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1397508971 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1397508971 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1397508971 .tn-elem[data-elem-id="175916031473889900"] {
  z-index: 3;
  top: 140px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1397508971 .tn-elem[data-elem-id="175916031473889900"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1397508971 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 140px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397508971 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 140px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1397508971 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1397508971 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1397508971 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1397508971 .tn-group[data-group-id="175916035984714150"] {
  z-index: 3;
  position: absolute;
  top: 161px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1397508971 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1397508971 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 161px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397508971 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397508971 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 161px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397508971 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1397508971 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397508971 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1397508971 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397508971 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1397508971 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1397508971 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
#rec1397508971 .tn-elem[data-elem-id="175916035087645530"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1397508971 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1397508971 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1397508971 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397508971 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 959px) {
  #rec1397508971 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1397508971 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1397508971 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1397508971 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1397508971 .tn-elem[data-elem-id="175916032056398950"] {
  z-index: 3;
  top: 200px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  flex-shrink: 0;
  height: 6px;
  margin: 0 0 0 0;
}
#rec1397508971 .tn-elem[data-elem-id="175916032056398950"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1397508971 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 200px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1397508971 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 200px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1397508971 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1397508971 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1397508971 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1389132291 .t396__artboard {
  height: 1260px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  row-gap: calc(60px * var(--zoom, 1));
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(0px * var(--zoom, 1));
  padding-bottom: calc(0px * var(--zoom, 1));
  width: auto;
}
#rec1389132291 .t396__filter {
  height: 1260px;
}
#rec1389132291 .t396__carrier {
  height: 1260px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .t396__artboard,
  #rec1389132291 .t396__filter,
  #rec1389132291 .t396__carrier {
    height: 1392px;
  }
  #rec1389132291 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1389132291 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .t396__artboard,
  #rec1389132291 .t396__filter,
  #rec1389132291 .t396__carrier {
    height: 1944px;
  }
  #rec1389132291 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1389132291 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .t396__artboard,
  #rec1389132291 .t396__filter,
  #rec1389132291 .t396__carrier {
    height: 1440px;
  }
  #rec1389132291 .t396__artboard {
    display: flex;
    align-items: flex-start;
    row-gap: calc(32px * var(--zoom, 1));
  }
  #rec1389132291 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1389132291 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .t396__artboard,
  #rec1389132291 .t396__filter,
  #rec1389132291 .t396__carrier {
    height: 1440px;
  }
  #rec1389132291 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1389132291 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .t396__artboard,
  #rec1389132291 .t396__filter,
  #rec1389132291 .t396__carrier {
    height: 1435px;
  }
  #rec1389132291 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1389132291 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964829603282400"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: calc(50% - 800px + 30px);
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964829603282400"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 64px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964829603282400"] {
    display: table;
    left: calc(50% - 610px + 20px);
    width: 1002px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964829603282400"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964829603282400"] {
    display: table;
    left: calc(50% - 480px + 10px);
    width: 829px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964829603282400"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964829603282400"] {
    display: table;
    left: calc(50% - 320px + 10px);
    width: 432px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964829603282400"] {
    text-align: left;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964829603282400"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 28px;
    line-height: 1.1;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964829603282400"] {
    display: table;
    left: calc(50% - 240px + 10px);
    width: 432px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964829603282400"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964829603282400"] {
    display: table;
    left: calc(50% - 180px + 16px);
    width: 328px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964829603282400"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 24px;
    background-size: cover;
  }
}
#rec1389132291 .tn-group[data-group-id="175964949554821410"] {
  z-index: 3;
  position: absolute;
  top: 252px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-group[data-group-id="175964949554821410"] #molecule-175964949554821410 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175964949554821410"] {
    display: flex;
    top: 380px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949554821410"] #molecule-175964949554821410 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175964949554821410"] {
    display: flex;
    top: 444px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949554821410"] #molecule-175964949554821410 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175964949554821410"] {
    display: flex;
    top: 187px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949554821410"] #molecule-175964949554821410 {
    display: flex;
    row-gap: 12px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175964949554821410"] {
    display: flex;
    top: 187px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949554821410"] #molecule-175964949554821410 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175964949554821410"] {
    display: flex;
    top: 162px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949554821410"] #molecule-175964949554821410 {
    display: flex;
  }
}
#rec1389132291 .tn-group[data-group-id="175964949558849270"] {
  z-index: 3;
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-group[data-group-id="175964949558849270"] #molecule-175964949558849270 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: auto auto;
  flex-direction: row;
  column-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175964949558849270"] {
    display: flex;
    top: 56px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949558849270"] #molecule-175964949558849270 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175964949558849270"] {
    display: flex;
    top: 56px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949558849270"] #molecule-175964949558849270 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175964949558849270"] {
    display: flex;
    top: 44px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949558849270"] #molecule-175964949558849270 {
    display: flex;
    column-gap: 8px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175964949558849270"] {
    display: flex;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949558849270"] #molecule-175964949558849270 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175964949558849270"] {
    display: flex;
    top: 44px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949558849270"] #molecule-175964949558849270 {
    display: flex;
  }
}
#rec1389132291 .tn-group[data-group-id="175964949572660490"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 2880px;
  width: 460px;
  height: 250px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389132291 .tn-group[data-group-id="175964949572660490"] #molecule-175964949572660490 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175964949572660490"] {
    display: flex;
    top: 0;
    left: 2880px;
    width: 460px;
    height: 254px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949572660490"] #molecule-175964949572660490 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175964949572660490"] {
    display: flex;
    top: 0;
    left: 1800px;
    width: 280px;
    height: 425px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949572660490"] #molecule-175964949572660490 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175964949572660490"] {
    display: flex;
    top: 0;
    left: 1728px;
    height: 403px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949572660490"] #molecule-175964949572660490 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175964949572660490"] {
    display: flex;
    width: 280px;
    height: 403px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949572660490"] #molecule-175964949572660490 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175964949572660490"] {
    display: flex;
    top: 0;
    left: 1728px;
    width: 280px;
    height: 403px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949572660490"] #molecule-175964949572660490 {
    display: flex;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964949573147550"] {
  color: #262626;
  z-index: 3;
  top: 56px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964949573147550"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949573147550"] {
    display: table;
    top: 56px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949573147550"] {
    display: table;
    top: 56px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964949573147550"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949573147550"] {
    display: table;
    top: 43px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949573147550"] {
    display: table;
    top: 43px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949573147550"] {
    display: table;
    top: 43px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964949572621740"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964949572621740"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949572621740"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949572621740"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949572621740"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964949572621740"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949572621740"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949572621740"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-group[data-group-id="175964949570367790"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 2400px;
  width: 460px;
  height: 250px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389132291 .tn-group[data-group-id="175964949570367790"] #molecule-175964949570367790 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175964949570367790"] {
    display: flex;
    top: 0;
    left: 2400px;
    width: 460px;
    height: 254px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949570367790"] #molecule-175964949570367790 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175964949570367790"] {
    display: flex;
    top: 0;
    left: 1500px;
    width: 280px;
    height: 425px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949570367790"] #molecule-175964949570367790 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175964949570367790"] {
    display: flex;
    top: 0;
    left: 1440px;
    height: 403px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949570367790"] #molecule-175964949570367790 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175964949570367790"] {
    display: flex;
    width: 280px;
    height: 403px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949570367790"] #molecule-175964949570367790 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175964949570367790"] {
    display: flex;
    top: 0;
    left: 1440px;
    width: 280px;
    height: 403px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949570367790"] #molecule-175964949570367790 {
    display: flex;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964949570869320"] {
  color: #262626;
  z-index: 3;
  top: 56px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964949570869320"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949570869320"] {
    display: table;
    top: 56px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949570869320"] {
    display: table;
    top: 56px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964949570869320"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949570869320"] {
    display: table;
    top: 43px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949570869320"] {
    display: table;
    top: 43px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949570869320"] {
    display: table;
    top: 43px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964949570388100"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964949570388100"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949570388100"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949570388100"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949570388100"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964949570388100"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949570388100"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949570388100"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-group[data-group-id="175964949568038540"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 1920px;
  width: 460px;
  height: 250px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389132291 .tn-group[data-group-id="175964949568038540"] #molecule-175964949568038540 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175964949568038540"] {
    display: flex;
    top: 0;
    left: 1920px;
    width: 460px;
    height: 254px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949568038540"] #molecule-175964949568038540 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175964949568038540"] {
    display: flex;
    top: 0;
    left: 1200px;
    width: 280px;
    height: 425px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949568038540"] #molecule-175964949568038540 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175964949568038540"] {
    display: flex;
    top: 0;
    left: 1152px;
    height: 403px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949568038540"] #molecule-175964949568038540 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175964949568038540"] {
    display: flex;
    width: 280px;
    height: 403px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949568038540"] #molecule-175964949568038540 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175964949568038540"] {
    display: flex;
    top: 0;
    left: 1152px;
    width: 280px;
    height: 403px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949568038540"] #molecule-175964949568038540 {
    display: flex;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964949568432610"] {
  color: #262626;
  z-index: 3;
  top: 56px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964949568432610"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949568432610"] {
    display: table;
    top: 56px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949568432610"] {
    display: table;
    top: 80px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964949568432610"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949568432610"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949568432610"] {
    display: table;
    top: 62px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949568432610"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964949568019460"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964949568019460"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949568019460"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949568019460"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949568019460"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964949568019460"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949568019460"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949568019460"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-group[data-group-id="175964949565743730"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 1440px;
  width: 460px;
  height: 250px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389132291 .tn-group[data-group-id="175964949565743730"] #molecule-175964949565743730 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175964949565743730"] {
    display: flex;
    top: 0;
    left: 1440px;
    width: 460px;
    height: 254px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949565743730"] #molecule-175964949565743730 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175964949565743730"] {
    display: flex;
    top: 0;
    left: 900px;
    width: 280px;
    height: 425px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949565743730"] #molecule-175964949565743730 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175964949565743730"] {
    display: flex;
    top: 0;
    left: 864px;
    height: 403px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949565743730"] #molecule-175964949565743730 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175964949565743730"] {
    display: flex;
    width: 280px;
    height: 403px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949565743730"] #molecule-175964949565743730 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175964949565743730"] {
    display: flex;
    top: 0;
    left: 864px;
    width: 280px;
    height: 403px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949565743730"] #molecule-175964949565743730 {
    display: flex;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964949566162240"] {
  color: #262626;
  z-index: 3;
  top: 56px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964949566162240"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949566162240"] {
    display: table;
    top: 56px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949566162240"] {
    display: table;
    top: 80px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964949566162240"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949566162240"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949566162240"] {
    display: table;
    top: 62px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949566162240"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964949565764110"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964949565764110"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949565764110"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949565764110"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949565764110"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964949565764110"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949565764110"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949565764110"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-group[data-group-id="175964949563342070"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 960px;
  width: 460px;
  height: 250px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389132291 .tn-group[data-group-id="175964949563342070"] #molecule-175964949563342070 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175964949563342070"] {
    display: flex;
    top: 0;
    left: 960px;
    width: 460px;
    height: 254px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949563342070"] #molecule-175964949563342070 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175964949563342070"] {
    display: flex;
    top: 0;
    left: 600px;
    width: 280px;
    height: 425px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949563342070"] #molecule-175964949563342070 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175964949563342070"] {
    display: flex;
    top: 0;
    left: 576px;
    height: 403px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949563342070"] #molecule-175964949563342070 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175964949563342070"] {
    display: flex;
    width: 280px;
    height: 403px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949563342070"] #molecule-175964949563342070 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175964949563342070"] {
    display: flex;
    top: 0;
    left: 576px;
    width: 280px;
    height: 403px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949563342070"] #molecule-175964949563342070 {
    display: flex;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964949563874140"] {
  color: #262626;
  z-index: 3;
  top: 80px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964949563874140"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949563874140"] {
    display: table;
    top: 80px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949563874140"] {
    display: table;
    top: 104px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964949563874140"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949563874140"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949563874140"] {
    display: table;
    top: 62px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949563874140"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964949563365680"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964949563365680"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949563365680"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949563365680"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949563365680"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964949563365680"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949563365680"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949563365680"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-group[data-group-id="175964949561089870"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 480px;
  width: 460px;
  height: 250px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389132291 .tn-group[data-group-id="175964949561089870"] #molecule-175964949561089870 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175964949561089870"] {
    display: flex;
    top: 0;
    left: 480px;
    width: 460px;
    height: 254px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949561089870"] #molecule-175964949561089870 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175964949561089870"] {
    display: flex;
    top: 0;
    left: 300px;
    width: 280px;
    height: 425px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949561089870"] #molecule-175964949561089870 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175964949561089870"] {
    display: flex;
    top: 0;
    left: 288px;
    height: 403px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949561089870"] #molecule-175964949561089870 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175964949561089870"] {
    display: flex;
    width: 280px;
    height: 403px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949561089870"] #molecule-175964949561089870 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175964949561089870"] {
    display: flex;
    top: 0;
    left: 288px;
    width: 280px;
    height: 403px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949561089870"] #molecule-175964949561089870 {
    display: flex;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964949561534360"] {
  color: #262626;
  z-index: 3;
  top: 80px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964949561534360"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949561534360"] {
    display: table;
    top: 80px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949561534360"] {
    display: table;
    top: 80px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964949561534360"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949561534360"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949561534360"] {
    display: table;
    top: 62px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949561534360"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964949561016830"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964949561016830"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949561016830"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949561016830"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949561016830"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964949561016830"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949561016830"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949561016830"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-group[data-group-id="175964949558892420"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 460px;
  height: 250px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389132291 .tn-group[data-group-id="175964949558892420"] #molecule-175964949558892420 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175964949558892420"] {
    display: flex;
    top: 0;
    left: 0;
    width: 460px;
    height: 254px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949558892420"] #molecule-175964949558892420 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175964949558892420"] {
    display: flex;
    top: 0;
    left: 0;
    width: 280px;
    height: 425px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949558892420"] #molecule-175964949558892420 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175964949558892420"] {
    display: flex;
    top: 0;
    left: 0;
    height: 403px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949558892420"] #molecule-175964949558892420 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175964949558892420"] {
    display: flex;
    width: 280px;
    height: 403px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949558892420"] #molecule-175964949558892420 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175964949558892420"] {
    display: flex;
    top: 0;
    left: 0;
    width: 280px;
    height: 403px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949558892420"] #molecule-175964949558892420 {
    display: flex;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964949559319950"] {
  color: #262626;
  z-index: 3;
  top: 56px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964949559319950"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949559319950"] {
    display: table;
    top: 56px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949559319950"] {
    display: table;
    top: 80px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964949559319950"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949559319950"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949559319950"] {
    display: table;
    top: 62px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949559319950"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964949558886860"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964949558886860"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949558886860"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949558886860"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949558886860"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964949558886860"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949558886860"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949558886860"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-group[data-group-id="175964949554842280"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 107px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-group[data-group-id="175964949554842280"] #molecule-175964949554842280 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 8px 12px 8px 12px;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #262626;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175964949554842280"] {
    display: flex;
    top: 0;
    left: 0;
    width: 107px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949554842280"] #molecule-175964949554842280 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175964949554842280"] {
    display: flex;
    top: 0;
    left: 0;
    width: 107px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949554842280"] #molecule-175964949554842280 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175964949554842280"] {
    display: flex;
    top: 0;
    left: 0;
    width: 91px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949554842280"] #molecule-175964949554842280 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175964949554842280"] {
    display: flex;
    top: 0;
    left: 0;
    width: 91px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949554842280"] #molecule-175964949554842280 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175964949554842280"] {
    display: flex;
    top: 0;
    left: 0;
    width: 91px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949554842280"] #molecule-175964949554842280 {
    display: flex;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964949554846890"] {
  color: #fff;
  z-index: 3;
  top: 8px;
  left: 12px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964949554846890"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949554846890"] {
    display: table;
    top: 8px;
    left: 12px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949554846890"] {
    display: table;
    top: 8px;
    left: 12px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949554846890"] {
    display: table;
    top: 8px;
    left: 12px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964949554846890"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949554846890"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949554846890"] {
    display: table;
    top: 8px;
    left: 12px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-group[data-group-id="175964949913711260"] {
  z-index: 3;
  position: absolute;
  top: 618px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-group[data-group-id="175964949913711260"] #molecule-175964949913711260 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175964949913711260"] {
    display: flex;
    top: 750px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949913711260"] #molecule-175964949913711260 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175964949913711260"] {
    display: flex;
    top: 985px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949913711260"] #molecule-175964949913711260 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175964949913711260"] {
    display: flex;
    top: 666px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949913711260"] #molecule-175964949913711260 {
    display: flex;
    row-gap: 12px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175964949913711260"] {
    display: flex;
    top: 666px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949913711260"] #molecule-175964949913711260 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175964949913711260"] {
    display: flex;
    top: 641px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949913711260"] #molecule-175964949913711260 {
    display: flex;
  }
}
#rec1389132291 .tn-group[data-group-id="175964949918492580"] {
  z-index: 3;
  position: absolute;
  top: 56px;
  left: 0;
  width: 1540px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-group[data-group-id="175964949918492580"] #molecule-175964949918492580 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: auto auto;
  flex-direction: row;
  column-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175964949918492580"] {
    display: flex;
    top: 56px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949918492580"] #molecule-175964949918492580 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175964949918492580"] {
    display: flex;
    top: 56px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949918492580"] #molecule-175964949918492580 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175964949918492580"] {
    display: flex;
    top: 44px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949918492580"] #molecule-175964949918492580 {
    display: flex;
    column-gap: 8px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175964949918492580"] {
    display: flex;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949918492580"] #molecule-175964949918492580 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175964949918492580"] {
    display: flex;
    top: 44px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949918492580"] #molecule-175964949918492580 {
    display: flex;
  }
}
#rec1389132291 .tn-group[data-group-id="175964980513530250"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 2880px;
  width: 460px;
  height: 235px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389132291 .tn-group[data-group-id="175964980513530250"] #molecule-175964980513530250 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175964980513530250"] {
    display: flex;
    top: 0;
    left: 2880px;
    width: 460px;
    height: 235px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964980513530250"] #molecule-175964980513530250 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175964980513530250"] {
    display: flex;
    top: 0;
    left: 1800px;
    width: 280px;
    height: 400px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964980513530250"] #molecule-175964980513530250 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175964980513530250"] {
    display: flex;
    top: 0;
    left: 1728px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964980513530250"] #molecule-175964980513530250 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175964980513530250"] {
    display: flex;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964980513530250"] #molecule-175964980513530250 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175964980513530250"] {
    display: flex;
    top: 0;
    left: 1728px;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964980513530250"] #molecule-175964980513530250 {
    display: flex;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964980514671560"] {
  color: #262626;
  z-index: 3;
  top: 56px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964980514671560"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980514671560"] {
    display: table;
    top: 56px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980514671560"] {
    display: table;
    top: 80px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964980514671560"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980514671560"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980514671560"] {
    display: table;
    top: 62px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980514671560"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964980513520190"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964980513520190"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980513520190"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980513520190"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980513520190"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964980513520190"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980513520190"] {
    display: table;
    top: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980513520190"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-group[data-group-id="175964980520870730"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 2400px;
  width: 460px;
  height: 235px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389132291 .tn-group[data-group-id="175964980520870730"] #molecule-175964980520870730 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175964980520870730"] {
    display: flex;
    top: 0;
    left: 2400px;
    width: 460px;
    height: 235px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964980520870730"] #molecule-175964980520870730 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175964980520870730"] {
    display: flex;
    top: 0;
    left: 1500px;
    width: 280px;
    height: 400px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964980520870730"] #molecule-175964980520870730 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175964980520870730"] {
    display: flex;
    top: 0;
    left: 1440px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964980520870730"] #molecule-175964980520870730 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175964980520870730"] {
    display: flex;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964980520870730"] #molecule-175964980520870730 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175964980520870730"] {
    display: flex;
    top: 0;
    left: 1440px;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964980520870730"] #molecule-175964980520870730 {
    display: flex;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964980521316870"] {
  color: #262626;
  z-index: 3;
  top: 56px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964980521316870"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980521316870"] {
    display: table;
    top: 56px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980521316870"] {
    display: table;
    top: 80px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964980521316870"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980521316870"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980521316870"] {
    display: table;
    top: 62px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980521316870"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964980520852240"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964980520852240"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980520852240"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980520852240"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980520852240"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964980520852240"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980520852240"] {
    display: table;
    top: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980520852240"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-group[data-group-id="175964980527321190"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 1920px;
  width: 460px;
  height: 235px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389132291 .tn-group[data-group-id="175964980527321190"] #molecule-175964980527321190 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175964980527321190"] {
    display: flex;
    top: 0;
    left: 1920px;
    width: 460px;
    height: 235px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964980527321190"] #molecule-175964980527321190 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175964980527321190"] {
    display: flex;
    top: 0;
    left: 1200px;
    width: 280px;
    height: 400px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964980527321190"] #molecule-175964980527321190 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175964980527321190"] {
    display: flex;
    top: 0;
    left: 1152px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964980527321190"] #molecule-175964980527321190 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175964980527321190"] {
    display: flex;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964980527321190"] #molecule-175964980527321190 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175964980527321190"] {
    display: flex;
    top: 0;
    left: 1152px;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964980527321190"] #molecule-175964980527321190 {
    display: flex;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964980527892090"] {
  color: #262626;
  z-index: 3;
  top: 80px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964980527892090"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980527892090"] {
    display: table;
    top: 80px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980527892090"] {
    display: table;
    top: 128px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964980527892090"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980527892090"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980527892090"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980527892090"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964980527351300"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964980527351300"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980527351300"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980527351300"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980527351300"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964980527351300"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980527351300"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980527351300"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-group[data-group-id="175964980254267570"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 1440px;
  width: 460px;
  height: 235px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389132291 .tn-group[data-group-id="175964980254267570"] #molecule-175964980254267570 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175964980254267570"] {
    display: flex;
    top: 0;
    left: 1440px;
    width: 460px;
    height: 235px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964980254267570"] #molecule-175964980254267570 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175964980254267570"] {
    display: flex;
    top: 0;
    left: 900px;
    width: 280px;
    height: 400px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964980254267570"] #molecule-175964980254267570 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175964980254267570"] {
    display: flex;
    top: 0;
    left: 864px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964980254267570"] #molecule-175964980254267570 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175964980254267570"] {
    display: flex;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964980254267570"] #molecule-175964980254267570 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175964980254267570"] {
    display: flex;
    top: 0;
    left: 864px;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964980254267570"] #molecule-175964980254267570 {
    display: flex;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964980254777450"] {
  color: #262626;
  z-index: 3;
  top: 80px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964980254777450"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980254777450"] {
    display: table;
    top: 80px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980254777450"] {
    display: table;
    top: 104px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964980254777450"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980254777450"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980254777450"] {
    display: table;
    top: 62px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980254777450"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964980254213270"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964980254213270"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980254213270"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980254213270"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980254213270"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964980254213270"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980254213270"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980254213270"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-group[data-group-id="175964980259385100"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 960px;
  width: 460px;
  height: 235px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389132291 .tn-group[data-group-id="175964980259385100"] #molecule-175964980259385100 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175964980259385100"] {
    display: flex;
    top: 0;
    left: 960px;
    width: 460px;
    height: 235px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964980259385100"] #molecule-175964980259385100 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175964980259385100"] {
    display: flex;
    top: 0;
    left: 600px;
    width: 280px;
    height: 400px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964980259385100"] #molecule-175964980259385100 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175964980259385100"] {
    display: flex;
    top: 0;
    left: 576px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964980259385100"] #molecule-175964980259385100 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175964980259385100"] {
    display: flex;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964980259385100"] #molecule-175964980259385100 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175964980259385100"] {
    display: flex;
    top: 0;
    left: 576px;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964980259385100"] #molecule-175964980259385100 {
    display: flex;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964980259849760"] {
  color: #262626;
  z-index: 3;
  top: 80px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964980259849760"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980259849760"] {
    display: table;
    top: 80px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980259849760"] {
    display: table;
    top: 80px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964980259849760"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980259849760"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980259849760"] {
    display: table;
    top: 62px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980259849760"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964980259345950"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964980259345950"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980259345950"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980259345950"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980259345950"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964980259345950"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980259345950"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964980259345950"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-group[data-group-id="175964979415370310"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 480px;
  width: 460px;
  height: 235px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389132291 .tn-group[data-group-id="175964979415370310"] #molecule-175964979415370310 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175964979415370310"] {
    display: flex;
    top: 0;
    left: 480px;
    width: 460px;
    height: 235px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964979415370310"] #molecule-175964979415370310 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175964979415370310"] {
    display: flex;
    top: 0;
    left: 300px;
    width: 280px;
    height: 400px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964979415370310"] #molecule-175964979415370310 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175964979415370310"] {
    display: flex;
    top: 0;
    left: 288px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964979415370310"] #molecule-175964979415370310 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175964979415370310"] {
    display: flex;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964979415370310"] #molecule-175964979415370310 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175964979415370310"] {
    display: flex;
    top: 0;
    left: 288px;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964979415370310"] #molecule-175964979415370310 {
    display: flex;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964979416068550"] {
  color: #262626;
  z-index: 3;
  top: 56px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964979416068550"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964979416068550"] {
    display: table;
    top: 56px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964979416068550"] {
    display: table;
    top: 80px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964979416068550"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964979416068550"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964979416068550"] {
    display: table;
    top: 62px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964979416068550"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964979415397640"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964979415397640"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964979415397640"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964979415397640"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964979415397640"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964979415397640"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964979415397640"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964979415397640"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-group[data-group-id="175964949918455590"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 460px;
  height: 235px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389132291 .tn-group[data-group-id="175964949918455590"] #molecule-175964949918455590 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175964949918455590"] {
    display: flex;
    top: 0;
    left: 0;
    width: 460px;
    height: 235px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949918455590"] #molecule-175964949918455590 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175964949918455590"] {
    display: flex;
    top: 0;
    left: 0;
    width: 280px;
    height: 400px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949918455590"] #molecule-175964949918455590 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175964949918455590"] {
    display: flex;
    top: 0;
    left: 0;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949918455590"] #molecule-175964949918455590 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175964949918455590"] {
    display: flex;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949918455590"] #molecule-175964949918455590 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175964949918455590"] {
    display: flex;
    top: 0;
    left: 0;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949918455590"] #molecule-175964949918455590 {
    display: flex;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964949919164110"] {
  color: #262626;
  z-index: 3;
  top: 56px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964949919164110"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949919164110"] {
    display: table;
    top: 56px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949919164110"] {
    display: table;
    top: 80px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964949919164110"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949919164110"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949919164110"] {
    display: table;
    top: 62px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949919164110"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964949918472770"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964949918472770"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949918472770"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949918472770"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949918472770"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964949918472770"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949918472770"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949918472770"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-group[data-group-id="175964949913753010"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 107px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-group[data-group-id="175964949913753010"] #molecule-175964949913753010 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 8px 12px 8px 12px;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #262626;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175964949913753010"] {
    display: flex;
    top: 0;
    left: 0;
    width: 107px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949913753010"] #molecule-175964949913753010 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175964949913753010"] {
    display: flex;
    top: 0;
    left: 0;
    width: 107px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949913753010"] #molecule-175964949913753010 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175964949913753010"] {
    display: flex;
    top: 0;
    left: 0;
    width: 91px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949913753010"] #molecule-175964949913753010 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175964949913753010"] {
    display: flex;
    top: 0;
    left: 0;
    width: 91px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949913753010"] #molecule-175964949913753010 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175964949913753010"] {
    display: flex;
    top: 0;
    left: 0;
    width: 91px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964949913753010"] #molecule-175964949913753010 {
    display: flex;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964949913781130"] {
  color: #fff;
  z-index: 3;
  top: 8px;
  left: 12px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964949913781130"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949913781130"] {
    display: table;
    top: 8px;
    left: 12px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949913781130"] {
    display: table;
    top: 8px;
    left: 12px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949913781130"] {
    display: table;
    top: 8px;
    left: 12px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964949913781130"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949913781130"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964949913781130"] {
    display: table;
    top: 8px;
    left: 12px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-group[data-group-id="175964917203843030"] {
  z-index: 3;
  position: absolute;
  top: 969px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-group[data-group-id="175964917203843030"] #molecule-175964917203843030 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175964917203843030"] {
    display: flex;
    top: 1101px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964917203843030"] #molecule-175964917203843030 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175964917203843030"] {
    display: flex;
    top: 1501px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964917203843030"] #molecule-175964917203843030 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175964917203843030"] {
    display: flex;
    top: 1069px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964917203843030"] #molecule-175964917203843030 {
    display: flex;
    row-gap: 12px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175964917203843030"] {
    display: flex;
    top: 1069px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964917203843030"] #molecule-175964917203843030 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175964917203843030"] {
    display: flex;
    top: 1044px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964917203843030"] #molecule-175964917203843030 {
    display: flex;
  }
}
#rec1389132291 .tn-group[data-group-id="175964866816637980"] {
  z-index: 3;
  position: absolute;
  top: 56px;
  left: 0;
  width: 1540px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-group[data-group-id="175964866816637980"] #molecule-175964866816637980 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: auto auto;
  flex-direction: row;
  column-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175964866816637980"] {
    display: flex;
    top: 56px;
    left: 0;
    width: 1180px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964866816637980"] #molecule-175964866816637980 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175964866816637980"] {
    display: flex;
    top: 56px;
    left: 0;
    width: 940px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964866816637980"] #molecule-175964866816637980 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175964866816637980"] {
    display: flex;
    top: 44px;
    left: 0;
    width: 620px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964866816637980"] #molecule-175964866816637980 {
    display: flex;
    column-gap: 8px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175964866816637980"] {
    display: flex;
    top: 44px;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964866816637980"] #molecule-175964866816637980 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175964866816637980"] {
    display: flex;
    top: 44px;
    left: 0;
    width: 328px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964866816637980"] #molecule-175964866816637980 {
    display: flex;
  }
}
#rec1389132291 .tn-group[data-group-id="175965002402226010"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 3360px;
  width: 460px;
  height: 235px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389132291 .tn-group[data-group-id="175965002402226010"] #molecule-175965002402226010 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175965002402226010"] {
    display: flex;
    top: 0;
    left: 3360px;
    width: 460px;
    height: 235px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965002402226010"] #molecule-175965002402226010 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175965002402226010"] {
    display: flex;
    top: 0;
    left: 2100px;
    width: 280px;
    height: 387px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965002402226010"] #molecule-175965002402226010 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175965002402226010"] {
    display: flex;
    top: 0;
    left: 2016px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965002402226010"] #molecule-175965002402226010 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175965002402226010"] {
    display: flex;
    top: 0;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965002402226010"] #molecule-175965002402226010 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175965002402226010"] {
    display: flex;
    top: 0;
    left: 2016px;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965002402226010"] #molecule-175965002402226010 {
    display: flex;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175965002402825550"] {
  color: #262626;
  z-index: 3;
  top: 56px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175965002402825550"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002402825550"] {
    display: table;
    top: 56px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002402825550"] {
    display: table;
    top: 80px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175965002402825550"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002402825550"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002402825550"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002402825550"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175965002402239730"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175965002402239730"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002402239730"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002402239730"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002402239730"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175965002402239730"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002402239730"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002402239730"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-group[data-group-id="175965002409378550"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 2880px;
  width: 460px;
  height: 235px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389132291 .tn-group[data-group-id="175965002409378550"] #molecule-175965002409378550 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175965002409378550"] {
    display: flex;
    top: 0;
    left: 2880px;
    width: 460px;
    height: 235px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965002409378550"] #molecule-175965002409378550 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175965002409378550"] {
    display: flex;
    top: 0;
    left: 1800px;
    width: 280px;
    height: 387px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965002409378550"] #molecule-175965002409378550 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175965002409378550"] {
    display: flex;
    top: 0;
    left: 1728px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965002409378550"] #molecule-175965002409378550 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175965002409378550"] {
    display: flex;
    top: 0;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965002409378550"] #molecule-175965002409378550 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175965002409378550"] {
    display: flex;
    top: 0;
    left: 1728px;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965002409378550"] #molecule-175965002409378550 {
    display: flex;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175965002409834560"] {
  color: #262626;
  z-index: 3;
  top: 56px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175965002409834560"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002409834560"] {
    display: table;
    top: 56px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002409834560"] {
    display: table;
    top: 80px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175965002409834560"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002409834560"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002409834560"] {
    display: table;
    top: 62px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002409834560"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175965002409377680"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175965002409377680"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002409377680"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002409377680"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002409377680"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175965002409377680"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002409377680"] {
    display: table;
    top: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002409377680"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-group[data-group-id="175965002416390390"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 2400px;
  width: 460px;
  height: 235px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389132291 .tn-group[data-group-id="175965002416390390"] #molecule-175965002416390390 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175965002416390390"] {
    display: flex;
    top: 0;
    left: 2400px;
    width: 460px;
    height: 235px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965002416390390"] #molecule-175965002416390390 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175965002416390390"] {
    display: flex;
    top: 0;
    left: 1500px;
    width: 280px;
    height: 387px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965002416390390"] #molecule-175965002416390390 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175965002416390390"] {
    display: flex;
    top: 0;
    left: 1440px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965002416390390"] #molecule-175965002416390390 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175965002416390390"] {
    display: flex;
    top: 0;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965002416390390"] #molecule-175965002416390390 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175965002416390390"] {
    display: flex;
    top: 0;
    left: 1440px;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965002416390390"] #molecule-175965002416390390 {
    display: flex;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175965002416918600"] {
  color: #262626;
  z-index: 3;
  top: 56px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175965002416918600"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002416918600"] {
    display: table;
    top: 56px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002416918600"] {
    display: table;
    top: 104px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175965002416918600"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002416918600"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002416918600"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002416918600"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175965002416315170"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175965002416315170"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002416315170"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002416315170"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002416315170"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175965002416315170"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002416315170"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002416315170"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-group[data-group-id="175965002423870470"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 1920px;
  width: 460px;
  height: 235px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389132291 .tn-group[data-group-id="175965002423870470"] #molecule-175965002423870470 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175965002423870470"] {
    display: flex;
    top: 0;
    left: 1920px;
    width: 460px;
    height: 235px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965002423870470"] #molecule-175965002423870470 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175965002423870470"] {
    display: flex;
    top: 0;
    left: 1200px;
    width: 280px;
    height: 387px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965002423870470"] #molecule-175965002423870470 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175965002423870470"] {
    display: flex;
    top: 0;
    left: 1152px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965002423870470"] #molecule-175965002423870470 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175965002423870470"] {
    display: flex;
    top: 0;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965002423870470"] #molecule-175965002423870470 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175965002423870470"] {
    display: flex;
    top: 0;
    left: 1152px;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965002423870470"] #molecule-175965002423870470 {
    display: flex;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175965002424310670"] {
  color: #262626;
  z-index: 3;
  top: 56px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175965002424310670"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002424310670"] {
    display: table;
    top: 56px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002424310670"] {
    display: table;
    top: 80px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175965002424310670"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002424310670"] {
    display: table;
    top: 43px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002424310670"] {
    display: table;
    top: 43px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002424310670"] {
    display: table;
    top: 43px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175965002423871350"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175965002423871350"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002423871350"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002423871350"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002423871350"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175965002423871350"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002423871350"] {
    display: table;
    top: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175965002423871350"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-group[data-group-id="175965000674950900"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 1440px;
  width: 460px;
  height: 235px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389132291 .tn-group[data-group-id="175965000674950900"] #molecule-175965000674950900 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175965000674950900"] {
    display: flex;
    top: 0;
    left: 1440px;
    width: 460px;
    height: 235px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965000674950900"] #molecule-175965000674950900 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175965000674950900"] {
    display: flex;
    top: 0;
    left: 900px;
    width: 280px;
    height: 387px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965000674950900"] #molecule-175965000674950900 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175965000674950900"] {
    display: flex;
    top: 0;
    left: 864px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965000674950900"] #molecule-175965000674950900 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175965000674950900"] {
    display: flex;
    top: 0;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965000674950900"] #molecule-175965000674950900 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175965000674950900"] {
    display: flex;
    top: 0;
    left: 864px;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965000674950900"] #molecule-175965000674950900 {
    display: flex;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175965000676194990"] {
  color: #262626;
  z-index: 3;
  top: 56px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175965000676194990"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000676194990"] {
    display: table;
    top: 56px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000676194990"] {
    display: table;
    top: 80px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175965000676194990"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000676194990"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000676194990"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000676194990"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175965000674985390"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175965000674985390"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000674985390"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000674985390"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000674985390"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175965000674985390"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000674985390"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000674985390"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-group[data-group-id="175965000682737750"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 960px;
  width: 460px;
  height: 235px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389132291 .tn-group[data-group-id="175965000682737750"] #molecule-175965000682737750 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175965000682737750"] {
    display: flex;
    top: 0;
    left: 960px;
    width: 460px;
    height: 235px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965000682737750"] #molecule-175965000682737750 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175965000682737750"] {
    display: flex;
    top: 0;
    left: 600px;
    width: 280px;
    height: 387px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965000682737750"] #molecule-175965000682737750 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175965000682737750"] {
    display: flex;
    top: 0;
    left: 576px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965000682737750"] #molecule-175965000682737750 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175965000682737750"] {
    display: flex;
    top: 0;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965000682737750"] #molecule-175965000682737750 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175965000682737750"] {
    display: flex;
    top: 0;
    left: 576px;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965000682737750"] #molecule-175965000682737750 {
    display: flex;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175965000683220150"] {
  color: #262626;
  z-index: 3;
  top: 80px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175965000683220150"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000683220150"] {
    display: table;
    top: 80px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000683220150"] {
    display: table;
    top: 104px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175965000683220150"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000683220150"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000683220150"] {
    display: table;
    top: 62px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000683220150"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175965000682722440"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175965000682722440"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000682722440"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000682722440"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000682722440"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175965000682722440"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000682722440"] {
    display: table;
    top: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000682722440"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-group[data-group-id="175965000353872000"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 480px;
  width: 460px;
  height: 235px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389132291 .tn-group[data-group-id="175965000353872000"] #molecule-175965000353872000 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175965000353872000"] {
    display: flex;
    top: 0;
    left: 480px;
    width: 460px;
    height: 235px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965000353872000"] #molecule-175965000353872000 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175965000353872000"] {
    display: flex;
    top: 0;
    left: 300px;
    width: 280px;
    height: 387px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965000353872000"] #molecule-175965000353872000 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175965000353872000"] {
    display: flex;
    top: 0;
    left: 288px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965000353872000"] #molecule-175965000353872000 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175965000353872000"] {
    display: flex;
    top: 0;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965000353872000"] #molecule-175965000353872000 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175965000353872000"] {
    display: flex;
    top: 0;
    left: 288px;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175965000353872000"] #molecule-175965000353872000 {
    display: flex;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175965000354386670"] {
  color: #262626;
  z-index: 3;
  top: 80px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175965000354386670"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000354386670"] {
    display: table;
    top: 80px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000354386670"] {
    display: table;
    top: 104px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175965000354386670"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000354386670"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000354386670"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000354386670"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175965000353871580"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175965000353871580"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000353871580"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000353871580"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000353871580"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175965000353871580"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000353871580"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175965000353871580"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-group[data-group-id="175964864944795400"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 460px;
  height: 235px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389132291 .tn-group[data-group-id="175964864944795400"] #molecule-175964864944795400 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175964864944795400"] {
    display: flex;
    top: 0;
    left: 0;
    width: 460px;
    height: 235px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964864944795400"] #molecule-175964864944795400 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175964864944795400"] {
    display: flex;
    top: 0;
    left: 0;
    width: 280px;
    height: 387px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964864944795400"] #molecule-175964864944795400 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175964864944795400"] {
    display: flex;
    top: 0;
    left: 0;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964864944795400"] #molecule-175964864944795400 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175964864944795400"] {
    display: flex;
    top: 0;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964864944795400"] #molecule-175964864944795400 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175964864944795400"] {
    display: flex;
    top: 0;
    left: 0;
    width: 280px;
    height: 327px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964864944795400"] #molecule-175964864944795400 {
    display: flex;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964864945729690"] {
  color: #262626;
  z-index: 3;
  top: 56px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964864945729690"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964864945729690"] {
    display: table;
    top: 56px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964864945729690"] {
    display: table;
    top: 80px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964864945729690"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964864945729690"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964864945729690"] {
    display: table;
    top: 62px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964864945729690"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964864944725300"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964864944725300"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964864944725300"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964864944725300"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964864944725300"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964864944725300"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964864944725300"] {
    display: table;
    top: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964864944725300"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389132291 .tn-group[data-group-id="175964848568067110"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 107px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-group[data-group-id="175964848568067110"] #molecule-175964848568067110 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 8px 12px 8px 12px;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #262626;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-group[data-group-id="175964848568067110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 107px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964848568067110"] #molecule-175964848568067110 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-group[data-group-id="175964848568067110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 107px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964848568067110"] #molecule-175964848568067110 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-group[data-group-id="175964848568067110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 91px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964848568067110"] #molecule-175964848568067110 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-group[data-group-id="175964848568067110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 91px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964848568067110"] #molecule-175964848568067110 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-group[data-group-id="175964848568067110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 91px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389132291 .tn-group[data-group-id="175964848568067110"] #molecule-175964848568067110 {
    display: flex;
  }
}
#rec1389132291 .tn-elem[data-elem-id="175964847066558460"] {
  color: #fff;
  z-index: 3;
  top: 8px;
  left: 12px;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389132291 .tn-elem[data-elem-id="175964847066558460"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389132291 .tn-elem[data-elem-id="175964847066558460"] {
    display: table;
    top: 8px;
    left: 12px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389132291 .tn-elem[data-elem-id="175964847066558460"] {
    display: table;
    top: 8px;
    left: 12px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389132291 .tn-elem[data-elem-id="175964847066558460"] {
    display: table;
    top: 8px;
    left: 12px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389132291 .tn-elem[data-elem-id="175964847066558460"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389132291 .tn-elem[data-elem-id="175964847066558460"] {
    display: table;
    top: 8px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389132291 .tn-elem[data-elem-id="175964847066558460"] {
    display: table;
    top: 8px;
    left: 12px;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389131631 .t396__artboard {
  height: 286px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  row-gap: calc(20px * var(--zoom, 1));
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(140px * var(--zoom, 1));
  padding-bottom: calc(80px * var(--zoom, 1));
  width: auto;
}
#rec1389131631 .t396__filter {
  height: 286px;
}
#rec1389131631 .t396__carrier {
  height: 286px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1389131631 .t396__artboard,
  #rec1389131631 .t396__filter,
  #rec1389131631 .t396__carrier {
    height: 286px;
  }
  #rec1389131631 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(140px * var(--zoom, 1));
    padding-bottom: calc(80px * var(--zoom, 1));
    width: auto;
  }
  #rec1389131631 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389131631 .t396__artboard,
  #rec1389131631 .t396__filter,
  #rec1389131631 .t396__carrier {
    height: 286px;
  }
  #rec1389131631 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(140px * var(--zoom, 1));
    padding-bottom: calc(80px * var(--zoom, 1));
    width: auto;
  }
  #rec1389131631 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1389131631 .t396__artboard,
  #rec1389131631 .t396__filter,
  #rec1389131631 .t396__carrier {
    height: 128px;
  }
  #rec1389131631 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1389131631 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1389131631 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1389131631 .t396__artboard,
  #rec1389131631 .t396__filter,
  #rec1389131631 .t396__carrier {
    height: 128px;
  }
  #rec1389131631 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1389131631 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1389131631 .t396__artboard,
  #rec1389131631 .t396__filter,
  #rec1389131631 .t396__carrier {
    height: 128px;
  }
  #rec1389131631 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1389131631 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1389131631 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1389131631 .tn-elem[data-elem-id="175916031473889900"] {
  z-index: 3;
  top: 140px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1389131631 .tn-elem[data-elem-id="175916031473889900"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389131631 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 140px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389131631 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 140px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389131631 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389131631 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389131631 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1389131631 .tn-group[data-group-id="175916035984714150"] {
  z-index: 3;
  position: absolute;
  top: 161px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389131631 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389131631 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 161px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389131631 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389131631 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 161px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389131631 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389131631 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389131631 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1389131631 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389131631 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389131631 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389131631 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
#rec1389131631 .tn-elem[data-elem-id="175916035087645530"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389131631 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389131631 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1389131631 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389131631 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 959px) {
  #rec1389131631 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1389131631 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389131631 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1389131631 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1389131631 .tn-elem[data-elem-id="175916032056398950"] {
  z-index: 3;
  top: 200px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  flex-shrink: 0;
  height: 6px;
  margin: 0 0 0 0;
}
#rec1389131631 .tn-elem[data-elem-id="175916032056398950"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389131631 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 200px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389131631 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 200px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389131631 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389131631 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389131631 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1389066161 .t396__artboard {
  height: 978px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  row-gap: calc(60px * var(--zoom, 1));
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(0px * var(--zoom, 1));
  padding-bottom: calc(0px * var(--zoom, 1));
  width: auto;
}
#rec1389066161 .t396__filter {
  height: 978px;
}
#rec1389066161 .t396__carrier {
  height: 978px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .t396__artboard,
  #rec1389066161 .t396__filter,
  #rec1389066161 .t396__carrier {
    height: 1121px;
  }
  #rec1389066161 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1389066161 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .t396__artboard,
  #rec1389066161 .t396__filter,
  #rec1389066161 .t396__carrier {
    height: 1235px;
  }
  #rec1389066161 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(80px * var(--zoom, 1));
    width: auto;
  }
  #rec1389066161 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .t396__artboard,
  #rec1389066161 .t396__filter,
  #rec1389066161 .t396__carrier {
    height: 734px;
  }
  #rec1389066161 .t396__artboard {
    display: flex;
    align-items: flex-start;
    row-gap: calc(32px * var(--zoom, 1));
  }
  #rec1389066161 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(50px * var(--zoom, 1));
    padding-bottom: calc(50px * var(--zoom, 1));
    width: auto;
  }
  #rec1389066161 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .t396__artboard,
  #rec1389066161 .t396__filter,
  #rec1389066161 .t396__carrier {
    height: 932px;
  }
  #rec1389066161 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1389066161 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .t396__artboard,
  #rec1389066161 .t396__filter,
  #rec1389066161 .t396__carrier {
    height: 1076px;
  }
  #rec1389066161 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1389066161 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1389066161 .tn-group[data-group-id="175950255993980280"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 50px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
    row-gap: 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
  }
}
#rec1389066161 .tn-elem[data-elem-id="175950233686047180"] {
  color: #262626;
  z-index: 3;
  top: 232px;
  left: 0;
  width: 892px;
  flex-shrink: 0;
  height: 93px;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 28px;
  font-family: "PT Serif", serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 296px;
    left: 0;
    width: 780px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 360px;
    left: 0;
    width: 780px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 140px;
    left: 0;
    width: 360px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175950233686047180"] {
    text-align: left;
  }
  #rec1389066161 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    line-height: 1.2;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 140px;
    left: 0;
    width: 291px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 171px;
    left: 0;
    width: 276px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1389066161 .tn-elem[data-elem-id="175933325552461570"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 1260px;
  flex-shrink: 0;
  height: 192px;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 64px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: 0;
    width: 1002px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: 0;
    width: 829px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    top: 0;
    left: 0;
    width: 432px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175933325552461570"] {
    text-align: left;
  }
  #rec1389066161 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 28px;
    line-height: 1.1;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    top: 0;
    left: 0;
    width: 432px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: 0;
    width: 328px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1389066161 .tn-group[data-group-id="175964554079790110"] {
  z-index: 3;
  position: absolute;
  top: 385px;
  left: calc(50% - 800px + 30px);
  width: 760px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-group[data-group-id="175964554079790110"] #molecule-175964554079790110 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 40px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-group[data-group-id="175964554079790110"] {
    display: flex;
    top: 480px;
    left: calc(50% - 610px + 20px);
    width: 782px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964554079790110"] #molecule-175964554079790110 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-group[data-group-id="175964554079790110"] {
    display: flex;
    top: 544px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964554079790110"] #molecule-175964554079790110 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-group[data-group-id="175964554079790110"] {
    display: flex;
    top: 317px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964554079790110"] #molecule-175964554079790110 {
    display: flex;
    row-gap: 12px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-group[data-group-id="175964554079790110"] {
    display: flex;
    top: 286px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964554079790110"] #molecule-175964554079790110 {
    display: flex;
    padding: 0 0 174px 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-group[data-group-id="175964554079790110"] {
    display: flex;
    top: 317px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964554079790110"] #molecule-175964554079790110 {
    display: flex;
    padding: 0 0 177px 0;
  }
}
#rec1389066161 .tn-group[data-group-id="175964564130878130"] {
  z-index: 3;
  position: absolute;
  top: 302px;
  left: 390px;
  width: 370px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389066161 .tn-group[data-group-id="175964564130878130"] #molecule-175964564130878130 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-group[data-group-id="175964564130878130"] {
    display: flex;
    top: 334px;
    left: 400px;
    width: 380px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964564130878130"] #molecule-175964564130878130 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-group[data-group-id="175964564130878130"] {
    display: flex;
    top: 314px;
    left: 480px;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964564130878130"] #molecule-175964564130878130 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-group[data-group-id="175964564130878130"] {
    display: flex;
    top: 149px;
    left: 320px;
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964564130878130"] #molecule-175964564130878130 {
    display: flex;
    row-gap: 12px;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-group[data-group-id="175964564130878130"] {
    display: flex;
    top: 311px;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964564130878130"] #molecule-175964564130878130 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-group[data-group-id="175964564130878130"] {
    display: flex;
    top: 363px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964564130878130"] #molecule-175964564130878130 {
    display: flex;
  }
}
#rec1389066161 .tn-elem[data-elem-id="175964564133396430"] {
  z-index: 3;
  top: 132px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-elem[data-elem-id="175964564133396430"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #c2beb4;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564133396430"] {
    display: table;
    top: 148px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564133396430"] {
    display: table;
    top: 114px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564133396430"] {
    display: table;
    top: 69px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564133396430"] {
    display: table;
    top: 50px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564133396430"] {
    display: table;
    top: 69px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1389066161 .tn-group[data-group-id="175964564130840670"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-group[data-group-id="175964564130840670"] #molecule-175964564130840670 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-group[data-group-id="175964564130840670"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964564130840670"] #molecule-175964564130840670 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-group[data-group-id="175964564130840670"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964564130840670"] #molecule-175964564130840670 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-group[data-group-id="175964564130840670"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964564130840670"] #molecule-175964564130840670 {
    display: flex;
    flex-direction: row;
    flex-wrap: unset;
    column-gap: 8px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-group[data-group-id="175964564130840670"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964564130840670"] #molecule-175964564130840670 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-group[data-group-id="175964564130840670"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964564130840670"] #molecule-175964564130840670 {
    display: flex;
  }
}
#rec1389066161 .tn-elem[data-elem-id="175964564131393640"] {
  color: #262626;
  z-index: 3;
  top: 40px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 72px;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-elem[data-elem-id="175964564131393640"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564131393640"] {
    display: table;
    top: 56px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564131393640"] {
    display: table;
    top: 46px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964564131393640"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564131393640"] {
    display: table;
    top: 0;
    left: 48px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964564131393640"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564131393640"] {
    display: table;
    top: 0;
    left: 48px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564131393640"] {
    display: table;
    top: 0;
    left: 48px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1389066161 .tn-elem[data-elem-id="175964564130889720"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 32px;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-elem[data-elem-id="175964564130889720"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 32px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564130889720"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564130889720"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964564130889720"] .tn-atom {
    font-size: 32px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564130889720"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964564130889720"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 24px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564130889720"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564130889720"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389066161 .tn-group[data-group-id="175964564138768920"] {
  z-index: 3;
  position: absolute;
  top: 302px;
  left: 0;
  width: 370px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389066161 .tn-group[data-group-id="175964564138768920"] #molecule-175964564138768920 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-group[data-group-id="175964564138768920"] {
    display: flex;
    top: 334px;
    left: 0;
    width: 380px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964564138768920"] #molecule-175964564138768920 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-group[data-group-id="175964564138768920"] {
    display: flex;
    top: 314px;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964564138768920"] #molecule-175964564138768920 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-group[data-group-id="175964564138768920"] {
    display: flex;
    top: 149px;
    left: 0;
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964564138768920"] #molecule-175964564138768920 {
    display: flex;
    row-gap: 12px;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-group[data-group-id="175964564138768920"] {
    display: flex;
    top: 246px;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964564138768920"] #molecule-175964564138768920 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-group[data-group-id="175964564138768920"] {
    display: flex;
    top: 279px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964564138768920"] #molecule-175964564138768920 {
    display: flex;
  }
}
#rec1389066161 .tn-elem[data-elem-id="175964564140955660"] {
  z-index: 3;
  top: 132px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-elem[data-elem-id="175964564140955660"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #c2beb4;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564140955660"] {
    display: table;
    top: 148px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564140955660"] {
    display: table;
    top: 114px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564140955660"] {
    display: table;
    top: 69px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564140955660"] {
    display: table;
    top: 50px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564140955660"] {
    display: table;
    top: 69px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1389066161 .tn-group[data-group-id="175964564138733310"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-group[data-group-id="175964564138733310"] #molecule-175964564138733310 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-group[data-group-id="175964564138733310"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964564138733310"] #molecule-175964564138733310 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-group[data-group-id="175964564138733310"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964564138733310"] #molecule-175964564138733310 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-group[data-group-id="175964564138733310"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964564138733310"] #molecule-175964564138733310 {
    display: flex;
    flex-direction: row;
    flex-wrap: unset;
    column-gap: 8px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-group[data-group-id="175964564138733310"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964564138733310"] #molecule-175964564138733310 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-group[data-group-id="175964564138733310"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964564138733310"] #molecule-175964564138733310 {
    display: flex;
  }
}
#rec1389066161 .tn-elem[data-elem-id="175964564139250630"] {
  color: #262626;
  z-index: 3;
  top: 40px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 72px;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-elem[data-elem-id="175964564139250630"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564139250630"] {
    display: table;
    top: 56px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564139250630"] {
    display: table;
    top: 46px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964564139250630"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564139250630"] {
    display: table;
    top: 0;
    left: 48px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964564139250630"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564139250630"] {
    display: table;
    top: 0;
    left: 48px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564139250630"] {
    display: table;
    top: 0;
    left: 48px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1389066161 .tn-elem[data-elem-id="175964564138773480"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 32px;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-elem[data-elem-id="175964564138773480"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 32px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564138773480"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564138773480"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964564138773480"] .tn-atom {
    font-size: 32px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564138773480"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964564138773480"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 24px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564138773480"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-elem[data-elem-id="175964564138773480"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389066161 .tn-group[data-group-id="175964555754364420"] {
  z-index: 3;
  position: absolute;
  top: 151px;
  left: 390px;
  width: 370px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389066161 .tn-group[data-group-id="175964555754364420"] #molecule-175964555754364420 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-group[data-group-id="175964555754364420"] {
    display: flex;
    top: 167px;
    left: 400px;
    width: 380px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964555754364420"] #molecule-175964555754364420 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-group[data-group-id="175964555754364420"] {
    display: flex;
    top: 157px;
    left: 480px;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964555754364420"] #molecule-175964555754364420 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-group[data-group-id="175964555754364420"] {
    display: flex;
    top: 65px;
    left: 320px;
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964555754364420"] #molecule-175964555754364420 {
    display: flex;
    row-gap: 12px;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-group[data-group-id="175964555754364420"] {
    display: flex;
    top: 181px;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964555754364420"] #molecule-175964555754364420 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-group[data-group-id="175964555754364420"] {
    display: flex;
    top: 195px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964555754364420"] #molecule-175964555754364420 {
    display: flex;
  }
}
#rec1389066161 .tn-elem[data-elem-id="175964555758580080"] {
  z-index: 3;
  top: 108px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-elem[data-elem-id="175964555758580080"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #c2beb4;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555758580080"] {
    display: table;
    top: 124px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555758580080"] {
    display: table;
    top: 114px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555758580080"] {
    display: table;
    top: 69px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555758580080"] {
    display: table;
    top: 50px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555758580080"] {
    display: table;
    top: 69px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1389066161 .tn-group[data-group-id="175964555754440500"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-group[data-group-id="175964555754440500"] #molecule-175964555754440500 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-group[data-group-id="175964555754440500"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964555754440500"] #molecule-175964555754440500 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-group[data-group-id="175964555754440500"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964555754440500"] #molecule-175964555754440500 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-group[data-group-id="175964555754440500"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964555754440500"] #molecule-175964555754440500 {
    display: flex;
    flex-direction: row;
    flex-wrap: unset;
    column-gap: 8px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-group[data-group-id="175964555754440500"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964555754440500"] #molecule-175964555754440500 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-group[data-group-id="175964555754440500"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964555754440500"] #molecule-175964555754440500 {
    display: flex;
  }
}
#rec1389066161 .tn-elem[data-elem-id="175964555755565600"] {
  color: #262626;
  z-index: 3;
  top: 40px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 48px;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-elem[data-elem-id="175964555755565600"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555755565600"] {
    display: table;
    top: 56px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555755565600"] {
    display: table;
    top: 46px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964555755565600"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555755565600"] {
    display: table;
    top: 0;
    left: 48px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964555755565600"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555755565600"] {
    display: table;
    top: 0;
    left: 48px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555755565600"] {
    display: table;
    top: 0;
    left: 48px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1389066161 .tn-elem[data-elem-id="175964555754499620"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 32px;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-elem[data-elem-id="175964555754499620"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 32px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555754499620"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555754499620"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964555754499620"] .tn-atom {
    font-size: 32px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555754499620"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964555754499620"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 24px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555754499620"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555754499620"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389066161 .tn-group[data-group-id="175964555763172300"] {
  z-index: 3;
  position: absolute;
  top: 151px;
  left: 0;
  width: 370px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389066161 .tn-group[data-group-id="175964555763172300"] #molecule-175964555763172300 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-group[data-group-id="175964555763172300"] {
    display: flex;
    top: 167px;
    left: 0;
    width: 380px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964555763172300"] #molecule-175964555763172300 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-group[data-group-id="175964555763172300"] {
    display: flex;
    top: 157px;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964555763172300"] #molecule-175964555763172300 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-group[data-group-id="175964555763172300"] {
    display: flex;
    top: 65px;
    left: 0;
    width: 300px;
    height: 72px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964555763172300"] #molecule-175964555763172300 {
    display: flex;
    row-gap: 12px;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-group[data-group-id="175964555763172300"] {
    display: flex;
    top: 130px;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964555763172300"] #molecule-175964555763172300 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-group[data-group-id="175964555763172300"] {
    display: flex;
    top: 130px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964555763172300"] #molecule-175964555763172300 {
    display: flex;
  }
}
#rec1389066161 .tn-elem[data-elem-id="175964555765230140"] {
  z-index: 3;
  top: 108px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-elem[data-elem-id="175964555765230140"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #c2beb4;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555765230140"] {
    display: table;
    top: 124px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555765230140"] {
    display: table;
    top: 114px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555765230140"] {
    display: table;
    top: 69px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555765230140"] {
    display: table;
    top: 36px;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555765230140"] {
    display: table;
    top: 50px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1389066161 .tn-group[data-group-id="175964555763118950"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-group[data-group-id="175964555763118950"] #molecule-175964555763118950 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-group[data-group-id="175964555763118950"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964555763118950"] #molecule-175964555763118950 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-group[data-group-id="175964555763118950"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964555763118950"] #molecule-175964555763118950 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-group[data-group-id="175964555763118950"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964555763118950"] #molecule-175964555763118950 {
    display: flex;
    flex-direction: row;
    flex-wrap: unset;
    column-gap: 8px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-group[data-group-id="175964555763118950"] {
    display: flex;
    top: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964555763118950"] #molecule-175964555763118950 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-group[data-group-id="175964555763118950"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964555763118950"] #molecule-175964555763118950 {
    display: flex;
  }
}
#rec1389066161 .tn-elem[data-elem-id="175964555763645030"] {
  color: #262626;
  z-index: 3;
  top: 40px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 48px;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-elem[data-elem-id="175964555763645030"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555763645030"] {
    display: table;
    top: 56px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555763645030"] {
    display: table;
    top: 46px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964555763645030"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555763645030"] {
    display: table;
    top: 0;
    left: 48px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964555763645030"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555763645030"] {
    display: table;
    top: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555763645030"] {
    display: table;
    top: 0;
    left: 48px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1389066161 .tn-elem[data-elem-id="175964555763119640"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 32px;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-elem[data-elem-id="175964555763119640"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 32px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555763119640"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555763119640"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964555763119640"] .tn-atom {
    font-size: 32px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555763119640"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964555763119640"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 24px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555763119640"] {
    display: table;
    top: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-elem[data-elem-id="175964555763119640"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389066161 .tn-group[data-group-id="175964523741782940"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 390px;
  width: 370px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389066161 .tn-group[data-group-id="175964523741782940"] #molecule-175964523741782940 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-group[data-group-id="175964523741782940"] {
    display: flex;
    top: 0;
    left: 400px;
    width: 380px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964523741782940"] #molecule-175964523741782940 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-group[data-group-id="175964523741782940"] {
    display: flex;
    top: 0;
    left: 480px;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964523741782940"] #molecule-175964523741782940 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-group[data-group-id="175964523741782940"] {
    display: flex;
    top: 0;
    left: 320px;
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964523741782940"] #molecule-175964523741782940 {
    display: flex;
    row-gap: 12px;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-group[data-group-id="175964523741782940"] {
    display: flex;
    top: 65px;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964523741782940"] #molecule-175964523741782940 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-group[data-group-id="175964523741782940"] {
    display: flex;
    top: 65px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964523741782940"] #molecule-175964523741782940 {
    display: flex;
  }
}
#rec1389066161 .tn-elem[data-elem-id="1759645313427"] {
  z-index: 3;
  top: 108px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-elem[data-elem-id="1759645313427"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #c2beb4;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-elem[data-elem-id="1759645313427"] {
    display: table;
    top: 124px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-elem[data-elem-id="1759645313427"] {
    display: table;
    top: 114px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-elem[data-elem-id="1759645313427"] {
    display: table;
    top: 50px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-elem[data-elem-id="1759645313427"] {
    display: table;
    top: 50px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-elem[data-elem-id="1759645313427"] {
    display: table;
    top: 50px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1389066161 .tn-group[data-group-id="175964533110242700"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-group[data-group-id="175964533110242700"] #molecule-175964533110242700 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-group[data-group-id="175964533110242700"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964533110242700"] #molecule-175964533110242700 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-group[data-group-id="175964533110242700"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964533110242700"] #molecule-175964533110242700 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-group[data-group-id="175964533110242700"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964533110242700"] #molecule-175964533110242700 {
    display: flex;
    flex-direction: row;
    flex-wrap: unset;
    column-gap: 8px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-group[data-group-id="175964533110242700"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964533110242700"] #molecule-175964533110242700 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-group[data-group-id="175964533110242700"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964533110242700"] #molecule-175964533110242700 {
    display: flex;
  }
}
#rec1389066161 .tn-elem[data-elem-id="175964524564730960"] {
  color: #262626;
  z-index: 3;
  top: 40px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 48px;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-elem[data-elem-id="175964524564730960"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-elem[data-elem-id="175964524564730960"] {
    display: table;
    top: 56px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-elem[data-elem-id="175964524564730960"] {
    display: table;
    top: 46px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964524564730960"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-elem[data-elem-id="175964524564730960"] {
    display: table;
    top: 0;
    left: 48px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964524564730960"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-elem[data-elem-id="175964524564730960"] {
    display: table;
    top: 0;
    left: 48px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-elem[data-elem-id="175964524564730960"] {
    display: table;
    top: 0;
    left: 48px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1389066161 .tn-elem[data-elem-id="175964523741792470"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 32px;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-elem[data-elem-id="175964523741792470"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 32px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-elem[data-elem-id="175964523741792470"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-elem[data-elem-id="175964523741792470"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964523741792470"] .tn-atom {
    font-size: 32px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-elem[data-elem-id="175964523741792470"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964523741792470"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 24px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-elem[data-elem-id="175964523741792470"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-elem[data-elem-id="175964523741792470"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389066161 .tn-group[data-group-id="175964553554950910"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 370px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389066161 .tn-group[data-group-id="175964553554950910"] #molecule-175964553554950910 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-group[data-group-id="175964553554950910"] {
    display: flex;
    top: 0;
    left: 0;
    width: 380px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964553554950910"] #molecule-175964553554950910 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-group[data-group-id="175964553554950910"] {
    display: flex;
    top: 0;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964553554950910"] #molecule-175964553554950910 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-group[data-group-id="175964553554950910"] {
    display: flex;
    top: 0;
    left: 0;
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964553554950910"] #molecule-175964553554950910 {
    display: flex;
    row-gap: 12px;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-group[data-group-id="175964553554950910"] {
    display: flex;
    top: 0;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964553554950910"] #molecule-175964553554950910 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-group[data-group-id="175964553554950910"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964553554950910"] #molecule-175964553554950910 {
    display: flex;
  }
}
#rec1389066161 .tn-elem[data-elem-id="175964553559196670"] {
  z-index: 3;
  top: 108px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-elem[data-elem-id="175964553559196670"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #c2beb4;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-elem[data-elem-id="175964553559196670"] {
    display: table;
    top: 124px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-elem[data-elem-id="175964553559196670"] {
    display: table;
    top: 114px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-elem[data-elem-id="175964553559196670"] {
    display: table;
    top: 50px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-elem[data-elem-id="175964553559196670"] {
    display: table;
    top: 50px;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-elem[data-elem-id="175964553559196670"] {
    display: table;
    top: 50px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1389066161 .tn-group[data-group-id="175964553554917620"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-group[data-group-id="175964553554917620"] #molecule-175964553554917620 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-group[data-group-id="175964553554917620"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964553554917620"] #molecule-175964553554917620 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-group[data-group-id="175964553554917620"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964553554917620"] #molecule-175964553554917620 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-group[data-group-id="175964553554917620"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964553554917620"] #molecule-175964553554917620 {
    display: flex;
    flex-direction: row;
    flex-wrap: unset;
    column-gap: 8px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-group[data-group-id="175964553554917620"] {
    display: flex;
    top: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964553554917620"] #molecule-175964553554917620 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-group[data-group-id="175964553554917620"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066161 .tn-group[data-group-id="175964553554917620"] #molecule-175964553554917620 {
    display: flex;
  }
}
#rec1389066161 .tn-elem[data-elem-id="175964553556086920"] {
  color: #262626;
  z-index: 3;
  top: 40px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 48px;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-elem[data-elem-id="175964553556086920"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-elem[data-elem-id="175964553556086920"] {
    display: table;
    top: 56px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-elem[data-elem-id="175964553556086920"] {
    display: table;
    top: 46px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964553556086920"] .tn-atom {
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-elem[data-elem-id="175964553556086920"] {
    display: table;
    top: 0;
    left: 48px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964553556086920"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-elem[data-elem-id="175964553556086920"] {
    display: table;
    top: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-elem[data-elem-id="175964553556086920"] {
    display: table;
    top: 0;
    left: 48px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1389066161 .tn-elem[data-elem-id="175964553554927100"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 32px;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-elem[data-elem-id="175964553554927100"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 32px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-elem[data-elem-id="175964553554927100"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-elem[data-elem-id="175964553554927100"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964553554927100"] .tn-atom {
    font-size: 32px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-elem[data-elem-id="175964553554927100"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964553554927100"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 24px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-elem[data-elem-id="175964553554927100"] {
    display: table;
    top: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-elem[data-elem-id="175964553554927100"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389066161 .tn-elem[data-elem-id="175964576512192760"] {
  color: #262626;
  z-index: 3;
  top: 882px;
  left: calc(50% - 800px + 30px);
  width: 502px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389066161 .tn-elem[data-elem-id="175964576512192760"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-elem[data-elem-id="175964576512192760"] {
    display: table;
    top: 1025px;
    left: calc(50% - 610px + 20px);
    width: 500px;
    height: 96px;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964576512192760"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-elem[data-elem-id="175964576512192760"] {
    display: table;
    top: 1035px;
    left: calc(50% - 480px + 10px);
    width: 458px;
    height: 120px;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964576512192760"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-elem[data-elem-id="175964576512192760"] {
    display: table;
    top: 570px;
    left: calc(50% - 320px + 10px);
    width: 300px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964576512192760"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-elem[data-elem-id="175964576512192760"] {
    display: table;
    top: 856px;
    left: calc(50% - 240px + 10px);
    width: 458px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964576512192760"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-elem[data-elem-id="175964576512192760"] {
    display: table;
    top: 961px;
    left: calc(50% - 180px + 16px);
    width: 326px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389066161 .tn-elem[data-elem-id="175964576512192760"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1389066161 .tn-elem[data-elem-id="1759647930298"] {
  z-index: 3;
  top: 558px;
  left: calc(50% - 800px + 1070px);
  width: 500px;
  flex-shrink: 0;
  height: auto;
}
#rec1389066161 .tn-elem[data-elem-id="1759647930298"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1389066161 .tn-elem[data-elem-id="1759647930298"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1389066161 .tn-elem[data-elem-id="1759647930298"] {
    display: table;
    top: 765px;
    left: calc(50% - 610px + 820px);
    width: 380px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066161 .tn-elem[data-elem-id="1759647930298"] {
    display: table;
    top: 1035px;
    left: calc(50% - 480px + 490px);
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066161 .tn-elem[data-elem-id="1759647930298"] {
    display: table;
    top: 570px;
    left: calc(50% - 320px + 330px);
    width: 300px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066161 .tn-elem[data-elem-id="1759647930298"] {
    display: table;
    top: 682px;
    left: calc(50% - 240px + 10px);
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066161 .tn-elem[data-elem-id="1759647930298"] {
    display: table;
    top: 772px;
    left: calc(50% - 180px + 16px);
    width: 328px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389180251 .t396__artboard {
  height: 286px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  row-gap: calc(20px * var(--zoom, 1));
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(140px * var(--zoom, 1));
  padding-bottom: calc(80px * var(--zoom, 1));
  width: auto;
}
#rec1389180251 .t396__filter {
  height: 286px;
}
#rec1389180251 .t396__carrier {
  height: 286px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1389180251 .t396__artboard,
  #rec1389180251 .t396__filter,
  #rec1389180251 .t396__carrier {
    height: 286px;
  }
  #rec1389180251 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(140px * var(--zoom, 1));
    padding-bottom: calc(80px * var(--zoom, 1));
    width: auto;
  }
  #rec1389180251 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389180251 .t396__artboard,
  #rec1389180251 .t396__filter,
  #rec1389180251 .t396__carrier {
    height: 286px;
  }
  #rec1389180251 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(140px * var(--zoom, 1));
    padding-bottom: calc(80px * var(--zoom, 1));
    width: auto;
  }
  #rec1389180251 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1389180251 .t396__artboard,
  #rec1389180251 .t396__filter,
  #rec1389180251 .t396__carrier {
    height: 128px;
  }
  #rec1389180251 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1389180251 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1389180251 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1389180251 .t396__artboard,
  #rec1389180251 .t396__filter,
  #rec1389180251 .t396__carrier {
    height: 128px;
  }
  #rec1389180251 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1389180251 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1389180251 .t396__artboard,
  #rec1389180251 .t396__filter,
  #rec1389180251 .t396__carrier {
    height: 128px;
  }
  #rec1389180251 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1389180251 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1389180251 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1389180251 .tn-elem[data-elem-id="175916031473889900"] {
  z-index: 3;
  top: 140px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1389180251 .tn-elem[data-elem-id="175916031473889900"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389180251 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 140px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389180251 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 140px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389180251 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389180251 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389180251 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1389180251 .tn-group[data-group-id="175916035984714150"] {
  z-index: 3;
  position: absolute;
  top: 161px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389180251 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389180251 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 161px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180251 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389180251 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 161px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180251 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389180251 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180251 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1389180251 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180251 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389180251 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180251 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
#rec1389180251 .tn-elem[data-elem-id="175916035087645530"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389180251 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389180251 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1389180251 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389180251 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 959px) {
  #rec1389180251 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1389180251 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389180251 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1389180251 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1389180251 .tn-elem[data-elem-id="175916032056398950"] {
  z-index: 3;
  top: 200px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  flex-shrink: 0;
  height: 6px;
  margin: 0 0 0 0;
}
#rec1389180251 .tn-elem[data-elem-id="175916032056398950"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389180251 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 200px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389180251 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 200px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389180251 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389180251 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389180251 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1389180551 .t396__artboard {
  height: 781px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  row-gap: calc(60px * var(--zoom, 1));
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(0px * var(--zoom, 1));
  padding-bottom: calc(0px * var(--zoom, 1));
  width: auto;
}
#rec1389180551 .t396__filter {
  height: 781px;
}
#rec1389180551 .t396__carrier {
  height: 781px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1389180551 .t396__artboard,
  #rec1389180551 .t396__filter,
  #rec1389180551 .t396__carrier {
    height: 1022px;
  }
  #rec1389180551 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1389180551 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389180551 .t396__artboard,
  #rec1389180551 .t396__filter,
  #rec1389180551 .t396__carrier {
    height: 1085px;
  }
  #rec1389180551 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1389180551 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1389180551 .t396__artboard,
  #rec1389180551 .t396__filter,
  #rec1389180551 .t396__carrier {
    height: 803px;
  }
  #rec1389180551 .t396__artboard {
    display: flex;
    align-items: flex-start;
    row-gap: calc(32px * var(--zoom, 1));
  }
  #rec1389180551 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1389180551 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1389180551 .t396__artboard,
  #rec1389180551 .t396__filter,
  #rec1389180551 .t396__carrier {
    height: 250px;
  }
  #rec1389180551 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1389180551 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1389180551 .t396__artboard,
  #rec1389180551 .t396__filter,
  #rec1389180551 .t396__carrier {
    height: 346px;
  }
  #rec1389180551 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1389180551 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1389180551 .tn-elem[data-elem-id="175965032222736410"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: calc(50% - 800px + 30px);
  width: 1420px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389180551 .tn-elem[data-elem-id="175965032222736410"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 64px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389180551 .tn-elem[data-elem-id="175965032222736410"] {
    display: table;
    left: calc(50% - 610px + 20px);
    width: 1002px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389180551 .tn-elem[data-elem-id="175965032222736410"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389180551 .tn-elem[data-elem-id="175965032222736410"] {
    display: table;
    left: calc(50% - 480px + 10px);
    width: 829px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389180551 .tn-elem[data-elem-id="175965032222736410"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389180551 .tn-elem[data-elem-id="175965032222736410"] {
    display: table;
    left: calc(50% - 320px + 10px);
    width: 432px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389180551 .tn-elem[data-elem-id="175965032222736410"] {
    text-align: left;
  }
  #rec1389180551 .tn-elem[data-elem-id="175965032222736410"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 28px;
    line-height: 1.1;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389180551 .tn-elem[data-elem-id="175965032222736410"] {
    display: table;
    left: calc(50% - 240px + 10px);
    width: 432px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389180551 .tn-elem[data-elem-id="175965032222736410"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1389180551 .tn-elem[data-elem-id="175965032222736410"] {
    display: table;
    left: calc(50% - 180px + 16px);
    width: 328px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389180551 .tn-elem[data-elem-id="175965032222736410"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1389180551 .tn-group[data-group-id="175933695723160510"] {
  z-index: 3;
  position: absolute;
  top: 188px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389180551 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389180551 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 252px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389180551 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 316px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389180551 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 125px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 639px) {
  #rec1389180551 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 125px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
    row-gap: 8px;
  }
}
@media screen and (max-width: 479px) {
  #rec1389180551 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 156px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
  }
}
#rec1389180551 .tn-group[data-group-id="175965063936840470"] {
  z-index: 3;
  position: absolute;
  top: 424px;
  left: 0;
  width: 760px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389180551 .tn-group[data-group-id="175965063936840470"] #molecule-175965063936840470 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgb(224 72 26);
}
@media screen and (max-width: 1599px) {
  #rec1389180551 .tn-group[data-group-id="175965063936840470"] {
    display: flex;
    top: 542px;
    left: 0;
    width: 580px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175965063936840470"] #molecule-175965063936840470 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389180551 .tn-group[data-group-id="175965063936840470"] {
    display: flex;
    top: 542px;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175965063936840470"] #molecule-175965063936840470 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389180551 .tn-group[data-group-id="175965063936840470"] {
    display: flex;
    top: 553px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175965063936840470"] #molecule-175965063936840470 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389180551 .tn-group[data-group-id="175965063936840470"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175965063936840470"] #molecule-175965063936840470 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389180551 .tn-group[data-group-id="175965063936840470"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175965063936840470"] #molecule-175965063936840470 {
    display: flex;
  }
}
#rec1389180551 .tn-elem[data-elem-id="175965063937326870"] {
  color: #262626;
  z-index: 3;
  top: 75px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389180551 .tn-elem[data-elem-id="175965063937326870"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063937326870"] {
    display: table;
    top: 110px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063937326870"] {
    display: table;
    top: 110px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389180551 .tn-elem[data-elem-id="175965063937326870"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063937326870"] {
    display: table;
    top: 50px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063937326870"] {
    display: table;
    top: 50px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063937326870"] {
    display: table;
    top: 76px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389180551 .tn-elem[data-elem-id="175965063936830840"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389180551 .tn-elem[data-elem-id="175965063936830840"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 32px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063936830840"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063936830840"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063936830840"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389180551 .tn-elem[data-elem-id="175965063936830840"] .tn-atom {
    font-size: 24px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063936830840"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063936830840"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389180551 .tn-group[data-group-id="175965063754932050"] {
  z-index: 3;
  position: absolute;
  top: 200px;
  left: 780px;
  width: 760px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389180551 .tn-group[data-group-id="175965063754932050"] #molecule-175965063754932050 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgb(224 72 26);
}
@media screen and (max-width: 1599px) {
  #rec1389180551 .tn-group[data-group-id="175965063754932050"] {
    display: flex;
    top: 259px;
    left: 600px;
    width: 580px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175965063754932050"] #molecule-175965063754932050 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389180551 .tn-group[data-group-id="175965063754932050"] {
    display: flex;
    top: 244px;
    left: 480px;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175965063754932050"] #molecule-175965063754932050 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389180551 .tn-group[data-group-id="175965063754932050"] {
    display: flex;
    top: 394px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175965063754932050"] #molecule-175965063754932050 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389180551 .tn-group[data-group-id="175965063754932050"] {
    display: flex;
    top: 10px;
    left: 10px;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175965063754932050"] #molecule-175965063754932050 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389180551 .tn-group[data-group-id="175965063754932050"] {
    display: flex;
    top: 10px;
    left: 10px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175965063754932050"] #molecule-175965063754932050 {
    display: flex;
  }
}
#rec1389180551 .tn-elem[data-elem-id="175965063755426970"] {
  color: #262626;
  z-index: 3;
  top: 110px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389180551 .tn-elem[data-elem-id="175965063755426970"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063755426970"] {
    display: table;
    top: 145px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063755426970"] {
    display: table;
    top: 180px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389180551 .tn-elem[data-elem-id="175965063755426970"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063755426970"] {
    display: table;
    top: 76px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063755426970"] {
    display: table;
    top: 50px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063755426970"] {
    display: table;
    top: 76px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389180551 .tn-elem[data-elem-id="175965063754967600"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389180551 .tn-elem[data-elem-id="175965063754967600"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 32px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063754967600"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063754967600"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063754967600"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389180551 .tn-elem[data-elem-id="175965063754967600"] .tn-atom {
    font-size: 24px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063754967600"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063754967600"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389180551 .tn-group[data-group-id="175965063759046260"] {
  z-index: 3;
  position: absolute;
  top: 200px;
  left: 0;
  width: 760px;
  height: 204px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389180551 .tn-group[data-group-id="175965063759046260"] #molecule-175965063759046260 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgb(224 72 26);
}
@media screen and (max-width: 1599px) {
  #rec1389180551 .tn-group[data-group-id="175965063759046260"] {
    display: flex;
    top: 259px;
    left: 0;
    width: 580px;
    height: 263px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175965063759046260"] #molecule-175965063759046260 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389180551 .tn-group[data-group-id="175965063759046260"] {
    display: flex;
    top: 244px;
    left: 0;
    width: 460px;
    height: 278px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175965063759046260"] #molecule-175965063759046260 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389180551 .tn-group[data-group-id="175965063759046260"] {
    display: flex;
    top: 254px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175965063759046260"] #molecule-175965063759046260 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389180551 .tn-group[data-group-id="175965063759046260"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175965063759046260"] #molecule-175965063759046260 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389180551 .tn-group[data-group-id="175965063759046260"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175965063759046260"] #molecule-175965063759046260 {
    display: flex;
  }
}
#rec1389180551 .tn-elem[data-elem-id="175965063759538110"] {
  color: #262626;
  z-index: 3;
  top: 110px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389180551 .tn-elem[data-elem-id="175965063759538110"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063759538110"] {
    display: table;
    top: 110px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063759538110"] {
    display: table;
    top: 145px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389180551 .tn-elem[data-elem-id="175965063759538110"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063759538110"] {
    display: table;
    top: 76px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063759538110"] {
    display: table;
    top: 50px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063759538110"] {
    display: table;
    top: 76px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389180551 .tn-elem[data-elem-id="175965063759021280"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389180551 .tn-elem[data-elem-id="175965063759021280"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 32px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063759021280"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063759021280"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063759021280"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389180551 .tn-elem[data-elem-id="175965063759021280"] .tn-atom {
    font-size: 24px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063759021280"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063759021280"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389180551 .tn-group[data-group-id="175965063287784180"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 780px;
  width: 760px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389180551 .tn-group[data-group-id="175965063287784180"] #molecule-175965063287784180 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgb(224 72 26);
}
@media screen and (max-width: 1599px) {
  #rec1389180551 .tn-group[data-group-id="175965063287784180"] {
    display: flex;
    top: 0;
    left: 600px;
    width: 580px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175965063287784180"] #molecule-175965063287784180 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389180551 .tn-group[data-group-id="175965063287784180"] {
    display: flex;
    top: 0;
    left: 480px;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175965063287784180"] #molecule-175965063287784180 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389180551 .tn-group[data-group-id="175965063287784180"] {
    display: flex;
    top: 114px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175965063287784180"] #molecule-175965063287784180 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389180551 .tn-group[data-group-id="175965063287784180"] {
    display: flex;
    top: 10px;
    left: 10px;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175965063287784180"] #molecule-175965063287784180 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389180551 .tn-group[data-group-id="175965063287784180"] {
    display: flex;
    top: 10px;
    left: 10px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175965063287784180"] #molecule-175965063287784180 {
    display: flex;
  }
}
#rec1389180551 .tn-elem[data-elem-id="175965063288826170"] {
  color: #262626;
  z-index: 3;
  top: 110px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389180551 .tn-elem[data-elem-id="175965063288826170"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063288826170"] {
    display: table;
    top: 145px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063288826170"] {
    display: table;
    top: 145px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389180551 .tn-elem[data-elem-id="175965063288826170"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063288826170"] {
    display: table;
    top: 76px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063288826170"] {
    display: table;
    top: 50px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063288826170"] {
    display: table;
    top: 76px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389180551 .tn-elem[data-elem-id="175965063287882220"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389180551 .tn-elem[data-elem-id="175965063287882220"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 32px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063287882220"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063287882220"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063287882220"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389180551 .tn-elem[data-elem-id="175965063287882220"] .tn-atom {
    font-size: 24px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063287882220"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389180551 .tn-elem[data-elem-id="175965063287882220"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389180551 .tn-group[data-group-id="175933692738235110"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 760px;
  height: 180px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389180551 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgb(224 72 26);
}
@media screen and (max-width: 1599px) {
  #rec1389180551 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 580px;
    height: 239px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389180551 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 460px;
    height: 224px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389180551 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389180551 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389180551 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389180551 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
#rec1389180551 .tn-elem[data-elem-id="175933692738293070"] {
  color: #262626;
  z-index: 3;
  top: 75px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389180551 .tn-elem[data-elem-id="175933692738293070"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389180551 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 75px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389180551 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 110px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389180551 .tn-elem[data-elem-id="175933692738293070"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389180551 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 50px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389180551 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 50px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389180551 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 76px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389180551 .tn-elem[data-elem-id="1759650366244"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389180551 .tn-elem[data-elem-id="1759650366244"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 32px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389180551 .tn-elem[data-elem-id="1759650366244"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389180551 .tn-elem[data-elem-id="1759650366244"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389180551 .tn-elem[data-elem-id="1759650366244"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389180551 .tn-elem[data-elem-id="1759650366244"] .tn-atom {
    font-size: 24px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389180551 .tn-elem[data-elem-id="1759650366244"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389180551 .tn-elem[data-elem-id="1759650366244"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389066121 .t396__artboard {
  height: 286px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  row-gap: calc(20px * var(--zoom, 1));
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(140px * var(--zoom, 1));
  padding-bottom: calc(80px * var(--zoom, 1));
  width: auto;
}
#rec1389066121 .t396__filter {
  height: 286px;
}
#rec1389066121 .t396__carrier {
  height: 286px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1389066121 .t396__artboard,
  #rec1389066121 .t396__filter,
  #rec1389066121 .t396__carrier {
    height: 286px;
  }
  #rec1389066121 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(140px * var(--zoom, 1));
    padding-bottom: calc(80px * var(--zoom, 1));
    width: auto;
  }
  #rec1389066121 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066121 .t396__artboard,
  #rec1389066121 .t396__filter,
  #rec1389066121 .t396__carrier {
    height: 286px;
  }
  #rec1389066121 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(140px * var(--zoom, 1));
    padding-bottom: calc(80px * var(--zoom, 1));
    width: auto;
  }
  #rec1389066121 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066121 .t396__artboard,
  #rec1389066121 .t396__filter,
  #rec1389066121 .t396__carrier {
    height: 128px;
  }
  #rec1389066121 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1389066121 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1389066121 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066121 .t396__artboard,
  #rec1389066121 .t396__filter,
  #rec1389066121 .t396__carrier {
    height: 128px;
  }
  #rec1389066121 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1389066121 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066121 .t396__artboard,
  #rec1389066121 .t396__filter,
  #rec1389066121 .t396__carrier {
    height: 128px;
  }
  #rec1389066121 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1389066121 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1389066121 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1389066121 .tn-elem[data-elem-id="175916031473889900"] {
  z-index: 3;
  top: 140px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1389066121 .tn-elem[data-elem-id="175916031473889900"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389066121 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 140px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066121 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 140px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066121 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066121 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066121 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1389066121 .tn-group[data-group-id="175916035984714150"] {
  z-index: 3;
  position: absolute;
  top: 161px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389066121 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389066121 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 161px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066121 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066121 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 161px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066121 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066121 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066121 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066121 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066121 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066121 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389066121 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
#rec1389066121 .tn-elem[data-elem-id="175916035087645530"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389066121 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389066121 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1389066121 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066121 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066121 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1389066121 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066121 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066121 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1389066121 .tn-elem[data-elem-id="175916032056398950"] {
  z-index: 3;
  top: 200px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  flex-shrink: 0;
  height: 6px;
  margin: 0 0 0 0;
}
#rec1389066121 .tn-elem[data-elem-id="175916032056398950"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389066121 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 200px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389066121 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 200px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389066121 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389066121 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389066121 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1388014021 .t396__artboard {
  height: 1463px;
  background-color: #fffaee;
  overflow: visible;
}
#rec1388014021 .t396__filter {
  height: 1463px;
}
#rec1388014021 .t396__carrier {
  height: 1463px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .t396__artboard,
  #rec1388014021 .t396__filter,
  #rec1388014021 .t396__carrier {
    height: 1269px;
    padding: calc(0px * var(--zoom, 1)) calc(0px * var(--zoom, 1)) calc(0px * var(--zoom, 1)) calc(0px * var(--zoom, 1));
  }
  #rec1388014021 .t396__carrier {
    background-attachment: scroll;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .t396__artboard,
  #rec1388014021 .t396__filter,
  #rec1388014021 .t396__carrier {
    height: 1180px;
    padding: calc(0px * var(--zoom, 1)) calc(0px * var(--zoom, 1)) calc(0px * var(--zoom, 1)) calc(0px * var(--zoom, 1));
  }
  #rec1388014021 .t396__carrier {
    background-attachment: scroll;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .t396__artboard,
  #rec1388014021 .t396__filter,
  #rec1388014021 .t396__carrier {
    height: 950px;
    padding: calc(0px * var(--zoom, 1)) calc(0px * var(--zoom, 1)) calc(0px * var(--zoom, 1)) calc(0px * var(--zoom, 1));
  }
  #rec1388014021 .t396__carrier {
    background-attachment: scroll;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .t396__artboard,
  #rec1388014021 .t396__filter,
  #rec1388014021 .t396__carrier {
    height: 1493px;
  }
  #rec1388014021 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .t396__artboard,
  #rec1388014021 .t396__filter,
  #rec1388014021 .t396__carrier {
    height: 1325px;
    padding: calc(0px * var(--zoom, 1)) calc(0px * var(--zoom, 1)) calc(0px * var(--zoom, 1)) calc(0px * var(--zoom, 1));
  }
  #rec1388014021 .t396__carrier {
    background-attachment: scroll;
    padding: 0 0 0 0;
  }
}
#rec1388014021 .tn-elem[data-elem-id="175933325552461570"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: calc(50% - 800px + 30px);
  width: 723px;
  height: auto;
}
#rec1388014021 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 64px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: calc(50% - 610px + 20px);
    width: 734px;
    height: auto;
  }
  #rec1388014021 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: calc(50% - 480px + 10px);
    width: 715px;
    height: auto;
  }
  #rec1388014021 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: calc(50% - 320px + 10px);
    width: 269px;
    height: auto;
  }
  #rec1388014021 .tn-elem[data-elem-id="175933325552461570"] {
    text-align: left;
  }
  #rec1388014021 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 24px;
    line-height: 1.1;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: calc(50% - 240px + 10px);
    width: 274px;
    height: auto;
  }
  #rec1388014021 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: calc(50% - 180px + 16px);
    width: 276px;
    height: auto;
  }
  #rec1388014021 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1388014021 .tn-elem[data-elem-id="1759642398565"] {
  z-index: 3;
  top: 188px;
  left: calc(50% - 800px + 30px);
  width: 370px;
  height: auto;
}
#rec1388014021 .tn-elem[data-elem-id="1759642398565"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1388014021 .tn-elem[data-elem-id="1759642398565"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642398565"] {
    display: table;
    left: calc(50% - 610px + 20px);
    width: 280px;
    height: auto;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642398565"] {
    display: table;
    left: calc(50% - 480px + 10px);
    width: 220px;
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642398565"] {
    display: table;
    top: 84px;
    width: 172px;
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642398565"] {
    display: table;
    width: 200px;
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642398565"] {
    display: table;
    left: calc(50% - 180px + 16px);
    width: 181px;
    height: auto;
  }
}
#rec1388014021 .tn-elem[data-elem-id="1759642427266"] {
  z-index: 3;
  top: 188px;
  left: calc(50% - 800px + 550px);
  width: 630px;
  height: auto;
}
#rec1388014021 .tn-elem[data-elem-id="1759642427266"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1388014021 .tn-elem[data-elem-id="1759642427266"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642427266"] {
    display: table;
    left: calc(50% - 610px + 420px);
    width: 480px;
    height: auto;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642427266"] {
    display: table;
    left: calc(50% - 480px + 330px);
    width: 420px;
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642427266"] {
    display: table;
    top: 84px;
    left: calc(50% - 320px + 250px);
    width: 196px;
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642427266"] {
    display: table;
    top: 244px;
    left: calc(50% - 240px + 10px);
    width: 240px;
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642427266"] {
    display: table;
    top: 227px;
    left: calc(50% - 180px + 16px);
    width: 196px;
    height: auto;
  }
}
#rec1388014021 .tn-group[data-group-id="175964313334693070"] {
  z-index: 3;
  position: absolute;
  top: 1131px;
  left: calc(50% - 800px + 550px);
  width: 500px;
  height: 166px;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1388014021 .tn-group[data-group-id="175964313334693070"] #molecule-175964313334693070 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgb(224 72 26);
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-group[data-group-id="175964313334693070"] {
    display: flex;
    top: 933px;
    left: calc(50% - 610px + 420px);
    width: 380px;
    height: 146px;
  }
  #rec1388014021 .tn-group[data-group-id="175964313334693070"] #molecule-175964313334693070 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-group[data-group-id="175964313334693070"] {
    display: flex;
    top: 860px;
    left: calc(50% - 480px + 330px);
    width: 380px;
    height: 138px;
  }
  #rec1388014021 .tn-group[data-group-id="175964313334693070"] #molecule-175964313334693070 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-group[data-group-id="175964313334693070"] {
    display: flex;
    top: 690px;
    left: calc(50% - 320px + 10px);
    width: 380px;
    height: 109px;
  }
  #rec1388014021 .tn-group[data-group-id="175964313334693070"] #molecule-175964313334693070 {
    display: flex;
    row-gap: 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-group[data-group-id="175964313334693070"] {
    display: flex;
    top: 1252px;
    left: calc(50% - 240px + 10px);
    width: 460px;
    height: 109px;
  }
  #rec1388014021 .tn-group[data-group-id="175964313334693070"] #molecule-175964313334693070 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-group[data-group-id="175964313334693070"] {
    display: flex;
    top: 1069px;
    left: calc(50% - 180px + 16px);
    width: 328px;
    height: 109px;
  }
  #rec1388014021 .tn-group[data-group-id="175964313334693070"] #molecule-175964313334693070 {
    display: flex;
  }
}
#rec1388014021 .tn-elem[data-elem-id="175964313335491890"] {
  z-index: 3;
  top: -12px;
  left: 11px;
  width: 23px;
  flex-shrink: 0;
  height: auto;
}
#rec1388014021 .tn-elem[data-elem-id="175964313335491890"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1388014021 .tn-elem[data-elem-id="175964313335491890"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="175964313335491890"] {
    display: table;
    top: -13px;
    left: 9px;
    width: 23px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="175964313335491890"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="175964313335491890"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="175964313335491890"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="175964313335491890"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1388014021 .tn-elem[data-elem-id="175964321359428520"] {
  color: #262626;
  z-index: 3;
  top: 120px;
  left: 20px;
  width: 458px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1388014021 .tn-elem[data-elem-id="175964321359428520"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="175964321359428520"] {
    display: table;
    top: 100px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1388014021 .tn-elem[data-elem-id="175964321359428520"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="175964321359428520"] {
    display: table;
    top: 96px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="175964321359428520"] {
    display: table;
    top: 72px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1388014021 .tn-elem[data-elem-id="175964321359428520"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="175964321359428520"] {
    display: table;
    top: 72px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="175964321359428520"] {
    display: table;
    top: 72px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1388014021 .tn-group[data-group-id="175964332689228750"] {
  z-index: 3;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1388014021 .tn-group[data-group-id="175964332689228750"] #molecule-175964332689228750 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-group[data-group-id="175964332689228750"] {
    display: flex;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1388014021 .tn-group[data-group-id="175964332689228750"] #molecule-175964332689228750 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-group[data-group-id="175964332689228750"] {
    display: flex;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1388014021 .tn-group[data-group-id="175964332689228750"] #molecule-175964332689228750 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-group[data-group-id="175964332689228750"] {
    display: flex;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1388014021 .tn-group[data-group-id="175964332689228750"] #molecule-175964332689228750 {
    display: flex;
    column-gap: 12px;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-group[data-group-id="175964332689228750"] {
    display: flex;
    top: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1388014021 .tn-group[data-group-id="175964332689228750"] #molecule-175964332689228750 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-group[data-group-id="175964332689228750"] {
    display: flex;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1388014021 .tn-group[data-group-id="175964332689228750"] #molecule-175964332689228750 {
    display: flex;
  }
}
#rec1388014021 .tn-elem[data-elem-id="1759643474576"] {
  z-index: 3;
  top: 0;
  left: 426px;
  width: 32px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1388014021 .tn-elem[data-elem-id="1759643474576"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1388014021 .tn-elem[data-elem-id="1759643474576"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="1759643474576"] {
    display: table;
    top: 0;
    left: 306px;
    width: 32px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="1759643474576"] {
    display: table;
    top: 0;
    left: 314px;
    width: 32px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="1759643474576"] {
    display: table;
    top: 0;
    left: 322px;
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="1759643474576"] {
    display: table;
    top: 0;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="1759643474576"] {
    display: table;
    top: 0;
    left: 270px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1388014021 .tn-group[data-group-id="175964322744243240"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 100px;
  width: 100%;
  height: 100%;
  flex-shrink: 1;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  align-self: stretch;
  height: auto;
}
#rec1388014021 .tn-group[data-group-id="175964322744243240"] #molecule-175964322744243240 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 4px;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-group[data-group-id="175964322744243240"] {
    display: flex;
    top: 0;
    left: 80px;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    order:;
    align-self: stretch;
    height: auto;
  }
  #rec1388014021 .tn-group[data-group-id="175964322744243240"] #molecule-175964322744243240 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-group[data-group-id="175964322744243240"] {
    display: flex;
    top: 0;
    left: 80px;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    order:;
    align-self: stretch;
    height: auto;
  }
  #rec1388014021 .tn-group[data-group-id="175964322744243240"] #molecule-175964322744243240 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-group[data-group-id="175964322744243240"] {
    display: flex;
    top: 0;
    left: 52px;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    order:;
    align-self: stretch;
    height: auto;
  }
  #rec1388014021 .tn-group[data-group-id="175964322744243240"] #molecule-175964322744243240 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-group[data-group-id="175964322744243240"] {
    display: flex;
    top: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    order:;
    align-self: stretch;
    height: auto;
  }
  #rec1388014021 .tn-group[data-group-id="175964322744243240"] #molecule-175964322744243240 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-group[data-group-id="175964322744243240"] {
    display: flex;
    top: 0;
    left: 52px;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    order:;
    align-self: stretch;
    height: auto;
  }
  #rec1388014021 .tn-group[data-group-id="175964322744243240"] #molecule-175964322744243240 {
    display: flex;
  }
}
#rec1388014021 .tn-elem[data-elem-id="175964319496860120"] {
  color: #676767;
  z-index: 3;
  top: 47px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 24px;
  margin: 0 0 0 0;
}
#rec1388014021 .tn-elem[data-elem-id="175964319496860120"] .tn-atom {
  vertical-align: middle;
  color: #676767;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="175964319496860120"] {
    display: table;
    top: 32px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1388014021 .tn-elem[data-elem-id="175964319496860120"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="175964319496860120"] {
    display: table;
    top: 32px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="175964319496860120"] {
    display: table;
    top: 23px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1388014021 .tn-elem[data-elem-id="175964319496860120"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="175964319496860120"] {
    display: table;
    top: 23px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="175964319496860120"] {
    display: table;
    top: 23px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1388014021 .tn-elem[data-elem-id="175964313334627100"] {
  color: #262626;
  z-index: 3;
  top: 9px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 34px;
  margin: 0 0 0 0;
}
#rec1388014021 .tn-elem[data-elem-id="175964313334627100"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 28px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="175964313334627100"] {
    display: table;
    top: 4px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1388014021 .tn-elem[data-elem-id="175964313334627100"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="175964313334627100"] {
    display: table;
    top: 4px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="175964313334627100"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1388014021 .tn-elem[data-elem-id="175964313334627100"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="175964313334627100"] {
    display: table;
    top: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="175964313334627100"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1388014021 .tn-elem[data-elem-id="175964332848612710"] {
  z-index: 3;
  top: 0;
  left: 0;
  width: 80px;
  flex-shrink: 0;
  height: 80px;
  margin: 0 0 0 0;
}
#rec1388014021 .tn-elem[data-elem-id="175964332848612710"] .tn-atom {
  border-radius: 80px 80px 80px 80px;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="175964332848612710"] {
    display: table;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="175964332848612710"] {
    display: table;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="175964332848612710"] {
    display: table;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="175964332848612710"] {
    display: table;
    top: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="175964332848612710"] {
    display: table;
    top: 0;
    left: 0;
    flex-shrink: 0;
  }
}
#rec1388014021 .tn-group[data-group-id="175964317738814490"] {
  z-index: 3;
  position: absolute;
  top: 1317px;
  left: calc(50% - 800px + 550px);
  width: 500px;
  height: 146px;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1388014021 .tn-group[data-group-id="175964317738814490"] #molecule-175964317738814490 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgb(224 72 26);
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-group[data-group-id="175964317738814490"] {
    display: flex;
    top: 1099px;
    left: calc(50% - 610px + 420px);
    width: 380px;
    height: 170px;
  }
  #rec1388014021 .tn-group[data-group-id="175964317738814490"] #molecule-175964317738814490 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-group[data-group-id="175964317738814490"] {
    display: flex;
    top: 1018px;
    left: calc(50% - 480px + 330px);
    width: 380px;
    height: 162px;
  }
  #rec1388014021 .tn-group[data-group-id="175964317738814490"] #molecule-175964317738814490 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-group[data-group-id="175964317738814490"] {
    display: flex;
    top: 807px;
    left: calc(50% - 320px + 10px);
    width: 380px;
    height: 143px;
  }
  #rec1388014021 .tn-group[data-group-id="175964317738814490"] #molecule-175964317738814490 {
    display: flex;
    row-gap: 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-group[data-group-id="175964317738814490"] {
    display: flex;
    top: 1369px;
    left: calc(50% - 240px + 10px);
    width: 460px;
    height: 124px;
  }
  #rec1388014021 .tn-group[data-group-id="175964317738814490"] #molecule-175964317738814490 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-group[data-group-id="175964317738814490"] {
    display: flex;
    top: 1186px;
    left: calc(50% - 180px + 16px);
    width: 328px;
    height: 139px;
  }
  #rec1388014021 .tn-group[data-group-id="175964317738814490"] #molecule-175964317738814490 {
    display: flex;
  }
}
#rec1388014021 .tn-elem[data-elem-id="175964317740914490"] {
  color: #fff;
  text-align: center;
  z-index: 3;
  top: 88px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: 36px;
  margin: 0 0 0 0;
}
#rec1388014021 .tn-elem[data-elem-id="175964317740914490"] .tn-atom {
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
@media (hover), (min-width: 0\0) {
  #rec1388014021 .tn-elem[data-elem-id="175964317740914490"] .tn-atom:hover {
    background-color: #c3370d;
    background-image: none;
  }
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="175964317740914490"] {
    display: table;
    top: 112px;
    left: 20px;
    width: 100%;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="175964317740914490"] {
    display: table;
    top: 108px;
    left: 16px;
    width: 100%;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="175964317740914490"] {
    display: table;
    top: 89px;
    left: 16px;
    width: 100%;
    height: 36px;
    flex-shrink: 0;
  }
  #rec1388014021 .tn-elem[data-elem-id="175964317740914490"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="175964317740914490"] {
    display: table;
    top: 70px;
    left: 16px;
    width: 100%;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="175964317740914490"] {
    display: table;
    top: 89px;
    left: 16px;
    width: 100%;
    height: 32px;
    flex-shrink: 0;
  }
}
#rec1388014021 .tn-elem[data-elem-id="175964317739925050"] {
  z-index: 3;
  top: -13px;
  left: 6px;
  width: 23px;
  flex-shrink: 0;
  height: auto;
}
#rec1388014021 .tn-elem[data-elem-id="175964317739925050"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1388014021 .tn-elem[data-elem-id="175964317739925050"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="175964317739925050"] {
    display: table;
    top: -13px;
    left: 9px;
    width: 23px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="175964317739925050"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="175964317739925050"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="175964317739925050"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="175964317739925050"] {
    display: table;
    top: -5px;
    left: 8px;
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1388014021 .tn-elem[data-elem-id="175964317738862600"] {
  color: #262626;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1388014021 .tn-elem[data-elem-id="175964317738862600"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="175964317738862600"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    margin: 0 0 0 0;
  }
  #rec1388014021 .tn-elem[data-elem-id="175964317738862600"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="175964317738862600"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="175964317738862600"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1388014021 .tn-elem[data-elem-id="175964317738862600"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="175964317738862600"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="175964317738862600"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1388014021 .tn-elem[data-elem-id="1759642427282"] {
  z-index: 3;
  top: 188px;
  left: calc(50% - 800px + 1200px);
  width: 370px;
  height: auto;
}
#rec1388014021 .tn-elem[data-elem-id="1759642427282"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1388014021 .tn-elem[data-elem-id="1759642427282"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642427282"] {
    display: table;
    left: calc(50% - 610px + 920px);
    width: 280px;
    height: auto;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642427282"] {
    display: table;
    left: calc(50% - 480px + 770px);
    width: 180px;
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642427282"] {
    display: table;
    top: 84px;
    left: calc(50% - 320px + 508px);
    width: 122px;
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642427282"] {
    display: table;
    top: 244px;
    left: calc(50% - 240px + 268px);
    width: 181px;
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642427282"] {
    display: table;
    top: 227px;
    left: calc(50% - 180px + 220px);
    width: 124px;
    height: auto;
  }
}
#rec1388014021 .tn-elem[data-elem-id="1759642474700"] {
  z-index: 3;
  top: 634px;
  left: calc(50% - 800px + 30px);
  width: 370px;
  height: auto;
}
#rec1388014021 .tn-elem[data-elem-id="1759642474700"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1388014021 .tn-elem[data-elem-id="1759642474700"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642474700"] {
    display: table;
    top: 542px;
    left: calc(50% - 610px + 20px);
    width: 280px;
    height: auto;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642474700"] {
    display: table;
    top: 560px;
    left: calc(50% - 480px + 10px);
    width: 220px;
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642474700"] {
    display: table;
    top: 225px;
    width: 156px;
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642474700"] {
    display: table;
    top: 397px;
    left: calc(50% - 240px + 10px);
    width: 220px;
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642474700"] {
    display: table;
    top: 351px;
    left: calc(50% - 180px + 16px);
    width: 156px;
    height: auto;
  }
}
#rec1388014021 .tn-elem[data-elem-id="1759642474710"] {
  z-index: 3;
  top: 594px;
  left: calc(50% - 800px + 940px);
  width: 370px;
  height: auto;
}
#rec1388014021 .tn-elem[data-elem-id="1759642474710"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1388014021 .tn-elem[data-elem-id="1759642474710"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642474710"] {
    display: table;
    top: 512px;
    left: calc(50% - 610px + 720px);
    width: 280px;
    height: auto;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642474710"] {
    display: table;
    top: 459px;
    left: calc(50% - 480px + 670px);
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642474710"] {
    display: table;
    top: 362px;
    left: calc(50% - 320px + 426px);
    width: 156px;
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642474710"] {
    display: table;
    top: 677px;
    left: calc(50% - 240px + 10px);
    width: 200px;
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642474710"] {
    display: table;
    top: 551px;
    left: calc(50% - 180px + 16px);
    width: 156px;
    height: auto;
  }
}
#rec1388014021 .tn-elem[data-elem-id="1759642474722"] {
  z-index: 3;
  top: 594px;
  left: calc(50% - 800px + 550px);
  width: 370px;
  height: auto;
}
#rec1388014021 .tn-elem[data-elem-id="1759642474722"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1388014021 .tn-elem[data-elem-id="1759642474722"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642474722"] {
    display: table;
    top: 512px;
    left: calc(50% - 610px + 420px);
    width: 280px;
    height: auto;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642474722"] {
    display: table;
    top: 459px;
    left: calc(50% - 480px + 330px);
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642474722"] {
    display: table;
    top: 225px;
    left: calc(50% - 320px + 250px);
    width: 156px;
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642474722"] {
    display: table;
    top: 399px;
    left: calc(50% - 240px + 250px);
    width: 200px;
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="1759642474722"] {
    display: table;
    top: 354px;
    left: calc(50% - 180px + 188px);
    width: 156px;
    height: auto;
  }
}
#rec1388014021 .tn-elem[data-elem-id="1759643986366"] {
  z-index: 3;
  top: 1174px;
  left: calc(50% - 800px + 30px);
  width: 300px;
  height: auto;
}
#rec1388014021 .tn-elem[data-elem-id="1759643986366"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1388014021 .tn-elem[data-elem-id="1759643986366"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="1759643986366"] {
    display: table;
    top: 1019px;
    left: calc(50% - 610px + 20px);
    width: 260px;
    height: auto;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="1759643986366"] {
    display: table;
    top: 930px;
    left: calc(50% - 480px + 10px);
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="1759643986366"] {
    display: table;
    top: 446px;
    width: 220px;
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="1759643986366"] {
    display: table;
    top: 709px;
    left: calc(50% - 240px + 250px);
    width: 200px;
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="1759643986366"] {
    display: table;
    top: 571px;
    left: calc(50% - 180px + 188px);
    width: 156px;
    height: auto;
  }
}
#rec1388014021 .tn-elem[data-elem-id="1759644296119"] {
  z-index: 3;
  top: 1104px;
  left: calc(50% - 800px + 1250px);
  width: 320px;
  height: auto;
}
#rec1388014021 .tn-elem[data-elem-id="1759644296119"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1388014021 .tn-elem[data-elem-id="1759644296119"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644296119"] {
    display: table;
    top: 922px;
    left: calc(50% - 610px + 891px);
    width: 309px;
    height: auto;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644296119"] {
    display: table;
    top: 933px;
    left: calc(50% - 480px + 730px);
    width: 220px;
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644296119"] {
    display: table;
    top: 690px;
    left: calc(50% - 320px + 410px);
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644296119"] {
    display: table;
    top: 951px;
    left: calc(50% - 240px + 120px);
    width: 240px;
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644296119"] {
    display: table;
    top: 768px;
    left: calc(50% - 180px + 60px);
    height: auto;
  }
}
#rec1388014021 .tn-elem[data-elem-id="1759644529480"] {
  z-index: 3;
  top: 41px;
  left: calc(50% - 800px + 956px);
  width: 224px;
  height: auto;
}
#rec1388014021 .tn-elem[data-elem-id="1759644529480"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1388014021 .tn-elem[data-elem-id="1759644529480"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644529480"] {
    display: table;
    top: 50px;
    left: calc(50% - 610px + 867px);
    height: auto;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644529480"] {
    display: table;
    top: 93px;
    left: calc(50% - 480px + 790px);
    width: 172px;
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644529480"] {
    display: table;
    top: 14px;
    left: calc(50% - 320px + 390px);
    width: 132px;
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644529480"] {
    display: table;
    top: 115px;
    left: calc(50% - 240px + 250px);
    width: 191px;
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644529480"] {
    display: table;
    top: 107px;
    left: calc(50% - 180px + 212px);
    width: 141px;
    height: auto;
  }
}
#rec1388014021 .tn-elem[data-elem-id="1759644647155"] {
  z-index: 3;
  top: 163px;
  left: calc(50% - 800px + 0px);
  width: 114px;
  height: auto;
}
#rec1388014021 .tn-elem[data-elem-id="1759644647155"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1388014021 .tn-elem[data-elem-id="1759644647155"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644647155"] {
    display: table;
    top: 175px;
    width: 76px;
    height: auto;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644647155"] {
    display: table;
    top: 178px;
    left: calc(50% - 480px + -8px);
    width: 60px;
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644647155"] {
    display: table;
    top: 69px;
    left: calc(50% - 320px + 0px);
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644647155"] {
    display: table;
    top: 75px;
    width: 52px;
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644647155"] {
    display: table;
    height: auto;
  }
}
#rec1388014021 .tn-elem[data-elem-id="175964467729113610"] {
  z-index: 3;
  top: 165px;
  left: calc(50% - 800px + 516px);
  width: 114px;
  height: auto;
}
#rec1388014021 .tn-elem[data-elem-id="175964467729113610"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1388014021 .tn-elem[data-elem-id="175964467729113610"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="175964467729113610"] {
    display: table;
    top: 173px;
    left: calc(50% - 610px + 400px);
    width: 76px;
    height: auto;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="175964467729113610"] {
    display: table;
    top: 176px;
    left: calc(50% - 480px + 310px);
    width: 60px;
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="175964467729113610"] {
    display: table;
    top: 71px;
    left: calc(50% - 320px + 238px);
    width: 49px;
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="175964467729113610"] {
    display: table;
    top: 233px;
    left: calc(50% - 240px + 0px);
    width: 52px;
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="175964467729113610"] {
    display: table;
    top: 218px;
    height: auto;
  }
}
#rec1388014021 .tn-elem[data-elem-id="1759644721074"] {
  z-index: 3;
  top: 148px;
  left: calc(50% - 800px + 1371px);
  width: 62px;
  height: auto;
}
#rec1388014021 .tn-elem[data-elem-id="1759644721074"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1388014021 .tn-elem[data-elem-id="1759644721074"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644721074"] {
    display: table;
    top: 165px;
    left: calc(50% - 610px + 1049px);
    width: 42px;
    height: auto;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644721074"] {
    display: table;
    top: 170px;
    left: calc(50% - 480px + 857px);
    width: 33px;
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644721074"] {
    display: table;
    top: 69px;
    left: calc(50% - 320px + 570px);
    width: 23px;
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644721074"] {
    display: table;
    top: 228px;
    left: calc(50% - 240px + 357px);
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644721074"] {
    display: table;
    top: 215px;
    left: calc(50% - 180px + 274px);
    height: auto;
  }
}
#rec1388014021 .tn-elem[data-elem-id="1759644794451"] {
  z-index: 3;
  top: 627px;
  left: calc(50% - 800px + 362px);
  width: 72px;
  height: auto;
}
#rec1388014021 .tn-elem[data-elem-id="1759644794451"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1388014021 .tn-elem[data-elem-id="1759644794451"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644794451"] {
    display: table;
    top: 523px;
    left: calc(50% - 610px + 255px);
    height: auto;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644794451"] {
    display: table;
    top: 560px;
    left: calc(50% - 480px + 215px);
    width: 35px;
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644794451"] {
    display: table;
    top: 225px;
    left: calc(50% - 320px + 150px);
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644794451"] {
    display: table;
    top: 390px;
    left: calc(50% - 240px + 207px);
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644794451"] {
    display: table;
    top: 342px;
    left: calc(50% - 180px + 153px);
    height: auto;
  }
}
#rec1388014021 .tn-elem[data-elem-id="1759644845120"] {
  z-index: 3;
  top: 572px;
  left: calc(50% - 800px + 865px);
  width: 47px;
  height: auto;
}
#rec1388014021 .tn-elem[data-elem-id="1759644845120"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1388014021 .tn-elem[data-elem-id="1759644845120"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644845120"] {
    display: table;
    top: 488px;
    left: calc(50% - 610px + 644px);
    height: auto;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644845120"] {
    display: table;
    top: 446px;
    left: calc(50% - 480px + 577px);
    width: 26px;
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644845120"] {
    display: table;
    top: 214px;
    left: calc(50% - 320px + 384px);
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644845120"] {
    display: table;
    top: 388px;
    left: calc(50% - 240px + 424px);
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644845120"] {
    display: table;
    top: 337px;
    left: calc(50% - 180px + 310px);
    height: auto;
  }
}
#rec1388014021 .tn-elem[data-elem-id="1759644889912"] {
  z-index: 3;
  top: 570px;
  left: calc(50% - 800px + 1273px);
  width: 57px;
  height: auto;
}
#rec1388014021 .tn-elem[data-elem-id="1759644889912"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1388014021 .tn-elem[data-elem-id="1759644889912"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644889912"] {
    display: table;
    top: 484px;
    left: calc(50% - 610px + 963px);
    height: auto;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644889912"] {
    display: table;
    top: 438px;
    left: calc(50% - 480px + 927px);
    width: 42px;
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644889912"] {
    display: table;
    top: 342px;
    left: calc(50% - 320px + 550px);
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644889912"] {
    display: table;
    top: 665px;
    left: calc(50% - 240px + 180px);
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644889912"] {
    display: table;
    top: 542px;
    left: calc(50% - 180px + 145px);
    width: 34px;
    height: auto;
  }
}
#rec1388014021 .tn-elem[data-elem-id="1759644948499"] {
  z-index: 3;
  top: 1159px;
  left: calc(50% - 800px + 307px);
  width: 32px;
  height: auto;
}
#rec1388014021 .tn-elem[data-elem-id="1759644948499"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1388014021 .tn-elem[data-elem-id="1759644948499"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644948499"] {
    display: table;
    top: 1006px;
    left: calc(50% - 610px + 248px);
    height: auto;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644948499"] {
    display: table;
    top: 915px;
    left: calc(50% - 480px + 238px);
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644948499"] {
    display: table;
    top: 434px;
    left: calc(50% - 320px + 198px);
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644948499"] {
    display: table;
    top: 693px;
    left: calc(50% - 240px + 418px);
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="1759644948499"] {
    display: table;
    top: 562px;
    left: calc(50% - 180px + 321px);
    width: 23px;
    height: auto;
  }
}
#rec1388014021 .tn-elem[data-elem-id="1759645002242"] {
  z-index: 3;
  top: 1070px;
  left: calc(50% - 800px + 1517px);
  width: 74px;
  height: auto;
}
#rec1388014021 .tn-elem[data-elem-id="1759645002242"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1388014021 .tn-elem[data-elem-id="1759645002242"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="1759645002242"] {
    display: table;
    top: 892px;
    left: calc(50% - 610px + 1146px);
    height: auto;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="1759645002242"] {
    display: table;
    top: 923px;
    left: calc(50% - 480px + 929px);
    width: 31px;
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="1759645002242"] {
    display: table;
    top: 677px;
    left: calc(50% - 320px + 609px);
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="1759645002242"] {
    display: table;
    top: 935px;
    left: calc(50% - 240px + 342px);
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="1759645002242"] {
    display: table;
    top: 753px;
    left: calc(50% - 180px + 274px);
    width: 38px;
    height: auto;
  }
}
#rec1388014021 .tn-elem[data-elem-id="1759645062670"] {
  z-index: 3;
  top: 761px;
  left: calc(50% - 800px + 530px);
  width: 43px;
  height: auto;
}
#rec1388014021 .tn-elem[data-elem-id="1759645062670"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1388014021 .tn-elem[data-elem-id="1759645062670"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1388014021 .tn-elem[data-elem-id="1759645062670"] {
    display: table;
    top: 599px;
    left: calc(50% - 610px + 400px);
    height: auto;
  }
}
@media screen and (max-width: 1219px) {
  #rec1388014021 .tn-elem[data-elem-id="1759645062670"] {
    display: table;
    top: 528px;
    left: calc(50% - 480px + 310px);
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  #rec1388014021 .tn-elem[data-elem-id="1759645062670"] {
    display: table;
    top: 376px;
    left: calc(50% - 320px + 230px);
    width: 28px;
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  #rec1388014021 .tn-elem[data-elem-id="1759645062670"] {
    display: table;
    top: 634px;
    left: calc(50% - 240px + 241px);
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  #rec1388014021 .tn-elem[data-elem-id="1759645062670"] {
    display: table;
    top: 466px;
    left: calc(50% - 180px + 179px);
    height: auto;
  }
}
#rec1389205031 .t396__artboard {
  height: 286px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  row-gap: calc(20px * var(--zoom, 1));
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(140px * var(--zoom, 1));
  padding-bottom: calc(80px * var(--zoom, 1));
  width: auto;
}
#rec1389205031 .t396__filter {
  height: 286px;
}
#rec1389205031 .t396__carrier {
  height: 286px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1389205031 .t396__artboard,
  #rec1389205031 .t396__filter,
  #rec1389205031 .t396__carrier {
    height: 286px;
  }
  #rec1389205031 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(140px * var(--zoom, 1));
    padding-bottom: calc(80px * var(--zoom, 1));
    width: auto;
  }
  #rec1389205031 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205031 .t396__artboard,
  #rec1389205031 .t396__filter,
  #rec1389205031 .t396__carrier {
    height: 286px;
  }
  #rec1389205031 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(140px * var(--zoom, 1));
    padding-bottom: calc(80px * var(--zoom, 1));
    width: auto;
  }
  #rec1389205031 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205031 .t396__artboard,
  #rec1389205031 .t396__filter,
  #rec1389205031 .t396__carrier {
    height: 128px;
  }
  #rec1389205031 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1389205031 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1389205031 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205031 .t396__artboard,
  #rec1389205031 .t396__filter,
  #rec1389205031 .t396__carrier {
    height: 128px;
  }
  #rec1389205031 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1389205031 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205031 .t396__artboard,
  #rec1389205031 .t396__filter,
  #rec1389205031 .t396__carrier {
    height: 145px;
  }
  #rec1389205031 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1389205031 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1389205031 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1389205031 .tn-elem[data-elem-id="175916031473889900"] {
  z-index: 3;
  top: 140px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1389205031 .tn-elem[data-elem-id="175916031473889900"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389205031 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 140px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205031 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 140px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205031 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205031 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205031 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1389205031 .tn-group[data-group-id="175916035984714150"] {
  z-index: 3;
  position: absolute;
  top: 161px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389205031 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389205031 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 161px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205031 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205031 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 161px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205031 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205031 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205031 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205031 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205031 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205031 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205031 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
#rec1389205031 .tn-elem[data-elem-id="175916035087645530"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389205031 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389205031 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1389205031 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205031 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205031 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1389205031 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205031 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205031 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1389205031 .tn-elem[data-elem-id="175916032056398950"] {
  z-index: 3;
  top: 200px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  flex-shrink: 0;
  height: 6px;
  margin: 0 0 0 0;
}
#rec1389205031 .tn-elem[data-elem-id="175916032056398950"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389205031 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 200px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205031 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 200px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205031 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205031 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205031 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 119px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1389205121 .t396__artboard {
  height: 764px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  row-gap: calc(60px * var(--zoom, 1));
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(0px * var(--zoom, 1));
  padding-bottom: calc(0px * var(--zoom, 1));
  width: auto;
}
#rec1389205121 .t396__filter {
  height: 764px;
}
#rec1389205121 .t396__carrier {
  height: 764px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1389205121 .t396__artboard,
  #rec1389205121 .t396__filter,
  #rec1389205121 .t396__carrier {
    height: 868px;
  }
  #rec1389205121 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1389205121 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205121 .t396__artboard,
  #rec1389205121 .t396__filter,
  #rec1389205121 .t396__carrier {
    height: 836px;
  }
  #rec1389205121 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1389205121 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205121 .t396__artboard,
  #rec1389205121 .t396__filter,
  #rec1389205121 .t396__carrier {
    height: 479px;
  }
  #rec1389205121 .t396__artboard {
    display: flex;
    align-items: flex-start;
    row-gap: calc(32px * var(--zoom, 1));
  }
  #rec1389205121 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1389205121 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205121 .t396__artboard,
  #rec1389205121 .t396__filter,
  #rec1389205121 .t396__carrier {
    height: 531px;
  }
  #rec1389205121 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1389205121 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205121 .t396__artboard,
  #rec1389205121 .t396__filter,
  #rec1389205121 .t396__carrier {
    height: 618px;
  }
  #rec1389205121 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1389205121 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1389205121 .tn-group[data-group-id="175950255993980280"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389205121 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389205121 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205121 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205121 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
    row-gap: 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205121 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205121 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
  }
}
#rec1389205121 .tn-elem[data-elem-id="175950233686047180"] {
  color: #262626;
  z-index: 3;
  top: 232px;
  left: 0;
  width: 770px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389205121 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 28px;
  font-family: "PT Serif", serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389205121 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 296px;
    left: 0;
    width: 780px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389205121 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205121 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 360px;
    left: 0;
    width: 780px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389205121 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205121 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 94px;
    left: 0;
    width: 360px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389205121 .tn-elem[data-elem-id="175950233686047180"] {
    text-align: left;
  }
  #rec1389205121 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    line-height: 1.2;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205121 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 94px;
    left: 0;
    width: 291px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389205121 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205121 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 146px;
    left: 0;
    width: 276px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389205121 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1389205121 .tn-elem[data-elem-id="175933325552461570"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389205121 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 64px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389205121 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: 0;
    width: 1002px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389205121 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205121 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: 0;
    width: 829px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389205121 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205121 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: 0;
    width: 509px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389205121 .tn-elem[data-elem-id="175933325552461570"] {
    text-align: left;
  }
  #rec1389205121 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 24px;
    line-height: 1.1;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205121 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389205121 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205121 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389205121 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1389205121 .tn-group[data-group-id="175933695723160510"] {
  z-index: 3;
  position: absolute;
  top: 354px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389205121 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389205121 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 418px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205121 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 482px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205121 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 164px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
    overflow: auto auto;
    column-gap: 8px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205121 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 183px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
    column-gap: 8px;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205121 .tn-group[data-group-id="175933695723160510"] {
    display: flex;
    top: 235px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175933695723160510"] #molecule-175933695723160510 {
    display: flex;
  }
}
#rec1389205121 .tn-group[data-group-id="175965132300327260"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 1170px;
  width: 370px;
  height: 252px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389205121 .tn-group[data-group-id="175965132300327260"] #molecule-175965132300327260 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #262626;
}
@media screen and (max-width: 1599px) {
  #rec1389205121 .tn-group[data-group-id="175965132300327260"] {
    display: flex;
    top: 0;
    left: 900px;
    width: 280px;
    height: 300px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175965132300327260"] #molecule-175965132300327260 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205121 .tn-group[data-group-id="175965132300327260"] {
    display: flex;
    top: 0;
    left: 900px;
    width: 280px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175965132300327260"] #molecule-175965132300327260 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205121 .tn-group[data-group-id="175965132300327260"] {
    display: flex;
    top: 0;
    left: 864px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175965132300327260"] #molecule-175965132300327260 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205121 .tn-group[data-group-id="175965132300327260"] {
    display: flex;
    top: 0;
    left: 864px;
    width: 280px;
    height: 192px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175965132300327260"] #molecule-175965132300327260 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205121 .tn-group[data-group-id="175965132300327260"] {
    display: flex;
    top: 0;
    left: 864px;
    width: 280px;
    height: 192px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175965132300327260"] #molecule-175965132300327260 {
    display: flex;
  }
}
#rec1389205121 .tn-elem[data-elem-id="175965132301428020"] {
  color: #fff;
  z-index: 3;
  top: 88px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389205121 .tn-elem[data-elem-id="175965132301428020"] .tn-atom {
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132301428020"] {
    display: table;
    top: 88px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132301428020"] {
    display: table;
    top: 78px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389205121 .tn-elem[data-elem-id="175965132301428020"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132301428020"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132301428020"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132301428020"] {
    display: table;
    top: 62px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389205121 .tn-elem[data-elem-id="175965132300376660"] {
  color: #fff;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389205121 .tn-elem[data-elem-id="175965132300376660"] .tn-atom {
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132300376660"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132300376660"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389205121 .tn-elem[data-elem-id="175965132300376660"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132300376660"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132300376660"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132300376660"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389205121 .tn-group[data-group-id="175965132306418650"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 780px;
  width: 370px;
  height: 252px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389205121 .tn-group[data-group-id="175965132306418650"] #molecule-175965132306418650 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #262626;
}
@media screen and (max-width: 1599px) {
  #rec1389205121 .tn-group[data-group-id="175965132306418650"] {
    display: flex;
    top: 0;
    left: 600px;
    width: 280px;
    height: 300px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175965132306418650"] #molecule-175965132306418650 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205121 .tn-group[data-group-id="175965132306418650"] {
    display: flex;
    top: 0;
    left: 600px;
    width: 280px;
    height: 212px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175965132306418650"] #molecule-175965132306418650 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205121 .tn-group[data-group-id="175965132306418650"] {
    display: flex;
    top: 0;
    left: 576px;
    height: 192px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175965132306418650"] #molecule-175965132306418650 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205121 .tn-group[data-group-id="175965132306418650"] {
    display: flex;
    top: 0;
    left: 576px;
    width: 280px;
    height: 192px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175965132306418650"] #molecule-175965132306418650 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205121 .tn-group[data-group-id="175965132306418650"] {
    display: flex;
    top: 0;
    left: 576px;
    width: 280px;
    height: 192px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175965132306418650"] #molecule-175965132306418650 {
    display: flex;
  }
}
#rec1389205121 .tn-elem[data-elem-id="175965132306863900"] {
  color: #fff;
  z-index: 3;
  top: 64px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389205121 .tn-elem[data-elem-id="175965132306863900"] .tn-atom {
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132306863900"] {
    display: table;
    top: 64px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132306863900"] {
    display: table;
    top: 59px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389205121 .tn-elem[data-elem-id="175965132306863900"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132306863900"] {
    display: table;
    top: 43px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132306863900"] {
    display: table;
    top: 43px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132306863900"] {
    display: table;
    top: 43px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389205121 .tn-elem[data-elem-id="175965132306458380"] {
  color: #fff;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389205121 .tn-elem[data-elem-id="175965132306458380"] .tn-atom {
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132306458380"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132306458380"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389205121 .tn-elem[data-elem-id="175965132306458380"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132306458380"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132306458380"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132306458380"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389205121 .tn-group[data-group-id="175965132036023220"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 390px;
  width: 370px;
  height: 252px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389205121 .tn-group[data-group-id="175965132036023220"] #molecule-175965132036023220 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #262626;
}
@media screen and (max-width: 1599px) {
  #rec1389205121 .tn-group[data-group-id="175965132036023220"] {
    display: flex;
    top: 0;
    left: 300px;
    width: 280px;
    height: 300px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175965132036023220"] #molecule-175965132036023220 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205121 .tn-group[data-group-id="175965132036023220"] {
    display: flex;
    top: 0;
    left: 300px;
    width: 280px;
    height: 212px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175965132036023220"] #molecule-175965132036023220 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205121 .tn-group[data-group-id="175965132036023220"] {
    display: flex;
    top: 0;
    left: 288px;
    height: 192px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175965132036023220"] #molecule-175965132036023220 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205121 .tn-group[data-group-id="175965132036023220"] {
    display: flex;
    top: 0;
    left: 288px;
    width: 280px;
    height: 192px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175965132036023220"] #molecule-175965132036023220 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205121 .tn-group[data-group-id="175965132036023220"] {
    display: flex;
    top: 0;
    left: 288px;
    width: 280px;
    height: 192px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175965132036023220"] #molecule-175965132036023220 {
    display: flex;
  }
}
#rec1389205121 .tn-elem[data-elem-id="175965132036513730"] {
  color: #fff;
  z-index: 3;
  top: 64px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389205121 .tn-elem[data-elem-id="175965132036513730"] .tn-atom {
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132036513730"] {
    display: table;
    top: 64px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132036513730"] {
    display: table;
    top: 59px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389205121 .tn-elem[data-elem-id="175965132036513730"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132036513730"] {
    display: table;
    top: 43px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132036513730"] {
    display: table;
    top: 43px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132036513730"] {
    display: table;
    top: 43px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389205121 .tn-elem[data-elem-id="175965132036045180"] {
  color: #fff;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389205121 .tn-elem[data-elem-id="175965132036045180"] .tn-atom {
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132036045180"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132036045180"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389205121 .tn-elem[data-elem-id="175965132036045180"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132036045180"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132036045180"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205121 .tn-elem[data-elem-id="175965132036045180"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389205121 .tn-group[data-group-id="175933692738235110"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 370px;
  height: 252px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389205121 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #fff0;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #262626;
}
@media screen and (max-width: 1599px) {
  #rec1389205121 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 280px;
    height: 300px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205121 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 280px;
    height: 212px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205121 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    height: 192px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
    row-gap: 8px;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205121 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 280px;
    height: 192px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205121 .tn-group[data-group-id="175933692738235110"] {
    display: flex;
    top: 0;
    left: 0;
    width: 280px;
    height: 192px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175933692738235110"] #molecule-175933692738235110 {
    display: flex;
  }
}
#rec1389205121 .tn-elem[data-elem-id="175965118852276050"] {
  color: #fff;
  z-index: 3;
  top: 64px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389205121 .tn-elem[data-elem-id="175965118852276050"] .tn-atom {
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389205121 .tn-elem[data-elem-id="175965118852276050"] {
    display: table;
    top: 64px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205121 .tn-elem[data-elem-id="175965118852276050"] {
    display: table;
    top: 59px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389205121 .tn-elem[data-elem-id="175965118852276050"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205121 .tn-elem[data-elem-id="175965118852276050"] {
    display: table;
    top: 43px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205121 .tn-elem[data-elem-id="175965118852276050"] {
    display: table;
    top: 43px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205121 .tn-elem[data-elem-id="175965118852276050"] {
    display: table;
    top: 43px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389205121 .tn-elem[data-elem-id="175933692738293070"] {
  color: #fff;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1389205121 .tn-elem[data-elem-id="175933692738293070"] .tn-atom {
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389205121 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205121 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 20px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1389205121 .tn-elem[data-elem-id="175933692738293070"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205121 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205121 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205121 .tn-elem[data-elem-id="175933692738293070"] {
    display: table;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1389205121 .tn-group[data-group-id="175965384954648440"] {
  z-index: 3;
  position: absolute;
  top: 666px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
}
#rec1389205121 .tn-group[data-group-id="175965384954648440"] #molecule-175965384954648440 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px 20px 20px;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgb(224 72 26);
}
@media screen and (max-width: 1599px) {
  #rec1389205121 .tn-group[data-group-id="175965384954648440"] {
    display: flex;
    top: 778px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175965384954648440"] #molecule-175965384954648440 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205121 .tn-group[data-group-id="175965384954648440"] {
    display: flex;
    top: 754px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175965384954648440"] #molecule-175965384954648440 {
    display: flex;
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205121 .tn-group[data-group-id="175965384954648440"] {
    display: flex;
    top: 388px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175965384954648440"] #molecule-175965384954648440 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205121 .tn-group[data-group-id="175965384954648440"] {
    display: flex;
    top: 407px;
    left: calc(50% - 240px + 10px);
    width: 460px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175965384954648440"] #molecule-175965384954648440 {
    display: flex;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 16px;
    align-items: center;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205121 .tn-group[data-group-id="175965384954648440"] {
    display: flex;
    top: 459px;
    left: calc(50% - 180px + 16px);
    width: 328px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175965384954648440"] #molecule-175965384954648440 {
    display: flex;
  }
}
#rec1389205121 .tn-elem[data-elem-id="175965384955388040"] {
  color: #fff;
  text-align: center;
  z-index: 3;
  top: 20px;
  left: 779px;
  width: 100%;
  flex-shrink: 1;
  height: 56px;
  margin: 0 0 0 0;
}
#rec1389205121 .tn-elem[data-elem-id="175965384955388040"] .tn-atom {
  color: #fff;
  font-size: 24px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
@media (hover), (min-width: 0\0) {
  #rec1389205121 .tn-elem[data-elem-id="175965384955388040"] .tn-atom:hover {
    background-color: #c3370d;
    background-image: none;
  }
}
@media screen and (max-width: 1599px) {
  #rec1389205121 .tn-elem[data-elem-id="175965384955388040"] {
    display: table;
    top: 26px;
    left: 599px;
    width: 100%;
    height: 36px;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205121 .tn-elem[data-elem-id="175965384955388040"] {
    display: table;
    top: 16px;
    left: 479px;
    width: 100%;
    height: 48px;
    flex-shrink: 1;
  }
  #rec1389205121 .tn-elem[data-elem-id="175965384955388040"] .tn-atom {
    font-size: 18px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205121 .tn-elem[data-elem-id="175965384955388040"] {
    display: table;
    top: 21px;
    left: 319px;
    width: 100%;
    height: 48px;
    flex-shrink: 1;
  }
  #rec1389205121 .tn-elem[data-elem-id="175965384955388040"] .tn-atom {
    font-size: 18px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205121 .tn-elem[data-elem-id="175965384955388040"] {
    display: table;
    top: 70px;
    left: 16px;
    width: 100%;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205121 .tn-elem[data-elem-id="175965384955388040"] {
    display: table;
    top: 89px;
    left: 16px;
    width: 100%;
    height: 32px;
    flex-shrink: 0;
  }
}
#rec1389205121 .tn-group[data-group-id="175965413343070460"] {
  z-index: 3;
  position: absolute;
  top: 32px;
  left: 20px;
  width: 100%;
  height: auto;
  flex-shrink: 1;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1389205121 .tn-group[data-group-id="175965413343070460"] #molecule-175965413343070460 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1389205121 .tn-group[data-group-id="175965413343070460"] {
    display: flex;
    top: 44px;
    left: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175965413343070460"] #molecule-175965413343070460 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205121 .tn-group[data-group-id="175965413343070460"] {
    display: flex;
    top: 34px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175965413343070460"] #molecule-175965413343070460 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205121 .tn-group[data-group-id="175965413343070460"] {
    display: flex;
    top: 24px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175965413343070460"] #molecule-175965413343070460 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205121 .tn-group[data-group-id="175965413343070460"] {
    display: flex;
    top: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175965413343070460"] #molecule-175965413343070460 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205121 .tn-group[data-group-id="175965413343070460"] {
    display: flex;
    top: 16px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1389205121 .tn-group[data-group-id="175965413343070460"] #molecule-175965413343070460 {
    display: flex;
  }
}
#rec1389205121 .tn-elem[data-elem-id="175965384954657250"] {
  color: #262626;
  z-index: 3;
  top: -8px;
  left: 0;
  width: 544px;
  flex-shrink: 0;
  height: 48px;
  margin: 0 0 0 0;
}
#rec1389205121 .tn-elem[data-elem-id="175965384954657250"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1389205121 .tn-elem[data-elem-id="175965384954657250"] {
    display: table;
    top: -24px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1389205121 .tn-elem[data-elem-id="175965384954657250"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205121 .tn-elem[data-elem-id="175965384954657250"] {
    display: table;
    top: -13px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1389205121 .tn-elem[data-elem-id="175965384954657250"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205121 .tn-elem[data-elem-id="175965384954657250"] {
    display: table;
    top: -8px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1389205121 .tn-elem[data-elem-id="175965384954657250"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205121 .tn-elem[data-elem-id="175965384954657250"] {
    display: table;
    top: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205121 .tn-elem[data-elem-id="175965384954657250"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1389205121 .tn-elem[data-elem-id="175965384955092900"] {
  z-index: 3;
  top: 656px;
  left: calc(50% - 800px + 40px);
  width: 23px;
  flex-shrink: 0;
  height: auto;
}
#rec1389205121 .tn-elem[data-elem-id="175965384955092900"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1389205121 .tn-elem[data-elem-id="175965384955092900"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1389205121 .tn-elem[data-elem-id="175965384955092900"] {
    display: table;
    top: 766px;
    left: calc(50% - 610px + 29px);
    width: 23px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1389205121 .tn-elem[data-elem-id="175965384955092900"] {
    display: table;
    top: 752px;
    left: calc(50% - 480px + 18px);
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1389205121 .tn-elem[data-elem-id="175965384955092900"] {
    display: table;
    top: 382px;
    left: calc(50% - 320px + 18px);
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1389205121 .tn-elem[data-elem-id="175965384955092900"] {
    display: table;
    top: 403px;
    left: calc(50% - 240px + 18px);
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1389205121 .tn-elem[data-elem-id="175965384955092900"] {
    display: table;
    top: 455px;
    left: calc(50% - 180px + 24px);
    width: 14px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1391758741 .t396__artboard {
  height: 286px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  row-gap: calc(20px * var(--zoom, 1));
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(140px * var(--zoom, 1));
  padding-bottom: calc(80px * var(--zoom, 1));
  width: auto;
}
#rec1391758741 .t396__filter {
  height: 286px;
}
#rec1391758741 .t396__carrier {
  height: 286px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1391758741 .t396__artboard,
  #rec1391758741 .t396__filter,
  #rec1391758741 .t396__carrier {
    height: 286px;
  }
  #rec1391758741 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(140px * var(--zoom, 1));
    padding-bottom: calc(80px * var(--zoom, 1));
    width: auto;
  }
  #rec1391758741 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758741 .t396__artboard,
  #rec1391758741 .t396__filter,
  #rec1391758741 .t396__carrier {
    height: 286px;
  }
  #rec1391758741 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(140px * var(--zoom, 1));
    padding-bottom: calc(80px * var(--zoom, 1));
    width: auto;
  }
  #rec1391758741 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758741 .t396__artboard,
  #rec1391758741 .t396__filter,
  #rec1391758741 .t396__carrier {
    height: 128px;
  }
  #rec1391758741 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1391758741 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1391758741 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758741 .t396__artboard,
  #rec1391758741 .t396__filter,
  #rec1391758741 .t396__carrier {
    height: 128px;
  }
  #rec1391758741 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1391758741 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758741 .t396__artboard,
  #rec1391758741 .t396__filter,
  #rec1391758741 .t396__carrier {
    height: 128px;
  }
  #rec1391758741 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1391758741 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1391758741 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1391758741 .tn-elem[data-elem-id="175916031473889900"] {
  z-index: 3;
  top: 140px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1391758741 .tn-elem[data-elem-id="175916031473889900"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1391758741 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 140px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758741 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 140px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758741 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758741 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758741 .tn-elem[data-elem-id="175916031473889900"] {
    display: table;
    top: 60px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1391758741 .tn-group[data-group-id="175916035984714150"] {
  z-index: 3;
  position: absolute;
  top: 161px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391758741 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1391758741 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 161px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758741 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758741 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 161px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758741 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758741 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758741 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758741 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758741 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758741 .tn-group[data-group-id="175916035984714150"] {
    display: flex;
    top: 73px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758741 .tn-group[data-group-id="175916035984714150"] #molecule-175916035984714150 {
    display: flex;
  }
}
#rec1391758741 .tn-elem[data-elem-id="175916035087645530"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 1;
  height: auto;
  margin: 0 0 0 0;
}
#rec1391758741 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1391758741 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1391758741 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758741 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758741 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1391758741 .tn-elem[data-elem-id="175916035087645530"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758741 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758741 .tn-elem[data-elem-id="175916035087645530"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1391758741 .tn-elem[data-elem-id="175916032056398950"] {
  z-index: 3;
  top: 200px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  flex-shrink: 0;
  height: 6px;
  margin: 0 0 0 0;
}
#rec1391758741 .tn-elem[data-elem-id="175916032056398950"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #262626;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1391758741 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 200px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758741 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 200px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758741 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758741 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758741 .tn-elem[data-elem-id="175916032056398950"] {
    display: table;
    top: 102px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1391758961 .t396__artboard {
  height: 1866px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  row-gap: calc(60px * var(--zoom, 1));
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(0px * var(--zoom, 1));
  padding-bottom: calc(0px * var(--zoom, 1));
  width: auto;
}
#rec1391758961 .t396__filter {
  height: 1866px;
}
#rec1391758961 .t396__carrier {
  height: 1866px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .t396__artboard,
  #rec1391758961 .t396__filter,
  #rec1391758961 .t396__carrier {
    height: 1586px;
  }
  #rec1391758961 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1391758961 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .t396__artboard,
  #rec1391758961 .t396__filter,
  #rec1391758961 .t396__carrier {
    height: 1498px;
  }
  #rec1391758961 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1391758961 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .t396__artboard,
  #rec1391758961 .t396__filter,
  #rec1391758961 .t396__carrier {
    height: 1478px;
  }
  #rec1391758961 .t396__artboard {
    display: flex;
    align-items: flex-start;
    row-gap: calc(32px * var(--zoom, 1));
  }
  #rec1391758961 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1391758961 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .t396__artboard,
  #rec1391758961 .t396__filter,
  #rec1391758961 .t396__carrier {
    height: 1256px;
  }
  #rec1391758961 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(0px * var(--zoom, 1));
    width: auto;
  }
  #rec1391758961 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .t396__artboard,
  #rec1391758961 .t396__filter,
  #rec1391758961 .t396__carrier {
    height: 1213px;
  }
  #rec1391758961 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(0px * var(--zoom, 1));
    padding-bottom: calc(20px * var(--zoom, 1));
    width: auto;
  }
  #rec1391758961 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1391758961 .tn-group[data-group-id="175950255993980280"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
    row-gap: 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-group[data-group-id="175950255993980280"] {
    display: flex;
    top: 0;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175950255993980280"] #molecule-175950255993980280 {
    display: flex;
  }
}
#rec1391758961 .tn-elem[data-elem-id="175950233686047180"] {
  color: #262626;
  z-index: 3;
  top: 232px;
  left: 0;
  width: 770px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 28px;
  font-family: "PT Serif", serif;
  line-height: 1.1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 296px;
    left: 0;
    width: 780px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 360px;
    left: 0;
    width: 780px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 94px;
    left: 0;
    width: 360px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175950233686047180"] {
    text-align: left;
  }
  #rec1391758961 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    line-height: 1.2;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 94px;
    left: 0;
    width: 291px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="175950233686047180"] {
    display: table;
    top: 146px;
    left: 0;
    width: 263px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175950233686047180"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1391758961 .tn-elem[data-elem-id="175933325552461570"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 64px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: 0;
    width: 1002px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: 0;
    width: 829px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: 0;
    width: 509px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175933325552461570"] {
    text-align: left;
  }
  #rec1391758961 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 24px;
    line-height: 1.1;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="175933325552461570"] {
    display: table;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175933325552461570"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1391758961 .tn-group[data-group-id="175972753524015390"] {
  z-index: 3;
  position: absolute;
  top: 354px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-group[data-group-id="175972753524015390"] #molecule-175972753524015390 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-group[data-group-id="175972753524015390"] {
    display: flex;
    top: 418px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972753524015390"] #molecule-175972753524015390 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-group[data-group-id="175972753524015390"] {
    display: flex;
    top: 482px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972753524015390"] #molecule-175972753524015390 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-group[data-group-id="175972753524015390"] {
    display: flex;
    top: 164px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972753524015390"] #molecule-175972753524015390 {
    display: flex;
    row-gap: 32px;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-group[data-group-id="175972753524015390"] {
    display: flex;
    top: 183px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972753524015390"] #molecule-175972753524015390 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-group[data-group-id="175972753524015390"] {
    display: flex;
    top: 235px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972753524015390"] #molecule-175972753524015390 {
    display: flex;
    column-gap: 16px;
    row-gap: 16px;
  }
}
#rec1391758961 .tn-group[data-group-id="175972760512453510"] {
  z-index: 3;
  position: absolute;
  top: 776px;
  left: 1040px;
  width: 500px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-group[data-group-id="175972760512453510"] #molecule-175972760512453510 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-group[data-group-id="175972760512453510"] {
    display: flex;
    top: 548px;
    left: 800px;
    width: 380px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972760512453510"] #molecule-175972760512453510 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-group[data-group-id="175972760512453510"] {
    display: flex;
    top: 496px;
    left: 640px;
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972760512453510"] #molecule-175972760512453510 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-group[data-group-id="175972760512453510"] {
    display: flex;
    top: 911px;
    left: 320px;
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972760512453510"] #molecule-175972760512453510 {
    display: flex;
    row-gap: 12px;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-group[data-group-id="175972760512453510"] {
    display: flex;
    top: 761px;
    left: 240px;
    width: 220px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972760512453510"] #molecule-175972760512453510 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-group[data-group-id="175972760512453510"] {
    display: flex;
    top: 661px;
    left: 172px;
    width: 156px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972760512453510"] #molecule-175972760512453510 {
    display: flex;
  }
}
#rec1391758961 .tn-elem[data-elem-id="175992253031086040"] {
  color: #fff;
  text-align: center;
  z-index: 3;
  top: 700px;
  left: 0;
  width: 180px;
  flex-shrink: 0;
  height: 36px;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="175992253031086040"] .tn-atom {
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
@media (hover), (min-width: 0\0) {
  #rec1391758961 .tn-elem[data-elem-id="175992253031086040"] .tn-atom:hover {
    background-color: #c3370d;
    background-image: none;
  }
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="175992253031086040"] {
    display: table;
    top: 594px;
    left: -790px;
    width: 180px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="175992253031086040"] {
    display: table;
    top: 494px;
    left: -630px;
    width: 180px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="175992253031086040"] {
    display: table;
    top: -60px;
    left: 10px;
    width: 180px;
    height: 36px;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175992253031086040"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="175992253031086040"] {
    display: table;
    top: -58px;
    left: 10px;
    width: 100%;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="175992253031086040"] {
    display: table;
    top: -38px;
    left: 10px;
    width: 100%;
    height: 32px;
    flex-shrink: 0;
  }
}
#rec1391758961 .tn-group[data-group-id="175992260470661750"] {
  z-index: 3;
  position: absolute;
  top: 600px;
  left: 0;
  width: 500px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-group[data-group-id="175992260470661750"] #molecule-175992260470661750 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-group[data-group-id="175992260470661750"] {
    display: flex;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992260470661750"] #molecule-175992260470661750 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-group[data-group-id="175992260470661750"] {
    display: flex;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992260470661750"] #molecule-175992260470661750 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-group[data-group-id="175992260470661750"] {
    display: flex;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992260470661750"] #molecule-175992260470661750 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-group[data-group-id="175992260470661750"] {
    display: flex;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992260470661750"] #molecule-175992260470661750 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-group[data-group-id="175992260470661750"] {
    display: flex;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992260470661750"] #molecule-175992260470661750 {
    display: flex;
  }
}
#rec1391758961 .tn-elem[data-elem-id="175992258824769550"] {
  color: #262626;
  z-index: 3;
  top: 56px;
  left: 0;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="175992258824769550"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="175992258824769550"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="175992258824769550"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="175992258824769550"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175992258824769550"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="175992258824769550"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="175992258824769550"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1391758961 .tn-elem[data-elem-id="175972760514644070"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 48px;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="175972760514644070"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="175972760514644070"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="175972760514644070"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="175972760514644070"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175972760514644070"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="175972760514644070"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="175972760514644070"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1391758961 .tn-group[data-group-id="175972760512492970"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 580px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-group[data-group-id="175972760512492970"] #molecule-175972760512492970 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-group[data-group-id="175972760512492970"] {
    display: flex;
    top: 0;
    left: 0;
    width: 380px;
    height: 440px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972760512492970"] #molecule-175972760512492970 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-group[data-group-id="175972760512492970"] {
    display: flex;
    top: 0;
    left: 0;
    width: 300px;
    height: 340px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972760512492970"] #molecule-175972760512492970 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-group[data-group-id="175972760512492970"] {
    display: flex;
    top: 0;
    left: 0;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972760512492970"] #molecule-175972760512492970 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-group[data-group-id="175972760512492970"] {
    display: flex;
    top: 0;
    left: 0;
    width: 220px;
    height: 249px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972760512492970"] #molecule-175972760512492970 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-group[data-group-id="175972760512492970"] {
    display: flex;
    top: 0;
    left: 0;
    width: 156px;
    height: 200px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972760512492970"] #molecule-175972760512492970 {
    display: flex;
  }
}
#rec1391758961 .tn-elem[data-elem-id="175972760512429890"] {
  z-index: 3;
  top: 78px;
  left: 116px;
  width: 267px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="175972760512429890"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1391758961 .tn-elem[data-elem-id="175972760512429890"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="175972760512429890"] {
    display: table;
    top: 59px;
    left: 88px;
    width: 202px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="175972760512429890"] {
    display: table;
    top: 38px;
    left: 67px;
    width: 165px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="175972760512429890"] {
    display: table;
    top: 38px;
    left: 67px;
    width: 165px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="175972760512429890"] {
    display: table;
    top: 23px;
    left: 46px;
    width: 127px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="175972760512429890"] {
    display: table;
    top: 21px;
    left: 28px;
    width: 99px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1391758961 .tn-group[data-group-id="175972760519761930"] {
  z-index: 3;
  position: absolute;
  top: 776px;
  left: 520px;
  width: 500px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-group[data-group-id="175972760519761930"] #molecule-175972760519761930 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-group[data-group-id="175972760519761930"] {
    display: flex;
    top: 548px;
    left: 400px;
    width: 380px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972760519761930"] #molecule-175972760519761930 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-group[data-group-id="175972760519761930"] {
    display: flex;
    top: 496px;
    left: 320px;
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972760519761930"] #molecule-175972760519761930 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-group[data-group-id="175972760519761930"] {
    display: flex;
    top: 911px;
    left: 0;
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972760519761930"] #molecule-175972760519761930 {
    display: flex;
    row-gap: 12px;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-group[data-group-id="175972760519761930"] {
    display: flex;
    top: 761px;
    left: 0;
    width: 220px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972760519761930"] #molecule-175972760519761930 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-group[data-group-id="175972760519761930"] {
    display: flex;
    top: 661px;
    left: 0;
    width: 156px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972760519761930"] #molecule-175972760519761930 {
    display: flex;
  }
}
#rec1391758961 .tn-elem[data-elem-id="175992252947712670"] {
  color: #fff;
  text-align: center;
  z-index: 3;
  top: 700px;
  left: 0;
  width: 180px;
  flex-shrink: 0;
  height: 36px;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="175992252947712670"] .tn-atom {
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
@media (hover), (min-width: 0\0) {
  #rec1391758961 .tn-elem[data-elem-id="175992252947712670"] .tn-atom:hover {
    background-color: #c3370d;
    background-image: none;
  }
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="175992252947712670"] {
    display: table;
    top: 594px;
    left: -390px;
    width: 180px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="175992252947712670"] {
    display: table;
    top: 494px;
    left: -310px;
    width: 180px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="175992252947712670"] {
    display: table;
    top: -60px;
    left: 330px;
    width: 180px;
    height: 36px;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175992252947712670"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="175992252947712670"] {
    display: table;
    top: -58px;
    left: 250px;
    width: 100%;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="175992252947712670"] {
    display: table;
    top: -38px;
    left: 182px;
    width: 100%;
    height: 32px;
    flex-shrink: 0;
  }
}
#rec1391758961 .tn-group[data-group-id="175992253725880950"] {
  z-index: 3;
  position: absolute;
  top: 600px;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-group[data-group-id="175992253725880950"] #molecule-175992253725880950 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-group[data-group-id="175992253725880950"] {
    display: flex;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992253725880950"] #molecule-175992253725880950 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-group[data-group-id="175992253725880950"] {
    display: flex;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992253725880950"] #molecule-175992253725880950 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-group[data-group-id="175992253725880950"] {
    display: flex;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992253725880950"] #molecule-175992253725880950 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-group[data-group-id="175992253725880950"] {
    display: flex;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992253725880950"] #molecule-175992253725880950 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-group[data-group-id="175992253725880950"] {
    display: flex;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992253725880950"] #molecule-175992253725880950 {
    display: flex;
  }
}
#rec1391758961 .tn-elem[data-elem-id="175992253502090230"] {
  color: #262626;
  z-index: 3;
  top: 56px;
  left: 0;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="175992253502090230"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="175992253502090230"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="175992253502090230"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="175992253502090230"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175992253502090230"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="175992253502090230"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="175992253502090230"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1391758961 .tn-elem[data-elem-id="175972760521361830"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 48px;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="175972760521361830"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="175972760521361830"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="175972760521361830"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="175972760521361830"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175972760521361830"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="175972760521361830"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="175972760521361830"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1391758961 .tn-group[data-group-id="175972760519765810"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 580px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-group[data-group-id="175972760519765810"] #molecule-175972760519765810 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-group[data-group-id="175972760519765810"] {
    display: flex;
    top: 0;
    left: 0;
    width: 380px;
    height: 440px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972760519765810"] #molecule-175972760519765810 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-group[data-group-id="175972760519765810"] {
    display: flex;
    top: 0;
    left: 0;
    width: 300px;
    height: 340px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972760519765810"] #molecule-175972760519765810 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-group[data-group-id="175972760519765810"] {
    display: flex;
    top: 0;
    left: 0;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972760519765810"] #molecule-175972760519765810 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-group[data-group-id="175972760519765810"] {
    display: flex;
    top: 0;
    width: 220px;
    height: 249px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972760519765810"] #molecule-175972760519765810 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-group[data-group-id="175972760519765810"] {
    display: flex;
    top: 0;
    left: 0;
    width: 156px;
    height: 200px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972760519765810"] #molecule-175972760519765810 {
    display: flex;
  }
}
#rec1391758961 .tn-elem[data-elem-id="175972760519777140"] {
  z-index: 3;
  top: 69px;
  left: 104px;
  width: 291px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="175972760519777140"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1391758961 .tn-elem[data-elem-id="175972760519777140"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="175972760519777140"] {
    display: table;
    top: 59px;
    left: 83px;
    width: 212px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="175972760519777140"] {
    display: table;
    top: 38px;
    left: 63px;
    width: 173px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="175972760519777140"] {
    display: table;
    top: 38px;
    left: 63px;
    width: 173px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="175972760519777140"] {
    display: table;
    top: 23px;
    width: 133px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="175972760519777140"] {
    display: table;
    top: 20px;
    left: 25px;
    width: 104px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1391758961 .tn-group[data-group-id="175972759481937530"] {
  z-index: 3;
  position: absolute;
  top: 776px;
  left: 0;
  width: 500px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-group[data-group-id="175972759481937530"] #molecule-175972759481937530 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-group[data-group-id="175972759481937530"] {
    display: flex;
    top: 548px;
    left: 0;
    width: 380px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972759481937530"] #molecule-175972759481937530 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-group[data-group-id="175972759481937530"] {
    display: flex;
    top: 496px;
    left: 0;
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972759481937530"] #molecule-175972759481937530 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-group[data-group-id="175972759481937530"] {
    display: flex;
    top: 418px;
    left: 320px;
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972759481937530"] #molecule-175972759481937530 {
    display: flex;
    row-gap: 12px;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-group[data-group-id="175972759481937530"] {
    display: flex;
    top: 344px;
    left: 240px;
    width: 220px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972759481937530"] #molecule-175972759481937530 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-group[data-group-id="175972759481937530"] {
    display: flex;
    top: 296px;
    left: 172px;
    width: 156px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972759481937530"] #molecule-175972759481937530 {
    display: flex;
  }
}
#rec1391758961 .tn-elem[data-elem-id="175992237655316510"] {
  color: #fff;
  text-align: center;
  z-index: 3;
  top: 700px;
  left: 0;
  width: 180px;
  flex-shrink: 0;
  height: 36px;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="175992237655316510"] .tn-atom {
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
@media (hover), (min-width: 0\0) {
  #rec1391758961 .tn-elem[data-elem-id="175992237655316510"] .tn-atom:hover {
    background-color: #c3370d;
    background-image: none;
  }
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="175992237655316510"] {
    display: table;
    top: 584px;
    left: 0;
    width: 180px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="175992237655316510"] {
    display: table;
    top: 484px;
    left: 0;
    width: 180px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="175992237655316510"] {
    display: table;
    top: 425px;
    left: 0;
    width: 180px;
    height: 36px;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175992237655316510"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="175992237655316510"] {
    display: table;
    top: 349px;
    left: 0;
    width: 100%;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="175992237655316510"] {
    display: table;
    top: 317px;
    left: 0;
    width: 100%;
    height: 32px;
    flex-shrink: 0;
  }
}
#rec1391758961 .tn-group[data-group-id="175992242524475020"] {
  z-index: 3;
  position: absolute;
  top: 600px;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-group[data-group-id="175992242524475020"] #molecule-175992242524475020 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-group[data-group-id="175992242524475020"] {
    display: flex;
    top: 460px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992242524475020"] #molecule-175992242524475020 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-group[data-group-id="175992242524475020"] {
    display: flex;
    top: 360px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992242524475020"] #molecule-175992242524475020 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-group[data-group-id="175992242524475020"] {
    display: flex;
    top: 352px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992242524475020"] #molecule-175992242524475020 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-group[data-group-id="175992242524475020"] {
    display: flex;
    top: 261px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992242524475020"] #molecule-175992242524475020 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-group[data-group-id="175992242524475020"] {
    display: flex;
    top: 212px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992242524475020"] #molecule-175992242524475020 {
    display: flex;
  }
}
#rec1391758961 .tn-elem[data-elem-id="175992239785450080"] {
  color: #262626;
  z-index: 3;
  top: 56px;
  left: 0;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="175992239785450080"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="175992239785450080"] {
    display: table;
    top: 80px;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="175992239785450080"] {
    display: table;
    top: 80px;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="175992239785450080"] {
    display: table;
    top: 42px;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175992239785450080"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="175992239785450080"] {
    display: table;
    top: 59px;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="175992239785450080"] {
    display: table;
    top: 76px;
    left: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1391758961 .tn-elem[data-elem-id="175972759483964760"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 48px;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="175972759483964760"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="175972759483964760"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="175972759483964760"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="175972759483964760"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175972759483964760"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="175972759483964760"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="175972759483964760"] {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1391758961 .tn-group[data-group-id="175972759481933870"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 580px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-group[data-group-id="175972759481933870"] #molecule-175972759481933870 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-group[data-group-id="175972759481933870"] {
    display: flex;
    top: 0;
    left: 0;
    width: 380px;
    height: 440px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972759481933870"] #molecule-175972759481933870 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-group[data-group-id="175972759481933870"] {
    display: flex;
    top: 0;
    left: 0;
    width: 300px;
    height: 340px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972759481933870"] #molecule-175972759481933870 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-group[data-group-id="175972759481933870"] {
    display: flex;
    top: 0;
    left: 0;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972759481933870"] #molecule-175972759481933870 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-group[data-group-id="175972759481933870"] {
    display: flex;
    top: 0;
    left: 0;
    width: 220px;
    height: 249px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972759481933870"] #molecule-175972759481933870 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-group[data-group-id="175972759481933870"] {
    display: flex;
    top: 0;
    left: 0;
    width: 156px;
    height: 200px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972759481933870"] #molecule-175972759481933870 {
    display: flex;
  }
}
#rec1391758961 .tn-elem[data-elem-id="175972759481915100"] {
  z-index: 3;
  top: 81px;
  left: 104px;
  width: 291px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="175972759481915100"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1391758961 .tn-elem[data-elem-id="175972759481915100"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="175972759481915100"] {
    display: table;
    top: 59px;
    left: 77px;
    width: 224px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="175972759481915100"] {
    display: table;
    top: 39px;
    left: 58px;
    width: 182px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="175972759481915100"] {
    display: table;
    top: 39px;
    left: 58px;
    width: 182px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="175972759481915100"] {
    display: table;
    top: 23px;
    left: 39px;
    width: 141px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="175972759481915100"] {
    display: table;
    top: 22px;
    left: 23px;
    width: 108px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1391758961 .tn-group[data-group-id="175972759487733070"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 1040px;
  width: 500px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-group[data-group-id="175972759487733070"] #molecule-175972759487733070 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-group[data-group-id="175972759487733070"] {
    display: flex;
    top: 0;
    left: 800px;
    width: 380px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972759487733070"] #molecule-175972759487733070 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-group[data-group-id="175972759487733070"] {
    display: flex;
    top: 0;
    left: 640px;
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972759487733070"] #molecule-175972759487733070 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-group[data-group-id="175972759487733070"] {
    display: flex;
    top: 418px;
    left: 0;
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972759487733070"] #molecule-175972759487733070 {
    display: flex;
    row-gap: 12px;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-group[data-group-id="175972759487733070"] {
    display: flex;
    top: 344px;
    left: 0;
    width: 220px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972759487733070"] #molecule-175972759487733070 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-group[data-group-id="175972759487733070"] {
    display: flex;
    top: 296px;
    left: 0;
    width: 156px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972759487733070"] #molecule-175972759487733070 {
    display: flex;
  }
}
#rec1391758961 .tn-elem[data-elem-id="175992252795579550"] {
  color: #fff;
  text-align: center;
  z-index: 3;
  top: 700px;
  left: 0;
  width: 180px;
  flex-shrink: 0;
  height: 36px;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="175992252795579550"] .tn-atom {
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
@media (hover), (min-width: 0\0) {
  #rec1391758961 .tn-elem[data-elem-id="175992252795579550"] .tn-atom:hover {
    background-color: #c3370d;
    background-image: none;
  }
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="175992252795579550"] {
    display: table;
    top: 1142px;
    left: -790px;
    width: 180px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="175992252795579550"] {
    display: table;
    top: 990px;
    left: -630px;
    width: 180px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="175992252795579550"] {
    display: table;
    top: 433px;
    left: 330px;
    width: 180px;
    height: 36px;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175992252795579550"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="175992252795579550"] {
    display: table;
    top: 359px;
    left: 250px;
    width: 100%;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="175992252795579550"] {
    display: table;
    top: 327px;
    left: 182px;
    width: 100%;
    height: 32px;
    flex-shrink: 0;
  }
}
#rec1391758961 .tn-group[data-group-id="175992261899899770"] {
  z-index: 3;
  position: absolute;
  top: 600px;
  left: 0;
  width: 500px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-group[data-group-id="175992261899899770"] #molecule-175992261899899770 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-group[data-group-id="175992261899899770"] {
    display: flex;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992261899899770"] #molecule-175992261899899770 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-group[data-group-id="175992261899899770"] {
    display: flex;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992261899899770"] #molecule-175992261899899770 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-group[data-group-id="175992261899899770"] {
    display: flex;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992261899899770"] #molecule-175992261899899770 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-group[data-group-id="175992261899899770"] {
    display: flex;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992261899899770"] #molecule-175992261899899770 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-group[data-group-id="175992261899899770"] {
    display: flex;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992261899899770"] #molecule-175992261899899770 {
    display: flex;
  }
}
#rec1391758961 .tn-elem[data-elem-id="175992261704827210"] {
  color: #262626;
  z-index: 3;
  top: 56px;
  left: 0;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="175992261704827210"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="175992261704827210"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="175992261704827210"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="175992261704827210"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175992261704827210"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="175992261704827210"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="175992261704827210"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1391758961 .tn-elem[data-elem-id="175972759489252380"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 48px;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="175972759489252380"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="175972759489252380"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="175972759489252380"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="175972759489252380"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175972759489252380"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="175972759489252380"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="175972759489252380"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1391758961 .tn-group[data-group-id="175972759487766510"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 580px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-group[data-group-id="175972759487766510"] #molecule-175972759487766510 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-group[data-group-id="175972759487766510"] {
    display: flex;
    top: 0;
    left: 0;
    width: 380px;
    height: 440px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972759487766510"] #molecule-175972759487766510 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-group[data-group-id="175972759487766510"] {
    display: flex;
    top: 0;
    left: 0;
    width: 300px;
    height: 340px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972759487766510"] #molecule-175972759487766510 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-group[data-group-id="175972759487766510"] {
    display: flex;
    top: 0;
    left: 0;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972759487766510"] #molecule-175972759487766510 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-group[data-group-id="175972759487766510"] {
    display: flex;
    top: 0;
    left: 0;
    width: 220px;
    height: 249px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972759487766510"] #molecule-175972759487766510 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-group[data-group-id="175972759487766510"] {
    display: flex;
    top: 0;
    left: 0;
    width: 156px;
    height: 200px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972759487766510"] #molecule-175972759487766510 {
    display: flex;
  }
}
#rec1391758961 .tn-elem[data-elem-id="175972759487771230"] {
  z-index: 3;
  top: 80px;
  left: 116px;
  width: 267px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="175972759487771230"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1391758961 .tn-elem[data-elem-id="175972759487771230"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="175972759487771230"] {
    display: table;
    top: 59px;
    left: 87px;
    width: 204px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="175972759487771230"] {
    display: table;
    top: 38px;
    left: 66px;
    width: 167px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="175972759487771230"] {
    display: table;
    top: 38px;
    left: 66px;
    width: 167px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="175972759487771230"] {
    display: table;
    top: 22px;
    left: 45px;
    width: 129px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="175972759487771230"] {
    display: table;
    top: 21px;
    left: 27px;
    width: 100px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1391758961 .tn-group[data-group-id="175972717796824160"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 520px;
  width: 500px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-group[data-group-id="175972717796824160"] #molecule-175972717796824160 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-group[data-group-id="175972717796824160"] {
    display: flex;
    top: 0;
    left: 400px;
    width: 380px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972717796824160"] #molecule-175972717796824160 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-group[data-group-id="175972717796824160"] {
    display: flex;
    top: 0;
    left: 320px;
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972717796824160"] #molecule-175972717796824160 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-group[data-group-id="175972717796824160"] {
    display: flex;
    top: 0;
    left: 320px;
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972717796824160"] #molecule-175972717796824160 {
    display: flex;
    row-gap: 12px;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-group[data-group-id="175972717796824160"] {
    display: flex;
    top: 0;
    left: 240px;
    width: 220px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972717796824160"] #molecule-175972717796824160 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-group[data-group-id="175972717796824160"] {
    display: flex;
    top: 0;
    left: 172px;
    width: 156px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972717796824160"] #molecule-175972717796824160 {
    display: flex;
  }
}
#rec1391758961 .tn-elem[data-elem-id="175992252707840050"] {
  color: #fff;
  text-align: center;
  z-index: 3;
  top: 700px;
  left: 0;
  width: 180px;
  flex-shrink: 0;
  height: 36px;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="175992252707840050"] .tn-atom {
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
@media (hover), (min-width: 0\0) {
  #rec1391758961 .tn-elem[data-elem-id="175992252707840050"] .tn-atom:hover {
    background-color: #c3370d;
    background-image: none;
  }
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="175992252707840050"] {
    display: table;
    top: 1142px;
    left: -390px;
    width: 180px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="175992252707840050"] {
    display: table;
    top: 990px;
    left: -310px;
    width: 180px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="175992252707840050"] {
    display: table;
    top: 851px;
    left: 10px;
    width: 180px;
    height: 36px;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175992252707840050"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="175992252707840050"] {
    display: table;
    top: 703px;
    left: 10px;
    width: 100%;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="175992252707840050"] {
    display: table;
    top: 623px;
    left: 10px;
    width: 100%;
    height: 32px;
    flex-shrink: 0;
  }
}
#rec1391758961 .tn-group[data-group-id="175992263023890560"] {
  z-index: 3;
  position: absolute;
  top: 600px;
  left: 0;
  width: 500px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-group[data-group-id="175992263023890560"] #molecule-175992263023890560 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-group[data-group-id="175992263023890560"] {
    display: flex;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992263023890560"] #molecule-175992263023890560 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-group[data-group-id="175992263023890560"] {
    display: flex;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992263023890560"] #molecule-175992263023890560 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-group[data-group-id="175992263023890560"] {
    display: flex;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992263023890560"] #molecule-175992263023890560 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-group[data-group-id="175992263023890560"] {
    display: flex;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992263023890560"] #molecule-175992263023890560 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-group[data-group-id="175992263023890560"] {
    display: flex;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992263023890560"] #molecule-175992263023890560 {
    display: flex;
  }
}
#rec1391758961 .tn-elem[data-elem-id="175992262883297730"] {
  color: #262626;
  z-index: 3;
  top: 56px;
  left: 0;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="175992262883297730"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="175992262883297730"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="175992262883297730"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="175992262883297730"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175992262883297730"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="175992262883297730"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="175992262883297730"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1391758961 .tn-elem[data-elem-id="1759727104116"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 48px;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="1759727104116"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="1759727104116"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="1759727104116"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="1759727104116"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="1759727104116"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="1759727104116"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="1759727104116"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1391758961 .tn-group[data-group-id="175972718409155450"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 580px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-group[data-group-id="175972718409155450"] #molecule-175972718409155450 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-group[data-group-id="175972718409155450"] {
    display: flex;
    top: 0;
    left: 0;
    width: 380px;
    height: 440px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972718409155450"] #molecule-175972718409155450 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-group[data-group-id="175972718409155450"] {
    display: flex;
    top: 0;
    left: 0;
    width: 300px;
    height: 340px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972718409155450"] #molecule-175972718409155450 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-group[data-group-id="175972718409155450"] {
    display: flex;
    top: 0;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972718409155450"] #molecule-175972718409155450 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-group[data-group-id="175972718409155450"] {
    display: flex;
    top: 0;
    left: 0;
    width: 220px;
    height: 249px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972718409155450"] #molecule-175972718409155450 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-group[data-group-id="175972718409155450"] {
    display: flex;
    top: 0;
    left: 0;
    width: 156px;
    height: 200px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972718409155450"] #molecule-175972718409155450 {
    display: flex;
  }
}
#rec1391758961 .tn-elem[data-elem-id="1759727147048"] {
  z-index: 3;
  top: 79px;
  left: 116px;
  width: 267px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="1759727147048"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1391758961 .tn-elem[data-elem-id="1759727147048"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="1759727147048"] {
    display: table;
    top: 59px;
    left: 87px;
    width: 204px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="1759727147048"] {
    display: table;
    top: 38px;
    left: 66px;
    width: 167px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="1759727147048"] {
    display: table;
    top: 38px;
    width: 167px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="1759727147048"] {
    display: table;
    top: 22px;
    left: 45px;
    width: 129px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="1759727147048"] {
    display: table;
    top: 21px;
    left: 27px;
    width: 100px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1391758961 .tn-group[data-group-id="175972741845034210"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-group[data-group-id="175972741845034210"] #molecule-175972741845034210 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-group[data-group-id="175972741845034210"] {
    display: flex;
    top: 0;
    left: 0;
    width: 380px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972741845034210"] #molecule-175972741845034210 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-group[data-group-id="175972741845034210"] {
    display: flex;
    top: 0;
    left: 0;
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972741845034210"] #molecule-175972741845034210 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-group[data-group-id="175972741845034210"] {
    display: flex;
    top: 0;
    left: 0;
    width: 300px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972741845034210"] #molecule-175972741845034210 {
    display: flex;
    row-gap: 12px;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-group[data-group-id="175972741845034210"] {
    display: flex;
    top: 0;
    left: 0;
    width: 220px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972741845034210"] #molecule-175972741845034210 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-group[data-group-id="175972741845034210"] {
    display: flex;
    top: 0;
    left: 0;
    width: 156px;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972741845034210"] #molecule-175972741845034210 {
    display: flex;
  }
}
#rec1391758961 .tn-elem[data-elem-id="175992252591745790"] {
  color: #fff;
  text-align: center;
  z-index: 3;
  top: 676px;
  left: 0;
  width: 180px;
  flex-shrink: 0;
  height: 36px;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="175992252591745790"] .tn-atom {
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
@media (hover), (min-width: 0\0) {
  #rec1391758961 .tn-elem[data-elem-id="175992252591745790"] .tn-atom:hover {
    background-color: #c3370d;
    background-image: none;
  }
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="175992252591745790"] {
    display: table;
    top: 1142px;
    left: 10px;
    width: 180px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="175992252591745790"] {
    display: table;
    top: 990px;
    left: 10px;
    width: 180px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="175992252591745790"] {
    display: table;
    top: 851px;
    left: 330px;
    width: 180px;
    height: 36px;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175992252591745790"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="175992252591745790"] {
    display: table;
    top: 703px;
    left: 250px;
    width: 100%;
    height: 36px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="175992252591745790"] {
    display: table;
    top: 623px;
    left: 182px;
    width: 100%;
    height: 32px;
    flex-shrink: 0;
  }
}
#rec1391758961 .tn-group[data-group-id="175992264207986070"] {
  z-index: 3;
  position: absolute;
  top: 600px;
  left: 0;
  width: 500px;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-group[data-group-id="175992264207986070"] #molecule-175992264207986070 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-group[data-group-id="175992264207986070"] {
    display: flex;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992264207986070"] #molecule-175992264207986070 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-group[data-group-id="175992264207986070"] {
    display: flex;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992264207986070"] #molecule-175992264207986070 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-group[data-group-id="175992264207986070"] {
    display: flex;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992264207986070"] #molecule-175992264207986070 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-group[data-group-id="175992264207986070"] {
    display: flex;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992264207986070"] #molecule-175992264207986070 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-group[data-group-id="175992264207986070"] {
    display: flex;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175992264207986070"] #molecule-175992264207986070 {
    display: flex;
  }
}
#rec1391758961 .tn-elem[data-elem-id="175992263538448000"] {
  color: #262626;
  z-index: 3;
  top: 32px;
  left: 0;
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="175992263538448000"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="175992263538448000"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="175992263538448000"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="175992263538448000"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175992263538448000"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="175992263538448000"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="175992263538448000"] {
    display: table;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1391758961 .tn-elem[data-elem-id="175972741847354500"] {
  color: #262626;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 24px;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="175972741847354500"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="175972741847354500"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="175972741847354500"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="175972741847354500"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391758961 .tn-elem[data-elem-id="175972741847354500"] .tn-atom {
    font-size: 14px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="175972741847354500"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="175972741847354500"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1391758961 .tn-group[data-group-id="175972741845030310"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 580px;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-group[data-group-id="175972741845030310"] #molecule-175972741845030310 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #c2beb4;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #f2ede1;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-group[data-group-id="175972741845030310"] {
    display: flex;
    top: 0;
    left: 0;
    width: 380px;
    height: 440px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972741845030310"] #molecule-175972741845030310 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-group[data-group-id="175972741845030310"] {
    display: flex;
    top: 0;
    left: 0;
    width: 300px;
    height: 340px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972741845030310"] #molecule-175972741845030310 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-group[data-group-id="175972741845030310"] {
    display: flex;
    top: 0;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972741845030310"] #molecule-175972741845030310 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-group[data-group-id="175972741845030310"] {
    display: flex;
    top: 0;
    width: 220px;
    height: 249px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972741845030310"] #molecule-175972741845030310 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-group[data-group-id="175972741845030310"] {
    display: flex;
    top: 0;
    left: 0;
    width: 156px;
    height: 200px;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391758961 .tn-group[data-group-id="175972741845030310"] #molecule-175972741845030310 {
    display: flex;
  }
}
#rec1391758961 .tn-elem[data-elem-id="175972741845060730"] {
  z-index: 3;
  top: 79px;
  left: 104px;
  width: 291px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1391758961 .tn-elem[data-elem-id="175972741845060730"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1391758961 .tn-elem[data-elem-id="175972741845060730"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1391758961 .tn-elem[data-elem-id="175972741845060730"] {
    display: table;
    top: 59px;
    left: 78px;
    width: 222px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391758961 .tn-elem[data-elem-id="175972741845060730"] {
    display: table;
    top: 38px;
    left: 58px;
    width: 182px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391758961 .tn-elem[data-elem-id="175972741845060730"] {
    display: table;
    top: 38px;
    width: 182px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1391758961 .tn-elem[data-elem-id="175972741845060730"] {
    display: table;
    top: 22px;
    width: 141px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391758961 .tn-elem[data-elem-id="175972741845060730"] {
    display: table;
    top: 21px;
    left: 23px;
    width: 108px;
    height: auto;
    flex-shrink: 0;
  }
}
#rec1391822951 .t396__artboard {
  height: 739px;
  background-color: #fffaee;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding-left: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(30px * var(--zoom, 1)));
  padding-top: calc(140px * var(--zoom, 1));
  padding-bottom: calc(140px * var(--zoom, 1));
  width: auto;
}
#rec1391822951 .t396__filter {
  height: 739px;
}
#rec1391822951 .t396__carrier {
  height: 739px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1391822951 .t396__artboard,
  #rec1391822951 .t396__filter,
  #rec1391822951 .t396__carrier {
    height: 819px;
  }
  #rec1391822951 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(140px * var(--zoom, 1));
    padding-bottom: calc(140px * var(--zoom, 1));
    width: auto;
  }
  #rec1391822951 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391822951 .t396__artboard,
  #rec1391822951 .t396__filter,
  #rec1391822951 .t396__carrier {
    height: 877px;
  }
  #rec1391822951 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(140px * var(--zoom, 1));
    padding-bottom: calc(140px * var(--zoom, 1));
    width: auto;
  }
  #rec1391822951 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1391822951 .t396__artboard,
  #rec1391822951 .t396__filter,
  #rec1391822951 .t396__carrier {
    height: 601px;
  }
  #rec1391822951 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1391822951 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(60px * var(--zoom, 1));
    width: auto;
  }
  #rec1391822951 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1391822951 .t396__artboard,
  #rec1391822951 .t396__filter,
  #rec1391822951 .t396__carrier {
    height: 632px;
  }
  #rec1391822951 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(60px * var(--zoom, 1));
    width: auto;
  }
  #rec1391822951 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1391822951 .t396__artboard,
  #rec1391822951 .t396__filter,
  #rec1391822951 .t396__carrier {
    height: 697px;
  }
  #rec1391822951 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1391822951 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(60px * var(--zoom, 1));
    width: auto;
  }
  #rec1391822951 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1391822951 .tn-group[data-group-id="175924580161981920"] {
  z-index: 3;
  position: absolute;
  top: 140px;
  left: calc(50% - 800px + 30px);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391822951 .tn-group[data-group-id="175924580161981920"] #molecule-175924580161981920 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 0;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #e0481a;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgb(224 72 26);
}
@media screen and (max-width: 1599px) {
  #rec1391822951 .tn-group[data-group-id="175924580161981920"] {
    display: flex;
    top: 140px;
    left: calc(50% - 610px + 20px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    flex-grow:;
    flex-shrink:;
    flex-basis:;
    order:;
    align-self: auto;
    border-radius: 0;
    margin: 0 0 0 0;
  }
  #rec1391822951 .tn-group[data-group-id="175924580161981920"] #molecule-175924580161981920 {
    display: flex;
    overflow: visible visible;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 0;
    align-items: center;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0 0 0;
    background-color: #fff;
    background-position: center center;
    border-width: 1px;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    border-color: #e0481a;
    box-shadow: 2px 2px 0 0 rgb(224 72 26);
  }
}
@media screen and (max-width: 1219px) {
  #rec1391822951 .tn-group[data-group-id="175924580161981920"] {
    display: flex;
    top: 140px;
    left: calc(50% - 480px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391822951 .tn-group[data-group-id="175924580161981920"] #molecule-175924580161981920 {
    display: flex;
    row-gap: 0;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391822951 .tn-group[data-group-id="175924580161981920"] {
    display: flex;
    top: 60px;
    left: calc(50% - 320px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391822951 .tn-group[data-group-id="175924580161981920"] #molecule-175924580161981920 {
    display: flex;
    padding: 0 0 16px 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1391822951 .tn-group[data-group-id="175924580161981920"] {
    display: flex;
    top: 60px;
    left: calc(50% - 240px + 10px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391822951 .tn-group[data-group-id="175924580161981920"] #molecule-175924580161981920 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391822951 .tn-group[data-group-id="175924580161981920"] {
    display: flex;
    top: 60px;
    left: calc(50% - 180px + 16px);
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391822951 .tn-group[data-group-id="175924580161981920"] #molecule-175924580161981920 {
    display: flex;
    padding: 0 0 0 0;
  }
}
#rec1391822951 .tn-group[data-group-id="175931776819869020"] {
  z-index: 3;
  position: absolute;
  top: 209px;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391822951 .tn-group[data-group-id="175931776819869020"] #molecule-175931776819869020 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: center;
  align-content: flex-start;
  padding: 0 0 0 0;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1391822951 .tn-group[data-group-id="175931776819869020"] {
    display: flex;
    top: 273px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391822951 .tn-group[data-group-id="175931776819869020"] #molecule-175931776819869020 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391822951 .tn-group[data-group-id="175931776819869020"] {
    display: flex;
    top: 291px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391822951 .tn-group[data-group-id="175931776819869020"] #molecule-175931776819869020 {
    display: flex;
    flex-direction: row;
    flex-wrap: unset;
    align-items: flex-start;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391822951 .tn-group[data-group-id="175931776819869020"] {
    display: flex;
    top: 111px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391822951 .tn-group[data-group-id="175931776819869020"] #molecule-175931776819869020 {
    display: flex;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 0;
    align-items: flex-start;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1391822951 .tn-group[data-group-id="175931776819869020"] {
    display: flex;
    top: 142px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391822951 .tn-group[data-group-id="175931776819869020"] #molecule-175931776819869020 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391822951 .tn-group[data-group-id="175931776819869020"] {
    display: flex;
    top: 173px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391822951 .tn-group[data-group-id="175931776819869020"] #molecule-175931776819869020 {
    display: flex;
  }
}
#rec1391822951 .tn-group[data-group-id="175973134244482350"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 230px;
  width: 100%;
  height: auto;
  flex-shrink: 1;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391822951 .tn-group[data-group-id="175973134244482350"] #molecule-175973134244482350 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 40px 40px 60px 40px;
  border-color: #fff0;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1391822951 .tn-group[data-group-id="175973134244482350"] {
    display: flex;
    top: 0;
    left: 233px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1391822951 .tn-group[data-group-id="175973134244482350"] #molecule-175973134244482350 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391822951 .tn-group[data-group-id="175973134244482350"] {
    display: flex;
    top: 0;
    left: 222px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1391822951 .tn-group[data-group-id="175973134244482350"] #molecule-175973134244482350 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1391822951 .tn-group[data-group-id="175973134244482350"] {
    display: flex;
    top: 167px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391822951 .tn-group[data-group-id="175973134244482350"] #molecule-175973134244482350 {
    display: flex;
    row-gap: 16px;
    align-items: center;
    padding: 32px 16px 32px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1391822951 .tn-group[data-group-id="175973134244482350"] {
    display: flex;
    top: 167px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391822951 .tn-group[data-group-id="175973134244482350"] #molecule-175973134244482350 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391822951 .tn-group[data-group-id="175973134244482350"] {
    display: flex;
    top: 179px;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391822951 .tn-group[data-group-id="175973134244482350"] #molecule-175973134244482350 {
    display: flex;
  }
}
#rec1391822951 .tn-elem[data-elem-id="175973134244923930"] {
  color: #fff;
  text-align: center;
  z-index: 3;
  top: 132px;
  left: 580px;
  width: 100%;
  flex-shrink: 0;
  height: 56px;
  margin: 0 0 0 0;
}
#rec1391822951 .tn-elem[data-elem-id="175973134244923930"] .tn-atom {
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
@media (hover), (min-width: 0\0) {
  #rec1391822951 .tn-elem[data-elem-id="175973134244923930"] .tn-atom:hover {
    background-color: #e0481a;
    background-image: none;
  }
  #rec1391822951 .tn-elem[data-elem-id="175973134244923930"] .tn-atom:hover {
    color: #fff;
  }
}
@media screen and (max-width: 1599px) {
  #rec1391822951 .tn-elem[data-elem-id="175973134244923930"] {
    display: table;
    top: 156px;
    left: 397px;
    width: 100%;
    height: 48px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391822951 .tn-elem[data-elem-id="175973134244923930"] {
    display: table;
    top: 180px;
    left: 288px;
    width: 100%;
    height: 64px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391822951 .tn-elem[data-elem-id="175973134244923930"] {
    display: table;
    top: 105px;
    left: 99px;
    width: 420px;
    height: 48px;
    flex-shrink: 0;
  }
  #rec1391822951 .tn-elem[data-elem-id="175973134244923930"] .tn-atom {
    font-size: 18px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391822951 .tn-elem[data-elem-id="175973134244923930"] {
    display: table;
    top: 105px;
    width: 426px;
    height: 48px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391822951 .tn-elem[data-elem-id="175973134244923930"] {
    display: table;
    top: 143px;
    left: 20px;
    width: 286px;
    height: 48px;
    flex-shrink: 0;
  }
}
#rec1391822951 .tn-elem[data-elem-id="175973134244467150"] {
  color: #262626;
  z-index: 3;
  top: 40px;
  left: 580px;
  width: 515px;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1391822951 .tn-elem[data-elem-id="175973134244467150"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1391822951 .tn-elem[data-elem-id="175973134244467150"] {
    display: table;
    top: 40px;
    left: 397px;
    width: 385px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391822951 .tn-elem[data-elem-id="175973134244467150"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391822951 .tn-elem[data-elem-id="175973134244467150"] {
    display: table;
    top: 40px;
    left: 288px;
    width: 363px;
    height: 120px;
    flex-shrink: 0;
  }
  #rec1391822951 .tn-elem[data-elem-id="175973134244467150"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1391822951 .tn-elem[data-elem-id="175973134244467150"] {
    display: table;
    top: 32px;
    left: 102px;
    width: 415px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391822951 .tn-elem[data-elem-id="175973134244467150"] {
    text-align: center;
  }
  #rec1391822951 .tn-elem[data-elem-id="175973134244467150"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391822951 .tn-elem[data-elem-id="175973134244467150"] {
    display: table;
    top: 32px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391822951 .tn-elem[data-elem-id="175973134244467150"] {
    display: table;
    top: 32px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391822951 .tn-elem[data-elem-id="175973134244467150"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1391822951 .tn-elem[data-elem-id="175973135167240400"] {
  z-index: 3;
  top: 0;
  left: 769px;
  width: 1px;
  flex-shrink: 0;
  height: 100%;
  margin: 0 0 0 0;
}
#rec1391822951 .tn-elem[data-elem-id="175973135167240400"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1391822951 .tn-elem[data-elem-id="175973135167240400"] {
    display: table;
    top: 0;
    left: 589px;
    width: 1px;
    height: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391822951 .tn-elem[data-elem-id="175973135167240400"] {
    display: table;
    top: 0;
    left: 469px;
    width: 1px;
    height: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391822951 .tn-elem[data-elem-id="175973135167240400"] {
    display: table;
    top: 166px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1391822951 .tn-elem[data-elem-id="175973135167240400"] {
    display: table;
    top: 166px;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391822951 .tn-elem[data-elem-id="175973135167240400"] {
    display: table;
    top: 178px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1391822951 .tn-group[data-group-id="175930724962094330"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: -5px;
  width: 100%;
  height: 248px;
  flex-shrink: 1;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391822951 .tn-group[data-group-id="175930724962094330"] #molecule-175930724962094330 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 40px 40px 60px 40px;
  border-color: #fff0;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1391822951 .tn-group[data-group-id="175930724962094330"] {
    display: flex;
    top: 0;
    left: -5px;
    width: 100%;
    height: 264px;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1391822951 .tn-group[data-group-id="175930724962094330"] #molecule-175930724962094330 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391822951 .tn-group[data-group-id="175930724962094330"] {
    display: flex;
    top: 0;
    left: -5px;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    order:;
    align-self: stretch;
    height: auto;
  }
  #rec1391822951 .tn-group[data-group-id="175930724962094330"] #molecule-175930724962094330 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1391822951 .tn-group[data-group-id="175930724962094330"] {
    display: flex;
    top: -93px;
    left: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1391822951 .tn-group[data-group-id="175930724962094330"] #molecule-175930724962094330 {
    display: flex;
    row-gap: 16px;
    align-items: center;
    padding: 32px 16px 32px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1391822951 .tn-group[data-group-id="175930724962094330"] {
    display: flex;
    top: -93px;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1391822951 .tn-group[data-group-id="175930724962094330"] #molecule-175930724962094330 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391822951 .tn-group[data-group-id="175930724962094330"] {
    display: flex;
    top: -112px;
    left: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
    order:;
    align-self: auto;
  }
  #rec1391822951 .tn-group[data-group-id="175930724962094330"] #molecule-175930724962094330 {
    display: flex;
  }
}
#rec1391822951 .tn-elem[data-elem-id="175973100669565620"] {
  color: #fff;
  text-align: center;
  z-index: 3;
  top: 132px;
  left: 45px;
  width: 100%;
  flex-shrink: 0;
  height: 56px;
  margin: 0 0 0 0;
}
#rec1391822951 .tn-elem[data-elem-id="175973100669565620"] .tn-atom {
  color: #fff;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
@media (hover), (min-width: 0\0) {
  #rec1391822951 .tn-elem[data-elem-id="175973100669565620"] .tn-atom:hover {
    background-color: #e0481a;
    background-image: none;
  }
  #rec1391822951 .tn-elem[data-elem-id="175973100669565620"] .tn-atom:hover {
    color: #fff;
  }
}
@media screen and (max-width: 1599px) {
  #rec1391822951 .tn-elem[data-elem-id="175973100669565620"] {
    display: table;
    top: 156px;
    left: 45px;
    width: 100%;
    height: 48px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391822951 .tn-elem[data-elem-id="175973100669565620"] {
    display: table;
    top: 180px;
    left: 45px;
    width: 100%;
    height: 64px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391822951 .tn-elem[data-elem-id="175973100669565620"] {
    display: table;
    top: 179px;
    left: 99px;
    width: 420px;
    height: 48px;
    flex-shrink: 0;
  }
  #rec1391822951 .tn-elem[data-elem-id="175973100669565620"] .tn-atom {
    font-size: 18px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391822951 .tn-elem[data-elem-id="175973100669565620"] {
    display: table;
    top: 179px;
    width: 426px;
    height: 48px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391822951 .tn-elem[data-elem-id="175973100669565620"] {
    display: table;
    top: 198px;
    left: 20px;
    width: 286px;
    height: 60px;
    flex-shrink: 0;
  }
  #rec1391822951 .tn-elem[data-elem-id="175973100669565620"] .tn-atom {
    font-size: 16px;
    background-size: cover;
  }
}
#rec1391822951 .tn-elem[data-elem-id="175930724963189320"] {
  color: #262626;
  z-index: 3;
  top: 40px;
  left: 45px;
  width: 379px;
  flex-shrink: 1;
  height: 100%;
  margin: 0 0 0 0;
}
#rec1391822951 .tn-elem[data-elem-id="175930724963189320"] .tn-atom {
  vertical-align: top;
  color: #262626;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1391822951 .tn-elem[data-elem-id="175930724963189320"] {
    display: table;
    top: 40px;
    left: 45px;
    width: 385px;
    height: 100%;
    flex-shrink: 1;
  }
  #rec1391822951 .tn-elem[data-elem-id="175930724963189320"] .tn-atom {
    vertical-align: top;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391822951 .tn-elem[data-elem-id="175930724963189320"] {
    display: table;
    top: 40px;
    left: 45px;
    width: 363px;
    height: 100%;
    flex-shrink: 1;
  }
  #rec1391822951 .tn-elem[data-elem-id="175930724963189320"] .tn-atom {
    vertical-align: top;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1391822951 .tn-elem[data-elem-id="175930724963189320"] {
    display: table;
    top: 125px;
    left: 162px;
    width: 294px;
    height: 38px;
    flex-shrink: 0;
  }
  #rec1391822951 .tn-elem[data-elem-id="175930724963189320"] {
    text-align: center;
  }
  #rec1391822951 .tn-elem[data-elem-id="175930724963189320"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391822951 .tn-elem[data-elem-id="175930724963189320"] {
    display: table;
    top: 125px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391822951 .tn-elem[data-elem-id="175930724963189320"] {
    display: table;
    top: 144px;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391822951 .tn-elem[data-elem-id="175930724963189320"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
#rec1391822951 .tn-elem[data-elem-id="175924541215395960"] {
  z-index: 3;
  top: 208px;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin: 0 0 0 0;
}
#rec1391822951 .tn-elem[data-elem-id="175924541215395960"] .tn-atom {
  border-radius: 0 0 0 0;
  background-color: #e0481a;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1391822951 .tn-elem[data-elem-id="175924541215395960"] {
    display: table;
    top: 272px;
    left: 0;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391822951 .tn-elem[data-elem-id="175924541215395960"] {
    display: table;
    top: 290px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391822951 .tn-elem[data-elem-id="175924541215395960"] {
    display: table;
    top: 110px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1391822951 .tn-elem[data-elem-id="175924541215395960"] {
    display: table;
    top: 141px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391822951 .tn-elem[data-elem-id="175924541215395960"] {
    display: table;
    top: 172px;
    left: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
#rec1391822951 .tn-group[data-group-id="175972979438014930"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow:;
  flex-shrink:;
  flex-basis:;
  margin: 0 0 0 0;
}
#rec1391822951 .tn-group[data-group-id="175972979438014930"] #molecule-175972979438014930 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: visible visible;
  flex-direction: row;
  column-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 40px 40px 40px 40px;
  border-color: #fff0;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  #rec1391822951 .tn-group[data-group-id="175972979438014930"] {
    display: flex;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391822951 .tn-group[data-group-id="175972979438014930"] #molecule-175972979438014930 {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391822951 .tn-group[data-group-id="175972979438014930"] {
    display: flex;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391822951 .tn-group[data-group-id="175972979438014930"] #molecule-175972979438014930 {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  #rec1391822951 .tn-group[data-group-id="175972979438014930"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391822951 .tn-group[data-group-id="175972979438014930"] #molecule-175972979438014930 {
    display: flex;
    justify-content: center;
    padding: 24px 16px 24px 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec1391822951 .tn-group[data-group-id="175972979438014930"] {
    display: flex;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391822951 .tn-group[data-group-id="175972979438014930"] #molecule-175972979438014930 {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  #rec1391822951 .tn-group[data-group-id="175972979438014930"] {
    display: flex;
    left: 0;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order:;
    align-self: auto;
  }
  #rec1391822951 .tn-group[data-group-id="175972979438014930"] #molecule-175972979438014930 {
    display: flex;
  }
}
#rec1391822951 .tn-elem[data-elem-id="175924535674466960"] {
  color: #262626;
  z-index: 3;
  top: 40px;
  left: 40px;
  width: 1192px;
  flex-shrink: 0;
  height: 128px;
  margin: 0 0 0 0;
}
#rec1391822951 .tn-elem[data-elem-id="175924535674466960"] .tn-atom {
  vertical-align: middle;
  color: #262626;
  font-size: 64px;
  font-family: "TTMoons", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1391822951 .tn-elem[data-elem-id="175924535674466960"] {
    display: table;
    left: 40px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1391822951 .tn-elem[data-elem-id="175924535674466960"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391822951 .tn-elem[data-elem-id="175924535674466960"] {
    display: table;
    left: 40px;
    width: 829px;
    height: 210px;
    flex-shrink: 0;
  }
  #rec1391822951 .tn-elem[data-elem-id="175924535674466960"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1391822951 .tn-elem[data-elem-id="175924535674466960"] {
    display: table;
    top: 24px;
    left: 45px;
    width: 529px;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391822951 .tn-elem[data-elem-id="175924535674466960"] {
    text-align: center;
  }
  #rec1391822951 .tn-elem[data-elem-id="175924535674466960"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    font-size: 28px;
    line-height: 1.1;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391822951 .tn-elem[data-elem-id="175924535674466960"] {
    display: table;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
  #rec1391822951 .tn-elem[data-elem-id="175924535674466960"] .tn-atom {
    vertical-align: middle;
    white-space: normal;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1391822951 .tn-elem[data-elem-id="175924535674466960"] {
    display: table;
    left: 16px;
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }
}
#rec1391822951 .tn-elem[data-elem-id="1759318964214"] {
  z-index: 3;
  top: 119px;
  left: calc(50% - 800px + 781px);
  width: 38px;
  flex-shrink: 0;
  height: auto;
}
#rec1391822951 .tn-elem[data-elem-id="1759318964214"] .tn-atom {
  border-radius: 0 0 0 0;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
#rec1391822951 .tn-elem[data-elem-id="1759318964214"] .tn-atom__img {
  border-radius: 0 0 0 0;
  object-position: center center;
}
@media screen and (max-width: 1599px) {
  #rec1391822951 .tn-elem[data-elem-id="1759318964214"] {
    display: table;
    top: 120px;
    left: calc(50% - 610px + 611px);
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391822951 .tn-elem[data-elem-id="1759318964214"] {
    display: table;
    left: calc(50% - 480px + 479px);
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  #rec1391822951 .tn-elem[data-elem-id="1759318964214"] {
    display: table;
    top: 43px;
    left: calc(50% - 320px + 319px);
    width: 26px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  #rec1391822951 .tn-elem[data-elem-id="1759318964214"] {
    display: table;
    left: calc(50% - 240px + 239px);
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 479px) {
  #rec1391822951 .tn-elem[data-elem-id="1759318964214"] {
    display: table;
    left: calc(50% - 180px + 179px);
    height: auto;
    flex-shrink: 0;
  }
}
#rec1391931521 .t396__artboard {
  height: 144px;
  background-color: #262626;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  padding-left: calc(((100% - 1600px) / 2) + calc(20px * var(--zoom, 1)));
  padding-right: calc(((100% - 1600px) / 2) + calc(20px * var(--zoom, 1)));
  padding-top: calc(60px * var(--zoom, 1));
  padding-bottom: calc(60px * var(--zoom, 1));
  width: auto;
}
#rec1391931521 .t396__filter {
  height: 144px;
}
#rec1391931521 .t396__carrier {
  height: 144px;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
  #rec1391931521 .t396__artboard,
  #rec1391931521 .t396__filter,
  #rec1391931521 .t396__carrier {
    height: 144px;
  }
  #rec1391931521 .t396__artboard {
    padding-left: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-right: calc(((100% - 1220px) / 2) + calc(20px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(60px * var(--zoom, 1));
    width: auto;
  }
  #rec1391931521 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391931521 .t396__artboard,
  #rec1391931521 .t396__filter,
  #rec1391931521 .t396__carrier {
    height: 144px;
  }
  #rec1391931521 .t396__artboard {
    padding-left: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 960px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(60px * var(--zoom, 1));
    width: auto;
  }
  #rec1391931521 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec1391931521 .t396__artboard,
  #rec1391931521 .t396__filter,
  #rec1391931521 .t396__carrier {
    height: 144px;
  }
  #rec1391931521 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1391931521 .t396__artboard {
    padding-left: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 640px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(60px * var(--zoom, 1));
    width: auto;
  }
  #rec1391931521 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec1391931521 .t396__artboard,
  #rec1391931521 .t396__filter,
  #rec1391931521 .t396__carrier {
    height: 144px;
  }
  #rec1391931521 .t396__artboard {
    padding-left: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-right: calc(((100% - 480px) / 2) + calc(10px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(60px * var(--zoom, 1));
    width: auto;
  }
  #rec1391931521 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec1391931521 .t396__artboard,
  #rec1391931521 .t396__filter,
  #rec1391931521 .t396__carrier {
    height: 144px;
  }
  #rec1391931521 .t396__artboard {
    display: flex;
    row-gap: calc(12px * var(--zoom, 1));
  }
  #rec1391931521 .t396__artboard {
    padding-left: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-right: calc(((100% - 360px) / 2) + calc(16px * var(--zoom, 1)));
    padding-top: calc(60px * var(--zoom, 1));
    padding-bottom: calc(60px * var(--zoom, 1));
    width: auto;
  }
  #rec1391931521 .t396__carrier {
    background-attachment: scroll;
  }
}
#rec1391931521 .tn-elem[data-elem-id="1759731895722"] {
  color: #929292;
  z-index: 3;
  top: 60px;
  left: calc(50% - 800px + 649px);
  width: auto;
  flex-shrink: 0;
  height: auto;
  margin: 0 0 0 0;
}
#rec1391931521 .tn-elem[data-elem-id="1759731895722"] .tn-atom {
  vertical-align: middle;
  white-space: nowrap;
  color: #929292;
  font-size: 20px;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: #fff0;
  border-style: solid;
}
@media screen and (max-width: 1599px) {
  #rec1391931521 .tn-elem[data-elem-id="1759731895722"] {
    display: table;
    top: 60px;
    left: calc(50% - 610px + 459px);
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391931521 .tn-elem[data-elem-id="1759731895722"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    background-size: cover;
  }
}
@media screen and (max-width: 1219px) {
  #rec1391931521 .tn-elem[data-elem-id="1759731895722"] {
    display: table;
    top: 60px;
    left: calc(50% - 480px + 329px);
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391931521 .tn-elem[data-elem-id="1759731895722"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    background-size: cover;
  }
}
@media screen and (max-width: 959px) {
  #rec1391931521 .tn-elem[data-elem-id="1759731895722"] {
    display: table;
    left: calc(50% - 320px + 169px);
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391931521 .tn-elem[data-elem-id="1759731895722"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #rec1391931521 .tn-elem[data-elem-id="1759731895722"] {
    display: table;
    left: calc(50% - 240px + 89px);
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391931521 .tn-elem[data-elem-id="1759731895722"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #rec1391931521 .tn-elem[data-elem-id="1759731895722"] {
    display: table;
    left: calc(50% - 180px + 29px);
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  #rec1391931521 .tn-elem[data-elem-id="1759731895722"] .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    background-size: cover;
  }
}
.uc-bg-texture .t396__carrier,
.uc-bg-texture .t400 {
  background-size: auto !important;
  background-repeat: repeat !important;
  background-image: url(/order/images/bg.png);
}
.uc-bg-texture .t400 {
  padding-top: 20px;
}
@media (max-width: 640px) {
  .uc-bg-texture .t400 {
    padding-top: 12px;
  }
}
#rec1387187791 .t-btnflex.t-btnflex_type_submit {
  color: #e0481a;
  background-color: #fff;
  border-style: solid !important;
  border-color: #e0481a !important;
  --border-width: 1px;
  box-shadow: none !important;
  font-family: PT Serif;
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: 0.2s;
  transition-property: background-color, color, border-color, box-shadow, opacity, transform;
  transition-timing-function: ease-in-out;
}
@media (hover: hover) {
  #rec1387187791 .t-btnflex.t-btnflex_type_submit:not(.t-animate_no-hover):hover {
    color: #ffffff !important;
    background-color: #e0481a !important;
  }
  #rec1387187791 .t-btnflex.t-btnflex_type_submit:not(.t-animate_no-hover):focus-visible {
    color: #ffffff !important;
    background-color: #e0481a !important;
  }
}

/* new */
.tn-atom.buy-btn,
.btn-buy-pointer {
  cursor: pointer;
}

#rec1367913201 .tn-atom.btn-buy-pointer:hover {
  background-color: #c3370d;
  background-image: none;
}

.custom-svg-icon-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 999;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-svg-icon-close svg {
  width: 24px;
  height: 24px;
}

/* Мобильные размеры */
@media (max-width: 640px) {
  .custom-svg-icon-close {
    width: 44px;
    height: 44px;
  }

  .custom-svg-icon-close svg {
    width: 20px;
    height: 20px;
  }
}

.draggable-horizontal,
#molecule-175964949558849270,
#molecule-175964949918492580,
#molecule-175964866816637980 {
  cursor: grab;
  user-select: none;
  overflow-x: auto !important;
  overflow-y: hidden !important;

  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE и Edge */
}

.draggable-horizontal::-webkit-scrollbar,
#molecule-175964949558849270::-webkit-scrollbar,
#molecule-175964949918492580::-webkit-scrollbar,
#molecule-175964866816637980::-webkit-scrollbar {
  display: none;
}

.draggable-horizontal.active,
#molecule-175964949558849270.active,
#molecule-175964949918492580.active,
#molecule-175964866816637980.active {
  cursor: grabbing;
}

.draggable-horizontal {
  -webkit-overflow-scrolling: touch;
}

.policy-link {
  all: unset;
  cursor: pointer;
}

.policy-link * {
  cursor: pointer;
}

#rec1388014021 .tn-elem[data-elem-id="175964332848612710"] .tn-atom {
  background-color: #262626;
  background-image: url("../images/fin-meme.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.kapital-fix {
  display: none;
}

@media screen and (max-width: 640px) {
  .kapital-fix {
    display: inline-block;
    height: 34px;
    visibility: hidden;
  }
}

.zhlobo-fix {
  display: none;
}

@media screen and (max-width: 640px) {
  .zhlobo-fix {
    display: inline-block;
    visibility: hidden;
  }
}

.site-footer {
  margin-top: 50px;
  height: 148px;
  background-color: #262626;
  display: flex;
  align-items: center;
  justify-content: center;
}

.policy-link {
  color: #929292;
  text-decoration: none;
  font-size: 15pt;
  line-height: 24px;
}

.author-block {
  position: absolute;
  right: 10px;
  text-align: right;
}

/* Мобильная версия */
@media (max-width: 768px) {
  .site-footer {
    flex-direction: column;
  }

  .author-block {
    position: relative;
    width: 100%;
    margin-top: 25px;
  }
}

/*21.05.2026*/

.audiocontain {
  background: #262626;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  font-family: "PT Serif", serif;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
.head-audio,
.main-audio {
  flex-direction: column;
  display: flex;
}
.divider,
.head-mini-text {
  max-width: 1480px;
  width: 100%;
}
.audiocontain * {
  box-sizing: border-box;
  pointer-events: auto !important;
}
.head-audio {
  align-items: center;
  padding: 0 30px;
  width: 100%;
}
.head-mini-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0 21px;
}
.head-mini-text span {
  font-family: "PT Serif", serif;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fffaee;
}
.divider {
  height: 1px;
  background: #fff;
  opacity: 0.3;
  margin-bottom: 40px;
}
.maintext {
  font-family: TTMoons, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  color: #fff;
  max-width: 855px;
  width: 100%;
  margin: 0;
}
.descr,
.listen span {
  font-family: "PT Serif", serif;
  text-align: center;
  color: #fff;
}
.main-audio {
  align-items: center;
  padding: 60px 0 80px;
  width: 100%;
  position: relative;
}
.cent-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 624px;
}
.image-wrapper {
  position: relative;
  width: 354px;
  height: 580px;
}
.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.badge {
  position: absolute;
  top: 61px;
  left: 340px;
  transform: rotate(-17.15deg);
  z-index: 2;
  width: 163px;
  height: auto;
}
.badge svg {
  width: 100%;
  height: auto;
  display: block;
}
.descr {
  font-size: 20px;
  line-height: 120%;
  width: 100%;
  margin: 0;
}
.listen {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  gap: 10px;
  background: #e0481a;
  width: 361px;
  max-width: 100%;
  height: 56px;
  text-decoration: none !important;
  border: none;
  cursor: pointer !important;
  transition:
    background 0.2s,
    transform 0.1s;
  position: relative;
  z-index: 5;
  outline: 0;
}
.listen:hover {
  background: #c93f15;
}
.listen:active {
  transform: scale(0.98);
}
.play-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: block;
}
.listen span {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1220px) {
  .maintext {
    font-size: 64px;
  }
  .image-wrapper {
    width: 340px;
    height: 520px;
  }
  .listen {
    width: 100%;
    max-width: 361px;
  }
  .head-mini-text {
    padding: 16px 0;
  }
  .divider {
    margin-bottom: 30px;
  }
  .descr {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .main-audio {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 0 40px;
    width: 100%;
    position: relative;
  }
  .maintext {
    font-size: 28px;
    max-width: 345px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.1;
    word-break: break-word;
  }
  .image-wrapper {
    width: 183px;
    height: 300px;
  }
  .listen {
    width: 100%;
    max-width: 361px;
  }
  .badge {
    width: 109px;
    top: 44px;
    left: 69px;
  }
  .divider {
    margin-bottom: 20px;
  }
  .descr {
    font-size: 16px;
  }
  .head-mini-text {
    padding: 12px 0 13px;
  }
  .head-mini-text span {
    font-family: "PT Serif", serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fffaee;
  }
  .cent-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 498px;
  }
  .listen span {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  .head-mini-text,
  .main-audio {
    flex-direction: column;
  }
  .main-audio {
    display: flex;
    align-items: center;
    padding: 32px 0;
    width: 100%;
    position: relative;
  }
  .maintext {
    font-size: 28px;
  }
  .image-wrapper {
    width: 146px;
    height: 240px;
  }
  .listen {
    width: 100%;
    max-width: 300px;
  }
  .badge {
    left: 20px;
    top: 15px;
    width: 80px;
  }
  .descr {
    font-size: 16px;
  }
  .cent-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 296px;
  }
}

.book-name-player,
.book-subtitle-player {
  color: #fff;
  font-family: "PT Serif", serif;
}
.player-block {
  background-color: #262626;
  width: 100%;
  max-width: 780px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  flex-direction: column;
  justify-content: center;
  padding: 20px 80px;
  box-sizing: border-box;
  gap: 20px;
  z-index: 9999;
}
.book-info,
.player-block.active {
  display: flex;
}
.custom-svg-icon-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 999;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-svg-icon-close svg {
  width: 24px;
  height: 24px;
}
.img-search {
  position: absolute;
  height: 28px;
  left: 14px;
  top: -20px;
}
.img-search img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.book-info {
  flex-direction: column;
  gap: 4px;
}
.book-name-player {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.book-subtitle-player {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
#hls-audio {
  width: 100%;
}
@media (max-width: 640px) {
  .player-block {
    max-width: 620px;
    padding: 16px 40px;
    bottom: 0;
  }
  .custom-svg-icon-close {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 360px) {
  .player-block {
    max-width: 328px;
    padding: 16px;
    gap: 16px;
    bottom: 0;
  }
  .custom-svg-icon-close svg {
    width: 20px;
    height: 20px;
  }
  .custom-svg-icon-close {
    width: 40px;
    height: 40px;
  }
  .img-search {
    height: 20px;
    top: -14px;
  }
  .book-name-player {
    font-size: 14px;
  }
  .book-subtitle-player {
    font-size: 16px;
  }
}

.audio-badge {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 16px 9px 12px;
  gap: 6px;
  position: absolute;
  left: -68px;
  top: -57px;
  z-index: 10;

  background: #ffffff;
  border: 1px solid #e0481a;

  /* Исходное положение и точка трансформации */
  transform: rotate(-4.62deg);
  transform-origin: center; /* Увеличиваем ровно от центра плашки */

  /* Плавность только для трансформации (увеличения/уменьшения) */
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
}

/* Эффект при наведении (увеличение на 20%) */
.audio-badge:hover {
  /* Важно: сохраняем поворот и добавляем увеличение */
  transform: rotate(-4.62deg) scale(1.2);
}

/* Квадрат-обертка для иконки */
.audio-badge .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0; /* Не даем тексту сплющить наш квадрат */
}

/* Стили самой SVG (убираем отсюда flex-shrink, он теперь у обертки) */
.audio-badge svg {
  width: 11px;
  height: 13px;
}

.audio-badge span {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #e0481a;
  text-align: left;
}

@media (max-width: 1220px) {
  .audio-badge span {
    font-size: 18px;
  }
  .audio-badge {
    top: -48px;
    max-height: 52px;
  }
}

@media (max-width: 640px) {
  .audio-badge span {
    font-size: 14px;
  }
  .audio-badge {
    max-height: 40px;
    top: -38px;
    left: -45px;
    padding: 6px 12px 6px 16px;
  }
}

@media (max-width: 360px) {
  .audio-badge span {
    font-size: 10px;
  }
  .audio-badge {
    top: -24px;
    left: -25px;
    padding: 4px 12px 5px 8px;
    max-height: 28px;
    max-width: 109px;
  }
}

/* experimental */

/* 1. Общие настройки для всех обложек книг (только внутри этой группы) */
.tn-group__1391758961175972753524015390 .t396__elem[data-elem-type="image"] .tn-atom {
  display: block !important;
}

.tn-group__1391758961175972753524015390 .t396__elem[data-elem-type="image"] .tn-atom__img {
  width: 100% !important;
  object-fit: contain !important;
  object-position: top center !important;
}

/* 2. Высота по умолчанию (для мобильных от 0 до 639px) */
.tn-group__1391758961175972753524015390 .t396__elem[data-elem-type="image"],
.tn-group__1391758961175972753524015390 .t396__elem[data-elem-type="image"] .tn-atom,
.tn-group__1391758961175972753524015390 .t396__elem[data-elem-type="image"] .tn-atom__img {
  height: 128px !important;
}

/* 3. Высота для планшетов (от 640px до 1219px) */
@media screen and (min-width: 640px) {
  .tn-group__1391758961175972753524015390 .t396__elem[data-elem-type="image"],
  .tn-group__1391758961175972753524015390 .t396__elem[data-elem-type="image"] .tn-atom,
  .tn-group__1391758961175972753524015390 .t396__elem[data-elem-type="image"] .tn-atom__img {
    height: 240px !important;
  }
}

/* 4. Высота для небольших десктопов (от 1220px до 1599px) */
@media screen and (min-width: 1220px) {
  .tn-group__1391758961175972753524015390 .t396__elem[data-elem-type="image"],
  .tn-group__1391758961175972753524015390 .t396__elem[data-elem-type="image"] .tn-atom,
  .tn-group__1391758961175972753524015390 .t396__elem[data-elem-type="image"] .tn-atom__img {
    height: 320px !important;
  }
}

/* 5. Высота для больших экранов (от 1600px и выше) */
@media screen and (min-width: 1600px) {
  .tn-group__1391758961175972753524015390 .t396__elem[data-elem-type="image"],
  .tn-group__1391758961175972753524015390 .t396__elem[data-elem-type="image"] .tn-atom,
  .tn-group__1391758961175972753524015390 .t396__elem[data-elem-type="image"] .tn-atom__img {
    height: 420px !important;
  }
}
