.article {
  padding: 10rem 0;
  margin-top: -10rem;
}
.article .banner .btn {
  font-size: max(1rem, 12px);
  padding: 1.25rem 3.75rem 1.25rem 1.5rem;
}
.article .banner .btn::after {
  width: 2.5rem;
  height: 2.5rem;
}
.article .banner .btn > span {
  width: 2.5rem;
  height: 2.5rem;
}
.article .banner .btn > span > svg {
  width: 1.25rem;
  height: 1.25rem;
}
.article--blog .article__nav > li {
  font-size: max(0.875rem, 12px);
  line-height: 140%;
  font-weight: 400;
  padding: unset;
  background-color: unset !important;
}
.article--blog .article__nav > li > a {
  padding: unset;
  margin: unset;
  width: 100%;
}
.article--blog .article__nav > li.is-active {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.article--blog .article__nav > li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.article--blog .article__wrapper a:not(.btn) {
  display: inline-block;
  color: var(--white);
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
@media (any-hover: hover) {
  .article--blog .article__wrapper a:not(.btn):hover {
    color: transparent;
  }
}
.article--blog .article__wrapper p {
  color: var(--white-07);
}
.article--blog .article__wrapper p:not(:last-child) {
  margin-bottom: 1.125rem;
}
.article--blog .article__wrapper h2 {
  font-size: max(2rem, 12px);
  line-height: 120%;
}
.article--blog .article__wrapper h2:not(:last-child) {
  margin-bottom: 2rem;
}
.article--blog .article__wrapper h2:not(:first-child) {
  margin-top: 3rem;
}
.article--blog .article__wrapper h3 {
  font-size: max(1.5rem, 12px);
  line-height: 120%;
  font-weight: 600;
}
.article--blog .article__wrapper h3:not(:first-child) {
  margin-top: 2rem;
}
.article--blog .article__wrapper h3:not(:last-child) {
  margin-bottom: 1rem;
}
.article--blog .article__wrapper img {
  display: block;
}
.article--blog .article__wrapper img:not(:first-child) {
  margin-top: 3rem;
}
.article--blog .article__wrapper img:not(:last-child) {
  margin-bottom: 3rem;
}
.article--blog .article__wrapper q {
  display: block;
  position: relative;
  padding: 0.75rem 0.96875rem 0.75rem 1.21875rem;
  background-color: var(--white-005);
  border-radius: 0 0.5rem 0.5rem 0;
  width: 100%;
}
.article--blog .article__wrapper q::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 0.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
}
.article--blog .article__wrapper q:not(:last-child) {
  margin-bottom: 1rem;
}
.article--blog .article__wrapper q:not(:first-child) {
  margin-top: 1rem;
}
.article--blog .banner__bg img {
  margin: unset !important;
  border-radius: 1.5rem;
}
.article--blog .banner__container {
  padding: 3rem 3.75rem;
}
.article--blog .banner__title {
  margin-bottom: 1rem;
}
.article--blog .banner__button {
  margin-top: 2rem;
}
.article--blog .banner__button p {
  color: inherit;
  margin: unset !important;
}
.article--blog .banner:not(:first-child) {
  margin-top: 3rem;
}
.article--blog .banner:not(:last-child) {
  margin-bottom: 3rem;
}
.article + .contact {
  margin: unset;
}
.article__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.article__nav, .article__socials {
  position: sticky;
  top: 10rem;
}
.article__nav {
  left: 0;
  max-width: 16rem;
  width: 100%;
  margin-right: 4rem;
}
.article__nav > li {
  padding: 0.8125rem 1.25rem;
  font-weight: 500;
  text-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.75rem;
  background-color: transparent;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  -webkit-transition: background-color var(--hover-transition), -webkit-box-shadow var(--hover-transition);
  transition: background-color var(--hover-transition), -webkit-box-shadow var(--hover-transition);
  transition: box-shadow var(--hover-transition), background-color var(--hover-transition);
  transition: box-shadow var(--hover-transition), background-color var(--hover-transition), -webkit-box-shadow var(--hover-transition);
}
.article__nav > li .emoji {
  color: var(--white);
  -webkit-background-clip: initial;
  background-clip: initial;
}
.article__nav > li > a {
  width: calc(100% + 2.5rem);
  padding: 0.8125rem 1.25rem;
  margin: -0.8125rem -1.25rem;
}
.article__nav > li::before {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity var(--hover-transition), visibility var(--hover-transition);
  transition: opacity var(--hover-transition), visibility var(--hover-transition);
}
.article__nav > li.is-active {
  -webkit-box-shadow: 0px 4px 24px -4px rgba(0, 0, 0, 0.16), inset 2px 2px 0.5px -2px rgba(255, 255, 255, 0.5), inset -2px -2px 5px -4px rgba(255, 255, 255, 0.5), inset 0px 0px 4px -2px rgba(160, 160, 160, 0.5);
  box-shadow: 0px 4px 24px -4px rgba(0, 0, 0, 0.16), inset 2px 2px 0.5px -2px rgba(255, 255, 255, 0.5), inset -2px -2px 5px -4px rgba(255, 255, 255, 0.5), inset 0px 0px 4px -2px rgba(160, 160, 160, 0.5);
  background-color: var(--white-005);
}
.article__nav > li.is-active > a {
  color: transparent;
}
.article__nav > li.is-active::before {
  opacity: 1;
  visibility: visible;
}
.article__nav > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (any-hover: hover) {
  .article__nav > li:not(.is-active):hover {
    background-color: var(--white-005);
  }
  .article__nav > li:not(.is-active):hover > a {
    color: var(--white);
  }
}
.article__wrapper {
  max-width: 48.75rem;
  width: 100%;
}
.article__wrapper strong {
  font-weight: 700;
  color: var(--white);
}
.article__wrapper h2 {
  font-size: max(3rem, 12px);
  line-height: 110%;
  font-weight: 500;
}
.article__wrapper h2:not(:last-child) {
  margin-bottom: 1.25rem;
}
.article__wrapper h2:not(:first-child) {
  margin-top: 3.75rem;
}
.article__wrapper p:not(:last-child) {
  margin-bottom: 0.625rem;
}
.article__wrapper ul > li {
  position: relative;
  padding-left: 2.125rem;
}
.article__wrapper ul > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.4375rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
}
.article__wrapper ul > li:not(:last-child) {
  margin-bottom: 1rem;
}
.article__wrapper ul.checkmarks > li {
  padding-left: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.article__wrapper ul.checkmarks > li::before {
  content: unset;
}
.article__wrapper ul.checkmarks > li > span {
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 0.75rem;
}
.article__wrapper ul.checkmarks > li > span::after {
  width: 1.03125rem;
  height: 1.03125rem;
  background-image: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M20 7L10 17L5 12" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /%3E%3Cpath d="M20 7L10 17L5 12" stroke="url(%23paint0_linear_3175_5937)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_3175_5937" x1="5" y1="7" x2="20.3867" y2="7.864" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%23E9FF8F" /%3E%3Cstop offset="1" stop-color="%238BF258" /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
}
.article__wrapper ul.checkmarks:not(:first-child) {
  margin-top: -0.5rem;
}
.article__wrapper ul.checkmarks:not(:last-child) {
  margin-bottom: 3rem;
}
.article__socials {
  right: 0;
  margin-left: auto;
}
@media (max-width: 768px) {
  .article {
    padding: 120px 0 72px;
    margin-top: -200px;
  }
  .article--blog {
    padding: 80px 0 0;
  }
  .article--blog .article__nav {
    position: static;
    max-width: unset;
    margin-right: unset;
    margin-bottom: 85px;
  }
  .article--blog .article__wrapper h2 {
    font-size: 24px;
    line-height: 130%;
  }
  .article--blog .article__wrapper h3 {
    font-size: 20px;
    font-weight: 500;
  }
  .article--blog .banner__container {
    padding: 40px 20px;
  }
  .article--blog .banner__title {
    font-size: 32px;
    line-height: 120%;
  }
  .article__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article__wrapper h2 {
    font-size: 34px;
  }
  .article__wrapper ul > li::before {
    top: 7px;
  }
  .article__socials {
    position: static;
    margin-left: unset;
    margin-top: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
/*# sourceMappingURL=article.css.map */
/*# sourceMappingURL=article.css.map */