:root {
  --heading: black;
  --white-smoke: #f8f8f8;
  --primary-color: #006fff;
  --white: white;
  --dim-grey: #747474;
}

.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;
}

body {
  color: var(--heading);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}

h1 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 2.75rem;
}

.navbar {
  z-index: 10;
  background-color: var(--white-smoke);
  border-bottom: 0 #f87931;
  justify-content: space-around;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  padding-top: .9375rem;
  padding-bottom: .9375rem;
  font-family: Muli, sans-serif;
  font-weight: 500;
  line-height: 1.5rem;
  transition: opacity .4s cubic-bezier(.215, .61, .355, 1);
}

.nav-link:hover {
  opacity: .5;
}

.nav-btn {
  background-color: var(--primary-color);
  color: var(--white-smoke);
  border-radius: 1.75rem;
  padding: .9375rem 2.4375rem;
  font-family: Muli, sans-serif;
}

.nav-btn:hover {
  opacity: .5;
}

.nav-btn.w--current {
  color: var(--white);
  background-color: #0651b3;
}

.container {
  text-align: left;
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container.smoke-white {
  background-color: var(--white-smoke);
}

.hero-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: center;
  margin-top: 0;
  display: grid;
}

.hero-right-wrapper {
  max-width: 100%;
}

.link-block {
  margin-left: 1.875rem;
  display: inline-block;
}

.link-block:hover {
  color: var(--primary-color);
}

.hero-text-link {
  color: var(--heading);
  margin-left: .9375rem;
  font-family: Muli, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.hero-heading {
  margin-bottom: 1.5625rem;
  font-family: Muli, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3rem;
}

.hero-paragrah {
  color: var(--dim-grey);
  max-width: 36ch;
  margin-bottom: 2rem;
  font-family: Muli, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.hero-cta-btn {
  background-color: var(--primary-color);
  border-radius: 1.75rem;
  padding: .9375rem 2.4375rem;
  font-family: Muli, sans-serif;
}

.hero-cta-btn.new {
  padding: 2rem 4rem;
}

.section {
  background-color: #fff;
  margin-top: auto;
  margin-bottom: 100px;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section.hero-bg-color {
  background-color: var(--white);
  background-image: none;
  background-size: auto;
  margin-bottom: 0;
}

.section.footer {
  background-color: var(--primary-color);
}

.hero-hr-line {
  background-color: var(--dim-grey);
  border-radius: 1.75rem;
  max-width: 60.625rem;
  height: .3125rem;
  display: none;
  position: absolute;
  inset: auto 4% -1% 8%;
}

.voice-info-content-wrapper {
  grid-column-gap: 8.75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.voice-artist-heading {
  grid-column-gap: 10.875rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4.375rem;
  display: flex;
}

.voice-heading {
  max-width: 15ch;
  font-family: Muli, sans-serif;
  font-size: 2.625rem;
  line-height: 3.25rem;
}

.voice-desc {
  flex: 1;
  max-width: 52ch;
  font-family: Muli, sans-serif;
}

.voice-image {
  max-width: 470px;
}

.voice-features {
  flex: 1;
}

.icon-box-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-text-wrapper {
  align-items: center;
  margin-bottom: .625rem;
  display: flex;
}

.feature-text {
  margin-left: .625rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.icon-feature-decs {
  margin-bottom: .3125rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.episodes-heading {
  text-align: center;
  margin-bottom: 3.75rem;
  font-family: Muli, sans-serif;
  font-size: 2.625rem;
  line-height: 3.25rem;
}

.episodes-cards-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 3.4375rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.episode-card {
  max-width: 100%;
  position: relative;
}

.card-time-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.episode-card-heading {
  margin-bottom: .625rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.episode-card-time {
  color: var(--dim-grey);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.episode-card-image {
  margin-bottom: .625rem;
}

.episode-icon {
  position: absolute;
  inset: auto auto 33% 6%;
}

.all-episodes {
  background-color: var(--primary-color);
  color: var(--white-smoke);
  text-align: center;
  border-radius: 1.75rem;
  padding: .9375rem 1.0625rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  text-decoration: none;
  display: inline-block;
}

.all-episodes-wrapper {
  text-align: center;
  margin-top: 4.375rem;
}

.pricing-heading {
  float: none;
  clear: none;
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: 2.8125rem;
  font-family: Muli, sans-serif;
  font-size: 2.625rem;
  line-height: 3.25rem;
  display: block;
  position: static;
}

.pricing-buttons {
  background-color: var(--white-smoke);
  text-align: center;
  border-radius: 6.25rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3.9375rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pricing-cards-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-card {
  max-width: 16.875rem;
  padding: 1.71125rem 1.155rem;
  box-shadow: 0 15px 3rem .625rem #0000001a;
}

.pricing-card.popular {
  background-color: var(--primary-color);
  box-shadow: none;
  color: var(--heading);
}

.pricing-card-amount-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.4375rem;
  display: flex;
}

.pricing-card-heading {
  text-align: center;
  margin-bottom: 1.4375rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.125rem;
}

.pricing-card-heading.white {
  color: var(--white-smoke);
}

.pricing-card-price-wrapper {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.pricing-card-sign {
  color: var(--heading);
  flex: 0 auto;
  align-self: flex-end;
  font-size: 1.125rem;
  line-height: 1.25rem;
}

.pricing-card-sign.white {
  color: var(--white-smoke);
}

.pricing-card-amount {
  color: var(--heading);
  flex: 0 auto;
  order: 1;
  align-self: auto;
  margin-right: .25rem;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.pricing-card-amount.white {
  color: var(--white-smoke);
}

.pricing-card-text {
  align-self: flex-end;
  font-weight: 500;
  line-height: 1.5rem;
  display: inline-block;
}

.pricing-card-text.white {
  color: var(--white-smoke);
}

.pricing-card-hr-line {
  background-color: var(--heading);
  height: .125rem;
}

.pricing-card-hr-line.white {
  background-color: var(--white-smoke);
}

.card-bullet-wrapper {
  margin-top: 2.8125rem;
  margin-bottom: 3.655rem;
}

.card-bullet {
  text-decoration: none;
  display: flex;
}

.card-bullet-text {
  color: var(--heading);
  margin-left: .625rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.card-bullet-text.white {
  color: var(--white-smoke);
}

.link {
  color: var(--heading);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.link.white {
  color: var(--white-smoke);
}

.popular-podcast-wrapper {
  background-color: #0000;
  border: .0625rem #000;
  justify-content: flex-end;
  align-items: stretch;
  display: block;
}

.popolar-podcast-content {
  flex: 0 auto;
  width: 31.25rem;
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
}

.popular-podcast-cta {
  background-color: var(--primary-color);
  color: var(--white-smoke);
  border-radius: 1.75rem;
  padding: .5rem .875rem;
  text-decoration: none;
  display: inline-block;
}

.popular-podcast-heading {
  margin-top: 0;
  margin-bottom: 1.4375rem;
  font-family: Muli, sans-serif;
}

.popular-podcast-text {
  margin-bottom: 1.4375rem;
  font-family: Muli, sans-serif;
}

.podcast-inner-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white-smoke);
  border-radius: .625rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  height: 18.125rem;
  margin-top: 6.25rem;
  padding-left: 2.5rem;
  display: flex;
}

.podcast-image-wrapper {
  width: 25rem;
  height: 24.05rem;
  max-height: 24.05rem;
  margin-right: 1.25rem;
  display: block;
  position: relative;
  inset: -17% 0% 0% auto;
}

.podcast-image {
  width: 18.75rem;
  height: 24.05rem;
}

.top-podcaster-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.cta-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f6f6f6;
  border-radius: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  padding: 1.375rem 2.0625rem;
  display: grid;
}

.cta-images-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  order: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-self: stretch;
  place-items: stretch stretch;
  display: grid;
}

.cta-content-box {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.cta-image-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-image.none, .image-4, .image-5 {
  display: none;
}

.cta-content-heading {
  color: var(--heading);
  text-align: center;
  margin-bottom: 1.4375rem;
  font-family: Muli, sans-serif;
  font-size: 2.625rem;
  display: block;
}

.cta-content-paragraph {
  color: var(--heading);
  text-align: center;
  max-width: 43ch;
  margin-bottom: 2.5rem;
  font-family: Muli, sans-serif;
  display: block;
}

.form {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.text-field {
  float: none;
  text-align: left;
  vertical-align: middle;
  border-radius: 1.75rem;
  width: 26.25rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-family: Muli, sans-serif;
  display: inline-block;
  position: relative;
  inset: 0%;
}

.subscribe-button {
  background-color: var(--primary-color);
  border-radius: 1.75rem;
  padding: 1rem 2rem;
  font-family: Muli, sans-serif;
  position: relative;
  top: -62px;
  left: 34%;
  right: auto;
}

.footer-wrapper {
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.footer-col {
  text-align: center;
  flex: 0 auto;
}

.footer-social-icons-wrapper {
  text-align: center;
}

.footer-logo {
  margin-bottom: 1.25rem;
}

.footer-menu-link {
  color: var(--dim-grey);
  margin-bottom: .625rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-decoration: none;
  display: block;
}

.footer-social-icon {
  margin-right: .625rem;
}

.podcaster-slider-wrapper {
  background-color: #0000;
  flex: 0 auto;
  max-width: 53.75rem;
}

.podcaster-content {
  flex: 0 auto;
  width: 60%;
  display: block;
}

.podcaster-text-wrapper {
  width: 60%;
}

.slide-nav {
  display: none;
}

.podcaster-slider {
  background-color: #0000;
  height: auto;
}

.arrow {
  border: .125rem solid var(--primary-color);
  color: var(--primary-color);
  border-radius: .3125rem;
  width: 3.3125rem;
  height: 3.3125rem;
  padding-top: .625rem;
  inset: auto 0% 0% 114%;
}

.arrow.left {
  left: 106%;
}

.arrow.bg-blue {
  background-color: var(--primary-color);
  color: var(--white-smoke);
}

.podcatser-slider-card, .slider-card-content {
  background-color: #0000;
}

.podcaster-card-button {
  border: .125rem solid var(--primary-color);
  background-color: var(--white);
  color: var(--primary-color);
  border-radius: .3125rem;
  padding: .8125rem 5.3125rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  display: inline-block;
}

.podcaster-card-button.active-btn {
  background-color: var(--primary-color);
  color: var(--white-smoke);
}

.podcater-card-image {
  overflow: visible;
}

.slide {
  width: 16.875rem;
  height: auto;
  margin-right: 1.25rem;
}

.podcaster-card-heading {
  font-size: 1rem;
  line-height: 1.5rem;
}

.podcaster-card-text {
  color: var(--dim-grey);
  max-width: 20ch;
  margin-bottom: 10px;
  line-height: 1.5rem;
}

.icon {
  color: var(--white-smoke);
}

.pricing-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.plan-button {
  text-transform: uppercase;
  padding: .6875rem 1.5625rem;
  font-weight: 500;
  line-height: 1.5rem;
  position: relative;
}

.plan-button.white {
  color: var(--white-smoke);
}

.bg-blue-button {
  background-color: var(--primary-color);
  border-radius: 12.5rem;
  width: 50%;
  position: absolute;
  inset: 0%;
}

.div-block {
  width: 100%;
}

.navbar-items {
  background-color: var(--white-smoke);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-28 {
  background-color: #4f5e783d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 200px;
  padding: 55px 15px;
  display: flex;
  position: relative;
}

.button {
  background-color: #5748c5;
  border-radius: 4px;
  margin-left: 0;
  padding: 16px 25px;
  font-weight: 500;
  transition: all .3s cubic-bezier(.55, .055, .675, .19);
}

.button:hover {
  background-color: #4e41b4;
  border: 1px #fff;
}

.text-span-2 {
  margin-right: 8px;
}

.info-block {
  padding: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.button-social {
  background-color: #5748c5;
  border-radius: 4px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 16px;
}

.button-social.mid {
  margin-left: 5px;
  margin-right: 5px;
}

.podcast-toolbar {
  display: flex;
}

.podcast-tabs-menu {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 44%;
  margin-left: 1.5rem;
  margin-right: 0;
  display: flex;
}

.podcast-list-title {
  flex: 1;
  padding-left: .75rem;
}

.podcast-text-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.podcast-component {
  background-color: #1e1d3a00;
  border-radius: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 94vw;
  padding: 6rem 2.5rem;
  display: flex;
}

.text-color-violet {
  color: #ce95f9;
}

.text-color-violet._1 {
  color: #f15c00;
}

.text-color-violet.text-span-2 {
  color: #ff9a00;
}

.text-color-violet._3 {
  color: #00ffa2;
}

.text-color-violet.heading-4 {
  color: #00baff;
}

.current-seconds {
  color: #fff;
  align-items: flex-end;
  min-width: 3rem;
  padding-right: .5rem;
  font-size: 1rem;
  line-height: 1;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
}

.next-podcast {
  cursor: pointer;
  align-items: center;
  padding-left: 1.5rem;
  transition: transform .4s;
  display: flex;
  position: static;
  top: 0;
  bottom: 24px;
  right: 0;
}

.next-podcast:hover {
  transform: translate(8px);
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.podcast-tab-link {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #fff;
  background-color: #b9b8b929;
  border-radius: 20rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 1rem .5rem .5rem;
  transition: transform .4s;
  display: flex;
  overflow: hidden;
}

.podcast-tab-link:hover {
  transform: translate(.5rem);
}

.podcast-tab-link.w--current {
  color: #0e080e;
  background-color: #b667ff;
  font-weight: 400;
  overflow: visible;
}

.podcast-player {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4rem;
  display: flex;
  position: relative;
}

.podcast-number {
  color: #fff9;
  padding-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 400;
}

.podcast-actions {
  z-index: 2;
  flex-flow: column;
  display: flex;
  position: relative;
  inset: 0% -5px -300px -23%;
}

.pause {
  cursor: pointer;
  transform-style: preserve-3d;
  max-width: none;
  transition: transform .4s;
}

.pause:hover {
  transform: scale3d(1.12, 1.06, 1);
}

.particles-absolute {
  width: 25rem;
  position: absolute;
}

.particles-absolute.pa-6 {
  top: 2.8rem;
  right: 31.7rem;
}

.particles-absolute.pa-4 {
  bottom: 16.2rem;
  left: 16.8rem;
}

.particles-absolute.pa-1 {
  top: .3rem;
  left: 15.3rem;
}

.particles-absolute.pa-5 {
  bottom: 19.6rem;
  right: 13.5rem;
}

.particles-absolute.pa-3 {
  top: 7.1rem;
  right: 13.5rem;
}

.particles-absolute.pa-2 {
  top: 7.1rem;
  left: 23.3rem;
}

.particles-absolute.pa-13 {
  top: 3.1rem;
  left: -104px;
}

.particles-absolute.pa-1-4 {
  top: .3rem;
  right: -3.2rem;
}

.audio-player-bar-wrapper {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 70%;
  display: flex;
}

.audio-player-bar-wrapper.bar-wrapper {
  flex-direction: row;
  width: 88%;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.active-bar {
  background-image: linear-gradient(to right, #9f4dea, #9d50eb);
  border-radius: 100px;
  align-self: flex-start;
  height: 100%;
}

.duration {
  color: #fff;
  text-align: right;
  align-items: flex-end;
  min-width: 3rem;
  padding-left: .5rem;
  font-size: 1rem;
  line-height: 1;
  display: block;
  position: static;
  inset: 0% 0% 0% auto;
}

.podcast-tab-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  border: 1px solid #ffffff52;
  border-radius: 2rem;
  height: 100%;
}

.podcast-tab-item.is-p7 {
  background-image: linear-gradient(#0e080e00, #0e080e8f 77%), url('../images/podcast_07.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
}

.podcast-tab-item.is-p8 {
  background-image: linear-gradient(#0e080e00, #0e080e8f 85%), url('../images/podcast_08.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
}

.podcast-tab-item.is-p6 {
  background-image: linear-gradient(#0e080e00, #0e080e8f 58%), url('../images/podcast_06.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
}

.podcast-tab-item.is-p4 {
  background-image: linear-gradient(#0e080e00, #0e080e8f 55%), url('../images/podcast_04.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
}

.podcast-tab-item.is-p3 {
  background-image: linear-gradient(#0e080e00, #0e080e8f 71%), url('../images/podcast_03.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
}

.podcast-tab-item.is-p2 {
  background-image: linear-gradient(#0e080e00, #0e080e8f 60%), url('../images/podcast_02.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
}

.podcast-tab-item.is-p1 {
  background-image: linear-gradient(#0000, #0e080e8f 63%), url('../images/podcast_01.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
}

.podcast-tab-item.is-p5 {
  background-image: linear-gradient(#0000, #0e080e8f 63%), url('../images/podcast_05.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.podcast-tabs {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.audio-player-bar {
  opacity: 1;
  color: #c4c4c466;
  cursor: pointer;
  background-color: #c4c4c466;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .75rem;
  display: flex;
}

.previous-podcast {
  cursor: pointer;
  align-items: center;
  padding-right: 1.5rem;
  transition: transform .4s;
  display: flex;
  position: static;
  top: 0%;
  bottom: 24px;
  left: 0;
}

.previous-podcast:hover {
  transform: translate(-8px);
}

.podcast-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.podcast-btn {
  transform-style: preserve-3d;
  margin: .5rem 1rem;
  transition: transform .4s;
}

.podcast-btn:hover {
  transform: scale3d(1.12, 1.06, 1);
}

.section-podcast {
  z-index: 2;
  background-color: #522c90;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-podcast.overflow-hidden {
  background-color: var(--white);
}

.heading-style-h2 {
  letter-spacing: .025rem;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1;
}

.page-padding {
  background-color: #f8f8f8;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Muli, sans-serif;
}

.play-indicator {
  position: absolute;
  left: -5rem;
  right: auto;
}

.play-buttons {
  justify-content: center;
  display: flex;
}

.podcast-img {
  height: 3.5rem;
}

.podcast-img.podcast-border {
  border: 1px solid #fff9;
  border-radius: .5rem;
}

.play {
  cursor: pointer;
  transform-style: preserve-3d;
  max-width: none;
  padding-right: 0;
  transition: transform .4s;
  transform: translate(0);
}

.play:hover {
  transform: scale3d(1.12, 1.06, 1);
}

.podcast-list-time {
  opacity: .7;
}

.podcast-list-img {
  border: 1px solid #ffffff3d;
  border-radius: 20rem;
  width: 2.5rem;
  height: 2.5rem;
}

.podcast-tabs-content {
  align-self: stretch;
  width: 56%;
  min-height: 40rem;
  margin-left: 0;
  margin-right: 5rem;
}

.margin-top, .margin-top.margin-large {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-minuslarge {
  margin-top: 0;
}

.podcast-actions-wrapper {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-size-medium {
  font-family: Muli, sans-serif;
  font-size: 1rem;
}

.text-size-medium.white {
  color: var(--white);
  font-size: 1rem;
}

.text-size-medium.negative {
  color: var(--dim-grey);
}

.howitworks-content-iphone {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.howitworks-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 30rem;
  height: 100vh;
  display: flex;
}

.feature-icon {
  padding-right: .5rem;
}

.feature-icon.white {
  color: var(--white);
}

.graph-data-container {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  align-items: center;
  width: 12rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  inset: 0%;
}

.graph-percentage {
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
  display: flex;
}

.iphone-shape {
  z-index: 1;
  width: 100%;
  position: relative;
}

.hide {
  display: none;
}

.feature-badge {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #ffffff1f;
  border-radius: 100px;
  padding: .5rem 1rem;
  display: flex;
}

.howitworks-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  place-items: stretch stretch;
  position: relative;
}

.graph-title {
  justify-content: center;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.text-block-2 {
  color: #fff9;
}

.iphone-bgvideo {
  width: 100%;
  height: 100%;
}

.section-howitworks {
  z-index: 1;
  position: relative;
}

.heading-style-h3 {
  letter-spacing: .025rem;
  font-family: Muli, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.iphone-bgvideo-wrapper {
  z-index: 0;
  object-fit: cover;
  border-radius: 3%;
  justify-content: center;
  align-items: center;
  width: 90.2%;
  height: 95.8%;
  display: flex;
  position: absolute;
  top: 2.2%;
  left: 5.1%;
  overflow: hidden;
}

.iphone-mockup {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.iphone-mockup.is-second {
  width: 340px;
  margin-top: 2rem;
  transform: rotate(0);
}

.gauge_circle-1 {
  z-index: 1;
  color: #8e40ea;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: rotate(90deg);
}

.gauge_circle-1.grey {
  color: #ffffff1f;
}

.circle-graph {
  width: 18rem;
  height: 18rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20rem;
  position: relative;
}

.circle-graph.absolute {
  position: absolute;
}

.howitworks-mobile {
  display: none;
}

.howitworks-iphone-wrapper {
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.container-xlarge {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.howitworks-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.podcast-cover {
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 10px 20px #d1d5db;
}

.text-size-large {
  text-align: left;
  padding-top: 0;
  font-family: Muli, sans-serif;
  font-size: 1.25rem;
}

.text-size-large.mid {
  text-align: center;
}

.text-size-large._4 {
  font-size: 1rem;
}

.heading-style-h4 {
  text-transform: none;
  font-family: Muli, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

.section-home {
  max-height: 100vh;
}

.footer-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.home-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  min-height: 100vh;
  display: grid;
}

.column {
  height: 100%;
}

.column.right {
  pointer-events: auto;
  mix-blend-mode: normal;
  background-color: #96505000;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 100%;
}

.column.left {
  background-color: var(--white);
  border-right: 1px solid #0000000f;
  height: 100vh;
  position: static;
  top: 0;
  overflow: visible;
}

.collection-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.links-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  justify-items: center;
  display: flex;
}

.footer {
  justify-content: space-between;
  display: flex;
}

.listen-wrapper {
  width: 100%;
}

.heading-style-h5 {
  color: #111827;
  font-family: Muli, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.card {
  background-color: #0000;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  width: 100%;
  padding: 3rem;
}

.card.is-no-outline {
  border-style: none;
  flex-flow: row;
  padding-top: 0;
  display: block;
}

.card.is-no-outline.is-grid-2rem {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  overflow: visible;
}

.text-size-small {
  font-size: .875rem;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #7c3aed;
  border: 1px solid #7c3aed;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-weight: 500;
}

.button-2:hover {
  background-color: #6d28d9;
}

.button-2.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #1db954;
  border-color: #1db954;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2.is-icon.youtube {
  background-color: red;
  border-color: #1db95400;
  border-radius: 1.75rem;
}

.button-2.is-icon.podcast-img {
  pointer-events: auto;
  border-radius: 1.75rem;
}

.margin-top-2, .margin-top-2.margin-medium, .margin-top-2.margin-huge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-2.margin-xxsmall {
  margin-top: 2rem;
  margin-left: 0;
  margin-right: 0;
  font-family: Muli, sans-serif;
  font-size: 16px;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: flex;
}

.section-2._2 {
  flex-flow: row;
  max-width: 100%;
}

.section-2.buttons {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  padding-top: 24px;
  font-family: Muli, sans-serif;
  display: flex;
}

.section-2.class {
  max-width: 50%;
}

.text-block-3, .text-block-4 {
  font-family: Muli, sans-serif;
}

.paragraph {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.paragraph.black {
  opacity: 1;
}

.paragraph.black.no-bottom-pad {
  font-family: Muli, sans-serif;
}

.paragraph.black.no-bottom-pad.white {
  color: var(--white);
}

.paragraph.black.center {
  text-align: center;
  font-family: Muli, sans-serif;
}

.paragraph.black.center._1 {
  color: var(--white);
}

.pricing-button-wrap-02 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.big-price {
  margin-top: 0;
  font-family: Muli, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

.big-price._1 {
  color: var(--white);
}

.tabs-menu-03 {
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.features-wrap {
  margin-bottom: 60px;
}

.tabs-03 {
  margin-top: 0;
}

.features-wrap-02 {
  align-self: flex-start;
  margin-bottom: 40px;
}

.pricing-card-02 {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.pricing-card-02.central {
  z-index: 5;
  background-color: var(--primary-color);
  background-image: linear-gradient(112deg, #0163ff, #01bcfd);
  border-style: solid;
  border-radius: 1.75rem;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 70px;
  position: relative;
  box-shadow: 1px 1px 20px #0000001f;
}

.secondary-button {
  color: #000;
  align-items: center;
  margin-left: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.secondary-button:hover {
  opacity: .8;
  transform: translate(5px);
}

.secondary-button.in-pricing {
  margin-top: 20px;
  margin-left: 0;
}

.secondary-button.in-pricing:hover {
  transform: none;
}

.pricing-title-02 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.plan-price-wrap-02 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  font-family: Muli, sans-serif;
  font-weight: 600;
}

.heading-3.team-member {
  width: 80%;
  margin-bottom: 6px;
  font-family: Muli, sans-serif;
}

.heading-3._1 {
  color: var(--white);
}

.heading-4 {
  margin-top: 0;
  font-weight: 600;
}

.heading-4.smaller {
  font-family: Muli, sans-serif;
  font-size: 23px;
  line-height: 33px;
}

.heading-4.smaller.white {
  color: var(--white);
}

.blue {
  color: #3b2ae5;
}

.pricing-div-02 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.feature-list-item {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.feature-list-item.center {
  justify-content: flex-start;
  align-items: center;
}

.tabs-section-03 {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.tab-link-03 {
  background-color: #f7f7f7;
  border-radius: 1.75rem;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.tab-link-03:hover {
  opacity: .8;
}

.tab-link-03.w--current {
  color: #fff;
  background-color: #e7e5ff;
  background-image: linear-gradient(90deg, #0163ff, #01bcfd);
  border-radius: 1.75rem;
}

.button-3 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-3:hover {
  opacity: .8;
}

.button-3.pricing {
  background-color: var(--primary-color);
  text-align: center;
  border-radius: 1.75rem;
  width: 100%;
  font-family: Muli, sans-serif;
}

.button-3.pricing._2 {
  background-image: linear-gradient(108deg, #fa8702, #f25e01);
}

.button-3.pricing.negative {
  border: 1px solid var(--primary-color);
  background-color: var(--white);
  color: var(--primary-color);
}

.recommended-wrap {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #f8911a;
  border-radius: 1.75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-5, .text-block-6, .text-block-7, .text-block-8 {
  font-family: Muli, sans-serif;
}

.heading-2 {
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.section-title {
  color: #3b2ae5;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.job-title {
  opacity: .75;
  font-family: Muli, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.team-title-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 30px;
  display: flex;
}

.team-member-01 {
  border: 1px solid #dbdbdb;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  transition: all .2s;
}

.team-member-01:hover {
  box-shadow: 1px 1px 20px #00000029;
}

.linkedin-link {
  background-color: #fff0;
  background-image: url('../images/linkedin.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
  transition: all .2s;
}

.linkedin-link:hover {
  opacity: .8;
}

.team-member-image-01 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 225px;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
  overflow: hidden;
}

.team-member-image-01.bill {
  background-image: url('../images/64874a480606dc2651961415_Frame-1.png');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  height: 225px;
  padding-top: 20px;
  padding-left: 20px;
}

.team-member-image-01.new {
  background-image: url('../images/Lucas-Barbosa.png');
}

.team-member-image-01.blil, .team-member-image-01.man {
  background-image: none;
}

.team-member-image-01.nill {
  background-image: url('../images/Gleisson-Oliveira-CEO.png');
}

.team-member-image-01.lbil, .team-member-image-01.will, .team-member-image-01.llib {
  background-image: none;
}

.team-grid-01 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  width: 100%;
  max-width: 1100px;
}

.team-section-01 {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.team-member-info-01 {
  border-style: solid none none;
  border-width: 5px 1px 1px;
  border-color: var(--primary-color) black black;
  background-color: #fff;
  border-radius: 0;
  margin-top: -40px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  position: relative;
}

.heading-5 {
  flex-flow: row;
  width: 120%;
  font-family: Muli, sans-serif;
  font-size: 32px;
  display: flex;
}

.paragraph-2 {
  width: 120%;
  font-family: Muli, sans-serif;
}

.text-block-9 {
  font-family: Muli, sans-serif;
}

.bold-text {
  -webkit-text-stroke-color: #fff;
  font-family: Muli, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.bold-text._1 {
  color: #fff;
}

.container-w3 {
  width: 100%;
  max-width: 52.5em;
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.ipad-shape {
  z-index: 2;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.p-xl-start {
  padding-top: 8.5em;
}

.tablet-mockup-animation {
  z-index: 2;
  position: relative;
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.container-w2.gutter-outside {
  max-width: 200%;
}

.wow-heading {
  margin-bottom: .1em;
  font-size: 3em;
  font-weight: 600;
  line-height: 1;
}

.wow-heading.wow-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(172deg, #ffefcd 32%, #769ae0 76%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: .1em;
  padding-bottom: .2em;
}

.wow-heading.wow-gradient.big {
  font-size: 6em;
}

.section-tablet-scroll-animation {
  overflow: hidden;
}

.ipad-mockup {
  position: relative;
}

._3d-tablet-wrap {
  perspective: 1000px;
  perspective-origin: 50%;
}

.ipad-screen {
  z-index: 1;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  max-width: 94%;
  height: 92%;
  padding-right: 4%;
  display: block;
  position: absolute;
  top: 4%;
  left: 3%;
  overflow: visible;
}

.section-3 {
  width: 100%;
  padding-top: 11.11em;
  padding-bottom: 11em;
  position: relative;
}

.section-3.shapes {
  padding-top: 5.28em;
  overflow: hidden;
}

.section-3.get-in-touch {
  padding-top: 5.56em;
}

.container-2 {
  z-index: 2;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9.72em;
  padding-right: 9.72em;
  position: relative;
}

.container-2._100--width {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.bubble-lottie {
  width: 100%;
}

.div-block-29 {
  background-image: linear-gradient(90deg, #000 17%, #0000 80%), url('../images/novo-banner-de-portas-abertas.png');
  background-position: 0 0, 100% 0;
  background-size: auto, auto;
}

.contact-us-card {
  perspective: 40em;
  background-image: linear-gradient(90deg, #041223, #0000), url('../images/peça-2---linkedin-feed-1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 3.06em;
  margin-bottom: 5.56em;
  padding: 8.68em 6.94em;
  position: relative;
  overflow: hidden;
}

.text-block {
  color: #e5e5ea;
  font-size: 2vw;
  font-weight: 400;
}

.contact-us-card-heading {
  color: #fff;
  text-align: left;
  font-size: 2px;
  line-height: 2%;
  display: block;
}

.button-text {
  z-index: 2;
  font-size: 1.67em;
  line-height: 1em;
  position: relative;
}

.button-text.is-larger {
  font-size: 1.75em;
}

.text-size-regular {
  color: #101119;
  font-size: 1rem;
}

.text-size-regular.is-free-trial {
  color: #f5fff080;
}

.contact-us-card-blick {
  filter: blur(5em);
  background-color: #fff3;
  border-radius: 50%;
  width: 40em;
  height: 40em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-3 {
  box-sizing: border-box;
  text-align: right;
  background-image: linear-gradient(27deg, #ecf4ff00 49%, #01bcfd 65% 80%, #0059ff);
  border: 1px #000;
  border-radius: 124px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 32px 24px;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.button-4 {
  transform-origin: 100% 100%;
  color: #fff;
  text-align: center;
  background-color: #f15c00;
  background-image: linear-gradient(138deg, #f15c00, #fa8702);
  border-top-left-radius: 3em;
  border-top-right-radius: 3em;
  border-bottom-left-radius: 3em;
  padding: 2.08em 2.92em;
  font-weight: 600;
  line-height: 1em;
  position: relative;
  overflow: hidden;
}

.button-4.black {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-30 {
  background-image: linear-gradient(90deg, #041223, #0000), url('../images/novo-banner-de-portas-abertas.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  line-height: 1.25px;
}

.container-3 {
  z-index: 2;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9.72em;
  padding-right: 9.72em;
  position: relative;
}

.container-3.perspective {
  perspective: 40em;
  text-align: center;
}

.paragraph-3 {
  color: #fff;
  text-align: left;
  line-height: 25px;
}

.bold-text-2 {
  font-family: Muli, sans-serif;
  font-size: 1rem;
  line-height: 36;
}

.contact-us-card-text-wrapper {
  z-index: 2;
  grid-column-gap: 2.22em;
  grid-row-gap: 2.22em;
  flex-direction: column;
  max-width: 29.86em;
  display: flex;
  position: relative;
}

.social-icon-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.social-icon-2 {
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 14px;
  display: flex;
}

.image-11 {
  max-width: 200%;
}

.section-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 999px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: -165px;
  margin-bottom: 40px;
  padding-top: 20px;
  display: flex;
  overflow: visible;
}

.image-12 {
  width: 100%;
  height: 2px;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.image-12._2 {
  inset: 0% 0% auto;
}

.image-13 {
  height: 24px;
  margin-right: 12px;
}

.main-wrapper-2 {
  width: 100%;
  height: 100vh;
}

.column-2 {
  -webkit-text-stroke-color: var(--white);
  background-image: url('../images/confetti_1confetti.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 80%;
  border-right: 1px #161616;
  flex-direction: column;
  justify-content: center;
  width: auto;
  margin-right: 0;
  display: flex;
}

.column-2.last {
  border: 1px #000;
  border-left: 0 #fff0;
}

._3-columns {
  grid-column-gap: 0px;
  border-left: 0 #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.section-5 {
  background-color: #fff;
  border: 1px solid #080808;
  border-left: 0 solid #fff0;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 88%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.info-container {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-10 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.heading {
  color: #fbf9fc;
  text-align: center;
  margin-bottom: 8px;
  font-size: 130px;
}

.heading.tips {
  color: #000;
  text-align: center;
  letter-spacing: -5px;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: none;
  background-position: 0 0;
  background-clip: border-box;
  font-size: 130px;
}

.heading.followers {
  text-align: center;
}

.text {
  border-top: 1px #f4f5f6;
  font-family: Muli, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.large-numbers {
  color: var(--primary-color);
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.heading-flex {
  grid-column-gap: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.number-content {
  width: auto;
  padding-right: 40px;
}

.green-number {
  color: #fbf9fc;
  text-align: center;
  margin-bottom: 8px;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.green-number.experience, .green-number.projects, .green-number.clients, .green-number.partners {
  color: var(--heading);
  font-family: Muli, sans-serif;
}

.number-wrap {
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.section-6 {
  background-image: none;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Muli, sans-serif;
}

.heading-line {
  font-size: .75em;
  display: block;
  overflow: hidden;
}

.contact-us-card-column {
  grid-column-gap: 1.67em;
  grid-row-gap: 1.67em;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.underline-p {
  text-decoration: underline;
}

.button-5 {
  box-sizing: border-box;
  transform-origin: 100% 100%;
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #f15c00;
  background-image: linear-gradient(138deg, #f15c00, #fa8702);
  border-top-left-radius: 3em;
  border-top-right-radius: 3em;
  border-bottom-left-radius: 3em;
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 40px;
  padding: 2.08em 2.92em;
  font-weight: 600;
  line-height: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-5.submit {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 26px;
  transition: opacity .2s;
  display: none;
}

.two-column-wrapper {
  grid-column-gap: 2.78em;
  grid-row-gap: 2.78em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.two-column-wrapper.margin-top-56 {
  margin-top: 3.89em;
}

.phone-link {
  font-size: 1.67em;
  font-weight: 600;
  line-height: 1.1em;
}

.column-3 {
  grid-column-gap: 2.22em;
  grid-row-gap: 2.22em;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.column-3.allign-top {
  justify-content: flex-start;
}

.contact-form-field {
  background-color: #e5e5ea;
  border: 2px solid #e5e5ea;
  border-radius: .83em;
  margin-bottom: 0;
  padding: 1.71em 1.11em;
  font-size: 1.11em;
  transition: all .2s;
}

.contact-form-field:focus {
  border: 2px solid #ff5433;
}

.contact-form-field::placeholder {
  color: #000;
}

.contact-form-succes {
  text-align: left;
  background-color: #0000;
  margin-top: -1em;
  padding: 0;
}

.contact-us-page-card-text-wrapper {
  z-index: 2;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.contact-us-page-card-text-wrapper.horizontal {
  grid-column-gap: 15em;
  grid-row-gap: 15em;
  flex-direction: row;
}

.max-width-30em {
  max-width: 30em;
}

.contact-us-cards-wrapper {
  grid-column-gap: 2.78em;
  grid-row-gap: 2.78em;
  perspective: 40em;
  flex-wrap: wrap;
  margin-top: 5.56em;
  display: flex;
}

.contact-us-card-columns {
  grid-column-gap: 4.2em;
  grid-row-gap: 4.2em;
  display: flex;
}

.contact-us-card-text-top {
  grid-column-gap: 1.11em;
  grid-row-gap: 1.11em;
  flex-direction: column;
  display: flex;
}

.contact-us-card-info-block {
  grid-column-gap: .56em;
  grid-row-gap: .56em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.laba-logo {
  width: 15.5em;
}

.succes-message-text {
  font-size: 4em;
  font-weight: 600;
  line-height: 1.2em;
}

.contact-form {
  grid-column-gap: 1.67em;
  grid-row-gap: 1.67em;
  flex-direction: column;
  display: flex;
}

.one99-logo {
  width: 9.79em;
}

.container-4 {
  z-index: 2;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9.72em;
  padding-right: 9.72em;
  position: relative;
}

.contact-us-page-card {
  border-radius: 1.39em;
  padding: 3.06em 3.33em;
  position: relative;
  overflow: hidden;
}

.contact-us-page-card.is-2 {
  background-image: linear-gradient(to right, #c8338a, #f8336b 53%, #a9339e);
  width: 100%;
  height: auto;
  display: none;
}

.contact-us-page-card.is-1 {
  background-image: linear-gradient(56deg, #000, #0000), url('../images/peça-2---linkedin-feed-1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  height: 30em;
  padding-bottom: 1em;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.color-neutral-300 {
  color: #eff0f6;
}

.success-message {
  color: #4a3aff;
  background-color: #f3f2ff;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.text-area {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  min-height: 144px;
  margin-bottom: 40px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.text-area:hover {
  border-color: var(--primary-color);
  box-shadow: 0 2px 12px #14142b1a;
}

.text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.half-bg-image-right {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.half-bg-image-right.width-46 {
  width: 46%;
}

.half-bg-image-right.width-46.contact-v10 {
  background-image: url('../images/contact-pattern-brix-templates.svg');
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.section-7 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-7.position-relative {
  background-color: #f8f8f8;
  flex-flow: column;
  display: flex;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.contact-v10 {
  grid-column-gap: 0px;
  grid-template-columns: .95fr 1fr;
}

.grid-2-columns.form {
  grid-row-gap: 28px;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  font-family: Muli, sans-serif;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.btn-primary {
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.input {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 20px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.input:hover {
  border-color: var(--primary-color);
  box-shadow: 0 2px 12px #14142b1a;
}

.input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.mg-bottom-40px {
  margin-bottom: 40px;
  font-family: Muli, sans-serif;
}

.heading-6, .field-label, .field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  font-family: Muli, sans-serif;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.text-center-2 {
  text-align: center;
}

.inner-container._460px {
  max-width: 460px;
}

.inner-container._752px.center {
  max-width: 752px;
}

.half-bg-bottom {
  z-index: -1;
  background-color: #f7f7fc;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.text-200 {
  line-height: 20px;
}

.text-200.bold {
  color: var(--primary-color);
  font-weight: 700;
}

.text-200.color-neutral-600.mg-bottom-8px {
  color: var(--primary-color);
}

.social-icon-square {
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  color: #fff;
  background-color: #4a3aff;
}

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: end;
  justify-items: end;
}

.mg-bottom-48px {
  margin-bottom: 48px;
  font-family: Muli, sans-serif;
}

.social-icon-font {
  line-height: 21px;
}

.card-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-2.form {
  min-height: 620px;
  margin-bottom: 0;
  padding: 72px 40px;
}

.card-2.form.pd-sides-78px {
  padding-left: 78px;
  padding-right: 78px;
}

.square-icon {
  border-radius: 16px;
}

.card-link-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f7f7fc;
  border-radius: 99999px;
  align-items: center;
  padding: 14px 18px;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px #14142b0f;
}

.card-link-icon:hover {
  border-color: var(--primary-color);
  transform: scale3d(.96, .96, 1.01);
}

.subtitle {
  color: var(--primary-color);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Muli, sans-serif;
  font-weight: 700;
  line-height: 20px;
}

.div-block-31 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Muli, sans-serif;
  display: flex;
}

.heading-7 {
  font-family: Muli, sans-serif;
}

.field-label-6, .field-label-7, .field-label-8, .field-label-9, .field-label-10 {
  text-align: left;
}

.form-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  font-family: Muli, sans-serif;
  display: block;
}

.image-14 {
  border-radius: 99px;
}

.paragraph-4 {
  margin-bottom: 40px;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 40px;
}

.div-block-32 {
  color: var(--primary-color);
  -webkit-text-stroke-color: var(--primary-color);
}

@media screen and (min-width: 1440px) {
  .column-2 {
    background-image: linear-gradient(#080808, #0000 20%), url('../images/confetti_1confetti.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 80%;
    border-right-color: #161616;
    position: relative;
  }

  .section-5 {
    height: 88%;
  }

  .text-block-10 {
    font-size: 18px;
  }

  .heading.tips {
    margin-bottom: 8px;
    font-size: 140px;
  }

  .heading.followers {
    font-size: 140px;
  }

  .heading.clones {
    text-align: center;
    font-size: 140px;
  }

  .grid-2-columns.contact-v10 {
    grid-template-columns: .85fr 1fr;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: var(--white-smoke);
  }

  .nav-btn {
    display: none;
  }

  .hero-heading {
    font-size: 2.6rem;
    line-height: 3.5rem;
  }

  .hero-paragrah {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .hero-cta-btn {
    padding: .75rem 1.5rem;
  }

  .section.hero-bg-color {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .voice-info-content-wrapper {
    grid-column-gap: 3rem;
    align-items: flex-start;
  }

  .voice-artist-heading {
    grid-column-gap: 4rem;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  .voice-heading {
    flex: none;
    max-width: 18ch;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .voice-desc {
    flex: none;
    align-self: auto;
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.3;
  }

  .voice-image {
    max-width: 350px;
  }

  .icon-box-wrapper {
    grid-column-gap: 1rem;
    place-content: stretch;
    place-items: stretch stretch;
  }

  .feature-text {
    font-size: .9rem;
  }

  .icon-feature-decs {
    font-size: .7rem;
    line-height: 1rem;
  }

  .episodes-heading {
    margin-top: 0;
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .episodes-cards-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .episode-card-heading, .episode-card-time {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .episode-card-image {
    width: auto;
  }

  .all-episodes {
    padding-top: .5375rem;
    padding-bottom: .5375rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .all-episodes-wrapper {
    margin-top: 2rem;
  }

  .pricing-heading {
    margin-top: 0;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .pricing-cards-wrapper {
    grid-row-gap: 1.875rem;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .pricing-card {
    width: 100%;
    max-width: 22rem;
  }

  .popular-podcast-image {
    display: none;
  }

  .cta-content-wrapper {
    justify-items: stretch;
    display: flex;
  }

  .cta-images-left {
    grid-template-columns: 1fr;
    place-items: center stretch;
  }

  .cta-image-right {
    grid-template-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
  }

  .cta-content-heading {
    font-size: 2.5rem;
  }

  .cta-content-paragraph {
    font-size: 1rem;
  }

  .form {
    justify-content: center;
  }

  .text-field {
    width: 100%;
  }

  .subscribe-button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    left: 42%;
  }

  .podcaster-slider-wrapper {
    flex: 0 auto;
    align-self: auto;
    max-width: 35rem;
  }

  .podcaster-content {
    margin-left: 10px;
  }

  .voice-desc-wrapper {
    flex: 1;
  }

  .image-8, .image-9 {
    display: none;
  }

  .nav-btn-wrapper {
    flex: 0 auto;
  }

  .nav-menu {
    background-color: var(--primary-color);
    top: 79.987px;
  }

  .next-podcast {
    transition-property: opacity;
  }

  .next-podcast:hover {
    opacity: .8;
    transform: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .pause.el-hidden {
    transition-property: opacity;
  }

  .pause.el-hidden:hover {
    opacity: .8;
    transform: none;
  }

  .previous-podcast {
    transition-property: opacity;
  }

  .previous-podcast:hover {
    opacity: .8;
    transform: none;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .play {
    transition-property: opacity;
    transform: none;
  }

  .play:hover {
    opacity: .79;
    transform: none;
  }

  .podcast-tabs-content {
    min-height: 32rem;
    margin-right: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .howitworks-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .iphone-mockup.is-second {
    width: 300px;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .section-home {
    max-height: none;
  }

  .home-component {
    grid-template-columns: 1fr;
  }

  .column.left {
    height: auto;
    position: static;
  }

  .footer-links {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .footer {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-card-02 {
    width: 100%;
    margin-bottom: 20px;
  }

  .pricing-card-02.central {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-div-02 {
    flex-direction: column;
  }

  .tabs-section-03, .team-section-01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ipad-screen {
    border-radius: 7px;
  }

  .section-3.shapes {
    padding-top: 11.11em;
  }

  .container-2 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .contact-us-card {
    padding: 4.88em 3em;
  }

  .contact-us-card-heading {
    font-size: 3.5em;
  }

  .contact-us-card-blick {
    display: none;
  }

  .container-3 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .contact-us-card-text-wrapper {
    max-width: 65%;
  }

  .text {
    font-size: 16px;
    line-height: 22px;
  }

  .number-wrap {
    justify-content: space-between;
  }

  .contact-us-card-column {
    justify-content: flex-start;
  }

  .button-5.submit {
    font-size: 3.5vw;
  }

  .two-column-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-form-field {
    font-size: 1.2em;
  }

  .contact-form-succes {
    margin-top: 0;
  }

  .contact-us-page-card-text-wrapper {
    grid-column-gap: 10em;
    grid-row-gap: 10em;
  }

  .max-width-30em {
    max-width: 100%;
  }

  .contact-us-card-columns {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .container-4 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .contact-us-page-card.is-2 {
    height: auto;
  }

  .contact-us-page-card.is-1 {
    width: 100%;
    height: auto;
  }

  .half-bg-image-right {
    width: 100%;
    height: 100%;
    min-height: 600px;
    margin-top: 60px;
    position: static;
    inset: auto 0% 0%;
  }

  .half-bg-image-right.width-46 {
    width: 100%;
  }

  .half-bg-image-right.width-46.contact-v10 {
    background-position: 50% 0;
    height: 520px;
    margin-top: 56px;
    position: static;
  }

  .section-7 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .grid-2-columns.contact-v10 {
    grid-template-columns: 1fr;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .social-media-grid-top.right {
    grid-column-gap: 10px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .card-2.form {
    padding: 54px 32px;
  }

  .card-2.form.pd-sides-78px {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero-content-wrapper {
    align-items: start;
  }

  .link-block {
    margin-left: 1rem;
  }

  .hero-text-link {
    margin-left: .25rem;
    font-size: .8rem;
  }

  .hero-heading {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .hero-paragrah {
    margin-bottom: 1.5rem;
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .hero-cta-btn {
    padding: .5rem 1rem;
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .section, .section.hero-bg-color {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .voice-info-content-wrapper, .voice-artist-heading {
    display: block;
  }

  .voice-heading {
    margin-bottom: 20px;
  }

  .voice-desc {
    line-height: 1.5;
  }

  .voice-image {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .episodes-cards-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .episode-card {
    max-width: 100%;
  }

  .popular-podcast-heading {
    font-size: 20px;
    line-height: 24px;
  }

  .popular-podcast-text {
    font-size: .8rem;
    line-height: 1rem;
  }

  .podcast-inner-wrapper {
    grid-column-gap: .5rem;
    padding-left: .5rem;
  }

  .podcast-image-wrapper {
    margin-right: .5rem;
  }

  .top-podcaster-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .cta-images-left, .cta-image-right {
    display: none;
  }

  .cta-content-heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .cta-content-paragraph {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .footer-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1rem 20px;
    display: grid;
  }

  .podcaster-slider-wrapper {
    flex: 0 auto;
    align-self: center;
    max-width: 65%;
  }

  .podcaster-content {
    display: none;
  }

  .arrow.bg-blue {
    top: 271px;
    left: 106%;
  }

  .image-10 {
    display: none;
  }

  .menu-button.w--open {
    background-color: var(--primary-color);
  }

  .div-block-28 {
    margin-bottom: 16px;
  }

  .podcast-tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    order: -1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: 100%;
    height: 7rem;
    margin-bottom: 1rem;
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: grid;
    overflow: auto;
  }

  .podcast-list-title {
    display: none;
  }

  .podcast-component {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .podcast-tab-link {
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    margin-top: .25rem;
    margin-bottom: .25rem;
    padding: .25rem;
  }

  .podcast-tab-link:hover {
    transform: none;
  }

  .podcast-number {
    font-size: 1rem;
  }

  .podcast-actions {
    flex-direction: column;
  }

  .podcast-tabs {
    flex-direction: column;
    align-items: center;
  }

  .podcast-content {
    min-height: 40rem;
  }

  .heading-style-h2 {
    font-size: 3rem;
  }

  .page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .play-indicator, .podcast-list-time {
    display: none;
  }

  .podcast-list-img {
    width: 3.5rem;
    height: 3.5rem;
  }

  .podcast-tabs-content {
    align-self: center;
    width: 88%;
    min-height: auto;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-minuslarge {
    margin-top: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .howitworks-content {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .howitworks-component {
    grid-template-columns: 1fr;
  }

  .image-2 {
    width: 100%;
  }

  .section-howitworks {
    overflow: hidden;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .iphone-mockup {
    width: 40%;
  }

  .iphone-mockup.is-second {
    order: 1;
    width: 52%;
  }

  .howitworks-mobile {
    display: block;
  }

  .howitworks-iphone-wrapper {
    display: none;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .card {
    padding: 2rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-div-02 {
    grid-template-columns: 1fr;
  }

  .team-grid-01 {
    grid-template-columns: 1fr 1fr;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .wow-animation {
    font-size: .7em;
  }

  .ipad-screen {
    border-radius: 6px;
  }

  .section-3, .section-3.shapes {
    padding-top: 8em;
  }

  .contact-us-card {
    background-image: url('../images/contact-us-2.jpg');
    background-position: 50% 60%;
    padding-bottom: 30em;
  }

  .button-text.is-larger {
    font-size: 1.8em;
  }

  .button-4 {
    width: 100%;
  }

  .contact-us-card-text-wrapper {
    max-width: 100%;
  }

  .column-2 {
    background-image: none;
    background-position: 0 0;
    border-bottom: 1px solid #282729;
    border-right-style: none;
    flex-direction: column;
    height: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  ._3-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-5 {
    align-items: center;
    height: 68%;
    padding-top: 0;
    padding-bottom: 0;
    overflow: auto;
  }

  .heading, .heading.tips {
    font-size: 100px;
  }

  .number-content {
    text-align: center;
  }

  .green-number {
    font-size: 54px;
    line-height: 60px;
  }

  .number-wrap {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .button-5 {
    width: 100%;
  }

  .contact-us-page-card-text-wrapper {
    grid-column-gap: 5.5em;
    grid-row-gap: 5.5em;
  }

  .contact-us-page-card-text-wrapper.horizontal {
    grid-column-gap: 7em;
    grid-row-gap: 7em;
    flex-direction: column;
    align-items: center;
  }

  .contact-us-card-columns {
    flex-direction: column;
  }

  .succes-message-text {
    font-size: 3em;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .text-area {
    border-radius: 18px;
  }

  .half-bg-image-right.width-46.contact-v10 {
    height: 309px;
  }

  .section-7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .mg-bottom-40px {
    margin-bottom: 24px;
  }

  .mg-bottom-64px {
    margin-bottom: 48px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .card-2.form {
    padding: 56px 32px;
  }

  .card-2.form.pd-sides-78px {
    padding-left: 32px;
    padding-right: 32px;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }
}

@media screen and (max-width: 479px) {
  .hero-content-wrapper {
    display: block;
  }

  .hero-left-wrapper {
    margin-bottom: 40px;
  }

  .section {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: block;
  }

  .section.hero-bg-color {
    padding-top: 8rem;
    padding-bottom: 1.5rem;
  }

  .episodes-heading {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .episodes-cards-wrapper {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .pricing-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .podcast-inner-wrapper {
    margin-top: 2rem;
    padding-right: .5rem;
  }

  .podcast-image-wrapper {
    display: none;
  }

  .top-podcaster-wrapper {
    margin-bottom: 100px;
  }

  .cta-content-heading {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .subscribe-button {
    padding: 1rem;
    top: -62px;
    left: 25%;
  }

  .footer-wrapper {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .podcaster-slider-wrapper {
    max-width: 100%;
  }

  .arrow.left {
    bottom: -23%;
    left: 14%;
  }

  .arrow.bg-blue {
    bottom: -60%;
    left: 66%;
  }

  .podcatser-slider-card {
    max-width: 90%;
    overflow: hidden;
  }

  .podcaster-card-button {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .div-block-2 {
    max-width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .podcast-player {
    z-index: 10;
  }

  .podcast-actions {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .particles-absolute.pa-3, .particles-absolute.pa-13 {
    display: none;
  }

  .audio-player-bar-wrapper.bar-wrapper {
    width: 100%;
  }

  .podcast-content {
    min-height: 28rem;
  }

  .page-padding {
    padding-top: 220px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .howitworks-content-iphone {
    padding-top: 4rem;
  }

  .podcast-cover {
    width: 50%;
    margin-left: auto;
  }

  .text-size-large._4 {
    width: 50%;
  }

  .column.left {
    min-height: auto;
  }

  .card {
    padding: 1.5rem;
  }

  .button-2.is-icon.podcast-img {
    width: 40rem;
    height: 4rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-2 {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .section-2._2 {
    flex-flow: column;
  }

  .section-2.class {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: -53px;
  }

  .text-block-3 {
    flex-flow: row;
    display: block;
  }

  .big-price {
    font-size: 40px;
    line-height: 50px;
  }

  .tabs-menu-03 {
    flex-flow: column;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .team-member-image-01, .team-member-image-01.bill {
    height: 200px;
  }

  .bold-text {
    font-size: 2rem;
  }

  ._3d-tablet-wrap {
    perspective-origin: 50% 0;
  }

  .ipad-screen {
    border-radius: 4px;
  }

  .html-embed {
    width: 22%;
  }

  .div-block-29 {
    background-image: linear-gradient(#000, #000000c4), url('../images/De-portas-abertas.png');
    background-position: 0 0, 100% 0;
    background-size: auto, cover;
    height: 200px;
    padding-top: 10.3em;
    padding-bottom: 50em;
  }

  .contact-us-card {
    background-image: radial-gradient(circle, #000, #fff);
    padding-bottom: 34.9em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .text-block {
    font-size: 8vw;
  }

  .button-text {
    line-height: 1em;
  }

  .text-size-regular.is-free-trial {
    font-size: 1.5em;
  }

  .div-block-3 {
    background-image: linear-gradient(27deg, #ecf4ff00, #01bcfd 0% 41%, #0059ff);
    border-radius: 3em 3em 0 0;
  }

  .button-4 {
    padding-left: 1.92em;
    padding-right: 1.92em;
    font-size: 3.1vw;
  }

  .button-4.black {
    width: 100%;
  }

  .div-block-30 {
    background-image: url('../images/novo-banner-de-portas-abertas.png');
    background-position: 0 0;
    background-size: cover;
    height: 24%;
    margin-bottom: 0;
    padding-bottom: 8em;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 3vw;
  }

  .container-3.perspective {
    padding-top: 45%;
  }

  .paragraph-3 {
    font-size: 1rem;
  }

  .bold-text-2 {
    font-size: 32px;
  }

  .social-icon-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .section-4 {
    margin-top: -78px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-13 {
    height: 16px;
    margin-right: 8px;
  }

  .column-2 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .section-5 {
    height: 72%;
    overflow: auto;
  }

  .text-block-10 {
    font-size: 14px;
  }

  .heading, .heading.tips {
    font-size: 80px;
  }

  .number-content {
    width: auto;
  }

  .green-number {
    font-size: 40px;
  }

  .number-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 105px;
    display: flex;
  }

  .heading-line {
    color: #041223;
    font-size: .75em;
    font-weight: 600;
  }

  .button-5 {
    padding-left: 1.92em;
    padding-right: 1.92em;
    font-size: 3.1vw;
  }

  .button-5.submit {
    font-size: 4.5vw;
  }

  .contact-form-field {
    font-size: 1.4em;
  }

  .contact-us-page-card-text-wrapper {
    grid-column-gap: 7.25em;
    grid-row-gap: 7.25em;
  }

  .contact-us-page-card {
    padding-left: 2em;
    padding-right: 2em;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .text-area {
    width: 99%;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-7 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .grid-2-columns.form {
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .mg-bottom-64px {
    margin-bottom: 40px;
  }

  .social-icon-square {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .social-media-grid-top.right.center-mbp {
    place-content: center;
    justify-items: center;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .card-2.form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .card-2.form.pd-sides-78px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .square-icon.mg-right-16px.mg-bottom-16px-mb {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .card-link-icon {
    text-align: center;
    border-radius: 40px;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }
}

#w-node-_9b291f71-9eff-c8f7-d32b-6cc4ad1cdf06-3647def6, #w-node-_9fa63e29-bdec-efea-391f-4fa588ba4a31-3647def6, #w-node-_9b291f71-9eff-c8f7-d32b-6cc4ad1cdf26-3647def6, #w-node-_0f96aa2a-28d9-3b77-873f-b418cd549de7-3647def6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f96aa2a-28d9-3b77-873f-b418cd549de8-3647def6 {
  justify-self: start;
}

#w-node-_0f96aa2a-28d9-3b77-873f-b418cd549de9-3647def6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0f96aa2a-28d9-3b77-873f-b418cd549df0-3647def6, #w-node-_0f96aa2a-28d9-3b77-873f-b418cd549e05-3647def6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc2a88b1-6c6b-a7d3-84ef-aff75cba1f44-3647def6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cc2a88b1-6c6b-a7d3-84ef-aff75cba1f48-3647def6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_631219cb-b4b0-2096-057b-d6db6413079e-3647def6 {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cc2a88b1-6c6b-a7d3-84ef-aff75cba1f44-3647def6 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Muli';
  src: url('../fonts/muli.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}