/* ========================================================================
   Variables
 ========================================================================== */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
*:focus {
  outline: none;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
img,
video,
iframe,
picture {
  display: block;
}
a {
  display: inline-block;
  color: inherit;
  pointer-events: auto;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
address {
  font-style: normal;
}
button {
  background: none;
}
ul,
ol,
li {
  list-style: none;
}
input {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}
input:focus {
  outline: none;
  box-shadow: none;
  border-color: initial;
}
.home-potential {
  overflow: hidden;
}
.home-potential .wrapper {
  margin: 80px auto;
}
@media only screen and ( min-width: 960px ) {
  .home-potential .wrapper {
    margin-bottom: 160px;
  }
}
.home-potential__content {
  max-width: 786px;
  margin: 0 auto 48px;
  text-align: center;
}
@media only screen and ( min-width: 960px ) {
  .home-potential__content {
    margin-bottom: 100px;
  }
}
.home-potential__content span {
  color: #0ec76a;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  font-family: 'euclidcircularb-bold', Helvetica, Arial, sans-serif;
}
.home-potential__content h2 {
  margin: 20px 0;
  font-size: 32px;
  line-height: 40px;
  font-family: 'euclidcircularb-medium', Helvetica, Arial, sans-serif;
}
@media only screen and ( min-width: 960px ) {
  .home-potential__content h2 {
    font-size: 46px !important;
    line-height: 56px !important;
  }
}
.home-potential__content p {
  font-size: 17px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.8);
}
.home-potential__items {
  position: relative;
}
@media only screen and ( max-width: 959px ) {
  .home-potential__items {
    padding: 52px 15px 82px;
    border-radius: 24px;
    background-color: #f8f5fe;
  }
}
@media only screen and ( min-width: 960px ) {
  .home-potential__items::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 164px);
    height: calc(100% + 104px);
    transform: translate(-50%, -50%);
    border-radius: 24px;
    background-color: #f8f5fe;
  }
}
.home-potential__items ul {
  padding: 0;
  margin: 0;
}
.home-potential__items > ul {
  position: relative;
  z-index: 1;
}
.home-potential__items > ul > li {
  display: none;
}
.home-potential__items > ul > li.active {
  display: block;
}
.home-potential__items nav {
  padding: 12px 0;
  margin-bottom: 40px;
}
@media only screen and ( min-width: 960px ) {
  .home-potential__items nav {
    padding: 0;
    margin-bottom: 54px;
  }
}
@media only screen and ( min-width: 960px ) {
  .home-potential__items nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -18px;
  }
}
.home-potential__items nav li:not(:last-of-type) {
  margin-bottom: 30px;
}
@media only screen and ( min-width: 960px ) {
  .home-potential__items nav li {
    margin-bottom: 0 !important;
    padding: 0 18px;
  }
}
.home-potential__items nav a {
  display: block;
  padding: 14px 22px;
  border-radius: 55px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  font-family: 'euclidcircularb-medium', Helvetica, Arial, sans-serif;
  transition: 0.3s ease;
  opacity: 0.6;
  border: 1px solid transparent;
}
.home-potential__items nav a:hover,
.home-potential__items nav a.active {
  background-color: #fff;
  border-color: rgba(223, 225, 237, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  opacity: 1;
}
.home-potential__item {
  text-align: center;
}
@media only screen and ( min-width: 960px ) {
  .home-potential__item {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
}
.home-potential__item > figure {
  margin-bottom: 34px;
}
@media only screen and ( min-width: 960px ) {
  .home-potential__item > figure {
    max-width: 48.5%;
    width: 100%;
    margin-bottom: 0;
  }
}
.home-potential__item > figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
@media only screen and ( min-width: 960px ) {
  .home-potential__item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 45.5%;
    width: 100%;
    margin-bottom: 0;
    padding-top: 44px;
    padding-bottom: 27px;
  }
}
.home-potential__item-content h3 {
  max-width: 499px;
  margin: 0 auto;
  font-size: 32px !important;
  line-height: 40px;
  font-family: 'euclidcircularb-medium', Helvetica, Arial, sans-serif;
}
@media only screen and ( min-width: 960px ) {
  .home-potential__item-content h3 {
    margin: 0;
  }
}
.home-potential__item-content p {
  max-width: 455px;
  margin: 20px auto 24px;
  font-size: 15px;
  line-height: 24px;
  color: rgba(19, 19, 20, 0.8);
}
@media only screen and ( min-width: 960px ) {
  .home-potential__item-content p {
    margin: 20px 0 24px;
  }
}
.home-potential__item-logos {
  margin-top: 36px;
  text-align: center;
}
@media only screen and ( min-width: 960px ) {
  .home-potential__item-logos {
    margin-top: auto;
    text-align: left;
  }
}
.home-potential__item-logos p {
  margin: 0 auto 16px;
  font-size: 12px;
  line-height: 16px;
}
@media only screen and ( min-width: 960px ) {
  .home-potential__item-logos p {
    margin: 0 0 16px;
  }
}
.home-potential__item-logos ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and ( min-width: 960px ) {
  .home-potential__item-logos ul {
    justify-content: flex-start;
  }
}
.home-potential__item-logos li {
  width: 48px;
  height: 48px;
}
.home-potential__item-logos li:not(:last-of-type) {
  margin-right: 2px;
}
.home-potential__item-logos figure {
  border-radius: 50%;
  overflow: hidden;
}
.home-potential__item-logos figure img {
  width: 100%;
  height: auto;
}

