:root {
  --whyinvest1-white: #fff;
  --whyinvest1-green: #00a443;
  --whyinvest1-green-1: #007f33;
  --whyinvest1-green-4: #5BD38C;
  --whyinvest1-sand: #FFF5EC;
  --whyinvest1-sand-1: #fffeff;
  --whyinvest1-sand-3: #D8CFC7;
  --whyinvest1-sand-6: #615D5A;
  --whyinvest1-sand-7: #3A3735;
  --whyinvest1-forest: #00402a;
  --whyinvest1-forest-1: #DCEBE1;
  --whyinvest1-forest-4: #2F6852;
  --whyinvest1-sky: #0DA9FF;
  --whyinvest1-sky-1: #007ACB;
  --whyinvest1-sunset: #FF9C1A;
  --whyinvest1-sunset-2: #E3850D;
}

#whyinvest1 {
  width: 100%;
  max-width: 980px;
  margin: 20px auto;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background: var(--whyinvest1-sand);
  padding: 24px 16px;
}

#whyinvest1 * {
  font-family: "IberPangeaText" !important;
  font-style: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#whyinvest1 strong {
  font-family: "IberPangeaText Bold" !important;
  font-weight: normal;
}

#whyinvest1 h2 {
  margin-top: 0 !important;
}

#whyinvest1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#whyinvest1 ul li:before {
  content: none !important;
  display: none !important;
}

#whyinvest1 img {
  display: block;
  width: 100%;
}

#whyinvest1 .whyinvest1_vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

#whyinvest1 .whyinvest1_title {
  color: var(--whyinvest1-green-1) !important;
  font-size: 30px;
  line-height: 1.125;
  font-style: normal;
  font-weight: normal;
  font-family: "IberPangea Bold" !important;
  text-align: left;
  margin-bottom: 16px;
}

#whyinvest1 .whyinvest1_description {
  color: var(--whyinvest1-forest) !important;
  font-family: "IberPangeaText" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.33;
  text-align: left;
  margin-bottom: 24px;
}

#whyinvest1 .whyinvest1_figure {
  background-color: white;
  border-radius: 16px;
  margin-bottom: 24px;
  width: 100%;
  overflow-x: auto;
}

#whyinvest1 .whyinvest1_figure_wrapper {
  position: relative;
  max-width: 280px;
  min-width: 280px;
  margin: 0 auto;
}

#whyinvest1 .whyinvest1_svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#whyinvest1 .whyinvest1_svg .line {
  opacity: 1;
  transition: opacity 0.2s ease;
}

#whyinvest1 .whyinvest1_svg:has(.line:hover) .line {
  opacity: 0.2;
}

#whyinvest1 .whyinvest1_svg:has(.line:hover) .line:hover {
  opacity: 1;
}

#whyinvest1 .whyinvest1_svg.is-legend-hover .line {
  opacity: 0.2;
}

#whyinvest1 .whyinvest1_svg.is-legend-hover .line.is-legend-active {
  opacity: 1;
}


#whyinvest1 .whyinvest1_figure_tag {
  color: var(--whyinvest1-sand-7) !important;
  font-family: "IberPangeaText" !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

#whyinvest1 .whyinvest1_figure_tag-1 {
  width: 84px;
  height: 40px;
  top: 67px;
  left: 23px;
}

#whyinvest1 .whyinvest1_figure_tag-2 {
  width: 197px;
  height: 40px;
  top: 16px;
  left: 43px;
}

#whyinvest1 .whyinvest1_figure_table {
  width: 100%;
  max-width: 177px;
  position: absolute;
  top: 124px;
  left: 54px;
  border-collapse: collapse;
  border-spacing: 0;
}

#whyinvest1 .whyinvest1_figure_table thead th {
  color: var(--whyinvest1-forest) !important;
  font-family: "IberPangeaText" !important;
  font-size: 11px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  height: 28px;
  vertical-align: middle;
}

#whyinvest1 .whyinvest1_figure_table tbody th,
#whyinvest1 .whyinvest1_figure_table tbody td {
  color: var(--whyinvest1-sand-7) !important;
  font-family: "IberPangeaText" !important;
  font-size: 11px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  height: 27px;
  vertical-align: middle;
}

#whyinvest1 .whyinvest1_figure_table tbody tr:first-child th,
#whyinvest1 .whyinvest1_figure_table tbody tr:first-child td {
  color: var(--whyinvest1-green) !important;
  font-family: "IberPangeaText Bold" !important;
  font-size: 11px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  height: 30px;
  vertical-align: middle;
}

#whyinvest1 .whyinvest1_figure_years {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(100% - 28px);
  position: absolute;
  top: 520px;
  left: 14px;
}

#whyinvest1 .whyinvest1_figure_years_item {
  color: var(--whyinvest1-sand-7) !important;
  font-family: "IberPangeaText" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.25;
  width: 22px;
  height: 35px;
}

#whyinvest1 .whyinvest1_figure_years_item span {
  display: block;
  transform: rotate(74.313deg);
}

#whyinvest1 .whyinvest1_figure_legend {
  position: absolute;
  top: 586px;
  left: 0;  
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px;
}

#whyinvest1 .whyinvest1_figure_legend_item {
  width: calc(50% - 10px);
  color: var(--whyinvest1-sand-7) !important;
  font-family: "IberPangeaText" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  min-height: 56px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

#whyinvest1 .whyinvest1_figure_legend_item span {
  display: block;
}

#whyinvest1 .whyinvest1_figure_legend_item strong {
  display: block;
  font-family: "IberPangeaText Bold" !important;
  font-style: normal;
  font-weight: normal;
}

#whyinvest1 .whyinvest1_subtitle {
  color: var(--whyinvest1-green-1) !important;
  font-family: "IberPangeaText Bold" !important;
  font-size: 18px;
  line-height: 1.33;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin-bottom: 24px;
}

#whyinvest1 .whyinvest1_table {
  width: 100%;
  margin-bottom: 17px;
}

#whyinvest1 .whyinvest1_table table {
  width: 100%;
  /* border-collapse: 7px; */
  border-spacing: 7px;
}

#whyinvest1 .whyinvest1_table tbody {
  transform: translateY(-7px);
}

#whyinvest1 .whyinvest1_table thead th {
  border-radius: 13.291px 13.291px 0 0;
  padding: 8px;
  color: var(--whyinvest1-sand-1) !important;
  font-family: "IberPangeaText Bold" !important;
  font-size: 10px;
  line-height: 1.15;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

#whyinvest1 .whyinvest1_table thead th:nth-of-type(2) {
  width: 26%;
  background-color: var(--whyinvest1-green-1);
}

#whyinvest1 .whyinvest1_table thead th:nth-of-type(3) {
  width: 26%;
  background-color: var(--whyinvest1-sky-1);
}

#whyinvest1 .whyinvest1_table thead th:nth-of-type(4) {
  width: 26%;
  background-color: var(--whyinvest1-sunset-2);
}

#whyinvest1 .whyinvest1_table tbody th {
  padding: 8px;
  color: var(--whyinvest1-sand-6) !important;
  font-family: "IberPangeaText Medium" !important;
  font-size: 10px;
  line-height: 1.15;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border: 1px solid var(--whyinvest1-sand-6);
  border-radius: 26.582px 0 0 26.582px;
}

#whyinvest1 .whyinvest1_table td {
  padding: 8px;
  font-family: "IberPangeaText Medium" !important;
  font-size: 14px;
  line-height: 1.15;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border: 1px solid;
}

#whyinvest1 .whyinvest1_table td:nth-of-type(1) {
  color: var(--whyinvest1-green-1) !important;
  border-color: var(--whyinvest1-green-1);
}

#whyinvest1 .whyinvest1_table td:nth-of-type(2) {
  color: var(--whyinvest1-sky-1) !important;
  border-color: var(--whyinvest1-sky-1);
}

#whyinvest1 .whyinvest1_table td:nth-of-type(3) {
  color: var(--whyinvest1-sunset-2) !important;
  border-color: var(--whyinvest1-sunset-2);
}

#whyinvest1 .whyinvest1_note {
  color: var(--whyinvest1-sand-7) !important;
  font-family: "IberPangeaText" !important;
  font-size: 14px;
  line-height: 1.28;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

@media (min-width: 700px) {

  #whyinvest1 {
    padding: 32px;
  }

  #whyinvest1 .whyinvest1_title {
    font-size: 32px;
    line-height: 1.125;
  }

  #whyinvest1 .whyinvest1_description {
    font-size: 24px;
    line-height: 1.16;
  }

  #whyinvest1 .whyinvest1_figure_wrapper {
    min-width: 916px;
    max-width: 916px;
  }

  #whyinvest1 .whyinvest1_figure_tag-1 {
    top: 17px;
    left: 193px;
  }
  
  #whyinvest1 .whyinvest1_figure_tag-2 {
    top: 17px;
    left: 365px;
  }
  
  #whyinvest1 .whyinvest1_figure_table {
    max-width: 192px;
    top: 92px;
    left: 43px;
  }
  
  #whyinvest1 .whyinvest1_figure_table thead th {
    font-size: 12px;
    height: 30px;
  }
  
  #whyinvest1 .whyinvest1_figure_table tbody th,
  #whyinvest1 .whyinvest1_figure_table tbody td {
    font-size: 12px;
    height: 30px;
  }
  
  #whyinvest1 .whyinvest1_figure_table tbody tr:first-child th,
  #whyinvest1 .whyinvest1_figure_table tbody tr:first-child td {
    font-size: 12px;
    height: 32px;
  }
  
  
  #whyinvest1 .whyinvest1_figure_years {
    width: calc(100% - 185px);
    top: 391px;
    left: 100px;
  }
  
  #whyinvest1 .whyinvest1_figure_years_item {
    width: auto;
    height: auto;
  }
  
  #whyinvest1 .whyinvest1_figure_years_item span {
    transform: none;
  }
  
  #whyinvest1 .whyinvest1_figure_legend {
    top: 442px;
    left: 33px;  
    width: calc(100% - 66px);
    padding: 0;
    gap: 36px;
  }
  
  #whyinvest1 .whyinvest1_figure_legend_item {
    width: auto;
    flex: 1;
    position: relative;
    opacity: 1;
    transition: opacity 0.2s ease;
  }

  #whyinvest1 .whyinvest1_figure_legend_item:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: var(--whyinvest1-green);
    position: absolute;
    top: -2px;
    left: -1px;
    width: 100%;
  }

  #whyinvest1 .whyinvest1_figure_legend_item-2:after {
    background-color: var(--whyinvest1-sunset);
  }

  #whyinvest1 .whyinvest1_figure_legend_item-3:after {
    background-color: #C66D00;
  }

  #whyinvest1 .whyinvest1_figure_legend_item-4:after {
    background-color: #FFCD52;
  }

  #whyinvest1 .whyinvest1_figure_legend_item-5:after {
    background-color: var(--whyinvest1-sky);
  }

  #whyinvest1 .whyinvest1_figure_legend_item-6:after {
    background-color: var(--whyinvest1-sky-1);
  }
  
  #whyinvest1 .whyinvest1_figure_legend.is-line-hover .whyinvest1_figure_legend_item {
    opacity: 0.2;
  }
  
  #whyinvest1 .whyinvest1_figure_legend .whyinvest1_figure_legend_item.is-active {
    opacity: 1;
  }
  
  #whyinvest1 .whyinvest1_table tbody {
    transform: translateY(-7px);
  }
  
  #whyinvest1 .whyinvest1_table thead th {
    border-radius: 15px 15px 0 0;
    padding: 10px;
    font-size: 16px;
    line-height: 1.25;
  }
  
  #whyinvest1 .whyinvest1_table tbody th {
    padding: 10px;
    font-size: 16px;
    line-height: 1.25;
    border-radius: 30px 0 0 30px;
  }
  
  #whyinvest1 .whyinvest1_table td {
    padding: 10px;
    font-size: 16px;
    line-height: 1.25;
  }

}

@media (max-width: 700px) {
  #whyinvest1 .whyinvest1_svg {
    display: none;
  }
}