@charset "UTF-8";
@font-face {
  font-family: "Decimal-Bold";
  src: url("/etc/clientlibs/clean/dependencies/fonts/decimal/Decimal-Bold-Pro_Web.woff2") format("woff2"), url("/etc/clientlibs/clean/dependencies/fonts/decimal/Decimal-Bold-Pro_Web.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Decimal-Book";
  src: url("fonts/Decimal-Book-Pro.woff2") format("woff2"), url("fonts/Decimal-Book-Pro.woff") format("woff");
  font-weight: 325;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Decimal-Semibold";
  src: url("/etc/clientlibs/clean/dependencies/fonts/decimal/Decimal-Semibold-Pro_Web.woff2") format("woff2"), url("/etc/clientlibs/clean/dependencies/fonts/decimal/Decimal-Semibold-Pro_Web.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Decimal-Medium";
  src: url("/etc/clientlibs/clean/dependencies/fonts/decimal/Decimal-Medium-Pro_Web.woff2") format("woff2"), url("/etc/clientlibs/clean/dependencies/fonts/decimal/Decimal-Medium-Pro_Web.woff") format("woff");
  font-weight: 350;
  font-display: swap;
  font-style: normal;
}
html, body {
  font-family: "Decimal-Book";
  font-size: 16px;
}

body {
  overflow: hidden;
  background-color: #F4F4F4;
  opacity: 0;
}
body.is-loaded {
  overflow: auto;
  opacity: 1;
}
body.is-modal-show {
  overflow: hidden;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  text-size-adjust: none;
}

.pa.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 1s ease-in-out;
  z-index: 20;
  pointer-events: none;
}
@media screen and (min-width:768px) {
  .pa.header {
    position: fixed;
  }
}
@media screen and (min-width:950px) {
  .pa.header {
    opacity: 0;
  }
}
@media screen and (min-width:950px) {
  .is-loaded .pa.header {
    opacity: 1;
  }
}
.pa.header .header__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.25rem 0 1.4375rem;
}
@media screen and (min-width:768px) {
  .pa.header .header__wrap {
    justify-content: space-between;
    padding: 1.875rem 0;
  }
}
.pa.header .header__logo {
  max-width: 15rem;
  pointer-events: all;
}
@media screen and (min-width:768px) {
  .pa.header .header__logo {
    max-width: 18.9375rem;
  }
}
@media screen and (min-width:950px) {
  .pa.header .header__logo {
    pointer-events: none;
    position: relative;
    left: 0.0625rem;
    top: 0.0625rem;
  }
}
@media screen and (min-width:950px) {
  .pa.header .header__logo img {
    display: none;
  }
}
.pa.header .header__cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: all;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width:768px) {
  .pa.header .header__cta {
    position: static;
    width: auto;
  }
}
@media screen and (min-width:950px) {
  .pa.header .header__cta {
    opacity: 0;
    transition-delay: 2s;
  }
}
.is-loaded .pa.header .header__cta {
  opacity: 1;
}
.pa.header .header__cta .l-btn {
  width: 100%;
  border-radius: 0;
  padding: 1.4375rem 0.625rem 2.0625rem;
}
@media screen and (min-width:768px) {
  .pa.header .header__cta .l-btn {
    padding: 0.8125rem 1.25rem;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width:950px) {
  .pa.header.is-fixed .header__logo {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    display: flex;
  }
}
@media screen and (min-width:950px) {
  .pa.header.is-fixed .header__logo img {
    display: block;
  }
}
.pa.header.is-scrolling {
  background-color: #F4F4F4;
  z-index: 20;
}

ul, ol {
  margin: 0;
  padding: 0;
}
ul li, ol li {
  list-style: none;
}

p {
  font-size: 0.875em;
  line-height: 1.8;
  margin: 0 0 1.25rem;
  font-weight: 325;
  font-family: "Decimal-Book";
}
@media screen and (min-width:768px) {
  p {
    font-size: 1em;
    line-height: 1.8;
  }
}
p:last-of-type {
  margin: 0;
}
p:empty {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1.25rem;
}

h1 {
  font-size: 2.25em;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (min-width:1199px) {
  h1 {
    font-size: 6.25em;
    line-height: 0.99;
    letter-spacing: 0.16em;
  }
}

h2 {
  font-size: 1.6875em;
  line-height: 1.2;
}
@media screen and (min-width:1199px) {
  h2 {
    font-size: 3.1875em;
    line-height: 0.99;
  }
}

h3 {
  font-size: 1.5625em;
  line-height: 1.2;
}
@media screen and (min-width:1199px) {
  h3 {
    font-size: 2.5em;
    line-height: 1.25;
  }
}

h4 {
  font-size: 1.125em;
  line-height: 1.3333333333;
}
@media screen and (min-width:1199px) {
  h4 {
    font-size: 1.875em;
    line-height: 0.84;
  }
}

h5 {
  font-size: 1em;
  line-height: 1.25;
}
@media screen and (min-width:1199px) {
  h5 {
    font-size: 1.625em;
    line-height: 1.1538461538;
  }
}

h6 {
  font-size: 0.875em;
  line-height: 1.1428571429;
}
@media screen and (min-width:1199px) {
  h6 {
    font-size: 1.375em;
    line-height: 1.2727272727;
  }
}

a {
  color: #C84727;
  transition: all 0.3s ease-in-out;
}
a:active {
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: underline;
}

button {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.l-title {
  font-family: "Decimal-Bold";
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
}
.l-title--xl {
  font-size: 2.25em;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (min-width:768px) {
  .l-title--xl {
    font-size: 3.75em;
    line-height: 1.1666666667;
  }
}
@media screen and (min-width:1320px) {
  .l-title--xl {
    font-size: 4.375em;
    line-height: 1.1428571429;
  }
}
@media screen and (min-width:1440px) {
  .l-title--xl {
    font-size: 6.25em;
    line-height: 0.99;
    letter-spacing: 0.16em;
  }
}
.l-title--md {
  font-size: 1.6875em;
  line-height: 1.2;
}
@media screen and (min-width:768px) {
  .l-title--md {
    font-size: 2em;
    line-height: 1.3125;
  }
}
@media screen and (min-width:1440px) {
  .l-title--md {
    font-size: 3.1875em;
    line-height: 0.99;
  }
}
.l-title--sm {
  font-family: "Decimal-Book";
  font-size: 1em;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .l-title--sm {
    font-size: 1.125em;
    line-height: 1.3333333333;
  }
}
@media screen and (min-width:1199px) {
  .l-title--sm {
    font-size: 1.3125em;
    line-height: 1.2;
  }
}
.l-title--smb {
  font-family: "Decimal-Book";
  font-size: 1.125em;
  line-height: 1.3333333333;
  font-family: "Decimal-Bold";
}
@media screen and (min-width:768px) {
  .l-title--smb {
    font-size: 1.375em;
    line-height: 1.2727272727;
  }
}
@media screen and (min-width:1199px) {
  .l-title--smb {
    font-size: 2.25em;
    line-height: 1.2;
  }
}
.l-title--gradient {
  background: linear-gradient(91.55deg, #3B3B3B 1.31%, #00CC66 138.54%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  mix-blend-mode: normal;
}

.is-ipad {
  display: none;
}
@media screen and (min-width:768px) {
  .is-ipad {
    display: block;
  }
}

.is-desktop {
  display: none;
}
@media screen and (min-width:1199px) {
  .is-desktop {
    display: block;
  }
}

.aspect-box {
  position: relative;
  padding-top: calc(100% / (var(--aspect-ratio)));
  height: 0;
}
.aspect-box video, .aspect-box img, .aspect-box canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-line {
  display: inline-block;
  width: 17.625rem;
  height: 0.0625rem;
  background: linear-gradient(141deg, rgb(0, 204, 102) 0%, rgba(0, 204, 102, 0.0214460784) 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(-45deg);
  z-index: 1;
  display: none;
}
@media screen and (min-width:1199px) {
  .l-line {
    display: block;
  }
}
.l-line--chart-before {
  bottom: auto;
  top: 3.5rem;
  right: auto;
  left: -11%;
  transform: rotate(225deg);
  width: 11.25rem;
}
.l-line--chart-after {
  bottom: -95px;
  right: 0;
  width: 18.625rem;
}
@media (min-width: 1199px) and (max-width: 1366px) and (max-height: 767px) {
  .l-line--chart-after {
    bottom: -1.875rem;
    right: 1.25rem;
    width: 9.375rem;
  }
}
.l-line--testimonial {
  top: -12.25rem;
  left: 22%;
  bottom: 0;
  right: 0;
  transform: rotate(225deg);
  width: 12.5rem;
}

.l-link {
  font-size: 0.875rem;
  line-height: 180%;
  font-weight: 325;
  color: #000;
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: none;
  padding: 0 0 0.125rem;
  font-family: "Decimal-Book";
}
@media screen and (min-width:768px) {
  .l-link {
    font-size: 1rem;
  }
}
.l-link:after {
  content: "";
  width: 100%;
  height: 0.1875rem;
  background-color: #00CC66;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
.l-link:hover:after {
  width: 0;
}

.l-btn {
  min-width: 9.125rem;
  min-height: 2.6875rem;
  color: #000;
  background-color: #00CC66;
  font-size: 0.875em;
  line-height: 1.2;
  font-family: "Decimal-Medium";
  font-weight: 350;
  padding: 0.8125rem 1.25rem;
  border-radius: 1.25rem;
  border: none;
  cursor: pointer;
}
.l-btn:hover, .l-btn:focus {
  background-color: #000;
  color: #fff;
}

.l-form input,
.l-form select {
  width: 100%;
  height: 2.1875rem;
  border: 0.0625rem solid #D0D0D0;
  color: #727272;
  margin-bottom: 0.625rem;
  font-size: 1rem;
}
@media (max-width: 480px) {
  .l-form input,
  .l-form select {
    height: 2.1875rem !important;
    font-size: 0.875rem;
  }
}
.l-form input {
  padding: 0.6875rem;
}
.l-form input[type=checkbox], .l-form input[type=radio] {
  padding: 0;
  width: auto;
  height: auto;
  margin-bottom: 0;
}
.l-form label {
  color: #727272;
}
.l-form select {
  padding: 0.3125rem 0.4375rem;
}
.l-form button[type=submit] {
  background-color: #00CC66;
  font-size: 1.125rem;
  font-weight: bold;
}
.l-form button[type=submit]:hover {
  background-color: #000;
  color: #fff;
}
.l-form--mkt {
  width: 100% !important;
}
.l-form.mktoForm .mktoFormCol {
  float: none;
}
.l-form.mktoForm .mktoFieldWrap {
  float: none;
}
.l-form.mktoForm input,
.l-form.mktoForm select {
  width: 100% !important;
  color: #727272;
  margin-bottom: 0.625rem !important;
}
@media (max-width: 480px) {
  .l-form.mktoForm input,
  .l-form.mktoForm select {
    font-size: 0.875rem !important;
  }
}
.l-form.mktoForm select {
  padding: 0.3125rem 0.4375rem !important;
}
.l-form.mktoForm input {
  padding: 0.6875rem !important;
}
.l-form.mktoForm input[type=checkbox], .l-form.mktoForm input[type=radio] {
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  margin-bottom: 0 !important;
}
.l-form.mktoForm .mktoRequiredField label.mktoLabel {
  display: none;
}
.l-form.mktoForm .mktoGutter, .l-form.mktoForm .mktoOffset {
  display: none;
}
.l-form.mktoForm .mktoLabel {
  float: none;
  display: block;
  width: 100% !important;
  color: #000;
}
.l-form.mktoForm .mktoLabel#LbleventRegionTimezonePreference1 {
  margin-bottom: 0.3125rem;
}
.l-form.mktoForm .mktoLabel b {
  padding: 0;
}
.l-form.mktoForm .mktoCheckboxList {
  width: 100% !important;
}
.l-form.mktoForm .mktoCheckboxList input[type=checkbox] {
  margin-top: 0.125rem;
}
.l-form.mktoForm a {
  color: #6D6D67;
  text-decoration: underline;
}
.l-form.mktoForm a:hover {
  color: #00CC66;
}
.l-form.mktoForm .mktoButtonRow {
  display: block;
  width: 100%;
}
.l-form.mktoForm .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
  display: block;
  width: 100%;
  text-align: center;
}
.l-form.mktoForm .mktoButtonRow button {
  background-color: #00CC66 !important;
  background-image: none !important;
  padding: 1rem 0.625rem !important;
  border-radius: 50px;
  color: #000 !important;
  border: none !important;
  width: 100%;
  margin-top: 0.625rem;
  position: relative;
}
.l-form.mktoForm .mktoButtonRow button:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.l-form.mktoForm .mktoHtmlText {
  width: 100% !important;
}
.l-form.mktoForm .linkNew {
  color: #6D6D67;
}
@media screen and (min-width:768px) {
  .l-form.mktoForm .linkNew {
    padding-left: 23px;
  }
}
.l-form.mktoForm .linkNew a {
  padding: 0;
}

.container {
  max-width: 95.125rem;
  margin: 0 auto;
  padding: 0 0.625rem;
}
@media screen and (min-width:768px) {
  .container {
    max-width: 95.75rem;
    padding: 0 1.25rem;
  }
}
@media screen and (min-width:1199px) {
  .container {
    padding: 0 1.875rem;
  }
}
@media screen and (min-width:1440px) {
  .container {
    padding: 0 1.25rem;
  }
}

@media screen and (min-width:768px) {
  .section--intro {
    min-height: 100vh;
  }
}
.section--expanse {
  padding: 1.875rem 0;
  position: relative;
}
@media screen and (min-width:768px) {
  .section--expanse {
    padding: 0 0 2.375rem;
  }
}
@media screen and (min-width:950px) {
  .section--expanse {
    min-height: 100vh;
  }
}
@media screen and (min-width:1199px) {
  .section--expanse {
    padding: 7rem 0 0;
  }
}
.section--chart {
  padding: 4.4375rem 0 4.0625rem;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .section--chart {
    padding: 4.4375rem 0;
    overflow: initial;
  }
}
@media screen and (min-width:1199px) {
  .section--chart {
    padding: 0 0 4.4375rem;
  }
}
.section--report {
  overflow: hidden;
}
@media screen and (min-width:1199px) {
  .section--report {
    padding-top: 0.75rem;
  }
}

.pa.chart-list {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
}
.pa.chart-list li:not(:last-child) {
  margin-bottom: 2.0625rem;
}
.pa.chart-list li a {
  font-size: 0.75em;
  line-height: 1.2;
  font-weight: 350;
  font-family: "Decimal-Medium";
  letter-spacing: 0.06em;
  color: #666666;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: block;
}
.pa.chart-list li a:hover {
  color: #00CC66;
}
.pa.chart-list li a:after {
  content: "";
  width: 0;
  height: 0.125rem;
  background-color: #00CC66;
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.pa.chart-list li.is-active a {
  color: #000;
}
.pa.chart-list li.is-active a:after {
  width: 100%;
}

.pa.chart {
  position: relative;
  z-index: 1;
}
@media screen and (min-width:1199px) {
  .pa.chart {
    padding: 0 1.1875rem 0 0.625rem;
  }
}
@media screen and (min-width:1440px) {
  .pa.chart {
    padding-right: 1.875rem;
    padding-left: 2.8125rem;
  }
}
@media screen and (min-width:1699px) {
  .pa.chart {
    padding-right: 1.1875rem;
  }
}
.pa.chart .chart__wrap {
  border-radius: 0.375rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .pa.chart .chart__wrap {
    background-color: #fff;
    box-shadow: 0px 14px 60px #EAEAEA;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.875rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.chart .chart__wrap {
    padding: 3.75rem 3.75rem 3.125rem 3.75rem;
    min-height: 37.5rem;
  }
}
@media screen and (min-width:1440px) {
  .pa.chart .chart__wrap {
    min-height: 47.1875rem;
  }
}
@media screen and (min-width:1699px) {
  .pa.chart .chart__wrap {
    padding: 5.1875rem 5.4375rem 3.125rem 9.5rem;
  }
}
.pa.chart .chart__wrap article p a {
  text-decoration: none;
}
.pa.chart .chart__wrap article p a:hover, .pa.chart .chart__wrap article p a:focus {
  text-decoration: underline;
  color: #00CC66;
}
.pa.chart .chart__lottie {
  margin-bottom: 1.875rem;
  padding: 0 0.875rem;
}
@media screen and (min-width:768px) {
  .pa.chart .chart__lottie {
    flex-basis: 54%;
    margin-bottom: 0;
    padding: 0;
  }
}
.pa.chart .chart__lottie .chart__item {
  position: relative;
}
.pa.chart .chart__item + .chart__item {
  padding-top: 0.3125rem;
}
@media screen and (min-width:768px) {
  .pa.chart article {
    flex-basis: 46%;
    padding: 0 0 0 1.25rem;
  }
}
@media screen and (min-width:1320px) {
  .pa.chart article {
    padding: 0 0.4375rem 0 3.75rem;
  }
}
@media screen and (min-width:1440px) {
  .pa.chart article {
    padding: 0 0 3.75rem 12.5625rem;
  }
}
@media screen and (min-width:1699px) {
  .pa.chart article {
    padding: 0 0 9.375rem 12.5625rem;
  }
}
.pa.chart article p a:hover {
  color: #000;
}
.pa.chart article h2 {
  text-transform: initial;
  font-weight: 325;
}
@media screen and (min-width:1199px) {
  .pa.chart article h2 {
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width:1320px) {
  .pa.chart--1 article {
    padding: 0 0.625rem 13.125rem 12.5625rem;
  }
}
@media screen and (min-width:1320px) {
  .pa.chart--2 article {
    align-self: flex-start;
    padding-top: 6.4375rem;
    padding-bottom: 0;
  }
}
@media screen and (min-width:1320px) {
  .pa.chart--3 article {
    padding-bottom: 7.9375rem;
  }
}
@media screen and (min-width:1320px) {
  .pa.chart--4 article {
    padding-bottom: 7.8125rem;
  }
}
@media screen and (min-width:1320px) {
  .pa.chart--5 article {
    padding-bottom: 11.25rem;
  }
}
@media screen and (min-width:1320px) {
  .pa.chart--6 article {
    padding: 6.4375rem 1.3125rem 0 12.5625rem;
    flex-basis: 47.2%;
    margin-right: -1.25rem;
    align-self: flex-start;
  }
}

@media screen and (min-width:1199px) {
  .pa.charts .charts__wrapper {
    padding-left: 1.875rem;
    display: flex;
  }
}
@media screen and (min-width:1699px) {
  .pa.charts .charts__wrapper {
    padding-left: 0;
  }
}
.pa.charts .charts__nav {
  flex-basis: 5.25rem;
  display: none;
}
@media screen and (min-width:1199px) {
  .pa.charts .charts__nav {
    display: block;
    padding-top: 41vh;
  }
}
@media screen and (min-width:950px) {
  .pa.charts .charts__lists {
    flex-basis: calc(100% - 84px);
  }
}
@media screen and (min-width:1199px) {
  .pa.charts .charts__item {
    padding-top: 6.75rem;
  }
}
@media (min-width: 1199px) and (max-width: 1366px) and (max-height: 767px) {
  .pa.charts .charts__item:not(:last-child) {
    padding-bottom: 3.125rem;
  }
}
.pa.charts .charts__item:last-child .pa.testimonial {
  padding-bottom: 0;
}

.pa.insight {
  max-width: 71rem;
  margin: auto;
  padding: 1.875rem 0;
}
@media screen and (min-width:768px) {
  .pa.insight {
    padding: 5.9375rem 0;
  }
}
@media screen and (min-width:1199px) {
  .pa.insight {
    padding: 5.9375rem 0;
    max-width: 56.25rem;
  }
}
@media screen and (min-width:1440px) {
  .pa.insight {
    padding: 14.375rem 0 4.125rem;
  }
}
@media screen and (min-width:1699px) {
  .pa.insight {
    max-width: 71rem;
  }
}
@media (min-width: 1199px) and (max-width: 1366px) and (max-height: 767px) {
  .pa.insight {
    padding-bottom: 1.25rem;
  }
}
.pa.insight h2 {
  text-transform: initial;
  margin-bottom: 2.5rem;
  font-weight: 325;
}
@media screen and (min-width:1199px) {
  .pa.insight h2 {
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width:480px) {
  .pa.insight .insight__wrap {
    margin-top: -3.75rem;
    max-width: 75%;
    margin-left: auto;
  }
}
@media screen and (min-width:1199px) {
  .pa.insight .insight__wrap {
    max-width: 70%;
    margin-top: -4.1875rem;
  }
}
@media screen and (min-width:1440px) {
  .pa.insight .insight__wrap {
    padding-right: 4.9375rem;
    max-width: 81.3%;
  }
}
.pa.insight ul {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
}
@media screen and (min-width:768px) {
  .pa.insight ul {
    padding-right: 3.125rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.insight ul {
    padding-right: 0;
  }
}
.pa.insight ul li {
  flex-basis: 33.33%;
  font-size: 2.5em;
  line-height: 0.99;
  font-weight: 400;
  font-family: "Decimal-Bold";
  color: #00CC66;
  margin-bottom: 2.125rem;
}
@media screen and (min-width:768px) {
  .pa.insight ul li {
    font-size: 3.125em;
    line-height: 1.2;
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width:950px) {
  .pa.insight ul li {
    font-size: 4.375em;
    line-height: 1.2857142857;
  }
}
@media screen and (min-width:1699px) {
  .pa.insight ul li {
    font-size: 6.25em;
    line-height: 0.99;
  }
}
.pa.insight ul li span {
  color: #000;
}
.pa.insight .insight__title {
  font-weight: 400;
  font-family: "Decimal-Bold";
  margin-right: 0.625rem;
  text-transform: uppercase;
  /* color: #00CC66; */
  font-size: 2.5em;
  line-height: 0.99;
  background: linear-gradient(91.55deg, #3B3B3B 1.31%, #00CC66 138.54%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  mix-blend-mode: normal;
}
@media screen and (min-width:768px) {
  .pa.insight .insight__title {
    margin-right: 1.25rem;
    font-size: 3.125em;
    line-height: 1.192;
  }
}
@media screen and (min-width:950px) {
  .pa.insight .insight__title {
    font-size: 4.375em;
    line-height: 1.2857142857;
  }
}
@media screen and (min-width:1320px) {
  .pa.insight .insight__title {
    font-size: 6.25em;
    line-height: 0.99;
  }
}
.pa.insight .insight__title span {
  color: #000;
}
.pa.insight--primary .insight__item {
  display: flex;
}
.pa.insight--primary .insight__item:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media screen and (min-width:1199px) {
  .pa.insight--primary .insight__item:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width:768px) {
  .pa.insight--primary .insight__item .col--text {
    padding-top: 0.25rem;
  }
}
@media screen and (min-width:950px) {
  .pa.insight--primary .insight__item .col--text {
    padding-top: 0.625rem;
  }
}
.pa.insight--primary .insight__item .col--text p br {
  display: none;
}
@media screen and (min-width:768px) {
  .pa.insight--primary .insight__item .col--text p br {
    display: inline;
  }
}
.pa.insight--sec .insight__title {
  margin-bottom: 1.25rem;
}
.pa.insight--sec .insight__item .col--text {
  max-width: 39.6875rem;
}
@media screen and (min-width:768px) {
  .pa.insight--sec.insight--chart-5 .col--text {
    max-width: 31.25rem;
    padding-right: 0.3125rem;
  }
}
@media screen and (min-width:1699px) {
  .pa.insight--chart-1 {
    padding-top: 16rem;
  }
}
.pa.insight--chart-1 .col--text {
  max-width: 14rem;
}
@media screen and (min-width:1199px) {
  .pa.insight--chart-1 .col--text {
    padding-top: 0.625rem;
  }
}
@media screen and (min-width:1440px) {
  .pa.insight--chart-2 {
    padding: 12.5rem 0 10.4375rem;
  }
}
@media screen and (min-width:768px) {
  .pa.insight--chart-2 .insight__title {
    margin-right: 0;
    min-width: 12.5rem;
    text-align: right;
  }
}
@media screen and (min-width:950px) {
  .pa.insight--chart-2 .insight__title {
    min-width: 19.875rem;
  }
}
.pa.insight--chart-2 .col--num {
  flex-basis: 9.375rem;
}
@media screen and (min-width:768px) {
  .pa.insight--chart-2 .col--num {
    flex-basis: auto;
  }
}
.pa.insight--chart-2 .col--text {
  flex-basis: calc(100% - 150px);
}
@media screen and (min-width:768px) {
  .pa.insight--chart-2 .col--text {
    flex-basis: auto;
    padding-left: 1.25rem;
  }
}
@media screen and (min-width:1440px) {
  .pa.insight--chart-2 .insight__wrap {
    max-width: 81.3%;
  }
}
@media screen and (min-width:1699px) {
  .pa.insight--chart-3 {
    padding-top: 12.375rem;
  }
}
@media screen and (min-width:1699px) {
  .pa.insight--chart-4 {
    padding-top: 10.9375rem;
  }
}
@media screen and (min-width:768px) {
  .pa.insight--chart-4 .insight__item .col--text {
    max-width: 25.625rem;
  }
}
@media screen and (min-width:1320px) {
  .pa.insight--chart-4 .insight__item .col--text {
    max-width: 22.875rem;
  }
}
@media screen and (min-width:1699px) {
  .pa.insight--chart-5 {
    padding: 19.5625rem 0 4.125rem;
  }
}
@media screen and (min-width:1699px) {
  .pa.insight--chart-6 {
    padding-top: 12.625rem;
  }
}
@media screen and (min-width:480px) {
  .pa.insight--chart-6 .insight__item .col--text {
    max-width: 29.375rem;
  }
}
@media screen and (min-width:480px) {
  .pa.insight--chart-6 .insight__item:nth-child(2) .col--text {
    max-width: 23.125rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.insight--chart-6 .insight__item:nth-child(2) .col--text {
    padding-right: 3.75rem;
  }
}
.pa.insight .insight__blank {
  min-height: 6.25rem;
}
@media screen and (min-width:768px) {
  .pa.insight .insight__blank {
    min-height: 12.5rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.insight .insight__blank {
    min-height: 25rem;
  }
}

.pa.intro {
  position: relative;
}
.pa.intro .intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pa.intro .intro__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0 5rem;
}
@media screen and (min-width:950px) {
  .pa.intro .intro__bg img {
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width:950px) {
  .is-loaded .pa.intro .intro__bg--loader {
    transition-delay: 0.6s;
    opacity: 0;
  }
}
.pa.intro .intro__wrapper {
  position: relative;
  z-index: 2;
  padding: 10.5rem 0 7.4375rem 0;
}
@media screen and (min-width:768px) {
  .pa.intro .intro__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 100vh;
    padding: 6.25rem 0 1.25rem 0;
  }
}
@media screen and (min-width:1699px) {
  .pa.intro .intro__wrapper {
    padding: 9.875rem 0 1.25rem 0;
  }
}
.pa.intro .intro__hyphen {
  display: none;
}
@media screen and (min-width:1440px) {
  .pa.intro .intro__hyphen {
    display: inline;
  }
}
.pa.intro .intro__text .l-title--xl {
  margin: 0 0 3.6875rem 0;
  overflow-wrap: break-word;
}
@media screen and (min-width:768px) {
  .pa.intro .intro__text .l-title--xl {
    margin: 0 0 5rem 0;
    max-width: 35.625rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.intro .intro__text .l-title--xl {
    max-width: 40.625rem;
  }
}
@media screen and (min-width:1320px) {
  .pa.intro .intro__text .l-title--xl {
    margin: 0 0 2.1875rem 0;
  }
}
@media screen and (min-width:1440px) {
  .pa.intro .intro__text .l-title--xl {
    max-width: 46rem;
    margin: 0 0 5rem 0.875rem;
  }
}
@media (min-width: 1199px) and (max-width: 1366px) and (max-height: 767px) {
  .pa.intro .intro__text .l-title--xl {
    margin-bottom: 1.25rem;
  }
}
.pa.intro article .l-title--sm {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-weight: 325;
  text-transform: initial;
}
@media screen and (min-width:768px) {
  .pa.intro article .l-title--sm {
    font-size: 1.3125em;
    line-height: 1.5;
  }
}
@media (min-width: 1199px) and (max-width: 1366px) and (max-height: 767px) {
  .pa.intro article .l-title--sm {
    font-size: 1.125em;
    line-height: 1.5555555556;
  }
}
.pa.intro article p a:hover {
  color: #000;
}
.pa.intro .intro__scroll {
  border: none;
  background-color: transparent;
  margin-top: 1.1875rem;
  display: none;
  animation: bounce-down infinite 2s linear;
}
@media screen and (min-width:768px) {
  .pa.intro .intro__scroll {
    right: 0;
    position: absolute;
    bottom: 8vh;
    margin-top: 0;
  }
}
@media screen and (min-width:1199px) {
  .pa.intro .intro__scroll {
    bottom: 9.6vh;
    display: inline;
  }
}
.pa.intro .intro__scroll svg {
  width: 1.5625rem;
  height: auto;
  opacity: 0;
  transition: all 8s ease-in-out;
}
@media screen and (min-width:768px) {
  .pa.intro .intro__scroll svg {
    width: 2.8125rem;
  }
}
.is-loaded .pa.intro .intro__scroll svg {
  opacity: 1;
}
.pa.intro .intro__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: all 1s ease-in-out;
  display: none;
}
@media screen and (min-width:950px) {
  .pa.intro .intro__logo {
    display: block;
  }
}
.pa.intro .intro__logo img {
  width: 25rem;
}
.is-loaded .pa.intro .intro__logo {
  transition-delay: 0.6s;
  top: 2.125rem;
  left: 0;
  transform: translate3d(0, 0, 0) scale(0.68);
  transform-origin: left;
}
.pa.intro .intro__logo.is-hide {
  transition: all 0s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.pa.intro .intro__text {
  flex-basis: 100%;
  margin: auto;
  max-width: 74.3125rem;
}
@media screen and (min-width:1199px) {
  .pa.intro .intro__text {
    padding: 0 3.125rem;
  }
}
.pa.intro .intro__video {
  width: 200%;
  z-index: -2;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-top: -3.125rem;
}
@media screen and (min-width:768px) {
  .pa.intro .intro__video {
    width: 100%;
    top: 2vh;
    margin-top: 0;
  }
}
@media screen and (min-width:950px) {
  .pa.intro .intro__video {
    transform: none;
    position: absolute;
    bottom: auto;
    left: -30%;
    top: -6.25rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.intro .intro__video {
    max-width: 65.5625rem;
    left: -24%;
    top: -9.375rem;
  }
}
@media (min-width: 950px) and (max-width: 1366px) and (max-height: 767px) {
  .pa.intro .intro__video {
    max-width: 56.25rem;
  }
}
@media (min-width: 1199px) and (max-width: 1366px) and (max-height: 767px) {
  .pa.intro .intro__video {
    max-width: 50rem;
    left: -10%;
  }
}
@media (min-width: 1399px) and (max-width: 1699px) and (max-height: 800px) {
  .pa.intro .intro__video {
    left: -25%;
  }
}
@media screen and (min-width:768px) {
  .pa.intro article {
    max-width: 35.6875rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.intro article {
    margin-left: auto;
  }
}
.pa.intro article h2 {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-weight: 325;
}
@media screen and (min-width:768px) {
  .pa.intro article h2 {
    font-size: 1.3125em;
    line-height: 1.5;
  }
}
@media (max-width: 481px) {
  .pa.intro--hero .intro__wrapper {
    padding-top: 4.6875rem;
  }
}
@media screen and (min-width:768px) {
  .pa.intro--hero .intro__wrapper {
    height: 100vh;
    height: -webkit-fill-available;
  }
}
@media screen and (min-width:1199px) {
  .pa.intro--hero .intro__wrapper {
    min-height: 100vh;
  }
}
@media screen and (min-width:1699px) {
  .pa.intro--hero .intro__wrapper {
    padding-top: 8.125rem;
  }
}
@media (min-width: 1699px) and (max-height: 1000px) {
  .pa.intro--hero .intro__wrapper {
    padding-top: 10vh;
  }
}
.pa.intro--hero .intro__bg.is-loaded {
  top: -6.25rem;
  transition: all 0.6s ease-in-out;
}
@media screen and (min-width:480px) {
  .pa.intro--hero .intro__bg.is-loaded {
    top: 0;
    height: 31.25rem;
  }
}
@media screen and (min-width:768px) {
  .pa.intro--hero .intro__bg.is-loaded {
    height: 100%;
  }
}
@media screen and (min-width:950px) {
  .pa.intro--hero .intro__bg.is-loaded {
    opacity: 0;
  }
}
@media screen and (min-width:1699px) {
  .pa.intro--hero .intro__bg.is-loaded {
    top: -5rem;
  }
}
@media screen and (min-width:950px) {
  .is-loaded .pa.intro--hero .intro__bg.is-loaded {
    transition-delay: 0.6s;
    opacity: 1;
  }
}
.pa.intro--hero .intro__bg.is-loaded img {
  object-fit: contain;
}
@media screen and (min-width:480px) {
  .pa.intro--hero .intro__bg.is-loaded img {
    object-position: right;
  }
}
@media screen and (min-width:768px) {
  .pa.intro--hero .intro__bg.is-loaded img {
    object-position: 0 5rem;
  }
}
.pa.intro--hero article {
  transition: all 0.8s ease-in-out;
  transition-delay: 2s;
}
@media screen and (min-width:950px) {
  .pa.intro--hero article {
    opacity: 0;
  }
}
@media screen and (min-width:1199px) {
  .pa.intro--hero article {
    margin-right: 10%;
  }
}
@media screen and (min-width:1440px) {
  .pa.intro--hero article {
    padding-right: 0.625rem;
    margin-right: 0;
  }
}
@media screen and (min-width:950px) {
  .is-loaded .pa.intro--hero article {
    opacity: 1;
  }
}
.pa.intro--hero article .l-title--sm {
  margin-bottom: 1.1875rem;
}
@media screen and (min-width:1199px) {
  .pa.intro--hero article .l-title--sm {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width:1699px) {
  .pa.intro--hero article .l-title--sm {
    margin-bottom: 1.25rem;
  }
}
.pa.intro--hero .intro__text {
  transition: all 0.8s ease-in-out;
}
@media screen and (min-width:950px) {
  .pa.intro--hero .intro__text {
    opacity: 0;
    transition-delay: 1.5s;
  }
}
@media screen and (min-width:950px) {
  .is-loaded .pa.intro--hero .intro__text {
    opacity: 1;
  }
}
.pa.intro--hero .intro__text article {
  transition: all 0.8s ease-in-out;
  transition-delay: 2s;
}
@media screen and (min-width:950px) {
  .pa.intro--hero .intro__text article {
    opacity: 0;
  }
}
@media screen and (min-width:950px) {
  .is-loaded .pa.intro--hero .intro__text article {
    opacity: 1;
  }
}
.pa.intro--hero .intro__text article .l-btn {
  margin-top: 1.1875rem;
}
@media (max-width: 1199px) {
  .pa.intro--hero .intro__text .l-title--xl {
    max-width: 42.8125rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.intro--hero .intro__text .l-title--xl {
    font-size: 5em;
    line-height: 0.99;
  }
}
@media screen and (min-width:1440px) {
  .pa.intro--hero .intro__text .l-title--xl {
    margin-bottom: 2.8125rem;
  }
}
.pa.intro--report .intro__bg {
  height: 46%;
  top: 8%;
}
@media screen and (min-width:480px) {
  .pa.intro--report .intro__bg {
    height: 25.625rem;
    top: 5%;
  }
}
@media screen and (min-width:950px) {
  .pa.intro--report .intro__bg {
    height: 60%;
  }
}
@media screen and (min-width:1199px) {
  .pa.intro--report .intro__bg {
    top: 5vh;
    left: 50%;
    width: 90%;
    height: 75%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width:1699px) {
  .pa.intro--report .intro__bg {
    top: 13%;
  }
}
.pa.intro--report .intro__bg img {
  object-position: right;
}
@media screen and (min-width:950px) {
  .pa.intro--report .intro__bg img {
    object-fit: contain;
  }
}
.pa.intro--report .intro__wrapper {
  min-height: 100%;
  padding: 15vh 0 3.125rem;
  display: block;
  position: initial;
}
@media screen and (min-width:768px) {
  .pa.intro--report .intro__wrapper {
    padding: 16vh 0 0rem;
  }
}
@media screen and (min-width:950px) {
  .pa.intro--report .intro__wrapper {
    padding: 24vh 0 6.25rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.intro--report .intro__wrapper {
    min-height: 100vh;
    padding: 4.5vh 0 5vh 0;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1699px) and (max-height: 1100px) {
  .pa.intro--report .intro__wrapper {
    padding: 4.5vh 0 5vh 0;
  }
}
.pa.intro--report .intro__body {
  position: relative;
  width: 100%;
}
.pa.intro--report .intro__body article {
  max-width: 33.875rem;
}
@media screen and (min-width:768px) {
  .pa.intro--report .intro__body article {
    position: relative;
    right: -2.5rem;
  }
}
@media screen and (min-width:1320px) {
  .pa.intro--report .intro__body article {
    position: relative;
    right: -5.625rem;
  }
}
.pa.intro--report .intro__body article h3 {
  max-width: 30.6875rem;
  letter-spacing: 0.135rem;
}
.pa.intro--report .intro__video {
  width: 120%;
  margin-top: 0;
  margin-bottom: 1.875rem;
  mix-blend-mode: darken;
}
@media screen and (min-width:950px) {
  .pa.intro--report .intro__video {
    max-width: 50%;
    left: -10%;
    top: 10%;
  }
}
@media screen and (min-width:1199px) {
  .pa.intro--report .intro__video {
    z-index: 2;
    max-width: 40.8125rem;
    top: 3.8%;
    left: -4.7%;
  }
}
@media screen and (min-width:1320px) {
  .pa.intro--report .intro__video {
    max-width: 59.5625rem;
    top: -13.8%;
    left: -14.7%;
  }
}
.pa.intro--report .l-title--xl {
  margin-bottom: 3.6875rem;
}
@media screen and (min-width:768px) {
  .pa.intro--report .l-title--xl {
    max-width: 46.875rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.intro--report .l-title--xl {
    font-size: 5em;
    line-height: 0.99;
  }
}
@media screen and (min-width:1699px) {
  .pa.intro--report .l-title--xl {
    max-width: 100%;
    margin-left: 3.0625rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.intro--report .intro__title {
    padding-top: 1.875rem;
    max-width: 46rem;
  }
}
.pa.intro--report .intro__text {
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .pa.intro--report .intro__text {
    padding: 0;
  }
}
@media screen and (min-width:1199px) {
  .pa.intro--report .intro__text {
    padding: 2.5rem 0 0;
  }
}
@media screen and (min-width:950px) {
  .pa.intro--report article {
    max-width: 25.6875rem;
    margin-left: auto;
  }
}
@media screen and (min-width:1199px) {
  .pa.intro--report article {
    max-width: 38.875rem;
    padding-right: 3.75rem;
  }
}
@media screen and (min-width:1320px) {
  .pa.intro--report article {
    padding-right: 3.75rem;
  }
}
.pa.intro--report article .l-btn {
  margin-top: 2.4375rem;
  position: relative;
  z-index: 3;
}
.pa.intro--report article .l-title--sm {
  margin-bottom: 1.1875rem;
}
@media (max-width: 767px) {
  .pa.intro--report article .l-title--sm {
    font-size: 1.3125em;
    line-height: 1.5;
  }
}
@media screen and (min-width:950px) {
  .pa.intro--report .container {
    max-width: 56.25rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.intro--report .container {
    max-width: 75rem;
  }
}
.pa.intro--chart .intro__wrapper {
  min-height: auto;
}
@media (max-width: 767px) {
  .pa.intro--chart .intro__wrapper {
    padding: 4.375rem 0;
  }
}
@media screen and (min-width:1699px) {
  .pa.intro--chart .intro__wrapper {
    padding-top: 5.9375rem;
  }
}
.pa.intro--chart .intro__bg {
  left: auto;
  right: -32px;
  top: -25%;
}
@media screen and (min-width:768px) {
  .pa.intro--chart .intro__bg {
    right: auto;
    left: 0;
    top: 16%;
    width: 78%;
  }
}
@media screen and (min-width:950px) {
  .pa.intro--chart .intro__bg {
    height: 60%;
    top: 35%;
    width: 69%;
  }
}
@media screen and (min-width:1199px) {
  .pa.intro--chart .intro__bg {
    top: 32%;
    height: 98%;
    left: 1.75rem;
  }
}
@media (min-width: 1199px) and (max-width: 1366px) and (max-height: 767px) {
  .pa.intro--chart .intro__bg {
    height: 75%;
  }
}
.pa.intro--chart .intro__bg img {
  object-position: right;
}
@media screen and (min-width:950px) {
  .pa.intro--chart .intro__bg img {
    object-fit: contain;
  }
}
@media screen and (min-width:950px) {
  .pa.intro--chart .intro__text {
    padding-right: 0;
    max-width: 79.0625rem;
  }
}
@media screen and (min-width:1699px) {
  .pa.intro--chart .intro__text {
    padding-left: 3.75rem;
  }
}
.pa.intro--chart .intro__text .l-title--xl {
  max-width: 39.3125rem;
}
@media screen and (min-width:1199px) {
  .pa.intro--chart .intro__text .l-title--xl {
    letter-spacing: normal;
    margin: 0;
    max-width: 34.375rem;
  }
}
@media screen and (min-width:1320px) {
  .pa.intro--chart .intro__text .l-title--xl {
    max-width: 46.25rem;
  }
}
@media screen and (min-width:950px) {
  .pa.intro--chart article {
    max-width: 75%;
    margin-top: -3.125rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.intro--chart article {
    max-width: 30.5rem;
    margin-top: 5.25rem;
    padding-right: 9.0625rem;
  }
}
@media screen and (min-width:1320px) {
  .pa.intro--chart article {
    max-width: 35.5rem;
  }
}
@media screen and (min-width:1699px) {
  .pa.intro--chart article {
    max-width: 34.6875rem;
    padding-top: 0.5rem;
  }
}
@media screen and (min-width:950px) {
  .pa.intro--chart article .l-title--sm {
    margin-bottom: 2.0625rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width:1699px) {
  .pa.intro--chart article .l-title--sm {
    margin-bottom: 2.5rem;
  }
}
.pa.intro--chart .container {
  padding: 0;
}
.pa.intro--chart .l-link {
  margin-top: 1.25rem;
}
@media screen and (min-width:1199px) {
  .pa.intro--chart .l-link {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width:1440px) {
  .pa.intro--chart-1 article {
    margin-top: -0.9375rem;
  }
}
@media screen and (min-width:1320px) {
  .pa.intro--chart-2 .intro__wrapper {
    padding-top: 6.1875rem;
  }
}
@media screen and (min-width:1320px) {
  .pa.intro--chart-2 article {
    margin-top: -0.75rem;
    padding-right: 8.9375rem;
  }
}
@media screen and (min-width:1320px) {
  .pa.intro--chart-3 .intro__wrapper {
    padding-top: 6.4375rem;
  }
}
@media screen and (min-width:1320px) {
  .pa.intro--chart-3 .intro__text .l-title--xl {
    max-width: 56.25rem;
  }
}
@media screen and (min-width:1699px) {
  .pa.intro--chart-3 .intro__text article {
    margin-top: 11.4375rem;
  }
}
@media screen and (min-width:1320px) {
  .pa.intro--chart-4 .intro__bg {
    top: 24%;
  }
}
@media screen and (min-width:1320px) {
  .pa.intro--chart-4 .intro__wrapper {
    padding-top: 6.25rem;
  }
}
@media screen and (min-width:1320px) {
  .pa.intro--chart-4 .intro__text .l-title--xl {
    max-width: 57.5rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.intro--chart-4 article {
    padding-right: 8.875rem;
  }
}
@media screen and (min-width:1320px) {
  .pa.intro--chart-5 .intro__bg {
    top: 23%;
  }
}
@media screen and (min-width:1320px) {
  .pa.intro--chart-5 .intro__wrapper {
    padding-top: 6.3125rem;
  }
}
@media screen and (min-width:1699px) {
  .pa.intro--chart-5 article {
    padding: 6.75rem 8.875rem 0 0;
  }
}
@media screen and (min-width:1320px) {
  .pa.intro--chart-5 .intro__text .l-title--xl {
    max-width: 55.625rem;
  }
}
@media screen and (min-width:1320px) {
  .pa.intro--chart-6 .intro__wrapper {
    padding-top: 6.375rem;
  }
}
@media screen and (min-width:1320px) {
  .pa.intro--chart-6 article {
    padding-right: 9.0625rem;
  }
}
@media screen and (min-width:1320px) {
  .pa.intro--chart-6 article .l-title--sm {
    padding-right: 5.3125rem;
  }
}

@keyframes bounce-down {
  0% {
    opacity: 0.3;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(40px);
  }
}
.pa.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.pa.modal.is-show {
  opacity: 1;
  pointer-events: all;
}
.pa.modal .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.pa.modal .modal__wrapper {
  background-color: #fff;
  width: 21.625rem;
  max-width: 100%;
  /* min-height: 60vh; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 24px 54px rgba(0, 0, 0, 0.3));
  border-radius: 0.625rem;
  padding: 0.75rem 0.9375rem;
  max-height: 90vh;
  overflow: auto;
}
.pa.modal .modal__head {
  text-align: center;
}
.pa.modal .modal__head h5 {
  font-size: 1.375em;
  line-height: 1.3636363636;
  margin-bottom: 1.25rem;
}
@media screen and (min-width:1199px) {
  .pa.modal .modal__head h5 {
    margin-bottom: 2.1875rem;
  }
}
.pa.modal .modal__close {
  background-color: transparent;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0.875rem;
  top: 1.4375rem;
  border: none;
  cursor: pointer;
}
@media screen and (min-width:480px) {
  .pa.modal .modal__close {
    display: none;
  }
}
.pa.modal .js-modal-result-body {
  padding: 3.125rem 0.875rem;
}
.pa.modal .js-modal-result-body .modal__head .modal__close {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  top: 1.25rem;
  right: 1.25rem;
}
.pa.modal .js-modal-result-body .modal__head .modal__close svg {
  width: 100%;
  height: 100%;
}
.pa.modal .js-modal-result-body h2 {
  font-size: 3rem;
  line-height: 3.6rem;
  letter-spacing: 0.12rem;
  font-weight: 700;
  font-family: "Decimal-Bold";
  padding-bottom: 0.625rem;
  border-bottom: 0.1875rem solid #5CC971;
  margin-bottom: 1.9375rem;
  text-transform: uppercase;
}
.pa.modal .js-modal-result-body h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 3.125rem;
}
.pa.modal .js-modal-result-body h4 a {
  color: #5CC971;
  text-decoration: underline;
  font-weight: 600;
  font-family: "Decimal-Semibold";
}
.pa.modal .js-modal-result-body h4 a:hover {
  color: #5E5E5E;
}
.pa.modal .js-modal-result-body p {
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #5E5E5E;
  font-weight: 400;
  font-family: "Decimal-Book";
  margin-bottom: 1.25rem;
}
.pa.modal .js-modal-result-body p a {
  color: #5E5E5E;
  font-weight: 500;
  font-family: "Decimal-Medium";
  text-decoration: none;
}
.pa.modal .js-modal-result-body p a:hover {
  color: #5CC971;
}

.pa.nav {
  position: fixed;
  top: 50%;
  left: 1.25rem;
  transform: translateY(-50%);
  padding-bottom: 1.5625rem;
  opacity: 0;
  z-index: 3;
  transition: all 1s ease-in-out;
}
@media screen and (min-width:950px) {
  .pa.nav {
    transition-delay: 2s;
  }
}
@media screen and (min-width:1699px) {
  .pa.nav {
    left: 4.375rem;
  }
}
.is-loaded .pa.nav {
  opacity: 1;
}
.pa.nav li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.pa.nav li a {
  display: block;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid #373737;
  border-radius: 50%;
  text-indent: -62.4375rem;
  color: #000;
}
.pa.nav li a:hover, .pa.nav li a:focus {
  border-color: #00CC66;
}
.pa.nav li.is-active a {
  background-color: #00CC66;
  border-color: #00CC66;
}

.pa.social {
  position: fixed;
  top: 35%;
  right: 1.25rem;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  transition: all 1s ease-in-out;
}
@media screen and (min-width:950px) {
  .pa.social {
    transition-delay: 2.5s;
  }
}
@media screen and (min-width:1199px) {
  .pa.social {
    right: 1.25rem;
  }
}
@media screen and (min-width:1699px) {
  .pa.social {
    right: 3.75rem;
  }
}
.is-loaded .pa.social {
  opacity: 1;
}
.pa.social li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.pa.social li svg path {
  transition: all 0.3s ease-in-out;
}
.pa.social li a {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #848484;
  cursor: pointer;
}
.pa.social li a:hover, .pa.social li a:focus {
  background-color: #00CC66;
}
.pa.social li a:hover svg path, .pa.social li a:focus svg path {
  fill: #000;
}

@media screen and (min-width:1199px) {
  .summary {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width:1440px) {
  .summary {
    padding: 0;
  }
}
@media screen and (min-width:768px) {
  .summary .row {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width:1199px) {
  .summary .row {
    padding: 0 6.6875rem;
  }
}
@media (min-width: 1199px) and (max-width: 1366px) and (max-height: 767px) {
  .summary .row {
    padding: 0 3.125rem;
  }
}
@media screen and (min-width:768px) {
  .summary .col--title {
    padding-right: 0.75rem;
    flex-basis: 42.3%;
  }
}
@media screen and (min-width:768px) {
  .summary .col--text {
    flex-basis: 57.7%;
    max-width: 40.375rem;
  }
}
.summary .summary__title {
  font-size: 1.3125em;
  line-height: 1.5;
  color: #2A2A2A;
}
.summary .summary__media {
  border-radius: 0.375rem;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .summary .summary__media {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width:1199px) {
  .summary--expanse .summary__media {
    padding: 0 1.875rem;
  }
}
@media screen and (min-width:1699px) {
  .summary--expanse .summary__media {
    padding: 0;
  }
}

.pa.testimonial {
  padding-bottom: 6.25rem;
}
@media screen and (min-width:768px) {
  .pa.testimonial {
    padding: 0 0 5.8125rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.testimonial {
    padding: 5.8125rem 0 0;
  }
}
.pa.testimonial .testimonial__wrap {
  max-width: 74rem;
  margin: auto;
  padding: 2.25rem 0 0;
}
@media screen and (min-width:768px) {
  .pa.testimonial .testimonial__wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width:1199px) {
  .pa.testimonial .testimonial__wrap {
    padding: 0 1.25rem;
  }
}
@media screen and (min-width:1440px) {
  .pa.testimonial .testimonial__wrap {
    align-items: flex-start;
  }
}
@media screen and (min-width:1699px) {
  .pa.testimonial .testimonial__wrap {
    padding-right: 0.625rem;
  }
}
.pa.testimonial .testimonial__img {
  max-width: 65%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .pa.testimonial .testimonial__img {
    margin: 0 0 3.125rem;
    flex-basis: 40%;
    max-width: 40%;
  }
}
@media screen and (min-width:1199px) {
  .pa.testimonial .testimonial__img {
    flex-basis: 45.5%;
    max-width: 45.5%;
    padding-left: 6.25rem;
  }
}
@media screen and (min-width:1440px) {
  .pa.testimonial .testimonial__img {
    margin: 0;
    padding-left: 0;
  }
}
@media screen and (min-width:1699px) {
  .pa.testimonial .testimonial__img {
    flex-basis: 45.061%;
    max-width: 45.061%;
  }
}
@media (max-width: 767px) {
  .pa.testimonial .testimonial__img .aspect-box {
    padding-top: 100%;
  }
}
@media screen and (min-width:950px) {
  .pa.testimonial .testimonial__img > div {
    width: 75%;
  }
}
.pa.testimonial .testimonial__img figure {
  position: relative;
}
.pa.testimonial .testimonial__img figure:after {
  content: "";
  background-image: url(../images/headshot-loofah.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  width: 100%;
  height: 45%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width:768px) {
  .pa.testimonial .testimonial__img figure:after {
    height: 100%;
  }
}
.pa.testimonial .testimonial__img img {
  border-radius: 0.375rem;
  object-position: top center;
}
@media screen and (min-width:768px) {
  .pa.testimonial .testimonial__img img {
    object-position: center;
  }
}
.pa.testimonial .testimonial__img--sec figure:after {
  background-image: url(../images/headshot-loofah-2.png);
}
.pa.testimonial blockquote {
  position: relative;
  padding-left: 5rem;
  margin-top: 2.5rem;
}
@media screen and (min-width:768px) {
  .pa.testimonial blockquote {
    padding-left: 3.75rem;
    margin-top: 9.375rem;
    flex-basis: 60%;
    max-width: 60%;
    align-self: flex-end;
  }
}
@media screen and (min-width:1199px) {
  .pa.testimonial blockquote {
    flex-basis: 54.5%;
    max-width: 54.5%;
    padding-left: 9rem;
    margin-top: 12.5rem;
  }
}
@media screen and (min-width:1699px) {
  .pa.testimonial blockquote {
    margin-top: 24rem;
    flex-basis: 54.939%;
    max-width: 54.939%;
  }
}
.pa.testimonial blockquote:before {
  content: "“";
  font-size: 5.625em;
  line-height: 0.99;
  font-family: "Decimal-Bold";
  font-weight: 400;
  background: linear-gradient(91.55deg, #3B3B3B 1.31%, #00CC66 138.54%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  mix-blend-mode: normal;
  position: absolute;
  top: -1.25rem;
  left: 0;
}
@media screen and (min-width:1199px) {
  .pa.testimonial blockquote:before {
    left: 1.4375rem;
    top: -1.25rem;
    font-size: 9.375em;
    line-height: 0.99;
  }
}
.pa.testimonial .l-title {
  text-transform: initial;
  font-size: 1.375rem;
  line-height: 120%;
  word-break: break-word;
}
@media screen and (min-width:950px) {
  .pa.testimonial .l-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.testimonial .l-title {
    font-size: 1.625rem;
  }
}
@media screen and (min-width:1440px) {
  .pa.testimonial .l-title {
    font-size: 1.6875rem;
  }
}
.pa.testimonial cite {
  font-size: 1em;
  line-height: 1.8;
  font-style: normal;
  font-weight: 325;
  margin-top: 1.25rem;
  display: inline-block;
  position: relative;
  padding-left: 1.25rem;
}
.pa.testimonial cite:before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
}

.pa.lang-select.l-select {
    position: relative;
    z-index: 3;
    background-color: transparent;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    font-family: "Decimal-Medium";
    font-weight: 600;
    font-size: 0.8125rem;
    line-height: 2.09625rem;
    letter-spacing: 6%;
    cursor: pointer;
    pointer-events: all;
    margin-left: auto;
    margin-right: 30px;
    opacity: 0;
    transition: all 0.3s ease-in-out 2.4s;
  }
  @media screen and (max-width: 767px) {
    .pa.lang-select.l-select {
      margin-right: 0;
      transition: all 0.3s ease-in-out 0s;
    }
  }
  .pa.lang-select.l-select .l-select__selected {
    padding: 5px 20px 5px 10px;
  }
  .pa.lang-select.l-select img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.0625rem;
    pointer-events: none;
    z-index: 3;
    width: 0.6875rem;
    height: 0.375rem;
    transition: transform 0.15s ease-in-out;
    filter: invert(1);
  }
  .pa.lang-select.l-select img svg {
    transition: all 0.3s ease-in-out;
  }
  .pa.lang-select.l-select:hover .l-select__selected, .pa.lang-select.l-select:hover img {
    filter: invert(0.5);
  }
  .pa.lang-select.l-select.is-open img {
    transform: translateY(-50%) rotate(180deg);
  }
  .pa.lang-select.l-select.is-open .l-select__selected, .pa.lang-select.l-select.is-open img {
    filter: invert(0.5);
  }
  .pa.lang-select.l-select select {
    display: none;
  }
  .pa.lang-select.l-select .l-select__options {
    background-color: #fff;
    color: #141414;
    position: absolute;
    right: 0.125rem;
    top: calc(100% - 3px);
    padding: 1.0625rem 0 1.0625rem 0;
    display: none;
  }
  .pa.lang-select.l-select .l-select__options li {
    white-space: nowrap;
    margin-bottom: 0;
    transition: background-color 0.3s ease-in-out;
    padding: 0 3.375rem 0 1.5625rem;
  }
  .pa.lang-select.l-select .l-select__options li:hover {
    background-color: #E6E6E2;
  }
  .pa.lang-select.l-select .l-select__options li a {
    display: block;
    margin: 0;
    text-decoration: none;
    color: inherit;
  }
  .pa.lang-select.l-select .l-select__options li a:hover {
    background-color: transparent;
  }
  
  .is-loaded .pa.lang-select.l-select {
    opacity: 1;
  }