@font-face {
  font-family: "Manrope";
  font-weight: 200;
  src: url(/fonts/Manrope/Manrope-ExtraLight.ttf) format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-weight: 300;
  src: url(/fonts/Manrope/Manrope-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-weight: 400;
  src: url(/fonts/Manrope/Manrope-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-weight: 500;
  src: url(/fonts/Manrope/Manrope-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-weight: 600;
  src: url(/fonts/Manrope/Manrope-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-weight: 700;
  src: url(/fonts/Manrope/Manrope-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-weight: 800;
  src: url(/fonts/Manrope/Manrope-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-weight: 900;
  src: url(/fonts/Manrope/Manrope-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: "BW-Vivant";
  font-weight: 100;
  src: url(/fonts/BwVivant/BwVivant-Skinny.ttf) format("truetype");
}

@font-face {
  font-family: "BW-Vivant";
  font-weight: 200;
  src: url(/fonts/BwVivant/bw-vivant-thin.ttf) format("truetype");
}

@font-face {
  font-family: "BW-Vivant";
  font-weight: 300;
  src: url(/fonts/BwVivant/bw-vivant-light.ttf) format("truetype");
}

@font-face {
  font-family: "BW-Vivant";
  font-weight: 500;
  src: url(/fonts/BwVivant/bw-vivant-medium.ttf) format("truetype");
}

@font-face {
  font-family: "BW-Vivant";
  font-weight: 700;
  src: url(/fonts/BwVivant/bw-vivant-bold.ttf) format("truetype");
}

@font-face {
  font-family: "BW-Vivant";
  font-weight: 900;
  src: url(/fonts/BwVivant/bw-vivant-black.ttf) format("truetype");
}

@keyframes circleAnim1 {
  0% {
    stroke-dashoffset: 4;
  }
  100% {
    stroke-dashoffset: 3;
  }
}

@keyframes circleAnim2 {
  0% {
    stroke-dashoffset: 3;
  }
  100% {
    stroke-dashoffset: 2;
  }
}

@keyframes circleAnim3 {
  0% {
    stroke-dashoffset: 2;
  }
  100% {
    stroke-dashoffset: 1;
  }
}

@keyframes circleAnim4 {
  0% {
    stroke-dashoffset: 1;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

#article header a[href="/insights"] {
  font-weight: 700;
}

#article .s1 .contain {
  max-width: 1000px;
  position: relative;
}

#article .s1 #social {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin: 1.25rem 0 3rem;
}

#article .s1 #social a {
  width: 30px;
  height: 30px;
}

#article .s1 #social a:hover .st0 {
  fill: #038D95;
}

#article .s1 #social .st0 {
  fill: #2D5557;
  transition: fill .3s ease;
}

#article .s1 .content_wrapper, #article .s1 .content_wrapper p {
  text-align: left;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #000;
  font-size: .9rem;
  line-height: 1.6em;
}

#article .s1 .content_wrapper {
  margin-top: 2rem;
}

#article .s1 .content_wrapper img {
  width: 100%;
  display: block;
  margin: 2rem auto;
  height: auto;
}

#article .s1 .content_wrapper h1, #article .s1 .content_wrapper h2, #article .s1 .content_wrapper h3, #article .s1 .content_wrapper h4, #article .s1 .content_wrapper h5, #article .s1 .content_wrapper h6 {
  font-family: "BW-Vivant", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #19393A;
  line-height: 1.25em;
  text-align: left;
  margin-bottom: .5em;
}

#article .s1 .content_wrapper h1 {
  font-size: 2rem;
}

#article .s1 .content_wrapper h2 {
  font-size: 1.77rem;
}

#article .s1 .content_wrapper h3 {
  font-size: 1.55rem;
}

#article .s1 .content_wrapper h4 {
  font-size: 1.33rem;
}

#article .s1 .content_wrapper h5 {
  font-size: 1.11rem;
}

#article .s1 .content_wrapper ul {
  list-style-type: none;
}

#article .s1 .content_wrapper li {
  position: relative;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #000;
  font-size: .9rem;
  line-height: 1.6em;
  margin-bottom: .65rem;
  padding-left: 16px;
  text-align: left;
}

#article .s1 .content_wrapper ul li::before {
  content: '';
  position: absolute;
  display: block;
  left: 4px;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
}

#article .s1 .content_wrapper ol {
  list-style-position: inside;
}

#article .s1 .content_wrapper strong {
  font-weight: 600;
}

#article .s1 .content_wrapper a {
  color: #038D95;
}

#article .s1 .content_wrapper a:hover {
  text-decoration: underline;
}

#article .s1 h3.title {
  font-family: "BW-Vivant", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.3rem;
  color: #19393A;
}

#article .s1 p.date {
  font-weight: 500;
  font-size: .85rem;
  letter-spacing: .2em;
  line-height: 1.45em;
  text-transform: uppercase;
  color: #2D5557;
  margin-bottom: 1rem;
}

#article .s1 .back-btn {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .6rem;
  width: max-content;
  margin-bottom: 3.2rem;
}

#article .s1 .back-btn p {
  font-size: 1.4rem;
  font-weight: 200;
  color: #19393A;
  transition: color .3s ease;
}

#article .s1 .back-btn:hover p {
  color: #038D95;
}

#article .s1 .back-btn:hover .link-off-arrow {
  background-color: #038D95;
}

#article .s1 .link-off-arrow {
  width: 14px;
  height: 14px;
  clip-path: polygon(50% 50%, 100% 100%, 100% 0);
  background-color: #19393A;
  transition: background .3s ease;
}
