body {
  min-width: 320px;
}
@media (min-width: 1201px) {
  .grid-x > .xlarge-4 {
    width: 33%;
  }
}
.banner {
  display: flex;
  padding: 2rem;
  width: 100%;
}
.banner img {
  align-self: center;
  border-radius: 12px;
}
@media (min-width: 740px) {
  .banner {
    min-height: 31rem;
  }
}
.button {
  color: #fff !important;
  background: #8e2d95;
  font-size: 2rem;
  padding: 1rem 2rem;
}
.button:hover,
.button:active,
.button:focus {
  background: #c252cb;
}
.button--featured {
  background: #8e2d95;
  font-size: 2.4rem;
  margin-top: 3rem;
  padding: 2rem;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.button--featured i {
  margin-right: 2rem;
}
.button--featured img.offset-icon {
  position: absolute;
  right: -25px;
  top: -25px;
  transform: rotate(20deg);
  width: 6rem;
}
@media (min-width: 451px) {
  .button--featured {
    width: 100%;
  }
  .button--featured img.offset-icon {
    right: -25px;
    top: -25px;
    width: 8rem;
  }
}
@media (min-width: 740px) {
  .button--featured {
    font-size: 3rem;
    max-width: 80rem;
    padding: 3rem;
  }
}
.social-header {
  align-items: center;
  background: #121212;
  color: #fff;
  display: none;
  font-family: "Merienda", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  gap: 1rem;
  justify-content: space-evenly;
  padding: 1rem 2rem;
}
.social-header--mobile {
  display: flex;
  gap: 1.5rem;
  justify-content: space-evenly;
}
.social-header--mobile img {
  display: inline-block;
  margin: 0 0.4rem;
  max-width: none;
  width: 3rem;
}
@media (min-width: 740px) {
  .social-header {
    display: flex;
  }
  .social-header--mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .social-header__whatsapp {
    display: none !important;
  }
}
.connect-button {
  align-items: center;
  background-color: #0177bf;
  border-radius: 0.4rem;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.15),
    0 0 0 1px rgba(10, 10, 10, 0.02);
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  margin: 0;
  max-width: 280px;
  padding: 0.5rem 0.75rem;
  text-decoration: none !important;
  width: 100%;
}
.connect-button i,
.connect-button img {
  height: 30px;
  margin-right: 0.5rem;
  width: 30px;
}
.connect-button:hover,
.connect-button:active,
.connect-button:focus {
  background: #01609b;
  color: #fff;
}
.connect-button--whatsapp {
  background-color: #128c7e;
}
.connect-button--whatsapp:hover,
.connect-button--whatsapp:active,
.connect-button--whatsapp:focus {
  background-color: #118275;
  color: #fff;
}
.connect-button--skype {
  background-color: #0047ab;
}
.connect-button--skype:hover,
.connect-button--skype:active,
.connect-button--skype:focus {
  background-color: #003c8f;
  color: #fff;
}
.connect-button--email {
  background-color: #fb923c;
}
.connect-button--email:hover,
.connect-button--email:active,
.connect-button--email:focus {
  background-color: #f97316;
  color: #fff;
}
@media (min-width: 769px) {
  .connect-button {
    font-size: 1.4rem;
    padding: 0.75rem 1rem;
    max-width: 320px;
    white-space: nowrap;
  }
}
@media (min-width: 1025px) {
  .connect-button {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
}
.banner--home {
  backgríound: #e7b5e8;
  justify-content: center;
}
.introduction--home {
  background-color: #f5f5f8;
  background-image: url("../img/stars.png");
  background-position-x: 20px;
  background-repeat: no-repeat;
  background-size: 120px;
  padding: 12rem 0 30rem;
}
.introduction--home__title {
  display: flex;
  font-size: 4rem;
  justify-content: center;
}
.introduction--home__title img {
  align-self: center;
  margin-left: 2rem;
  width: 3.6rem;
}
.specializations {
  background: #f5f184;
  padding: 0 0 12rem;
}
.specializations h3 {
  padding-bottom: 2rem;
}
.specializations__content {
  margin-top: -18rem;
}
.specializations__tile {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 2rem 0 8rem;
  padding: 0 1.2rem;
}
.specializations__tile .icon {
  height: 240px;
  max-width: 250px;
  width: 100%;
}
.specializations__tile .icon img {
  max-height: 100%;
  width: 100%;
}
.specializations__tile .icon-placeholder {
  background: rgba(0, 0, 0, 0.3);
  height: 300px;
  width: 250px;
}
.specializations__tile h5 {
  font-weight: 600;
  margin-top: 1rem;
}
.lets-connect {
  background-color: #f5f5f8;
  background-image: url("../img/stars.png");
  background-position: right -50px center;
  background-repeat: no-repeat;
  background-size: 120px;
  padding: 4rem 1rem;
}
.lets-connect h3 {
  padding-bottom: 2rem;
}
.lets-connect h4 {
  font-size: 2rem;
}
@media (min-width: 740px) {
  .introduction__title {
    font-size: 6rem;
  }
  .introduction__title img {
    align-self: center;
    width: 5rem;
  }
  .specializations__tile {
    margin: 2rem 0 4rem;
    padding: 0 2rem;
  }
  .specializations__tile .icon {
    height: 150px;
  }
  .lets-connect {
    padding: 8rem 4rem;
  }
}
@media (min-width: 821px) {
  .specializations__tile .icon {
    height: 200px;
  }
}
@media (min-width: 1025px) {
  .introduction--home,
  .lets-connect {
    background-size: 180px;
  }
  .lets-connect {
    padding: 8rem;
  }
  .lets-connect h4 {
    font-size: 3rem;
  }
  .specializations__tile {
    margin: 2rem 0 8rem;
    padding: 0 1.2rem;
  }
  .specializations__tile .icon {
    height: 240px;
  }
}
@media (min-width: 1201px) {
  .introduction--home,
  .lets-connect {
    background-size: 200px;
  }
}
.banner--about {
  background: #bbece6;
}
.banner--about__content {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
}
.banner--about__img {
  align-items: center;
  display: flex;
}
.banner--about__img img {
  background: #8ed0d7;
  border-radius: 50%;
  max-width: 30rem;
  width: 100%;
}
.banner--about__title {
  display: flex;
  flex-direction: column;
  padding: 4rem 0;
  text-align: center;
}
.banner--about__title h1 {
  font-size: 2.4rem;
}
.banner--about__title h4 {
  font-size: 2rem;
}
.introduction--about {
  background-color: #f5f5f8;
  background-image: url("../img/stars.png");
  background-position-x: 20px;
  background-repeat: no-repeat;
  background-size: 150px;
  padding: 14rem 0 6rem;
  width: 100%;
}
.about {
  background: #8ed0d7;
  padding: 6rem 0;
}
.bio__img--desktop {
  display: none;
}
.bio__img--mobile {
  margin: 0 auto;
  max-width: 50rem;
  padding: 1.2rem 0;
  width: 100%;
  display: block;
}
.about p {
  padding-bottom: 2rem;
}
.about__videos {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.youtube-block {
  max-width: 1000px;
  padding: 2rem 0;
  width: 100%;
}
@media (min-width: 451px) {
  .banner--about__title h1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 769px) {
  .bio__img--desktop {
    display: block;
    float: right;
    padding: 0 0 1.2rem 1.2rem;
    width: 30rem;
  }
  .bio__img--mobile {
    display: none;
  }
  .banner--about__title h1 {
    font-size: 3.2rem;
  }
  .banner--about__title h4 {
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {
  .bio__img--desktop {
    width: 35rem;
  }
  .banner--about__title h1 {
    font-size: 4rem;
  }
  .banner--about__title h4 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1201px) {
  .banner--about__content {
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
  }
  .banner--about__img img {
    max-width: 25rem;
  }
  .banner--about__title {
    min-width: 38rem;
    padding: 4rem 2rem;
    text-align: left;
  }
  .banner--about__title h1,
  .banner--about__title h4 {
    text-align: center;
  }
  .introduction--about {
    background-size: 180px;
    padding-top: 15rem;
  }
  .bio__img--desktop {
    width: 40rem;
  }
  .about__videos {
    flex-direction: row;
  }
  .about__videos .youtube-block {
    padding: 0 2rem;
  }
}
.banner--services {
  background: #f7b297;
}
.services-intro {
  background-color: #f5f5f8;
  background-image: url("../img/stars.png");
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 70px;
  padding: 4rem 0;
  text-align: center;
  width: 100%;
}
.services-intro__title {
  font-size: 3rem;
}
.services {
  background: #dab3fd;
  padding: 2rem 0;
  width: 100%;
}
.services a {
  color: #0177bf;
}
.services a:hover {
  text-decoration: underline;
}
.services a:focus,
.services a:hover,
.services a:visited {
  color: #0a5485;
}
.services__service {
  padding-bottom: 3rem;
}
.services__service summary {
  font-family: "Merienda", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  cursor: pointer;
}
.services__service summary:hover {
  color: #8e2d95;
}
.services__service summary::marker {
  color: #8e2d95;
}
.service__body {
  padding-bottom: 2rem;
}
.services__service p {
  font-size: 2.4rem;
}
.services__service p img {
  border-radius: 8px;
  display: block;
  margin: 2rem auto;
  max-width: 50rem;
  width: 100%;
}
.payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-evenly;
  padding: 1rem 0;
  width: 100%;
}
.payment-methods img {
  height: 40px;
}
.payment-methods .line-break {
  width: 100%;
}
@media (min-width: 451px) {
  .services-intro {
    background-size: 100px;
  }
}
@media (min-width: 769px) {
  .services {
    padding: 4rem 2rem;
  }
  .services-intro__title {
    font-size: 4.8rem;
  }
  .payment-methods img {
    height: 48px;
  }
}
@media (min-width: 901px) {
  .services__service p img {
    float: right;
    margin: 1rem 2rem 2rem;
    max-width: 30rem;
  }
}
@media (min-width: 1025px) {
  .payment-methods {
    margin: 0;
    justify-content: space-between;
  }
  .payment-methods .line-break {
    display: none;
  }
}
.banner--testimonials {
  background: #dab3fd;
}
.testimonials-intro {
  background-color: #f5f5f8;
  background-image: url("../img/stars.png");
  background-position: right 10px bottom 5px;
  background-repeat: no-repeat;
  background-size: 100px;
  padding: 4rem 0;
  text-align: center;
  width: 100%;
}
.testimonials-intro__title {
  font-size: 3rem;
}
.testimonials {
  background: #f6aec6;
  padding: 4rem 0;
  width: 100%;
}
.testimonials .grid-container {
  padding-inline: 1rem;
}
.testimonial {
  font-size: 2.2rem;
  line-height: 2.8rem;
  margin-bottom: 2rem;
  padding: 0;
}
.testimonial a {
  color: #ffffff;
  text-decoration: underline;
}
.testimonial a:hover {
  color: #e4e4e4;
  text-decoration: underline;
}
.testimonial__content {
  background-color: #0177bf;
  border-radius: 8px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.4),
    0 0 0 1px rgba(10, 10, 10, 0.02);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 2rem;
}
.testimonial__content--2col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.testimonial__quote {
}
.testimonial__author {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-weight: 800;
  justify-content: flex-end;
  padding-top: 2rem;
  text-align: right;
}
.testimonial__author img {
  padding-right: 2rem;
  width: 6.4rem;
}
@media (min-width: 450px) {
  .testimonials .grid-container {
    padding-inline: 2rem;
  }
  .testimonial {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 0;
    padding: 2rem;
  }
}
@media (min-width: 740px) {
  .testimonials {
    padding: 4rem 0;
  }
}
@media (min-width: 1025px) {
  .testimonials {
    padding: 4rem 0;
  }
  .testimonial__content--2col {
    flex-direction: row;
    gap: 2rem;
  }
  .testimonial__quote--pl {
    padding-left: 5rem;
  }
}
@media (min-width: 1201px) {
  .testimonial__content--2col {
    flex-direction: row;
    gap: 4rem;
  }
  .testimonial__quote--pl {
    padding-left: 7rem;
  }
}
.banner--proof {
  background: #8ed0d7;
}
.proof-intro {
  background-color: #f5f5f8;
  background-image: url("../img/stars.png"), url("../img/stars.png");
  background-position: left 10px top 5px, right 10px top 5px;
  background-repeat: no-repeat, no-repeat;
  background-size: 50px, 50px;
  padding: 4rem 0;
  text-align: center;
  width: 100%;
}
.proof-intro__title {
  font-size: 3rem;
}
.proof {
  background: #90ddb3;
  padding: 4rem 0;
  width: 100%;
}
.proof a {
  color: #fff;
}
.proof a:hover {
  color: #fff;
  text-decoration: underline;
}
.proof a:visited {
  color: #fff;
}
.proof p {
  font-size: 2.2rem;
  line-height: 2.8rem;
  margin-bottom: 3rem;
}
.proof__featured-img {
  border-radius: 8px;
  float: none;
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 100%;
}
@media (min-width: 501px) {
  .proof-intro {
    background-position-y: center, center;
    background-size: 75px;
  }
}
@media (min-width: 740px) {
  .proof p {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 900px) {
  .proof-intro {
    background-size: 90px;
  }
  .proof-intro__title {
    font-size: 4.8rem;
  }
  .proof__featured-img {
    float: right;
    margin-left: 2rem;
    max-width: 40rem;
    width: 50%;
  }
  .proof__featured-img.left {
    float: left;
    margin-left: 0;
    margin-right: 2rem;
  }
}
.banner--courses {
  background: #f5f184;
}
.courses-intro {
  background-color: #f5f5f8;
  background-image: url("../img/stars.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 70px;
  padding: 4rem 0;
  text-align: center;
  width: 100%;
}
.courses-intro__title {
  font-size: 3rem;
}
.courses {
  background: #ffb48f;
  padding: 4rem 0;
  width: 100%;
}
.courses__grid > .cell {
  padding: 1rem;
}
.courses__course {
  background: #facab2;
  border-radius: 8px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.4),
    0 0 0 1px rgba(10, 10, 10, 0.02);
  color: #121212;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  height: 100%;
  line-height: 1.3;
  padding: 2rem;
  text-align: center;
  transition: transform 0.2s;
}
.courses__course:hover {
  color: #121212;
  transform: scale(1.05);
}
.courses__course:active,
.courses__course:focus {
  color: #121212;
}
.courses__course h2 {
  font-size: 3rem;
}
.courses__course p {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
}
.courses__course img {
  border-radius: 4px;
  display: block;
  margin-bottom: 2rem;
  width: 100%;
}
.courses__course .fas {
  font-size: 1.6rem;
}
.course__action {
  color: #106ba8;
  margin-top: auto;
}
.courses__course:hover .course__action,
.courses__course:active .course__action,
.courses__course:focus .course__action {
  color: #2a88c7;
}
.course__content {
  margin: 0 auto;
  max-width: 75rem;
  min-height: 61vh;
}
.course__content h1 {
  color: #832989;
  font-size: 4.8rem;
  margin: 2rem 0 4rem;
  text-align: center;
}
.course__content img {
  border-radius: 8px;
  display: block;
  margin: 1rem auto 2rem;
}
.courses__back-link {
  color: #106ba8;
  margin-left: 4rem;
}
.courses__back-link:hover,
.courses__back-link:active {
  color: #2a88c7;
}
.course__pricing {
  padding: 2rem 0;
}
@media (min-width: 451px) {
  .courses-intro {
    background-size: 100px;
  }
}
@media (min-width: 740px) {
  .course__content h1 {
    font-size: 6rem;
    margin: 4rem 0 6rem;
  }
}
@media (min-width: 769px) {
  .courses-intro__title {
    font-size: 4.8rem;
  }
}
@media (min-width: 1025px) {
  .course__content img {
    float: right;
    max-width: 40rem;
    margin: 1rem 0 2rem 2rem;
  }
}
.etus-contact-mobile {
  display: block;
}
.etus-contact {
  display: none;
}
@media (min-width: 740px) {
  .etus-contact-mobile {
    display: none;
  }
  .etus-contact {
    display: block;
  }
}
.etus-footer {
  font-size: 1.4rem;
  height: auto;
  padding-bottom: 1rem;
}
.footer-link {
  color: #fff;
}
.footer-link:hover {
  color: #fefefe;
  text-decoration: underline;
}
.is-highlight-on-light {
  color: #8e2d95;
}
.is-highlight-on-dark {
  color: #e7b5e8;
}
.flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}
.youtube-block {
  background-image: url("../img/spinner.png");
  background-repeat: no-repeat;
  background-position: center;
}
.is-numeral {
}
.display-lg {
  display: none;
}
@media (min-width: 1025px) {
  .display-lg {
    display: inline;
  }
}
