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

:root {
  --brown-regular-text-color: #654b27;
  --green-primary-color: #1a863c;
  --white-primary-color: #fff;
  --transparent: #fff0;
  --primary-green: #2e8a4b;
  --orange-accent: #db5d0e;
  --orange-accent-color: #cf5f37;
  --goes-on-top-of-green-bg: #00772680;
  --transparent-brown: #654b2780;
  --default: #c5c5c5;
  --light-background: #f8f8f2;
  --light-green-tag: #d6ebdd;
  --input-outline-color: #654b2740;
  --gray: #88888e;
  --accent-color\<deleted\|variable-f6860972-73c0-b670-97d7-86d240b5858c\>: #d46d49;
  --orange-accent-color\<deleted\|variable-c57b08f4-3367-6ec9-5062-701e6b4b6212\>: #db5d0e;
  --cream: #edead6;
  --brown-hover: #4e3d25;
  --brown-10-capacity: #654b271a;
  --white-50-capacity: #ffffff80;
  --yoroz-logo-color: #cbc776;
}

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

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

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

body {
  color: #333;
  background-image: url('../images/yoroz-background.webp');
  background-position: 0 0;
  background-size: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--brown-regular-text-color);
  letter-spacing: .5px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

h2 {
  border-left: 8px solid var(--green-primary-color);
  color: var(--brown-regular-text-color);
  letter-spacing: .5px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

h3 {
  color: var(--brown-regular-text-color);
  letter-spacing: .5px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

h4 {
  color: var(--brown-regular-text-color);
  letter-spacing: .5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

h5 {
  color: var(--brown-regular-text-color);
  letter-spacing: .5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}

h6 {
  color: var(--brown-regular-text-color);
  letter-spacing: .5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--brown-regular-text-color);
  margin-bottom: 10px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  line-height: 2;
}

a {
  color: var(--brown-regular-text-color);
  text-decoration: underline;
}

li {
  color: var(--brown-regular-text-color);
  letter-spacing: .5px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
}

blockquote {
  border-left: 5px solid var(--brown-regular-text-color);
  color: var(--brown-regular-text-color);
  letter-spacing: .5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 2;
}

.slide--3 {
  background-image: url('../images/393776752_861617305595818_5208635840984234342_n-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.c_search_component {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.c_search_bar {
  margin-bottom: 0;
  position: relative;
}

.slide-nav {
  z-index: 100000;
  padding-bottom: 10px;
  font-size: 1em;
  position: absolute;
  inset: auto 0% 0%;
}

.mask {
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.c_search_button {
  display: none;
}

.c_search_results {
  z-index: 1000;
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.c_search_clear-text {
  display: none;
}

.p1 {
  color: #654b27;
  text-align: left;
  letter-spacing: 0;
  white-space: pre-line;
  word-break: normal;
  overflow-wrap: normal;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-decoration: none;
}

.p1.white {
  color: #fff;
  letter-spacing: .5px;
  order: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  position: static;
  inset: auto 0% 5% 5%;
}

.p1.white.small {
  font-size: 12px;
}

.p1.white.small:hover {
  text-decoration: underline;
}

.p1.white.bold {
  text-align: left;
  letter-spacing: .5px;
  font-size: 14px;
  font-weight: 700;
}

.p1.white.center {
  color: var(--white-primary-color);
  text-align: center;
}

.p1.white.center.bg-effect {
  filter: drop-shadow(0 2px 5px #000000b3);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  outline-offset: 0px;
  outline: 3px #e148c0;
  font-weight: 500;
}

.p1.white.center.bg-effect.mobile {
  display: none;
}

.p1.brown {
  word-break: normal;
}

.p1.brown.small {
  letter-spacing: .5px;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.p1.brown.small.bold {
  font-weight: 700;
}

.p1.brown.small.center {
  text-align: center;
  text-decoration: none;
}

.p1.brown.smaller {
  font-size: 10px;
  line-height: 1.5;
}

.p1.center {
  color: #654b27;
  text-align: center;
}

.p1.bold {
  font-weight: 700;
  display: inline-block;
}

.p1.bold.green.wide {
  text-align: center;
  width: 100%;
}

.p1.small {
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 12px;
  display: block;
}

.p1.small.link {
  color: var(--brown-regular-text-color);
}

.p1.small.green {
  display: block;
}

.p1.small.link-on-hover {
  border-left: 5px solid var(--transparent);
  padding-left: 5px;
}

.p1.small.link-on-hover:hover {
  color: var(--green-primary-color);
  text-decoration: underline;
}

.p1.small.link-on-hover.w--current {
  border-left: 5px solid var(--green-primary-color);
  justify-content: flex-start;
  align-items: center;
  padding-left: 5px;
}

.p1.small.hidden {
  display: none;
}

.p1.small.white {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
}

.p1.small.white:hover {
  text-decoration: none;
}

.p1.small.brown {
  text-align: left;
}

.p1.small.brown.bold {
  line-height: 1.5;
}

.p1.green {
  color: var(--primary-green);
}

.p1.green.small {
  color: var(--green-primary-color);
}

.p1.green.small.less-height {
  color: var(--primary-green);
  line-height: 1.5;
}

.p1.green.craftmincho {
  line-height: 1.5;
}

.p1.green.craftmincho.center {
  font-size: 12px;
}

.p1.green.bold {
  -webkit-text-stroke-color: #2e8a4b;
}

.p1.green.smaller {
  font-size: 8px;
}

.p1.smaller.brown.link.no-underline {
  color: var(--orange-accent-color);
  word-break: normal;
  overflow-wrap: normal;
  text-decoration: none;
}

.p1.smaller.brown.link.no-underline:hover {
  color: var(--orange-accent-color);
  text-decoration: underline;
}

.p1.craftmincho {
  color: var(--brown-regular-text-color);
  letter-spacing: 0;
  flex: 0 auto;
  width: 100%;
  font-family: Craftmincho, Georgia, sans-serif;
  font-weight: 400;
  line-height: 2;
  display: block;
}

.p1.craftmincho.white {
  color: var(--white-primary-color);
}

.p1.craftmincho.big {
  color: var(--brown-regular-text-color);
  flex: 0 auto;
  font-size: 16px;
  display: block;
}

.p1.craftmincho.light-green, .p1.craftmincho.green {
  color: var(--green-primary-color);
}

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

.p1.craftmincho.center.bigger {
  font-size: 20px;
}

.p1.craftmincho.comment-counter {
  text-align: center;
}

.p1.link {
  text-decoration: underline;
}

.p1.link:hover {
  color: var(--green-primary-color);
}

.p1.supersparks-profile-bbbbb {
  white-space: break-spaces;
  word-break: break-all;
  overflow-wrap: normal;
}

.p1.red {
  color: var(--orange-accent);
  font-size: 12px;
}

.full_width_heigh_wrapper {
  width: 100vw;
  height: auto;
}

.full_width_heigh_wrapper.green {
  background-image: linear-gradient(#1a863c80, #1a863c80), url('../images/natural-paper-1920x1080.webp');
  background-position: 0 0, 0 0;
  background-size: auto, 1420px;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  position: static;
  inset: 0%;
}

.full_width_heigh_wrapper.green.top {
  background-image: linear-gradient(to bottom, null, null), url('../images/Forest-Garden.jpg');
}

.left-arrow {
  z-index: 20000;
  width: 15%;
  margin-left: 10px;
  position: absolute;
  bottom: 45%;
  overflow: hidden;
}

.left-arrow.hide {
  display: none;
}

.slide---1 {
  background-image: url('../images/6554a4d48cf0132ae8945a0a_370294818_1526133658137869_3979946646086949646_n.webp');
  background-position: 50% 80%;
  background-size: cover;
}

._w-slider {
  z-index: 0;
  border-radius: 20px;
  width: 100%;
  height: 85vh;
  position: relative;
  overflow: hidden;
}

.c_search_results-container {
  background-color: #fff;
  border-top: 1.5px solid #e6e6e6;
  border-radius: 0 0 .6em .6em;
  max-height: 25em;
  padding: 1rem;
  transition: opacity .2s;
  overflow: auto;
}

.down_arrow {
  border-style: solid;
  border-width: 10px 7px 0;
  border-color: var(--brown-regular-text-color) #fff0 #361616 #0000;
  width: 0;
  height: 0;
  margin-top: -1px;
}

.hero-title {
  grid-column-gap: 10px;
  flex-direction: row;
  align-items: center;
  max-width: none;
  display: flex;
}

.optioin-1-box {
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
}

.search_input {
  color: #654b27;
  background-color: #fff0;
  border: 0 solid #000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 500;
}

.hero-text {
  color: #fff;
  letter-spacing: 5px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #654b27;
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
}

.search_option_box {
  grid-column-gap: 0px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  height: auto;
  display: grid;
}

.search {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-bottom: 0;
  padding: .25rem .25rem .25rem 1rem;
  display: flex;
  position: static;
  inset: auto 25% 10%;
}

.search.hide {
  flex-flow: row;
  display: none;
}

.main_container_hero {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 11vh 40px 4vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.slide--4 {
  background-image: url('../images/17-386881272_894169618938745_9094973211713733265_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.right-arrow {
  z-index: 10000;
  align-items: center;
  width: 15%;
  height: auto;
  margin-right: 10px;
  display: block;
  inset: 0% 0% 45% auto;
}

.right-arrow.hide {
  display: none;
}

.slide---2 {
  background-image: url('../images/370829759_170050046130133_2255518520947881348_n.jpg');
  background-position: 100%;
  background-size: cover;
}

.c_search_clear-icon {
  color: #fff;
  width: 1em;
  max-width: 1em;
  height: 1em;
  max-height: 1em;
  line-height: 1;
}

.c_search_input {
  z-index: 1;
  color: #654b27;
  letter-spacing: .5px;
  background-color: #fff;
  background-image: url('../images/Search-icon.png');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  border: 0 solid #000;
  border-radius: 1em;
  width: 100%;
  height: 4em;
  margin-bottom: 0;
  padding: 0 1.6em 0 4em;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}

.c_search_input:focus {
  outline-offset: 0px;
  outline-style: none;
}

.option._1 {
  background-color: var(--brown-regular-text-color);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-bottom: 0;
  display: flex;
}

.option._1:hover {
  opacity: 1;
}

.option._2 {
  border: 1px solid var(--white-primary-color);
  background-color: var(--white-primary-color);
  color: var(--white-primary-color);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.search-button {
  background-color: var(--primary-green);
  color: #fff;
  letter-spacing: .5px;
  border: 0 solid #1a863c;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-size: 14px;
  font-weight: 500;
}

.c_search_clear {
  z-index: 3;
  color: #000;
  background-color: #654b2780;
  border-radius: 5.8em;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.5em;
  transition: color .1s, background-color .1s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.c_search_clear:hover {
  color: #fff;
  background-color: #654b27;
}

.search_container {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  width: 35rem;
  display: flex;
}

.hero-grid-conatiner {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 35%;
  margin-bottom: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.page-wrapper-2 {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: visible;
}

.section-5 {
  border-bottom: 0 solid #000;
  transition: background-color .4s;
  overflow: visible;
}

.favoriting-icon {
  z-index: 1;
  background-color: #fff0;
  border-radius: 3px 0 0;
  justify-content: center;
  align-items: center;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  padding: 0;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.favoriting-icon.bigger {
  z-index: 0;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  padding: 2px;
  position: relative;
}

.favoriting-icon.bigger.white {
  background-color: #fff;
  border-radius: 100px;
  min-width: 25px;
  min-height: 25px;
  padding: 6px;
}

.img {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 50%;
  border: 0 solid #fff;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  transition: all .4s cubic-bezier(.23, 1, .32, 1);
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.img.round {
  z-index: 1;
  object-position: 50% 50%;
  z-index: 0;
  object-position: 50% 50%;
  border-radius: 1000px;
  padding: 2px;
  inset: 0%;
  overflow: visible;
}

.img.no-edge {
  border-radius: 0;
  transition-property: none;
}

.img.no-edge:hover {
  transform: none;
}

.img.round {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100px;
  padding: 2px;
  overflow: hidden;
}

.english_text_fukidashi {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--orange-accent);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 20px;
  align-items: center;
  padding: .5rem 1rem;
  font-family: Craftmincho, Georgia, sans-serif;
  font-weight: 400;
  display: flex;
}

.english_text_fukidashi.brown {
  color: #654b27;
  background-color: #fff0;
  padding: 0;
  font-size: 10px;
}

.english_text_fukidashi.brown.left {
  text-align: left;
  flex: 0 auto;
  align-self: auto;
  padding: 0;
  display: block;
}

.english_text_fukidashi.brown.left.small {
  letter-spacing: 2px;
  padding: 0;
  font-size: 8px;
}

.english_text_fukidashi.white {
  color: #fff;
}

.english_text_fukidashi.white.left.small {
  background-color: #fff0;
  padding: 0;
  font-size: 8px;
}

.english_text_fukidashi.brown {
  color: #654b27;
  background-color: #fff0;
  padding: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 10px;
}

.icon {
  border-radius: 0;
  font-weight: 700;
}

.sub_container_slider {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff0;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 0 solid #1a863c;
  border-radius: 50px;
  flex-direction: column;
  align-items: stretch;
  padding: 0 0;
  display: flex;
  overflow: visible;
}

.down_arrow_orange {
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: var(--orange-accent) #fff0 #361616 #0000;
  width: 0;
  height: 0;
  margin-top: -1px;
}

.jetboost-toggle-favorite-1lp5 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid #ffffff80;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  overflow: hidden;
}

.jetboost-toggle-favorite-1lp5:hover {
  border-color: #fff;
}

.jetboost-toggle-favorite-1lp5.absolute-right-down {
  position: absolute;
  inset: 12px 12px auto auto;
}

.jetboost-toggle-favorite-1lp5.plant-page {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-width: 0;
  border-color: var(--white-primary-color);
  border-radius: 0;
  flex-flow: row;
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.page-main {
  overflow: visible;
}

.favoriting-icon-img {
  color: #ccc877;
  border-radius: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
}

.home-main-body {
  overflow: hidden;
}

.flex-center-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.flex-center-container._2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.slider-main_bottom-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: row;
  place-content: stretch center;
  align-items: flex-end;
  padding-top: 2em;
  display: flex;
  position: relative;
}

.text_english {
  color: #fff;
  letter-spacing: 0;
  font-family: Craftmincho, Georgia, sans-serif;
}

.slider-main_top-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3.2em;
  display: none;
  position: relative;
}

.title-text {
  color: #1a863c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.title-text.large {
  color: var(--green-primary-color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.swiper-bullet {
  text-align: center;
  background-color: #ffffff80;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1em;
  min-height: 1em;
  transition: all .2s;
  display: flex;
}

.swiper-bullet.is-active {
  background-color: #fff;
}

.slider-main_arrow {
  z-index: 2;
  color: #1f1f1f;
  background-color: #c8dd5e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  margin-top: auto;
  margin-bottom: auto;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(-50%);
}

.slider-main_arrow:hover {
  transform: scale(.9)translate(-50%);
}

.slider-main_arrow.swiper-next {
  background-color: #fff;
  border: 1px solid #1a863c;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  display: flex;
  inset: 0% 0% 0% auto;
  transform: translate(50%);
}

.slider-main_arrow.swiper-next:hover {
  transform: scale(.9)translate(50%);
}

.slider-main_arrow.swiper-next._2 {
  margin-left: -20px;
  position: static;
}

.slider-main_arrow.swiper-prev {
  background-color: #fff;
  border: 1px solid #1a863c;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-top: auto;
  display: flex;
  inset: 0% auto 0% 0%;
}

.slider-main_arrow.swiper-prev._2 {
  margin-right: -20px;
  position: static;
  inset: auto 0% 0%;
}

.leaf-container {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.leaf-container.center {
  align-items: center;
}

.item-is-not-favorite {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px dashed #ffffff80;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.item-is-not-favorite:hover {
  border-color: var(--white-primary-color);
}

.item-is-not-favorite._2 {
  border-width: 0;
}

.swiper-wrapper.is-slider-main {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.slider-main_component {
  flex-direction: column;
  align-items: center;
  display: block;
}

.level-of-difficulties_item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  align-items: center;
  display: flex;
}

.slider-main_button-icon-2 {
  color: #1a863c;
  width: 30%;
  height: 100%;
}

.slider-main_button-icon-2.is-reversed {
  transform: rotate(-180deg);
}

.main_container {
  z-index: 0;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10vh 40px;
  display: flex;
  position: static;
  overflow: visible;
}

.main_container._2 {
  justify-content: flex-end;
  align-items: stretch;
  min-width: 0;
  max-width: 1080px;
  padding-left: 40px;
  padding-right: 40px;
}

.main_container.first {
  padding-top: 0;
}

.main_container.less-gap {
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: stretch;
}

.main_container.top {
  grid-row-gap: 2rem;
}

.leaf-icon {
  opacity: 1;
  width: 15px;
  height: 15px;
}

.leaf-icon.none {
  opacity: .33;
  display: block;
}

.global-symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.h1 {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1.2;
}

.h1.green {
  color: var(--green-primary-color);
  text-align: center;
  letter-spacing: .5px;
  -webkit-text-stroke-color: #1a863c;
  border-left-width: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

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

.h1.white {
  text-align: left;
  letter-spacing: .5px;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  position: static;
}

.h1.white.plant {
  text-align: left;
  letter-spacing: 5px;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.h1.white.center {
  text-align: center;
  font-weight: 400;
}

.h1.brown {
  color: #654b27;
  margin-top: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.h1.white {
  text-align: right;
  letter-spacing: .5px;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 32px;
  line-height: 1.5;
  position: static;
}

.h1.brown {
  color: #654b27;
}

.h1.green {
  color: #1a863c;
  text-align: center;
  letter-spacing: .5px;
  -webkit-text-stroke-color: #1a863c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 32px;
}

.favorite-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.favorite-link.white {
  border: 0 solid #000;
}

.favorite-link.vertical {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 0 solid #000;
  border-radius: 0;
  flex-flow: row;
  width: auto;
  height: auto;
  padding: .25rem .75rem .25rem .5rem;
}

.favorite-link.vertical:hover {
  background-color: #fff0;
  border-radius: 100px;
  height: auto;
  padding-top: .25rem;
}

.plant-img-block {
  border-radius: 20px;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.plant-img-block:hover {
  border: 0 solid #fff;
}

.plant-img-block.scale-on-hover {
  border-radius: 10px;
  padding-bottom: 25%;
  transition: all .3s;
}

.global-embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.page-padding {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: auto;
  padding: 0 0%;
  display: flex;
}

.swiper.is-slider-main {
  z-index: 1;
  position: relative;
  overflow: visible;
}

.item-is-favorite {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--white-primary-color);
  background-color: var(--transparent);
  border-radius: 10px;
  height: 100%;
  text-decoration: none;
  display: none;
}

.item-is-favorite._2 {
  border-width: 0;
  display: none;
}

.title-box {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.swiper-slide.is-slider-main {
  flex: none;
  width: 33.3333%;
  position: relative;
}

.title_box {
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.title_box.center {
  justify-content: center;
}

.title_box.left {
  align-items: center;
  width: auto;
}

.title_box._2 {
  grid-row-gap: 0px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
}

.title_box.writer {
  grid-row-gap: 0px;
}

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

.icon_box {
  width: 25px;
  height: 25px;
}

.swiper-bullet-wrapper.is-slider-main {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.swiper-bullet-wrapper.is-slider-main.hidden {
  display: none;
}

.plant-slider-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--brown-regular-text-color);
  background-color: #fff0;
  border: 0 solid #fff0;
  border-radius: 3px 25px;
  flex-direction: column;
  width: auto;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.plant-slider-box:hover {
  border: 0 solid #1a863c;
}

.plant-slider-box.leaf-white {
  background-color: #fff;
  border-radius: 3px 35px;
  height: 100%;
  padding: 0 0 1rem;
  transition: all .3s;
  overflow: hidden;
}

.plant-slider-box.leaf-green {
  background-image: linear-gradient(#1a863c80, #1a863c80), url('../images/natural-paper-1920x1080-7.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 35px 3px 50px;
  height: 100%;
  padding: 0 0 1rem;
  transition: all .3s;
  overflow: hidden;
}

.plant-slider-box.leaf-green:hover {
  transform: scale(1.02);
  box-shadow: 2px 0 9px #0003;
}

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

.marquee-text {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
}

.full_width_wrapper {
  width: 100vw;
  height: auto;
}

.full_width_wrapper.green {
  background-image: linear-gradient(to bottom, var(--goes-on-top-of-green-bg), var(--goes-on-top-of-green-bg)), url('../images/natural-paper-1920x1080.webp');
  background-position: 0 0, 0 0;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.full_width_wrapper.green._100vh {
  background-image: url('../images/FG2_1.png'), linear-gradient(#1a863c80, #1a863c80), url('../images/natural-paper-1920x1080.webp');
  background-position: 100%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, 1420px;
  height: auto;
  min-height: 100vh;
  padding-top: 10vh;
  padding-bottom: 5vh;
}

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

.full_width_wrapper.relative {
  justify-content: center;
  display: block;
  position: relative;
}

.marquee-horizontal-large-2 {
  z-index: 200;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 190px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-6 {
  width: 100%;
}

.icon-container-alt-2 {
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 150px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 7px 15px 3px #00772680;
}

.marquee-cover-horizontal-2 {
  z-index: 10;
  background-image: linear-gradient(270deg, #fff0 70%, #fff0);
  position: absolute;
  inset: 0%;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._2-button-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.button-white {
  color: var(--green-primary-color);
  letter-spacing: .5px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all .3s;
}

.button-white:hover {
  border-width: 1px;
  transform: scale(.98);
}

.button-white.white {
  color: #1a863c;
  text-align: center;
  letter-spacing: .5px;
  background-color: #fff;
  border-width: 0;
  border-color: #654b27;
  padding: 1rem 3rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  transition: all .3s;
}

.button-white.white:hover {
  border-width: 0;
  border-color: #fff;
  transform: scale(.95);
}

.button-white.outline {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  background-color: #fff0;
  border-width: 1px;
  border-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  transition: all .3s;
}

.button-white.outline:hover {
  border-width: 1px;
  border-color: #fff;
  transform: scale(.95);
}

.button-white._2 {
  color: #1a863c;
  text-align: center;
  letter-spacing: .5px;
  background-color: #fff;
  border-width: 0;
  border-color: #654b27;
  padding: 1rem 3rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  transition: all .3s;
}

.button-white._2:hover {
  border-width: 0;
  border-color: #fff;
  transform: scale(.95);
}

.paragraph-box {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: stretch;
  margin-top: 1rem;
  display: flex;
}

.flex-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-vertical.left-align {
  justify-content: center;
  align-items: flex-start;
}

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

.sub_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff0;
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  min-height: 0;
  display: flex;
}

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

.sub_container.nallow {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: stretch;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.sub_container.hide {
  display: none;
}

.sub_container.center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.sub_container.nallow {
  align-items: stretch;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.marquee-horizontal {
  z-index: 200;
  background-color: #00f;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  flex: none;
  width: 30px;
}

.flex_horizontal_wide {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text_block_2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-top: 0;
  padding: 1rem 0 .5rem;
  display: flex;
  position: relative;
}

.purpose_cms_wrapper {
  width: 100%;
  margin-top: 0;
}

.collection-item-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px dashed var(--transparent-brown);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(150px, .25fr) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: .5rem;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text_box {
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.text_box.grid {
  grid-column-gap: 40px;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.big-emoji {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 100px;
  line-height: 1.1;
  display: flex;
}

.purpose_cms_list_search {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.table_wrapper_narrow {
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.profile-date-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.fs_radio-1_embed {
  margin-bottom: 0;
}

.collection-list-10 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
  overflow: scroll;
}

.profile {
  border: 0 solid #000;
  border-radius: 1000px;
  width: 35px;
  height: 35px;
  padding-top: 0%;
  padding-bottom: 0%;
  position: relative;
}

.collection-list-14 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.purpose_cms_list_toppage {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.news-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white-primary-color);
  border-radius: 30px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: none;
  padding: 40px 40px 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.news-wrapper._2 {
  background-color: var(--transparent);
}

.empty_emoji {
  grid-row-gap: 20px;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5rem 2rem;
  display: flex;
}

.empty_emoji.show {
  background-color: #fff;
  border: 0 dashed #654b27;
  border-radius: 10px;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.news-cms-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  height: auto;
  max-height: none;
  padding: 0;
  display: block;
  overflow: visible;
}

.form-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.purpose_img-box {
  transform-style: preserve-3d;
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding-top: 50%;
  padding-bottom: 25%;
  position: relative;
  overflow: hidden;
}

.purpose_img-box:hover {
  transform: scale3d(1none, 1none, 1none);
}

.div-block-33 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(15px, 15px) 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  width: auto;
  display: block;
}

.purpose_cms_item-copy {
  background-color: #fff0;
  background-image: linear-gradient(#00631f80, #00631f80), url('../images/natural-paper-1920x1080.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat-x;
  background-size: auto, 1400px;
  border: 0 solid #fff;
  border-bottom-color: #fff0;
  border-radius: 20px 3px 50px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.purpose_cms_item-copy:hover {
  opacity: 1;
  border-width: 0;
  border-color: #654b27;
  transform: scale(1.01);
  box-shadow: 0 2px 10px #0003, 0 2px 5px #0003;
}

.latest-magazine-item {
  position: relative;
}

.fs_radio-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.img-box-circle {
  border-radius: 10000px;
  width: 100%;
  height: auto;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.img-box-circle.scale-on-hover {
  transition: all .3s;
}

.img-box-circle.scale-on-hover:hover {
  opacity: 1;
  transform: scale(1.02);
  box-shadow: 0 2px 10px #0003;
}

.fs_radio-1_label {
  color: #1a863c;
  text-align: center;
  letter-spacing: .5px;
  width: 100%;
  margin-bottom: 0;
  font-weight: 700;
}

.empty-state-2 {
  display: none;
}

.text-link {
  color: var(--brown-regular-text-color);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.tag-text {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 50px;
  align-items: center;
  padding: .25rem .5rem;
  font-size: 7px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.tag-text.brown {
  color: #654b27;
  border-color: #654b27;
  justify-content: center;
  width: 6rem;
}

.profile_name_text {
  color: #654b27;
  font-size: 10px;
  font-weight: 500;
  line-height: 2;
}

.profile_name_text.white {
  color: #fff;
}

.jetboost-toggle-favorite-1lzz {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.jetboost-toggle-favorite-1lzz.absolute-right-down {
  position: absolute;
  inset: auto auto 12px 12px;
}

.fs_radio-1_button {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-width: 0;
  border-color: #654b27;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
  display: none;
  box-shadow: 1px 1px 3px #0000;
}

.fs_radio-1_button.w--redirected-checked {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-width: 0;
  border-color: #fff;
}

.fs_radio-1_button.w--redirected-focus {
  box-shadow: none;
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  border-width: 0;
}

.fs_radio-1_button.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  border-width: 0;
  outline: 0 solid #9b9b9b;
}

.collection-list-wrapper-5 {
  width: 100%;
  overflow: visible;
}

.writer_container {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.fs_radio-1_field {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  cursor: pointer;
  background-color: #fff0;
  border: 1px solid #1a863c80;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 75px;
  min-height: 0;
  margin-bottom: 0;
  padding: 0 .25rem;
  display: flex;
  position: relative;
}

.fs_radio-1_field:hover {
  color: #696969;
  border: 1px solid #1a863c80;
  height: 75px;
}

.fs_radio-1_field.is-active-inputactive {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  direction: ltr;
  color: #fff;
  background-color: #fff;
  border: 1px solid #1a863c;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  width: 100px;
  height: 75px;
  min-height: 0;
  padding-left: .25rem;
  padding-right: .25rem;
}

.fs_radio-1_field.is-active-inputactive:hover {
  background-color: #fff;
  border-width: 1px;
  height: 75px;
  padding-left: .25rem;
  padding-right: .25rem;
}

.latest-magazine-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.latest-magazine-link:hover {
  opacity: 1;
}

.profile_img {
  object-fit: cover;
  background-color: #d6d6d6;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.profile_img.photo {
  padding: 1px;
  position: static;
  top: 3%;
  left: 3%;
  right: 3%;
}

.purpose_link_box {
  grid-column-gap: 1rem;
  grid-row-gap: 10px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0 1rem 0 0;
  text-decoration: none;
  display: grid;
}

.collection-item-3 {
  width: auto;
}

.form-magazine {
  width: 100%;
}

.fs_radio-1_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  display: block;
}

.menu-icon {
  display: none;
}

.login-signup-box {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  display: flex;
}

.link-box {
  color: #1a863c;
  border-right: 0 solid #1a863c;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.link-box:hover {
  text-decoration: underline;
}

.link-box.w--current {
  border-right: 1px solid #1a863c;
  padding: .5rem 1rem .5rem 0;
}

.button-primary-2 {
  background-color: var(--primary-green);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  border: 0 solid #fff;
  border-radius: 100px;
  width: auto;
  padding: .5rem 2rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
}

.button-primary-2:hover {
  opacity: 1;
  color: #fff;
  background-color: #327547;
  border-width: 0;
  border-color: #fff;
  flex: 0 auto;
}

.button-primary-2:active {
  background-color: #55a16a;
  border-color: #55a16a;
}

.button-primary-2.w--current {
  padding-left: 2rem;
  padding-right: 2rem;
}

.button-primary-2._3 {
  color: #fff;
  text-align: center;
  background-color: #3e905800;
  border-width: 1px;
  border-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
}

.button-primary-2._3:hover {
  background-color: #fff0;
}

.button-primary-2._2 {
  border-width: 1px;
  border-color: var(--primary-green);
  color: var(--primary-green);
  text-align: center;
  background-color: #3e905800;
  width: auto;
  padding-left: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.brand-logo-navbar {
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: auto;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brand-logo-navbar.w--current {
  width: 200px;
}

.p1-2 {
  color: #654b27;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-decoration: none;
}

.p1-2.green {
  color: #1a863c;
  font-weight: 500;
  line-height: 1.5;
}

.p1-2.green.craftmincho.small {
  font-size: 14px;
}

.brand-logo-box {
  justify-content: center;
  align-items: center;
  width: 120px;
  margin: auto;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brand-logo-box.w--current {
  width: 120px;
}

.hamburgermenu-inside {
  grid-column-gap: .5rem;
  align-items: center;
  display: none;
  position: static;
}

.border-image {
  opacity: 1;
  width: 200%;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  inset: 0%;
}

.navbar-illustration.flip {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.nav-menu-box {
  grid-column-gap: .25rem;
  align-items: center;
  display: flex;
  position: static;
}

.dropdown_icon {
  color: #1a863c;
  margin-right: 0;
  position: static;
  inset: 0%;
}

.link-box-2 {
  flex: 1;
}

.link-box-2.w--current {
  border-right-width: 0;
  padding-right: 0;
  display: block;
}

.button-primary-white {
  color: #1a863c;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .5rem 2rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.button-primary-white:hover {
  opacity: 1;
  color: #fff;
  background-color: #327547;
  border-width: 0;
  border-color: #fff;
  flex: 0 auto;
}

.button-primary-white:active {
  background-color: #55a16a;
  border-color: #55a16a;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  position: fixed;
  inset: auto auto auto 0%;
}

.dropdown-list.w--open {
  background-color: #fff;
  background-image: url('../images/natural-paper-1920x1080-6_1natural-paper-1920x1080 (6).webp');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #1a863c;
  border-radius: 20px;
  width: 13rem;
  max-width: none;
  height: auto;
  max-height: 60vh;
  margin-top: 0;
  padding: 1rem .5rem .5rem;
  position: absolute;
  inset: auto 0%;
  overflow: scroll;
}

.dropdown-2 {
  flex-direction: column;
  display: block;
}

.nav-menu-block---desktop {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.icon-box {
  align-items: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  padding: 0;
  display: flex;
  position: relative;
}

.icon-box.round {
  border-radius: 100px;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  padding: 0;
}

.icon-box.profile-img {
  border: 0px solid var(--green-primary-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.icon-box-2 {
  align-items: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  padding: 0;
  display: flex;
  position: relative;
}

.icon-box-2.radius-0 {
  border: 0px solid var(--green-primary-color);
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.navbar-main {
  z-index: 1000;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-main._2 {
  position: static;
}

.regular-img-no-edge {
  aspect-ratio: auto;
  background-color: var(--default);
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.collection-item-6 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff0;
  align-items: center;
  padding-left: 1rem;
  padding-right: .5rem;
  display: flex;
}

.collection-item-6:hover {
  background-color: #fff;
  border-radius: 50px;
  align-self: auto;
}

.link-nav-text {
  color: #1a863c;
  letter-spacing: 1px;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 10px;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.23, 1, .32, 1);
}

.link-nav-text:hover {
  color: #1a863c;
  background-color: #fff0;
  border-radius: 0;
  flex: none;
  padding: .5rem 10px;
}

.link-nav-text:focus-visible, .link-nav-text[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #fff;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.link-nav-text:visited {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-decoration: none;
}

.link-nav-text.w--current {
  background-color: var(--primary-green);
  color: #fff;
  border-radius: 20px 2px;
  padding-top: .8rem;
  padding-bottom: .8rem;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 12px;
}

.link-nav-text.w--current:hover {
  color: #fff;
}

.link-nav-text.dropdown {
  grid-column-gap: 3px;
  color: #1a863c;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  display: flex;
  position: relative;
}

.link-nav-text.dropdown:hover {
  color: #fff;
  border-radius: 0;
}

.link-nav-text.dropdown.w--open {
  margin-top: 0;
  margin-bottom: 0;
}

.link-nav-text.white {
  color: #fff;
  font-weight: 400;
}

.link-nav-text.white.w--current {
  background-color: var(--green-primary-color);
}

.account-main-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  display: flex;
}

.navbar-container {
  grid-row-gap: 4rem;
  border-bottom: 0px solid var(--transparent-brown);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2vh 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.drop-down-text {
  font-family: Craftmincho, Georgia, sans-serif;
}

.nav-menu-block---mobile {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  text-decoration: none;
  display: none;
}

.navbar-wrapper {
  border-bottom: 0px solid var(--transparent-brown);
  height: 9vh;
}

.h3 {
  border-style: solid;
  border-width: 0;
  border-color: black black var(--green-primary-color);
  background-color: var(--transparent);
  color: var(--green-primary-color);
  letter-spacing: .5px;
  text-transform: none;
  padding: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.h3.white {
  font-family: Craftmincho, Georgia, sans-serif;
}

.h3.white.bg {
  color: #654b27;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: .25rem .5rem;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 1.5rem;
}

.h3.no-space {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.h3.green {
  color: #3e9058;
  text-align: center;
}

.h3.green.craftmincho {
  color: #1a863c;
  border-bottom: 1px solid #1a863c;
  margin-top: 10px;
  padding-bottom: 10px;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 28px;
}

.h3.brown {
  color: #654b27;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.button-secondary-2 {
  color: #654b27;
  letter-spacing: .5px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all .3s;
}

.button-secondary-2:hover {
  border-width: 1px;
  transform: scale(.98);
}

.button-secondary-2.green {
  color: #fff;
  letter-spacing: .5px;
  background-color: #1a863c;
  border-width: 0;
  border-color: #654b27;
  padding: 1rem 2rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  transition: all .3s;
}

.button-secondary-2.green:hover {
  border-width: 0;
  border-color: #fff;
  transform: scale(.95);
}

.welcome-section {
  background-image: linear-gradient(#fff0, #00000080), url('../images/P1205348.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 70vh;
  display: block;
}

.text_box_2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.welcome-section-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.text-block_2 {
  grid-row-gap: 2rem;
  background-color: #fff0;
  border: 0 solid #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50rem;
  padding: 0;
  display: flex;
  position: static;
}

.accordion-top-icon {
  background-color: #654b27;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 16px;
  transition: all .3s;
  position: relative;
}

.accordion-top-icon:hover {
  transform: scale(.95);
}

.accordion-top-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  display: flex;
  position: relative;
}

.p1-3 {
  color: #654b27;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-decoration: none;
}

.p1-3.brown {
  font-family: Zen Kaku Gothic New, sans-serif;
}

.accordion-top {
  opacity: 1;
  align-items: center;
  width: 100%;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.accordion-top:hover {
  opacity: 1;
}

.accordion-top-text {
  color: #654b27;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.accordion-icon-stripe-2 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
}

.accordion-bottom {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
  overflow: hidden;
}

.faq-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 0 solid #654b27;
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
}

.faq-item:hover {
  background-color: var(--light-background);
  border: 0 solid #654b27;
}

.accordion-icon-stripe-1 {
  background-color: #fff;
  width: 1px;
  height: 100%;
}

.faq-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.accordion {
  cursor: pointer;
  border-bottom: 0 solid #202020;
  width: 100%;
}

.accordion-top-wrap {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.brand-logo-box-footer {
  width: 300px;
}

.footer-section-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.p1-4 {
  color: #654b27;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-decoration: none;
}

.p1-4.brown {
  font-family: Zen Kaku Gothic New, sans-serif;
}

.p1-4.brown.small {
  letter-spacing: .5px;
  line-height: 1.5;
}

.p1-4.brown.small.underline, .p1-4.brown.small.underline.w--current {
  text-decoration: underline;
}

.p1-4.brown.select {
  color: #654b2780;
}

.p1-4.brown.bold.smaller {
  color: #654b27;
  letter-spacing: 0;
  font-size: 10px;
}

.p1-4.brown.smaller {
  letter-spacing: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 10px;
  line-height: 2;
}

.p1-4.brown.smaller.less-height {
  line-height: 1.5;
}

.p1-4.green {
  color: #1a863c;
  font-weight: 500;
  line-height: 1.5;
}

.p1-4.green.craftmincho.small {
  font-size: 14px;
}

.p1-4.green.smaller {
  color: var(--green-primary-color);
  font-size: 10px;
}

.p1-4.green.left {
  text-align: left;
}

.p1-4.green.small {
  color: #1a863c;
  padding: 0;
}

.p1-4.green.bold {
  margin-top: 0;
  margin-bottom: 0;
}

.p1-4.small {
  font-size: 12px;
}

.p1-4.small._2 {
  font-size: 10px;
}

.p1-4.white {
  color: #fff;
  letter-spacing: .5px;
  order: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  position: static;
  inset: auto 0% 5% 5%;
}

.p1-4.white.bold {
  text-align: left;
  letter-spacing: .5px;
  font-size: 14px;
  font-weight: 700;
}

.p1-4.white.smaller {
  font-size: 10px;
  line-height: 1.8;
}

.p1-4.white.eg {
  font-weight: 400;
}

.p1-4.craftmincho {
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.p1-4.bold {
  font-weight: 700;
  display: inline-block;
}

.p1-4.bold.small.orange {
  color: #ec6c2e;
  font-weight: 700;
}

.p1-4.center {
  color: #654b27;
  text-align: center;
}

.p1-4.red {
  color: #d1080c;
}

.p1-4.top-padding {
  padding-top: 1rem;
}

.brand-ogo-wrapper-footer {
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 30%;
}

.title-text-2 {
  color: var(--green-primary-color);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.div-block-36 {
  display: flex;
}

.footer-item-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.footer {
  border-top: 2px solid #654b27;
  margin-bottom: 0;
  padding-bottom: 20px;
  overflow: hidden;
}

.link_text {
  color: var(--brown-regular-text-color);
  letter-spacing: .5px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.link_text:hover {
  text-decoration: underline;
}

.main_container_footer {
  z-index: 0;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10vh 40px 0;
  display: flex;
  position: static;
  overflow: visible;
}

.fs_modal-1_close-5 {
  cursor: pointer;
  background-color: #1a863c;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 1rem 1.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.fs_modal-1_close-5:focus-visible, .fs_modal-1_close-5[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.section-divider {
  grid-column-gap: 3rem;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 2rem;
  padding-bottom: 0;
  display: block;
}

.section-divider.hide {
  display: none;
}

.hide {
  flex-direction: column;
  display: none;
}

.fs-reset_text-3 {
  color: #654b27;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.select-button {
  color: #654b27;
  -webkit-text-stroke-color: #1a863c;
  background-color: #ffffff80;
  border: 1px solid #654b27;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 18px;
  display: flex;
}

.fs_cmsfilter_item {
  flex: 0 auto;
}

.filter-by_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.regular-img {
  width: 100%;
  height: 100%;
}

.checkbox_lable {
  color: #654b27;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.fs-reset-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .25rem 0;
  text-decoration: none;
  display: flex;
}

.fs-reset-3:hover {
  opacity: .7;
}

.fs-reset-3:focus-visible, .fs-reset-3[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-reset-3.left.jetboost-filter-none-or26, .fs-reset-3.left.jetboost-filter-none-6kbn, .fs-reset-3.left.jetboost-filter-none-zql6, .fs-reset-3.left.jetboost-filter-none-z9g6, .fs-reset-3.left.jetboost-filter-none-6jg2, .fs-reset-3.left.jetboost-filter-none-6wvj, .fs-reset-3.left.jetboost-filter-none-61qy, .fs-reset-3.left.jetboost-filter-none-6l1v, .fs-reset-3.left.jetboost-filter-none-6b7m, .fs-reset-3.left.jetboost-filter-none-ornn, .fs-reset-3.left.jetboost-filter-none-z9l7, .fs-reset-3.left.jetboost-filter-none-zq5e, .fs-reset-3.left.jetboost-filter-none-6keg, .fs-reset-3.left.jetboost-filter-none-6jk7, .fs-reset-3.left.jetboost-filter-none-6xgg, .fs-reset-3.left.jetboost-filter-none-6jd4 {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.fs-reset-3.jetboost-filter-none-or26.jetboost-filter-none-z9g6.jetboost-filter-none-zql6.jetboost-filter-none-6kbn.jetboost-filter-none-6jg2.jetboost-filter-none-6wvj.jetboost-filter-none-61qy.jetboost-filter-none-6l1v.jetboost-filter-none-6b7m.jetboost-filter-none-ornn.jetboost-filter-none-z9l7.jetboost-filter-none-zq5e.jetboost-filter-none-6keg.jetboost-filter-none-6jk7.jetboost-filter-none-6xgg {
  justify-content: flex-start;
  align-items: center;
}

.fs-reset-3.right {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 0;
}

.fs-reset-3.right.hide {
  display: none;
}

.search_box {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #654b27;
  border-radius: 1000px;
  align-items: center;
  width: 100%;
  height: 4rem;
  padding: 0 .25rem 0 1rem;
  transition: all .2s;
  display: flex;
}

.search_box:hover {
  border-color: #654b27;
}

.fs_modal-1_content-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #654b2721;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: start;
  padding: 0 4rem 2rem;
  display: grid;
}

.fs_modal-1_content-3.no-border {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.fs_modal-1_content-3.hidden {
  display: flex;
}

.small-text {
  color: var(--brown-regular-text-color);
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
}

.small-text.hide {
  display: none;
}

.small-text.green {
  color: var(--green-primary-color);
}

.small-text.white {
  border: 0 dashed #000;
}

.small-text.white.border-dot {
  border-width: 0 0 1px;
  border-color: var(--white-primary-color);
  padding: 0 0 3px;
}

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

.small-text.orange {
  color: var(--orange-accent-color);
}

.fs_modal-1_component-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.checkbox {
  color: #654b27;
  border: 1px solid #654b27;
  border-radius: 20px;
  margin-top: 0;
  margin-left: 0;
  padding: 2px;
}

.checkbox.w--redirected-checked {
  background-color: #3e9058;
  border-color: #3e9058;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox.large {
  border-width: 2px;
  border-color: var(--goes-on-top-of-green-bg);
  background-color: var(--white-primary-color);
  color: var(--orange-accent);
  -webkit-text-stroke-color: var(--transparent);
  border-radius: 5px;
  min-width: 20px;
  min-height: 20px;
  margin-left: 0;
  padding: 0;
  font-size: 20px;
}

.checkbox.large.w--redirected-checked {
  background-color: var(--green-primary-color);
}

.fs_modal-1_embed-3 {
  margin-bottom: 0;
  display: flex;
}

.fs_modal-1_button-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4rem;
  padding: .5rem 1rem .5rem 2rem;
  display: flex;
}

.fs_modal-1_button-5:hover {
  border-color: var(--brown-regular-text-color);
}

.fs_modal-1_button-5:focus-visible, .fs_modal-1_button-5[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.mushroom-img-box {
  z-index: -1;
  transform-style: preserve-3d;
  width: 10rem;
  margin-bottom: -15px;
  position: relative;
  inset: auto 0% 0% auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.fs_cmsnest_wrapper {
  justify-content: center;
  align-items: center;
  display: block;
}

.left-flext-container {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.fs_modal-1_popup-5 {
  z-index: 9999;
  background-color: #00000080;
  border: 0 solid #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.big-english-text {
  color: #654b27;
  text-align: center;
  font-size: 62px;
  line-height: 1;
}

.wide_container {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: stretch;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 10vh 40px 8vh;
  display: flex;
}

.wide_container.first {
  padding-top: 10vh;
}

.wide_container.no-gap {
  padding-top: 0;
}

.wide_container.no-padding {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  max-width: 1800px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.wide_container.first {
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.wide_container._w-sticky {
  width: 100%;
  max-width: none;
  padding: 0 0;
}

.wide_container.less-padding {
  padding-top: 8vh;
}

.wide_container.plantlist {
  padding-top: 0;
}

.wide_container.center {
  justify-content: flex-start;
  align-items: center;
}

.filter-item-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  height: auto;
  min-height: 0%;
  padding-top: 3rem;
  padding-bottom: 4rem;
  display: flex;
  position: static;
  overflow: visible;
}

.fs-reset_icon-3 {
  width: 1.2rem;
  margin-right: .25rem;
}

.filter-section-container {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: wrap;
  display: flex;
}

.filter-ttitle {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.fs_modal-1_wrapper-5 {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border: 2px solid #1a863c;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch start;
  width: 100%;
  max-width: 70rem;
  height: 90vh;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.plant_cms_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.plant_cms_list._2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.bold-text {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: white;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 24px;
  font-style: normal;
  text-decoration: none;
}

.jetboost-list-search-input-1pn5 {
  background-color: #fff0;
  border: 0 solid #000;
  margin-bottom: 0;
}

.jetboost-list-search-input-1pn5.jetboost-list-search-input-18yr {
  color: #654b27;
  background-image: url('../images/Search-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  padding-left: 3rem;
}

.fs_cmsfilter_list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.fs_cmsfilter_list.jetboost-filter-zq5e.left {
  justify-content: flex-end;
  align-items: center;
}

.fs_cmsfilter_list.jetboost-filter-zq5e.right {
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.fs_cmsfilter_list.jetboost-filter-zq5e.right-align {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
}

.top-filter {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  width: 100%;
  display: grid;
}

.fs_modal-1_content-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  height: 100%;
  min-height: 100%;
  max-height: none;
  padding: 0 0 4rem;
  display: block;
  position: relative;
  overflow: scroll;
}

.fs_modal-1_close-icon-5 {
  width: 1rem;
  height: 1rem;
  display: none;
}

.tag_text {
  color: #654b27;
  font-size: 10px;
  font-weight: 500;
}

.tag_text.small {
  color: #fff;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.tag_text.small.jetboost-applied-filter-inner-text {
  font-size: 10px;
}

.fs_cmsnest_item {
  max-height: none;
}

.fs_cmsnest_list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  display: flex;
}

.fs_cmsnest_list.hidden {
  display: none;
}

.fs_modal-1_cover-4 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.plant-cms-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.tag_template {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #654b27;
  background-color: #654b27;
  border: 0 solid #654b27;
  border-left-color: #fff0;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  padding: .25rem 1rem .25rem .5rem;
  line-height: 2;
  display: flex;
}

.tag_template.jetboost-applied-filter-item-zql6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.tag_template.jetboost-applied-filter-item-6kbn {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.filter-item-type {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.question-mark {
  width: 15px;
  height: 15px;
}

.question-mark.hide {
  flex: 0 auto;
}

.x {
  color: #fff;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transform: rotate(45deg);
}

.checkbox_field {
  grid-column-gap: 5px;
  grid-row-gap: 10px;
  border: 1px solid var(--transparent-brown);
  background-color: #fff;
  border-radius: 50px;
  flex-direction: row;
  align-items: center;
  padding: .125rem .25rem;
  display: flex;
}

.checkbox_field:hover {
  border-color: var(--brown-regular-text-color);
}

.filter-item-type-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.form-block-6 {
  margin-top: 0;
}

.reset_wrapper {
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-start;
  display: block;
}

.plant_cms_item {
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 3px 30px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.plant_cms_item:hover {
  background-color: var(--white-primary-color);
  border-width: 0;
  border-color: #1a863c;
  transform: scale(1.01);
}

.hidden-empty {
  display: none;
}

.title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title.auto {
  width: auto;
}

.title-detail-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.title-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.fs_cmsnest_link {
  display: flex;
}

.text-box-container {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 1rem;
  display: flex;
}

.title-text-3 {
  color: var(--primary-green);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.title-text-3.center {
  color: var(--brown-regular-text-color);
  text-align: center;
}

.fs_cmsnest_parent {
  grid-column-gap: .25rem;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.fs_cmsnest_parent._2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs_cmsnest_parent.center {
  grid-column-gap: 0rem;
  align-items: center;
  display: flex;
}

.fs_cmsnest_nested {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 10px;
  line-height: 2;
  display: flex;
}

.hidden-box {
  flex-direction: column;
  width: 100%;
  display: none;
}

.table_item {
  flex-flow: column;
  display: flex;
}

.plant_img-box {
  transform-style: preserve-3d;
  border: 0 solid #3e9058;
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding-top: 50%;
  padding-bottom: 0%;
  position: relative;
  overflow: hidden;
}

.plant_img-box:hover {
  transform: scale3d(1none, 1none, 1none);
}

.plant-header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.plant-header.center {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.plant-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: start;
  height: 100%;
  padding: 0 0 0 1rem;
  text-decoration: none;
  display: grid;
}

.text_block {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 1rem 0 0 0;
  display: flex;
  position: relative;
}

.text_block._2 {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.fs_cms_nest_hide {
  flex-direction: column;
  display: flex;
}

.fs_cmsnest_category {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-decoration: none;
  display: flex;
}

.collection-item-7 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff0;
  align-items: center;
  padding-left: 1rem;
  padding-right: .5rem;
  display: flex;
}

.collection-item-7:hover {
  background-color: #fff;
  border-radius: 50px;
  align-self: auto;
}

.feature-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slider-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ddd0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 0;
  display: flex;
}

.my-page-container {
  display: flex;
}

.number {
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.number.jetboost-item-total-favorites-vmrb, .number.jetboost-item-total-favorites-vnrb, .number.jetboost-item-total-favorites-1lp5 {
  color: #fff;
}

.number.jetboost-item-total-favorites-1lp5.green {
  color: #1a863c;
}

._2_columns {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: start;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5vh 40px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.collection-list-11 {
  display: flex;
}

.jetboost-toggle-favorite-vmrb {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid #ffffff80;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  overflow: hidden;
}

.jetboost-toggle-favorite-vmrb:hover {
  border-width: 1px;
  border-color: #fff;
}

.jetboost-toggle-favorite-vmrb.plant-page {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-width: 0;
  border-radius: 0;
  flex-flow: row;
  width: auto;
  height: auto;
}

.left-arrow-2, .hide-icon {
  display: none;
}

.feature-slide {
  height: auto;
}

.right-arrow-2, .empty-state-4 {
  display: none;
}

.my_page_button_text {
  color: #fff;
  letter-spacing: .5px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.feature-text {
  color: #ec6c2e;
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  height: 100%;
  margin-top: 0;
  padding: .5rem 15px;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  position: static;
  inset: auto auto 3% 3%;
}

.mask-3 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.favoriting-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.favoriting-wrapper.center {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: fill;
  background-color: #fff0;
  border: 0 solid #fffff638;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 1rem;
  margin-bottom: auto;
  padding: 0;
  position: static;
  inset: auto 2% auto auto;
  overflow: hidden;
}

.feature-box {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.slide-4 {
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.illustration-trace {
  z-index: 0;
  aspect-ratio: auto;
  opacity: .75;
  mix-blend-mode: normal;
  width: auto;
  height: 100%;
  margin-bottom: 0%;
  margin-left: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.basic-infomation-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.jetboost-toggle-favorite-vnrb {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid #ffffff80;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.jetboost-toggle-favorite-vnrb:hover {
  border-color: #fff;
}

.jetboost-toggle-favorite-vnrb.plant-page {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-width: 0;
  border-radius: 0;
  flex-flow: row;
  width: auto;
  height: auto;
}

.plant-feature-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: none;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.line {
  background-color: #ffffff80;
  width: 1px;
  height: 50%;
}

.illustratio-img {
  mix-blend-mode: normal;
  object-fit: contain;
  object-position: 100% 100%;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.illustratio-img.flip {
  object-position: 100% 0%;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-10 {
  width: 25px;
  height: 25px;
}

.basic-info-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.arrow_icon {
  z-index: 10;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 15px;
  display: flex;
  inset: auto 0% 0% auto;
}

.arrow_icon:hover {
  background-color: #654b27;
}

.arrow_icon.right {
  color: #1a863c;
  background-color: #fff;
  border-width: 2px;
  padding: 20px;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  transition: opacity .3s cubic-bezier(.23, 1, .32, 1);
  display: none;
}

.arrow_icon.right:hover {
  background-color: #fff;
  border-width: 2px;
  border-color: #fff;
  font-size: 1rem;
}

.arrow_icon.left {
  color: #1a863c;
  background-color: #fff;
  border-width: 2px;
  padding: 20px;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
  display: none;
  inset: auto auto 0% 0%;
}

.arrow_icon.left:hover {
  font-size: 1rem;
}

.slider-wrap {
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: 70vh;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
  overflow: visible;
}

.slide-nav-2 {
  display: none;
}

.main-plant-information {
  position: static;
}

.down_arrow-white {
  border-style: solid;
  border-width: 0 0 6px 10px;
  border-color: white var(--white-primary-color) var(--white-primary-color) var(--transparent);
  border-radius: 0;
  width: 0;
  height: 0;
  margin-right: -2px;
}

.plant-page-writer-speaking {
  display: none;
}

.slider {
  background-color: #0000;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.my-page-button {
  grid-column-gap: 5px;
  border: 2px solid #fff;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.my-page-button:hover {
  background-color: #0000;
  transform: scale(.95);
}

.tag-my-page {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: none;
}

.table_wrapper {
  flex-flow: column;
  display: flex;
}

.slide-nav-3 {
  z-index: 100000;
  padding-bottom: 10px;
  font-size: 1em;
  position: absolute;
  inset: auto 0% 0%;
}

.left-arrow-3, .right-arrow-3, .empty-state-5, .slide-nav-4 {
  display: none;
}

.slider-4 {
  background-color: #0000;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.icon-img {
  background-color: #1a863c00;
  border-radius: 0;
  width: 20px;
  height: 20px;
}

.icon-img.margin {
  margin-left: -10px;
}

.empty-state-7 {
  display: none;
}

.plant_contact_buttom {
  width: 100%;
  overflow: hidden;
}

.sub_container_white {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  border: 2px solid var(--primary-green);
  background-color: var(--white-primary-color);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 50px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 8vh 60px;
  display: flex;
  overflow: hidden;
}

.s-w_collection_list_wrapper {
  width: 100%;
}

.contact_form_top {
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
  display: flex;
}

.checkbox-form {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.error-message {
  border-radius: 5px;
  margin-bottom: 0;
}

.plant-form-top_text {
  flex-flow: wrap;
  display: flex;
}

.title-tag {
  border: 0px solid var(--green-primary-color);
  background-color: var(--green-primary-color);
  color: var(--white-primary-color);
  letter-spacing: 1px;
  border-radius: 20px;
  padding: .5rem;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 1;
}

.title-tag._2 {
  background-color: var(--light-green-tag);
  color: var(--green-primary-color);
  letter-spacing: 0;
  padding: .3rem;
  font-size: 8px;
}

.title-tag._2.lerge {
  background-color: var(--light-green-tag);
  color: var(--green-primary-color);
  font-size: 14px;
}

.title-tag.big {
  padding: .5rem 1rem;
  font-size: 10px;
}

.title-tag.coming-soon {
  background-color: var(--light-green-tag);
  opacity: .5;
  color: var(--green-primary-color);
  letter-spacing: 0;
  border-radius: 19px;
  padding-top: .3rem;
  padding-bottom: .3rem;
  font-size: 8px;
}

.rich-text-block-2 {
  white-space: pre-line;
  font-weight: 400;
  line-height: 1.5;
}

.rich-text-block-2 p {
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.image-14 {
  object-fit: cover;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.plant-secondary-imaga {
  object-fit: fill;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

.s-w_collection_list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.form_plant_contact-_box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid var(--input-outline-color);
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.form_plant_contact-_box:hover {
  border-width: 2px;
  border-color: var(--brown-regular-text-color);
}

.form_plant_contact-_box.hold {
  opacity: .63;
}

.form_plant_contact-_box.not-available {
  opacity: .57;
}

.form_plant_contact-_box.not-available:hover {
  border-color: var(--transparent-brown);
}

.input_plantname {
  color: #654b27;
  letter-spacing: .5px;
  border: 0 solid #654b2740;
  border-radius: 0;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
}

.icon-title-box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.success-message-2 {
  color: #00772680;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 0;
}

.submit-button {
  text-transform: lowercase;
  background-color: #5a4220;
  border-radius: 100px;
  width: auto;
  margin-top: 20px;
  padding: 1rem 5rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.submit-button:hover {
  background-color: #443015;
}

.submit-button:active, .submit-button:focus, .submit-button:focus-visible, .submit-button[data-wf-focus-visible] {
  background-color: #1a863c;
}

.form_plant_contact {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.s-w_collection_item {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.accordion-icon-stripe-3 {
  background-color: #fff;
  width: 1px;
  height: 100%;
}

.table_container_2 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template: ". Area"
  / .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  display: grid;
}

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

.grid-half {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  height: auto;
  display: grid;
}

.table_wrapper_3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

._2-collumn {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.plant-detail {
  font-size: 12px;
}

.form-item {
  width: 100%;
}

.checkbox-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  padding-left: 0;
  display: flex;
}

.empty-state-3 {
  display: none;
}

.text_field {
  border: 2px solid var(--input-outline-color);
  color: #654b27;
  background-color: #fff;
  border-radius: 5px;
  height: 3rem;
  padding: .5rem 1rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  display: block;
}

.text_field:active, .text_field:focus, .text_field:focus-visible, .text_field[data-wf-focus-visible] {
  border-color: #654b27;
}

.text-area {
  border: 2px solid var(--input-outline-color);
  color: #654b27;
  letter-spacing: .5px;
  border-radius: 5px;
  min-height: 15rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  line-height: 2;
  overflow: auto;
}

.text-area:active, .text-area:focus {
  border-color: #654b27;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #654b27;
  flex-flow: column;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
  display: flex;
}

.sub_container_list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.profile_img_container {
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  position: relative;
}

.fun_fact_box {
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px dashed #1a863c;
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.fun_fact_box.orange {
  border-color: #ec6c2e;
}

.profile_text_container {
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  flex-direction: column;
  display: flex;
}

.fs_modal-1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs_modal-1_close {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  cursor: pointer;
  background-color: #fff;
  border: 0 solid #1a863c;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 0;
  padding: .5rem 0;
  display: flex;
  position: fixed;
  inset: 3% 3% auto auto;
}

.fs_modal-1_close:focus-visible, .fs_modal-1_close[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-1_close.orange {
  border-color: #ec6c2e;
}

.name_box {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  display: flex;
}

.fs_modal-1_close-icon {
  color: #1a863c;
  width: 1rem;
  height: 1rem;
  position: static;
}

.fs_modal-1_close-icon.orange {
  color: #ec6c2e;
  -webkit-text-stroke-color: #3e9058;
}

.fs_modal-1_image_box {
  border-radius: 20px;
  width: 100%;
  height: auto;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
}

.fs_modal-1_cover {
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.name_with_title {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.writer-container_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 0 solid #654b27;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(120px, 120px) 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.fs_modal-1_popup {
  z-index: 9999;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.fs_modal-1_content {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: flex-start start;
  width: 100%;
  padding: 0 0 0 4rem;
  display: flex;
  overflow: scroll;
}

.title-tag-2 {
  color: #fff;
  background-color: #e47e4d;
  border-radius: 20px;
  padding: .5rem 1rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.title-tag-2.small {
  font-size: 8px;
}

.fs_modal-1_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border: 2px solid #1a863c;
  border-radius: 20px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  max-width: 80vw;
  height: auto;
  max-height: 90vh;
  padding: 4rem;
  display: grid;
  position: relative;
  overflow: scroll;
}

.fs_modal-1_wrapper.orange {
  border-color: #ec6c2e;
  max-height: 90vh;
}

.fs_modal-1_component-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.fs_modal-1_button-7 {
  background-color: var(--transparent);
  color: #fff;
  cursor: pointer;
  border: 1px solid #654b27;
  border-radius: 100px;
  padding: .25rem 1rem;
}

.fs_modal-1_button-7:hover {
  background-color: var(--white-primary-color);
}

.fs_modal-1_button-7:focus-visible, .fs_modal-1_button-7[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.button-2 {
  display: none;
}

.title-tag-3 {
  background-color: #1a863c;
  padding: .25rem .5rem;
  font-size: 10px;
}

.title-tag-3.orange {
  background-color: #ec6c2e;
}

.profile_title_box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.h5 {
  color: #1a863c;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.h5.orange {
  color: #ec6c2e;
}

.h5.gray {
  color: var(--gray);
}

.h5.zenkaku {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
}

.profile-image-box {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
  position: relative;
}

.container-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  background-color: var(--transparent);
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  padding: 0;
  display: flex;
}

.fs_modal-1_eg {
  color: #1a863c;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.fs_modal-1_eg.orange {
  color: #ec6c2e;
}

.h2 {
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  line-height: 1.5;
}

.h2.center {
  text-align: center;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 24px;
}

.h2.center.craftmincho {
  font-family: Craftmincho, Georgia, sans-serif;
}

.h2.green {
  color: var(--green-primary-color);
  background-color: #0000;
  align-self: flex-start;
  font-size: 24px;
  font-weight: 400;
}

.h2.green.center {
  text-align: center;
  border-left-width: 0;
  align-self: auto;
  padding-left: 0;
}

.h2.green.news {
  letter-spacing: 0;
}

.h2.white {
  color: var(--white-primary-color);
  text-align: center;
  border-left-width: 0;
  font-size: 28px;
  font-weight: 400;
}

.h2.white.center {
  color: var(--white-primary-color);
  text-align: center;
  font-size: 32px;
  font-weight: 400;
}

.h2.small {
  color: var(--brown-regular-text-color);
  letter-spacing: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.fs_modal-1_embed-5 {
  margin-bottom: 0;
}

.question_box {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.required_text {
  background-color: var(--accent-color\<deleted\|variable-f6860972-73c0-b670-97d7-86d240b5858c\>);
  color: #fff;
  border-radius: 20px;
  padding: .25rem .5rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 1;
}

.heading {
  color: var(--brown-regular-text-color);
  letter-spacing: .5px;
  font-family: Zen Kaku Gothic New, sans-serif;
  line-height: 1.5;
}

.block-quote {
  border-left-color: var(--brown-regular-text-color);
}

.section-6 {
  border-bottom: 0 solid #000;
  transition: background-color .4s;
  overflow: visible;
}

.english_text_fukidashi-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--orange-accent-color\<deleted\|variable-c57b08f4-3367-6ec9-5062-701e6b4b6212\>);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 20px;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 400;
  display: flex;
}

.english_text_fukidashi-2.brown {
  color: #654b27;
  background-color: #fff0;
  padding: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 10px;
}

.more {
  z-index: 0;
  background-color: #fffcf1;
  position: relative;
  overflow: hidden;
}

.title-text-4 {
  color: #1a863c;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.title-text-4.large {
  color: var(--primary-green);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

._3-2-image-block {
  border-radius: 20px;
  padding-top: 50%;
  padding-bottom: 25%;
  position: relative;
  overflow: hidden;
}

._3-2-image-block:hover {
  border: 0 solid #fff;
}

._3-2-image-block._2 {
  border-radius: 0;
}

.title-text_jp {
  color: var(--brown-regular-text-color);
  text-transform: none;
  border-left-width: 0;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.title-text_jp.large {
  color: #1a863c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

.information_divider {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-38 {
  border-bottom: 2px dashed var(--brown-regular-text-color);
  background-color: var(--transparent);
  width: 100%;
  height: 1px;
}

.title-header {
  position: static;
  top: 0;
}

.title-header-container-img {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(#00000059, #fff0 50%), url('../images/4-P1148638.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  min-height: 60vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 40px 2rem;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.title-header-container-img.about {
  background-image: linear-gradient(#00000059, #fff0 50%), url('../images/84-LumixSync_copy_2022-12-10-083218-0000RawFile.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 4rem;
}

.title-header-container-img.yorozer {
  background-image: linear-gradient(#00000080, #fff0), url('../images/P1205227-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 4rem;
}

.title-header-container-img.pioneer-yorozer {
  background-color: var(--light-background);
  background-image: linear-gradient(#00000059, #fff0 50%), url('../images/yorozer-pioneer.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 1rem;
}

.category-icon-name-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-32 {
  display: flex;
}

.paragraph {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.paragraph.white {
  color: #fff;
  line-height: 2;
}

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

.paragraph.green {
  color: var(--green-primary-color);
}

.paragraph.green.bold {
  font-weight: 700;
}

.paragraph.green.bold.center {
  text-align: center;
}

.paragraph.red {
  color: #ff2300;
}

.full_width_background-img_about {
  background-image: url('../images/LumixSync_copy_2022-06-11-13_52_51-0000RawFile.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 75vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.img-box {
  border-radius: 18px 18px 0 0;
  width: 100%;
  height: auto;
  padding-top: 50%;
  padding-bottom: 25%;
  position: relative;
  overflow: hidden;
}

.title-container-horizontal {
  grid-column-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.h4 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
}

.h4.green {
  color: #3e9058;
}

.h4.green.center {
  color: #1a863c;
  text-align: center;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

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

.h4.center.no-margin {
  direction: ltr;
  text-align: center;
  white-space: normal;
  word-break: normal;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.h4.white {
  color: #fff;
  margin-top: 0;
  font-family: Craftmincho, Georgia, sans-serif;
}

.h4.white.nomal {
  font-family: Zen Kaku Gothic New, sans-serif;
  line-height: 1.5;
}

.l-number {
  z-index: 2;
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #e47e4d;
  background-color: #fff0;
  border: 0 solid #1a863c;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-bottom: 0;
  padding: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 50px;
  font-weight: 400;
  display: flex;
  position: static;
}

._3-approach_container {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 0 solid #e65e1d;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  padding: 0 0 2rem;
  display: flex;
  position: relative;
}

.approach_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.approach_tet {
  grid-row-gap: .5rem;
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.full_width_background-img_history-copy-copy {
  background-image: url('../images/img.webp');
  background-position: 50% 30%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 75vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

._w-s_collection_list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._w-s_collection_list._2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._w-s_collection_list.yorozer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: grid;
}

._w-s_collection_list.supporter {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  display: flex;
}

._w-s_collection_item {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

._w-s_collection_item._2 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 0px solid var(--white-primary-color);
  background-color: var(--white-primary-color);
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 5px;
  transition: all .25s;
  display: flex;
}

._w-s_collection_item._2:hover {
  border-width: 0;
  border-color: var(--green-primary-color);
  background-color: var(--cream);
  transform: scale(1.01);
}

._w-s_collection_item.yorozer-item {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 0px solid var(--white-primary-color);
  background-color: var(--white-primary-color);
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 100px;
  padding: 10px 5px 5px;
  transition: all .25s;
  display: flex;
}

._w-s_collection_item.yorozer-item:hover {
  border-width: 0;
  border-color: var(--green-primary-color);
  background-color: var(--cream);
  transform: scale(1.01);
}

._w-s_collection_item.supporter {
  border: 1px solid var(--transparent);
  background-color: var(--white-primary-color);
  border-radius: 10px;
  width: 100px;
  padding: 10px 5px;
  transition: all .5s;
}

._w-s_collection_item.supporter:hover {
  border: 1px solid var(--green-primary-color);
}

._w-s_collection_list_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  display: flex;
}

._w-s_collection_list_wrapper.full-width, ._w-s_collection_list_wrapper.writer {
  width: 100%;
}

.member {
  padding: 0;
}

.fs_modal-1_description {
  margin-bottom: 0;
  font-size: 12px;
}

.fs_modal-1_image_box-2 {
  border-radius: 20px;
  width: 100%;
  height: auto;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
}

.fs_modal-1_embed {
  margin-bottom: 0;
}

.fs_modal-1_cover-5 {
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.fs_modal-1_popup-6 {
  z-index: 9999;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.fs_modal-1_content-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: flex-start start;
  width: 100%;
  padding: 0 0 0 4rem;
  display: flex;
  overflow: scroll;
}

.title-tag-4 {
  color: #fff;
  background-color: #e47e4d;
  border-radius: 20px;
  padding: .5rem 1rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.title-tag-4.small {
  font-size: 8px;
}

.fs_modal-1_wrapper-6 {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border: 2px solid #1a863c;
  border-radius: 20px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  max-width: 80vw;
  height: auto;
  max-height: 90vh;
  padding: 4rem;
  display: grid;
  position: relative;
  overflow: scroll;
}

.fs_modal-1_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  width: 100%;
  text-decoration: none;
  display: block;
}

.fs_modal-1_button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.fs_modal-1_button:focus-visible, .fs_modal-1_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-1_button._2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  display: flex;
}

.profile-image-box-2 {
  width: 100%;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
}

.profile-image-box-2._2 {
  border-radius: 100px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  padding-top: 0%;
  padding-bottom: 0%;
  overflow: hidden;
}

.blog-img-conatiner {
  width: 100%;
  height: 100%;
  padding-top: 50%;
  padding-bottom: 25%;
  position: relative;
}

.blog-top-text-conatiner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem 5rem 2rem 3rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
  position: relative;
}

._2_columns_blog {
  grid-column-gap: 0rem;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0;
  display: grid;
}

.blog-top {
  padding-top: 10vh;
}

.category_container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex_vertical {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.english-text {
  color: #1a863c;
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}

.english-text.white {
  color: #fff;
  font-family: Craftmincho, Georgia, sans-serif;
  line-height: 2;
}

.div-block-34 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.plant_cms_wrapper_w-_bg {
  background-color: #fff0;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.english_text_fukidashi-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #db5d0e;
  border-radius: 20px;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 400;
  display: flex;
}

.english_text_fukidashi-3.brown {
  color: #654b27;
  background-color: #fff0;
  padding: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 10px;
}

.down_arrow_orange-2 {
  border-top: 8px solid #db5d0e;
  border-bottom: 0 solid #361616;
  border-left: 0 solid #0000;
  border-right: 8px solid #fff0;
  width: 0;
  height: 0;
  margin-top: -1px;
}

.like-icon {
  width: 25px;
  height: 25px;
}

.fs_modal-1_image_box-3 {
  width: 100%;
  height: auto;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
}

.fs_modal-1_embed-6 {
  margin-bottom: 0;
}

.fs_modal-1_cover-6 {
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.writer-container_grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 0 solid #654b27;
  grid-template-rows: auto;
  grid-template-columns: minmax(120px, 120px) 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding: 0;
  display: grid;
}

.fs_modal-1_popup-7 {
  z-index: 9999;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.fs_modal-1_content-7 {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: flex-start start;
  width: 100%;
  padding: 0 0 0 4rem;
  display: flex;
  overflow: scroll;
}

.title-tag-5 {
  color: #fff;
  background-color: #e47e4d;
  border-radius: 20px;
  padding: .5rem 1rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.title-tag-5.small {
  font-size: 8px;
}

.fs_modal-1_wrapper-7 {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border: 2px solid #1a863c;
  border-radius: 20px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  max-width: 80vw;
  height: auto;
  max-height: 90vh;
  padding: 4rem;
  display: grid;
  position: relative;
  overflow: scroll;
}

.fs_modal-1_wrapper-7.orange {
  border-color: #ec6c2e;
  max-height: 90vh;
}

.rich-text {
  width: 100%;
}

.fs_modal-1_component-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.fs_modal-1_component-6.hide {
  display: none;
}

.fs_modal-1_button-8 {
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #654b27;
  border-radius: 100px;
  padding: .5rem 2rem;
}

.fs_modal-1_button-8:focus-visible, .fs_modal-1_button-8[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-1_button-9 {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.fs_modal-1_button-9:focus-visible, .fs_modal-1_button-9[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.profile_title_box-2 {
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.reaction.jetboost-toggle-favorite-1p6j {
  background-color: #fff;
  border-radius: 50px;
  justify-content: flex-start;
  padding: .5rem 1rem;
}

.plant_cms_item_relative {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff0;
  border: 0 solid #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 0 1rem;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.plant_cms_item_relative:hover {
  border-width: 0;
  border-color: #1a863c;
  transform: scale(1.01);
}

.like-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.plant_cms_list_2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.h5-2 {
  color: #1a863c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.h5-2.orange {
  color: #ec6c2e;
}

.icon-number {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  display: flex;
}

.writer_wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.magazine-reaction-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff0;
  border: 0 solid #000;
  border-top: 0 dashed #654b27;
  border-radius: 0;
  align-self: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.main_container_magazine {
  grid-row-gap: 60px;
  flex-direction: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 8vh 40px 15vh;
  display: flex;
}

.related_plant_link_box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 0 solid #000;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.related-plant-img {
  transform-style: preserve-3d;
  border: 0 solid #3e9058;
  border-radius: 20px;
  width: 100%;
  height: auto;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.related-plant-img:hover {
  transform: scale3d(1none, 1none, 1none);
}

.title-text-5 {
  color: #1a863c;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.english_text_fukidashi-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #db5d0e;
  border-radius: 20px;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 400;
  display: flex;
}

.down_arrow_orange-3 {
  border-top: 8px solid #db5d0e;
  border-bottom: 0 solid #361616;
  border-left: 0 solid #0000;
  border-right: 8px solid #fff0;
  width: 0;
  height: 0;
  margin-top: -1px;
}

.flex-left-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.flex-left-container._2 {
  align-items: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
}

.h5-3 {
  color: #1a863c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.h5-3.white {
  color: #fff;
  letter-spacing: 1px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
}

.title-header-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: url('../images/LumixSync_copy_2022-06-11-13_52_51-0000RawFile.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  min-height: 60vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 40px;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.div-block-39 {
  display: flex;
}

.empty-state-wrapper {
  padding: 0;
}

.magazine-category-wrapper {
  display: flex;
}

.magazine-category-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  display: flex;
  overflow: scroll;
}

.cms-title-tabs {
  margin-bottom: 2rem;
}

.magazine-category-item {
  flex: none;
  order: 0;
  width: auto;
  min-width: 0;
  max-width: none;
  max-height: none;
  padding: 0;
  overflow: visible;
}

.magazine-category-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid #00772680;
  border-radius: 100px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .5rem;
  text-decoration: none;
  display: flex;
}

.magazine-category-link.w--current {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-color: #1a863c;
}

.english_text_fukidashi-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #db5d0e;
  border-radius: 20px;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 400;
  display: flex;
}

.english_text_fukidashi-5.white {
  color: #fff;
}

.english_text_fukidashi-5.white.no-space {
  background-color: #fff0;
  padding: 0;
}

.english_text_fukidashi-5.white.no-space.small {
  text-align: left;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 8px;
}

.profile_name_text-2 {
  color: #654b27;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 2;
}

.profile_name_text-2.white {
  color: #fff;
}

.div-block-40 {
  display: flex;
}

.purpose_cms_item-copy-2 {
  background-color: #fff0;
  background-image: linear-gradient(#00631f80, #00631f80), url('../images/natural-paper-1920x1080.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat-x;
  background-size: auto, 1400px;
  border: 0 solid #fff;
  border-bottom-color: #fff0;
  border-radius: 20px 3px 50px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.purpose_cms_item-copy-2:hover {
  opacity: 1;
  border-width: 0;
  border-color: #654b27;
  transform: scale(1.01);
  box-shadow: 0 2px 10px #0003, 0 2px 5px #0003;
}

.english_text_fukidashi-6 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #db5d0e;
  border-radius: 20px;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 400;
  display: flex;
}

.p1-center {
  color: #654b27;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-decoration: none;
}

.p1-center.top-padding {
  text-align: center;
  padding-top: 1rem;
}

.header-container {
  background-color: #fff0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.title_box_page_top {
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 30rem;
  height: 100%;
  display: flex;
}

.form-contact {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.contact_form_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.title-tag-6 {
  color: #fff;
  background-color: #e47e4d;
  border-radius: 20px;
  padding: .5rem 1rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.success-message {
  background-color: #fff;
  border-radius: 10px;
  max-width: 50rem;
  padding: 2rem;
}

.contact_form {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 45rem;
  display: flex;
}

.submit_buttom {
  background-color: #1a863c;
  border-radius: 1000px;
  width: 100%;
  margin-top: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
}

.submit_buttom:active {
  background-color: #ec6c2e;
}

.title-header-container-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  min-height: 60vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 40px;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.title-header-container-2.none-image {
  background-image: none;
  justify-content: center;
  align-items: center;
  max-width: 1800px;
  min-height: 15vh;
  margin-top: 10vh;
  margin-bottom: 0;
}

.div-block-41 {
  display: flex;
}

.collection-list-15 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.collection-item-8 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px dashed #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(150px, .25fr) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.news-link-block {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.news-link-block:hover {
  opacity: .8;
}

.news-date-tag {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.english_text_fukidashi-7 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #db5d0e;
  border-radius: 20px;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 400;
  display: flex;
}

.english_text_fukidashi-7.brown {
  color: #654b27;
  background-color: #fff0;
  padding: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 10px;
}

.english_text_fukidashi-7.brown.left {
  text-align: left;
  flex: 0 auto;
  align-self: auto;
  padding: 0;
  display: block;
}

.favrite-navgation-wraper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fafafabf;
  border-radius: 100px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
  position: sticky;
  top: 10vh;
  overflow: scroll;
}

.favorite-navgatiion {
  border: 1px solid var(--transparent-brown);
  background-color: var(--white-primary-color);
  color: var(--brown-regular-text-color);
  border-radius: 100px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding: .25rem 1rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.favorite-navgatiion.w--current {
  color: #fff;
  background-color: #654b27;
  border: 0 solid #1a863c;
  border-radius: 100px;
  width: auto;
}

.rename---displayed-when-no-favorites {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.rename---displayed-while-loading-favorites {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.favorites-list--component.jetboost-favorites-list-1lp5 {
  margin-top: 2rem;
}

.favorites-list--component.jetboost-favorites-list-vnrb {
  margin-top: 0;
}

.favorites-list--component.jetboost-favorites-list-6bv2 {
  margin-top: 2rem;
}

.favorites-list--no-results.hidden {
  justify-content: space-between;
  width: 100%;
  display: none;
}

.favorites-list--loader.hidden {
  display: none;
}

.error {
  color: #d10000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
  font-size: 12px;
  line-height: 1.2;
}

.error.center {
  text-align: center;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 10px;
  line-height: 1.5;
}

.user-total-number {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.favorite-title {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff0;
  border: 0 solid #ec6c2e;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.h5-4 {
  color: #1a863c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.h5-4.brown {
  color: #654b27;
  margin-top: 0;
  margin-bottom: 0;
}

.title-text-6 {
  color: #1a863c;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.sticky-column-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(64px, auto);
  grid-template-columns: .25fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.sticky-box {
  width: 100%;
}

.horizontal-line {
  width: 100%;
  height: 1px;
}

.list-contaier {
  z-index: 10;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.book-list-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.favorites-list--collection-wrapper {
  width: 100%;
  padding: 0;
}

.favorite-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
  position: relative;
}

.favorite-title-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff0;
  border: 0 solid #ec6c2e;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 0;
  display: flex;
}

.h5-5 {
  color: #1a863c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.h5-5.brown {
  color: #654b27;
  margin-top: 0;
  margin-bottom: 0;
}

.favorite-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.favorite-item-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.favorite-item-img {
  border: 1px solid var(--white-primary-color);
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  padding-top: 50%;
  padding-bottom: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.favorite-img.archived {
  border: 0 solid #ec6c2e;
  border-radius: 0;
}

.favorite-wrapper-small {
  position: absolute;
  inset: 5px 5px auto auto;
}

.load-more-button-text {
  color: var(--brown-regular-text-color);
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
}

.pagination {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 3vh;
  display: flex;
  position: static;
  inset: auto 40px 0% auto;
}

.pagination.hidden {
  display: none;
}

.next {
  border-color: var(--brown-regular-text-color);
  background-color: var(--transparent);
  border-radius: 20px;
}

.wide_container-2 {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: stretch;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 10vh 40px 8vh;
  display: flex;
}

.h5-6 {
  color: #1a863c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.h5-6.brown {
  color: #654b27;
  margin-top: 0;
  margin-bottom: 0;
}

.english_text_fukidashi-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #db5d0e;
  border-radius: 20px;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 400;
  display: flex;
}

.english_text_fukidashi-8.brown {
  color: #654b27;
  background-color: #fff0;
  padding: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 10px;
}

.english_text_fukidashi-8.brown.left {
  text-align: left;
  flex: 0 auto;
  align-self: auto;
  padding: 0;
  display: block;
}

.empty-state-8 {
  display: none;
}

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

.utility-page-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  width: 350px;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.spacer-20 {
  width: 100%;
  height: 20px;
}

.button {
  background-color: var(--brown-regular-text-color);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1rem 2rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
}

.button:hover {
  background-color: var(--brown-hover);
}

.button:active, .button:focus {
  background-color: var(--green-primary-color);
}

.button.green {
  background-color: var(--primary-green);
  margin-top: 40px;
}

.button.jetboost-pagination-next-orvv {
  border: 1px solid var(--green-primary-color);
  background-color: var(--transparent);
  color: var(--green-primary-color);
  width: auto;
  margin-top: 20px;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.button.jetboost-pagination-next-orvv:hover {
  background-color: var(--green-primary-color);
  color: var(--white-primary-color);
  transform: translate(.95%, .95%);
}

.button.hide {
  display: none;
}

.google-icon {
  width: 20px;
}

.mb-20 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Craftmincho, Georgia, sans-serif;
  font-weight: 400;
}

.field {
  border: 2px solid var(--input-outline-color);
  color: var(--brown-regular-text-color);
  background-color: #0000;
  border-radius: 10px;
  height: 40px;
  margin-bottom: 0;
  padding: 25px 15px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
  transition: box-shadow .2s;
}

.field:focus {
  border-bottom-color: #6e97ff;
}

.disclaimer {
  color: #0009;
  text-align: center;
}

.button_google {
  border: 1px solid var(--brown-regular-text-color);
  color: #fff;
  background-color: #fff0;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  padding: 3px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button_google:hover {
  border-color: var(--transparent-brown);
}

.button_google:active, .button_google:focus {
  border-color: var(--brown-regular-text-color);
}

.google-icon-wrap {
  background-color: #fff;
  border-radius: 50px;
  padding: 10px;
}

.label {
  color: var(--brown-regular-text-color);
  letter-spacing: .5px;
  margin-bottom: 3px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
}

.label.no-padding {
  margin-bottom: 0;
}

.wrap-5vw_sides {
  padding-left: 5vw;
  padding-right: 5vw;
}

.navbar-link {
  color: #fff;
  border-bottom: 1px #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 15px;
  font-weight: 400;
  text-decoration: none;
}

.navbar-link:hover {
  opacity: .65;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.navbar-link.w--current {
  color: #000;
  text-decoration: underline;
}

.navbar-link.far-left {
  margin-left: 10px;
}

.button_small {
  color: #000;
  background-color: #70f37d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.button_small:hover {
  box-shadow: none;
  color: #fcfcfc;
  background-color: #000;
}

.button_small.nav {
  color: #000;
  background-color: #fff;
  height: auto;
  margin-left: 10px;
  padding: 9px 17px;
  font-size: 14px;
}

.button_small.nav:hover {
  color: #fcfcfc;
}

.text_tab {
  z-index: 2;
  color: var(--brown-regular-text-color);
  text-align: center;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  position: relative;
}

.text_tab.white {
  color: var(--white-primary-color);
}

.spacer-40 {
  width: 40px;
}

.tab-link {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 50px;
  flex: 1;
  font-weight: 500;
  transition: color .2s;
}

.tab-link.w--current {
  color: #000;
  background-color: #0000;
}

.form-field {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.navbar_logo-link {
  max-width: 140px;
  padding-top: 5px;
  padding-left: 0;
}

.navbar-menu {
  align-items: center;
  padding-right: 12px;
  display: flex;
}

.form-block {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.form-block.no-padding {
  padding-top: 0;
}

.img_banner {
  object-fit: cover;
  background-color: #6e97ff;
  width: 100%;
  height: 400px;
  position: absolute;
  inset: 0% 0% auto;
}

.section_big {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 8vh;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.hamburger {
  padding: 0;
  display: none;
}

.tab-menu {
  background-color: var(--input-outline-color);
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  display: flex;
}

.tab-menu.hidden {
  display: none;
}

.toggle {
  z-index: 1;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  inset: 0%;
}

.form-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.modal {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffe6;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  width: 100%;
  max-width: 600px;
  margin-bottom: 30px;
  padding: 40px;
  position: static;
  box-shadow: 0 9px 20px #0000000d;
}

.navbar-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.logo-code {
  color: #fff;
}

.navbar {
  z-index: 20;
  background-color: #6e97ff;
  border-bottom: 1px #f7f7f7;
  align-items: center;
  height: auto;
  position: static;
  inset: 0% 0% auto;
}

.p-light {
  color: var(--brown-regular-text-color);
  letter-spacing: .5px;
  margin-bottom: 35px;
  font-weight: 500;
}

.filter-sction-wrapper.jetboost-filter-selections-or26 {
  display: flex;
}

.filter-section-list {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: wrap;
  display: flex;
}

.filter-section-list.hide {
  display: none;
}

.plant-box2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  text-decoration: none;
  display: flex;
}

.jetboost-list-search-input-6xkk {
  border: 1px solid var(--transparent-brown);
  color: var(--brown-regular-text-color);
  letter-spacing: .5px;
  border-radius: 100px;
  height: 4rem;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
}

.jetboost-list-search-input-6xkk:active, .jetboost-list-search-input-6xkk:focus, .jetboost-list-search-input-6xkk:focus-visible, .jetboost-list-search-input-6xkk[data-wf-focus-visible] {
  border-color: var(--brown-regular-text-color);
}

.submit-button-3 {
  display: none;
}

.writer-img-small {
  display: block;
}

.collection-item-9 {
  box-sizing: border-box;
  width: 200px;
  height: 200px;
  position: relative;
  overflow: auto;
}

.text-block {
  direction: ltr;
  color: #0c0b0b;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}

.text-block-2 {
  color: #0c0b0b;
  background-color: #f1e6e6;
  font-size: 20px;
  font-style: italic;
  text-decoration: underline;
}

.heading-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-3 {
  color: #f0e7e7;
  background-color: #1a1717;
  width: 350px;
  height: 350px;
}

.image-15 {
  width: 250px;
}

.navbar-2 {
  width: 1200px;
  max-width: 1200px;
}

.test-navar {
  position: relative;
}

.link-2 {
  color: var(--green-primary-color);
}

.news-cmscollection-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.fullun-reply-area-2 {
  width: 100%;
  display: block;
}

.avatar-main-img {
  border-radius: 4px;
  width: auto;
}

.avatar-main-img.supersparks-member-image-bbbbb {
  object-fit: cover;
  width: 35px;
  height: 35px;
}

.comment-section-main {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 100%;
  max-width: none;
  min-height: 0;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.comment-content-2 {
  color: #333;
  margin-top: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.lottie-animation-2 {
  color: #b53838;
  -webkit-text-stroke-color: #060505;
  width: 55px;
}

.lottie-animation-2.redirect {
  justify-content: center;
  align-items: center;
  width: 65px;
  display: flex;
}

.comment-flex {
  display: flex;
}

.comment-form-main {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}

.comment-details-wrapper {
  flex-flow: column;
  width: 100%;
  margin-left: 15px;
  display: flex;
  position: relative;
}

.full-reply-show-2 {
  color: #423f52;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.full-reply-show-2.supersparks-reset-interactions-bbbbb {
  color: #4c4958;
  justify-content: flex-start;
  align-items: flex-start;
  height: 30px;
  margin-right: 2px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  line-height: 20px;
  display: inline;
}

.upper-comment-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2px;
  margin-bottom: 0;
  line-height: 22px;
  display: flex;
  position: relative;
  top: -2px;
}

.upvote-popup-block {
  z-index: 20;
  min-width: 23px;
  height: 45px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.upvote-popup-block.horizontal {
  min-width: 40px;
  height: 25px;
  display: block;
}

.author-name-holder {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.comment-time {
  color: #88888e;
  margin-left: 8px;
  font-size: 11px;
  line-height: 1.2;
}

.comment-time.supersparks-comment-time-bbbbb {
  flex-flow: row;
  margin-top: 8px;
  margin-left: 0;
  display: block;
}

.guest-input-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.comment-avatar-holder {
  color: #4c4958;
  margin-top: 14px;
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 1.55em;
}

.comment-avatar-holder.supersparks-comment-content-bbbbb {
  color: var(--brown-regular-text-color);
  margin-bottom: 23px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.57em;
}

.submit-button-holder {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.count-reply {
  color: #131459;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-flex;
}

.author-name {
  color: #272338;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  display: inline-block;
}

.author-name.comment {
  font-size: 14px;
}

.author-name.comment.supersparks-author-name-bbbbb {
  color: var(--brown-regular-text-color);
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
}

.reply-counter-area {
  background-color: var(--light-green-tag);
  color: var(--green-primary-color);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  max-width: 45px;
  margin-left: 13px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  display: flex;
}

.submit-button-main {
  background-color: #175fae;
  border-radius: 5px;
  padding: 10px 17px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.submit-button-main.supersparks-reply-submit-bbbbb {
  background-color: var(--primary-green);
  color: var(--white-primary-color);
}

.submit-button-main.supersparks-comment-submit-bbbbb {
  background-color: var(--primary-green);
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
}

.avatar-comment-holder {
  width: auto;
}

.main-input {
  background-color: #f8f9fd;
  border: 1px solid #d8e0e8;
  border-radius: 4px;
  width: 100%;
}

.main-input::placeholder {
  color: #b4b2bc;
}

.main-input.name.supersparks-name-input-bbbbb, .main-input.email.supersparks-email-input-bbbbb {
  border-color: var(--input-outline-color);
  background-color: var(--white-primary-color);
  color: var(--brown-regular-text-color);
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  display: none;
}

.main-input.comment {
  height: 75px;
}

.main-input.comment.supersparks-comment-input-bbbbb {
  border-color: var(--input-outline-color);
  background-color: var(--white-primary-color);
  color: var(--brown-regular-text-color);
  height: 68px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
}

.fullun-cancel-reply-2 {
  color: #2e2b40;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.avatar-holder {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.avatar-holder.comment-section {
  width: 35px;
  height: 35px;
  margin-right: 0;
}

.comment-author-details {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
}

.comment-grid-basic {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 15px;
}

.comment-grid-basic.supersparks-comments-grid-bbbbb {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  margin-top: 25px;
}

.comment-grid-basic.supersparks-comments-grid-gl6tu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.delete-comment-link {
  color: #d2313b;
  margin-left: 18px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.delete-comment-link.supersparks-delete-button-bbbbb {
  color: var(--orange-accent-color);
  margin-left: 13px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
}

.reply-counter-div {
  display: flex;
}

.fullun-reply-form-div-2 {
  display: block;
}

.comments-loading-block {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.comment-card-main {
  border: 1px #000;
  padding: 0;
  position: relative;
}

.comment-card-main.supersparks-comment-card-bbbbb {
  margin-top: 18px;
  margin-left: 0;
}

.comment-card-main.supersparks-reply-card-bbbbb {
  margin-top: 0;
  margin-left: 45px;
}

.comment-holder {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-38 {
  color: #2e2b40;
  font-weight: 600;
  display: inline;
}

.comment-bottom-flex {
  margin-top: 0;
}

.horizontal-upvotes-block {
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  height: 28px;
  display: flex;
  position: relative;
}

.non-member {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--light-green-tag);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 700px;
  padding: 40px;
  display: flex;
}

.comment-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.comment-section-main-2 {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  width: 100%;
  max-width: 700px;
  min-height: 0;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.reply-counter-area-2 {
  background-color: #d5ecf5;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  max-width: 45px;
  margin-left: 13px;
  display: flex;
}

.text-block-39 {
  color: #2e2b40;
  font-weight: 600;
  display: inline;
}

.jetboost-toggle-favorite-61eq {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.jetboost-toggle-favorite-61eq.list {
  z-index: 1;
  position: absolute;
  inset: 10px 40px auto auto;
}

.jetboost-toggle-favorite-61eq.list.saved-map {
  top: 10px;
  right: 10px;
}

.jetboost-toggle-favorite-6l2y.plant-page {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.jetboost-toggle-favorite-6bv2.plant-page {
  display: none;
}

.rename---displayed-when-no-favorites-2, .rename---displayed-while-loading-favorites-2, .rename---displayed-when-no-favorites-3, .rename---displayed-while-loading-favorites-3, .rename---displayed-when-no-favorites-4, .rename---displayed-while-loading-favorites-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.primary-buttom {
  background-color: var(--brown-regular-text-color);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 100px;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
}

.primary-buttom.green {
  background-color: var(--green-primary-color);
  color: var(--white-primary-color);
  justify-content: center;
  align-items: center;
  display: block;
}

.primary-buttom._2 {
  border: 2px solid var(--brown-regular-text-color);
  background-color: var(--transparent);
}

.primary-buttom._2.w--current {
  border: 2px solid var(--brown-regular-text-color);
  background-color: var(--transparent);
  color: var(--brown-hover);
  font-weight: 700;
}

.primary-buttom.secondary.w--current {
  border: 2px solid var(--brown-regular-text-color);
  background-color: var(--transparent);
  color: var(--brown-regular-text-color);
}

.forgot-password {
  text-align: right;
  font-family: Zen Kaku Gothic New, sans-serif;
}

.button_text {
  color: var(--brown-regular-text-color);
  letter-spacing: .5px;
  font-size: 14px;
}

.div-block-42 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.hero-serach-text {
  color: var(--brown-regular-text-color);
  letter-spacing: .5px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.hero-serach-text.white {
  color: var(--white-primary-color);
  letter-spacing: .5px;
  font-size: 12px;
}

.search-result-wrapper {
  margin-top: 0;
}

.c_search_results-wrap {
  width: 100%;
}

.c_search_results-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.c_search_resuts_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: block;
}

.search-result-imag-block {
  border-radius: 10px;
  width: 100%;
  height: auto;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.img-2 {
  object-fit: cover;
  object-position: 60% 90%;
  border: 0 solid #fff;
  border-radius: 0;
  width: 100%;
  height: 100%;
  transition: all .4s cubic-bezier(.23, 1, .32, 1);
  display: block;
  position: absolute;
  inset: 0%;
}

.img-2._2 {
  border-radius: 0;
}

.search-result-text-block {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.search-result-link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.space {
  width: auto;
  height: 20px;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.serach-container {
  width: 35rem;
}

.profile_form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  max-width: none;
  display: flex;
}

.profile_menu-heading {
  border-right: 1px solid #efefff;
  width: 20%;
  padding-left: 15px;
}

.profile_form {
  width: 100%;
  padding-top: 0;
  padding-left: 0;
}

.profile_form._2 {
  border-bottom: 1px solid var(--input-outline-color);
  padding-top: 40px;
  padding-bottom: 40px;
}

.profile_section {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100svh;
  display: block;
  position: relative;
}

.profile_img-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  width: auto;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.profile_button {
  border: 1px solid var(--brown-regular-text-color);
  color: var(--brown-regular-text-color);
  background-color: #3898ec00;
  border-radius: 10px;
  padding: 5px 10px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 10px;
  font-weight: 700;
  transition: all .3s;
}

.profile_button:hover {
  background-color: var(--white-primary-color);
}

.profile_button.is-blue {
  background-color: var(--brown-regular-text-color);
  color: #fff;
  border-width: 0;
  border-color: #202142;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.profile_button.is-blue:hover {
  background-color: var(--brown-hover);
  transform: none;
}

.profile_button.is-blue.margin-top.margin-medium {
  margin-top: 30px;
  padding: 10px 30px;
  font-size: 14px;
}

.profile_img-2 {
  background-image: linear-gradient(#a7a7a780, #a7a7a780);
  border: 0 solid #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: 0;
}

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

.form_field-div {
  border-bottom: 0px solid var(--input-outline-color);
  padding-bottom: 0;
}

.form_field-div._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.form_field-div._3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.tabs {
  overflow: visible;
}

.profile_tab-content {
  width: 100%;
  position: static;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.profile_edit-div {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: stretch start;
  display: flex;
  position: relative;
  overflow: visible;
}

.container-large {
  border: 2px solid var(--green-primary-color);
  background-color: var(--white-primary-color);
  border-radius: 20px;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.input_field {
  border: 2px solid var(--input-outline-color);
  background-color: var(--white-primary-color);
  color: var(--brown-regular-text-color);
  border-radius: 10px;
  min-height: 50px;
  margin-bottom: 0;
  padding: 10px 15px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
}

.input_field:hover {
  border-style: solid;
  border-color: var(--default);
}

.input_field:active, .input_field:focus, .input_field:focus-visible, .input_field[data-wf-focus-visible] {
  border-color: var(--brown-regular-text-color);
}

.input_field::placeholder {
  color: var(--gray);
  font-weight: 400;
}

.input_field.is-big-box {
  color: var(--brown-regular-text-color);
  min-height: 150px;
}

.input_field.is-social {
  padding-left: 50px;
}

.input_field.is-social.is-dribble {
  background-image: url('../images/dribbble.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 25px;
}

.input_field.is-social.is-instagram {
  background-image: url('../images/instagram.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
}

.input_field._2 {
  width: 90%;
  padding-right: 0;
}

.profile_tab-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-right: 0 solid #efefff;
  border-bottom: 1px solid var(--input-outline-color);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding-top: 0;
  display: flex;
}

.profile_button-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.padding-global.padding-section-large {
  padding-top: 50px;
  padding-bottom: 50px;
}

.tab_link {
  background-color: #ddd0;
  padding: 10px 15px;
}

.tab_link.w--current {
  color: #202142;
  background-color: #fcfcff;
  border: 1px solid #efefff;
  border-radius: 50px;
  font-weight: 600;
}

.profile_detail-div {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: stretch start;
  height: 1000px;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.blue-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-plus {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  padding: 15px;
  display: flex;
}

.content-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 30px;
  display: flex;
}

.tutors {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.top-link {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .2s;
  display: flex;
}

.top-link:hover {
  background-color: #ecf9ff;
}

.form-block-7 {
  margin-bottom: 30px;
}

.nav-profile {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.submit {
  background-color: #452200;
  border: 1px solid #452200;
  border-radius: 15px;
  height: 50px;
  transition: color .2s, background-color .2s;
}

.submit:hover {
  color: #452200;
  background-color: #0000;
}

.text-link-2 {
  color: #502f95;
  border-bottom: 1px solid #0000;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s;
}

.text-link-2:hover {
  border-bottom: 1px solid #502f95;
}

.day {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f0f9ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 185px;
  font-size: 50px;
  font-weight: 700;
  display: flex;
}

.day.orange-p {
  color: #d56c2b;
  background-image: url('../images/brown-circle.svg');
  background-position: -40px -40px;
  background-repeat: no-repeat;
  background-size: auto;
}

.day.pink {
  background-image: url('../images/pink-circle.svg');
  background-position: -20px -20px;
  background-repeat: no-repeat;
  background-size: auto;
}

.big-top {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.top-icons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.content-right {
  width: 75%;
}

.two-cards {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.tutor-img {
  border-radius: 10px;
}

.content-left {
  width: 100%;
}

.figma-icon {
  background-color: #ffffff80;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 148px;
  display: flex;
}

.figma-icon.blue {
  background-color: #dff1ff;
}

.form-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.card-icons {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.nav-logo {
  margin-bottom: 30px;
}

.content-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.tutors-card {
  color: #000;
  border: 1px solid #b2b4a800;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  text-decoration: none;
  transition: border-color .2s, transform .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.tutors-card:hover {
  border: 1px solid #b2b4a833;
  transform: translate(0, 2px);
  box-shadow: 0 0 #0003;
}

.price-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.pink-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.p-10 {
  font-size: 10px;
}

.p-10.grey-p {
  color: #b2b4a8;
}

.p-10.grey-p.mb-20 {
  margin-bottom: 20px;
}

.nav {
  z-index: 9999;
  background-color: #fef1ff;
  width: 100%;
  max-width: 270px;
  height: 100vh;
  padding: 30px;
  position: sticky;
  top: 0;
}

.mb-5 {
  margin-bottom: 5px;
}

.logo-link.mb-10 {
  margin-bottom: 10px;
}

.line-fill {
  background-color: #502f95;
  border-radius: 10px;
  width: 80%;
  height: 100%;
}

.pink-text {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.icon-img-2 {
  border-radius: 15px;
}

.shadow {
  display: none;
}

.p-24 {
  font-size: 24px;
}

.p-24.mb-10 {
  margin-bottom: 10px;
}

.figma-top {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 20px;
  display: flex;
}

.icon-card {
  border-radius: 50%;
}

.tutors-link {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.ui-card {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #f0f9ff;
  border-radius: 15px;
  align-items: center;
  min-height: 165px;
  margin-bottom: 0;
  padding: 15px;
  display: flex;
}

.days-cards {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-bottom: 30px;
  display: flex;
}

.pink-card {
  background-color: #fff1ff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 182px;
  padding: 20px;
  display: flex;
}

.profile-img {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  display: block;
}

.content {
  width: 100%;
  padding: 30px 20px;
}

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

.grey-p {
  color: #b2b4a8;
}

.grey-p.mb-15 {
  margin-bottom: 15px;
}

.p-20 {
  font-size: 20px;
}

.p-20.semi-bold {
  font-weight: 600;
}

.p-20.semi-bold.grey-p.purple {
  color: #502f95;
}

.p-20.semi-bold.mb-15 {
  margin-bottom: 15px;
}

.price-field {
  background-color: #ecf1fd;
  border: 1px solid #0000;
  border-radius: 15px;
  height: 50px;
  margin-bottom: 0;
}

.price-field:hover, .price-field:focus {
  border-color: #0000;
}

.text-field {
  background-color: #ecf1fd;
  background-image: url('../images/search.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000;
  border-radius: 15px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 50px;
}

.text-field:active {
  border-color: #0000;
  margin-bottom: 0;
  padding-left: 50px;
}

.text-field:focus {
  border-color: #0000;
}

.nav-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #000;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 5px;
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.nav-link:hover {
  background-color: #fff7e3;
}

.nav-link.last {
  margin-bottom: 0;
}

.content-heading {
  margin-bottom: 30px;
}

.mobile-nav {
  display: none;
}

.section-7 {
  width: 100%;
  max-width: 1920px;
  display: flex;
}

.figma-card {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #eafff8;
  border-radius: 15px;
  align-items: center;
  min-height: 165px;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.blue-card {
  background-color: #ecf9ff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 230px;
  padding: 20px;
  display: flex;
}

.embed-icon {
  margin-bottom: -2px;
}

.right-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.carete-icon {
  background-color: #ffffff80;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: background-color .2s;
  display: flex;
}

.carete-icon:hover {
  background-color: #fff;
}

.top-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.plus-icon {
  background-color: #8b11fc;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.figma-text {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.line-2 {
  background-color: #fff;
  border-radius: 10px;
  height: 10px;
}

.content-mid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.right-link {
  color: #b2b4a8;
  text-decoration: none;
  transition: color .2s;
}

.right-link:hover, .right-link.w--current {
  color: #000;
}

.icon-7 {
  border: 1px solid #b2b4a8;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 2px;
  display: flex;
}

.fields-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 30px;
  display: flex;
}

.tutors-icon {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.big-card {
  background-color: #ecf1fd;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blue-icon {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.card-bg {
  opacity: .1;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0%;
}

.dd-text {
  font-size: 14px;
  font-weight: 400;
}

.purple-p {
  color: #0c0336;
  margin-bottom: 5px;
}

.n-icon.rm {
  margin-right: -5px;
}

.result-r {
  background-color: #ffb988;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 8px;
}

.result-r.smallest {
  height: 40px;
}

.result-r.mid {
  height: 80px;
}

.result-r.small {
  height: 60px;
}

.p-12 {
  font-size: 12px;
}

.small-p {
  font-size: 11px;
}

.result {
  grid-row-gap: 2px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.search-2 {
  background-color: #0000;
  background-image: url('../images/search_1.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #a19ea400;
  border-radius: 40px;
  height: 45px;
  margin-bottom: 0;
  margin-left: -15px;
  padding-left: 55px;
  font-size: 14px;
  font-weight: 400;
  transition: border-color .2s;
}

.search-2:hover, .search-2:focus {
  border-color: #a19ea4;
}

.nav-icon_wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.nav-2 {
  border-right: 1px solid #dedad9;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 230px;
  height: 100vh;
  padding: 50px 30px 30px;
  display: flex;
  position: sticky;
  top: 0;
}

.statistic {
  width: 100%;
  position: relative;
}

.notifi-wrap {
  grid-column-gap: 25px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.notifi-wrap.mobile {
  display: none;
}

.section-8 {
  display: flex;
}

.dates {
  grid-row-gap: 20px;
  color: #a19ea4;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 65px;
  padding: 20px 15px;
  text-decoration: none;
  transition: color .2s, box-shadow .2s;
  display: flex;
}

.dates:hover {
  color: #1e1e2a;
  box-shadow: 0 2px 5px #0000000d;
}

.dates.w--current {
  color: #000;
  background-color: #fff;
  box-shadow: 0 2px 5px #00000012;
}

.right-icon {
  background-color: #fcebd5;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  height: 60px;
  display: flex;
}

.right-icon.green {
  background-color: #e6f2dc;
}

.statistic-results_wrap {
  justify-content: space-between;
  display: flex;
}

.dd-link {
  transition: background-color .2s;
}

.dd-link:hover {
  background-color: #e8e8e8;
}

.dd-list.w--open {
  background-color: #fff;
  border: 1px solid #0003;
  border-radius: 15px;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
}

.content-2 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.calendar-wrap {
  margin-bottom: 60px;
}

.statistic-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

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

.legend {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 28px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.circle-progress {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 104px;
  display: flex;
  box-shadow: 0 2px 20px -5px #0003;
}

.left {
  width: 55%;
  padding: 50px 40px 30px;
}

.shadow-2 {
  display: none;
}

.calendar-dates {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-wrap {
  grid-column-gap: 20px;
  opacity: .55;
  filter: grayscale();
  color: #1e1e2a;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: filter .2s, opacity .2s;
  display: flex;
}

.link-wrap:hover, .link-wrap.w--current {
  opacity: 1;
  filter: grayscale(0%);
}

.embed-icon-2.green {
  color: #a5c588;
}

.calendar-top {
  margin-bottom: 35px;
}

.rating-field {
  grid-column-gap: 5px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50px;
  padding: 4px 10px;
  display: flex;
  box-shadow: 0 2px 8px -4px #0003;
}

.result-circle {
  background-color: #fcb985;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
}

.result-circle.green {
  background-color: #a5c588;
}

.form-block-8 {
  width: 100%;
  max-width: 450px;
  margin-bottom: 40px;
}

.link-card {
  background-color: #1e1e2a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.notifi-img {
  border: 1px solid #fff;
  border-radius: 50%;
}

.statistic-results {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.mb-40 {
  margin-bottom: 40px;
}

.join-circles_wrap {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 15px;
  display: flex;
}

.right-label_content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-links_wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.mid-text_wrap {
  width: 100%;
  max-width: 355px;
  margin-bottom: 80px;
}

.mid-cards_wrap {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 70px;
  display: flex;
}

.result-l {
  background-color: #a0cb8a;
  width: 8px;
}

.result-l.high {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 100px;
}

.mobile-nav-2 {
  display: none;
}

.right {
  background-color: #fefefe;
  width: 45%;
  padding: 50px 40px 60px;
}

.result-top {
  align-items: flex-start;
  display: flex;
}

.statistic-bot {
  grid-column-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.categories-card {
  grid-row-gap: 15px;
  color: #1e1e2a;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 90px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.categories-card:hover {
  transform: scale(1.1);
}

.join-img {
  border-radius: 50%;
}

.join-img.rm {
  border: 1px solid #f8f4f0;
  margin-right: -6px;
}

.days {
  color: #a19ea4;
  font-weight: 400;
}

.stat-wrap {
  grid-column-gap: 5px;
  align-items: flex-end;
  display: flex;
}

.icon-8 {
  border-radius: 50%;
  margin-bottom: 5px;
}

.categories-cards_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: grid;
}

.light-p {
  color: #a19ea4;
  font-weight: 400;
  text-decoration: none;
}

.mb-30 {
  margin-bottom: 30px;
}

.notifi-icons {
  align-items: center;
  display: flex;
}

.right-labele_icon {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.dropdown {
  border: 1px solid #0003;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
}

.button-3 {
  background-color: #1e1e2a;
  border-radius: 27px;
  padding: 20px 35px;
  transition: background-color .2s, color .2s;
}

.button-3:hover {
  color: #1e1e2a;
  background-color: #a5c588;
}

.join-link {
  background-color: #1e1e2a;
  border: 1px solid #f8f4f0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  display: flex;
}

.right-clock {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.dd-toggle {
  grid-column-gap: 7px;
  align-items: center;
  padding: 10px 15px;
  display: flex;
}

.result-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.right-webinars, .categories-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.mb-10-2 {
  margin-bottom: 10px;
}

.mid-card {
  grid-row-gap: 45px;
  color: #1e1e2a;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  min-height: 280px;
  padding: 25px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 3px 5px -2px #0003;
}

.mid-card.green {
  background-color: #a2c587;
  padding-bottom: 0;
  text-decoration: none;
}

.test-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.profile-pupup {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--primary-green);
  background-color: var(--white-primary-color);
  border-radius: 15px;
  flex-flow: column;
  width: 250px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 7% 3% auto auto;
}

.light-color-text {
  color: var(--brown-regular-text-color);
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 8px;
  font-weight: 500;
}

.border-line {
  background-color: #00000040;
  width: 100%;
  height: .5px;
  text-decoration: none;
}

.item-link {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.profile-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.profile-item:hover {
  width: auto;
}

.profile-img-box {
  aspect-ratio: 1;
  object-fit: cover;
  flex: 0 auto;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.profile-popup {
  z-index: 1000;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 0px solid var(--primary-green);
  background-color: #f8f8f200;
  background-image: url('../images/natural-paper-1920x1080-6_1natural-paper-1920x1080 (6).webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  flex-flow: column;
  width: 250px;
  padding: 20px;
  display: none;
  position: absolute;
  top: 65px;
  right: 3%;
  box-shadow: 0 2px 20px #0003;
}

.profile-link-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.profile-link-item:hover {
  border-left: 0px solid var(--transparent);
  padding-left: 0;
}

.profile-link-item.w--current {
  border-left: 5px solid var(--green-primary-color);
  padding-left: .5rem;
}

.toolbar-button {
  background-color: #fff;
  justify-content: center;
  align-items: stretch;
  width: 15px;
  height: 15px;
  padding: 0;
  display: flex;
}

.toolbar-button.ql-image {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 16px;
  padding-top: 1px;
  display: flex;
}

.toolbar {
  border: 1px #ccc;
  border-bottom-style: solid;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.success-message-3 {
  background-color: #fff;
  border: 1px solid #ccc;
}

.unstyled-input-parent {
  width: 100%;
  height: 300px;
}

.svg-3 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: auto;
  max-height: 16px;
  font-size: 500px;
  display: flex;
}

.success-icon {
  width: 35px;
  margin-bottom: 10px;
}

.post-input-main.supersparks-id-input-aaaaa {
  display: none;
}

.editor {
  height: 100%;
}

.success-text {
  color: #4f535f;
  font-size: 16px;
  line-height: 23px;
}

.svg {
  flex-direction: column;
  justify-content: center;
  width: auto;
  height: auto;
  max-height: 13px;
  display: flex;
}

.unstyled-post-main {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  min-height: 0;
  padding-top: 50px;
  display: flex;
}

.field-label.link {
  text-decoration: underline;
}

.field-label.bold {
  font-weight: 700;
}

.field-label.bold.green {
  color: var(--primary-green);
}

.field-label.red {
  color: var(--orange-accent);
}

.field-label.green {
  color: var(--primary-green);
  overflow: visible;
}

.unstyled-editor-div {
  border: 1px solid #ccc;
  margin-top: 25px;
}

.left-toolbar {
  flex-direction: row;
  display: flex;
}

.inline-image-input {
  display: none;
}

.svg-4 {
  flex-direction: column;
  justify-content: center;
  width: 15px;
  height: auto;
  max-height: 13px;
  display: flex;
}

.post-submit-button {
  width: 100%;
  margin-top: 20px;
}

.success-div-text.approve {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-div-text.redirect {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.unstyled-post-div {
  width: 100%;
  max-width: 500px;
}

.path {
  color: #333;
  flex: none;
  width: auto;
  height: auto;
  font-size: 20px;
  display: flex;
}

.toolbar-grid {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  place-items: center;
  height: 100%;
}

.ql-editor {
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.success-message-4 {
  background-color: #fff;
  border: 1px solid #ccc;
}

.svg-5 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: auto;
  max-height: 16px;
  font-size: 500px;
  display: flex;
}

.svg-6 {
  flex-direction: column;
  justify-content: center;
  width: 15px;
  height: auto;
  max-height: 13px;
  display: flex;
}

.success-message-5 {
  background-color: #fff;
  border: 1px solid #ccc;
}

.svg-7 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: auto;
  max-height: 16px;
  font-size: 500px;
  display: flex;
}

.svg-8 {
  flex-direction: column;
  justify-content: center;
  width: 15px;
  height: auto;
  max-height: 13px;
  display: flex;
}

.svg-9 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: auto;
  max-height: 16px;
  font-size: 500px;
  display: flex;
}

.svg-10 {
  flex-direction: column;
  justify-content: center;
  width: 15px;
  height: auto;
  max-height: 13px;
  display: flex;
}

.fullun-upper-right {
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  display: flex;
}

.unstyled-form-basic {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: block;
}

.author-name-basic {
  font-weight: 700;
  display: inline-block;
}

.author-name-basic.supersparks-author-name-gl6tu {
  color: var(--brown-regular-text-color);
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.unstyled-post-wrapper {
  width: 100%;
  padding-top: 60px;
}

.unstyled-title-h1 {
  margin-bottom: 15px;
}

.optional-extra-fields {
  display: flex;
}

.comment-time-basic {
  margin-top: 2px;
  font-size: 13px;
  display: inline-block;
}

.comment-time-basic.supersparks-comment-time-bbbbb {
  margin-top: 1px;
  display: flex;
}

.comment-time-basic.supersparks-comment-time-gl6tu {
  color: var(--gray);
  margin-top: 1px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.op-avatar-img {
  border-radius: 100%;
}

.divider {
  margin-left: 5px;
  margin-right: 5px;
}

.fullun-reply-area {
  width: 100%;
}

.unstyled-post-header {
  flex-direction: column;
  padding-bottom: 35px;
  display: block;
}

.avatar-profile-link {
  border-radius: 100%;
}

.unstyled-comment-label {
  display: inline-block;
}

.comment-card-basic {
  border: 1px solid #ccc;
  padding: 21px 18px;
  position: relative;
}

.comment-card-basic.supersparks-reply-card-bbbbb {
  margin-left: 45px;
}

.unstyled-comments-basic {
  border-top: 1px solid #333;
  width: 100%;
  max-width: 1140px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 50px;
}

.fullun-cancel-reply {
  color: #1c0bd6;
  text-decoration: none;
}

.fullun-avatar {
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.fullun-avatar.supersparks-member-image-gl6tu.supersparks-memberlink-gl6tu {
  background-color: var(--default);
  width: 45px;
  height: 45px;
}

.unstyled-op-flex {
  align-items: center;
  display: flex;
}

.fullun-reply-form-div {
  display: none;
}

.full-reply-show {
  color: #1c0bd6;
  text-decoration: none;
}

.fullun-delete-button.supersparks-delete-button-bbbbb, .fullun-delete-button.supersparks-delete-button-gl6tu {
  position: absolute;
  inset: 2% 2% auto auto;
}

.post-parent-div {
  width: 100%;
  max-width: 800px;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  padding-right: 0;
}

.fullun-div-main {
  width: 100%;
  max-width: 800px;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.post-author-name {
  color: #333;
  text-decoration: none;
}

.post-author-name.supersparks-op-name-aaaaa {
  font-weight: 700;
}

.fullun-upper {
  display: flex;
}

.unstyled-op-details {
  object-fit: fill;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: inline-block;
}

.op-text-attributes {
  margin-left: 17px;
}

.counter-text {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.comment-content-basic {
  color: #333;
  margin-top: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.comment-content-basic.supersparks-comment-content-bbbbb, .comment-content-basic.supersparks-comment-content-gl6tu {
  margin-top: 14px;
}

.unstyled-name-label-3 {
  display: block;
}

.unstyled-custom-field {
  display: inline-block;
}

.svg-11 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: auto;
  max-height: 16px;
  font-size: 500px;
  display: flex;
}

.svg-12 {
  flex-direction: column;
  justify-content: center;
  width: 15px;
  height: auto;
  max-height: 13px;
  display: flex;
}

.svg-13 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: auto;
  max-height: 16px;
  font-size: 500px;
  display: flex;
}

.svg-14 {
  flex-direction: column;
  justify-content: center;
  width: auto;
  height: auto;
  max-height: 13px;
  display: flex;
}

.comment-delete-text {
  margin-bottom: .25em;
}

.comment-unused {
  display: none;
}

.comment-has-posts {
  position: relative;
}

.comment-form-input-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.comment-form-input-row.is-thread {
  padding-right: 1em;
}

.comment-action {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #424242;
  justify-content: center;
  align-items: center;
  height: 3em;
  margin-bottom: -1em;
  padding: .5em 0 0;
  font-size: .85em;
  display: flex;
  top: -.25em;
  overflow: hidden;
}

.comment-action:hover {
  color: #5a45ff;
}

.comment-row {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.ms-dropdown-image {
  z-index: 2;
  object-fit: cover;
  background-color: #1a0a9233;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  flex: none;
  width: 2.75em;
  height: 2.75em;
  position: relative;
}

.ms-dropdown-image:hover {
  background-color: #ffcf03;
}

.ms-dropdown-image.is-upload {
  cursor: n-resize;
}

.comment-container---copy-me {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.comment-online-idicator {
  background-color: #48d396;
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.comment-loader {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}

.comment-thread-sort {
  align-self: stretch;
  padding-top: .8em;
}

.comment-online {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.comment-text {
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: break-word;
  max-width: 100%;
  margin-bottom: 1em;
  display: inline;
}

.commenter-name {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  margin-left: 0;
  padding-left: 0;
  padding-right: .33em;
  font-weight: 700;
  display: flex;
}

.comment-delete-wrap {
  z-index: 1000;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  display: inline-block;
  position: relative;
}

.comment-image {
  outline-offset: 0px;
  object-fit: cover;
  background-color: #5a45ff;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  outline: 5px solid #fff;
  flex: none;
  width: 2em;
  height: 2em;
}

.comment-image:hover {
  background-color: #2962ff;
}

.comment-empty-state {
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 5px;
  margin-bottom: 1em;
  padding: 2em 2em 1.5em;
}

.comment-is-edited {
  color: #797373;
  padding-left: .5em;
  font-size: .85em;
  display: inline-block;
}

.comment-is-mod-icon {
  outline-offset: 0px;
  color: #fff;
  background-color: #5a45ff;
  border-radius: 50%;
  outline: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  padding-bottom: 1px;
  padding-left: .1em;
  padding-right: .1em;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.comment-input {
  background-color: #fafafa;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  min-height: 72px;
  margin-bottom: 1em;
  padding: .6em .8em;
}

.comment-input:hover {
  border-color: #333c;
}

.comment-input:focus {
  color: #000;
  border-color: #5a45ff;
}

.comment-input.is-primary {
  margin-top: 0;
  padding-right: 4.9em;
}

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

.comment-delete-box {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #e13030;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: .3em;
  font-weight: 700;
  display: none;
  position: absolute;
  inset: -10% auto auto 110%;
  box-shadow: 0 10px 20px -10px #42424233;
}

.comment-section-heading {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 2em;
  padding-bottom: 3em;
  display: flex;
}

.comment-form {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  margin-bottom: 1em;
  display: flex;
}

.comment-moderation-required {
  background-color: #e3e6ff;
  border-radius: 4px;
  margin-top: .4em;
  margin-bottom: .4em;
  padding: .4em;
  display: inline-block;
}

.comment-reaction {
  grid-column-gap: .33em;
  grid-row-gap: .33em;
  color: #424242;
  justify-content: center;
  align-items: flex-start;
  margin-left: -.5em;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
}

.comment-reaction:hover {
  color: #2962ff;
}

.comment-reaction.is-active {
  color: #5a45ff;
  font-weight: 700;
}

.comment-reaction.is-active:hover {
  color: #000;
}

.comment-reaction.is-hidden {
  display: none;
}

.comment-bg-line {
  background-color: #e1e1e1;
  border-radius: 4px;
  width: .2em;
  position: absolute;
  inset: 0% auto 0% .9em;
}

.comment-reaction-row {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: .5em;
  font-size: .85em;
  display: flex;
}

.comment-input-wrap {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  display: flex;
  position: relative;
}

.comment-form-button-row {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  justify-content: flex-start;
  padding-bottom: 1em;
  display: flex;
}

.comment-reply-btn-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.comment-image-wrap {
  z-index: 2;
  flex: none;
  position: relative;
}

.comment-icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4em;
  height: 1.4em;
  margin-top: .33em;
  display: flex;
}

.comment-typing-video {
  width: 6em;
  height: 6em;
  margin-top: 2px;
}

.comment-full-width {
  width: 100%;
}

.comment-empty-head {
  margin-bottom: .25em;
  font-size: 1.2em;
}

.comment-hover {
  width: 100%;
  display: block;
}

.comment-thread-container {
  z-index: 3;
  background-color: #fff;
  width: 100%;
  position: relative;
}

.comment-content {
  width: 100%;
}

.comment-reply-section {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.comment-reply-action {
  color: #333c;
  align-items: center;
  padding-left: .5em;
  padding-right: .5em;
  transition: opacity .2s;
  display: block;
}

.comment-reply-action:hover {
  color: #2962ff;
}

.comment-reply-action.is-date:hover {
  color: #333c;
}

.comment-form-button {
  background-color: #5a45ff;
  border: 1px solid #4931ff;
  border-radius: 4px;
  padding: .6em 1.2em;
  font-weight: 700;
}

.comment-form-button.is-load-more {
  color: #3f3f3f;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #e4e4e4;
  width: 100%;
  max-width: 200px;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 3.5em;
  display: block;
}

.comment-form-button.is-load-more:hover {
  background-color: #e6eeff;
}

.comment-form-button.is-cancel {
  color: #3f3f3f;
  background-color: #f6f6f6;
  border-color: #e1e1e1;
}

.comment-form-button.is-cancel:hover {
  background-color: #e6eeff;
}

.comment-form-button.is-delete {
  white-space: nowrap;
  word-break: keep-all;
  background-color: #e13030;
}

.comment-form-button.is-delete:hover {
  background-color: #850e0e;
}

.comment-icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative;
  top: -2px;
}

.comment-is-typing-section {
  z-index: 100;
  background-color: #fff;
  border: 1px solid #5a45ff;
  border-radius: 3px;
  padding: .5em 1em;
  font-weight: 700;
  position: fixed;
  inset: auto 1em 1em auto;
}

.comment-typing-video-wrap {
  justify-content: center;
  align-items: center;
  width: 1.4em;
  height: 1.4em;
  display: flex;
  overflow: hidden;
}

.comment-channel {
  margin-top: 3em;
  position: relative;
}

.comment-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1em;
}

.comment-h3.has-padding {
  margin-bottom: 1em;
}

.comment-thread-box {
  width: 100%;
  margin-bottom: .5em;
}

.comment-loader-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 5px;
  display: block;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
}

.comment-loader-wrap.is-fixed {
  z-index: 99999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  width: 80px;
  height: 100px;
  margin: auto;
  display: none;
  position: fixed;
  inset: 0;
}

.comment-reply-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  padding-right: 1em;
  font-size: 12px;
  font-weight: 700;
  line-height: 2.4em;
  display: block;
}

.comment-reply-button:hover {
  color: #5a45ff;
}

.comment-mod {
  color: #1a0a92;
  background-color: #f6f6f6;
  border-radius: 4px;
  margin-left: 1em;
  padding-left: .5em;
  padding-right: .5em;
}

.comment-is-typing-section-2 {
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  height: 3em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: fixed;
  inset: auto auto 1em 1em;
}

.comment-loader-2 {
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
}

.comment-reply-section-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1em;
}

.comment-is-edited-2 {
  color: #797373;
  margin-left: .33em;
  font-size: .8em;
}

.comment-form-links {
  color: #333c;
  padding-bottom: 1em;
}

.comment-text-2 {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  font-size: 1.1em;
  display: inline;
}

.comment-section-heading-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border-bottom: 1px solid #e1e1e1;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.5em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.comment-upload-wrap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.comment-new-comment {
  background-color: #fff;
  width: 100%;
  margin-top: 2em;
  padding-right: 1em;
}

.comment-reaction-2 {
  grid-column-gap: .33em;
  grid-row-gap: .33em;
  color: #1a0a92;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: .8em;
  padding: .25em 1em .2em .5em;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.comment-reaction-2:hover {
  color: #000;
  -webkit-text-stroke-color: #000;
  border-color: #000;
}

.comment-reaction-2.is-active {
  color: #fff;
  background-color: #1a0a92;
}

.comment-reaction-2.is-active:hover {
  opacity: .8;
  color: #fff;
}

.comment-h3-2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1em;
}

.comment-image-2 {
  z-index: 2;
  object-fit: cover;
  background-color: #1a0a9233;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  flex: none;
  width: 3.5em;
  height: 3.5em;
  position: relative;
}

.comment-image-2:hover {
  background-color: #1a0a92;
}

.ms-button-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.comment-new-comment-link {
  color: #1a0a92;
  align-items: center;
  display: flex;
}

.comment-text-wrap {
  margin-bottom: 1em;
  padding-top: 1em;
}

.comment-icon-embed-xsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-top: 3px;
  margin-left: -.8em;
  display: flex;
  position: relative;
  top: -2px;
}

.comment-input-2 {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 1em 1.2em;
  font-size: 16px;
}

.comment-input-2:hover {
  background-color: #f3f3f3;
  border-color: #1a0a9233;
}

.comment-input-2:focus {
  background-color: #f6f6f6;
  border-color: #1a0a92;
}

.comment-thread-sort-2 {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  align-self: stretch;
  margin-top: -4px;
  padding-bottom: 1em;
  padding-left: 5%;
  padding-right: 5%;
}

.comment-h3-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.comment-row-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid #e1e1e1;
  align-items: flex-start;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.comment-form-2 {
  margin-bottom: 0;
}

.comment-reply-button-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #1a0a92;
  background-color: #f6f6f6;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  width: 100%;
  padding-left: 5%;
  font-weight: 600;
  display: block;
}

.comment-reply-button-2:hover {
  background-color: #e7e6f4;
}

.comment-online-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2em;
  display: flex;
}

.commenter-name-2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  margin-left: 0;
  padding-left: 0;
  font-weight: 700;
  display: flex;
}

.commenter-name-2.is-typing {
  display: block;
}

.comment-button-wrap {
  display: inline-block;
  position: relative;
}

.comment-link-action {
  color: #424242;
  align-items: center;
  padding-left: .8em;
  padding-right: .8em;
  font-weight: 500;
  line-height: 2em;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.comment-link-action:hover {
  color: #2962ff;
}

.comment-thread-container-2 {
  width: 100%;
}

.comment-form-button-2 {
  color: #fff;
  cursor: pointer;
  background-color: #1a0a92;
  border: 1px solid #1a0a92;
  border-radius: 4px;
  padding: .6em 1.2em;
  font-weight: 500;
  position: relative;
}

.comment-form-button-2:hover {
  background-color: #000;
}

.comment-form-button-2.is-load-more {
  color: #3f3f3f;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  width: 100%;
  margin-top: 2em;
  display: block;
}

.comment-form-button-2.is-load-more:hover {
  background-color: #e6eeff;
}

.comment-form-button-2.is-delete {
  white-space: nowrap;
  word-break: keep-all;
  background-color: #e13030;
  padding: .2em 1em;
}

.comment-form-button-2.is-delete:hover {
  background-color: #850e0e;
}

.comment-form-button-2.is-new-comment {
  width: 100%;
  margin-top: 1em;
}

.comment-form-button-2.is-cancel {
  color: #3f3f3f;
  background-color: #f6f6f6;
  border-color: #e1e1e1;
}

.comment-form-button-2.is-cancel:hover {
  background-color: #e7e6f4;
}

.comment-form-button-2.is-row {
  margin-right: 10px;
}

.comment-channel-2 {
  position: relative;
}

.comment-empty-state-2 {
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 4px;
  margin-bottom: 2em;
  padding: 2em;
  font-size: .9em;
}

.comment-reply-form {
  margin-top: 2em;
  margin-bottom: 0;
}

.comment-relative {
  position: relative;
}

.comment-hide {
  display: none;
}

.comment-delete-box-2 {
  z-index: 2;
  background-color: #fff;
  border: 1px solid #e13030;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: .3em;
  font-weight: 700;
  display: none;
  position: absolute;
  inset: -.63em 100% auto auto;
  box-shadow: 0 10px 20px -10px #42424233;
}

.comment-reply-btn-content-2 {
  align-items: center;
  display: flex;
}

.comment-profile-link {
  color: #1a0a92;
  padding: 5px .5em;
  font-weight: 500;
}

.comment-name-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  align-items: center;
  min-height: 3.5em;
  margin-bottom: .5em;
  display: flex;
}

.comment-form-button-row-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-end;
  padding-top: 1em;
  display: flex;
}

.comment-empty-head-2 {
  font-size: 1.3em;
}

.comment-loader-wrap-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-top: 5px;
  display: block;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
}

.comment-loader-wrap-2.is-fixed {
  z-index: 99999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  width: 80px;
  height: 100px;
  margin: auto;
  display: none;
  position: fixed;
  inset: 0;
}

.comment-h4 {
  margin-bottom: 1em;
}

.comment-empty-button-wrap {
  margin-top: 1em;
  display: block;
  position: relative;
}

.comment-date {
  color: #333c;
}

.comment-has-replies-2 {
  width: 100%;
}

.comment-reaction-row-2 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  font-size: .9em;
  display: flex;
  position: relative;
}

.comment-thread-box-2 {
  width: 100%;
}

.comment-online-idicator-2 {
  background-color: #1aa381;
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.comment-icon-embed-small-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
}

.comment-moderation-required-2 {
  background-color: #e3e6ff;
  border-radius: 4px;
  margin-bottom: .6em;
  padding: .4em;
  display: inline-block;
}

.ms-profile-upload {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  color: #070e27;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  align-items: center;
  height: 2.3em;
  padding-left: .5em;
  padding-right: .5em;
  font-size: .9em;
  line-height: 27px;
  display: flex;
}

.comment-icon {
  color: #fff;
  background-color: #1a0a92;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.3em;
  height: 3.3em;
  margin-top: .5em;
  padding: .55em .65em .45em .45em;
  display: flex;
}

.ms-profile-image-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid #e1e1e1;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  padding-bottom: 1.5em;
  display: flex;
}

.comment-input-wrap-2 {
  width: 100%;
  margin-right: -1em;
  position: relative;
}

.public-poster-name {
  margin-right: 9px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.user-attributes-div {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  margin-left: 19px;
  display: flex;
}

.profile-page-image {
  border-radius: 100%;
  width: 150px;
}

.profile-page-image.supersparks-profile-avatar-membe1 {
  object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
  width: 100px;
  height: 100px;
}

.commented-on-3 {
  color: #545861;
  display: inline-block;
}

.history-tab-select {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid var(--input-outline-color);
  background-color: #fff;
  justify-content: flex-start;
  display: flex;
}

.history-tab-select.wide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
}

.profile-comment-details-left {
  margin-left: 15px;
}

.profile-name {
  color: var(--brown-regular-text-color);
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.profile-name.supersparks-profile-name-membe1 {
  color: var(--brown-regular-text-color);
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

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

.div-block-37 {
  justify-content: space-between;
  margin-top: 5px;
  display: flex;
}

.public-member-wrapper {
  border: 3px solid var(--green-primary-color);
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 900px;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-top: 0;
  padding: 50px;
  overflow: hidden;
  box-shadow: 0 1px 3px #8d8d8d33;
}

.public-content-card {
  background-color: #fff;
}

.public-content-card.supersparks-member-card-membe1 {
  min-height: 130px;
  padding: 22px 0;
}

.public-content-card.tab {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  min-height: 130px;
  padding: 0;
  display: flex;
}

.public-content-card.supersparks-member-card-membe1 {
  background-color: var(--brown-10-capacity);
  border-radius: 12px;
  min-height: 130px;
  padding: 22px 25px;
}

.text-block-43 {
  color: #2c2c2c;
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
}

.supersparks-history-time-membe1 {
  color: #545861;
  font-size: 12px;
  display: inline-block;
}

.commented-on-2 {
  color: var(--brown-regular-text-color);
  margin-left: 5px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  display: inline-block;
}

.profile-content-tab {
  background-color: #fff;
  border-bottom: 5px #cfcfcf;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 9px 0;
  display: flex;
}

.profile-content-tab.w--current {
  border-bottom: 5px solid var(--green-primary-color);
  color: #333;
  background-color: #fff;
  width: auto;
  padding: 9px 0;
}

.history-select-tab {
  color: var(--brown-regular-text-color);
  font-family: Craftmincho, Georgia, sans-serif;
}

.content-context {
  justify-content: flex-start;
  align-items: center;
  height: 45px;
  display: flex;
}

.member-content-card {
  background-color: #fff;
}

.member-content-card.supersparks-member-card-membe1 {
  min-height: 130px;
  padding: 22px 25px;
}

.content-history-div-2 {
  background-color: #f7f9fa00;
  height: 100%;
}

.forum-pane-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #272338;
  background-color: #fcfcfc00;
  flex-flow: row;
  flex: 1;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  padding: 50px 8px 40px;
  display: flex;
  position: relative;
}

.public-profile-details {
  flex-direction: row;
  align-items: center;
  padding: 0;
  display: flex;
}

.profile-grids {
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.content-tabs {
  background-color: #fff;
  border-bottom: 1px #cfcfcf;
  justify-content: center;
  align-items: center;
  width: 120px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.content-tabs.w--current {
  color: #333;
  background-color: #fff;
  border-bottom: 2px solid #383838;
}

.content-main-div {
  min-height: 100px;
}

.div-block-35 {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.link-block-3 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-43 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.profile-custom-field {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.comment-post-link {
  color: #252525;
  margin-left: 5px;
  font-size: 15px;
  text-decoration: none;
}

.comment-post-link.supersparks-history-topic-membe1.supersparks-history-link-membe1 {
  color: var(--green-primary-color);
  margin-left: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
}

.comment-post-link.supersparks-history-topic-membe1.supersparks-history-link-membe1:hover {
  text-decoration: underline;
}

.public-upper-wrapper {
  display: inline-block;
}

.comment-details-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-left: 0;
  display: flex;
}

.comment-details-div.comments {
  justify-content: flex-start;
}

.see-more-link {
  color: #818181;
  margin-top: 0;
  text-decoration: none;
  display: inline-block;
}

.public-post-preview {
  color: #2c2c2c;
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
}

.public-post-preview.supersparks-history-content-membe1 {
  color: var(--brown-regular-text-color);
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.commented-on-div {
  height: auto;
}

.text-block-42 {
  color: #9d9d9d;
  margin-left: 5px;
}

.public-list-avatar {
  border-radius: 100%;
  width: 40px;
}

.public-list-avatar.supersparks-profile-avatar-membe1 {
  object-fit: cover;
  border-radius: 6px;
  height: 40px;
}

.comment-icon-2 {
  width: 20px;
}

.member-field-div-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.content-select-tabs {
  margin-top: 40px;
}

.star-profile {
  width: 22px;
}

.star-profile.unfilled {
  margin-left: 2px;
}

.star-profile.filled {
  margin-right: 2px;
}

.content-count {
  margin-left: 7px;
  font-size: 15px;
}

.content-count.supersparks-profile-comment-count-membe1 {
  color: var(--brown-regular-text-color);
  background-color: var(--cream);
  border-radius: 20px;
  padding: 3px 10px;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 12px;
}

.content-count.jetboost-user-total-favorites-61eq {
  background-color: var(--cream);
  color: #654b27;
  border-radius: 20px;
  margin-left: 0;
  padding: 3px 10px;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 12px;
}

.public-clickable-title {
  color: #242424;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.profile-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 0px solid var(--input-outline-color);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.profile-column._2 {
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.tabs-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.commented-on-4 {
  color: #545861;
  display: inline-block;
}

.history-tab-select-2 {
  background-color: #fff;
  border-bottom: 1px solid #cfcfcf;
  justify-content: flex-start;
  display: flex;
}

.div-block-44 {
  justify-content: space-between;
  margin-top: 5px;
  display: flex;
}

.public-member-wrapper-2 {
  border: 2px solid var(--green-primary-color);
  background-color: var(--white-primary-color);
  border-radius: 20px;
  width: 100%;
  max-width: 900px;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-top: 0;
  padding: 50px;
  overflow: hidden;
}

.profile-content-tab-2 {
  background-color: #fff;
  border-bottom: 1px #cfcfcf;
  justify-content: center;
  align-items: center;
  width: 120px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.profile-content-tab-2.w--current {
  color: #333;
  background-color: #fff;
  border-bottom: 2px solid #383838;
}

.history-select-tab-2 {
  color: #333;
}

.content-history-div-3 {
  background-color: #f7f9fa;
  height: 100%;
}

.forum-pane-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #272338;
  background-color: #fcfcfc;
  flex-flow: row;
  flex: 1;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  padding: 50px 8px 40px;
  display: flex;
  position: relative;
}

.public-profile-details-2 {
  flex-direction: row;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.content-tabs-2 {
  background-color: #fff;
  border-bottom: 1px #cfcfcf;
  justify-content: center;
  align-items: center;
  width: 120px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.content-tabs-2.w--current {
  color: #333;
  background-color: #fff;
  border-bottom: 2px solid #383838;
}

.div-block-45 {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.div-block-46 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.text-block-44 {
  color: #9d9d9d;
  margin-left: 5px;
}

.profile-page-image-2 {
  border-radius: 3%;
  width: 150px;
}

.profile-page-image-2.supersparks-profile-avatar-membe1 {
  object-fit: cover;
  border-radius: 6px;
  width: 100px;
  height: 100px;
}

.commented-on-5 {
  color: #545861;
  display: inline-block;
}

.history-tab-select-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid var(--input-outline-color);
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-47 {
  justify-content: space-between;
  margin-top: 5px;
  display: flex;
}

.profile-content-tab-3 {
  border-bottom: 5px solid var(--white-primary-color);
  background-color: #fff;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 45px;
  padding: 0;
  display: flex;
}

.profile-content-tab-3.w--current {
  border-bottom: 5px solid var(--green-primary-color);
  color: #333;
  background-color: #fff;
  width: auto;
  padding: 0;
}

.history-select-tab-3 {
  color: var(--brown-regular-text-color);
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 14px;
}

.content-history-div-4 {
  background-color: #f7f9fa;
  height: 100%;
}

.forum-pane-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #272338;
  background-color: #fcfcfc00;
  flex-flow: row;
  flex: 1;
  place-content: flex-start center;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 10vh 8px;
  display: flex;
  position: relative;
}

.public-profile-details-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-48 {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.div-block-49 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.text-block-45 {
  color: #9d9d9d;
  margin-left: 5px;
}

.profile-page-image-3 {
  background-color: var(--default);
  object-fit: cover;
  border-radius: 100%;
  width: 120px;
  height: 120px;
}

.profile-page-image-3.supersparks-profile-avatar-membe1 {
  object-fit: cover;
  background-color: #bebebe;
  border-radius: 100px;
  width: 120px;
  height: 120px;
}

.profile-page-image-3.supersparks-profile-avatar-membe1.absolute {
  background-color: #bebebe00;
  padding: 2px;
  position: absolute;
  inset: 0%;
}

.commented-on-6 {
  color: #545861;
  display: inline-block;
}

.div-block-50 {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.div-block-51 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.text-block-46 {
  color: #9d9d9d;
  margin-left: 5px;
}

.memberstack-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.tabs-content-2 {
  background-color: #fff;
  padding-top: 20px;
}

.tab-link-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 5px solid var(--transparent);
  background-color: var(--white-primary-color);
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 0;
  display: flex;
}

.tab-link-2.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom-color: var(--green-primary-color);
  background-color: var(--white-primary-color);
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 0;
  display: flex;
}

.tab-link-2.hidden.w--current {
  display: none;
}

.tab-link-2.wide {
  flex: 1;
  justify-content: center;
  align-items: center;
}

.tab-link-2.wide.w--current {
  flex: 1;
}

.text-block-47 {
  font-family: Craftmincho, Georgia, sans-serif;
}

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

.h1-green {
  display: block;
}

.user-name-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.yorozer-badge {
  width: 25px;
  height: 25px;
}

.plant-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.dot-separator {
  color: #63809c;
  margin-left: 8px;
}

.indie-comment-content {
  color: var(--brown-regular-text-color);
  -webkit-text-stroke-color: #9cb3c9;
  margin-top: 8px;
  margin-bottom: 14px;
  margin-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65em;
}

.conversation-text-2 {
  color: #0e1f2f;
  align-self: auto;
  margin-right: 12px;
  font-size: 24px;
  font-weight: 700;
}

.comment-indie-block {
  height: auto;
  min-height: 125px;
}

.comment-indie-block.supersparks-reply-card-bbbbb {
  margin-top: 20px;
  padding-left: 0;
}

.comment-indie-block.supersparks-reply-card-bbbbb._2 {
  margin-left: 55px;
}

.comment-indie-block.supersparks-comment-card-bbbbb {
  margin-top: 0;
}

.comment-indie-block.supersparks-reply-card-bbbbb, .comment-indie-block.repkly {
  margin-top: 0;
  margin-left: 32px;
  padding-left: 0;
}

.comment-indie-block.comment {
  margin-top: 20px;
}

.comment-indie-block.supersparks-comment-card-gl6tu {
  margin-top: 0;
}

.comment-indie-block.supersparks-reply-card-gl6tu {
  margin-top: 20px;
  padding-left: 0;
}

.comment-indie-block.supersparks-reply-card-gl6tu._2 {
  margin-top: 0;
  margin-left: 55px;
}

.author-name-indie {
  color: var(--brown-regular-text-color);
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.line-separator {
  background-color: #dbdfdf;
  width: 100%;
  height: 1px;
  margin-top: 40px;
}

.login-link-9 {
  color: #e15299;
  -webkit-text-stroke-color: #caf66e;
  text-decoration: none;
}

.indie-comment-form {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.indie-comments-main-div {
  width: 100%;
  max-width: none;
  margin-top: 60px;
}

.reply-connector {
  border-top: 1px #000;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px #000;
  border-bottom-left-radius: 5px;
  width: 100%;
  height: 0;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.ign-form-contain-4 {
  padding-bottom: 0;
  position: relative;
}

.reply-indie-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 15px;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
}

.profile-image-ign-3 {
  object-fit: cover;
  border-radius: 100%;
  width: 27px;
  height: 27px;
}

.indie-cancel-reply {
  color: var(--brown-regular-text-color);
  margin-bottom: 7px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.right-content-ign-3 {
  width: 100%;
  padding-bottom: 15px;
  padding-left: 12px;
}

.indie-comment-input {
  color: #f5f7f9;
  background-color: #f3f6f8;
  border: 1px #c6c7c7;
  border-radius: 4px;
  height: auto;
  min-height: 110px;
  max-height: 150px;
  margin-top: 4px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: scroll;
}

.indie-comment-input:active, .indie-comment-input:focus, .indie-comment-input:focus-visible, .indie-comment-input[data-wf-focus-visible] {
  color: #f5f7f9;
}

.indie-comment-input::placeholder {
  color: #9cb3c9;
}

.indie-comment-input.supersparks-comment-input-bbbbb {
  color: #758da3;
  padding-top: 11px;
  padding-bottom: 11px;
}

.indie-comment-input.supersparks-comment-input-bbbbb:active {
  color: #8ca1b4;
}

.indie-comment-input.supersparks-comment-input-bbbbb:focus, .indie-comment-input.supersparks-comment-input-bbbbb:focus-visible, .indie-comment-input.supersparks-comment-input-bbbbb[data-wf-focus-visible] {
  color: #758da3;
}

.indie-comment-input.supersparks-comment-input-bbbbb::placeholder {
  color: #c0d1e0;
}

.indie-comment-section-div {
  padding-top: 20px;
}

.left-card-indie {
  border-left: 2px dotted #e3e7e9;
  border-bottom-left-radius: 0;
  flex: 0 auto;
  width: auto;
  min-width: 16px;
  margin-left: 16px;
  display: block;
  position: relative;
}

.author-details-ign-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 12px;
  padding-top: 0;
  display: flex;
}

.indie-guest-div {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.indie-reply-block-2 {
  width: 100%;
  margin-top: 3px;
  display: none;
}

.indie-content-area, .indie-content-area.supersparks-comment-card-xxxx, .indie-content-area.supersparks-comment-card-xxxx-copy, .indie-content-area.supersparks-comment-card-gl6tu {
  display: flex;
}

.register-link-5 {
  color: #e15299;
  text-decoration: none;
}

.comment-header-ign {
  border-bottom: 1px #dbdfdf;
  flex-direction: row;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
}

.div-block-52 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 5px;
  display: flex;
}

.text-block-41 {
  color: #9cb3c9;
  line-height: 1em;
  text-decoration: none;
}

.indie-reply-interaction {
  color: var(--brown-regular-text-color);
  margin-bottom: 7px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.indie-submit-button {
  background-color: var(--primary-green);
  color: #f5f7f9;
  border-radius: 4px;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 40px;
  padding: 0 25px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  display: flex;
  position: relative;
}

.indie-comment-time {
  color: var(--gray);
  margin-top: 0;
  margin-left: 9px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.comment-count-ign-3 {
  color: #67829a;
  align-self: flex-end;
  height: auto;
  font-weight: 600;
  line-height: 1em;
}

.indie-form-div {
  margin-top: 20px;
}

.indie-top-left-div {
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.indie-comments-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.indie-comments-grid.supersparks-comments-grid-bbbbb {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 0px solid var(--input-outline-color);
  opacity: 1;
  opacity: 1;
  margin-top: 0;
  padding-bottom: 0;
}

.indie-comments-grid.supersparks-comments-grid-gl6tu {
  opacity: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 0px solid var(--input-outline-color);
  opacity: 1;
  margin-top: 0;
  padding-bottom: 0;
}

.indie-comments-grid.supersparks-comments-grid-eqdqa, .indie-comments-grid.supersparks-comments-grid-pzot5 {
  opacity: 1;
  margin-top: 0;
}

.commenting-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.indie-text-input {
  color: #f5f7f9;
  background-color: #f3f6f8;
  border: 1px #c6c7c7;
  border-radius: 3px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.indie-text-input:focus, .indie-text-input:focus-visible, .indie-text-input[data-wf-focus-visible] {
  color: #f5f7f9;
}

.indie-text-input::placeholder {
  color: #9cb3c9;
}

.indie-text-input.supersparks-email-input-bbbbb, .indie-text-input.supersparks-name-input-bbbbb, .indie-text-input.supersparks-name-input-bbbbb:focus, .indie-text-input.supersparks-name-input-bbbbb:focus-visible, .indie-text-input.supersparks-name-input-bbbbb[data-wf-focus-visible] {
  color: #758da3;
}

.indie-text-input.supersparks-name-input-bbbbb::placeholder {
  color: #c0d1e0;
}

.indie-delete-link {
  color: #3c4956;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.indie-delete-link.supersparks-delete-button-bbbbb {
  font-weight: 700;
}

.small-icon-img {
  width: 20px;
  height: 20px;
}

.comment-icon-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  margin-left: 13px;
  display: flex;
}

.comment-time-copy {
  color: #88888e;
  margin-left: 8px;
  font-size: 11px;
  line-height: 1.2;
}

.comment-time-copy.supersparks-comment-time-bbbbb {
  flex-flow: row;
  margin-top: 8px;
  margin-left: 0;
  display: block;
}

.small-text-comment {
  color: var(--brown-regular-text-color);
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.small-text-comment.supersparks-reply-count-bbbbb {
  margin-left: 5px;
  text-decoration: none;
}

.small-text-comment.supersparks-reply-show-bbbbb {
  margin-left: 0;
  text-decoration: none;
}

.comment-replies-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.comment-count-ign {
  color: #6f706f;
  align-self: flex-end;
  height: auto;
  font-weight: 600;
  line-height: 1em;
}

.right-content-ign {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 52px;
  display: flex;
}

.guidleine-text {
  color: #666767;
  margin-bottom: 7px;
  font-size: 15px;
}

.ign-reply-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: none;
}

.ign-form-lower {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.login-link-4 {
  color: var(--green-primary-color);
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.login-link-4:hover {
  text-decoration: underline;
}

.ign-comments-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 2px solid var(--primary-green);
  background-color: var(--white-primary-color);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 50vh;
  padding: 50px;
  display: flex;
}

.left-card-ign {
  border-left: 1px solid #e3e3e3;
  border-bottom-left-radius: 0;
  flex: 0 auto;
  width: auto;
  min-width: 16px;
  margin-left: 16px;
  display: block;
  position: relative;
}

.conversation-text {
  color: var(--green-primary-color);
  align-self: auto;
  margin-right: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.ign-guidelines-2 {
  color: #c02b27;
  font-size: 15px;
}

.delete-link {
  color: #6b6c6b;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.delete-link.supersparks-delete-button-bbbbb {
  border: 1px solid var(--default);
  background-color: #ebebeb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 2px;
  font-weight: 700;
  display: flex;
}

.delete-link.supersparks-delete-button-bbbbb:hover {
  background-color: #ebebeb;
  border: 1px solid #a4a4a4;
}

.delete-link.supersparks-delete-button-bbbbb {
  font-weight: 700;
}

.delete-link.supersparks-delete-button-gl6tu {
  border: 1px solid var(--default);
  background-color: #ebebeb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 2px;
  font-weight: 700;
  display: flex;
}

.delete-link.supersparks-delete-button-gl6tu {
  background-color: #ebebeb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 2px;
  font-weight: 700;
  display: flex;
}

.delete-link.supersparks-delete-button-gl6tu:hover {
  background-color: #ebebeb;
  border: 1px solid #a4a4a4;
}

.reply-ign-button {
  color: #6b6c6b;
  margin-bottom: 7px;
  text-decoration: none;
  display: inline-block;
}

.reply-ign-button.supersparks-reset-interactions-bbbbb {
  color: var(--brown-regular-text-color);
  vertical-align: baseline;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.reply-ign-button.supersparks-reset-interactions-bbbbb:hover {
  color: var(--green-primary-color);
}

.reply-ign-button.supersparks-reset-interactions-bbbbb.hide {
  flex: 0 auto;
}

.reply-ign-button.supersparks-reset-interactions-gl6tu {
  color: var(--brown-regular-text-color);
  vertical-align: baseline;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.reply-ign-button.supersparks-reset-interactions-gl6tu {
  color: var(--brown-regular-text-color);
  vertical-align: baseline;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: inline-flex;
}

.reply-ign-button.supersparks-reset-interactions-gl6tu:hover {
  color: var(--green-primary-color);
}

.reply-ign-button.supersparks-reset-interactions-gl6tu.hide {
  flex: 0 auto;
}

.author-details-ign {
  margin-left: 12px;
  padding-top: 2px;
  font-size: 13px;
}

.profile-image-ign {
  object-fit: cover;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}

.profile-image-ign.supersparks-member-image-bbbbb {
  z-index: 5;
  width: 45px;
  height: 45px;
  position: relative;
}

.profile-image-ign.supersparks-member-image-bbbbb.supersparks-memberlink-bbbbb {
  background-color: var(--default);
  width: 40px;
  height: 40px;
}

.profile-image-ign.supersparks-memberlink-bbbbb {
  width: 45px;
  height: 45px;
}

.profile-image-ign.supersparks-memberlink-bbbbb.supersparks-profile-image-bbbbb {
  background-color: var(--default);
}

.profile-image-ign.supersparks-member-image-gl6tu.supersparks-memberlink-gl6tu {
  background-color: var(--default);
  width: 40px;
  height: 40px;
}

.profile-image-ign.supersparks-member-image-gl6tu {
  z-index: 5;
  width: 45px;
  height: 45px;
  position: relative;
}

.profile-image-ign.supersparks-member-image-gl6tu.supersparks-memberlink-bbbbb, .profile-image-ign.supersparks-member-image-gl6tu.supersparks-memberlink-bbbbb-copy, .profile-image-ign.supersparks-member-image-gl6tu.supersparks-memberlink-gl6tu {
  background-color: var(--default);
}

.ign-guest-input {
  border: 1px solid #c6c7c7;
  border-radius: 4px;
  margin-right: 10px;
}

.ign-guest-input.supersparks-name-input-bbbbb {
  display: none;
}

.ign-guest-input.supersparks-email-input-bbbbb {
  margin-right: 0;
  display: none;
}

.ign-guest-input.supersparks-name-input-gl6tu {
  display: none;
}

.ign-guest-input.supersparks-name-input-bbbbb-copy, .ign-guest-input.supersparks-name-input-gl6tu {
  display: none;
}

.ign-guest-input.supersparks-email-input-gl6tu {
  margin-right: 0;
  display: none;
}

.comment-time-ign {
  color: #777878;
  margin-top: 3px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1em;
}

.comment-time-ign.supersparks-comment-time-bbbbb, .comment-time-ign.supersparks-comment-time-gl6tu, .comment-time-ign.supersparks-comment-time-gl6tu {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.top-left-area-ign {
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.author-ign {
  color: var(--brown-regular-text-color);
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.author-ign.supersparks-author-name-bbbbb, .author-ign.supersparks-author-name-gl6tu {
  color: var(--brown-regular-text-color);
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
}

.ign-submit-button {
  background-color: #c02b27;
  border-radius: 6px;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 33px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.ign-submit-button.supersparks-reply-submit-bbbbb {
  background-color: var(--green-primary-color);
  align-self: auto;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
}

.ign-submit-button.supersparks-comment-submit-bbbbb {
  background-color: var(--green-primary-color);
  letter-spacing: .5px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 40px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  display: flex;
}

.ign-submit-button.supersparks-comment-submit-gl6tu {
  background-color: var(--green-primary-color);
  background-color: var(--green-primary-color);
  letter-spacing: .5px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 40px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  display: flex;
}

.ign-submit-button.supersparks-reply-submit-gl6tu {
  background-color: var(--green-primary-color);
  align-self: auto;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
}

.ign-form-contain {
  width: auto;
  position: relative;
}

.register-link-3 {
  color: var(--green-primary-color);
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.comment-content-3 {
  color: var(--brown-hover);
  margin-top: 8px;
  margin-left: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55em;
}

.comment-content-3.supersparks-comment-content-bbbbb, .comment-content-3.supersparks-comment-content-gl6tu {
  color: var(--brown-regular-text-color);
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}

.ign-comment-input {
  border: 1px solid #c6c7c7;
  border-radius: 4px;
  height: 10px;
  max-height: 65px;
  overflow: scroll;
}

.ign-comment-input::placeholder {
  color: #9b9b9b;
}

.ign-comment-input.supersparks-comment-input-bbbbb {
  border-width: 2px;
  border-color: var(--brown-10-capacity);
  background-color: var(--light-background);
  color: var(--brown-regular-text-color);
  width: 100%;
  height: 150px;
  max-height: 150px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  display: block;
}

.ign-comment-input.supersparks-comment-input-bbbbb:active {
  border-color: var(--input-outline-color);
}

.ign-comment-input.supersparks-comment-input-bbbbb::placeholder {
  color: var(--transparent-brown);
}

.ign-comment-input.supersparks-comment-input-gl6tu {
  border-width: 2px;
  border-color: var(--input-outline-color);
  color: var(--brown-regular-text-color);
  width: 100%;
  height: 150px;
  max-height: 150px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
}

.ign-comment-input.supersparks-comment-input-bbbbb-copy {
  border-width: 2px;
  border-color: var(--input-outline-color);
  color: var(--brown-regular-text-color);
  width: 100%;
  height: 150px;
  max-height: 150px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  display: block;
}

.ign-comment-input.supersparks-comment-input-gl6tu {
  border-width: 2px;
  border-color: var(--brown-10-capacity);
  background-color: var(--light-background);
  color: var(--brown-regular-text-color);
  width: 100%;
  height: 150px;
  max-height: 150px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  display: block;
}

.ign-comment-input.supersparks-comment-input-gl6tu:active {
  border-color: var(--input-outline-color);
}

.ign-comment-input.supersparks-comment-input-gl6tu::placeholder {
  color: var(--transparent-brown);
}

.guidelines-ign {
  margin-top: 18px;
}

.reply-div-ign {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.ign-comment-count.supersparks-comment-count-bbbbb, .ign-comment-count.supersparks-comment-count-gl6tu, .ign-comment-count.supersparks-comment-count-gl6tu-copy, .ign-comment-count.supersparks-comment-count-eqdqa {
  background-color: var(--cream);
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  padding: 3px 10px;
  font-family: Craftmincho, Georgia, sans-serif;
  font-weight: 400;
  display: block;
}

.ign-auth-notices {
  background-color: var(--light-background);
  color: var(--brown-regular-text-color);
  border-radius: 7px;
  width: auto;
  padding: 10px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.comments-div-ign {
  width: 100%;
}

.cancel-ign-reply {
  color: #6b6c6b;
  margin-bottom: 7px;
  text-decoration: none;
  display: none;
}

.cancel-ign-reply.supersparks-reset-interactions-cysp0, .cancel-ign-reply.supersparks-reset-interactions-gl6tu, .cancel-ign-reply.supersparks-reset-interactions-gl6tu {
  margin-bottom: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  display: none;
}

.tab {
  width: 100%;
}

.comment-icon-box {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.comment-icon-box.supersparks-comment-upvoting-bbbbb, .comment-icon-box.supersparks-comment-upvoting-gl6tusupersparks-comment-upvoting-gl6tu, .comment-icon-box.supersparks-comme-gl6tu {
  width: 30px;
}

.profile-modal-text {
  color: var(--brown-regular-text-color);
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
}

.profile-modal-text:hover {
  opacity: 1;
  color: var(--green-primary-color);
  text-decoration: none;
}

.profile-setting-box {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.profile-setting-box.hidden {
  display: none;
}

.profile-setting {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.profile_detail-div-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: stretch start;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.field-label {
  color: var(--brown-regular-text-color);
  font-family: Zen Kaku Gothic New, sans-serif;
}

.profile_form-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 600px;
}

.profile_menu-heading-2 {
  border-right: 1px solid #efefff;
  width: 20%;
  padding-left: 15px;
}

.profile_form-2 {
  padding-top: 40px;
  padding-left: 100px;
}

.profile_section-2 {
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.profile_img-div-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.profile_button-2 {
  color: #202142;
  background-color: #3898ec00;
  border: 1px solid #a4a4cb;
  border-radius: 10px;
  padding: 15px 30px;
  font-weight: 600;
  transition: all .3s;
}

.profile_button-2:hover {
  transform: scale(1.05);
}

.profile_button-2.is-blue {
  color: #fff;
  background-color: #202142;
  border-color: #202142;
}

.profile_button-2.is-blue:hover {
  transform: scale(1.05);
}

.profile_img-3 {
  border: 15px solid #fff;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin-top: 0;
  box-shadow: 0 16px 45px 2px #20214233;
}

.profile_tab-content-2 {
  width: 80%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

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

.input_field-2 {
  border: 1px solid #c3c3e4;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 25px 30px;
  font-weight: 600;
}

.input_field-2:hover {
  border-style: solid;
  border-color: #c3c3e4;
}

.input_field-2:active, .input_field-2:focus, .input_field-2:focus-visible, .input_field-2[data-wf-focus-visible] {
  border-color: #c3c3e4;
}

.input_field-2::placeholder {
  color: #202142;
  font-weight: 600;
}

.input_field-2.is-big-box {
  min-height: 150px;
}

.input_field-2.is-social {
  padding-left: 50px;
}

.input_field-2.is-social.is-dribble {
  background-image: url('../images/dribbble.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 25px;
}

.input_field-2.is-social.is-instagram {
  background-image: url('../images/instagram.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
}

.profile_tab-menu-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 1px solid #efefff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  padding-top: 40px;
  display: flex;
}

.profile_button-div-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.tab_link-2 {
  background-color: #ddd0;
  padding: 10px 15px;
}

.tab_link-2.w--current {
  color: #202142;
  background-color: #fcfcff;
  border: 1px solid #efefff;
  border-radius: 50px;
  font-weight: 600;
}

.profile_detail-div-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: stretch start;
  height: 1000px;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero_links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 1px #e6e6e6;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.hero_contact-info-form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #dbdbdb;
  border-bottom: 1px #dbdbdb;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center stretch;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.hero_link-content {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.hero_contact-info-form {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.hero_slogan {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid #e6e6e6;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding: 20px 25px;
  display: grid;
}

.hero_links-bottom-line {
  border-top: 1px solid #e6e6e6;
  width: 100%;
  margin-top: 0;
  display: block;
}

.hero_edit-location-section {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-top: 1px #dbdbdb;
  border-bottom: 1px #dbdbdb;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  display: grid;
}

.text-size-xxsmall {
  font-size: .75rem;
}

.text-size-xxsmall.text-color-mediumgray2 {
  margin-bottom: 0;
}

.hero_profile-socialnetwork-content {
  border-right: 1px solid #dbdbdb;
  flex-flow: column;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.hero_profile-socialnetwork-content.is-last {
  border-right-style: none;
}

.hero_contact-info-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-top: 1px #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  padding: 0 25px 40px;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-size-medium.text-weight-medium {
  letter-spacing: 1px;
}

.hero_contact-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid #e6e6e6;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding: 20px 0;
  display: grid;
}

.hero_links-form-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.hero_profile-photo-wrap {
  border: 1px solid #dbdbdb;
  border-radius: 107%;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: auto;
  max-height: none;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 5px;
  display: flex;
  overflow: hidden;
}

.hero_edit-country {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  display: grid;
}

.hero_slogan-image {
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero_edit-country-text-field {
  border: 1px solid #d4d4d4;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 0;
}

.hero_edit-country-text-field::placeholder {
  color: #d4d4d4;
  font-weight: 200;
}

.hero_edit-birthday-section {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding: 20px 25px 40px;
  display: grid;
}

.hero_edit-birthday-select {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hero_link-text-field {
  border: 1px solid #d4d4d4;
  border-radius: 20px;
}

.hero_link-text-field::placeholder {
  color: #d4d4d4;
  font-weight: 200;
}

.padding-medium {
  padding: 2rem;
}

.form_edit-name-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero_edit-title {
  padding-left: 25px;
}

.hero_profile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.text-size-custom {
  font-size: 1.1rem;
}

.hero_grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr) auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: auto;
  height: auto;
  display: grid;
}

.hero_grid-wrap {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.hero_profile-button {
  color: #fff;
  background-color: #52acfa;
  border: 1px solid #52acfa;
  border-radius: 35px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .9rem;
  transition: all .4s;
}

.hero_profile-button:hover {
  color: #52acfa;
  background-color: #fff;
  border: 1px solid #52acfa;
}

.hero_profile-button.is-form {
  text-align: center;
  width: auto;
}

.hero_profile-button.is-form.is-link {
  width: auto;
  margin-top: 80px;
}

.hero_profile-button.is-second {
  color: #a1a1a1;
  background-color: #0000;
  border: 1px solid #dbdbdb;
}

.hero_profile-button.is-second:hover {
  color: #111;
  background-color: #fff;
  border-color: #111;
}

.hero_profile-button-div {
  justify-content: center;
  display: flex;
}

.hero_edit-birthday-date {
  color: #000;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 0;
  font-weight: 200;
}

.hero_edit-birthday-date::placeholder {
  color: #d4d4d4;
  font-weight: 200;
}

.section_hero {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(360deg, #a8a8a8, #fff);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.hero_edit-name-section {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-top: 1px solid #e6e6e6;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding: 20px 25px 0;
  display: grid;
}

.checkbox-2 {
  background-color: #0000;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox-2.w--redirected-checked {
  background-color: #71bd97;
  border-color: #71bd97;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-left: 0;
}

.text-size-xsmall {
  font-size: .875rem;
}

.text-size-xsmall.text-weight-medium.text-color-black {
  margin-bottom: 0;
}

.form_edit-text-field {
  border: 1px solid #d4d4d4;
  border-radius: 20px;
  width: 75%;
  margin-bottom: 0;
}

.form_edit-text-field::placeholder {
  color: #d4d4d4;
  font-weight: 200;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.hero_profile-socialnetwork {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
  display: grid;
}

.text-size-regular {
  font-size: 1.1rem;
}

.hero_edit {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.tablink-1 {
  background-color: var(--transparent);
  flex: 1;
}

.tablink-1.w--current {
  background-color: var(--transparent);
}

.supersparks-reply-show-bbbbb {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #f5f3e7;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding: 3px 15px;
  display: none;
}

.supersparks-reply-show-bbbbb:hover {
  background-color: var(--cream);
}

.comment-count-ign-4 {
  color: #6f706f;
  align-self: flex-end;
  height: auto;
  font-weight: 600;
  line-height: 1em;
}

.right-content-ign-4 {
  width: 100%;
  padding-left: 12px;
}

.ign-reply-block-2 {
  width: 100%;
  display: none;
}

.ign-form-lower-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.login-link-10 {
  color: #c02b27;
  text-decoration: none;
}

.ign-comments-wrapper-2 {
  background-color: #f6f8f7;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 50vh;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.conversation-text-3 {
  color: #373e44;
  align-self: auto;
  margin-right: 12px;
  font-size: 24px;
  font-weight: 700;
}

.author-details-ign-5 {
  margin-left: 12px;
  padding-top: 2px;
}

.profile-image-ign-4 {
  object-fit: cover;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}

.profile-image-ign-4.supersparks-member-image-bbbbb {
  z-index: 5;
  position: relative;
}

.indie-guest-div-2 {
  display: flex;
}

.ign-form-contain-5 {
  position: relative;
}

.register-link-6 {
  color: #c02b27;
  text-decoration: none;
}

.reply-div-ign-2 {
  min-height: 7px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.ign-auth-notices-2 {
  line-height: 1em;
  text-decoration: none;
}

.comments-div-ign-2 {
  width: 750px;
}

.like-reply-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.click-icon {
  object-fit: contain;
  width: 10px;
  height: 10px;
}

.horizontal-flex {
  display: flex;
}

.hide-reply {
  display: none;
}

.comment-count-ign-5 {
  color: #6f706f;
  align-self: flex-end;
  height: auto;
  font-weight: 600;
  line-height: 1em;
}

.right-content-ign-5 {
  width: 100%;
  padding-left: 12px;
}

.ign-reply-block-3 {
  width: 100%;
  display: none;
}

.ign-form-lower-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.login-link-11 {
  color: #c02b27;
  text-decoration: none;
}

.conversation-text-4 {
  color: #373e44;
  align-self: auto;
  margin-right: 12px;
  font-size: 24px;
  font-weight: 700;
}

.author-details-ign-6 {
  margin-left: 12px;
  padding-top: 2px;
}

.indie-guest-div-3 {
  display: flex;
}

.ign-form-contain-6 {
  position: relative;
}

.register-link-7 {
  color: #c02b27;
  text-decoration: none;
}

.reply-div-ign-3 {
  min-height: 7px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.ign-auth-notices-3 {
  line-height: 1em;
  text-decoration: none;
}

.comments-div-ign-3 {
  width: 750px;
}

.trash-icon {
  width: 100%;
  height: 100%;
}

.reset-box {
  margin-bottom: 5px;
}

.section_password {
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

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

.text-size-small.text-color-gray {
  margin-top: 10px;
}

.password_main-div {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  box-shadow: none;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #f8f7f3;
  border: 1px solid #000;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 686px;
  padding: 40px;
  display: flex;
  position: relative;
}

.password_link-block {
  color: #000;
  background-color: #fcccff;
  border-radius: 100px;
  padding: 15px 35px;
  font-size: 1.25rem;
  text-decoration: none;
  transition: all .4s;
}

.password_link-block:hover {
  box-shadow: 0 0 0 7px #fcccff73;
}

.password_text-field {
  color: #000;
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 500;
}

.circle {
  background-color: #fcccff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  transition: all .25s;
  position: absolute;
  left: 55px;
}

.circle._4 {
  width: 150px;
  height: 150px;
  inset: auto 8% 18% auto;
}

.circle._2 {
  width: 100px;
  height: 100px;
  bottom: 147px;
  left: 397px;
}

.circle._3 {
  width: 100px;
  height: 100px;
  inset: 17% 30% 7px auto;
}

.password_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.border-circle {
  border: 12px solid #fcccff;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 87px;
  left: 185px;
}

.border-circle._2 {
  border-width: 35px;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  top: 115px;
  left: 552px;
}

.border-circle._4 {
  top: 289px;
  left: -45px;
}

.border-circle._3 {
  width: 200px;
  height: 200px;
  inset: -129px 4% 0% auto;
}

.border-circle._5 {
  width: 150px;
  height: 150px;
  inset: auto 7% 10% auto;
}

.password_form-block {
  margin-bottom: 0;
}

.password_button-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.password_field-wrap {
  border: 1px solid #0006;
  border-radius: 10px;
  margin-top: 20px;
  padding: 5px 20px 0;
  position: relative;
}

.common_bg-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-size-large {
  font-size: 2.5rem;
}

.password_field-label {
  color: #000000bf;
  margin-bottom: 0;
  font-size: .9rem;
}

.common_bg-div {
  filter: blur(5px);
  width: 100%;
  height: 50%;
  position: relative;
  overflow: hidden;
}

.common_bg-div.rotate {
  transform: rotate(180deg);
}

.form-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-9 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-wrap {
  background-color: #783ae2;
  border-radius: 50%;
  margin-bottom: 20px;
  padding: 10px;
  box-shadow: inset 0 2px 18px #0003, inset 0 -2px 9px #ffffff4f;
}

.input {
  border: 2px solid #ececec;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  padding-left: 18px;
  padding-right: 18px;
  transition: box-shadow .2s;
  box-shadow: 0 2px 2px #0000000d;
}

.input:hover {
  box-shadow: 0 0 2px #0000000d;
}

.input:focus-visible, .input[data-wf-focus-visible] {
  border-color: #783be2;
}

.modal-2 {
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 450px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.button-4 {
  background-color: var(--brown-regular-text-color);
  color: var(--white-primary-color);
  text-align: center;
  border: 0 solid #783be2;
  border-radius: 10px;
  flex: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
}

.button-4:hover {
  background-color: var(--brown-hover);
  opacity: 1;
}

.button-4.secondary {
  background-color: var(--brown-10-capacity);
  color: var(--brown-regular-text-color);
  border-color: #e2e2e2;
}

.button-4.secondary:hover {
  background-color: var(--input-outline-color);
}

.spacer-20-2 {
  height: 20px;
}

.section_big-2 {
  background-color: #f7f7ff00;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 90vh;
  display: flex;
}

.h1-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
}

.modal-bottom {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 0px solid var(--input-outline-color);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.modal-top {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 30px 25px 0;
  display: flex;
}

.dark {
  color: #272727;
}

.success-message-6 {
  background-color: var(--white-primary-color);
}

.form-7 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.input-wrap {
  text-align: left;
  width: 100%;
}

.icon-10 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.modal-3 {
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 450px;
  margin-bottom: 0;
  overflow: hidden;
}

.button-5 {
  text-align: center;
  background-color: #783be2;
  border: 1px solid #783be2;
  border-radius: 10px;
  flex: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 400;
  transition: opacity .2s;
  box-shadow: 0 2px 2px #0000000d;
}

.button-5:hover {
  opacity: .75;
}

.spacer-20-3 {
  height: 20px;
}

.small-text-2 {
  font-size: 14px;
}

.section_big-3 {
  background-color: #f7f7ff;
  background-image: url('../images/ooorganize-3.svg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.modal-bottom-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 2px solid #f5f4ff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.modal-top-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 30px 25px 20px;
  display: flex;
}

.label-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3px;
  display: flex;
}

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

.icon-11 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.modal-4 {
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 450px;
  margin-bottom: 0;
  overflow: hidden;
  box-shadow: inset 0 20px 45px -15px #783be212, 0 16px 25px #181f9c12;
}

.spacer-20-4 {
  height: 20px;
}

.modal-bottom-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 2px solid #f5f4ff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.modal-top-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 30px 25px 20px;
  display: flex;
}

.comment-thread-sort-3 {
  align-self: stretch;
}

.comment-reply-action-2 {
  color: #333c;
  height: 3.5em;
  padding-top: .9em;
  padding-left: .8em;
  padding-right: .8em;
  font-weight: 500;
  transition: opacity .2s;
  display: flex;
}

.comment-reply-action-2:hover {
  color: #2962ff;
}

.comment-reply-action-2.is-date:hover {
  color: #333c;
}

.comment-is-mod-icon-2 {
  outline-offset: 0px;
  color: #fff;
  background-color: #2962ff;
  border-radius: 50%;
  outline: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  padding-bottom: 1px;
  padding-left: .1em;
  padding-right: .1em;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.comment-delete-wrap-2 {
  z-index: 1000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.comment-online-idicator-3 {
  background-color: #48d396;
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.comment-form-button-row-3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-end;
  padding-bottom: 1em;
  display: flex;
}

.comment-loader-3 {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}

.comment-reaction-row-3 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -8px;
  font-size: 12px;
  display: flex;
}

.comment-section-heading-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-bottom: 1px solid #e1e1e1;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.5em;
  padding-top: 3em;
  padding-bottom: 1.5em;
  display: flex;
}

.commenter-name-3 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  margin-left: 0;
  padding-left: 0;
  font-weight: 700;
  display: flex;
}

.commenter-name-3.is-typing {
  display: block;
}

.comment-empty-state-3 {
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 5px;
  margin-bottom: 1em;
  padding: 2em 2em 1.5em;
}

.comment-reply-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  margin-top: .33em;
  margin-bottom: -1em;
  display: flex;
  position: relative;
  top: -5px;
}

.comment-name-row-2 {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-wrap: wrap;
  align-items: center;
  min-height: 2.75em;
  display: flex;
}

.comment-reaction-3 {
  color: #424242;
  justify-content: center;
  align-items: center;
  height: 3.5em;
  margin-left: -.5em;
  padding: .5em 1em .5em .5em;
  display: flex;
}

.comment-reaction-3:hover, .comment-reaction-3.is-active {
  color: #2962ff;
}

.comment-reaction-3.is-active:hover {
  color: #000;
}

.comment-form-button-3 {
  background-color: #2962ff;
  border: 1px solid #2962ff;
  border-radius: 4px;
  padding: .6em 1.2em;
  font-weight: 700;
}

.comment-form-button-3.is-icon {
  color: #2962ff00;
  background-image: url('../images/send_FILL1_wght400_GRAD0_opsz24.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 3em;
  min-height: 3em;
  position: absolute;
  inset: 1em 1em auto auto;
}

.comment-form-button-3.is-load-more {
  color: #3f3f3f;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #e4e4e4;
  width: 100%;
  max-width: 200px;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 3.5em;
  display: block;
}

.comment-form-button-3.is-load-more:hover {
  background-color: #e6eeff;
}

.comment-form-button-3.is-cancel {
  color: #3f3f3f;
  background-color: #f6f6f6;
  border-color: #e1e1e1;
}

.comment-form-button-3.is-cancel:hover {
  background-color: #e6eeff;
}

.comment-form-button-3.is-delete {
  white-space: nowrap;
  word-break: keep-all;
  background-color: #e13030;
}

.comment-form-button-3.is-delete:hover {
  background-color: #850e0e;
}

.comment-thread-container-3 {
  z-index: 3;
  background-color: #fff;
  width: 100%;
  margin-top: 1em;
  position: relative;
}

.comment-delete {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #424242;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 12px;
  display: flex;
  top: -.25em;
  overflow: hidden;
}

.comment-row-3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 1em;
  display: flex;
  position: relative;
}

.comment-delete-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative;
  top: -2px;
}

.comment-input-wrap-3 {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  display: flex;
  position: relative;
}

.comment-reply-btn-content-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.comment-is-typing-section-3 {
  z-index: 100;
  background-color: #fff;
  border: 1px solid #2962ff;
  border-radius: 3px;
  padding: .5em 1em;
  font-weight: 700;
  position: fixed;
  inset: auto 1em 1em auto;
}

.comment-reply-button-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #2962ff;
  background-color: #ffffff03;
  border-radius: 100px;
  padding: .5em 1em .5em .5em;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.comment-reply-button-3:hover {
  background-color: #2962ff26;
}

.comment-reply-section-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.comment-is-edited-3 {
  color: #797373;
  padding-left: .5em;
  font-size: .8em;
  display: inline-block;
}

.comment-icon-embed-xsmall-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative;
  top: -2px;
}

.comment-h3-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1em;
}

.comment-icon-embed-small-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
}

.comment-moderation-required-3 {
  background-color: #e3e6ff;
  border-radius: 4px;
  margin-bottom: .5em;
  padding: .4em;
  display: inline-block;
}

.comment-text-3 {
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: break-word;
  max-width: 100%;
  display: inline;
}

.comment-input-3 {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  min-height: 72px;
  margin-bottom: 1em;
  padding: .6em .8em;
  box-shadow: 0 2px 3px #ffffff80, 0 3px 6px -2px #071d3d1f;
}

.comment-input-3:hover {
  border-color: #333c;
}

.comment-input-3:focus {
  color: #000;
  border-color: #2962ff;
}

.comment-input-3.is-primary {
  margin-top: 0;
  padding-right: 4.9em;
}

.comment-image-3 {
  object-fit: cover;
  background-color: #2962ff;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  flex: none;
  width: 2.75em;
  height: 2.75em;
}

.comment-image-3:hover {
  background-color: #2962ff;
}

.comment-image-3.is-thread {
  width: 2.5em;
  height: 2.5em;
}

.comment-thread-box-3 {
  width: 100%;
  margin-bottom: .5em;
}

.comment-online-3 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2em;
  display: flex;
}

.comment-text-wrap-2 {
  margin-bottom: 2em;
  padding-top: 1em;
}

.ms-profile-image-row-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px solid #2d766433;
  border-bottom: 1px solid #2d766433;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.comment-form-button-row-4 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-end;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.comment-white-box {
  background-color: #fff;
  border-radius: 1em;
  width: 100%;
  margin-bottom: 2.5%;
  padding: 4% 5%;
  box-shadow: 0 12px 24px -6px #2d766433;
}

.comment-white-box.is-centered {
  text-align: center;
  margin-top: -1px;
}

.comment-white-box.is-top {
  padding-top: 1em;
  padding-bottom: 1em;
}

.comment-white-box.is-comment {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 2em;
}

.comment-mod-2 {
  color: #1aa381;
  background-color: #effaf6;
  border-radius: 4px;
  margin-left: 1em;
  padding-left: .5em;
  padding-right: .5em;
}

.comment-profile-link-2 {
  color: #1aa381;
  padding: 5px .5em;
  font-weight: 500;
}

.comment-section-heading-4 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.comment-reaction-4 {
  grid-column-gap: .33em;
  grid-row-gap: .33em;
  color: #1aa381;
  background-color: #fff;
  border: 1px solid #1aa381;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: .8em;
  padding: .25em 1em .2em .5em;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.comment-reaction-4:hover {
  color: #000;
  -webkit-text-stroke-color: black;
  border-color: #000;
}

.comment-reaction-4.is-active {
  color: #fff;
  background-color: #1aa381;
}

.comment-reaction-4.is-active:hover {
  color: #000;
}

.comment-name-row-3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  align-items: center;
  min-height: 3.5em;
  margin-bottom: .5em;
  display: flex;
}

.comment-icon-embed-small-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
}

.comment-thread-sort-4 {
  border-top: 1px solid #2d766433;
  align-self: stretch;
  padding: 1em 5% 2em 10%;
}

.comment-reply-button-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #1aa381;
  background-color: #1aa3810d;
  border-top: 1px solid #2d766433;
  width: 100%;
  margin-top: 0;
  padding-left: 5%;
  font-weight: 600;
  display: block;
}

.comment-reply-button-4:hover {
  background-color: #d1ece5;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}

.comment-reply-section-4 {
  flex-direction: column;
  align-items: flex-start;
  margin: 0% -5.5% -4.5%;
  display: flex;
}

.comment-image-4 {
  z-index: 2;
  object-fit: cover;
  background-color: #e1e1e1;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  flex: none;
  width: 3.5em;
  height: 3.5em;
  position: relative;
}

.comment-image-4:hover {
  background-color: #1aa381;
}

.comment-thread-box-4 {
  width: 100%;
  margin-top: 1em;
}

.comment-reply-wrap-2 {
  padding-bottom: 2em;
}

.comment-is-edited-4 {
  color: #797373;
  margin-left: .33em;
  font-size: .8em;
}

.comment-row-4 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: flex-start;
  display: flex;
}

.comment-new-comment-link-2 {
  align-items: center;
  padding-bottom: 1em;
  display: flex;
}

.comment-input-wrap-4 {
  width: 100%;
  margin-right: -1em;
  position: relative;
}

.comment-h3-4 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1em;
}

.comment-delete-box-3 {
  z-index: 2;
  background-color: #fff;
  border: 1px solid #e13030;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: .3em;
  font-weight: 700;
  display: none;
  position: absolute;
  inset: -.63em 100% auto auto;
  box-shadow: 0 10px 20px -10px #42424233;
}

.comment-empty-state-4 {
  text-align: center;
  background-color: #effaf6;
  border-radius: 1em;
  padding: 2em 2em 1.5em;
}

.comment-load-more-card {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 1em;
  width: 100%;
  margin-bottom: 1em;
  padding: 1em 3em;
  font-weight: 500;
  display: block;
  box-shadow: 0 12px 24px -6px #2d766433;
}

.comment-input-4 {
  border: 1px solid #e1e1e1;
  border-radius: 1em;
  margin-bottom: 0;
  padding: 1em 1.2em;
  font-size: 16px;
}

.comment-input-4:hover {
  background-color: #effaf6;
  border-color: #2d766433;
}

.comment-input-4:focus {
  background-color: #f6f6f6;
  border-color: #1aa381;
}

.comment-input-4.is-comment {
  border-color: #e1e1e103;
  min-height: 60px;
  padding-top: 1em;
  padding-bottom: 0;
  padding-right: 7.4em;
}

.comment-input-4.is-comment:hover {
  border-color: #2d766433;
}

.comment-input-4.is-comment:focus {
  border-color: #1aa381;
}

.comment-form-button-4 {
  color: #fff;
  cursor: pointer;
  background-color: #1aa381;
  border: 1px solid #1aa381;
  border-radius: 4px;
  padding: .6em 1.2em;
  font-weight: 500;
  position: relative;
}

.comment-form-button-4.is-new-comment {
  position: absolute;
  inset: auto 1em .5em auto;
}

.comment-form-button-4.is-cancel {
  color: #3f3f3f;
  background-color: #f6f6f6;
  border-color: #e1e1e1;
}

.comment-form-button-4.is-cancel:hover {
  background-color: #d1ece5;
}

.comment-form-button-4.is-delete {
  white-space: nowrap;
  word-break: keep-all;
  background-color: #e13030;
  padding: .2em 1em;
}

.comment-form-button-4.is-delete:hover {
  background-color: #850e0e;
}

.comment-form-button-4.is-load-more {
  color: #3f3f3f;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  width: 100%;
  display: block;
}

.comment-form-button-4.is-load-more:hover {
  background-color: #e6eeff;
}

.comment-form-button-4.is-row {
  margin-right: 10px;
}

.comment-form-3 {
  margin-bottom: 0;
}

.comment-moderation-required-4 {
  background-color: #e3e6ff;
  border-radius: 4px;
  margin-top: .6em;
  padding: .4em;
  display: inline-block;
}

.comment-loader-wrap-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-top: 5px;
  display: block;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
}

.comment-loader-wrap-3.is-fixed {
  z-index: 99999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  width: 80px;
  height: 100px;
  margin: auto;
  display: none;
  position: fixed;
  inset: 0;
}

.comment-icon-3 {
  color: #fff;
  background-color: #1aa381;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  margin-top: .5em;
  padding: .45em;
  display: flex;
}

.comment-icon-3.is-top {
  width: 2.5em;
  height: 2.5em;
  margin-top: 0;
  margin-right: .33em;
  padding: .45em;
}

.collection-list-wrapper-6 {
  display: block;
}

.collection-item-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty-state-9 {
  display: flex;
}

.collection-item-11, .collection-item-11.h5-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-11.h1.green {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: baseline;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-item-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--light-green-tag);
  border: 1px solid #000;
  border-radius: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center;
  height: 36px;
  display: grid;
}

.supersparks-profile-id-bbbbb {
  display: none;
}

.profile-page-image-4 {
  border-radius: 3%;
  width: 150px;
}

.profile-page-image-4.supersparks-profile-avatar-membe1 {
  object-fit: cover;
  border-radius: 6px;
  width: 100px;
  height: 100px;
}

.commented-on-7 {
  color: #545861;
  display: inline-block;
}

.history-tab-select-4 {
  background-color: #fff;
  border-bottom: 1px solid #cfcfcf;
  justify-content: flex-start;
  display: flex;
}

.public-member-wrapper-3 {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 5px;
  width: 100%;
  max-width: 840px;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-top: 0;
  padding: 30px 0 0;
  box-shadow: 0 1px 3px #8d8d8d33;
}

.commented-on-8 {
  color: #545861;
  display: inline-block;
}

.profile-content-tab-4 {
  background-color: #fff;
  border-bottom: 1px #cfcfcf;
  justify-content: center;
  align-items: center;
  width: 120px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.profile-content-tab-4.w--current {
  color: #333;
  background-color: #fff;
  border-bottom: 2px solid #383838;
}

.history-select-tab-4 {
  color: #333;
}

.forum-pane-wrapper-4 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #272338;
  background-color: #fcfcfc;
  flex-flow: row;
  flex: 1;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  padding: 50px 8px 40px;
  display: flex;
  position: relative;
}

.public-profile-details-4 {
  flex-direction: row;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-block-53 {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.div-block-54 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.text-block-48 {
  color: #9d9d9d;
  margin-left: 5px;
}

.member-field-div-3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-select-tabs-2 {
  margin-top: 40px;
}

.hidden {
  display: none;
}

.profile-page-image-5 {
  border-radius: 3%;
  width: 150px;
}

.profile-page-image-5.supersparks-profile-avatar-membe1 {
  object-fit: cover;
  border-radius: 6px;
  width: 100px;
  height: 100px;
}

.commented-on-9 {
  color: #545861;
  display: inline-block;
}

.history-tab-select-5 {
  background-color: #fff;
  border-bottom: 1px solid #cfcfcf;
  justify-content: flex-start;
  display: flex;
}

.public-member-wrapper-4 {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 5px;
  width: 100%;
  max-width: 840px;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-top: 0;
  padding: 30px 0 0;
  box-shadow: 0 1px 3px #8d8d8d33;
}

.commented-on-10 {
  color: #545861;
  display: inline-block;
}

.profile-content-tab-5 {
  background-color: #fff;
  border-bottom: 1px #cfcfcf;
  justify-content: center;
  align-items: center;
  width: 120px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.profile-content-tab-5.w--current {
  color: #333;
  background-color: #fff;
  border-bottom: 2px solid #383838;
}

.history-select-tab-5 {
  color: #333;
}

.public-profile-details-5 {
  flex-direction: row;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-block-55 {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.div-block-56 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.text-block-49 {
  color: #9d9d9d;
  margin-left: 5px;
}

.member-field-div-4 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-select-tabs-3 {
  margin-top: 40px;
}

.collection-list-wrapper-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bloom {
  display: none;
}

.collection-list-wrapper-8 {
  height: 0;
  display: none;
}

.text-block-50 {
  height: 0;
}

.mobile-menu {
  display: none;
}

.regular-img-round {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.load-more {
  border-color: var(--green-primary-color);
  background-color: var(--transparent);
  border-radius: 100px;
}

.pagination-button {
  border: 1px solid var(--green-primary-color);
  background-color: var(--transparent);
  color: var(--green-primary-color);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Craftmincho, Georgia, sans-serif;
  text-decoration: none;
  display: flex;
}

.pagination-button:hover {
  background-color: var(--white-primary-color);
}

.arror {
  color: var(--green-primary-color);
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.jetboost-infinite-loader-orvv {
  display: none;
}

.collection-list-wrapper-9 {
  height: 0;
  display: none;
}

.fs_cmsnested_list {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: wrap;
  display: flex;
}

.plant_link {
  position: absolute;
  inset: 0% 10% 0% 0%;
}

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

.select-field {
  border: 1px solid var(--brown-regular-text-color);
  background-color: var(--transparent);
  color: var(--brown-regular-text-color);
  border-radius: 5px;
  flex: 0 auto;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 4px 12px 4px 8px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.select-field:hover {
  border-color: var(--brown-regular-text-color);
}

.sortby-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 0px solid var(--input-outline-color);
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.hidden-button {
  display: inline-block;
}

.jetboost-list-search-input-z92x, .jetboost-list-search-input-zq9n {
  display: none;
}

.plant_link_2 {
  z-index: 100;
  position: absolute;
  inset: 10% 0% 0%;
}

.english_text_fukidashi-9 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--orange-accent);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 20px;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 400;
  display: flex;
}

.accordion-icon-stripe-4 {
  background-color: #fff;
  width: 1px;
  height: 100%;
}

.welcome-text-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.profile-box {
  width: 120px;
  height: 120px;
  position: relative;
}

.profile-img-fuchi {
  z-index: 1;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper-10 {
  display: none;
}

.collection-list-16 {
  display: block;
}

.collection-list-wrapper-11 {
  display: none;
}

.rich-text-3 {
  white-space: pre-line;
  word-break: break-all;
  overflow-wrap: break-word;
  font-family: Zen Kaku Gothic New, sans-serif;
  line-height: 1.5;
}

.profile-section-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.profile-section-title.underline {
  border-bottom: 1px solid var(--input-outline-color);
  outline-offset: 0px;
  outline: 3px #333;
  padding-bottom: 20px;
}

.button-brown {
  border: 1px solid var(--input-outline-color);
  background-color: var(--white-primary-color);
  color: var(--brown-regular-text-color);
  border-radius: 20px;
  padding: .5rem 1rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
}

.button-brown:hover {
  border-color: var(--brown-hover);
  background-color: var(--cream);
}

.select_field {
  background-color: var(--white-primary-color);
  color: var(--gray);
  padding-left: 2px;
}

.title-tag-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.narrow-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 10vh 40px;
  display: flex;
  position: relative;
}

.text-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.text-section.left-align {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.link {
  letter-spacing: .5px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
}

.link:hover {
  color: var(--green-primary-color);
}

.link.green {
  color: var(--green-primary-color);
  letter-spacing: .5px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
}

.link.green:hover {
  color: var(--green-primary-color);
}

.link.brown {
  font-size: 10px;
}

.sticky-index {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  display: flex;
  position: sticky;
  top: 5vh;
}

.sticky-index.hidden {
  display: none;
}

.detail {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.small-width-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding: 10vh 40px;
  display: flex;
  position: relative;
}

.offer-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.offer-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--green-primary-color);
  background-color: var(--white-primary-color);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 40px 20px;
  display: flex;
}

.offer-item._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--green-primary-color);
  padding: 0;
  overflow: hidden;
}

.number-text {
  background-color: var(--green-primary-color);
  color: var(--white-primary-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Craftmincho, Georgia, sans-serif;
  font-weight: 400;
  display: flex;
}

.offer-detail {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.yorozer-badge-img {
  border: 0px dashed var(--green-primary-color);
  background-color: #edead6;
  border-radius: 1000px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.example-img-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.image-16 {
  border: 2px solid var(--default);
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.example-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.offer-item-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: -20px;
  display: flex;
}

.offer-item-text._2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.input-field-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.yorozer-plan-detail {
  background-color: var(--green-primary-color);
  border-radius: 20px;
  width: 100%;
}

.div-block-58 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.number-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  display: flex;
}

.text-box {
  flex-flow: column;
  display: flex;
}

.pricing_text {
  color: var(--white-primary-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

.yoroz-text {
  color: var(--white-primary-color);
  text-align: justify;
  letter-spacing: 0;
  font-family: Craftmincho, Georgia, sans-serif;
}

.yoroz-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.offer-item-text-detail {
  background-color: var(--white-primary-color);
  width: 100%;
}

.offer-text-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 40px 80px;
  display: flex;
}

.offer-text-item-collunm {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow-wrap: normal;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(40px, 40px) 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.offer-text-item {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.primary-buttom-green {
  background-color: var(--green-primary-color);
  color: var(--white-primary-color);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 1rem 3rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  display: flex;
}

.primary-buttom-green.green {
  background-color: var(--green-primary-color);
  color: var(--white-primary-color);
  justify-content: center;
  align-items: center;
  display: block;
}

.primary-buttom-green.hidden {
  display: none;
}

.primary-buttom-green.already-member {
  background-color: var(--white-primary-color);
  opacity: 1;
  color: var(--green-primary-color);
}

.ign-reply-block-4 {
  width: 100%;
  display: none;
}

.ign-form-lower-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.login-link-12 {
  color: #c02b27;
  text-decoration: none;
}

.conversation-text-5 {
  color: #373e44;
  align-self: auto;
  margin-right: 12px;
  font-size: 24px;
  font-weight: 700;
}

.author-details-ign-7 {
  margin-left: 12px;
  padding-top: 2px;
}

.indie-guest-div-4 {
  display: flex;
}

.author-ign-2 {
  color: #373e44;
  font-size: 13px;
  font-weight: 600;
}

.ign-form-contain-7 {
  position: relative;
}

.register-link-8 {
  color: #c02b27;
  text-decoration: none;
}

.indie-form-div-2 {
  margin-top: 0;
}

.reply-div-ign-4 {
  min-height: 7px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.ign-auth-notices-4 {
  line-height: 1em;
  text-decoration: none;
}

.comments-div-ign-4 {
  width: 750px;
}

.serch-title-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.search-title-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.search-title-list.hide {
  display: none;
}

.comment-tab-pane {
  padding-top: 60px;
  padding-bottom: 60px;
}

.comment-tab-pane.hidden {
  display: block;
}

.title-detail-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.link-block-4 {
  text-decoration: none;
}

.promation-code {
  border: 2px dashed var(--brown-regular-text-color);
  background-color: var(--white-primary-color);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.promotion-code {
  color: var(--brown-regular-text-color);
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 32px;
  line-height: 1;
}

.text-section-left-align {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px dashed var(--brown-regular-text-color);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.news-date-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.news-title-box {
  border-bottom: 1px dashed var(--brown-hover);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.dashline {
  width: 100%;
  height: 1px;
}

.small-width-wrapper-white {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white-primary-color);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin: 5vh auto 10vh;
  padding: 40px;
  display: flex;
  position: relative;
}

.slide-4---no-image {
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.no-image {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f6f6f6;
  background-image: url('../images/Frame-123.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 200px;
  background-attachment: scroll;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-box-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-box-white-bg {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f6f6f6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.small-gray-text {
  color: var(--gray);
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
}

.title-header-container-green {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(#00000059, #fff0 50%), url('../images/natural-paper-1920x1080.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  min-height: 35vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 40px 2rem;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.title-header-container-green.about {
  background-image: linear-gradient(#00000059, #fff0 50%), url('../images/84-LumixSync_copy_2022-12-10-083218-0000RawFile.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 4rem;
}

.title-header-container-green.yorozer {
  background-image: linear-gradient(#00000059, #fff0 50%), url('../images/P1205227-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 4rem;
}

.title-header-container-green.pioneer-yorozer {
  background-color: var(--light-background);
  background-image: linear-gradient(#00000059, #fff0 50%), url('../images/yorozer-pioneer.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 1rem;
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  list-style-type: lower-roman;
  display: flex;
}

.list-item {
  flex-flow: column;
  list-style-type: disc;
  display: flex;
}

.list-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  list-style-type: square;
  display: flex;
}

.list_item {
  letter-spacing: 0;
  line-height: 1.8;
  list-style-type: disc;
}

.list_item._2 {
  margin-left: 40px;
  list-style-type: disc;
}

.legal-text-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.list-number {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #7c7c7c;
  flex-flow: column;
  width: 100%;
  padding-left: 20px;
  list-style-type: decimal;
  display: flex;
}

.list_item_number {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  font-size: 14px;
  display: flex;
}

.user-name-small {
  color: var(--green-primary-color);
  text-align: center;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.yoroz-image {
  width: 280px;
}

.member-cms-writer {
  flex: 0 auto;
  width: auto;
  display: block;
}

.column-title {
  flex: none;
  width: 15%;
}

.column-detail {
  flex: 0 auto;
  width: 85%;
}

.primary-buttom-green-copy {
  background-color: var(--green-primary-color);
  color: var(--white-primary-color);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 1rem 3rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  display: flex;
}

.primary-buttom-green-copy.green {
  background-color: var(--green-primary-color);
  color: var(--white-primary-color);
  justify-content: center;
  align-items: center;
  display: block;
}

.primary-buttom-green-copy.hidden {
  display: none;
}

.primary-buttom-green-copy.already-member {
  background-color: var(--white-primary-color);
  opacity: 1;
  color: var(--green-primary-color);
}

.writer-img {
  border-radius: 100px;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  overflow: hidden;
}

.link-block-5 {
  display: block;
}

.list-how-to {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  font-family: Zen Kaku Gothic New, sans-serif;
  list-style-type: decimal;
  display: flex;
}

.list-item-how-to {
  color: var(--brown-regular-text-color);
  letter-spacing: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.list-item-number {
  font-size: 14px;
}

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

.primary-buttom-2 {
  border: 2px solid var(--brown-regular-text-color);
  background-color: var(--transparent);
  color: var(--brown-regular-text-color);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 100px;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
}

.primary-buttom-2.green {
  background-color: var(--green-primary-color);
  color: var(--white-primary-color);
  justify-content: center;
  align-items: center;
  display: block;
}

.primary-buttom-2._2 {
  border: 2px solid var(--brown-regular-text-color);
  background-color: var(--transparent);
}

.primary-buttom-2._2.w--current {
  border: 2px solid var(--brown-regular-text-color);
  background-color: var(--transparent);
  color: var(--brown-hover);
  font-weight: 700;
}

.primary-buttom-2.secondary.w--current {
  border: 2px solid var(--brown-regular-text-color);
  background-color: var(--transparent);
  color: var(--brown-regular-text-color);
}

.margin-bottom-2 {
  margin-bottom: 20px;
}

.icon-svg {
  outline-offset: 0px;
  color: #374252;
  background-color: #37425233;
  border-radius: 50%;
  outline: 6px solid #3742521a;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.icon-svg.green-svg {
  color: #258f5d;
  background-color: #d2f8df;
  outline-color: #eafef3;
  min-width: 50px;
  min-height: 50px;
}

._120-font {
  font-size: 120%;
}

.form-header {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.tooltip-title {
  margin-bottom: 6px;
  font-size: 110%;
  font-weight: 800;
}

.tooltip-wrapper {
  color: #333;
  text-align: left;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  width: 300px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px #2d3e501f;
}

.tooltip-diamond {
  z-index: 2;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px #2d3e500f;
}

.tooltip-diamond.left {
  margin-top: auto;
  margin-bottom: auto;
  inset: 0 auto 10px -7px;
}

.tooltip-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tour-step {
  display: none;
}

.tooltip-author-wrap {
  align-items: center;
  display: flex;
}

.tooltip-anchor {
  z-index: 100;
  justify-content: center;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  inset: 100% 0% 0;
}

.tooltip-anchor.right {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-right: -12px;
  padding-left: 12px;
  inset: 0% 0% 0% auto;
}

.tooltip-anchor.right._2 {
  margin-right: -24px;
  top: 10%;
}

.tooltip-author {
  border-radius: 50%;
  width: 32px;
  margin-right: 10px;
}

.form-wrapper {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 400px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.form-wrapper.verify {
  text-align: center;
  max-width: 500px;
}

.tooltip-close {
  z-index: 5;
  color: #3f3e46;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.tooltip-close:hover {
  background-color: #002aff1a;
}

.tooltip-container {
  z-index: 3;
  background-color: #fafbfe;
  border-radius: 9px 9px 0 0;
  padding: 20px;
  font-size: 12.5px;
  position: relative;
}

.tooltip-navigation {
  z-index: 3;
  color: #64636e;
  background-color: #fafbfe;
  border-top: 1px solid #d8e3f0;
  border-radius: 0 0 9px 9px;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding: 8px 20px;
  display: flex;
  position: relative;
  bottom: 0;
}

.tooltip-navigation.top {
  border-top-style: none;
  border-bottom: 1px solid #d8e3f0;
  border-radius: 9px 9px 0 0;
}

.button-6 {
  color: #fff;
  background-color: #374252;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 1px 20px #22222229;
}

.button-6:hover {
  background-color: #000;
  box-shadow: 0 5px 30px #22222229;
}

.button-6.auto {
  background-color: var(--green-primary-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  line-height: 2;
  text-decoration: none;
  display: flex;
}

.relative {
  position: relative;
}

.verify-box {
  grid-column-gap: 8px;
  background-color: var(--light-green-tag);
  justify-content: space-between;
  align-items: center;
  padding: 12px 40px;
  display: flex;
}

.verify-box.hidden {
  display: none;
}

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

.container-8.flex-nav {
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1920px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.svg-15 {
  color: var(--primary-green);
  justify-content: center;
  align-items: center;
  width: 20px;
  margin-right: 8px;
  display: flex;
}

.verify-link {
  color: var(--green-primary-color);
  margin-left: auto;
  padding-left: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-decoration: underline;
}

.small-text.white {
  color: var(--white-primary-color);
  flex: none;
}

.wrapper.jetboost-filter-6xmm {
  display: flex;
}

.collection-list-17 {
  display: none;
}

.form-seasonal {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.fullun-reply-form-div-3 {
  display: none;
}

.unstyled-comments-basic-2 {
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 30px;
}

.full-reply-show-3 {
  text-decoration: none;
}

.comment-card-basic-2 {
  border: 1px solid #000;
  padding: 21px 15px;
  position: relative;
}

.comment-card-basic-2.supersparks-comment-card-gl6tu {
  border-width: 0;
  min-height: 125px;
  padding: 0;
}

.comment-card-basic-2.supersparks-reply-card-gl6tu {
  margin-left: 45px;
}

.comment-count-basic-3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.fullun-div-main-2 {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
}

.fullun-cancel-reply-3 {
  text-decoration: none;
}

.limited-richtext {
  color: var(--brown-hover);
  letter-spacing: .5px;
  white-space: pre-line;
  overflow-wrap: normal;
  height: auto;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  overflow: hidden;
}

.social-btn {
  color: #000;
  border: 1px solid #dcdce5;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 40px 12px 15px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 1px 2px #dcdce580;
}

.social-btn:hover {
  box-shadow: none;
  border-color: #374252;
}

.social-btn:focus {
  border: 1px solid #000;
}

.social-btn::placeholder {
  color: #6e6e6e;
}

.social-btn.google:hover {
  border-color: #4285f4;
}

.social-content {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.social-image {
  width: 24px;
}

.disconnect-link {
  text-align: right;
  padding: 13px;
  text-decoration: underline;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.disconnect-link:hover {
  color: #000;
}

.disconnect-image {
  width: 16px;
}

.name-email-hidden {
  display: none;
}

.form-9 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.supersparks-reply-show-gl6tu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #f5f3e7;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding: 3px 15px;
  display: none;
}

.supersparks-reply-show-gl6tu:hover {
  background-color: var(--cream);
}

.indie-delete-link-2 {
  color: #3c4956;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.indie-text-input-2 {
  color: #758da3;
  background-color: #f3f6f8;
  border: 1px #c6c7c7;
  border-radius: 3px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.indie-text-input-2:active, .indie-text-input-2:focus, .indie-text-input-2:focus-visible, .indie-text-input-2[data-wf-focus-visible] {
  color: #758da3;
}

.indie-text-input-2::placeholder {
  color: #c0d1e0;
}

.indie-text-input-2.supersparks-email-input-gl6tu {
  color: #758da3;
}

.register-link-9 {
  color: #e15299;
  text-decoration: none;
}

.indie-comment-input-2 {
  border: 2px solid var(--brown-10-capacity);
  background-color: var(--light-background);
  color: var(--brown-regular-text-color);
  border-radius: 4px;
  height: auto;
  min-height: 150px;
  max-height: 150px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  overflow: scroll;
}

.indie-comment-input-2:active {
  border-width: 2px;
  border-color: var(--input-outline-color);
  color: var(--brown-regular-text-color);
}

.indie-comment-input-2:focus {
  border-color: var(--transparent-brown);
  color: var(--brown-regular-text-color);
}

.indie-comment-input-2:focus-visible, .indie-comment-input-2[data-wf-focus-visible] {
  color: var(--brown-regular-text-color);
}

.indie-comment-input-2::placeholder {
  color: var(--transparent-brown);
}

.profile-image-ign-5 {
  object-fit: cover;
  border-radius: 100%;
  width: 27px;
  height: 27px;
}

.text-block-51 {
  color: #9cb3c9;
  line-height: 1em;
  text-decoration: none;
}

.indie-guest-div-5 {
  display: flex;
}

.ign-form-contain-8 {
  padding-bottom: 0;
  position: relative;
}

.right-content-ign-6 {
  width: 100%;
  padding-bottom: 15px;
  padding-left: 12px;
}

.div-block-59 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 5px;
  display: flex;
}

.comment-count-ign-6 {
  color: #67829a;
  align-self: flex-end;
  height: auto;
  font-weight: 600;
  line-height: 1em;
}

.ign-card.comment {
  margin-top: 20px;
}

.ign-card.reply {
  margin-left: 32px;
}

.conversation-text-6 {
  color: #373e44;
  align-self: auto;
  margin-right: 12px;
  font-size: 24px;
  font-weight: 700;
}

.comment-content-4 {
  color: #2b2b2b;
  margin-top: 8px;
  margin-left: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55em;
}

.ign-reply-block-5 {
  width: 100%;
  display: none;
}

.profile-image-ign-6 {
  object-fit: cover;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}

.login-link-13 {
  color: #c02b27;
  text-decoration: none;
}

.ign-guest-input-2 {
  border: 1px solid #c6c7c7;
  border-radius: 4px;
  margin-right: 0;
}

.indie-guest-div-6 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.delete-link-2 {
  border: 1px solid var(--default);
  background-color: var(--light-background);
  color: #6b6c6b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  padding: 3px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.delete-link-2:hover {
  border: 1px solid var(--gray);
}

.ign-form-lower-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.author-details-ign-8 {
  margin-left: 12px;
  padding-top: 2px;
}

.supersparks-reply-show-bbbbb-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #f5f3e7;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding: 3px 15px;
  display: flex;
}

.supersparks-reply-show-bbbbb-copy:hover {
  background-color: var(--cream);
}

.supersparks-reply-show-bpy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #f5f3e7;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding: 3px 15px;
  display: flex;
}

.supersparks-reply-show-bpy:hover {
  background-color: var(--cream);
}

.indie-delete-link-3 {
  color: #3c4956;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.indie-text-input-3 {
  color: #758da3;
  background-color: #f3f6f8;
  border: 1px #c6c7c7;
  border-radius: 3px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.indie-text-input-3:active, .indie-text-input-3:focus, .indie-text-input-3:focus-visible, .indie-text-input-3[data-wf-focus-visible] {
  color: #758da3;
}

.indie-text-input-3::placeholder {
  color: #c0d1e0;
}

.indie-text-input-3.supersparks-email-input-eqdqa {
  color: #758da3;
}

.register-link-10 {
  color: #e15299;
  text-decoration: none;
}

.profile-image-ign-7 {
  object-fit: cover;
  border-radius: 100%;
  width: 27px;
  height: 27px;
}

.text-block-52 {
  color: #9cb3c9;
  line-height: 1em;
  text-decoration: none;
}

.indie-guest-div-7 {
  display: flex;
}

.ign-form-contain-9 {
  padding-bottom: 0;
  position: relative;
}

.right-content-ign-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 15px;
  padding-left: 12px;
  display: flex;
}

.div-block-60 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 5px;
  display: flex;
}

.comment-count-ign-7 {
  color: #67829a;
  align-self: flex-end;
  height: auto;
  font-weight: 600;
  line-height: 1em;
}

.indie-delete-link-4 {
  background-color: var(--light-background);
  color: #3c4956;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  padding: 4px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.indie-text-input-4 {
  color: #758da3;
  background-color: #f3f6f8;
  border: 1px #c6c7c7;
  border-radius: 3px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.indie-text-input-4:active, .indie-text-input-4:focus, .indie-text-input-4:focus-visible, .indie-text-input-4[data-wf-focus-visible] {
  color: #758da3;
}

.indie-text-input-4::placeholder {
  color: #c0d1e0;
}

.indie-text-input-4.supersparks-email-input-bbbbb {
  color: #758da3;
}

.register-link-11 {
  color: #e15299;
  text-decoration: none;
}

.profile-image-ign-8 {
  object-fit: cover;
  border-radius: 100%;
  width: 27px;
  height: 27px;
}

.text-block-53 {
  color: #9cb3c9;
  line-height: 1em;
  text-decoration: none;
}

.indie-guest-div-8 {
  display: flex;
}

.div-block-61 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 5px;
  display: flex;
}

.comment-count-ign-8 {
  color: #67829a;
  align-self: flex-end;
  height: auto;
  font-weight: 600;
  line-height: 1em;
}

.indie-text-input-5 {
  color: #758da3;
  background-color: #f3f6f8;
  border: 1px #c6c7c7;
  border-radius: 3px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.indie-text-input-5:active, .indie-text-input-5:focus, .indie-text-input-5:focus-visible, .indie-text-input-5[data-wf-focus-visible] {
  color: #758da3;
}

.indie-text-input-5::placeholder {
  color: #c0d1e0;
}

.indie-text-input-5.supersparks-email-input-eqdqa {
  color: #758da3;
  display: none;
}

.indie-text-input-5.supersparks-username-eqdqa {
  display: none;
}

.profile-image-ign-9 {
  background-color: var(--default);
  object-fit: cover;
  border-radius: 100%;
  width: 35px;
  height: 35px;
}

.profile-image-ign-9.supersparks-profile-image-eqdqa {
  width: 35px;
  height: 35px;
}

.text-block-54 {
  color: #9cb3c9;
  line-height: 1em;
  text-decoration: none;
}

.indie-guest-div-9 {
  display: flex;
}

.div-block-62 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 5px;
  display: flex;
}

.comment-count-ign-9 {
  color: #67829a;
  align-self: flex-end;
  height: auto;
  font-weight: 600;
  line-height: 1em;
}

.indie-delete-link-5 {
  color: #3c4956;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.indie-comment-content-2 {
  color: var(--brown-regular-text-color);
  -webkit-text-stroke-color: #9cb3c9;
  margin-top: 8px;
  margin-bottom: 14px;
  margin-left: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65em;
}

.indie-reply-interaction-2 {
  color: #3c4956;
  margin-bottom: 7px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.indie-comment-time-2 {
  color: #607c96;
  margin-top: 0;
  margin-left: 9px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.indie-text-input-6 {
  color: #758da3;
  background-color: #f3f6f8;
  border: 1px #c6c7c7;
  border-radius: 3px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.indie-text-input-6:active, .indie-text-input-6:focus, .indie-text-input-6:focus-visible, .indie-text-input-6[data-wf-focus-visible] {
  color: #758da3;
}

.indie-text-input-6::placeholder {
  color: #c0d1e0;
}

.indie-text-input-6.supersparks-email-input-eqdqa {
  color: #758da3;
}

.indie-comments-main-div-2 {
  width: 100%;
  max-width: 800px;
  margin-top: 50px;
}

.indie-comment-input-3 {
  color: #f5f7f9;
  background-color: #f3f6f8;
  border: 1px #c6c7c7;
  border-radius: 4px;
  height: auto;
  min-height: 110px;
  max-height: 150px;
  margin-top: 4px;
  padding: 11px 15px;
  overflow: scroll;
}

.indie-comment-input-3:active, .indie-comment-input-3:focus, .indie-comment-input-3:focus-visible, .indie-comment-input-3[data-wf-focus-visible] {
  color: #758da3;
}

.indie-comment-input-3::placeholder {
  color: #c0d1e0;
}

.profile-image-ign-10 {
  object-fit: cover;
  border-radius: 100%;
  width: 27px;
  height: 27px;
}

.indie-submit-button-2 {
  color: #f5f7f9;
  background-color: #caf66e;
  background-image: linear-gradient(92deg, #e15299, #ee5b43);
  border-radius: 4px;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 40px;
  padding: 0 25px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.text-block-55 {
  color: #9cb3c9;
  line-height: 1em;
  text-decoration: none;
}

.indie-guest-div-10 {
  display: flex;
}

.right-content-ign-8 {
  width: 100%;
  padding-bottom: 15px;
  padding-left: 12px;
}

.div-block-63 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 5px;
  display: flex;
}

.author-name-indie-2 {
  color: #465565;
  font-size: 13px;
  font-weight: 600;
}

.comment-count-ign-10 {
  color: #67829a;
  align-self: flex-end;
  height: auto;
  font-weight: 600;
  line-height: 1em;
}

.indie-delete-link-6 {
  color: #3c4956;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.indie-reply-interaction-3 {
  color: #3c4956;
  margin-bottom: 7px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.indie-comment-time-3 {
  color: #607c96;
  margin-top: 0;
  margin-left: 9px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.indie-text-input-7 {
  color: #758da3;
  background-color: #f3f6f8;
  border: 1px #c6c7c7;
  border-radius: 3px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.indie-text-input-7:active, .indie-text-input-7:focus, .indie-text-input-7:focus-visible, .indie-text-input-7[data-wf-focus-visible] {
  color: #758da3;
}

.indie-text-input-7::placeholder {
  color: #c0d1e0;
}

.indie-text-input-7.supersparks-email-input-eqdqa {
  color: #758da3;
}

.left-card-indie-2 {
  border-left: 2px dotted #e3e7e9;
  border-bottom-left-radius: 0;
  flex: 0 auto;
  width: auto;
  min-width: 16px;
  margin-left: 19px;
  display: block;
  position: relative;
}

.indie-comments-main-div-3 {
  width: 100%;
  max-width: none;
  margin-top: 20px;
}

.indie-comment-input-4 {
  color: #f5f7f9;
  background-color: #f3f6f8;
  border: 1px #c6c7c7;
  border-radius: 4px;
  height: auto;
  min-height: 110px;
  max-height: 150px;
  margin-top: 4px;
  padding: 11px 15px;
  overflow: scroll;
}

.indie-comment-input-4:active, .indie-comment-input-4:focus, .indie-comment-input-4:focus-visible, .indie-comment-input-4[data-wf-focus-visible] {
  color: #758da3;
}

.indie-comment-input-4::placeholder {
  color: #c0d1e0;
}

.profile-image-ign-11 {
  object-fit: cover;
  border-radius: 100%;
  width: 27px;
  height: 27px;
}

.indie-submit-button-3 {
  color: #f5f7f9;
  background-color: #caf66e;
  background-image: linear-gradient(92deg, #e15299, #ee5b43);
  border-radius: 4px;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 40px;
  padding: 0 25px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.text-block-56 {
  color: #9cb3c9;
  line-height: 1em;
  text-decoration: none;
}

.indie-guest-div-11 {
  display: flex;
}

.right-content-ign-9 {
  width: 100%;
  padding-bottom: 15px;
  padding-left: 12px;
}

.div-block-64 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 5px;
  display: flex;
}

.author-name-indie-3 {
  color: #465565;
  font-size: 13px;
  font-weight: 600;
}

.comment-count-ign-11 {
  color: #67829a;
  align-self: flex-end;
  height: auto;
  font-weight: 600;
  line-height: 1em;
}

.indie-delete-link-7 {
  color: #3c4956;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.indie-reply-interaction-4 {
  color: var(--brown-regular-text-color);
  margin-bottom: 7px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.indie-reply-interaction-4:hover {
  color: var(--green-primary-color);
}

.indie-reply-interaction-4.hidden {
  display: none;
}

.indie-comment-time-4 {
  color: var(--gray);
  margin-top: 0;
  margin-left: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
}

.indie-text-input-8 {
  color: #758da3;
  background-color: #f3f6f8;
  border: 1px #c6c7c7;
  border-radius: 3px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.indie-text-input-8:active, .indie-text-input-8:focus, .indie-text-input-8:focus-visible, .indie-text-input-8[data-wf-focus-visible] {
  color: #758da3;
}

.indie-text-input-8::placeholder {
  color: #c0d1e0;
}

.indie-text-input-8.supersparks-email-input-eqdqa {
  color: #758da3;
}

.profile-image-ign-12 {
  background-color: var(--default);
  object-fit: cover;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.text-block-57 {
  color: #9cb3c9;
  line-height: 1em;
  text-decoration: none;
}

.indie-guest-div-12 {
  display: flex;
}

.right-content-ign-10 {
  width: 100%;
  margin-left: 52px;
  padding-bottom: 15px;
  padding-left: 0;
}

.div-block-65 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.author-name-indie-4 {
  color: var(--brown-regular-text-color);
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.comment-count-ign-12 {
  color: #67829a;
  align-self: flex-end;
  height: auto;
  font-weight: 600;
  line-height: 1em;
}

.upvote-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.reply-indie-div-2 {
  min-height: 15px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.indie-delete-link-8 {
  color: #3c4956;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.indie-comment-content-3 {
  color: #758da3;
  -webkit-text-stroke-color: #9cb3c9;
  margin-top: 8px;
  margin-bottom: 14px;
  margin-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65em;
}

.indie-reply-interaction-5 {
  color: #3c4956;
  margin-bottom: 7px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.indie-comment-time-5 {
  color: #607c96;
  margin-top: 0;
  margin-left: 9px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.indie-text-input-9 {
  color: #758da3;
  background-color: #f3f6f8;
  border: 1px #c6c7c7;
  border-radius: 3px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.indie-text-input-9:active, .indie-text-input-9:focus, .indie-text-input-9:focus-visible, .indie-text-input-9[data-wf-focus-visible] {
  color: #758da3;
}

.indie-text-input-9::placeholder {
  color: #c0d1e0;
}

.indie-text-input-9.supersparks-email-input-eqdqa {
  color: #758da3;
}

.left-card-indie-3 {
  border-left: 2px dotted #e3e7e9;
  border-bottom-left-radius: 0;
  flex: 0 auto;
  width: auto;
  min-width: 16px;
  margin-left: 11px;
  display: block;
  position: relative;
}

.indie-comments-main-div-4 {
  width: 100%;
  max-width: 800px;
  margin-top: 50px;
}

.indie-cancel-reply-2 {
  color: #3c4956;
  margin-bottom: 7px;
  font-weight: 700;
  text-decoration: none;
  display: none;
}

.profile-image-ign-13 {
  object-fit: cover;
  border-radius: 100%;
  width: 27px;
  height: 27px;
}

.text-block-58 {
  color: #9cb3c9;
  line-height: 1em;
  text-decoration: none;
}

.indie-guest-div-13 {
  display: flex;
}

.indie-form-div-3 {
  margin-top: 37px;
}

.right-content-ign-11 {
  width: 100%;
  padding-bottom: 15px;
  padding-left: 12px;
}

.div-block-66 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 5px;
  display: flex;
}

.author-name-indie-5 {
  color: #465565;
  font-size: 13px;
  font-weight: 600;
}

.comment-count-ign-13 {
  color: #67829a;
  align-self: flex-end;
  height: auto;
  font-weight: 600;
  line-height: 1em;
}

.reply-indie-div-3 {
  min-height: 15px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.indie-delete-link-9 {
  color: #3c4956;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.indie-reply-interaction-6 {
  color: #3c4956;
  margin-bottom: 7px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.indie-comment-time-6 {
  color: #607c96;
  margin-top: 0;
  margin-left: 9px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.indie-text-input-10 {
  color: #758da3;
  background-color: #f3f6f8;
  border: 1px #c6c7c7;
  border-radius: 3px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.indie-text-input-10:active, .indie-text-input-10:focus, .indie-text-input-10:focus-visible, .indie-text-input-10[data-wf-focus-visible] {
  color: #758da3;
}

.indie-text-input-10::placeholder {
  color: #c0d1e0;
}

.indie-text-input-10.supersparks-email-input-pzot5 {
  color: #758da3;
}

.text-block-59 {
  color: #9cb3c9;
  line-height: 1em;
  text-decoration: none;
}

.indie-guest-div-14 {
  display: flex;
}

.indie-form-div-4 {
  margin-top: 37px;
}

.right-content-ign-12 {
  width: 100%;
  padding-bottom: 15px;
  padding-left: 12px;
}

.div-block-67 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 5px;
  display: flex;
}

.author-name-indie-6 {
  color: #465565;
  font-size: 13px;
  font-weight: 600;
}

.comment-count-ign-14 {
  color: #67829a;
  align-self: flex-end;
  height: auto;
  font-weight: 600;
  line-height: 1em;
}

.collection-list-18 {
  width: 45px;
  display: flex;
}

.empty_emoji_small {
  grid-row-gap: 20px;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.empty_emoji_small.show {
  background-color: #fff;
  border: 0 dashed #654b27;
  border-radius: 10px;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.empty_emoji_small.hidden-box {
  display: none;
}

.pagination-text {
  font-family: Zen Kaku Gothic New, sans-serif;
}

.button-pagination {
  border: 1px solid var(--white-50-capacity);
  background-color: var(--brown-10-capacity);
  color: var(--white-primary-color);
  letter-spacing: .5px;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-pagination:hover {
  border-width: 1px;
  border-color: var(--white-primary-color);
  background-color: var(--transparent);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.button-pagination.white {
  color: #1a863c;
  text-align: center;
  letter-spacing: .5px;
  background-color: #fff;
  border-width: 0;
  border-color: #654b27;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  transition: all .3s;
}

.button-pagination.white:hover {
  border-width: 0;
  border-color: #fff;
  transform: scale(.95);
}

.button-pagination.outline {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  background-color: #fff0;
  border-width: 1px;
  border-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  transition: all .3s;
}

.button-pagination.outline:hover {
  border-width: 1px;
  border-color: #fff;
  transform: scale(.95);
}

.pagination-button-count {
  border: 1px solid var(--white-50-capacity);
  background-color: var(--transparent);
  color: var(--white-primary-color);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: .5rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  text-decoration: none;
  display: flex;
}

.pagination-button-count:hover {
  border-color: var(--white-primary-color);
  background-color: var(--white-primary-color);
  color: var(--white-primary-color);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.pagination-button-count-boc {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  display: flex;
}

.user-attributes-div-2 {
  flex-direction: column;
  margin-left: 19px;
  display: flex;
}

.commented-on-11 {
  color: #545861;
  display: inline-block;
}

.history-tab-select-6 {
  background-color: #fff;
  border-bottom: 1px solid #cfcfcf;
  justify-content: flex-start;
  display: flex;
}

.profile-name-2 {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
}

.commented-on-12 {
  color: #545861;
  display: inline-block;
}

.profile-content-tab-6 {
  background-color: #fff;
  border-bottom: 1px #cfcfcf;
  justify-content: center;
  align-items: center;
  width: 120px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.profile-content-tab-6.w--current {
  color: #333;
  background-color: #fff;
  border-bottom: 2px solid #383838;
}

.history-select-tab-6 {
  color: #333;
}

.content-history-div-5 {
  background-color: #f7f9fa;
  height: 100%;
}

.public-profile-details-6 {
  flex-direction: row;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-block-68 {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.link-block-6 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-69 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.text-block-60 {
  color: #9d9d9d;
  margin-left: 5px;
}

.member-field-div-5 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-select-tabs-4 {
  margin-top: 40px;
}

.h1-news {
  color: var(--green-primary-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 28px;
}

.heading-3 {
  border-left-width: 8px;
}

.multi-ref-item {
  background-color: var(--white-primary-color);
  border: 1px solid #fff;
  border-radius: 8px;
  flex-flow: row;
  width: 100px;
  padding: 10px 3px;
  transition: all .4s;
  display: block;
}

.multi-ref-item:hover {
  border: 1px solid var(--green-primary-color);
}

.div-block-70 {
  margin-top: 0;
}

.link-button-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--green-primary-color);
  border-radius: 100px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: none;
  padding: 1rem 3rem;
  text-decoration: none;
  transition: all .7s;
  display: flex;
}

.link-button-block:hover {
  transform: scale(.98);
}

.link-button-block.hidden {
  display: none;
}

.link-button-block.white {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: var(--white-primary-color);
  border-radius: 10px;
  flex: none;
  padding: .5rem 1rem;
}

.link-button-block.secondary {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  border: 1px solid var(--white-primary-color);
  background-color: var(--transparent);
  border-radius: 10px;
  flex: none;
  padding: .5rem 1rem;
}

.link-button-block.secondary:hover {
  border-color: var(--white-primary-color);
}

.icon-img {
  color: var(--orange-accent-color);
  align-self: center;
}

.icon-img.small {
  width: 15px;
  height: 15px;
}

.icon-img-large {
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
}

.craft-mincho {
  color: var(--white-primary-color);
  font-family: Craftmincho, Georgia, sans-serif;
}

.craft-mincho.small-username {
  color: var(--green-primary-color);
  font-size: 12px;
  line-height: 1.5;
}

.craft-mincho.green {
  color: var(--primary-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.craft-mincho.brown {
  color: var(--brown-hover);
  font-size: 30px;
  line-height: 1.5;
}

.accesnt-font-large {
  color: var(--white-primary-color);
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 18px;
}

.accesnt-font-large.green {
  color: var(--primary-green);
}

.map {
  border-radius: 20px;
  height: 640px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.title-header-container-trasnparent {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  min-height: 35vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 40px 2rem;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.title-header-container-trasnparent.about {
  background-image: linear-gradient(#00000059, #fff0 50%), url('../images/84-LumixSync_copy_2022-12-10-083218-0000RawFile.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 4rem;
}

.title-header-container-trasnparent.yorozer {
  background-image: linear-gradient(#00000059, #fff0 50%), url('../images/P1205227-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 4rem;
}

.title-header-container-trasnparent.pioneer-yorozer {
  background-color: var(--light-background);
  background-image: linear-gradient(#00000059, #fff0 50%), url('../images/yorozer-pioneer.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 1rem;
}

.heading-1-white {
  color: var(--white-primary-color);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.google-map {
  background-image: url('../images/Screenshot-2025-10-24-at-3.49.57-PM.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 640px;
  max-height: 640px;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.google-map.hidden {
  display: none;
}

.mappage-menu-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.mappage-menu-container {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.mark {
  color: var(--white-primary-color);
}

.mark-small {
  width: 10px;
  height: 10px;
}

.map-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: block;
}

.map-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1200px;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.map-title-box {
  flex-flow: column;
  display: flex;
}

.comingsoon {
  background-color: #00000096;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.googlemap-pin {
  width: 30px;
  height: 30px;
  padding-bottom: 0;
  position: absolute;
}

.location-popup {
  z-index: 1000;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--cream);
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 354px;
  height: auto;
  max-height: none;
  padding: 1rem;
  transition: margin .2s, opacity .2s;
  display: none;
  position: absolute;
  inset: 18px 20px 18px auto;
  overflow: visible;
  box-shadow: 0 5px 16px #0003;
}

.popup-info {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-bottom: 0 solid #000;
  border-radius: 10px;
  flex-flow: column;
  height: 100%;
  min-height: 0;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.user-img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100px;
  width: 35px;
  height: 35px;
}

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

.popup-plantinfo {
  grid-column-gap: 10px;
  grid-row-gap: 2px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start stretch;
  display: grid;
}

.popup-plantinfo-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.comment-button {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: var(--green-primary-color);
  text-align: left;
  border-radius: 100px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 25px;
  padding: 0 .5rem;
  text-decoration: none;
  display: flex;
}

.comment-button.hidden {
  display: none;
}

.userinfo-box {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.plantinfo-item-divider {
  background-color: var(--input-outline-color);
  width: 100%;
  height: 1px;
}

.location-popup-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: none;
  height: auto;
  max-height: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.note {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px none var(--white-primary-color);
  background-color: var(--transparent);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.note.for-engineer {
  border-width: 0;
  border-color: var(--light-background);
  background-color: var(--white-50-capacity);
  display: none;
}

.note-text {
  color: var(--white-primary-color);
  margin-bottom: 0;
  font-size: 14px;
}

.note-text.small {
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 14px;
}

.maptitle-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.popup-close-button {
  z-index: 1001;
  background-color: #5c5c5c91;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto auto -12%;
}

.popup-container {
  flex: 0 auto;
  height: 580px;
  max-height: none;
  position: relative;
  overflow: auto;
}

.popup-wrapper {
  overflow: visible;
}

.action-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.checkbox-filed {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.checkbox-large {
  background-color: var(--input-outline-color);
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
  padding: 9px;
}

.checkbox-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-style: solid solid none;
  border-width: 0;
  border-color: black black var(--primary-green);
  background-color: var(--light-green-tag);
  border-radius: 5px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 5px;
  display: flex;
}

.form_field_div-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 0px dashed var(--input-outline-color);
  background-color: var(--light-background);
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  padding: 40px;
  display: flex;
}

.form_field-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.bold-text-2 {
  display: inline;
}

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

.title-header-container-img-map {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(#00000059, #fff0 50%), url('../images/4-P1148638.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  min-height: 60vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 40px 2rem;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.title-header-container-img-map.about {
  background-image: linear-gradient(#00000059, #fff0 50%), url('../images/84-LumixSync_copy_2022-12-10-083218-0000RawFile.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 4rem;
}

.title-header-container-img-map.yorozer {
  background-image: linear-gradient(#00000059, #fff0 50%), url('../images/P1205227-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 4rem;
}

.title-header-container-img-map.pioneer-yorozer {
  background-color: var(--light-background);
  background-image: linear-gradient(#00000059, #fff0 50%), url('../images/yorozer-pioneer.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 1rem;
}

.step-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--green-primary-color);
  border-radius: 0;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 55px;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.step-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white-primary-color);
  border-radius: 15px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  padding: 0;
  display: grid;
  overflow: hidden;
}

.small-white-text {
  color: var(--white-primary-color);
  letter-spacing: .5px;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}

.step-number {
  color: var(--white-primary-color);
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 24px;
}

.step-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.p1-upper-padding {
  color: #654b27;
  text-align: left;
  letter-spacing: 0;
  white-space: pre-line;
  word-break: normal;
  overflow-wrap: normal;
  flex: 0 auto;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-decoration: none;
}

.p1-upper-padding.white {
  color: #fff;
  letter-spacing: .5px;
  order: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  position: static;
  inset: auto 0% 5% 5%;
}

.p1-upper-padding.white.small {
  font-size: 12px;
}

.p1-upper-padding.white.small:hover {
  text-decoration: underline;
}

.p1-upper-padding.white.bold {
  text-align: left;
  letter-spacing: .5px;
  font-size: 14px;
  font-weight: 700;
}

.p1-upper-padding.white.center {
  color: var(--white-primary-color);
  text-align: center;
}

.p1-upper-padding.brown {
  word-break: normal;
}

.p1-upper-padding.brown.small {
  letter-spacing: .5px;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.p1-upper-padding.brown.small.bold {
  font-weight: 700;
}

.p1-upper-padding.brown.small.center {
  text-align: center;
  text-decoration: none;
}

.p1-upper-padding.brown.smaller {
  font-size: 10px;
  line-height: 1.5;
}

.p1-upper-padding.center {
  color: #654b27;
  text-align: center;
}

.p1-upper-padding.bold {
  font-weight: 700;
  display: inline-block;
}

.p1-upper-padding.bold.green.wide {
  text-align: center;
  width: 100%;
}

.p1-upper-padding.small {
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 12px;
  display: block;
}

.p1-upper-padding.small.link {
  color: var(--brown-regular-text-color);
}

.p1-upper-padding.small.green {
  display: block;
}

.p1-upper-padding.small.link-on-hover {
  border-left: 5px solid var(--transparent);
  padding-left: 5px;
}

.p1-upper-padding.small.link-on-hover:hover {
  color: var(--green-primary-color);
  text-decoration: underline;
}

.p1-upper-padding.small.link-on-hover.w--current {
  border-left: 5px solid var(--green-primary-color);
  justify-content: flex-start;
  align-items: center;
  padding-left: 5px;
}

.p1-upper-padding.small.hidden {
  display: none;
}

.p1-upper-padding.small.white {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
}

.p1-upper-padding.small.white:hover {
  text-decoration: none;
}

.p1-upper-padding.small.brown {
  text-align: left;
}

.p1-upper-padding.green {
  color: var(--primary-green);
}

.p1-upper-padding.green.small {
  color: var(--green-primary-color);
}

.p1-upper-padding.green.small.less-height {
  color: var(--primary-green);
  line-height: 1.5;
}

.p1-upper-padding.green.craftmincho {
  line-height: 1.5;
}

.p1-upper-padding.green.craftmincho.center {
  font-size: 12px;
}

.p1-upper-padding.green.bold {
  -webkit-text-stroke-color: #2e8a4b;
}

.p1-upper-padding.green.smaller {
  font-size: 8px;
}

.p1-upper-padding.craftmincho {
  color: var(--brown-regular-text-color);
  letter-spacing: 0;
  flex: 0 auto;
  width: 100%;
  font-family: Craftmincho, Georgia, sans-serif;
  font-weight: 400;
  line-height: 2;
  display: block;
}

.p1-upper-padding.craftmincho.white {
  color: var(--white-primary-color);
}

.p1-upper-padding.craftmincho.big {
  color: var(--brown-regular-text-color);
  flex: 0 auto;
  font-size: 16px;
  display: block;
}

.p1-upper-padding.craftmincho.light-green, .p1-upper-padding.craftmincho.green {
  color: var(--green-primary-color);
}

.p1-upper-padding.craftmincho.center {
  text-align: center;
}

.p1-upper-padding.craftmincho.center.bigger {
  font-size: 20px;
}

.p1-upper-padding.craftmincho.comment-counter {
  text-align: center;
}

.p1-upper-padding.link {
  text-decoration: underline;
}

.p1-upper-padding.link:hover {
  color: var(--green-primary-color);
}

.p1-upper-padding.supersparks-profile-bbbbb {
  white-space: break-spaces;
  word-break: break-all;
  overflow-wrap: normal;
}

.p1-upper-padding.red {
  color: var(--orange-accent);
  font-size: 12px;
}

.step-item-detail {
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.arrow-img {
  border: 0px solid var(--brown-hover);
  background-color: var(--white-primary-color);
  object-fit: contain;
  border-radius: 100px;
  align-self: center;
  min-width: 30px;
  max-width: 0;
  min-height: 30px;
  max-height: 0;
  padding: 7px;
}

.img-bg-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#0000, #00000080), url('../images/137-P1295268.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  min-height: 70vh;
  padding-bottom: 15vh;
  display: flex;
}

.img-section-text-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--transparent);
  flex-flow: column;
  max-width: 780px;
  padding: 0;
  display: flex;
}

.state-mark-box {
  background-color: var(--orange-accent-color);
  padding: 5px;
}

.helper_text {
  color: var(--orange-accent-color);
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 10px;
  font-weight: 500;
}

.helper_text.white {
  color: var(--white-primary-color);
}

.helper_text.green {
  color: var(--primary-green);
}

.helper_text.brown {
  color: var(--brown-regular-text-color);
}

.link-button-block-secondary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 0px solid var(--green-primary-color);
  background-color: var(--white-primary-color);
  border-radius: 100px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: none;
  padding: 1rem 3rem;
  text-decoration: none;
  transition: all .7s;
  display: flex;
}

.link-button-block-secondary:hover {
  transform: scale(.98);
}

.link-button-block-secondary.hidden {
  display: none;
}

.link-button-block-secondary.white {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: var(--white-primary-color);
  border-radius: 10px;
  flex: none;
  padding: .5rem 1rem;
}

.link-button-block-secondary.secondary {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  border: 1px solid var(--white-primary-color);
  background-color: var(--transparent);
  border-radius: 10px;
  flex: none;
  padding: .5rem 1rem;
}

.link-button-block-secondary.secondary:hover {
  border-color: var(--white-primary-color);
}

.link-buttton-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.botton-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-transparent {
  background-color: var(--transparent);
  color: var(--white-primary-color);
  letter-spacing: .5px;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all .3s;
}

.button-transparent:hover {
  border-width: 1px;
  transform: scale(.98);
}

.button-transparent.white {
  color: #1a863c;
  text-align: center;
  letter-spacing: .5px;
  background-color: #fff;
  border-width: 0;
  border-color: #654b27;
  padding: 1rem 3rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  transition: all .3s;
}

.button-transparent.white:hover {
  border-width: 0;
  border-color: #fff;
  transform: scale(.95);
}

.button-transparent.outline {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  background-color: #fff0;
  border-width: 1px;
  border-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  transition: all .3s;
}

.button-transparent.outline:hover {
  border-width: 1px;
  border-color: #fff;
  transform: scale(.95);
}

.button-transparent._2 {
  color: #1a863c;
  text-align: center;
  letter-spacing: .5px;
  background-color: #fff;
  border-width: 0;
  border-color: #654b27;
  padding: 1rem 3rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  transition: all .3s;
}

.button-transparent._2:hover {
  border-width: 0;
  border-color: #fff;
  transform: scale(.95);
}

.help-icon {
  width: 18px;
  height: 18px;
}

.comment-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.help-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--transparent);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

.pop-up {
  z-index: 10000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.popup-help-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--green-primary-color);
  background-color: var(--white-primary-color);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 560px;
  padding: 40px 40px 30px;
  display: flex;
}

.help-item {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.help-item-title {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.close-button {
  background-color: var(--white-primary-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  min-height: 50px;
  display: flex;
  position: absolute;
  inset: 3% 3% auto auto;
}

.close-button-text {
  color: var(--white-primary-color);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 16px;
  line-height: 1;
  display: block;
}

.close-button-box {
  background-color: var(--brown-regular-text-color);
  border-radius: 1000px;
  margin-top: 10px;
  padding: .5rem 2rem;
}

.latest-news-container {
  z-index: 999;
  border: 1px dashed var(--orange-accent);
  background-color: var(--white-primary-color);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 250px;
  max-height: none;
  padding: 0;
  display: flex;
  position: absolute;
  inset: auto 10px 10px auto;
  overflow: visible;
}

.latest-news-container.mobile {
  z-index: 999;
}

.latest-news-cms-wrapper {
  padding: 6px 12px 12px;
}

.latest-news-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.latest-news-title {
  background-color: var(--orange-accent);
  color: var(--white-primary-color);
  text-align: left;
  border-radius: 20px;
  width: auto;
  margin-top: -10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  overflow: hidden;
}

.latest-news-text {
  color: var(--orange-accent);
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
}

.location-title {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.icon-img-nobg {
  aspect-ratio: auto;
  background-color: var(--transparent);
  object-fit: cover;
  border-radius: 0;
  width: 75%;
  height: 75%;
  display: block;
}

.icon-box-navbar {
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 0;
  display: flex;
}

.icon-box-navbar.round {
  border-radius: 100px;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  padding: 0;
}

.icon-box-navbar.profile-img {
  border: 0px solid var(--green-primary-color);
  border-radius: 100%;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  padding: 0;
  overflow: hidden;
}

.notification-number {
  background-color: var(--orange-accent);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.notification-popup1 {
  z-index: 1000;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 0px solid var(--primary-green);
  background-color: #f8f8f200;
  background-image: url('../images/natural-paper-1920x1080-6_1natural-paper-1920x1080 (6).webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 320px;
  min-height: 0;
  max-height: 500px;
  padding: 20px;
  display: none;
  position: absolute;
  top: 65px;
  right: 3%;
  overflow: auto;
  box-shadow: 0 2px 20px #0003;
}

.notification-context {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.notification-context.more {
  display: flex;
}

.notification-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--brown-10-capacity);
  justify-content: space-between;
  align-items: center;
  padding: 8px 4px;
  text-decoration: none;
  display: flex;
}

.notification-item:hover {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--cream);
  background-color: var(--brown-10-capacity);
  border-radius: 10px;
}

.notification-user {
  background-color: var(--default);
  border-radius: 100px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  overflow: hidden;
}

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

.unread-mark {
  background-color: var(--orange-accent);
  border-radius: 20px;
  width: 8px;
  min-width: 8px;
  height: 8px;
  min-height: 8px;
}

.unread-mark.read {
  background-color: var(--cream);
  display: none;
}

.item-link-notification {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.see-more-button {
  border: 1px solid var(--brown-regular-text-color);
  background-color: var(--brown-regular-text-color);
  color: var(--white-primary-color);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.notification-context-more {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.notification-context-more.more {
  display: flex;
}

.popup-title-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.popup-title-text:hover {
  border-left: 0px solid var(--transparent);
  padding-left: 0;
}

.popup-title-text.w--current {
  border-left: 0px solid var(--green-primary-color);
  padding-left: .5rem;
}

.yorozer-point_container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.yorozer-point_container.hidden {
  display: none;
}

.yoroz-p-title {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.yoro-p-icon-img {
  width: 30px;
  height: 30px;
}

.profile-name-text {
  color: var(--brown-regular-text-color);
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.profile-name-text.supersparks-profile-name-membe1 {
  color: var(--brown-regular-text-color);
  margin-bottom: 0;
  font-family: Craftmincho, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

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

.dot-line {
  border-bottom: 1px dashed var(--white-primary-color);
  width: 90%;
}

.badge-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.badge-img {
  border-radius: 100px;
  width: 60px;
  height: 60px;
}

.user-info-box {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pioneer-yorozer-badge-img {
  border: 0px dashed var(--green-primary-color);
  background-color: #edead6;
  background-image: url('../images/パイオニアYorozer.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1000px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.badge-img-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.sticker-img {
  border: 0px solid var(--green-primary-color);
  background-color: var(--white-primary-color);
  border-radius: 1000px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-width: 200px;
  height: 200px;
  min-height: 200px;
  margin-top: 0;
  padding: 8px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.sticker-img-bg {
  background-color: var(--cream);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 20px;
  padding: 35px;
  display: flex;
}

.renewal-date-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-text-botton-primary {
  background-color: var(--green-primary-color);
  color: var(--white-primary-color);
  letter-spacing: .1px;
  border-radius: 20px;
  align-self: flex-start;
  padding: .5rem 1rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.link-text-button-secondary {
  background-color: #654b2740;
  border-radius: 20px;
  align-self: flex-start;
  padding: .5rem 1rem;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.plan-detail-box {
  flex-flow: column;
  display: flex;
}

.plan-name-box {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.plan-box {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .p1.small {
    text-align: left;
  }

  .p1.craftmincho.big {
    color: var(--brown-regular-text-color);
  }

  .h2.white {
    text-align: center;
    padding-left: 0;
  }

  .fs_modal-1_button._2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .favorite-item-link {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .favorite-item-img {
    width: 100%;
  }

  .comment-section-main {
    display: block;
  }

  .comment-flex, .comment-details-wrapper {
    width: 100%;
  }

  .avatar-holder {
    margin-right: 5px;
  }

  .comment-author-details {
    position: static;
  }

  .comment-grid-basic.supersparks-comments-grid-bbbbb {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .comment-card-main.supersparks-reply-card-bbbbb {
    margin-left: 52px;
  }

  .horizontal-upvotes-block {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .primary-buttom._2.w--current {
    color: var(--brown-regular-text-color);
  }

  .ql-editor.supersparks-rich-content-aaaaa {
    margin-top: 3px;
  }

  .public-member-wrapper-2 {
    max-width: 1200px;
  }

  .profile-modal-text, .primary-buttom-2._2.w--current {
    color: var(--brown-regular-text-color);
  }

  .p1-upper-padding.small {
    text-align: left;
  }

  .p1-upper-padding.craftmincho.big {
    color: var(--brown-regular-text-color);
  }

  .img-bg-section {
    background-image: linear-gradient(#fff0, #00000080), url('../images/137-P1295268.avif');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .column-img {
    object-fit: cover;
  }
}

@media screen and (min-width: 1440px) {
  a {
    color: var(--brown-regular-text-color);
  }

  .slide-nav {
    padding-bottom: 10px;
  }

  .p1.white {
    font-size: 14px;
  }

  .p1.brown.small {
    font-family: Zen Kaku Gothic New, sans-serif;
    font-size: 12px;
    line-height: 1.5;
  }

  .full_width_heigh_wrapper.green {
    background-image: linear-gradient(#1a863c80, #1a863c80), url('../images/natural-paper-1920x1080.webp');
    background-position: 0 0, 0 0;
    background-size: auto, 1500px;
    max-width: none;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
  }

  .left-arrow.hide {
    display: none;
  }

  ._w-slider {
    height: 85vh;
  }

  .hero-title {
    flex-direction: column;
  }

  .hero-text {
    position: static;
    inset: 3% 3% 0% auto;
  }

  .search {
    padding-bottom: .25rem;
  }

  .main_container_hero {
    grid-column-gap: 16px;
    grid-row-gap: 80px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    align-items: center;
    max-width: 1920px;
    padding-top: 8vh;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .right-arrow.hide {
    display: none;
  }

  .slide---2 {
    background-position: 50% 45%;
  }

  .c_search_input {
    padding-left: 4em;
    font-size: 12px;
  }

  .search-button {
    padding: 1rem 3rem;
  }

  .search_container {
    width: 30rem;
  }

  .hero-grid-conatiner {
    justify-content: center;
    align-items: center;
    margin-top: 35%;
    margin-bottom: 10%;
    padding-top: 0;
    position: absolute;
    inset: 0%;
  }

  .img.no-edge:hover {
    transform: none;
  }

  .img.round {
    object-fit: cover;
  }

  .sub_container_slider {
    background-image: none;
    background-size: auto;
    border-width: 0;
    border-radius: 50px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .down_arrow_orange {
    border-top-color: var(--orange-accent-color);
  }

  .flex-center-container._2 {
    width: 100%;
  }

  .slider-main_bottom-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

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

  .english_text_box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .swiper-bullet.is-active {
    background-color: #fff;
  }

  .slider-main_arrow.swiper-next {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .slider-main_arrow.swiper-next._2 {
    flex: 0 auto;
    margin-left: -20px;
    position: static;
    inset: 0%;
  }

  .slider-main_arrow.swiper-prev {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    inset: 0% auto 0% 0%;
  }

  .slider-main_arrow.swiper-prev._2 {
    flex: 0 auto;
    min-width: 50px;
    min-height: 50px;
    margin-right: -20px;
    position: static;
    inset: 0%;
  }

  .leaf-container {
    flex-direction: row;
    align-items: center;
  }

  .main_container {
    grid-row-gap: 4rem;
    flex-direction: column;
    max-width: 1400px;
    display: flex;
  }

  .main_container._2 {
    max-width: 1080px;
  }

  .h1.green {
    color: var(--green-primary-color);
  }

  .h1.white.plant {
    color: #fff;
    text-align: left;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #654b27;
    background-color: #0000;
    align-self: flex-start;
    padding: 0;
    font-size: 4rem;
  }

  .h1.white {
    text-align: left;
    font-size: 32px;
  }

  .page-padding {
    overflow: visible;
  }

  .swiper-bullet-wrapper.is-slider-main {
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .plant-slider-box.leaf-white {
    padding-bottom: 1.5rem;
  }

  .full_width_wrapper.green {
    background-image: linear-gradient(#1a863c80, #1a863c80), url('../images/natural-paper-1920x1080.webp');
    background-position: 0 0, 0 0;
    background-size: auto, 1440px;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .button-white:hover {
    opacity: 1;
    background-color: #fff;
  }

  .button-white.outline:hover {
    background-color: #fff0;
  }

  .sub_container {
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .sub_container.center {
    align-items: center;
  }

  .text_box {
    grid-row-gap: 5px;
  }

  .table_wrapper_narrow {
    justify-content: flex-start;
  }

  .purpose_img-box {
    border-radius: 0;
  }

  .div-block-33 {
    justify-content: start;
    justify-items: start;
  }

  .purpose_cms_item-copy {
    background-image: linear-gradient(#00631f80, #00631f80), url('../images/natural-paper-1920x1080.webp');
    background-position: 0 0, 0 0;
    border-width: 0;
    overflow: hidden;
  }

  .purpose_cms_item-copy:hover {
    border-width: 0;
  }

  .tag-text.brown {
    width: auto;
  }

  .tag-text.brown.full {
    width: 6rem;
  }

  .fs_radio-1_field.is-active-inputactive:hover {
    padding-left: .25rem;
  }

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

  .collection-item-3 {
    width: auto;
  }

  .menu-icon {
    font-family: Zen Kaku Gothic New, sans-serif;
  }

  .login-signup-box {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .button-primary-2 {
    align-items: center;
    display: flex;
  }

  .nav-menu-box {
    grid-column-gap: .25rem;
  }

  .link-box-2.w--current {
    border-right-width: 0;
  }

  .dropdown-list {
    border: 2px solid #654b27;
    margin-top: 0;
    position: fixed;
    inset: 0% 0;
  }

  .dropdown-list.w--open {
    width: 15rem;
    max-width: none;
    margin-top: 0;
    padding-top: .5rem;
    padding-left: 1rem;
    position: absolute;
    inset: auto 0%;
  }

  .nav-menu-block---desktop {
    width: auto;
  }

  .icon-box.profile-img {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
  }

  .icon-box-2.radius-0 {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
  }

  .link-nav-text, .link-nav-text.w--current {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .link-nav-text.w--current:hover {
    color: #fff;
  }

  .navbar-container {
    grid-row-gap: 4rem;
    flex-direction: row;
    max-width: 1920px;
    padding-top: 2vh;
    padding-bottom: 2vh;
    display: flex;
  }

  .drop-down-text {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .magazine-menu-wrapper {
    width: 100%;
  }

  .button-secondary-2:hover {
    opacity: 1;
    background-color: #fff;
  }

  .button-secondary-2.green:hover {
    background-color: #1a863c;
  }

  .text_box_2 {
    grid-row-gap: 5px;
  }

  .welcome-section-wrapper {
    grid-template-columns: .5fr .75fr;
  }

  .p1-4.brown.small {
    line-height: 1.5;
  }

  .p1-4.small {
    font-size: 12px;
  }

  .p1-4.white {
    font-size: 14px;
  }

  .main_container_footer {
    grid-row-gap: 4rem;
    flex-direction: column;
    max-width: 1400px;
    display: flex;
  }

  .fs_modal-1_close-5 {
    inset: auto 0% 0%;
  }

  .section-divider {
    padding-top: 2rem;
  }

  .hide {
    display: none;
  }

  .select-button {
    background-color: #fff;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    height: 35px;
    font-family: Craftmincho, Georgia, sans-serif;
    font-size: 16px;
    display: flex;
  }

  .small-text.white {
    color: var(--white-primary-color);
  }

  .fs_modal-1_button-5 {
    border-color: var(--transparent-brown);
    justify-content: space-between;
  }

  .fs_modal-1_popup-5 {
    display: none;
  }

  .wide_container {
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .wide_container.less-padding {
    padding-top: 8vh;
  }

  .fs_modal-1_wrapper-5 {
    display: flex;
  }

  .plant_cms_list {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
  }

  .fs_modal-1_content-5 {
    height: 100%;
    min-height: 0;
    max-height: none;
  }

  .fs_cmsnest_list {
    grid-column-gap: .5rem;
    grid-row-gap: 0rem;
  }

  .form-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .plant-cms-div {
    width: 100%;
    display: flex;
  }

  .tag_template {
    padding-top: .25rem;
    padding-bottom: .25rem;
    display: flex;
  }

  .tag_template.jetboost-applied-filter-item-z9g6 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .tag_template.jetboost-applied-filter-item-zql6 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .tag_template.jetboost-applied-filter-item-6jg2 {
    padding-top: .25rem;
  }

  .plant-collection-list-wrapper.jetboost-list-wrapper-or26.jetboost-list-wrapper-z9g6.jetboost-list-wrapper-zql6.jetboost-list-wrapper-6kbn.jetboost-list-wrapper-6jg2.jetboost-list-wrapper-6xkk.jetboost-list-wrapper-6wvj.jetboost-list-wrapper-61qy.jetboost-list-wrapper-6l1v.jetboost-list-wrapper-6b7m.jetboost-list-wrapper-ornn.jetboost-list-wrapper-z9l7.jetboost-list-wrapper-zq5e.jetboost-list-wrapper-6keg.jetboost-list-wrapper-6jk7.jetboost-list-wrapper-6xgg.jetboost-list-wrapper-61eq.jetboost-list-wrapper-orvv {
    width: 100%;
  }

  .x {
    font-size: 16px;
  }

  .plant_cms_item {
    border-width: 0;
    border-radius: 3px 30px;
    padding-left: 0;
  }

  .text-box-container {
    padding-left: 0;
  }

  .fs_cmsnest_parent {
    grid-template-columns: .5fr 1fr;
  }

  .fs_cmsnest_nested {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
  }

  .hidden-box {
    display: none;
  }

  .table_item {
    justify-content: flex-start;
  }

  .plant_img-box {
    height: 100%;
    padding-bottom: 15%;
  }

  .plant-box {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
    padding-left: 1rem;
  }

  .text_block {
    align-items: stretch;
  }

  .fs_cms_nest_hide {
    display: none;
  }

  .fs_cmsnest_category {
    justify-content: flex-start;
  }

  ._2_columns {
    grid-column-gap: 80px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5vh;
    padding-bottom: 0;
  }

  .collection-plant-feature-list {
    display: flex;
  }

  .my_page_button_text {
    color: #fff;
    font-weight: 500;
  }

  .feature-text {
    z-index: 0;
    border-radius: 100px;
    font-size: 16px;
    font-style: normal;
    position: static;
    inset: auto auto 3% 3%;
  }

  .illustration-trace {
    mix-blend-mode: normal;
    margin-left: 0%;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .basic-infomation-wrapper {
    justify-content: center;
  }

  .plant-feature-container {
    position: static;
  }

  .illustratio-img {
    transform: none;
  }

  .illustratio-img.flip {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .image-10 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .basic-info-top {
    grid-row-gap: 10px;
  }

  .slider-wrap {
    height: 75vh;
  }

  .my-page-button {
    background-color: #0000;
    border-radius: 100px;
  }

  .table_wrapper {
    justify-content: flex-start;
  }

  .slide-nav-3 {
    padding-bottom: 10px;
  }

  .sub_container_white {
    color: var(--primary-green);
  }

  .title-tag._2 {
    border: 0px solid var(--green-primary-color);
    background-color: var(--light-green-tag);
    color: var(--green-primary-color);
  }

  .title-tag._2.lerge {
    background-color: var(--light-background);
    padding: .5rem;
    font-size: 12px;
  }

  .title-tag.coming-soon {
    border: 0px solid var(--green-primary-color);
  }

  .image-14 {
    border-radius: 200px;
  }

  .plant-secondary-imaga {
    border-radius: 10px;
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .s-w_collection_list {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .icon-title-box {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .table_container_2 {
    grid-template-columns: .5fr 1fr;
  }

  .profile_img_container {
    position: relative;
  }

  .fun_fact_item {
    grid-row-gap: 5px;
    flex-direction: column;
    display: flex;
  }

  .fun_fact_box {
    background-color: #fff;
    border-style: dashed;
    border-width: 1px;
  }

  .fs_modal-1_popup {
    display: none;
  }

  .fs_modal-1_content {
    grid-row-gap: 1rem;
    justify-content: center;
  }

  .fs_modal-1_wrapper {
    align-items: center;
  }

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

  .h2 {
    font-size: 26px;
  }

  .h2.center {
    font-size: 24px;
  }

  .title-text-4.large, .title-text_jp.large {
    text-align: center;
  }

  .title-header-container-img.yorozer {
    background-image: linear-gradient(#00000059, #fff0), url('../images/P1205227-1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .img-box {
    border-radius: 18px 18px 0 0;
  }

  .h4 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .h4.green.center {
    line-height: 1.5;
  }

  .h4.center.no-margin {
    flex: 0 auto;
  }

  .l-number {
    color: #fff;
    -webkit-text-stroke-color: #ec6c2e;
    border-color: #ec6c2e;
  }

  ._3-approach_container {
    border-color: #ec6c2e;
    border-radius: 30px;
  }

  .approach_tet {
    grid-row-gap: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  ._w-s_collection_list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  ._w-s_collection_item._2 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    border-radius: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 8px;
    display: flex;
  }

  ._w-s_collection_item.yorozer-item {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    border-radius: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 8px 8px;
    display: flex;
  }

  ._w-s_collection_list_wrapper {
    padding-top: 10px;
  }

  .fs_modal-1_popup-6 {
    display: none;
  }

  .fs_modal-1_content-6 {
    grid-row-gap: 1rem;
    justify-content: center;
  }

  .fs_modal-1_wrapper-6 {
    align-items: center;
  }

  .fs_modal-1_button._2 {
    display: flex;
  }

  .profile-image-box-2._2 {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .blog-top-text-conatiner {
    width: 100%;
    position: relative;
  }

  ._2_columns_blog {
    max-width: none;
    margin-left: 0;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .category_container {
    justify-content: space-between;
    width: 100%;
  }

  .plant_cms_wrapper_w-_bg {
    width: 100%;
    margin-bottom: 0;
  }

  .down_arrow_orange-2 {
    border-top-color: #db5d0e;
  }

  .fs_modal-1_popup-7 {
    display: none;
  }

  .fs_modal-1_content-7 {
    grid-row-gap: 1rem;
    justify-content: center;
  }

  .fs_modal-1_wrapper-7 {
    align-items: center;
  }

  .plant_cms_item_relative {
    border-width: 0;
    border-radius: 0;
  }

  .plant_cms_list_2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 0;
  }

  .h5-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .main_container_magazine {
    grid-row-gap: 80px;
    flex-direction: column;
    max-width: 1000px;
    display: flex;
  }

  .related-plant-img {
    height: 100%;
    padding-bottom: 50%;
  }

  .down_arrow_orange-3 {
    border-top-color: #db5d0e;
  }

  .h5-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .title-header-container {
    margin-bottom: 0;
  }

  .purpose_cms_item-copy-2 {
    background-image: linear-gradient(#00631f80, #00631f80), url('../images/natural-paper-1920x1080.webp');
    background-position: 0 0, 0 0;
    border-width: 0 0 1px;
    overflow: hidden;
  }

  .purpose_cms_item-copy-2:hover {
    border-width: 0;
  }

  .contact_form_wrapper {
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .title-header-container-2 {
    margin-bottom: 0;
  }

  .news-link-block {
    align-items: start;
  }

  .favorites-list--component.jetboost-favorites-list-1lp5, .favorites-list--component.jetboost-favorites-list-6bv2 {
    flex-direction: column;
    display: flex;
  }

  .h5-4, .h5-5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .favorite-item-link {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .favorite-item-img {
    width: 100%;
  }

  .wide_container-2 {
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .h5-6 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .submit-button-2 {
    background-color: var(--green-primary-color);
    font-family: Craftmincho, Georgia, sans-serif;
  }

  .button.jetboost-pagination-next-orvv {
    border: 1px solid var(--green-primary-color);
    background-color: var(--transparent);
    color: var(--green-primary-color);
    font-weight: 400;
  }

  .button.jetboost-pagination-next-orvv:hover {
    background-color: var(--green-primary-color);
    color: var(--white-primary-color);
  }

  .text_tab {
    font-weight: 500;
  }

  .tab-link, .tab-link.w--current, .tab-link._1, .tab-link._1.w--current {
    flex: 1;
  }

  .filter-section-list {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .primary-buttom._2 {
    color: var(--brown-regular-text-color);
  }

  .profile_form-grid {
    max-width: none;
  }

  .profile_menu-heading {
    margin-top: 0;
    padding-left: 0;
    font-family: Craftmincho, Georgia, sans-serif;
  }

  .profile_button.is-blue.margin-top.margin-medium {
    margin-top: 40px;
  }

  .profile_img-2 {
    object-fit: cover;
    border-width: 0;
    width: 100px;
    height: 100px;
  }

  .form_field-div {
    border-bottom-width: 0;
    padding-bottom: 0;
  }

  .container-large {
    border: 2px solid var(--green-primary-color);
    background-color: var(--white-primary-color);
    border-radius: 20px;
    max-width: 1000px;
  }

  .input_field {
    border-color: var(--input-outline-color);
    color: var(--brown-regular-text-color);
  }

  .profile_tab-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-bottom: 1px solid var(--input-outline-color);
    border-right-width: 0;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .tab_link.w--current {
    background-color: #fcfcff00;
    border-bottom-width: 0;
    border-radius: 0;
    flex-flow: column;
    padding: 0;
    display: flex;
  }

  .left {
    width: 60%;
    padding: 50px 60px 60px;
  }

  .calendar-dates {
    flex-wrap: wrap;
    display: flex;
  }

  .right {
    width: 40%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .categories-cards_wrap {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .mid-card.green {
    padding-top: 25px;
  }

  .history-tab-select {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .public-content-card.supersparks-member-card-membe1 {
    background-color: var(--light-background);
    border-bottom: 0 solid #654b270d;
    border-radius: 20px;
    padding: 20px;
  }

  .profile-content-tab {
    border-bottom-width: 5px;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .profile-content-tab.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .content-tabs {
    border-bottom-width: 5px;
    width: auto;
    padding: 0;
  }

  .comment-post-link.supersparks-history-topic-membe1.supersparks-history-link-membe1 {
    color: var(--green-primary-color);
    font-weight: 700;
    text-decoration: none;
  }

  .comment-post-link.supersparks-history-topic-membe1.supersparks-history-link-membe1:hover {
    text-decoration: underline;
  }

  .content-select-tabs {
    margin-top: 30px;
  }

  .tabs-content {
    padding-left: 0;
    padding-right: 0;
  }

  .public-member-wrapper-2 {
    border-width: 2px;
    max-width: 1000px;
  }

  .profile_detail-div-2 {
    height: auto;
  }

  .tab-link, .tab-link.w--current {
    flex: 0 auto;
  }

  .hero_contact-info-form-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-items: start center;
    padding-top: 0;
  }

  .hero_slogan {
    grid-auto-columns: 1fr;
  }

  .hero_edit-location-section {
    border-bottom-style: none;
  }

  .hero_edit-birthday-section {
    border-top-style: solid;
    border-bottom-style: solid;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero_edit-title {
    justify-content: flex-start;
    width: auto;
    display: flex;
  }

  .hero_grid {
    grid-template-rows: minmax(auto, 1.5fr) minmax(auto, 1.5fr) auto;
    grid-template-columns: .75fr 1fr 1fr;
  }

  .hero_profile-button.is-form {
    width: 50%;
  }

  .hero_edit-name-section {
    flex-flow: column;
    grid-auto-columns: 1fr;
  }

  .checkbox-2 {
    margin-top: 0;
  }

  .tablink-1 {
    background-color: var(--transparent);
    flex: 1;
  }

  .filter_sort_wrapper {
    width: 100%;
  }

  .select-field {
    padding-left: 8px;
  }

  .sortby-box {
    border-width: 0;
  }

  .slider-arrow {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
    position: static;
  }

  .title-tag-box {
    flex-flow: wrap;
  }

  .narrow-container {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10vh;
  }

  .small-width-wrapper {
    display: flex;
  }

  .offer-item._2 {
    padding: 0;
    overflow: hidden;
  }

  .offer-item-text._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
  }

  .pricing_text {
    font-size: 48px;
  }

  .offer-text-list {
    flex-flow: column;
    display: flex;
  }

  .primary-buttom-green.hidden {
    display: none;
  }

  .search-title-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .small-width-wrapper-white {
    display: flex;
  }

  .delete-warning {
    z-index: 1;
    background-color: var(--primary-green);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 5px 10px;
    display: flex;
    position: absolute;
    inset: -20px -30px auto auto;
  }

  .title-header-container-green.yorozer {
    background-image: linear-gradient(#00000059, #fff0 50%), url('../images/P1205227-1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .user-name-small {
    text-align: center;
    font-size: 12px;
  }

  .primary-buttom-green-copy.hidden {
    display: none;
  }

  .primary-buttom-2._2 {
    color: var(--brown-regular-text-color);
  }

  .container-8.flex-nav {
    justify-content: center;
    align-items: center;
  }

  .button-pagination:hover {
    border-color: var(--white-primary-color);
    background-color: var(--transparent);
    opacity: 1;
  }

  .button-pagination.outline:hover {
    background-color: #fff0;
  }

  .title-header-container-trasnparent.yorozer, .title-header-container-img-map.yorozer {
    background-image: linear-gradient(#00000059, #fff0 50%), url('../images/P1205227-1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .p1-upper-padding.white {
    font-size: 14px;
  }

  .p1-upper-padding.brown.small {
    font-family: Zen Kaku Gothic New, sans-serif;
    font-size: 12px;
    line-height: 1.5;
  }

  .img-bg-section {
    background-position: 0 0, 50% 80%;
  }

  .button-transparent:hover {
    opacity: 1;
  }

  .button-transparent.outline:hover {
    background-color: #fff0;
  }

  .icon-box-navbar.profile-img {
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
  }
}

@media screen and (min-width: 1920px) {
  .p1.brown.smaller {
    font-size: 10px;
  }

  .p1.craftmincho.big {
    color: var(--brown-regular-text-color);
  }

  .full_width_heigh_wrapper.green {
    background-image: linear-gradient(#1a863c80, #1a863c80), url('../images/natural-paper-1920x1080.webp');
    background-position: 0 0, 0 0;
    background-size: auto, contain;
    height: 100vh;
  }

  ._w-slider {
    height: 85vh;
  }

  .search_input {
    background-color: #0000;
    border: 0 solid #000;
    width: auto;
    min-width: 300px;
    margin-bottom: 0;
    padding: 1rem 4px 1rem 0;
  }

  .hero-text {
    font-size: 4rem;
  }

  .search_option_box {
    width: 100%;
  }

  .search {
    background-color: #fff;
    border-radius: 100px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: .5rem .5rem .5rem 2rem;
    display: flex;
  }

  .main_container_hero {
    justify-content: center;
    align-items: center;
    max-width: 1920px;
    padding-top: 8vh;
  }

  .c_search_input {
    font-size: 14px;
  }

  .option._1, .option._2 {
    height: 40px;
  }

  .search-button {
    background-color: #1a863c;
    border-radius: 1000px;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .search_container {
    width: 40rem;
  }

  .hero-grid-conatiner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: auto;
    margin-top: 35%;
    display: flex;
  }

  .img.round {
    object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .img.no-edge {
    border-radius: 0;
  }

  .img.no-edge:hover {
    transform: none;
  }

  .img.round {
    object-position: 50% 50%;
  }

  .sub_container_slider {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .title-text {
    color: #1a863c;
    letter-spacing: 2px;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #654b27;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .title-text.large {
    margin-bottom: 0;
  }

  .english_text_box {
    margin-top: -1px;
  }

  .swiper-bullet {
    min-width: 1em;
    max-width: 1em;
    height: 1em;
    max-height: 1em;
  }

  .swiper-bullet.is-active {
    background-color: #fff;
  }

  .main_container {
    max-width: 1600px;
    padding-top: 10vh;
    padding-left: 40px;
    padding-right: 40px;
  }

  .main_container._2 {
    max-width: 1080px;
  }

  .leaf-icon {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
  }

  .h1.white.plant {
    font-family: Craftmincho, Georgia, sans-serif;
    font-size: 4rem;
    font-weight: 700;
  }

  .h1.white {
    margin-top: 0;
    font-size: 42px;
  }

  .h1.green {
    font-size: 32px;
  }

  .plant-img-block {
    border-radius: 30px;
  }

  .icon_box {
    width: 30px;
    height: 30px;
  }

  .full_width_wrapper.green {
    background-image: linear-gradient(#1a863c80, #1a863c80), url('../images/natural-paper-1920x1080.webp');
    background-position: 0 0, 0 0;
    background-size: auto, 1920px;
  }

  .button-white.white, .button-white.outline, .button-white._2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .paragraph-box, .sub_container {
    align-items: stretch;
  }

  .sub_container.center {
    align-items: center;
  }

  .text_block_2 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
  }

  .purpose_cms_wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .text_box {
    grid-row-gap: 10px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .profile {
    border-width: 0;
    width: 35px;
    height: 35px;
  }

  .empty_emoji, .empty_emoji.show {
    display: flex;
  }

  .purpose_img-box {
    border-radius: 0;
  }

  .purpose_cms_item-copy {
    background-color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    flex-direction: column;
  }

  .purpose_cms_item-copy:hover {
    border-bottom-width: 0;
  }

  .empty-state-2 {
    display: none;
  }

  .profile_name_text {
    font-size: 12px;
  }

  .fs_radio-1_button {
    outline-offset: 0px;
    border-style: solid;
    outline: 3px #fff;
  }

  .profile_img {
    object-position: 50% 50%;
  }

  .purpose_link_box {
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: grid;
  }

  .form-magazine {
    width: 100%;
  }

  .login-signup-box {
    grid-column-gap: .5rem;
  }

  .dropdown-list {
    border: 2px solid #000;
  }

  .dropdown-list.w--open {
    width: 15rem;
    margin-top: 0;
  }

  .regular-img-no-edge {
    z-index: -10;
    position: static;
  }

  .link-nav-text {
    color: #1a863c;
    font-size: 16px;
  }

  .link-nav-text:hover {
    color: #1a863c;
  }

  .link-nav-text.w--current, .link-nav-text.w--current:hover {
    color: #fff;
  }

  .navbar-container {
    max-width: 1920px;
    padding: 2vh 40px;
  }

  .drop-down-text {
    font-size: 16px;
  }

  .h3.brown {
    line-height: 1.8;
  }

  .text_box_2 {
    grid-row-gap: 10px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .welcome-section-wrapper {
    overflow: visible;
  }

  .text-block_2 {
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
  }

  .faq-item {
    flex-direction: column;
    padding: 1rem 2rem;
    display: flex;
  }

  .p1-4.brown.bold.smaller {
    text-align: left;
  }

  .p1-4.brown.smaller {
    font-size: 10px;
  }

  .p1-4.small {
    font-size: 12px;
  }

  .title-text-2 {
    color: #1a863c;
    letter-spacing: 2px;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #654b27;
    font-family: Craftmincho, Georgia, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .main_container_footer {
    max-width: 1600px;
    padding-top: 10vh;
    padding-left: 40px;
    padding-right: 40px;
  }

  .fs_modal-1_close-5 {
    inset: auto 0% 0%;
  }

  .section-divider {
    width: 100%;
  }

  .select-button {
    background-color: #ffffff80;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-size: 24px;
    font-weight: 400;
    display: flex;
  }

  .regular-img {
    z-index: -10;
    position: static;
  }

  .search_box {
    z-index: 100;
    justify-content: space-between;
    position: relative;
  }

  .fs_modal-1_button-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    font-family: Zen Kaku Gothic New, sans-serif;
    position: relative;
  }

  .mushroom-img-box {
    z-index: 100;
    width: 12rem;
    position: static;
    inset: auto 0% 0% auto;
  }

  .fs_modal-1_popup-5 {
    border: 0 solid #3e9058;
    display: none;
  }

  .big-english-text {
    color: #654b27;
  }

  .wide_container {
    grid-row-gap: 0px;
    align-items: stretch;
  }

  .filter-ttitle {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    align-items: center;
    display: flex;
  }

  .fs_modal-1_wrapper-5 {
    border-width: 2px;
  }

  .plant_cms_list {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
  }

  .tag_text {
    color: #654b27;
    font-size: 10px;
    font-weight: 500;
  }

  .form-2 {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .tag_template {
    cursor: pointer;
  }

  .form-block-6 {
    width: 100%;
  }

  .plant_cms_item {
    background-color: #fff;
    border-width: 0;
  }

  .plant_cms_item:hover {
    border-width: 0;
    border-color: #1a863c;
  }

  .title-icon {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    display: flex;
  }

  .text-box-container {
    padding-left: 1rem;
  }

  .title-text-3 {
    color: #1a863c;
    letter-spacing: 2px;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #654b27;
    font-family: Craftmincho, Georgia, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .fs_cmsnest_parent {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 3px;
    padding-bottom: 3px;
    display: grid;
  }

  .plant-box {
    grid-column-gap: 1.5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-left: 0;
    text-decoration: none;
    display: grid;
  }

  .text_block {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    padding: 1rem 0 1rem 0;
    display: flex;
  }

  ._2_columns {
    grid-column-gap: 100px;
    max-width: 1600px;
    padding-top: 17vh;
    padding-bottom: 8vh;
  }

  .feature-text {
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 18px;
    position: static;
  }

  .illustration-trace {
    margin-left: 0%;
    inset: 0% 0% 0% auto;
  }

  .basic-infomation-wrapper {
    justify-content: center;
  }

  .sub_container_white {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 140px;
    padding-right: 140px;
  }

  .submit-button {
    display: block;
  }

  .table_container_2 {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    padding-top: 3px;
    padding-bottom: 3px;
    display: grid;
  }

  .table_wrapper_3 {
    grid-template-columns: 1fr 1fr;
  }

  .fs_modal-1_popup {
    max-width: none;
    display: none;
  }

  .fs_modal-1_content {
    grid-row-gap: 20px;
  }

  .fs_modal-1_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 70vw;
    display: grid;
  }

  .container-2 {
    grid-row-gap: 1rem;
  }

  .title-text-4 {
    color: #1a863c;
    letter-spacing: 2px;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #654b27;
    font-family: Craftmincho, Georgia, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .title-text-4.large {
    margin-bottom: 0;
  }

  ._3-2-image-block {
    border-radius: 30px;
  }

  .title-text_jp {
    color: #1a863c;
    letter-spacing: 2px;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #654b27;
    font-family: Craftmincho, Georgia, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .title-text_jp.large {
    margin-bottom: 0;
  }

  .title-container-horizontal {
    align-items: center;
    display: flex;
  }

  .h4 {
    text-decoration: none;
  }

  .l-number {
    color: #fff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #e47e4d;
    border-width: 0;
    width: 130px;
    height: 130px;
    font-size: 62px;
  }

  ._3-approach_container {
    grid-column-gap: 40px;
    grid-row-gap: 10px;
  }

  .approach_tet {
    flex-direction: column;
    display: flex;
  }

  ._w-s_collection_list {
    grid-column-gap: 60px;
  }

  ._w-s_collection_item.yorozer-item {
    padding-top: 10px;
  }

  .fs_modal-1_description {
    font-size: 14px;
  }

  .fs_modal-1_popup-6 {
    max-width: none;
    display: none;
  }

  .fs_modal-1_content-6 {
    grid-row-gap: 20px;
  }

  .fs_modal-1_wrapper-6 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 70vw;
    display: grid;
  }

  .blog-img-conatiner {
    object-fit: contain;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50%;
    padding-bottom: 10%;
    display: block;
  }

  .blog-top-text-conatiner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
    padding-left: 5rem;
    padding-right: 5rem;
    display: flex;
  }

  ._2_columns_blog {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0;
  }

  .plant_cms_wrapper_w-_bg {
    margin-bottom: 0;
  }

  .fs_modal-1_popup-7 {
    max-width: none;
    display: none;
  }

  .fs_modal-1_content-7 {
    grid-row-gap: 20px;
  }

  .fs_modal-1_wrapper-7 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 70vw;
    display: grid;
  }

  .plant_cms_item_relative {
    background-color: #fff0;
    border-width: 0;
  }

  .plant_cms_item_relative:hover {
    border-width: 1px;
    border-color: #1a863c;
  }

  .plant_cms_list_2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 0;
  }

  .writer_wrapper-2 {
    grid-row-gap: 1rem;
  }

  .main_container_magazine {
    max-width: 1000px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .title-text-5 {
    color: #1a863c;
    letter-spacing: 2px;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #654b27;
    font-family: Craftmincho, Georgia, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .flex-left-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .profile_name_text-2 {
    font-size: 12px;
  }

  .purpose_cms_item-copy-2 {
    background-color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    flex-direction: column;
  }

  .purpose_cms_item-copy-2:hover {
    border-bottom-width: 0;
  }

  .contact_form_wrapper {
    align-items: center;
  }

  .title-text-6 {
    color: #1a863c;
    letter-spacing: 2px;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #654b27;
    font-family: Craftmincho, Georgia, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .wide_container-2 {
    grid-row-gap: 0px;
    align-items: stretch;
  }

  .regular-img-round {
    z-index: -10;
    position: static;
  }

  .empty_emoji_small, .empty_emoji_small.show {
    display: flex;
  }

  .button-pagination.white, .button-pagination.outline {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .p1-upper-padding.brown.smaller {
    font-size: 10px;
  }

  .p1-upper-padding.craftmincho.big {
    color: var(--brown-regular-text-color);
  }

  .button-transparent.white, .button-transparent.outline, .button-transparent._2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .icon-img-nobg {
    z-index: -10;
    position: static;
  }
}

@media screen and (max-width: 991px) {
  .slide-nav {
    z-index: 10;
  }

  .p1 {
    font-size: 12px;
  }

  .p1.brown.smaller {
    font-size: 9px;
  }

  .p1.craftmincho.big {
    color: var(--brown-regular-text-color);
  }

  .full_width_heigh_wrapper.green, .full_width_heigh_wrapper.green.top {
    height: 100vh;
  }

  .slide---1 {
    width: 100%;
    height: 100%;
  }

  ._w-slider {
    flex: 0 auto;
    height: 85vh;
  }

  .down_arrow {
    background-image: none;
    border-top-color: #654b27;
  }

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

  .main_container_hero {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    padding-top: 11vh;
    display: flex;
  }

  .option._1 {
    background-color: #654b27;
  }

  .search_container {
    width: 100%;
  }

  .hero-grid-conatiner {
    margin-top: 0%;
    margin-bottom: 0%;
    position: static;
  }

  .swiper-bullet {
    width: 10px;
    max-width: 30px;
    height: 10px;
    min-height: 0;
    max-height: 30px;
    font-size: 0;
  }

  .swiper-bullet.is-active {
    width: 10px;
    min-width: 0;
    max-width: 30px;
    height: 10px;
    min-height: 0;
    max-height: 10px;
    font-size: 0;
  }

  .slider-main_arrow.swiper-next {
    display: none;
  }

  .slider-main_arrow.swiper-next._2 {
    display: flex;
  }

  .slider-main_arrow.swiper-prev {
    display: none;
  }

  .slider-main_arrow.swiper-prev._2 {
    display: flex;
  }

  .leaf-container {
    flex-direction: row;
    align-items: center;
  }

  .main_container._2 {
    min-width: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .swiper-slide.is-slider-main {
    width: 50%;
  }

  .icon_box {
    width: 25px;
    height: 25px;
  }

  .full_width_wrapper.green {
    height: auto;
  }

  .full_width_wrapper.green._100vh {
    background-image: linear-gradient(#1a863c80, #1a863c80), url('../images/natural-paper-1920x1080.webp');
    background-position: 0 0, 100% 100%;
    height: auto;
    padding-top: 0;
    position: relative;
  }

  .sub_container.grid {
    display: flex;
  }

  .sub_container.nallow {
    padding-left: 0;
    padding-right: 0;
  }

  .text_block_2 {
    padding: 1rem 0;
  }

  .purpose_cms_list_search {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .table_wrapper_narrow {
    justify-content: flex-start;
  }

  .collection-list-10 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .form-1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .fs_radio-1_field, .fs_radio-1_field.is-active-inputactive {
    width: 100%;
  }

  .purpose_link_box {
    align-items: stretch;
  }

  .collection-item-3 {
    width: 100%;
  }

  .lottie-animation {
    border-radius: 1000px;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 5px;
  }

  .menu-icon {
    z-index: 10000;
    background-color: #fff;
    border: 1px solid #1a863c;
    border-radius: 100px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
    display: flex;
    position: fixed;
    inset: 20px auto auto 40px;
    overflow: hidden;
  }

  .link-box {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-right-width: 0;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .link-box.w--current {
    border-left: 5px solid var(--green-primary-color);
    border-right-width: 0;
    padding: 0 0 0 .5rem;
  }

  .link-box._2.w--current {
    padding-bottom: .5rem;
  }

  .button-primary-2 {
    background-color: #1a863c;
    justify-content: center;
    display: flex;
  }

  .button-primary-2._3, .button-primary-2._2 {
    color: #1a863c;
    background-color: #fff0;
    border-width: 1px;
    border-color: #1a863c;
    justify-content: center;
    display: flex;
  }

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

  .brand-logo-navbar {
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }

  .p1-2 {
    font-size: 12px;
  }

  .brand-logo-box.w--current {
    z-index: 1;
    position: absolute;
  }

  .hamburgermenu-inside {
    z-index: 999;
    background-color: #00000080;
    flex-direction: column;
    align-items: flex-start;
    width: 70vw;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .menu-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .user-login-signup {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding: 0;
    display: grid;
  }

  .nav-menu-box {
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .dropdown_icon {
    font-size: 18px;
  }

  .link-box-2 {
    border-right-width: 0;
  }

  .button-primary-white {
    background-color: #1a863c;
    justify-content: center;
    display: flex;
  }

  .dropdown-list {
    position: absolute;
    top: 0;
  }

  .dropdown-list.w--open {
    z-index: 1000;
    background-image: none;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 0;
    position: static;
    inset: 75% 5% 0%;
  }

  .dropdown-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .useraccount-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fff0;
    border-top: 0 solid #1a863c;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    width: 100%;
    height: auto;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .nav-menu-block---desktop {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: none;
  }

  .close-text {
    color: #1a863c;
    text-align: center;
    letter-spacing: .5px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Craftmincho, Georgia, sans-serif;
    font-size: 8px;
    font-weight: 400;
    display: none;
    position: absolute;
    inset: auto 0% 12%;
  }

  .icon-box {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    padding: 0;
  }

  .icon-box-2 {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    padding: 0;
  }

  .navbar-main {
    z-index: 1000;
  }

  .regular-img-no-edge {
    border-radius: 100px;
  }

  .illustration-box {
    opacity: 1;
    mix-blend-mode: normal;
    width: 100vw;
    height: auto;
    margin-bottom: -20px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .link-nav-text {
    padding: 0;
    font-size: 24px;
  }

  .link-nav-text:hover {
    padding: 0;
  }

  .link-nav-text.w--current {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
  }

  .link-nav-text.dropdown {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .link-nav-text.dropdown:hover {
    color: #1a863c;
  }

  .menu-wrapper {
    z-index: 1000;
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    background-image: url('../images/natural-paper-1920x1080-6_1natural-paper-1920x1080 (6).webp');
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    height: 100%;
    padding-top: 6rem;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: relative;
    overflow: scroll;
  }

  .account-main-links {
    justify-content: space-between;
    align-items: center;
  }

  .navbar-container {
    z-index: auto;
    justify-content: space-between;
    height: 12ch;
  }

  .drop-down-text {
    font-size: 24px;
    text-decoration: none;
  }

  .lottie-text-box {
    width: 100%;
    padding-top: 50%;
    padding-bottom: 50%;
    position: absolute;
  }

  .magazine-menu-wrapper {
    width: 100%;
  }

  .nav-menu-block---mobile {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
    position: absolute;
    inset: 0% 40px 0% auto;
  }

  .menu-text {
    color: #1a863c;
    text-align: center;
    letter-spacing: .5px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Craftmincho, Georgia, sans-serif;
    font-size: 8px;
    font-weight: 400;
    display: flex;
    position: absolute;
    inset: auto 0% 12%;
  }

  .h3 {
    color: var(--green-primary-color);
    letter-spacing: .5px;
    font-family: Zen Kaku Gothic New, sans-serif;
  }

  .p1-3 {
    font-size: 12px;
  }

  .brand-logo-box-footer {
    width: 250px;
  }

  .p1-4 {
    font-size: 12px;
  }

  .p1-4.brown.bold {
    font-size: 14px;
  }

  .p1-4.brown.bold.small {
    font-size: 12px;
  }

  .p1-4.brown.smaller {
    font-size: 9px;
  }

  .brand-ogo-wrapper-footer {
    bottom: 25%;
  }

  .fs-reset_text-3, .checkbox_lable {
    font-size: 12px;
  }

  .fs-reset-3.left {
    justify-content: flex-end;
  }

  .fs-reset-3.left.jetboost-filter-none-6jd4 {
    justify-content: flex-end;
    align-items: center;
  }

  .fs_modal-1_content-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    width: 100%;
    padding: 0 3rem 2rem;
    display: flex;
  }

  .fs_modal-1_content-3.hidden {
    display: none;
  }

  .wide_container {
    overflow: hidden;
  }

  .filter-item-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
    overflow: auto;
  }

  .fs-reset_icon-3 {
    width: 1.5rem;
  }

  .fs_modal-1_wrapper-5 {
    grid-template-columns: 1fr;
  }

  .plant_cms_list {
    grid-template-columns: 1fr 1fr;
  }

  .tag_template {
    border-radius: 100px;
    padding-right: 1rem;
  }

  .title {
    grid-column-gap: .25rem;
    grid-row-gap: 0rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: grid;
  }

  ._2_columns {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: 100%;
    padding: 0 0 10vh;
  }

  .mask-3 {
    border-radius: 0;
    height: 60vh;
  }

  .favoriting-wrapper.center {
    align-self: center;
  }

  .feature-box {
    width: 100%;
    display: flex;
  }

  .slide-4 {
    border-radius: 0;
  }

  .illustration-trace {
    height: 100%;
    display: none;
    inset: 0% 0% 0% auto;
  }

  .basic-infomation-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .plant-feature-container {
    justify-content: center;
    align-items: center;
  }

  .basic-info-top {
    align-items: center;
  }

  .slider-wrap {
    border-radius: 0;
    height: auto;
  }

  .slider {
    height: auto;
  }

  .tag-my-page {
    align-items: center;
  }

  .slide-nav-3 {
    z-index: 10;
  }

  .slider-4 {
    height: auto;
  }

  .title-tag._2.lerge {
    padding: .5rem;
    font-size: 12px;
  }

  .icon-title-box {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .submit-button {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .table_wrapper_3 {
    grid-column-gap: 1rem;
  }

  .fs_modal-1_image {
    z-index: 10;
    border-radius: 0;
    max-height: none;
    display: inline-block;
    position: absolute;
    inset: 0%;
  }

  .fs_modal-1_close {
    width: 50px;
    height: 50px;
    padding: .5rem 1rem;
    top: 1%;
    right: 2%;
  }

  .fs_modal-1_image_box {
    border-radius: 0;
    padding-bottom: 10%;
    position: relative;
  }

  .fs_modal-1_popup {
    display: none;
  }

  .fs_modal-1_content {
    padding: 0 4rem;
  }

  .fs_modal-1_wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: 90vh;
    padding: 0 0 3rem;
    display: flex;
  }

  .img-box {
    width: auto;
    height: auto;
  }

  .h4.green.center {
    font-size: 18px;
  }

  .l-number {
    width: 80px;
    height: 80px;
    font-size: 48px;
  }

  ._3-approach_container {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .approach_tet {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._w-s_collection_list {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._w-s_collection_list._2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  ._w-s_collection_list.yorozer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  ._w-s_collection_item._2 {
    flex-flow: row;
  }

  ._w-s_collection_item.yorozer-item {
    flex-flow: row;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._w-s_collection_list_wrapper {
    width: 600px;
  }

  .fs_modal-1_image_box-2 {
    border-radius: 0;
    padding-bottom: 10%;
    position: relative;
  }

  .fs_modal-1_popup-6 {
    display: none;
  }

  .fs_modal-1_content-6 {
    padding: 0 4rem;
  }

  .fs_modal-1_wrapper-6 {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: 90vh;
    padding: 0 0 3rem;
    display: flex;
  }

  ._2_columns_blog {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: 100%;
    display: flex;
  }

  .blog-top {
    padding-top: 10vh;
  }

  .fs_modal-1_image_box-3 {
    border-radius: 0;
    padding-bottom: 10%;
    position: relative;
  }

  .fs_modal-1_popup-7 {
    display: none;
  }

  .fs_modal-1_content-7 {
    padding: 0 4rem;
  }

  .fs_modal-1_wrapper-7 {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: 90vh;
    padding: 0 0 3rem;
    display: flex;
  }

  .plant_cms_list_2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .related_plant_link_box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .p1-center {
    font-size: 12px;
  }

  .favrite-navgation-wraper {
    flex-flow: row;
    top: 0;
  }

  .favorites-list--no-results.hidden {
    display: none;
  }

  .sticky-column-wrapper {
    flex-flow: column;
    display: flex;
  }

  .favorite-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .wide_container-2 {
    overflow: hidden;
  }

  .navbar-link {
    white-space: nowrap;
    width: auto;
    padding: 20px;
    font-size: 14px;
  }

  .hamburger_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-menu {
    z-index: 40;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px #000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0%;
    display: flex;
    overflow: auto;
  }

  .hamburger_line-middle-in {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger.w--open {
    background-color: #0000;
  }

  .hamburger_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .hamburger_line-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .profile_section {
    padding-top: 3rem;
  }

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

  .hamburger-2 {
    cursor: pointer;
    width: 40px;
  }

  .content-right {
    width: 100%;
  }

  .content-top {
    margin-bottom: 40px;
  }

  .hamburger-line {
    background-color: #000;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line.mid {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .nav {
    border-left: 1px solid #b2b4a833;
    height: auto;
    display: none;
    position: fixed;
    top: 70px;
    bottom: 0;
    right: 0;
  }

  .logo-link.mb-10 {
    display: none;
  }

  .shadow {
    z-index: 998;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #0000004d;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .ui-card {
    justify-content: center;
  }

  .mobile-nav {
    z-index: 99999;
    background-color: #fff;
    border-bottom: 1px solid #b2b4a833;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .section-7 {
    flex-direction: column;
  }

  .figma-card {
    justify-content: center;
  }

  .content-mid {
    flex-direction: column;
  }

  .card-bg {
    top: -10%;
    left: auto;
  }

  .search-2 {
    height: 38px;
    margin-left: 0;
  }

  .nav-2 {
    z-index: 9999;
    background-color: #fff;
    height: auto;
    display: none;
    position: fixed;
    inset: 60px 0% 0 auto;
  }

  .notifi-wrap {
    display: none;
  }

  .notifi-wrap.mobile {
    justify-content: flex-start;
    display: flex;
  }

  .section-8, .content-2 {
    flex-direction: column;
  }

  .hamburger-3 {
    cursor: pointer;
  }

  .left {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .shadow-2 {
    z-index: 999;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #0003;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .calendar-dates {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .form-block-8 {
    z-index: 99;
    background-color: #fff;
    border-bottom: 1px solid #0003;
    align-items: center;
    max-width: none;
    height: 50px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: fixed;
    inset: 60px 0% auto;
  }

  .logo-link-2 {
    display: none;
  }

  .logo-link-2.mobile {
    display: block;
  }

  .hamburger-line-2 {
    background-color: #000;
    width: 40px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line-2.mid {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .form-5 {
    flex: 1;
  }

  .mid-cards_wrap {
    justify-content: center;
  }

  .mobile-nav-2 {
    z-index: 9999;
    background-color: #fff;
    border-bottom: 1px solid #0003;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .right {
    width: 100%;
  }

  .categories-card {
    max-width: none;
  }

  .categories-cards_wrap {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .unstyled-comments-basic {
    max-width: none;
  }

  .post-parent-div, .fullun-div-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .public-member-wrapper {
    width: auto;
  }

  .content-history-div-2 {
    height: auto;
  }

  .forum-pane-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 16px;
  }

  .public-member-wrapper-2 {
    width: 100%;
    height: 100%;
  }

  .content-history-div-3 {
    height: auto;
  }

  .forum-pane-wrapper-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 16px;
  }

  .content-history-div-4 {
    height: auto;
  }

  .forum-pane-wrapper-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .indie-comments-main-div {
    width: auto;
  }

  .ign-comments-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .comments-div-ign {
    width: auto;
  }

  .profile-modal-text {
    color: var(--brown-regular-text-color);
  }

  .profile_section-2 {
    padding-top: 3rem;
  }

  .hero_links {
    border-top: 1px solid #dbdbdb;
  }

  .hero_links-bottom-line {
    margin-top: 10px;
  }

  .hero_contact-info-content {
    padding-bottom: 40px;
  }

  .hero_contact-info {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero_profile-photo-wrap {
    width: 30%;
  }

  .padding-medium {
    padding: 1.5rem;
  }

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

  .hero_profile-button.is-form.is-link {
    margin-top: 0;
  }

  .hero_profile-button.is-second {
    margin-top: 15px;
  }

  .hero_profile-button-div {
    padding-top: 30px;
  }

  .section_hero {
    padding-top: 3rem;
  }

  .hero_edit {
    border-top: 1px solid #dbdbdb;
  }

  .ign-comments-wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .comments-div-ign-2, .comments-div-ign-3 {
    width: auto;
  }

  .circle {
    width: 30px;
    height: 30px;
  }

  .circle._4 {
    width: 100px;
    height: 100px;
  }

  .circle._2, .circle._3, .border-circle {
    width: 80px;
    height: 80px;
  }

  .border-circle._2, .border-circle._3 {
    width: 150px;
    height: 150px;
  }

  .border-circle._5 {
    width: 100px;
    height: 100px;
  }

  .public-member-wrapper-3 {
    width: auto;
  }

  .forum-pane-wrapper-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 16px;
  }

  .public-member-wrapper-4 {
    width: auto;
  }

  .mobile-menu {
    z-index: 100;
    display: flex;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .small-button {
    color: var(--green-primary-color);
    background-color: #fff;
    border-radius: 100px;
    font-family: Zen Kaku Gothic New, sans-serif;
    font-size: 12px;
    font-weight: 500;
  }

  .small-button.w--current {
    background-color: var(--white-primary-color);
    color: var(--green-primary-color);
    text-align: left;
    border-radius: 20px;
    font-family: Zen Kaku Gothic New, sans-serif;
    font-weight: 500;
  }

  .menu-sub-text {
    color: var(--brown-regular-text-color);
    font-family: Zen Kaku Gothic New, sans-serif;
    font-weight: 500;
  }

  .menu-sub-text.green {
    color: var(--green-primary-color);
    font-family: Zen Kaku Gothic New, sans-serif;
    font-weight: 500;
  }

  .menu-sub-text.name {
    color: var(--brown-regular-text-color);
    font-family: Craftmincho, Georgia, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .regular-img-round {
    background-color: var(--default);
    border-radius: 100px;
  }

  .filter_sort_wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .comments-div-ign-4 {
    width: auto;
  }

  .small-width-wrapper-white {
    margin-left: 40px;
    margin-right: 40px;
  }

  .slide-4---no-image {
    border-radius: 0;
  }

  .no-image {
    border-radius: 0;
    height: 60vh;
  }

  .indie-comments-main-div-2, .indie-comments-main-div-3, .indie-comments-main-div-4 {
    width: auto;
  }

  .content-history-div-5 {
    height: auto;
  }

  .link-button-block {
    min-height: 50px;
  }

  .icon-img-large {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
  }

  .google-map {
    border-radius: 0;
  }

  .mappage-menu-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .map-container {
    padding-left: 0;
    padding-right: 0;
  }

  .maptitle-box {
    flex-flow: wrap;
  }

  .p1-upper-padding {
    font-size: 12px;
  }

  .p1-upper-padding.brown.smaller {
    font-size: 9px;
  }

  .p1-upper-padding.craftmincho.big {
    color: var(--brown-regular-text-color);
  }

  .img-bg-section {
    background-image: linear-gradient(#0000, #00000080), url('../images/137-P1295268.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-end;
    min-height: 80vh;
    padding-bottom: 10vh;
    padding-left: 40px;
    padding-right: 40px;
  }

  .link-button-block-secondary {
    min-height: 50px;
  }

  .link-buttton-box {
    flex-flow: column;
  }

  .pop-up, .latest-news-container {
    display: none;
  }

  .latest-news-container.mobile {
    max-width: 100%;
    display: flex;
    position: static;
  }

  .lastes-news-wrapper {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-img-nobg {
    border-radius: 100px;
  }

  .icon-box-navbar {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p1.bold {
    font-size: 12px;
  }

  .hero-text {
    font-size: 32px;
  }

  .search_container {
    width: 100%;
  }

  .hero-grid-conatiner {
    padding-left: 0;
    padding-right: 0;
    left: 0;
    right: 0%;
  }

  .swiper-bullet {
    width: 1em;
    min-width: 1em;
    max-width: 1em;
    height: 1em;
    min-height: 1em;
  }

  .swiper-bullet.is-active {
    width: 15px;
    height: 15px;
  }

  .slider-main_arrow {
    width: 14vw;
    height: 14vw;
  }

  .swiper-slide.is-slider-main {
    width: 100%;
  }

  .title_box {
    grid-row-gap: 15px;
  }

  .title_box._2 {
    grid-row-gap: 5px;
  }

  .icon_box {
    width: 25px;
    height: 25px;
  }

  .full_width_wrapper.green._100vh {
    background-image: linear-gradient(#1a863c80, #1a863c80), url('../images/natural-paper-1920x1080.webp');
    background-position: 0 0, 100% 100%;
  }

  .marquee-cover-horizontal-2 {
    background-image: none;
  }

  .text_box.grid {
    display: block;
  }

  .purpose_cms_list_search {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .purpose_cms_list_toppage {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .news-cms-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .fs_radio-1_group {
    grid-auto-flow: row;
  }

  .menu-icon {
    top: 10px;
    left: 20px;
  }

  .hamburgermenu-inside {
    display: none;
  }

  .menu-list {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .user-login-signup {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-list, .dropdown-list.w--open {
    position: static;
  }

  .useraccount-box {
    flex-direction: column;
    display: flex;
  }

  .nav-menu-block---desktop {
    flex-direction: row;
  }

  .close-text {
    display: none;
  }

  .icon-box {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .icon-box-2 {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .regular-img-no-edge {
    border-radius: 20px;
  }

  .illustration-box {
    inset: auto 0% 0%;
  }

  .link-nav-text {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .link-nav-text.dropdown:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-wrapper {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    padding-right: 40px;
  }

  .lottie-text-box {
    width: 100%;
  }

  .nav-menu-block---mobile {
    flex-direction: row;
  }

  .footer-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .p1-4.bold {
    font-size: 14px;
  }

  .brand-ogo-wrapper-footer {
    bottom: 10%;
  }

  .fs_modal-1_close-5 {
    padding: 1rem;
  }

  .fs-reset-3.left.jetboost-filter-none-6jd4 {
    justify-content: flex-end;
    align-items: center;
  }

  .fs_modal-1_content-3 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1rem 2rem 2rem;
  }

  .fs_modal-1_popup-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .filter-item-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 0;
  }

  .fs_modal-1_content-5 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 0 0 3rem;
  }

  .illustration-trace {
    inset: 0% 0% 0% auto;
  }

  .table_wrapper_3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .fun_fact_item {
    grid-row-gap: 5px;
    flex-direction: column;
    display: flex;
  }

  .fun_fact_box {
    margin-top: 0;
  }

  .fs_modal-1_close {
    width: 50px;
    height: 50px;
    padding: 1rem;
  }

  .name_box {
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .fs_modal-1_image_box {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .fs_modal-1_cover {
    align-items: center;
    display: block;
  }

  .fs_modal-1_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: none;
  }

  .fs_modal-1_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1rem;
    align-items: flex-start;
    padding: 1rem 2rem 0;
  }

  .fs_modal-1_wrapper {
    grid-row-gap: 10px;
    place-items: center start;
    height: auto;
    padding: 0 0 2rem;
  }

  .profile-image-box {
    flex: none;
    width: 100px;
    height: 100px;
  }

  .fs_modal-1_eg {
    font-size: 10px;
  }

  .h2 {
    font-size: 24px;
  }

  .approach_grid {
    grid-template-columns: 1fr;
  }

  .approach_tet {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  ._w-s_collection_list._2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  ._w-s_collection_list.yorozer {
    grid-template-columns: 1fr 1fr 1fr;
    min-width: 340px;
  }

  ._w-s_collection_list_wrapper {
    width: auto;
  }

  .fs_modal-1_image_box-2 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .fs_modal-1_cover-5 {
    align-items: center;
    display: block;
  }

  .fs_modal-1_popup-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: none;
  }

  .fs_modal-1_content-6 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1rem;
    align-items: flex-start;
    padding: 1rem 2rem 0;
  }

  .fs_modal-1_wrapper-6 {
    grid-row-gap: 10px;
    place-items: center start;
    height: auto;
    padding: 0 0 2rem;
  }

  .fs_modal-1_image_box-3 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .fs_modal-1_cover-6 {
    align-items: center;
    display: block;
  }

  .fs_modal-1_popup-7 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: none;
  }

  .fs_modal-1_content-7 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1rem;
    align-items: flex-start;
    padding: 1rem 2rem 0;
  }

  .fs_modal-1_wrapper-7 {
    grid-row-gap: 10px;
    place-items: center start;
    height: auto;
    padding: 0 0 2rem;
  }

  .plant_cms_list_2 {
    grid-template-columns: 1fr 1fr;
  }

  .title_box_page_top {
    grid-row-gap: 15px;
  }

  .favorite-list {
    grid-template-columns: 1fr 1fr;
  }

  .navbar-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-link.far-left {
    margin-left: 0;
  }

  .button_small.nav {
    margin-top: 10px;
  }

  .hamburger_line-bottom {
    background-color: #fff;
  }

  .navbar-menu {
    background-color: #6d95fb;
    border-radius: 20px;
    margin-top: 15px;
    margin-left: 5vw;
    margin-right: 5vw;
    padding: 1rem 5%;
  }

  .hamburger_line-top {
    background-color: #fff;
  }

  .section_big {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hamburger_line-middle {
    background-color: #fff;
  }

  .jetboost-toggle-favorite-61eq.list.saved-map {
    right: 10px;
  }

  .primary-buttom {
    font-size: 12px;
  }

  .primary-buttom._2.w--current {
    display: inline-block;
  }

  .profile_menu-heading {
    border-right-style: none;
    width: 100%;
  }

  .profile_form {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .profile_tab-content {
    width: 100%;
    position: relative;
  }

  .profile_tab-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid #efefff;
    border-right-style: none;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: grid;
  }

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

  .content-card {
    flex-direction: column;
  }

  .tutors {
    grid-template-columns: 1fr;
  }

  .big-top {
    margin-bottom: 40px;
  }

  .content-top, .days-cards {
    margin-bottom: 20px;
  }

  .content-mid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .card-bg {
    top: -10%;
  }

  .calendar-wrap {
    margin-bottom: 50px;
  }

  .left {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .calendar-dates {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .form-block-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mid-text_wrap {
    margin-bottom: 60px;
  }

  .mid-cards_wrap {
    margin-bottom: 50px;
  }

  .mobile-nav-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right {
    padding: 40px 20px;
  }

  .statistic-bot {
    flex-direction: column-reverse;
  }

  .categories-cards_wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .result-wrap {
    grid-column-gap: 40px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .mid-card {
    max-width: none;
  }

  .comment-row {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .ms-dropdown-image {
    width: 2em;
    height: 2em;
  }

  .comment-text {
    margin-bottom: .5em;
  }

  .comment-input.is-primary {
    margin-right: 4em;
    padding-right: .8em;
  }

  .comment-form {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .comment-is-typing-section {
    padding-left: 2.5em;
  }

  .comment-h3 {
    font-size: 1.4em;
  }

  .comment-mod {
    margin-left: .5em;
  }

  .comment-is-typing-section-2 {
    padding-left: 2.5em;
  }

  .comment-text-2 {
    margin-bottom: .5em;
  }

  .comment-h3-2 {
    font-size: 1.4em;
  }

  .comment-image-2 {
    width: 2em;
    height: 2em;
  }

  .comment-new-comment-link {
    min-height: 2em;
  }

  .comment-input-2 {
    font-size: 1em;
  }

  .comment-thread-sort-2 {
    padding-left: 5%;
  }

  .comment-row-2 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .comment-name-row {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    min-height: 2em;
  }

  .comment-reaction-row-2 {
    flex: none;
  }

  .forum-pane-wrapper {
    padding-left: 16px;
  }

  .public-member-wrapper-2 {
    padding: 20px;
  }

  .forum-pane-wrapper-2 {
    padding-left: 16px;
  }

  .forum-pane-wrapper-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .public-profile-details-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .ign-comments-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .profile_menu-heading-2 {
    border-right-style: none;
    width: 100%;
  }

  .profile_form-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .profile_tab-content-2 {
    width: 100%;
    position: relative;
  }

  .profile_tab-menu-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid #efefff;
    border-right-style: none;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: grid;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .ign-comments-wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .circle._4 {
    width: 50px;
    height: 50px;
  }

  .circle._2 {
    width: 30px;
    height: 30px;
    bottom: 45px;
  }

  .circle._3, .border-circle {
    width: 40px;
    height: 40px;
  }

  .border-circle._2 {
    width: 50px;
    height: 50px;
    top: 112px;
    left: 75px;
  }

  .border-circle._3 {
    width: 60px;
    height: 60px;
    top: 0;
  }

  .border-circle._5 {
    width: 50px;
    height: 50px;
  }

  .text-size-large {
    font-size: 2rem;
  }

  .comment-name-row-2 {
    min-height: 2em;
    font-size: .9em;
  }

  .comment-form-button-3.is-icon {
    margin-bottom: 1px;
    inset: 1px 0% 1em auto;
  }

  .comment-row-3 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .comment-is-typing-section-3 {
    padding-left: 2.5em;
  }

  .comment-h3-3 {
    font-size: 1.4em;
  }

  .comment-text-3 {
    margin-bottom: .5em;
  }

  .comment-input-3.is-primary {
    margin-right: 4em;
    padding-right: .8em;
  }

  .comment-image-3, .comment-image-3.is-thread {
    width: 2em;
    height: 2em;
  }

  .comment-mod-2 {
    margin-left: .5em;
  }

  .comment-name-row-3 {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    min-height: 2em;
  }

  .comment-thread-sort-4 {
    padding-left: 5%;
  }

  .comment-image-4 {
    width: 2em;
    height: 2em;
  }

  .comment-row-4 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .comment-new-comment-link-2 {
    min-height: 2em;
  }

  .comment-h3-4 {
    font-size: 1.4em;
  }

  .comment-input-4 {
    font-size: 1em;
  }

  .forum-pane-wrapper-4 {
    padding-left: 16px;
  }

  .regular-img-round {
    border-radius: 0;
  }

  .offer-text-list {
    padding: 30px;
  }

  .primary-buttom-green {
    font-size: 12px;
  }

  .small-width-wrapper-white {
    margin-left: 20px;
    margin-right: 20px;
  }

  .primary-buttom-green-copy, .primary-buttom-2 {
    font-size: 12px;
  }

  .primary-buttom-2._2.w--current {
    display: inline-block;
  }

  .icon-svg, .svg-15 {
    width: 36px;
  }

  .mappage-menu-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .map-container {
    padding-left: 0;
    padding-right: 0;
  }

  .maptitle-box {
    flex-flow: column;
  }

  .action-box {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .p1-upper-padding.bold {
    font-size: 12px;
  }

  .img-bg-section {
    background-position: 0 0, 50% 0;
  }

  .pop-up {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lastes-news-wrapper {
    margin-top: 0;
    padding-left: 20px;
  }

  .icon-img-nobg {
    border-radius: 20px;
  }

  .icon-box-navbar {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    border-left-width: 5px;
    font-size: 14px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-family: Zen Kaku Gothic New, sans-serif;
  }

  h6 {
    font-size: 10px;
  }

  .slide--3 {
    background-position: 50%;
  }

  .c_search_component, .c_search_bar {
    z-index: 1;
  }

  .slide-nav {
    padding-top: 18px;
    font-size: 8px;
  }

  .p1 {
    white-space: pre-line;
    word-break: break-all;
    flex: 0 auto;
    font-size: 12px;
    line-height: 1.8;
    display: block;
  }

  .p1.white {
    font-size: 12px;
  }

  .p1.white.small {
    font-size: 12px;
    font-weight: 500;
  }

  .p1.white.bold {
    font-size: 12px;
  }

  .p1.white.center.bg-effect {
    display: none;
  }

  .p1.white.center.bg-effect.mobile {
    filter: drop-shadow(0 2px 5px #000000b3);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    display: block;
  }

  .p1.brown {
    color: #654b27;
    word-break: normal;
  }

  .p1.brown.small {
    font-size: 12px;
  }

  .p1.brown.smaller {
    font-size: 10px;
    line-height: 1.5;
  }

  .p1.bold {
    font-size: 12px;
  }

  .p1.green.small {
    line-height: 1.5;
  }

  .p1.green.small.less-height, .p1.green.small.title {
    font-size: 10px;
  }

  .p1.smaller.brown.link.no-underline {
    font-size: 8px;
  }

  .p1.craftmincho.big {
    color: var(--brown-regular-text-color);
  }

  .p1.craftmincho.center.bigger {
    font-size: 16px;
  }

  .full_width_heigh_wrapper.green {
    background-image: linear-gradient(#1a863c80, #1a863c80), url('../images/natural-paper-1920x1080.webp');
    background-position: 0 0, 0 0;
    background-size: auto, 1000px;
    height: 90vh;
  }

  .left-arrow {
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: absolute;
    left: 0;
  }

  .left-arrow.hide {
    display: none;
  }

  .slide---1 {
    background-position: 20% 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  ._w-slider {
    border-radius: 20px;
    height: 82vh;
    overflow: hidden;
  }

  .down_arrow {
    border-top-color: var(--white-primary-color);
    background-image: none;
  }

  .search_input {
    font-size: 12px;
  }

  .hero-text {
    text-align: center;
    -webkit-text-stroke-width: 0px;
    font-size: 28px;
    font-weight: 400;
    position: static;
    inset: 3% 0% auto;
  }

  .main_container_hero {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    padding: 9vh 20px 30px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .slide--4 {
    background-position: 50%;
  }

  .right-arrow {
    inset: 0% 0 45% auto;
  }

  .right-arrow.hide {
    display: none;
  }

  .slide---2 {
    background-position: 50%;
  }

  .c_search_input {
    color: var(--brown-regular-text-color);
    padding-left: 3.5em;
    font-family: Zen Kaku Gothic New, sans-serif;
  }

  .option._1 {
    background-color: #fff;
    height: 35px;
  }

  .option._2 {
    border: 1px solid var(--white-primary-color);
    background-color: var(--transparent);
    height: 35px;
  }

  .search-button {
    padding: .5rem 2rem;
    font-size: 12px;
  }

  .search_container {
    padding-left: 0;
    padding-right: 0;
    position: static;
    inset: auto 0% 5%;
  }

  .hero-grid-conatiner {
    margin-top: 0%;
    margin-bottom: 0%;
    padding-left: 0;
    padding-right: 0;
    position: static;
    inset: auto 0% 0%;
  }

  .page-wrapper-2 {
    z-index: 1;
  }

  .favoriting-icon {
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
  }

  .favoriting-icon.bigger {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .favoriting-icon.bigger.white {
    min-width: 25px;
    min-height: 25px;
    padding: 5px;
  }

  .img.round {
    padding: 1px;
  }

  .english_text_fukidashi {
    background-color: var(--orange-accent);
    border-radius: 100px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 8px;
  }

  .sub_container_slider {
    grid-row-gap: 20px;
    border-width: 0;
    border-radius: 10px;
    padding: 0 20px;
  }

  .down_arrow_orange {
    border-top-color: var(--orange-accent);
  }

  .jetboost-toggle-favorite-1lp5 {
    justify-content: center;
    align-items: center;
  }

  .home-main-body {
    overflow: hidden;
  }

  .flex-center-container._2 {
    align-items: stretch;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .slider-main_bottom-wrapper {
    padding-top: 0;
  }

  .text_english {
    letter-spacing: 0;
    font-size: 10px;
  }

  .slider-main_top-wrapper {
    z-index: 0;
  }

  .title-text {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .title-text.large {
    font-size: 1.2rem;
  }

  .swiper-bullet {
    border-radius: 100%;
    flex: 0 auto;
    width: 10px;
    min-width: 0;
    max-width: 30px;
    height: 10px;
    min-height: 0;
    max-height: 30px;
    font-size: 0;
  }

  .swiper-bullet.is-active {
    flex: 0 auto;
    width: 10px;
    min-width: 0;
    max-width: 30px;
    height: 10px;
    min-height: 0;
    max-height: 30px;
    font-size: 0;
  }

  .slider-main_arrow.swiper-next {
    width: 35px;
    min-width: 40px;
    height: 35px;
    min-height: 40px;
    display: none;
    inset: 0% 0% 0% auto;
  }

  .slider-main_arrow.swiper-next._2 {
    margin-left: -10px;
  }

  .slider-main_arrow.swiper-prev {
    z-index: 1;
    width: 35px;
    min-width: 40px;
    height: 35px;
    min-height: 40px;
    display: none;
    inset: 0% auto 0% 0%;
  }

  .slider-main_arrow.swiper-prev._2 {
    margin-right: -10px;
  }

  .leaf-container {
    flex-direction: row;
    align-items: center;
  }

  .item-is-not-favorite {
    display: block;
  }

  .slider-main_button-icon-2, .slider-main_button-icon-2.is-reversed {
    height: 100%;
  }

  .main_container {
    grid-row-gap: 40px;
    padding: 5vh 20px;
    position: static;
  }

  .main_container.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .main_container._2 {
    padding-top: 4vh;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .main_container.top {
    grid-row-gap: 0rem;
  }

  .leaf-icon {
    width: 18px;
    height: 18px;
  }

  .h1.green {
    font-size: 24px;
    font-weight: 400;
  }

  .h1.white {
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
  }

  .h1.white.plant {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
  }

  .h1.white {
    text-align: left;
    font-size: 24px;
    line-height: 1.5;
  }

  .h1.green {
    font-size: 24px;
  }

  .favorite-link.vertical {
    justify-content: center;
    align-items: center;
    width: auto;
    padding: .5rem;
  }

  .favorite-link.vertical:hover {
    padding-top: .5rem;
  }

  .swiper.is-slider-main.jetboost-list-wrapper-1lp5 {
    z-index: 0;
  }

  .item-is-favorite {
    height: auto;
  }

  .swiper-slide.is-slider-main {
    z-index: 1;
  }

  .title_box {
    grid-row-gap: 5px;
  }

  .title_box._2 {
    grid-row-gap: 0px;
  }

  .icon_box {
    width: 25px;
    height: 25px;
    display: block;
  }

  .swiper-bullet-wrapper.is-slider-main {
    flex-wrap: wrap;
    flex: none;
  }

  .plant-slider-box {
    padding-bottom: 1rem;
  }

  .plant-slider-box.leaf-white {
    z-index: 0;
    clear: none;
    position: static;
  }

  .about {
    overflow: hidden;
  }

  .full_width_wrapper.green {
    background-image: linear-gradient(#1a863c80, #1a863c80), url('../images/natural-paper-1920x1080.webp');
    background-position: 0 0, 0 0;
    background-size: auto, contain;
    position: relative;
  }

  .full_width_wrapper.green._100vh {
    background-image: linear-gradient(#1a863c80, #1a863c80), url('../images/natural-paper-1920x1080.webp');
    background-position: 0 0, 0 0;
    height: auto;
  }

  .marquee-horizontal-large-2 {
    height: 130px;
  }

  .icon-container-alt-2 {
    width: 200px;
    height: 110px;
    box-shadow: 0 1px 11px 3px #00772680;
  }

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

  .button-white.white {
    color: #1a863c;
    justify-content: center;
    display: flex;
  }

  .button-white.outline {
    color: #fff;
    justify-content: center;
    display: flex;
  }

  .button-white._2 {
    color: #1a863c;
    justify-content: center;
    display: flex;
  }

  .paragraph-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub_container {
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .sub_container.nallow {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .sub_container.center {
    align-items: stretch;
  }

  .sub_container.nallow {
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .text_block_2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    padding: 1rem 0;
  }

  .text_box.grid {
    padding-left: 0;
    padding-right: 0;
  }

  .purpose_cms_list_search {
    grid-template-columns: 1fr;
  }

  .table_wrapper_narrow {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .profile-date-box {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
  }

  .collection-list-10 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-wrap: nowrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .profile {
    width: 30px;
    height: 30px;
  }

  .collection-list-14 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .news-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 20px;
    padding: 1rem 20px;
  }

  .empty_emoji.show {
    border-width: 0;
  }

  .news-cms-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .purpose_img-box {
    padding-top: 50%;
    padding-bottom: 25%;
  }

  .purpose_cms_item-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .fs_radio-1_label {
    font-size: 8px;
  }

  .tag-text {
    color: #fff;
    background-color: #fff0;
    border-width: 1px;
    align-items: center;
    padding-top: .125rem;
    padding-bottom: .125rem;
    font-size: 8px;
    line-height: 1.5;
    display: flex;
  }

  .tag-text.brown {
    background-color: #fff0;
    width: auto;
  }

  .tag-text.brown.full {
    background-color: #fff0;
  }

  .profile_name_text {
    font-size: 10px;
    font-weight: 500;
  }

  .jetboost-toggle-favorite-1lzz {
    align-items: center;
  }

  .writer_container {
    grid-column-gap: 5px;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .fs_radio-1_field {
    border-width: 1px;
    border-color: #1a863c80;
    width: 100%;
    height: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .fs_radio-1_field:hover {
    height: 60px;
  }

  .fs_radio-1_field.is-active-inputactive {
    width: 100%;
    height: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .fs_radio-1_field.is-active-inputactive:hover {
    height: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .profile_img.photo {
    padding: 1px;
  }

  .purpose_link_box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    padding-right: .5rem;
    display: grid;
  }

  .collection-item-3 {
    width: 100%;
  }

  .lottie-animation {
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: auto;
    display: flex;
    position: absolute;
    bottom: 6px;
    overflow: visible;
  }

  .menu-icon {
    z-index: 1000;
    background-color: #fff;
    border-width: 1px;
    border-color: #1a863c;
    border-radius: 1000px;
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
    position: fixed;
    inset: 8px auto auto 20px;
    overflow: hidden;
  }

  .link-box {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-right-width: 0;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .link-box.w--current {
    border-left: 5px solid var(--green-primary-color);
    border-right-width: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: .5rem;
  }

  .link-box._2 {
    border-left: 0 solid #1a863c;
    border-right-width: 0;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .button-primary-2 {
    background-color: #1a863c;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .button-primary-2.w--current {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .button-primary-2._3 {
    color: #1a863c;
  }

  .button-primary-2._2 {
    color: #1a863c;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
  }

  .magazine_menu_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
    overflow: visible;
  }

  .brand-logo-navbar {
    width: 120px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    position: static;
  }

  .brand-logo-navbar.w--current {
    z-index: 1;
    width: 150px;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }

  .p1-2 {
    font-size: 12px;
  }

  .p1-2.green {
    line-height: 1.5;
  }

  .brand-logo-box {
    width: 120px;
  }

  .brand-logo-box.w--current {
    z-index: 1;
    width: 120px;
  }

  .hamburgermenu-inside {
    z-index: 999;
    background-color: #00000080;
    justify-content: space-between;
    align-items: flex-start;
    width: 70vw;
    height: 100vh;
    padding: 0 0 0;
    display: none;
    position: fixed;
    inset: 0% auto 0% 0%;
    overflow: hidden;
    box-shadow: 2px 2px 10px #0003;
  }

  .mobile-menu-wrapper {
    width: 100%;
    height: auto;
  }

  .menu-list {
    grid-column-gap: .25rem;
    grid-row-gap: 1rem;
    background-image: none;
    align-items: flex-start;
    height: auto;
    padding: 0 0 0;
  }

  .user-login-signup {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .nav-menu-box {
    display: none;
  }

  .dropdown_icon {
    font-size: 18px;
  }

  .dropdown-list {
    margin-top: 0;
    position: static;
  }

  .dropdown-list.w--open {
    border-width: 1px;
    border-color: #1a863c;
    border-radius: 10px;
    height: auto;
    margin-top: .5rem;
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    position: static;
    overflow: hidden;
  }

  .dropdown-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .useraccount-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fff0;
    border: 0 solid #000;
    border-radius: 0;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: flex-start center;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
    inset: auto 20px 5%;
  }

  .nav-menu-block---desktop {
    flex-direction: row;
    display: none;
  }

  .close-text {
    color: #1a863c;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 7px;
    font-weight: 400;
    display: none;
    position: absolute;
    inset: auto 0% 12%;
  }

  .icon-box {
    width: 25px;
    min-width: 35px;
    height: 25px;
    min-height: 35px;
    padding: 0;
  }

  .icon-box-2 {
    width: 25px;
    min-width: 35px;
    height: 25px;
    min-height: 35px;
    padding: 0;
  }

  .navbar-main {
    position: absolute;
    inset: 0% 0% auto;
  }

  .regular-img-no-edge {
    border-radius: 100px;
  }

  .illustration-box {
    z-index: 0;
    mix-blend-mode: darken;
    width: 100vw;
    margin-bottom: -10px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .collection-item-6 {
    border: 0 solid #1a863c;
    flex-direction: row;
    padding-left: .5rem;
  }

  .link-nav-text {
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    position: relative;
  }

  .link-nav-text:hover {
    padding: 0;
  }

  .link-nav-text.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
  }

  .link-nav-text.w--current:hover {
    padding: 5px 10px;
  }

  .link-nav-text.dropdown {
    border-width: 0;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .link-nav-text.dropdown:hover {
    color: #1a863c;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .menu-wrapper {
    z-index: 10000;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-image: url('../images/natural-paper-1920x1080-6_1natural-paper-1920x1080 (6).webp');
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    height: 100%;
    padding: 5rem 20px;
    display: flex;
    position: relative;
    overflow: scroll;
  }

  .account-main-links {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-container {
    grid-row-gap: 40px;
    height: 8vh;
    padding: .5rem 20px;
  }

  .drop-down-text {
    color: #1a863c;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
  }

  .lottie-text-box {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 50%;
    padding-bottom: 50%;
    display: flex;
    position: relative;
    inset: 0%;
    overflow: hidden;
  }

  .nav-menu-block---mobile {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    position: absolute;
    inset: auto 20px auto auto;
  }

  .navbar-wrapper {
    height: 8vh;
  }

  .menu-text {
    color: #1a863c;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 7px;
    font-weight: 400;
    display: block;
    position: absolute;
    inset: auto 0% 12%;
  }

  .h3.white, .h3.white.bg {
    font-size: 1rem;
  }

  .h3.no-space {
    font-size: 16px;
    line-height: 1;
  }

  .h3.green.craftmincho {
    font-size: 16px;
    font-weight: 400;
  }

  .h3.brown {
    font-size: 18px;
  }

  .button-secondary-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-secondary-2.green {
    color: #fff;
    justify-content: center;
    display: flex;
  }

  .welcome-section-wrapper {
    display: flex;
  }

  .text-block_2 {
    grid-row-gap: 20px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .accordion-top-icon {
    padding: 6px;
  }

  .accordion-top-icon-wrap {
    width: 15px;
    height: 15px;
  }

  .p1-3 {
    font-size: 12px;
  }

  .p1-3.brown {
    color: #654b27;
  }

  .accordion-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .accordion-top-text {
    letter-spacing: .5px;
    font-size: 12px;
    font-weight: 700;
  }

  .faq-item {
    padding: 1rem;
  }

  .accordion-top-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    margin-bottom: 2rem;
  }

  .brand-logo-box-footer {
    width: 150px;
  }

  .brand-logo-box-footer.w--current {
    margin-bottom: 5%;
  }

  .footer-section-container {
    align-items: center;
  }

  .p1-4 {
    font-size: 12px;
  }

  .p1-4.brown {
    color: #654b27;
  }

  .p1-4.brown.small {
    font-family: Zen Kaku Gothic New, sans-serif;
    font-size: 12px;
  }

  .p1-4.brown.bold {
    font-size: 12px;
  }

  .p1-4.brown.bold.smaller {
    font-size: 10px;
    line-height: 1.5;
  }

  .p1-4.brown.smaller {
    font-size: 10px;
  }

  .p1-4.green {
    line-height: 1.5;
  }

  .p1-4.small {
    font-size: 10px;
  }

  .p1-4.white, .p1-4.white.bold {
    font-size: 12px;
  }

  .p1-4.white.small {
    font-size: 12px;
    font-weight: 500;
  }

  .p1-4.craftmincho {
    font-size: 14px;
    font-weight: 400;
  }

  .p1-4.bold {
    font-size: 12px;
  }

  .title-text-2 {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .footer-item-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-content: center;
    align-items: center;
  }

  .footer-item-block {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .main_container_footer {
    grid-row-gap: 40px;
    padding: 5vh 20px;
    position: static;
  }

  .main_container_footer.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .fs_modal-1_close-5 {
    background-color: #1a863c;
    border-radius: 0;
    align-items: center;
    height: 3rem;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: absolute;
    inset: auto 0% 0%;
  }

  .section-divider {
    grid-column-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  .fs-reset_text-3 {
    font-size: 10px;
    line-height: 2;
  }

  .filter-by_wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .checkbox_lable {
    font-size: 12px;
  }

  .fs-reset-3.left {
    justify-content: flex-end;
  }

  .fs-reset-3.left.jetboost-filter-none-or26, .fs-reset-3.left.jetboost-filter-none-6kbn, .fs-reset-3.left.jetboost-filter-none-zql6, .fs-reset-3.left.jetboost-filter-none-z9g6, .fs-reset-3.left.jetboost-filter-none-6jg2, .fs-reset-3.left.jetboost-filter-none-6wvj, .fs-reset-3.left.jetboost-filter-none-61qy, .fs-reset-3.left.jetboost-filter-none-6l1v, .fs-reset-3.left.jetboost-filter-none-6b7m, .fs-reset-3.left.jetboost-filter-none-ornn, .fs-reset-3.left.jetboost-filter-none-z9l7, .fs-reset-3.left.jetboost-filter-none-zq5e, .fs-reset-3.left.jetboost-filter-none-6keg, .fs-reset-3.left.jetboost-filter-none-6jk7, .fs-reset-3.left.jetboost-filter-none-6xgg, .fs-reset-3.left.jetboost-filter-none-6jd4 {
    justify-content: flex-end;
    align-items: center;
  }

  .search_box {
    height: 3rem;
  }

  .fs_modal-1_content-3 {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    padding: 0 1.5rem 2rem;
    display: flex;
  }

  .small-text.green {
    color: var(--green-primary-color);
    font-weight: 500;
  }

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

  .fs_modal-1_component-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .fs_modal-1_button-5 {
    height: 3rem;
    padding-left: 1rem;
  }

  .mushroom-img-box {
    width: 8rem;
    margin-bottom: -10px;
  }

  .fs_modal-1_popup-5 {
    align-items: flex-start;
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .wide_container {
    grid-row-gap: 40px;
    padding: 0 20px 8vh;
  }

  .wide_container.first {
    padding-top: 8vh;
    padding-bottom: 4vh;
  }

  .wide_container.no-gap {
    grid-row-gap: 0px;
  }

  .wide_container.no-padding {
    padding-top: 0;
  }

  .wide_container.first, .wide_container._w-sticky {
    padding-top: 8vh;
  }

  .wide_container.less-padding {
    padding-top: 8vh;
    padding-bottom: 4vh;
  }

  .wide_container._2 {
    padding-top: 8vh;
  }

  .filter-item-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-left: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
    display: flex;
    overflow: scroll;
  }

  .fs-reset_icon-3 {
    width: 1.2rem;
  }

  .filter-section-container {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-wrap: wrap;
    display: flex;
  }

  .filter-ttitle {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
    display: flex;
  }

  .fs_modal-1_wrapper-5 {
    border-radius: 20px;
    height: 80vh;
  }

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

  .bold-text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
  }

  .fs_cmsfilter_list.jetboost-filter-zq5e.right-align {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    width: 100%;
  }

  .top-filter {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .fs_modal-1_content-5 {
    padding: 0 0 3rem;
    overflow: hidden;
  }

  .fs_cmsnest_list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    display: flex;
  }

  .checkbox_field {
    border-color: var(--transparent-brown);
  }

  .plant_cms_item {
    justify-content: flex-start;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: grid;
  }

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

  .title-icon {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    display: flex;
  }

  .text-box-container {
    padding-bottom: 0;
  }

  .title-text-3 {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
  }

  .fs_cmsnest_parent {
    grid-template-columns: .5fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .table_item {
    border-top-left-radius: 9px;
    padding-left: 0;
    padding-right: 0;
  }

  .plant_img-box {
    border-radius: 0;
    height: auto;
    padding-bottom: 50%;
  }

  .plant-box {
    grid-column-gap: 1rem;
    grid-row-gap: 0px;
    flex-direction: row-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start flex-start;
    place-items: stretch start;
    height: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .text_block {
    grid-row-gap: .2rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 0;
  }

  .collection-item-7 {
    border: 0 solid #1a863c;
    flex-direction: row;
    padding-left: .5rem;
  }

  .slider-3 {
    justify-content: flex-start;
    align-items: center;
  }

  ._2_columns {
    padding: 0 0 3vh;
  }

  .jetboost-toggle-favorite-vmrb {
    justify-content: center;
  }

  .my_page_button_text {
    font-weight: 500;
  }

  .feature-text {
    border-radius: 15px;
    width: 100%;
    font-weight: 400;
  }

  .mask-3 {
    border-radius: 0;
    height: 55vh;
  }

  .favoriting-wrapper.center {
    z-index: 100;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-width: 0;
    border-color: #fff;
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr minmax(1px, 1px) 1fr minmax(1px, 1px) 1fr minmax(1px, 1px) 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0;
    display: flex;
  }

  .feature-box {
    height: auto;
  }

  .slide-4 {
    border-radius: 0;
  }

  .title-container {
    display: flex;
  }

  .illustration-trace {
    display: none;
    inset: 0% 0% 0% auto;
  }

  .basic-infomation-wrapper {
    grid-row-gap: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .jetboost-toggle-favorite-vnrb {
    flex-direction: column;
    justify-content: center;
  }

  .plant-feature-container {
    justify-content: center;
    align-items: center;
  }

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

  .illustratio-img {
    object-fit: contain;
    object-position: 0% 100%;
  }

  .illustratio-img.flip {
    object-fit: contain;
    object-position: 100% 0%;
  }

  .basic-info-top {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    align-items: center;
  }

  .arrow_icon.right {
    border-width: 1px;
    padding: 15px;
  }

  .arrow_icon.left {
    border-width: 1px;
    margin-top: 140px;
    margin-bottom: auto;
    padding: 15px;
  }

  .slider-wrap {
    border-radius: 0;
    height: auto;
  }

  .down_arrow-white {
    border-left-width: 10px;
    border-right-width: 0;
  }

  .slider {
    border-radius: 0;
    height: auto;
  }

  .my-page-button {
    background-color: #0000;
    border-radius: 100px;
  }

  .tag-my-page {
    align-items: center;
  }

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

  .slide-nav-3 {
    padding-top: 18px;
    font-size: 8px;
  }

  .slider-4 {
    border-radius: 0;
    height: auto;
  }

  .icon-img {
    object-fit: contain;
    flex: 0 auto;
    width: 20px;
    height: 20px;
    padding: 0;
    display: block;
    overflow: visible;
  }

  .sub_container_white {
    grid-row-gap: 20px;
    background-size: 1500px;
    border-width: 1px;
    border-radius: 15px;
    padding: 4vh 20px;
  }

  .contact_form_top {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    background-color: var(--transparent);
  }

  .title-tag {
    justify-content: center;
    min-width: 35px;
    font-size: 8px;
    display: flex;
  }

  .title-tag._2, .title-tag.coming-soon {
    font-size: 7px;
  }

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

  .s-w_collection_list {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .form_plant_contact-_box {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .input_plantname {
    font-size: 10px;
  }

  .s-w_collection_item {
    grid-column-gap: 20px;
  }

  .table_container_2 {
    grid-template-columns: 1fr 1fr;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .form-title {
    flex-flow: wrap;
  }

  .grid-half {
    flex-direction: column;
    display: flex;
  }

  ._2-collumn {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .sub_container_list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .profile_img_container {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
  }

  .fun_fact_box {
    border-radius: 10px;
  }

  .profile_text_container {
    grid-row-gap: 10px;
  }

  .fs_modal-1_image {
    border-radius: 18px 18px 0 0;
  }

  .fs_modal-1_close {
    z-index: 1000;
    grid-row-gap: 0px;
    border-width: 0;
    width: 40px;
    height: 40px;
    margin-top: 0;
    padding: 0;
    line-height: 1.2;
    position: fixed;
    top: 20px;
    right: 20px;
  }

  .name_box {
    grid-row-gap: 0px;
  }

  .fs_modal-1_close-icon {
    width: .5rem;
    height: auto;
  }

  .fs_modal-1_cover {
    background-color: #0000004d;
  }

  .name_with_title {
    grid-column-gap: 10px;
  }

  .writer-container_grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: minmax(75px, 75px) 1fr;
    align-items: start;
  }

  .fs_modal-1_popup {
    background-color: #13131354;
    display: none;
  }

  .fs_modal-1_content {
    grid-row-gap: 1rem;
    align-items: center;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .title-tag-2 {
    justify-content: center;
    min-width: 35px;
    font-size: 8px;
    display: flex;
  }

  .title-tag-2.small {
    padding: .25rem .5rem;
    font-size: 8px;
  }

  .fs_modal-1_wrapper {
    background-image: none;
    background-size: auto;
    border-radius: 20px;
    max-width: 90vw;
    max-height: 75vh;
    padding-bottom: 1rem;
  }

  .h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .h5.zenkaku {
    font-size: 18px;
  }

  .profile-image-box {
    width: 65px;
    min-width: 65px;
    height: 65px;
    min-height: 65px;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .container-2 {
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    overflow: hidden;
  }

  .fs_modal-1_eg {
    text-align: center;
  }

  .h2 {
    font-size: 22px;
  }

  .h2.green.center {
    border-bottom: 0 solid #000;
    padding-left: 0;
    font-size: 20px;
  }

  .h2.green.news {
    letter-spacing: 0;
    font-size: 18px;
  }

  .h2.white {
    padding-left: 0;
    font-size: 22px;
  }

  .h2.white.center {
    font-size: 24px;
  }

  .h2.small {
    font-size: 14px;
  }

  .required_text {
    background-color: var(--orange-accent-color);
    justify-content: center;
    min-width: 35px;
    font-size: 8px;
    display: flex;
  }

  .english_text_fukidashi-2 {
    border-radius: 100px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 8px;
  }

  .more {
    z-index: 0;
    position: relative;
  }

  .title-text-4 {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .title-text-4.large {
    font-size: 1.2rem;
    font-weight: 400;
  }

  .title-text_jp {
    margin-bottom: 0;
    font-size: 10px;
  }

  .title-text_jp.large {
    font-size: 1.2rem;
  }

  .information_divider {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-radius: 0;
    flex: 0 auto;
  }

  .title-header-container-img {
    align-items: center;
    height: 50vh;
    min-height: 5vh;
    padding-top: 5rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-header-container-img.yorozer {
    background-position: 0 0, 50% 100%;
    height: 65vh;
  }

  .paragraph {
    letter-spacing: .5px;
    font-size: 14px;
  }

  .paragraph.white {
    font-size: 14px;
  }

  .full_width_background-img_about {
    background-image: url('../images/LumixSync_copy_2022-06-11-13_52_51-0000RawFile.webp');
    background-position: 50% 100%;
    background-size: cover;
    align-items: flex-start;
    height: 35vh;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-box {
    padding-bottom: 10%;
  }

  .title-container-horizontal {
    display: flex;
  }

  .h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .h4.green.center {
    color: #1a863c;
    font-size: 18px;
  }

  .h4.center.no-margin {
    line-height: 1.5;
  }

  .h4.white.nomal {
    font-size: 12px;
  }

  .l-number {
    -webkit-text-stroke-width: 0px;
    border-width: 0;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-bottom: 10px;
    font-size: 42px;
  }

  ._3-approach_container {
    border-width: 0;
    padding: 0 0 2rem;
  }

  .approach_grid {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .approach_tet {
    grid-row-gap: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .full_width_background-img_history-copy-copy {
    background-image: url('../images/img.webp');
    background-position: 50% 100%;
    background-size: cover;
    align-items: flex-start;
    height: 35vh;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._w-s_collection_list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    width: 100%;
    display: grid;
  }

  ._w-s_collection_list._2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  ._w-s_collection_list.yorozer {
    grid-template-columns: 1fr 1fr 1fr;
    min-width: 300px;
  }

  ._w-s_collection_list.supporter {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._w-s_collection_item {
    flex-wrap: nowrap;
    width: 100%;
  }

  ._w-s_collection_item.yorozer-item, ._w-s_collection_item.supporter {
    width: 100%;
  }

  .fs_modal-1_description {
    text-align: center;
  }

  .fs_modal-1_embed {
    width: 100%;
  }

  .fs_modal-1_cover-5 {
    background-color: #0000004d;
  }

  .fs_modal-1_popup-6 {
    background-color: #13131354;
    display: none;
  }

  .fs_modal-1_content-6 {
    grid-row-gap: 1rem;
    align-items: center;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .title-tag-4 {
    justify-content: center;
    min-width: 35px;
    font-size: 8px;
    display: flex;
  }

  .title-tag-4.small {
    padding: .25rem .5rem;
    font-size: 8px;
  }

  .fs_modal-1_wrapper-6 {
    background-image: none;
    background-size: auto;
    border-radius: 20px;
    max-width: 90vw;
    max-height: 75vh;
    padding-bottom: 1rem;
  }

  .fs_modal-1_component {
    flex: 0 auto;
    width: 100%;
    min-width: 0;
    overflow: visible;
  }

  .fs_modal-1_button {
    flex-wrap: nowrap;
  }

  .profile-image-box-2 {
    width: 100%;
    height: auto;
    padding-bottom: 50%;
  }

  .blog-img-conatiner {
    border-radius: 0;
    overflow: hidden;
  }

  .blog-top-text-conatiner {
    padding: 2rem 20px;
  }

  ._2_columns_blog {
    grid-row-gap: 0rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-top {
    padding-top: 8vh;
  }

  .category_container {
    align-items: center;
  }

  .div-block-34 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
  }

  .english_text_fukidashi-3 {
    border-radius: 100px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 8px;
  }

  .fs_modal-1_embed-6 {
    width: 100%;
  }

  .fs_modal-1_cover-6 {
    background-color: #0000004d;
  }

  .writer-container_grid-2 {
    grid-template-columns: minmax(75px, 75px) 1fr;
    align-items: start;
  }

  .fs_modal-1_popup-7 {
    background-color: #13131354;
    display: none;
  }

  .fs_modal-1_content-7 {
    grid-row-gap: 1rem;
    align-items: center;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .title-tag-5 {
    justify-content: center;
    min-width: 35px;
    font-size: 8px;
    display: flex;
  }

  .title-tag-5.small {
    padding: .25rem .5rem;
    font-size: 8px;
  }

  .fs_modal-1_wrapper-7 {
    background-image: none;
    background-size: auto;
    border-radius: 20px;
    max-width: 90vw;
    max-height: 75vh;
    padding-bottom: 1rem;
  }

  .fs_modal-1_component-6 {
    flex: 0 auto;
    width: 100%;
    min-width: 0;
    overflow: visible;
  }

  .fs_modal-1_button-9 {
    flex-wrap: nowrap;
  }

  .plant_cms_item_relative {
    justify-content: flex-start;
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .h5-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .writer_wrapper-2 {
    padding: 1rem;
  }

  .main_container_magazine {
    grid-row-gap: 40px;
    padding: 8vh 20px;
  }

  .related-plant-img {
    border-radius: 10px;
    height: auto;
    padding-bottom: 50%;
  }

  .title-text-5 {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .english_text_fukidashi-4 {
    border-radius: 100px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 8px;
  }

  .h5-3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .title-header-container {
    align-items: center;
    height: 50vh;
    min-height: 5vh;
    padding-top: 5rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .magazine-category-wrapper {
    flex: 0 auto;
  }

  .magazine-category-list {
    flex: 0 auto;
    overflow: visible;
  }

  .cms-title-tabs {
    margin-bottom: 0;
    display: flex;
    overflow: scroll;
  }

  .magazine-category-item {
    flex: none;
  }

  .english_text_fukidashi-5 {
    border-radius: 100px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 8px;
  }

  .english_text_fukidashi-5.white.no-space {
    line-height: 1.5;
  }

  .profile_name_text-2 {
    font-size: 10px;
    font-weight: 500;
  }

  .purpose_cms_item-copy-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .english_text_fukidashi-6 {
    border-radius: 100px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 8px;
  }

  .p1-center {
    font-size: 12px;
  }

  .title_box_page_top {
    grid-row-gap: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact_form_wrapper {
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .title-tag-6 {
    justify-content: center;
    min-width: 35px;
    font-size: 8px;
    display: flex;
  }

  .title-header-container-2 {
    align-items: center;
    height: 50vh;
    min-height: 5vh;
    padding-top: 5rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-header-container-2.none-image {
    height: auto;
    margin-top: 8vh;
  }

  .collection-list-15 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .news-link-block {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template: ". Area"
    / .25fr 1fr;
    place-content: start flex-start;
    align-items: flex-start;
    display: flex;
  }

  .news-date-tag {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    justify-content: flex-start;
  }

  .english_text_fukidashi-7 {
    border-radius: 100px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 8px;
  }

  .favrite-navgation-wraper {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem;
    overflow: scroll;
  }

  .favorite-navgatiion, .favorite-navgatiion.w--current {
    width: auto;
    min-width: auto;
    font-size: 10px;
    line-height: 1.5;
  }

  .favorites-list--component.jetboost-favorites-list-1lp5, .favorites-list--component.jetboost-favorites-list-6bv2 {
    margin-top: 0;
  }

  .error {
    color: #d10000;
    font-size: 12px;
    line-height: 1.2;
  }

  .favorite-title {
    margin-bottom: 0;
  }

  .h5-4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .h5-4.brown {
    font-weight: 400;
  }

  .title-text-6 {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .favorite-title-2 {
    margin-bottom: 0;
  }

  .h5-5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .favorite-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
  }

  .wide_container-2 {
    grid-row-gap: 40px;
    padding: 0 20px 8vh;
  }

  .h5-6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .english_text_fukidashi-8 {
    border-radius: 100px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 8px;
  }

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .field {
    font-size: 14px;
  }

  .button_small.nav {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .text_tab {
    font-size: 12px;
  }

  .tab-link._1, .tab-link._1.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .modal {
    padding: 20px;
  }

  .p-light {
    margin-bottom: 20px;
    font-size: 10px;
  }

  .jetboost-list-search-input-6xkk {
    height: 3rem;
  }

  .writer-img-small {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .news-cmscollection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .comment-details-wrapper {
    justify-content: flex-start;
    align-items: stretch;
  }

  .upper-comment-left {
    margin-bottom: 0;
    top: 0;
  }

  .upvote-popup-block.horizontal {
    min-width: 23px;
    height: 40px;
  }

  .comment-time {
    margin-left: 6px;
  }

  .guest-input-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .author-name.comment {
    font-size: 13px;
  }

  .main-input.comment {
    height: auto;
    min-height: 80px;
  }

  .comment-author-details {
    justify-content: space-between;
    align-items: flex-start;
  }

  .delete-comment-link.supersparks-delete-button-bbbbb {
    margin-left: 14px;
  }

  .fullun-reply-form-div-2 {
    margin-top: 15px;
  }

  .comment-card-main {
    padding-right: 0;
  }

  .comment-card-main.supersparks-reply-card-bbbbb {
    margin-bottom: 5px;
  }

  .jetboost-toggle-favorite-61eq.list.saved-map {
    right: 10px;
  }

  .hero-serach-text {
    color: var(--white-primary-color);
  }

  .hero-serach-text.white {
    color: var(--green-primary-color);
  }

  .profile_form-grid {
    width: 100%;
  }

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

  .profile_form._2 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .profile_img-div {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .tabs {
    overflow: hidden;
  }

  .container-large {
    border-width: 0;
    padding: 20px;
    overflow: visible;
  }

  .input_field {
    padding-left: 10px;
    padding-right: 10px;
  }

  .input_field.is-big-box {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .input_field._2 {
    width: 88%;
  }

  .profile_tab-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom-color: var(--input-outline-color);
    flex-flow: row;
    grid-template-rows: auto;
    justify-content: flex-start;
    align-items: center;
    width: 500px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: scroll;
  }

  .padding-global.padding-section-large {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .top-icons {
    justify-content: space-between;
    width: 100%;
  }

  .content-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .ui-card {
    justify-content: flex-start;
  }

  .content {
    padding: 20px 10px;
  }

  .mobile-nav {
    padding-left: 10px;
    padding-right: 10px;
  }

  .figma-card {
    justify-content: flex-start;
  }

  .card-bg {
    inset: 0% 0% 0% auto;
  }

  .right-labele_icon {
    max-width: 250px;
  }

  .profile-popup {
    display: none;
  }

  .unstyled-input-parent {
    height: 220px;
  }

  .field-label {
    font-size: 12px;
  }

  .unstyled-post-div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .comment-reply-section {
    margin-left: -1em;
  }

  .comment-is-typing-section, .comment-is-typing-section-2 {
    padding-left: 0;
  }

  .comment-reply-section-2 {
    margin-bottom: -3%;
    margin-left: -3.5%;
    margin-right: -3.5%;
  }

  .comment-new-comment {
    padding: 3%;
  }

  .comment-reaction-2 {
    font-size: 13px;
  }

  .comment-icon {
    display: none;
  }

  .user-attributes-div {
    margin-left: 10px;
  }

  .profile-page-image.supersparks-profile-avatar-membe1 {
    width: 70px;
    height: 70px;
  }

  .history-tab-select.wide {
    flex-flow: wrap;
  }

  .profile-comment-details-left {
    margin-left: 0;
  }

  .profile-name, .profile-name.supersparks-profile-name-membe1 {
    font-size: 18px;
  }

  .profile-name.supersparks-profile-name-membe1 {
    font-size: 14px;
  }

  .profile-name.center.small {
    font-size: 12px;
  }

  .public-member-wrapper {
    width: 100%;
  }

  .text-block-43.supersparks-history-content-membe1 {
    margin-top: 30px;
  }

  .commented-on-2 {
    display: none;
  }

  .history-select-tab {
    font-size: 12px;
  }

  .forum-pane-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .stars-div {
    position: absolute;
    inset: 3% 5% auto auto;
  }

  .comment-post-link.supersparks-history-topic-membe1.supersparks-history-link-membe1 {
    margin-left: 0;
  }

  .comment-details-div.reviews {
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 13px;
  }

  .public-post-preview.supersparks-history-content-membe1 {
    margin-top: 15px;
    font-size: 15px;
    line-height: 23px;
  }

  .commented-on-div {
    flex-flow: column;
    display: flex;
  }

  .content-select-tabs {
    margin-top: 20px;
  }

  .star-profile.unfilled.supersparks-history-unfilled-membe1, .star-profile.filled.supersparks-history-filled-membe1 {
    width: 20px;
  }

  .content-count.jetboost-user-total-favorites-61eq {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
    line-height: 1.5;
  }

  .profile-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .public-member-wrapper-2 {
    border-width: 0;
    flex-flow: column;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .forum-pane-wrapper-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .profile-page-image-2.supersparks-profile-avatar-membe1 {
    width: 70px;
    height: 70px;
  }

  .content-history-div-4 {
    background-color: #f7f9fa00;
    display: block;
  }

  .forum-pane-wrapper-3 {
    padding-top: 5vh;
    padding-left: 16px;
    padding-right: 16px;
  }

  .public-profile-details-3 {
    flex-flow: column;
  }

  .profile-page-image-3, .profile-page-image-3.supersparks-profile-avatar-membe1 {
    width: 100px;
    height: 100px;
  }

  .memberstack-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tab-link-2 {
    overflow: scroll;
  }

  .tab-link-2.wide, .tab-link-2.wide.w--current {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .plant-name {
    font-size: 10px;
  }

  .comment-indie-block.comment {
    width: 100%;
    margin-top: 0;
  }

  .line-separator {
    margin-top: 20px;
  }

  .indie-guest-div {
    flex-direction: column;
  }

  .indie-reply-block-2 {
    display: none;
  }

  .comment-header-ign, .div-block-52 {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block-41 {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.4em;
  }

  .indie-submit-button.supersparks-reply-submit-bbbbb {
    width: 100%;
  }

  .indie-submit-button.supersparks-comment-submit-bbbbb {
    width: 100%;
    margin-top: 15px;
  }

  .indie-submit-button.supersparks-reply-submit-gl6tu, .indie-submit-button.supersparks-reply-submit-eqdqa {
    width: 100%;
  }

  .comment-count-ign-3 {
    align-self: flex-start;
    margin-top: 14px;
  }

  .indie-form-div {
    margin-top: 20px;
  }

  .comment-time-copy {
    margin-left: 6px;
  }

  .comment-count-ign {
    align-self: flex-start;
    margin-top: 10px;
  }

  .right-content-ign {
    padding-left: 0;
  }

  .guidleine-text {
    line-height: 23px;
  }

  .ign-form-lower {
    flex-direction: column;
    align-items: flex-start;
  }

  .ign-comments-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .conversation-text {
    flex: 0 auto;
    font-size: 14px;
  }

  .ign-submit-button.supersparks-comment-submit-bbbbb {
    align-self: flex-start;
    margin-top: 15px;
  }

  .ign-submit-button.supersparks-comment-submit-gl6tu {
    align-self: flex-start;
    margin-top: 0;
  }

  .comment-content-3.supersparks-comment-content-bbbbb, .comment-content-3.supersparks-comment-content-gl6tu, .comment-content-3.supersparks-comment-content-gl6tu {
    font-size: 14px;
  }

  .ign-auth-notices {
    font-size: 13px;
    line-height: 1.5;
  }

  .profile-modal-text {
    color: var(--brown-regular-text-color);
  }

  .profile_img-div-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .hero_slogan {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-right-style: none;
    grid-template-rows: auto;
    padding: 0;
  }

  .hero_edit-location-section, .hero_contact-info-content {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .hero_contact-info {
    border-right-style: none;
  }

  .hero_links-form-block, .hero_edit-birthday-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form_edit-name-content {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    align-items: flex-start;
  }

  .hero_edit-title {
    padding-left: 10px;
  }

  .hero_profile {
    border-right-style: none;
  }

  .hero_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: minmax(auto, 1fr) auto auto;
  }

  .hero_grid-wrap {
    background-color: #0000;
    padding: 0;
  }

  .hero_profile-button.is-form {
    width: 60%;
  }

  .hero_profile-button.is-form.is-link {
    width: 54%;
  }

  .section_hero {
    padding-top: 0;
  }

  .hero_edit-name-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form_edit-text-field {
    width: 100%;
  }

  .checkbox-field {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero_edit {
    border-right-style: none;
  }

  .tablink-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .comment-count-ign-4 {
    align-self: flex-start;
    margin-top: 10px;
  }

  .ign-form-lower-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .ign-comments-wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .indie-guest-div-2 {
    flex-direction: column;
  }

  .ign-auth-notices-2 {
    font-size: 13px;
  }

  .comment-count-ign-5 {
    align-self: flex-start;
    margin-top: 10px;
  }

  .ign-form-lower-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .indie-guest-div-3 {
    flex-direction: column;
  }

  .ign-auth-notices-3 {
    font-size: 13px;
  }

  .text-size-small.text-color-gray {
    font-size: .75rem;
  }

  .password_main-div {
    width: 95%;
    padding: 20px;
  }

  .password_link-block {
    padding: 10px 20px;
  }

  .circle._2 {
    width: 30px;
    height: 30px;
  }

  .text-size-large {
    font-size: 1.55rem;
    line-height: 1.2;
  }

  .comment-is-typing-section-3 {
    padding-left: 0;
  }

  .comment-reply-section-3 {
    margin-left: -1em;
  }

  .comment-white-box {
    padding: 3%;
  }

  .comment-reaction-4 {
    font-size: 13px;
  }

  .comment-reply-section-4 {
    margin-bottom: -3%;
    margin-left: -3.5%;
    margin-right: -3.5%;
  }

  .comment-icon-3 {
    display: none;
  }

  .profile-page-image-4.supersparks-profile-avatar-membe1 {
    width: 70px;
    height: 70px;
  }

  .public-member-wrapper-3 {
    width: 100%;
  }

  .commented-on-8 {
    display: none;
  }

  .forum-pane-wrapper-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .profile-page-image-5.supersparks-profile-avatar-membe1 {
    width: 70px;
    height: 70px;
  }

  .public-member-wrapper-4 {
    width: 100%;
  }

  .commented-on-10 {
    display: none;
  }

  .mobile-menu {
    z-index: 100;
    display: flex;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .small-button {
    background-color: var(--white-primary-color);
    color: var(--green-primary-color);
    border-radius: 100px;
    padding: .3rem .8rem;
    font-family: Zen Kaku Gothic New, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 2;
    display: flex;
  }

  .small-button._2 {
    background-color: var(--transparent);
    margin-right: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-sub-text {
    border-left: 1px solid var(--transparent);
    color: var(--brown-regular-text-color);
    font-family: Zen Kaku Gothic New, sans-serif;
    font-weight: 700;
  }

  .menu-sub-text._2 {
    padding-top: 3px;
  }

  .menu-sub-text.green {
    color: var(--green-primary-color);
  }

  .menu-sub-text.green.bold {
    font-weight: 700;
  }

  .menu-sub-text.name {
    padding-top: 8px;
    font-family: Craftmincho, Georgia, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .regular-img-round {
    background-color: var(--default);
    border-radius: 100px;
  }

  .filter_sort_wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .select-field {
    font-size: 9px;
  }

  .english_text_fukidashi-9 {
    border-radius: 100px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 8px;
  }

  .rich-text-3 {
    flex: 0 auto;
    width: auto;
    position: static;
    overflow: visible;
  }

  .title-tag-box {
    flex-flow: wrap;
  }

  .detail {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .small-width-wrapper {
    justify-content: center;
    align-items: center;
    padding: 5vh 20px 10vh;
  }

  .offer-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .yorozer-badge-img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
  }

  .example-img-box {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .example-item {
    width: 100%;
  }

  .offer-item-text._2 {
    padding: 30px 20px;
  }

  .div-block-57 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
  }

  .input-field-box {
    justify-content: flex-start;
    align-items: center;
  }

  .offer-text-list {
    padding: 20px 30px 40px;
  }

  .offer-text-item-collunm {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .offer-text-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .primary-buttom-green {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ign-form-lower-4 {
    flex-direction: column;
    align-items: flex-start;
  }

  .indie-guest-div-4 {
    flex-direction: column;
  }

  .indie-form-div-2 {
    margin-top: 0;
  }

  .ign-auth-notices-4 {
    font-size: 13px;
  }

  .serch-title-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .search-title-list {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .small-width-wrapper-white {
    justify-content: center;
    align-items: center;
    padding: 5vh 20px 10vh;
  }

  .slide-4---no-image {
    border-radius: 0;
  }

  .no-image {
    height: 55vh;
  }

  .small-gray-text {
    font-size: 10px;
  }

  .title-header-container-green {
    align-items: center;
    height: 25vh;
    min-height: 5vh;
    padding-top: 5rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .user-name-small {
    font-size: 10px;
  }

  .yoroz-image {
    width: 360px;
  }

  .column-title {
    width: 20%;
  }

  .column-detail {
    width: 80%;
  }

  .primary-buttom-green-copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .small-link-text {
    color: var(--white-primary-color);
    font-family: Zen Kaku Gothic New, sans-serif;
    font-size: 9px;
    font-weight: 500;
  }

  .list-how-to {
    padding-left: 30px;
  }

  .recapcha-wrapper {
    perspective-origin: 0 0;
    transform-origin: 0 0;
    transform: scale(.8);
  }

  .text-block-51 {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.4em;
  }

  .indie-guest-div-5 {
    flex-direction: column;
  }

  .div-block-59 {
    flex-direction: column;
    align-items: flex-start;
  }

  .comment-count-ign-6 {
    align-self: flex-start;
    margin-top: 14px;
  }

  .indie-guest-div-6 {
    flex-direction: column;
  }

  .ign-form-lower-5 {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block-52 {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.4em;
  }

  .indie-guest-div-7 {
    flex-direction: column;
  }

  .ign-form-contain-9 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .div-block-60 {
    flex-direction: column;
    align-items: flex-start;
  }

  .comment-count-ign-7 {
    align-self: flex-start;
    margin-top: 14px;
  }

  .text-block-53 {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.4em;
  }

  .indie-guest-div-8 {
    flex-direction: column;
  }

  .div-block-61 {
    flex-direction: column;
    align-items: flex-start;
  }

  .comment-count-ign-8 {
    align-self: flex-start;
    margin-top: 14px;
  }

  .text-block-54 {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.4em;
  }

  .indie-guest-div-9 {
    flex-direction: column;
  }

  .div-block-62 {
    flex-direction: column;
    align-items: flex-start;
  }

  .comment-count-ign-9 {
    align-self: flex-start;
    margin-top: 14px;
  }

  .indie-comment-content-2 {
    font-size: 14px;
  }

  .indie-submit-button-2.supersparks-reply-submit-eqdqa {
    width: 100%;
  }

  .text-block-55 {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.4em;
  }

  .indie-guest-div-10 {
    flex-direction: column;
  }

  .div-block-63 {
    flex-direction: column;
    align-items: flex-start;
  }

  .comment-count-ign-10 {
    align-self: flex-start;
    margin-top: 14px;
  }

  .indie-comments-main-div-3, .indie-submit-button-3.supersparks-reply-submit-eqdqa, .indie-submit-button-3.supersparks-reply-submit-pzot5 {
    width: 100%;
  }

  .text-block-56 {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.4em;
  }

  .indie-guest-div-11 {
    flex-direction: column;
  }

  .div-block-64 {
    flex-direction: column;
    align-items: flex-start;
  }

  .comment-count-ign-11 {
    align-self: flex-start;
    margin-top: 14px;
  }

  .indie-comment-form-12 {
    width: 100%;
  }

  .text-block-57 {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.4em;
  }

  .indie-guest-div-12 {
    flex-direction: column;
  }

  .right-content-ign-10 {
    margin-left: 0;
  }

  .div-block-65 {
    flex-direction: column;
    align-items: flex-start;
  }

  .comment-count-ign-12 {
    align-self: flex-start;
    margin-top: 14px;
  }

  .text-block-58 {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.4em;
  }

  .indie-guest-div-13 {
    flex-direction: column;
  }

  .indie-form-div-3 {
    margin-top: 30px;
  }

  .div-block-66 {
    flex-direction: column;
    align-items: flex-start;
  }

  .comment-count-ign-13 {
    align-self: flex-start;
    margin-top: 14px;
  }

  .text-block-59 {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.4em;
  }

  .indie-guest-div-14 {
    flex-direction: column;
  }

  .indie-form-div-4 {
    margin-top: 30px;
  }

  .div-block-67 {
    flex-direction: column;
    align-items: flex-start;
  }

  .comment-count-ign-14 {
    align-self: flex-start;
    margin-top: 14px;
  }

  .mask-4 {
    flex: 0 auto;
  }

  .empty_emoji_small.show {
    border-width: 0;
  }

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

  .button-pagination.white {
    color: #1a863c;
    justify-content: center;
    display: flex;
  }

  .button-pagination.outline {
    color: #fff;
    justify-content: center;
    display: flex;
  }

  .profile-name-2.supersparks-profile-name-membe1 {
    font-size: 14px;
  }

  .commented-on-12 {
    display: none;
  }

  .h1-news {
    font-size: 18px;
  }

  .multi-ref-item {
    width: 100%;
  }

  .link-button-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .link-button-block.white, .link-button-block.secondary {
    min-height: 0;
    padding: .3rem .5rem;
  }

  .craft-mincho.green {
    font-size: 18px;
  }

  .craft-mincho.brown {
    font-size: 24px;
  }

  .accesnt-font-large {
    font-size: 16px;
  }

  .title-header-container-trasnparent {
    align-items: center;
    height: 25vh;
    min-height: 5vh;
    padding-top: 5rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-1-white {
    flex: 0 auto;
    font-size: 18px;
  }

  .google-map {
    display: flex;
  }

  .mappage-menu-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .map-container {
    padding-top: 0;
    padding-left: 0;
  }

  .map-title-box {
    width: 100%;
  }

  .location-popup {
    border-radius: 20px 20px 0 0;
    max-width: 100vw;
    max-height: none;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .popup-info {
    border-radius: 20px;
  }

  .popup-plantinfo {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .note {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-close-button {
    inset: -15% 10px auto auto;
  }

  .popup-container {
    height: 35vh;
  }

  .action-box {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .form_field_div-2 {
    padding: 20px;
  }

  .form_field-box {
    grid-template-columns: 1fr;
  }

  .title-header-container-img-map {
    align-items: center;
    height: 50vh;
    min-height: 5vh;
    padding-top: 5rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .step-item {
    align-self: flex-start;
  }

  .p1-upper-padding {
    white-space: pre-line;
    word-break: break-all;
    flex: 0 auto;
    font-size: 12px;
    line-height: 1.8;
  }

  .p1-upper-padding.white {
    font-size: 12px;
  }

  .p1-upper-padding.white.small {
    font-size: 12px;
    font-weight: 500;
  }

  .p1-upper-padding.white.bold {
    font-size: 12px;
  }

  .p1-upper-padding.brown {
    color: #654b27;
    word-break: normal;
  }

  .p1-upper-padding.brown.small {
    font-size: 12px;
  }

  .p1-upper-padding.brown.smaller {
    font-size: 10px;
    line-height: 1.5;
  }

  .p1-upper-padding.bold {
    font-size: 12px;
  }

  .p1-upper-padding.green.small {
    line-height: 1.5;
  }

  .p1-upper-padding.green.small.less-height, .p1-upper-padding.green.small.title {
    font-size: 10px;
  }

  .p1-upper-padding.craftmincho.big {
    color: var(--brown-regular-text-color);
  }

  .p1-upper-padding.craftmincho.center.bigger {
    font-size: 16px;
  }

  .step-item-detail {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .img-bg-section {
    justify-content: center;
    align-items: flex-end;
    min-height: 60vh;
    padding: 5vh 20px;
  }

  .img-section-text-box {
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
  }

  .state-mark-box {
    background-color: var(--orange-accent-color);
  }

  .link-button-block-secondary {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .link-button-block-secondary.white, .link-button-block-secondary.secondary {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .link-buttton-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .botton-box {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .button-transparent.white {
    color: #1a863c;
    justify-content: center;
    display: flex;
  }

  .button-transparent.outline {
    color: #fff;
    justify-content: center;
    display: flex;
  }

  .button-transparent._2 {
    color: #1a863c;
    justify-content: center;
    display: flex;
  }

  .pop-up {
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .popup-help-container {
    padding: 20px;
  }

  .help-item-title {
    justify-content: flex-start;
    align-items: center;
  }

  .close-button-text {
    font-family: Zen Kaku Gothic New, sans-serif;
    font-size: 12px;
    font-weight: 500;
  }

  .latest-news-container {
    border-width: 1px;
    border-radius: 10px;
    max-width: 200px;
    display: none;
    inset: auto auto 0%;
  }

  .latest-news-container.mobile {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .latest-news-cms-wrapper {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .latest-news-title {
    font-size: 10px;
  }

  .latest-news-text {
    font-size: 12px;
  }

  .lastes-news-wrapper {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-img-nobg {
    border-radius: 100px;
  }

  .icon-box-navbar {
    width: 25px;
    min-width: 35px;
    height: 25px;
    min-height: 35px;
    padding: 0;
  }

  .notification-popup1 {
    width: 300px;
    display: none;
  }

  .unread-mark.read {
    background-color: var(--cream);
    display: none;
  }

  .yoro-p-icon-img {
    min-width: 30px;
    min-height: 30px;
  }

  .profile-name-text {
    font-size: 18px;
  }

  .profile-name-text.supersparks-profile-name-membe1 {
    font-size: 14px;
  }

  .profile-name-text.center.small {
    font-size: 12px;
  }

  .badge-img {
    width: 45px;
    height: 45px;
  }
}

#w-node-_8312199a-4612-8759-dd4d-2509b5a0589a-214fdb5a, #w-node-_8312199a-4612-8759-dd4d-2509b5a0589f-214fdb5a, #w-node-_4b0c8e04-20a1-ed09-669a-d97a06c9f14e-214fdb5a, #w-node-_673a45e8-ff25-561b-8be1-b36c67da468c-214fdb5a, #w-node-f7c48f45-3a93-0b2d-b17c-087d15e39fa3-214fdb5a, #w-node-_1b9f61fc-a6f2-379c-a13d-95fcd0e269fd-214fdb5a, #w-node-_1b9f61fc-a6f2-379c-a13d-95fcd0e26a02-214fdb5a, #w-node-f7c48f45-3a93-0b2d-b17c-087d15e39fef-214fdb5a, #w-node-_37a2e400-63a3-c3b7-fdb5-5abf41709c9e-41709c99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be19f7e8-0b50-c169-9fe4-f8adea934a40-ea934a3d {
  justify-self: center;
}

#w-node-_68a95676-4e09-af7f-e666-2906fc053b14-bc7db921, #w-node-_68a95676-4e09-af7f-e666-2906fc053ba0-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7bb1-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7bde-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7be0-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7bd1-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7bd3-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7bb4-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7bb5-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7bb6-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7bc4-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7bc5-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7bc6-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7bf9-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7bfb-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7bf0-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7bf1-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7bf2-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7be7-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7be8-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7be9-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7c30-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7c31-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7c32-bc7db921, #w-node-_3066895e-2bbe-c179-c731-b55c7945e39a-bc7db921, #w-node-_3066895e-2bbe-c179-c731-b55c7945e39b-bc7db921, #w-node-_3066895e-2bbe-c179-c731-b55c7945e39c-bc7db921, #w-node-_3ef883e0-1830-9227-0989-40de09fae8c1-bc7db921, #w-node-_3ef883e0-1830-9227-0989-40de09fae8c2-bc7db921, #w-node-_3ef883e0-1830-9227-0989-40de09fae8c3-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7c23-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7c24-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7c25-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7c3d-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7c3e-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7c3f-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7c0f-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7c10-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7c11-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7c16-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7c17-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7c18-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7c02-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7c03-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7c04-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7c44-bc7db921, #w-node-_0d3f5135-0e4a-159d-1a17-f8af031405bd-bc7db921, #w-node-_0d3f5135-0e4a-159d-1a17-f8af031405f0-bc7db921, #w-node-cd49a409-d259-e54d-7ebb-34b8e00f4e76-bc7db921, #w-node-cd49a409-d259-e54d-7ebb-34b8e00f4ea9-bc7db921, #w-node-_284c5818-7b8e-6034-4b55-dd16d143f501-bc7db921, #w-node-_284c5818-7b8e-6034-4b55-dd16d143f52f-bc7db921, #w-node-_9a726156-74dc-2852-c18a-aa1afd363d69-bc7db921, #w-node-_9a726156-74dc-2852-c18a-aa1afd363d8a-bc7db921, #w-node-_9a726156-74dc-2852-c18a-aa1afd363d90-bc7db921, #w-node-_7748c0b8-7777-c3e2-af26-287c6098f2db-bc7db921, #w-node-_9a726156-74dc-2852-c18a-aa1afd363d9c-bc7db921, #w-node-_40753a3b-ad1e-f3ea-eb1a-53f5cf6149dd-bc7db921, #w-node-_9a726156-74dc-2852-c18a-aa1afd363d96-bc7db921, #w-node-_65bdb345-3ff2-9659-4fa3-0c6b954b477c-bc7db921, #w-node-_6d40f4d1-ec38-67fc-09c0-da37731a19e3-79c46c8a, #w-node-_0176dbe3-4413-1cb9-c053-16b592f06cee-79c46c8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0176dbe3-4413-1cb9-c053-16b592f06d50-79c46c8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_0176dbe3-4413-1cb9-c053-16b592f06d81-79c46c8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0176dbe3-4413-1cb9-c053-16b592f06dab-79c46c8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_4b1d85a2-831f-d0d1-72d3-27324836c2fb-3b58d355, #w-node-_4b1d85a2-831f-d0d1-72d3-27324836c300-3b58d355, #w-node-_4b1d85a2-831f-d0d1-72d3-27324836c305-3b58d355, #w-node-_4b1d85a2-831f-d0d1-72d3-27324836c30a-3b58d355, #w-node-_4b1d85a2-831f-d0d1-72d3-27324836c30f-3b58d355, #w-node-_4b1d85a2-831f-d0d1-72d3-27324836c314-3b58d355, #w-node-_4b1d85a2-831f-d0d1-72d3-27324836c348-3b58d355, #w-node-_870da7c3-9b47-e672-60de-4fee5bda357c-edae6d13, #w-node-_870da7c3-9b47-e672-60de-4fee5bda3581-edae6d13, #fs-modal-1-popup.w-node-_870da7c3-9b47-e672-60de-4fee5bda358c-edae6d13, #w-node-c510ae2d-b25b-a4b4-22ea-40c7d1bba969-edae6d13, #w-node-e08b5c78-bc20-956e-9f08-09289882b9a3-edae6d13, #w-node-bb067b13-5ec8-e5f1-e89b-fc5b7b74edac-edae6d13, #w-node-_4848d730-4070-434b-44d3-3de84b30a6a5-edae6d13, #w-node-_2d3737a9-e443-0670-6e04-bb0ad66ee2b7-edae6d13, #w-node-_2d3737a9-e443-0670-6e04-bb0ad66ee2bc-edae6d13, #w-node-_2d3737a9-e443-0670-6e04-bb0ad66ee2c1-edae6d13, #w-node-_2e6e8998-25fb-1fc3-8720-1adf62bf3b2b-edae6d13, #w-node-_2e6e8998-25fb-1fc3-8720-1adf62bf3b32-edae6d13, #w-node-ab2cdee4-360c-d1f6-34cb-180088864f14-edae6d13, #w-node-ab2cdee4-360c-d1f6-34cb-180088864f1b-edae6d13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a5efd68-5c02-7d0c-223c-3d8823467399-edae6d13 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_870da7c3-9b47-e672-60de-4fee5bda369a-edae6d13 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_52cb5300-338d-60d5-881a-e0c59d2ea894-edae6d13 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f143b5b-8c82-4af3-8573-225df57b3706-edae6d13 {
  place-self: end;
}

#w-node-_304c2237-3277-9a9e-7b5c-01bc1ed594fa-edae6d13, #w-node-_304c2237-3277-9a9e-7b5c-01bc1ed59500-edae6d13, #w-node-_304c2237-3277-9a9e-7b5c-01bc1ed5950f-edae6d13, #w-node-_304c2237-3277-9a9e-7b5c-01bc1ed59511-edae6d13, #w-node-_304c2237-3277-9a9e-7b5c-01bc1ed59515-edae6d13, #w-node-_304c2237-3277-9a9e-7b5c-01bc1ed5951b-edae6d13, #w-node-_304c2237-3277-9a9e-7b5c-01bc1ed59521-edae6d13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55746b08-1e41-a2b6-5d57-a0565b3a7471-29f42e7a {
  align-self: start;
}

#w-node-be44d14e-25a6-f123-d752-9c775b8536e5-29f42e7a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_4bf3345f-b495-ce46-80ef-7dafb5bc1609-29f42e7a, #w-node-_4bf3345f-b495-ce46-80ef-7dafb5bc160e-29f42e7a, #w-node-_4bf3345f-b495-ce46-80ef-7dafb5bc1613-29f42e7a, #w-node-_4bf3345f-b495-ce46-80ef-7dafb5bc1618-29f42e7a, #w-node-_4bf3345f-b495-ce46-80ef-7dafb5bc161d-29f42e7a, #w-node-_4bf3345f-b495-ce46-80ef-7dafb5bc1622-29f42e7a, #w-node-_4bf3345f-b495-ce46-80ef-7dafb5bc1628-29f42e7a, #w-node-_4bf3345f-b495-ce46-80ef-7dafb5bc1647-29f42e7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26710333-fc5b-1766-e8d5-c9bbad217a47-29f42e7a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-e30b7ea5-0687-3173-4486-3e113bf54151-c013d4aa, #w-node-e18ef282-ca15-4ed7-558c-3e5465b31212-9d69be18, #w-node-e18ef282-ca15-4ed7-558c-3e5465b31233-9d69be18, #w-node-e18ef282-ca15-4ed7-558c-3e5465b31239-9d69be18, #w-node-e18ef282-ca15-4ed7-558c-3e5465b3123f-9d69be18, #w-node-e18ef282-ca15-4ed7-558c-3e5465b31245-9d69be18, #w-node-e18ef282-ca15-4ed7-558c-3e5465b3124c-9d69be18, #w-node-_8fe1ac8d-fb5e-7780-e57a-d45417025303-b047a050 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fecfc5b-f501-9645-321c-b2e2751363a9-f51ed0df, #w-node-_6fecfc5b-f501-9645-321c-b2e2751363a5-f51ed0df {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d00183e6-29ae-4a7e-c7e9-2b862f30d028-8a374ee8 {
  justify-self: stretch;
}

#w-node-_130ebe84-a7d5-a81a-e337-cec5af2f9bd8-8a374ee8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_130ebe84-a7d5-a81a-e337-cec5af2f9c25-8a374ee8, #w-node-_0a43aef8-3b3a-d5dc-6b53-0085727744d0-8a3a7e96, #w-node-bb5f90f6-3290-02b5-f29e-a3e5f8592845-8a3a7e96, #w-node-_01dda963-cc31-f4dc-a56f-fcbce572c1ee-38875fba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77c1096e-8290-bf95-4cc9-9d6090cb6631-38875fba, #w-node-_77c1096e-8290-bf95-4cc9-9d6090cb6636-38875fba, #w-node-_77c1096e-8290-bf95-4cc9-9d6090cb663d-38875fba, #w-node-_77c1096e-8290-bf95-4cc9-9d6090cb6642-38875fba {
  justify-self: start;
}

#w-node-_870da7c3-9b47-e672-60de-4fee5bda357c-a715930a, #w-node-_870da7c3-9b47-e672-60de-4fee5bda3581-a715930a, #fs-modal-1-popup.w-node-_870da7c3-9b47-e672-60de-4fee5bda358c-a715930a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_870da7c3-9b47-e672-60de-4fee5bda369a-a715930a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_38035182-4936-37cb-eca1-be7995641f43-a715930a, #w-node-_38035182-4936-37cb-eca1-be7995641f49-a715930a, #w-node-_38035182-4936-37cb-eca1-be7995641f58-a715930a, #w-node-_38035182-4936-37cb-eca1-be7995641f5a-a715930a, #w-node-_38035182-4936-37cb-eca1-be7995641f5e-a715930a, #w-node-_38035182-4936-37cb-eca1-be7995641f60-a715930a, #w-node-_38035182-4936-37cb-eca1-be7995641f64-a715930a, #w-node-_38035182-4936-37cb-eca1-be7995641f6a-a715930a, #w-node-_0a43aef8-3b3a-d5dc-6b53-0085727744d0-6ea57b89, #w-node-_0a43aef8-3b3a-d5dc-6b53-0085727744d5-6ea57b89, #w-node-_0a43aef8-3b3a-d5dc-6b53-0085727744da-6ea57b89, #w-node-_0a43aef8-3b3a-d5dc-6b53-0085727744df-6ea57b89, #w-node-_0a43aef8-3b3a-d5dc-6b53-0085727744e4-6ea57b89, #w-node-_0a43aef8-3b3a-d5dc-6b53-0085727744e9-6ea57b89, #w-node-bb5f90f6-3290-02b5-f29e-a3e5f8592845-6ea57b89, #w-node-_01dda963-cc31-f4dc-a56f-fcbce572c1ee-51f3220f, #w-node-_55a34c86-010d-ff91-09cf-3e70e20207b5-04b45fe9, #w-node-_55a34c86-010d-ff91-09cf-3e70e20207e8-04b45fe9, #w-node-b2397239-242c-9aea-29d2-d7390c9500a4-04b45fe9, #w-node-b2397239-242c-9aea-29d2-d7390c9500d7-04b45fe9, #w-node-_638c472a-40ea-e880-9a17-c7d0fedf1c4e-04b45fe9, #w-node-_638c472a-40ea-e880-9a17-c7d0fedf1c7f-04b45fe9, #w-node-f5cadde4-377f-7e47-591c-6b6cb35621b6-04b45fe9, #w-node-f5cadde4-377f-7e47-591c-6b6cb35621cc-04b45fe9, #w-node-f5cadde4-377f-7e47-591c-6b6cb35621dd-04b45fe9, #w-node-_0a43aef8-3b3a-d5dc-6b53-0085727744d0-30ed80ba, #w-node-bb5f90f6-3290-02b5-f29e-a3e5f8592845-30ed80ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebd4d0eb-342a-59b9-4a3a-0ae344036448-aec1ed32, #w-node-_9f87ecda-2e9c-8ea9-9e89-e2cc94302a94-aec1ed32, #w-node-_2caef41a-51a0-90ed-b7eb-845a8a501ae6-aec1ed32, #w-node-fccf4a95-b49f-ae4f-636b-f53dd4f40cc0-aec1ed32 {
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_68a95676-4e09-af7f-e666-2906fc053b14-bc7db921 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_6d40f4d1-ec38-67fc-09c0-da37731a19e5-79c46c8a, #w-node-_0176dbe3-4413-1cb9-c053-16b592f06cee-79c46c8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b7f4fe30-6210-f851-7716-4b06ba81ac07-edae6d13 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_304c2237-3277-9a9e-7b5c-01bc1ed59521-edae6d13, #w-node-_7217908f-046b-9ff7-23fe-e1492453020b-29f42e7a, #w-node-_7217908f-046b-9ff7-23fe-e14924530218-29f42e7a, #w-node-_7217908f-046b-9ff7-23fe-e14924530225-29f42e7a, #w-node-e18ef282-ca15-4ed7-558c-3e5465b31245-9d69be18 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b7f4fe30-6210-f851-7716-4b06ba81ac07-a715930a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_38035182-4936-37cb-eca1-be7995641f6a-a715930a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_8312199a-4612-8759-dd4d-2509b5a0589f-214fdb5a, #w-node-_68a95676-4e09-af7f-e666-2906fc053b14-bc7db921 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7be2-bc7db921, #w-node-ebe01da3-7591-2aa6-87e0-4bb8810a7beb-bc7db921 {
    grid-area: Area;
  }

  #w-node-_9a726156-74dc-2852-c18a-aa1afd363d8a-bc7db921, #w-node-_7748c0b8-7777-c3e2-af26-287c6098f2db-bc7db921, #w-node-_9a726156-74dc-2852-c18a-aa1afd363d9c-bc7db921, #w-node-_40753a3b-ad1e-f3ea-eb1a-53f5cf6149dd-bc7db921, #w-node-_9a726156-74dc-2852-c18a-aa1afd363d96-bc7db921, #w-node-_65bdb345-3ff2-9659-4fa3-0c6b954b477c-bc7db921, #fs-modal-1-popup.w-node-_870da7c3-9b47-e672-60de-4fee5bda358c-edae6d13, #w-node-_304c2237-3277-9a9e-7b5c-01bc1ed59515-edae6d13, #w-node-e18ef282-ca15-4ed7-558c-3e5465b31233-9d69be18, #fs-modal-1-popup.w-node-_870da7c3-9b47-e672-60de-4fee5bda358c-a715930a, #w-node-_38035182-4936-37cb-eca1-be7995641f58-a715930a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_40d35894-9078-6ec6-c3bc-287919b006e7-19b006e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_870da7c3-9b47-e672-60de-4fee5bda35ab-edae6d13, #w-node-c510ae2d-b25b-a4b4-22ea-40c7d1bba969-edae6d13, #w-node-e08b5c78-bc20-956e-9f08-09289882b9a3-edae6d13, #w-node-bb067b13-5ec8-e5f1-e89b-fc5b7b74edac-edae6d13, #w-node-_4848d730-4070-434b-44d3-3de84b30a6a5-edae6d13, #w-node-_2d3737a9-e443-0670-6e04-bb0ad66ee2b2-edae6d13, #w-node-_2d3737a9-e443-0670-6e04-bb0ad66ee2b7-edae6d13, #w-node-_2d3737a9-e443-0670-6e04-bb0ad66ee2bc-edae6d13, #w-node-_2d3737a9-e443-0670-6e04-bb0ad66ee2c1-edae6d13 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_870da7c3-9b47-e672-60de-4fee5bda35cc-edae6d13 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2e6e8998-25fb-1fc3-8720-1adf62bf3b1d-edae6d13, #w-node-_2e6e8998-25fb-1fc3-8720-1adf62bf3b2b-edae6d13, #w-node-_2e6e8998-25fb-1fc3-8720-1adf62bf3b32-edae6d13 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_870da7c3-9b47-e672-60de-4fee5bda35e4-edae6d13, #w-node-_870da7c3-9b47-e672-60de-4fee5bda35f8-edae6d13 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7cf66a8d-793d-4aac-9058-3ff58aa409e3-edae6d13, #w-node-_67c33f38-afe9-2c1b-ba75-c1153f87da41-edae6d13, #w-node-ab2cdee4-360c-d1f6-34cb-180088864f0f-edae6d13, #w-node-ab2cdee4-360c-d1f6-34cb-180088864f14-edae6d13, #w-node-ab2cdee4-360c-d1f6-34cb-180088864f1b-edae6d13, #w-node-ad4e8620-37ae-3d40-8718-27357cbbaaa8-edae6d13 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_870da7c3-9b47-e672-60de-4fee5bda3688-edae6d13 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_52cb5300-338d-60d5-881a-e0c59d2ea894-edae6d13 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_870da7c3-9b47-e672-60de-4fee5bda35ab-a715930a {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_870da7c3-9b47-e672-60de-4fee5bda35cc-a715930a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_870da7c3-9b47-e672-60de-4fee5bda35e2-a715930a {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_870da7c3-9b47-e672-60de-4fee5bda35e4-a715930a, #w-node-_870da7c3-9b47-e672-60de-4fee5bda35f8-a715930a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_870da7c3-9b47-e672-60de-4fee5bda3642-a715930a, #w-node-_870da7c3-9b47-e672-60de-4fee5bda3629-a715930a {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_870da7c3-9b47-e672-60de-4fee5bda3688-a715930a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_870da7c3-9b47-e672-60de-4fee5bda36ae-a715930a {
    grid-area: 2 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0176dbe3-4413-1cb9-c053-16b592f06d36-79c46c8a, #w-node-_0176dbe3-4413-1cb9-c053-16b592f06d91-79c46c8a, #w-node-be44d14e-25a6-f123-d752-9c775b8536cb-29f42e7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1b9f61fc-a6f2-379c-a13d-95fcd0e269fd-214fdb5a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1b9f61fc-a6f2-379c-a13d-95fcd0e269fe-214fdb5a {
    align-self: start;
  }

  #w-node-_1b9f61fc-a6f2-379c-a13d-95fcd0e26a02-214fdb5a {
    grid-area: Area;
  }

  #w-node-_37a2e400-63a3-c3b7-fdb5-5abf41709c9e-41709c99, #w-node-_37a2e400-63a3-c3b7-fdb5-5abf41709ca8-41709c99, #w-node-_37a2e400-63a3-c3b7-fdb5-5abf41709cb2-41709c99, #w-node-_9d1d2df6-3c78-ab56-1f0e-cfa80b81e3d6-41709c99 {
    align-self: start;
  }

  #w-node-_40d35894-9078-6ec6-c3bc-287919b006e7-19b006e3, #w-node-_68a95676-4e09-af7f-e666-2906fc053b8e-bc7db921, #w-node-_68a95676-4e09-af7f-e666-2906fc053b9a-bc7db921, #w-node-_443975ed-ca64-5852-95ed-6852d6a75238-bc7db921, #w-node-_7748c0b8-7777-c3e2-af26-287c6098f2db-bc7db921, #w-node-_9a726156-74dc-2852-c18a-aa1afd363d9c-bc7db921, #w-node-_40753a3b-ad1e-f3ea-eb1a-53f5cf6149dd-bc7db921, #w-node-_9a726156-74dc-2852-c18a-aa1afd363d96-bc7db921, #w-node-_65bdb345-3ff2-9659-4fa3-0c6b954b477c-bc7db921, #w-node-_0176dbe3-4413-1cb9-c053-16b592f06cea-79c46c8a, #w-node-_870da7c3-9b47-e672-60de-4fee5bda357c-edae6d13 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_870da7c3-9b47-e672-60de-4fee5bda35ab-edae6d13 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_49845009-305c-3371-2f6a-770ade9a2f26-edae6d13 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c510ae2d-b25b-a4b4-22ea-40c7d1bba969-edae6d13 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c510ae2d-b25b-a4b4-22ea-40c7d1bba96b-edae6d13 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e08b5c78-bc20-956e-9f08-09289882b9a3-edae6d13, #w-node-bb067b13-5ec8-e5f1-e89b-fc5b7b74edac-edae6d13, #w-node-_4848d730-4070-434b-44d3-3de84b30a6a5-edae6d13 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_870da7c3-9b47-e672-60de-4fee5bda35ad-edae6d13 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_2d3737a9-e443-0670-6e04-bb0ad66ee2b0-edae6d13 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2d3737a9-e443-0670-6e04-bb0ad66ee2b2-edae6d13, #w-node-_2d3737a9-e443-0670-6e04-bb0ad66ee2b7-edae6d13, #w-node-_2d3737a9-e443-0670-6e04-bb0ad66ee2bc-edae6d13, #w-node-_2d3737a9-e443-0670-6e04-bb0ad66ee2c1-edae6d13, #w-node-_2e6e8998-25fb-1fc3-8720-1adf62bf3b1d-edae6d13, #w-node-_2e6e8998-25fb-1fc3-8720-1adf62bf3b2b-edae6d13, #w-node-_2e6e8998-25fb-1fc3-8720-1adf62bf3b32-edae6d13 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_870da7c3-9b47-e672-60de-4fee5bda35e4-edae6d13 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7cf66a8d-793d-4aac-9058-3ff58aa409e3-edae6d13, #w-node-_67c33f38-afe9-2c1b-ba75-c1153f87da41-edae6d13 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_870da7c3-9b47-e672-60de-4fee5bda36b0-edae6d13 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ab2cdee4-360c-d1f6-34cb-180088864f0f-edae6d13, #w-node-ab2cdee4-360c-d1f6-34cb-180088864f14-edae6d13, #w-node-ab2cdee4-360c-d1f6-34cb-180088864f1b-edae6d13 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_870da7c3-9b47-e672-60de-4fee5bda365d-edae6d13 {
    justify-self: end;
  }

  #w-node-ad4e8620-37ae-3d40-8718-27357cbbaaa8-edae6d13 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_304c2237-3277-9a9e-7b5c-01bc1ed594fa-edae6d13 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_304c2237-3277-9a9e-7b5c-01bc1ed5951b-edae6d13, #w-node-aff4246f-a5cd-3a01-8c81-bf3d8d0bc852-29f42e7a, #w-node-_26710333-fc5b-1766-e8d5-c9bbad217a23-29f42e7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e30b7ea5-0687-3173-4486-3e113bf54152-c013d4aa {
    align-self: start;
  }

  #w-node-e30b7ea5-0687-3173-4486-3e113bf54154-c013d4aa {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-e18ef282-ca15-4ed7-558c-3e5465b3123f-9d69be18, #w-node-_6fecfc5b-f501-9645-321c-b2e27513637e-f51ed0df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_01dda963-cc31-f4dc-a56f-fcbce572c1ee-38875fba {
    place-self: center;
  }

  #w-node-d20123ad-9fc6-2006-1572-a18927b7a3cf-38875fba, #w-node-_870da7c3-9b47-e672-60de-4fee5bda357c-a715930a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_870da7c3-9b47-e672-60de-4fee5bda35ab-a715930a, #w-node-_870da7c3-9b47-e672-60de-4fee5bda35e2-a715930a {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_870da7c3-9b47-e672-60de-4fee5bda35e4-a715930a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_870da7c3-9b47-e672-60de-4fee5bda3642-a715930a, #w-node-_870da7c3-9b47-e672-60de-4fee5bda3629-a715930a {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_870da7c3-9b47-e672-60de-4fee5bda3686-a715930a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_870da7c3-9b47-e672-60de-4fee5bda36ae-a715930a {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_38035182-4936-37cb-eca1-be7995641f43-a715930a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_38035182-4936-37cb-eca1-be7995641f64-a715930a, #w-node-d20123ad-9fc6-2006-1572-a18927b7a3cf-56257bed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_01dda963-cc31-f4dc-a56f-fcbce572c1ee-51f3220f {
    place-self: center;
  }

  #w-node-d20123ad-9fc6-2006-1572-a18927b7a3cf-51f3220f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6bf3cc3d-6273-5b0c-a671-4d0b906c1507-248d71e0 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_088975d5-7c46-c86c-a966-4b28cf3215b6-aec1ed32 {
    justify-self: auto;
  }
}


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