:root {
  --white: white;
  --sea-green: #3d8a4c;
  --dark-slate-blue: #163188;
  --gold: #fed208;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.hero-section {
  background-image: url('../images/main-pic.jpg'), url('../images/lina-trochez-ktPKyUs3Qjs-unsplash.jpg');
  background-position: 50% 100%, 50%;
  background-size: cover, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 80%;
  display: flex;
  position: relative;
}

.paragraph {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  display: none;
}

.button {
  color: #478868;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #fed208;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 40px;
  font-family: Fredoka, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1em;
  transition: all .25s;
  box-shadow: 0 10px 13px #0003;
}

.button:hover {
  background-color: #ffe672;
  box-shadow: 0 10px 17px #0003;
}

.button:active {
  box-shadow: none;
  color: #32694e;
  background-color: #ebd780;
}

.body {
  font-family: Fredoka, sans-serif;
  transition: all .26s;
}

.wave-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 280px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.image-3 {
  z-index: 5;
  width: 100%;
  display: inline-block;
  position: absolute;
}

.image-4 {
  z-index: 4;
  opacity: .61;
  mix-blend-mode: normal;
  width: 100%;
  margin-bottom: 32px;
  position: absolute;
}

.about-section {
  position: static;
  top: 71.1vh;
}

.card-bg {
  background-color: var(--white);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.card-container {
  grid-column-gap: 5%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  color: var(--sea-green);
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Fredoka, sans-serif;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1em;
}

.card-wrapper {
  width: 30%;
}

.paragraph-2 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.6em;
}

.div-block-8 {
  justify-content: center;
  align-items: flex-end;
  height: 140px;
  margin-bottom: 16px;
  display: flex;
}

.shows-section {
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: static;
}

.general-container {
  position: relative;
  top: 660px;
}

.image-5 {
  width: 100%;
}

.image-5._180 {
  transform: rotate(180deg);
}

.wave-wrapper {
  width: 100%;
  padding-top: 20px;
}

.wave-wrapper._180 {
  background-color: #fff;
  margin-bottom: -9px;
  padding-top: 0;
  padding-bottom: 0;
}

.yt-wrapper {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.yt-wrapper.webinar {
  display: flex;
}

.shows-container {
  grid-column-gap: 1rem;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1280px;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.show-card {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  text-decoration: none;
  display: flex;
  position: static;
}

.show-card-title {
  color: var(--sea-green);
  justify-content: flex-start;
  align-items: flex-start;
  height: 2em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fredoka, sans-serif;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1em;
  display: flex;
}

.show-card-date {
  color: #3a3a3a;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .9em;
  font-weight: 700;
  text-decoration: none;
}

.image-prog {
  border-radius: 0;
  overflow: visible;
}

.heading-2 {
  color: var(--dark-slate-blue);
  text-align: center;
  width: 100%;
  margin: 0 auto 40px;
  font-family: Fredoka, sans-serif;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2em;
}

.text-span {
  color: var(--sea-green);
  -webkit-text-stroke-color: var(--sea-green);
}

.grid {
  grid-column-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  place-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.level2-title {
  color: var(--dark-slate-blue);
  text-align: center;
  width: 100%;
  margin: 0 auto 40px;
  font-family: Fredoka, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  display: block;
}

.webinar-text {
  text-align: center;
  width: 70%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
  display: block;
}

.cableops-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1280px;
  margin: 40px auto;
  display: none;
}

.webinar-section {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 41px;
  display: flex;
  position: relative;
}

.youtube {
  border-radius: 8px;
  width: 100%;
  display: block;
  overflow: hidden;
}

.youtube.webinar {
  display: none;
}

.grid-2 {
  grid-column-gap: 90px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin: 20px auto 0;
}

.panel-image {
  background-color: #d3d3d3;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  overflow: visible;
}

.name-panel {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-bottom: 16px;
  font-family: Fredoka, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.role-panel {
  color: #ff6d00;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.2em;
}

.role-panel.panelista {
  color: var(--sea-green);
}

.txt-panel {
  color: #464646;
  text-align: center;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.4em;
}

.card-panel {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.edye-section {
  background-color: var(--gold);
  width: 100%;
  padding-bottom: 80px;
}

.grid-3 {
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.image-8 {
  border-radius: 24px;
  overflow: hidden;
}

.image-9, .image-10, .image-11, .image-12, .image-13, .image-14, .image-15 {
  border-radius: 24px;
}

.text-block {
  color: var(--sea-green);
  text-align: center;
  width: 100%;
  margin: 60px auto 40px;
  font-family: Fredoka, sans-serif;
  font-size: 2.4em;
  line-height: 1.1em;
}

.text-span-2, .text-span-3 {
  color: var(--dark-slate-blue);
}

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: 60px 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 70%;
  margin: 0 auto;
  display: grid;
}

.image-16, .image-17, .image-18, .image-19, .image-20, .image-21 {
  height: 100%;
}

.section-experiencias {
  background-color: var(--white);
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 37px;
  position: relative;
}

.experiencias-wrapper {
  grid-column-gap: 60px;
  width: 100%;
  margin: 30px auto 0;
  display: flex;
}

.experiencias-cards {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  color: var(--sea-green);
  text-align: center;
  margin-bottom: 20px;
  font-family: Fredoka, sans-serif;
  font-size: 1.8em;
  line-height: 1em;
}

.image-experiencias {
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: visible;
}

.image-22 {
  display: none;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 558px;
  height: 558px;
  display: flex;
  position: relative;
}

.logo-flowers {
  position: absolute;
}

.logo-world {
  z-index: 3;
  position: absolute;
}

.button-base {
  background-color: var(--white);
  color: var(--sea-green);
  text-transform: uppercase;
  padding: 8px 26px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1em;
}

.button-base.white {
  padding-left: 20px;
  padding-right: 20px;
  position: static;
  inset: auto 0% 0%;
}

.button-base.yellow {
  background-color: var(--gold);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.bio-img {
  overflow: visible;
}

.img-wrapper {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  position: static;
  overflow: hidden;
}

.articles-section {
  background-color: var(--white);
  padding-bottom: 60px;
}

.grid-5 {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  width: 100%;
  margin: 40px auto 20px;
}

.content-wrapper {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: none;
  padding-top: 24px;
  display: flex;
}

.content-wrapper.green {
  background-color: #e8f1c1;
}

.content-wrapper.edye {
  background-color: var(--gold);
}

.link-block {
  color: #424242;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.art-title {
  color: var(--sea-green);
  text-align: left;
  align-items: center;
  height: 3.3em;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Fredoka, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.1em;
  display: flex;
}

.art-img-wrapper {
  opacity: 1;
  border-radius: 8px;
  overflow: visible;
}

.link-block-2, .image-23 {
  width: 100%;
}

.line-waves-wrapper {
  margin-bottom: 40px;
}

.inner-container {
  flex-direction: column;
  align-items: center;
  width: 70%;
  max-width: 100%;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.inner-container.wide {
  width: 100%;
}

.bio-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  padding-left: 77px;
  padding-right: 51px;
  display: flex;
}

.bio-text {
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  text-decoration: none;
  display: block;
}

.close-icon {
  width: 48px;
  height: 48px;
  margin-top: 16px;
  margin-left: 0;
  margin-right: 16px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.colse-icon {
  width: 48px;
  height: 48px;
}

.bio-container {
  background-color: #fff;
  border-radius: 24px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 1150px;
  max-width: 1280px;
  height: 690px;
  padding-left: 24px;
  display: flex;
  position: relative;
  box-shadow: 0 40px 20px #0003;
}

.image-32 {
  object-fit: cover;
  border-radius: 200px;
  width: 30%;
  max-width: 40%;
  height: 80%;
  margin-right: 0;
  display: block;
}

.bio-name {
  color: var(--dark-slate-blue);
  font-family: Fredoka, sans-serif;
  font-size: 2.3em;
  font-weight: 500;
  line-height: 1.5em;
}

.bio-section-1, .bio-section-2, .bio-section-3 {
  z-index: 100;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-33 {
  width: 50px;
}

.edye-thumb {
  border-radius: 8px;
  overflow: hidden;
}

.text-span-4 {
  font-weight: 700;
}

.div-block-9 {
  width: 150px;
  margin-bottom: 20px;
}

.div-block-10 {
  width: 250px;
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto;
}

.badge-link {
  height: 60px;
}

.div-block-11 {
  width: 100%;
}

.bio-up {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.bio-low {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-span-5 {
  color: #fe6d11;
  font-weight: 800;
}

.link {
  text-decoration: none;
}

.text-span-6 {
  color: #fe6d11;
  font-weight: 700;
}

.text-span-7 {
  font-weight: 700;
}

.grid-6 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}

.image-37 {
  display: none;
}

.voces-section {
  background-color: var(--white);
}

.text-span-8 {
  color: var(--sea-green);
}

.sizer {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.sizer__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.yt__info {
  padding: 1rem 0;
}

.play-icon {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.yt__video {
  color: #fff;
  background-color: #0000;
  border-radius: 7px;
  text-decoration: none;
  overflow: hidden;
}

.text-loading {
  opacity: .1;
  background-color: #fff;
  display: inline;
}

.yt-playlist {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  margin-top: 40px;
  display: none;
}

.play-icon__svg {
  color: #ff0100;
  width: 60px;
  line-height: 0;
}

.yt__date {
  background-color: #fff3;
  border-radius: 3px;
  margin-bottom: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .75rem;
  display: inline-block;
}

.heading-3 {
  color: var(--dark-slate-blue);
  font-weight: 500;
}

.text-span-9 {
  font-weight: 700;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 32px;
}

.youtube-2, .youtube-3, .youtube-4, .youtube-5 {
  border-radius: 8px;
  overflow: hidden;
}

.card-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.youtube-6 {
  border-radius: 8px;
  overflow: hidden;
}

.html-embed {
  color: var(--gold);
}

@media screen and (max-width: 991px) {
  .hero-container {
    height: 70vh;
  }

  .paragraph {
    margin-bottom: 40px;
  }

  .button {
    text-align: center;
    padding: 8px 30px;
    font-size: 1.3em;
  }

  .wave-container {
    height: 150px;
  }

  .image-4 {
    margin-bottom: 16px;
  }

  .card-bg {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .card-container {
    grid-column-gap: 5%;
  }

  .heading {
    grid-column-gap: 5%;
    align-items: center;
    height: 3em;
    margin-bottom: 10px;
    font-size: 1.8em;
    display: flex;
  }

  .paragraph-2 {
    line-height: 1.4em;
  }

  .div-block-8 {
    height: 100px;
  }

  .general-container {
    top: 800px;
  }

  .yt-wrapper {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .shows-container {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .show-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
  }

  .show-card-title {
    height: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4em;
  }

  .show-card-date {
    font-size: .8em;
  }

  .heading-2 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 2.5em;
  }

  .grid {
    width: 90%;
    margin-top: 29px;
  }

  .level2-title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 2em;
  }

  .webinar-text {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.2em;
  }

  .cableops-wrapper {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    position: static;
  }

  .webinar-section {
    padding-bottom: 0;
  }

  .grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .panel-image {
    width: 120px;
    height: 120px;
  }

  .name-panel {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.5em;
  }

  .role-panel {
    font-size: 1em;
  }

  .txt-panel {
    margin-bottom: 16px;
    font-size: 1em;
    line-height: 1.1em;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-top: 10px;
  }

  .image-8, .image-9, .image-10, .image-11, .image-12, .image-13, .image-14, .image-15 {
    border-radius: 8px;
  }

  .text-block {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.9em;
  }

  .grid-4 {
    width: 95%;
    margin-top: 0;
  }

  .section-experiencias {
    padding-bottom: 24px;
  }

  .experiencias-wrapper {
    grid-column-gap: 24px;
    width: 100%;
    margin-top: 10px;
  }

  .experiencias-cards {
    justify-content: space-between;
  }

  .text-block-2 {
    font-size: 1.5em;
  }

  .logo-wrapper {
    width: 100%;
    height: 450px;
    max-height: 450px;
    margin-bottom: 16px;
  }

  .logo-flowers {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-world {
    height: 70%;
  }

  .button-base.white {
    font-size: .9em;
  }

  .button-base.yellow {
    width: auto;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    font-size: .9em;
    display: block;
  }

  .img-wrapper {
    border-radius: 8px;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    margin-bottom: 0;
  }

  .content-wrapper {
    padding-top: 10px;
    padding-right: 0;
  }

  .art-title {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.3em;
  }

  .art-image {
    margin-bottom: 10px;
  }

  .line-waves-wrapper {
    margin-bottom: 20px;
  }

  .image-24, .image-25, .image-26, .image-27 {
    height: 100%;
  }

  .inner-container, .inner-container.wide {
    width: 95%;
  }

  .bio-details {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .bio-text {
    flex-direction: column;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.4em;
    display: flex;
  }

  .close-icon {
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 0;
    display: flex;
  }

  .colse-icon {
    width: 32px;
    height: 32px;
  }

  .bio-container {
    align-items: center;
    width: 95%;
    height: 550px;
    padding-top: 0;
    padding-left: 16px;
    display: flex;
  }

  .image-32 {
    width: 20%;
    height: 50%;
    display: block;
  }

  .bio-name {
    font-size: 1.6em;
  }

  .bio-section-1, .bio-section-2, .bio-section-3 {
    display: none;
  }

  .image-33, .image-34, .image-35 {
    width: 50px;
  }

  .div-block-9 {
    width: 100px;
    margin-bottom: 10px;
  }

  .div-block-10 {
    margin-bottom: 10px;
  }

  .bio-low {
    align-items: center;
  }

  .div-block-14 {
    width: 100%;
  }

  .div-block-15 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .grid-6 {
    grid-column-gap: 16px;
  }

  .yt-playlist {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .grid-7 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .shows-container {
    grid-template-columns: 1fr 1fr;
  }

  .show-card {
    justify-content: space-between;
    align-items: flex-start;
  }

  .show-card-title {
    text-align: center;
    margin-bottom: 0;
  }

  .yt-playlist {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .card-info {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-image: linear-gradient(#0000001a, #00000080), url('../images/main-pic.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .button {
    box-shadow: none;
    text-align: center;
    width: 80%;
    padding: 12px 25px;
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
  }

  .wave-container {
    height: 50px;
    margin-bottom: -1px;
  }

  .image-4 {
    margin-bottom: 8px;
  }

  .card-bg {
    max-width: 100%;
    padding-bottom: 19px;
    padding-left: 0;
    padding-right: 0;
  }

  .card-container {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .heading {
    text-align: center;
    height: auto;
    margin-bottom: 20px;
    font-size: 1.5em;
  }

  .card-wrapper {
    flex-direction: column;
    align-items: center;
    width: auto;
    display: flex;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
  }

  .general-container {
    top: 490px;
  }

  .image-5._180, .wave-wrapper {
    padding-top: 0;
  }

  .wave-wrapper._180 {
    margin-top: -1px;
    margin-bottom: -6px;
    padding-top: 0;
  }

  .yt-wrapper {
    border-radius: 0;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .shows-container {
    grid-row-gap: 32px;
    grid-template-columns: 100%;
    place-items: start center;
    width: 100%;
    margin-bottom: 31px;
    padding-left: 0;
    padding-right: 0;
  }

  .show-card {
    align-items: center;
  }

  .show-card-title {
    text-align: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.1em;
  }

  .show-card-date {
    text-align: center;
    margin-bottom: 4px;
    font-size: 1em;
  }

  .heading-2 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1.9em;
    line-height: 1em;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-rows: 55px;
    grid-template-columns: 1fr;
    grid-auto-rows: 60px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .level2-title {
    width: 100%;
    margin-bottom: 24px;
    font-size: 1.6em;
    line-height: 1.2em;
  }

  .webinar-text {
    width: 100%;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.4em;
  }

  .cableops-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .webinar-section {
    padding-top: 16px;
    padding-bottom: 20px;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 16px;
  }

  .panel-image {
    width: 100px;
    height: 100px;
  }

  .name-panel {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 1.5em;
    line-height: 1em;
  }

  .role-panel {
    margin-bottom: 6px;
    font-size: .8em;
  }

  .txt-panel {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1.1em;
  }

  .edye-section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-3 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .text-block {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 10px;
    font-size: 1.5em;
  }

  .grid-4 {
    grid-row-gap: 24px;
    grid-template-rows: 60px;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 60px;
    width: 100%;
    margin-top: 0;
  }

  .section-experiencias {
    padding-bottom: 0;
  }

  .experiencias-wrapper {
    grid-row-gap: 48px;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .experiencias-cards {
    width: 100%;
  }

  .text-block-2 {
    margin-bottom: 0;
    font-size: 1.4em;
  }

  .logo-wrapper {
    width: 330px;
    height: 330px;
  }

  .logo-flowers {
    width: 95%;
  }

  .logo-world {
    width: 70%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-base.white {
    margin-top: 10px;
    font-size: 1em;
  }

  .button-base.yellow {
    margin-top: 16px;
    padding-left: 19px;
    padding-right: 18px;
  }

  .articles-section {
    padding-bottom: 0;
  }

  .grid-5 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block {
    align-items: center;
  }

  .art-title {
    text-align: center;
    height: auto;
  }

  .line-waves-wrapper {
    margin-bottom: 10px;
    padding-top: 0;
  }

  .image-28 {
    height: 100%;
  }

  .image-29 {
    height: 110%;
  }

  .image-30 {
    height: 100%;
  }

  .image-31 {
    height: 60%;
  }

  .inner-container {
    width: 100%;
    padding-top: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .bio-details {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .close-icon {
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-top: 0;
    margin-left: 0;
    display: flex;
    inset: 0% auto auto 0%;
  }

  .colse-icon {
    background-color: #fff3;
    border-radius: 50%;
  }

  .bio-container {
    flex-direction: column;
    justify-content: center;
    height: 90vh;
    padding-right: 15px;
    display: flex;
    position: relative;
  }

  .image-32 {
    object-fit: cover;
    object-position: 50% 15%;
    width: 100%;
    max-width: 100%;
    height: 260px;
    display: none;
  }

  .bio-section-1, .bio-section-2, .bio-section-3 {
    display: none;
  }

  .image-36 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
    width: 150px;
    display: flex;
  }

  .grid-6 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .yt-playlist {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-bottom: -20px;
  }

  .grid-7 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .card-info {
    justify-content: flex-start;
    align-items: center;
  }
}

#w-node-_8012d7bf-3228-58a1-20f5-f5ed4abe19bf-c97b0843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e0cc3f9-e6a3-330e-2e19-e7d1b687c503-c97b0843, #w-node-e4633a1f-bd0b-9d74-db8c-117989d479e3-c97b0843, #w-node-_9d74054f-92af-8ce8-5c9a-ed43bed962ae-c97b0843, #w-node-_0084bb93-5f78-0135-90e8-123d7f38d49f-c97b0843 {
  align-self: stretch;
}

#w-node-_6773141b-fb1b-e7d5-a8c6-6f08f8f704e8-c97b0843, #w-node-c02146ab-11b3-4853-c5e8-ad74a206cc35-c97b0843, #w-node-_29893b47-a22f-3882-ed8b-547723c72c2d-c97b0843, #w-node-_072bd93c-d1a0-00eb-6e2b-6f94e3cfacd7-c97b0843, #w-node-_32237ff5-70b9-02f5-0c84-d33ee94ff034-c97b0843, #w-node-_5b0949bb-3257-6bc8-2961-4b44c2f1dcad-c97b0843, #w-node-_6d3525a2-417c-8a35-6628-3c4f79a3f6b7-c97b0843, #w-node-_893559af-918a-eb1c-58f4-a970eaed662f-c97b0843, #w-node-f52704d4-d9bc-4a9f-e347-07b2cfb30e98-c97b0843, #w-node-b20591a1-c7ab-15a1-72fa-6545a60addf1-c97b0843, #w-node-_3d1c1e1d-cc74-dab1-79e6-53aea9385499-c97b0843, #w-node-_9bd1ada7-abd2-632a-e503-27ad5b0ecf45-c97b0843, #w-node-_7203171a-edf2-7a85-021b-8cdd2f2e4697-c97b0843, #w-node-_88cc2676-7d9d-b862-4b5d-6425cd26471e-c97b0843, #w-node-_25b650d4-0d5d-7193-6a76-86e56d290a8d-c97b0843, #w-node-_7ff7c12e-0a8a-ef28-27d1-73d354f0b4c8-c97b0843, #w-node-aa36e7db-7fa4-9663-814e-465e44b57135-c97b0843, #w-node-_1090a234-c3de-cc9f-c83e-9c84c77fc683-c97b0843, #w-node-f3f75c6f-42f1-70cc-54dc-9bf229f1c104-c97b0843, #w-node-_6beebe6a-a731-96f9-5722-20e283c5e301-c97b0843, #w-node-d9efc28b-2ddf-c967-0cfb-da381bb70d2b-c97b0843, #w-node-_00728d5a-db1c-1b7b-7dda-f3d3be829b3d-c97b0843, #w-node-_9f696fe3-fb6e-7780-7c46-351a637896aa-c97b0843, #w-node-_8c4ae65b-1558-b98b-89c3-132a15786be2-c97b0843, #w-node-eba7d324-c411-3eb3-a40c-266dac17c4b7-c97b0843, #w-node-e5deb5f6-f0ac-6e2f-65a1-d6453787f122-c97b0843, #w-node-_6f61ff37-c93d-5f9d-15f1-204f7196a14e-c97b0843, #w-node-b69b6601-7269-2179-4296-d57354357f8c-c97b0843, #w-node-_439f223f-7c65-6c62-e22e-812443f72115-c97b0843, #w-node-e8dffa3f-293d-1337-a1a8-d9f686510df4-c97b0843, #w-node-_0b991f33-a4db-7613-c99e-c5227c2fa31b-c97b0843, #w-node-e3ee1f7a-825d-0023-cace-be296d7e2e99-c97b0843, #w-node-_4b454512-7364-2525-abda-83fca8b9f885-c97b0843, #w-node-_9c9b6b4e-4444-05c8-b0d1-00c725af7cf1-c97b0843, #w-node-_97591fff-6faf-7458-5520-4a4be5e5fcb3-c97b0843, #w-node-_706fa787-3f66-f2e8-1ea9-bd3fac87feb2-c97b0843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_104c839e-5f78-ecdb-9471-8353e26ac698-c97b0843 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-e1c1fe87-0cd6-c4fd-2a41-4fb19985ba40-c97b0843, #w-node-b9fa0c43-0501-2034-cfd4-a9f176458720-c97b0843, #w-node-_12172f15-32ca-481e-2d13-43113b5782a0-c97b0843, #w-node-_0789be7c-8d19-3360-b919-57b647cadb88-c97b0843, #w-node-_749be11e-c15c-0df1-85ef-da51a97ca910-c97b0843, #w-node-_6a1be545-7ed6-4fce-44f9-a115d1f778c6-c97b0843, #w-node-_4d3e9cf9-b1f2-d42a-34fc-2b99b80608c3-c97b0843, #w-node-a3ea2840-a407-d979-16b5-569ace334a94-c97b0843, #w-node-_01d6aaa3-617a-e20c-e425-f6bc87219e62-c97b0843, #w-node-_86ac04e1-48a6-6028-5294-834a675cb11f-c97b0843, #w-node-b423d4a9-646c-735d-ae0c-76175a1f9ab1-c97b0843, #w-node-_71836582-0830-6ab5-4d69-9f1f5a4ce0cf-c97b0843, #w-node-f7dce8e5-5cc2-1dfc-01ac-a1af2732f329-c97b0843, #w-node-bf994666-f117-071c-fc16-91e20544b49c-c97b0843, #w-node-_5eaa1f66-aac8-0598-dfc1-a66d52b7463c-c97b0843, #w-node-a8b5d476-d5bc-ef29-ce38-e111b75f1c60-c97b0843, #w-node-_7aaf46ea-0064-8271-a088-82c2100df5d4-c97b0843, #w-node-_14965e14-c86e-3f0a-8c61-3f9df1ff86d7-c97b0843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


