.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 {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  text-align: left;
  letter-spacing: -2px;
  border-left: 1px #000;
  margin-bottom: 4rem;
  padding: 0 0;
  font-family: Cabin, sans-serif;
  font-size: 2.75rem;
  line-height: 1.3;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

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

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-family: Cabin, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  transition: opacity .2s;
}

.text-rich-text {
  text-align: left;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
  font-family: Cabin, sans-serif;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-regular {
  font-family: Cabin, sans-serif;
  font-size: 1.125rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

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

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

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

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-section-large.episodios {
  padding-top: 24rem;
}

.padding-section-large.bio {
  padding-top: 8rem;
  padding-bottom: 0;
}

.padding-section-large.header {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-family: Cabin, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-family: Cabin, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  color: #000;
  font-family: Cabin, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.container-large.header {
  max-width: 64rem;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper.interna {
  background-image: linear-gradient(#4312d4, #7818f8 49%, #762ce6);
  overflow: hidden;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-navbar4-button {
  z-index: 1;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.newsletter {
  color: #4312d4;
  background-color: #fff;
  font-family: Cabin, sans-serif;
}

.button.busca-header {
  grid-column-gap: 1rem;
  color: #5b5758;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #5b5758;
  border-radius: 40vw;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
}

.button.is-link {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-family: Cabin, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.home-message_component {
  min-height: 100vh;
  color: #fff;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  width: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  width: 1.75rem;
  height: 1.75rem;
  color: #000;
  background-color: #fff;
  flex: none;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.navbar1_component {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: #fff;
  border-bottom: 1px solid #000;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_container {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: #000;
}

.navbar1_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.dropdown-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.dropdown-icon.is-navbar4 {
  width: 1.5rem;
  height: 1.5rem;
}

.navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: #000;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_menu-button {
  padding: 0;
}

.page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.blogpost01_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blogpost01_breadcrumb {
  width: 100%;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.breadcrumb-link {
  color: #667085;
  font-weight: 500;
  text-decoration: none;
}

.breadcrumb-link.w--current {
  color: #6941c6;
  font-weight: 600;
}

.breadcrumb-divider {
  width: 1rem;
  height: 1rem;
  color: #667085;
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.heading-large {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.blogpost01_content-top {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blogpost01_author-wrapper {
  align-items: center;
  display: flex;
}

.blogpost01_author-image-wrapper {
  margin-right: 1rem;
}

.blogpost01_author-image {
  width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  min-width: 3.5rem;
  object-fit: cover;
  border-radius: 100%;
}

.blogpost01_date-wrapper {
  align-items: center;
  margin-top: .25rem;
  display: flex;
}

.text-divider {
  margin-left: .25rem;
  margin-right: .25rem;
}

.blogpost01_share {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.button-secondary-gray {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button-secondary-gray:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.button-secondary-gray:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-secondary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blogpost01_image-wrapper {
  width: 100%;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.blogpost01_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blogpost01_content {
  margin-bottom: 4rem;
}

.blogpost01_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blogpost01_share-wrapper {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blogpost01_tag-list-wrapper {
  width: 50%;
}

.blogpost01_tag-list {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.badge {
  grid-column-gap: .375rem;
  color: #344054;
  white-space: nowrap;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge.is-primary {
  color: #6941c6;
  background-color: #f9f5ff;
}

.badge.is-indigo {
  color: #3538cd;
  background-color: #eef4ff;
}

.badge.is-pink {
  color: #c11574;
  background-color: #fdf2fa;
}

.blogpost01_divider {
  width: 100%;
  height: 1px;
  max-width: 48rem;
  background-color: #eaecf0;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.header {
  border-bottom: .8vw solid #f8be02;
  justify-content: space-between;
  align-items: center;
}

.logo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.header-content_wrapper {
  grid-column-gap: 4vw;
  align-items: center;
  display: flex;
}

.social-wrapper {
  grid-column-gap: 1rem;
  display: flex;
}

.navbar_header {
  width: 100%;
  min-height: 140px;
  background-color: #fff;
  border-bottom: 10px solid #f8be02;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.navbar_header_container {
  width: 100%;
  height: 100%;
  max-width: 80rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar4_logo-link {
  padding-left: 0;
}

.navbar_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navbar_open_menu {
  height: 100dvh;
  background-color: #5b5758;
  border-top: 10px solid #f8be02;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  transition: height .5s;
  display: flex;
  position: absolute;
  overflow: auto;
}

.navbar4_menu-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -4.5rem;
  display: flex;
}

.navbar4_link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 0;
  padding: .5rem 0;
  font-size: 24px;
  display: inline-block;
  position: static;
}

.navbar4_link.w--current {
  color: #000;
}

.navbar4_menu-dropdown {
  margin-left: 0;
  font-size: 24px;
}

.navbar4_dropdown-toggle {
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 4rem .5rem 0;
}

.navbar4_dropdown-list {
  position: static;
  overflow: hidden;
}

.navbar4_dropdown-list.w--open {
  background-color: #fff;
  position: static;
}

.navbar4_dropdown-link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 1.5rem;
  padding: .5rem 0;
  font-size: 24px;
}

.navbar4_dropdown-link.w--current {
  color: #000;
}

.navbar4_menu-button {
  padding: 0;
}

.navbar4_menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.menu-icon4 {
  width: auto;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-icon4_line-top {
  width: 24px;
  height: 2px;
  background-color: #000;
  padding-bottom: 0;
  padding-right: 0;
}

.menu-icon4_line-middle {
  width: 24px;
  height: 2px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-icon_line-middle-base {
  width: 24px;
  height: 2px;
  background-color: #000;
  position: absolute;
}

.menu-icon4_line-bottom {
  width: 24px;
  height: 2px;
  background-color: #000;
}

.menu-compacto {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.linha1 {
  width: 20px;
  height: 2px;
  background-color: #5b5758;
}

.section_header {
  background-image: url('../images/landing_page_rapport-1.jpg');
  background-position: 50% 34%;
  background-repeat: repeat-x;
  background-size: 100%;
  background-attachment: scroll;
  overflow: hidden;
}

.header_component {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: start;
  display: grid;
}

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

.biografia_image-wrapper {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 10rem;
}

.biografia_image {
  width: auto;
  height: 560px;
}

.section_episodios {
  overflow: hidden;
}

.video-destaque_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.video_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  transition: opacity .2s, width .2s;
  display: grid;
  box-shadow: 0 2px 55px rgba(0, 0, 0, .25);
}

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

.video_card-content {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.icon-embed-xxsmall {
  width: 28px;
  height: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout224_lightbox {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.layout224_lightbox-image {
  object-fit: cover;
}

.lightbox-play-icon {
  z-index: 2;
  width: 64px;
  height: 64px;
  color: #fff;
  position: absolute;
}

.video-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_blog66 {
  overflow: hidden;
}

.blog66_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.blog66_heading {
  flex: 1;
}

.blog66_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog66_button-row.show-mobile-landscape {
  display: none;
}

.episodios_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 7.5rem;
  position: relative;
}

.episodios_mask {
  width: 33.33%;
  overflow: visible;
}

.episodios_slide {
  padding-right: 2rem;
}

.episodio_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
  transition: opacity .2s;
}

.episodio_image-link:hover {
  opacity: .9;
}

.episodio_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 54px rgba(0, 0, 0, .25);
}

.blog66_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog66_meta-wrapper {
  margin-bottom: 1rem;
}

.blog66_category-link {
  background-color: rgba(0, 0, 0, 0);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog66_category-link.w--current {
  border-bottom: 2px solid #000;
}

.episodio_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

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

.episodio_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.episodio_button-wrapper.interna {
  margin-top: 0;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog66_arrow {
  width: 3rem;
  height: 3rem;
  background-color: #f8be02;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blog66_arrow.left {
  background-color: #f8be02;
  right: 4rem;
}

.blog66_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog66_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.header36_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header36_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.header36_image {
  width: 100%;
  height: 100vh;
  max-height: 60rem;
  object-fit: cover;
}

.section_convidados {
  height: 1000px;
  background-image: url('../images/landing_page_rapport-1.jpg');
  background-position: 0 20%;
  background-repeat: no-repeat;
  background-size: auto;
  overflow: hidden;
}

.gallery22_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery22_slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  position: relative;
}

.gallery22_mask {
  width: 33.33%;
  overflow: visible;
}

.gallery22_slide {
  padding-right: 2rem;
}

.gallery22_lightbox-link {
  width: 100%;
}

.gallery22_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.gallery22_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery22_arrow {
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gallery22_arrow.is-left {
  right: 4rem;
}

.gallery22_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery22_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slider {
  margin-bottom: 4em;
  position: relative;
  overflow: visible;
}

.swiper.first-swiper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.swiper-wrapper.first-swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.swiper-slide {
  color: rgba(255, 255, 255, .5);
  border-radius: 20px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.slide {
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.slide-content {
  z-index: 2;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 3em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.location {
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.text-f-13 {
  color: #000;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1;
}

.text-f-13.all-caps {
  letter-spacing: .15em;
  text-transform: uppercase;
}

.text-f-13.all-caps.light-grey-font {
  color: rgba(255, 255, 255, .6);
}

.title-convidado {
  color: #eee;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabin, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
}

.slide-divider {
  width: 4em;
  height: .1em;
  background-color: #f8be02;
  margin-top: 2em;
}

.slide-img-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0%, rgba(209, 124, 249, .4) 0%, rgba(66, 18, 211, .4));
  display: block;
  position: absolute;
}

.slide-img {
  z-index: 0;
  width: 100%;
  object-fit: cover;
}

.carousel-arrows {
  z-index: 4;
  width: 100%;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: end;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.carousel-arrow-w {
  height: 100%;
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.carousel-arrow-w.arrow-previous {
  margin-left: 2em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.carousel-arrow-w.arrow-next {
  margin-right: 2em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.carousel-arrow {
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  position: relative;
}

.carousel-arrow.arrow-next {
  margin-right: 2em;
  padding-left: 0;
  padding-right: 1em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.carousel-arrow-icon {
  z-index: 10;
  width: auto;
  height: 1.25em;
  flex: none;
  justify-content: center;
  align-items: center;
  position: relative;
}

.carousel-arrow-oval {
  z-index: 3;
  width: 3.25em;
  height: 3.25em;
  background-color: #f8be02;
  border-radius: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.carousel-arrow-oval.next-arrow {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gradient-bg {
  z-index: -1;
  width: auto;
  height: 175%;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_parceiros {
  background-color: #eee;
}

.section_parceiros.interna {
  max-width: 80rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.logo1_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.logo1_logo {
  max-height: 3.5rem;
}

.section_cta30 {
  position: relative;
}

.cta30_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, .6);
}

.form-input::placeholder {
  color: rgba(255, 255, 255, .6);
}

.text-link {
  color: #fff;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.success-text {
  font-weight: 600;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.cta30_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta30_background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_newsletter {
  color: #fff;
  background-image: linear-gradient(#4312d4 39%, #762ce6);
  position: relative;
}

.section_newsletter.interna {
  background-image: linear-gradient(#762ce6, #4312d4);
}

.cta26_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.hero-img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  position: absolute;
  top: -60px;
  left: -100px;
  box-shadow: 0 2px 55px rgba(0, 0, 0, .2);
}

.hero-img2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 15px;
  position: absolute;
  top: 70px;
  left: 150px;
  box-shadow: 0 10px 40px 20px rgba(0, 0, 0, .25);
}

.hero_text-wrapper {
  width: 80%;
  margin-top: -20px;
  padding-left: 2.5rem;
}

.section_bio {
  height: 500px;
  background-color: #eee;
  position: relative;
}

.section_episodio_destaque {
  height: 661px;
  background-image: url('../images/fundo-purple.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  overflow: visible;
}

.video_imaeg-link {
  width: 100%;
}

.video_imaeg-link:hover {
  opacity: .9;
}

.video_image-wrapper {
  width: 100%;
  height: 583px;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.video_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block {
  color: #000;
  font-family: Cabin, sans-serif;
}

.text-block:hover {
  text-decoration: underline;
}

.video_title-link {
  color: #000;
  text-decoration: none;
}

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

.episodios_title-wrapper {
  height: 176px;
  background-image: url('../images/episodios_icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  align-items: center;
  padding-left: 2rem;
  display: flex;
}

.profissao-convidado {
  color: #fff;
  text-transform: uppercase;
  font-family: Cabin, sans-serif;
  font-weight: 700;
}

.hero_image-wrapper {
  width: 450px;
  height: 450px;
  position: relative;
}

.logo-wrapper {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.logo-text {
  text-align: center;
  font-family: Cabin, sans-serif;
  font-size: .75rem;
}

.text-row {
  grid-column-gap: 150px;
  display: flex;
}

.logo-row {
  grid-column-gap: 80px;
  display: flex;
}

.body {
  background-color: #fff;
}

.link-block {
  cursor: pointer;
}

.header-wrapper {
  height: 140px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_menu {
  background-color: #5b5758;
}

.nav-wrapper {
  grid-column-gap: 1rem;
  justify-content: space-between;
  padding-top: 2vw;
  padding-bottom: 2vw;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  display: flex;
  overflow: hidden;
}

.nav-wrapper.footer {
  grid-column-gap: 6vw;
  grid-row-gap: 1vw;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nav-link {
  color: #fff;
  flex: none;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.nav-link:hover {
  color: #f2e7c3;
  text-decoration: none;
}

.nav-link.footer {
  font-size: 1.75rem;
  font-weight: 500;
}

.footer {
  color: #fff;
  background-color: #5b5758;
}

.footer_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_logo-link {
  padding-left: 0;
}

.footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.footer4_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.footer_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
}

.footer_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  justify-items: start;
  display: flex;
}

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

.footer_legal-link {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.footer-bottom-links {
  grid-column-gap: 1rem;
  display: flex;
}

.jupiter-logo {
  width: 10vw;
}

.footer_search-wrapper {
  grid-column-gap: 2rem;
  background-color: #fff;
  padding: 1rem;
  display: flex;
}

.footer_nav-wrapper {
  grid-column-gap: 6vw;
  grid-row-gap: 1vw;
  color: #fff;
  background-color: #5b5758;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2vw;
  padding-bottom: 2vw;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  display: flex;
}

.header-logo {
  width: 100%;
  margin-right: -110px;
}

.button-search-text {
  font-family: Cabin, sans-serif;
}

.hero-text {
  font-family: Cabin, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}

.biografia_component {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  display: grid;
}

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

.slider-2 {
  margin-bottom: 4em;
  position: relative;
  overflow: visible;
}

.swiper-slide-2 {
  color: rgba(255, 255, 255, .5);
  border-radius: 20px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.slide-2 {
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.slide-content-2 {
  z-index: 2;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 3em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-2 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1;
}

.slide-img-2 {
  z-index: 0;
  object-fit: cover;
}

.carousel-arrow-right {
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  display: flex;
  position: relative;
}

.carousel-arrow-right.arrow-next {
  margin-right: 2em;
  padding-left: 0;
  padding-right: 1em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.header_entrevista_component {
  padding-top: 8rem;
}

.header18_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.header16_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.header18_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.header18_lightbox {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.header18_lightbox-image {
  object-fit: cover;
}

.galeria_video-wrapper {
  width: 100%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.galeria_video-thumbnail {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.galeria_video-thumbnail__image {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ovo-play {
  position: absolute;
  top: 40%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.ovo-borda {
  position: absolute;
}

.video-title {
  z-index: 2;
  color: #ff4e70;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 4.4375rem;
  line-height: 1;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

.video-title.orange {
  color: #f58662;
}

.galeria_video-embed {
  z-index: 0;
  opacity: 0;
  background-image: none;
  position: relative;
}

.blog-post3-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blog-post3-header_title-wrapper {
  flex-direction: column;
  display: flex;
}

.blog-post3-header_breadcrumb {
  width: 100%;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.blog-post3-header_content-top {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blog-post3-header_author-wrapper {
  align-items: center;
  margin-bottom: 2rem;
}

.blog-post3-header_author-text {
  display: flex;
}

.blog-post3-header_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blog-post-header3_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog-post3-header_share-wrapper {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-post3-header_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.blog-post3-header_social-link {
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: .25rem;
}

.blog-post3-header_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.blog-post3-header_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog-post3-header_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-post3-content_content {
  margin-bottom: 4rem;
}

.blog-post3-content_content-bottom {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.blog-post3-content_share-wrapper {
  width: 50%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-post3-content_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.blog-post3-content_social-link {
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: .25rem;
}

.blog-post3-content_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.blog-post3-content_tag-list-wrapper {
  width: 50%;
}

.blog-post3-content_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.blog-post3-content_tag-item {
  background-color: #f4f4f4;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post3-content_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.blog-post3-content_divider {
  width: 100%;
  height: 1px;
  max-width: 48rem;
  background-color: #000;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.blog-post3-content_author-wrapper {
  align-items: center;
  display: flex;
}

.blog-post3-content_author-image-wrapper {
  margin-right: 1rem;
}

.blog-post3-content_author-image {
  width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  min-width: 3.5rem;
  object-fit: cover;
  border-radius: 100%;
}

.blog-post3-newsletter_component {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.blog-post3-newsletter_content {
  flex: 1;
}

.blog-post3-newsletter_form {
  max-width: 30rem;
  margin-bottom: 0;
}

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.blog-post3-related_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.blog-post3-related_heading {
  flex: 1;
}

.blog-post3-related_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-post3-related_button-row.mobile-landscape {
  display: none;
}

.blog-post3-related_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-post3-related_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog-post3-related_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog-post3-related_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-post3-related_meta-wrapper {
  margin-bottom: 1rem;
}

.blog-post3-related_category-link {
  background-color: #f4f4f4;
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post3-related_category-link.w--current {
  border-bottom: 2px solid #000;
}

.text-inline {
  display: inline;
}

.blog-post3-related_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog-post3-related_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.footer1_logo-link {
  padding-left: 0;
}

.footer1_form_component {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.footer1_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

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

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer1_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.entrevista_content-wrapper {
  background-color: #fff;
  flex-direction: column;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.section_gallery14 {
  overflow: hidden;
}

.gallery_component {
  margin-bottom: 4rem;
}

.gallery14_slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
}

.gallery14_mask {
  overflow: visible;
}

.gallery14_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery14_image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.gallery14_image-wrapper:focus {
  opacity: .5;
}

.gallery14_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery14_arrow {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery14_arrow.hide-mobile-landscape.left {
  border-color: #fff;
  margin-left: 30px;
}

.gallery14_arrow.hide-mobile-landscape.right {
  border-color: #fff;
  margin-right: 30px;
}

.gallery14_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery14_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.entrevista_content-text {
  justify-content: flex-end;
  padding-right: 150px;
  display: flex;
}

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

.max-width-text {
  width: 100%;
  max-width: 38rem;
}

.section_relacionados {
  height: 1000px;
  background-color: #eee;
  overflow: hidden;
}

.section_outros_episodios {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  overflow: hidden;
}

.blog67_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.blog67_heading {
  flex: 1;
}

.blog67_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog67_button-row.show-mobile-landscape {
  display: none;
}

.blog67_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.blog67_mask {
  width: 33.33%;
  overflow: visible;
}

.blog67_slide {
  padding-right: 2rem;
}

.blog67_item {
  height: 480px;
  background-color: #f8be02;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 40px rgba(0, 0, 0, .2);
}

.blog67_item-link {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
}

.blog67_image-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 90%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog67_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog67_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 0;
  display: flex;
}

.blog67_category-wrapper {
  margin-bottom: .5rem;
  display: flex;
}

.blog67_title-wrapper {
  margin-bottom: .5rem;
}

.blog67_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog67_author-image-wrapper {
  margin-right: 1rem;
}

.blog67_author-image {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  object-fit: cover;
  border-radius: 100%;
}

.blog67_date-wrapper {
  align-items: center;
  display: flex;
}

.blog67_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog67_arrow {
  width: 3rem;
  height: 3rem;
  background-color: #f8be02;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: -25%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.blog67_arrow.left {
  margin-left: 30px;
  right: 5%;
}

.blog67_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog67_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.play-video {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 44%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.episodios_bg-wrapper {
  background-color: #eee;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.menu-overlay {
  z-index: 999;
  width: 100%;
  height: 85vh;
  background-color: #5b5758;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-weight-semibold {
  font-weight: 600;
}

.navbar7_item-text {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar7_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  text-decoration: none;
  display: flex;
}

.navbar_dropdown-link:hover {
  color: #f8be02;
}

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

.navbar_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: max-content max-content max-content max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-left: 1rem;
  display: flex;
}

.navbar7_component {
  width: 100%;
  min-height: 4.5rem;
  background-color: #fff;
  border-bottom: 1px solid #000;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar_container {
  width: 100%;
  height: 100%;
  max-width: 80rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar7_bottom-bar-left {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content minmax(max-content, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.navbar_dropdown-content {
  width: 100%;
  display: flex;
}

.navbar7_icon-wrapper {
  grid-column-gap: 1rem;
  flex: none;
  align-items: center;
  display: flex;
}

.navbar_dropdown-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-bottom: 2rem;
  padding-left: 0;
  display: grid;
}

.navbar7_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar7_menu-dropdown {
  position: static;
}

.navbar7_bottom-bar-background-layer {
  width: 200vw;
  background-color: #f4f4f4;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -50vw;
  right: -50vw;
}

.navbar7_logo-link {
  padding-left: 0;
}

.navbar7_dropdown-toggle {
  padding: 1.5rem 2.5rem 1.5rem 1rem;
}

.navbar7_dropdown-list.w--open {
  width: 100vw;
  max-width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #000;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.navbar7_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar7_bottom-bar {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.navbar7_bottom-bar-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
  position: relative;
}

.navbar7_menu-button {
  padding: 0;
}

.navbar7_link {
  padding: 1.5rem 1rem;
}

.navbar7_link.w--current {
  color: #000;
}

.navbar-link-group {
  grid-column-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.navbar-link-group.col {
  grid-row-gap: 1rem;
  flex-direction: column;
}

.seta-menu {
  width: 15px;
  height: 15px;
  filter: brightness(500%);
}

.navbar_menu_link_principal {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  text-decoration: none;
}

.navbar_menu_link_principal:hover {
  color: #f8be02;
}

@media screen and (min-width: 1280px) {
  .biografia_image-wrapper {
    right: 20rem;
  }

  .section_parceiros.interna {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large.episodios {
    padding-top: 40rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

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

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

  .heading-style-h2.text-style-allcaps {
    font-size: 2.2rem;
  }

  .button.busca-header {
    border-style: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .dropdown-icon.is-navbar4 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon1 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .blogpost01_title-wrapper {
    margin-bottom: 4rem;
  }

  .heading-large {
    font-size: 2.75rem;
  }

  .blogpost01_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .blogpost01_content {
    margin-bottom: 3rem;
  }

  .header-content_wrapper {
    grid-column-gap: 2vw;
  }

  .navbar_header_container {
    grid-auto-columns: 1fr;
  }

  .navbar_open_menu {
    z-index: 1;
    -webkit-text-fill-color: inherit;
    background-color: #5b5758;
    background-clip: border-box;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    display: block;
  }

  .navbar4_link {
    margin-top: 0;
    margin-bottom: 0;
    padding: .75rem 0;
    font-size: 1.25rem;
    position: static;
  }

  .navbar4_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    display: block;
    position: relative;
  }

  .navbar4_dropdown-toggle {
    width: 100%;
    align-items: center;
    margin: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
    position: relative;
  }

  .navbar4_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar4_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar4_dropdown-link {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
    font-size: 20px;
  }

  .navbar4_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar4_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon4 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-icon4_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon4_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .menu-icon_line-middle-base {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .menu-icon4_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header_component {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .biografia_image-wrapper {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .biografia_image {
    height: 450px;
  }

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

  .video_card-content {
    padding: 2rem;
  }

  .layout224_lightbox-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .blog66_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog66_heading {
    margin-right: 3rem;
  }

  .blog66_button-row {
    flex: none;
  }

  .episodios_component {
    padding-left: 0;
    padding-right: 0;
  }

  .episodios_mask {
    width: 50%;
  }

  .header36_component {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-top: 6rem;
  }

  .header36_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header36_image {
    height: auto;
    max-height: none;
  }

  .section_convidados {
    height: auto;
    background-position: 0 0;
    background-size: cover;
  }

  .slider {
    display: flex;
  }

  .section_parceiros.interna {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .hero-img1 {
    top: -20px;
    left: 0;
  }

  .hero-img2 {
    top: 120px;
    left: 240px;
  }

  .section_bio {
    height: 380px;
  }

  .section_episodio_destaque {
    height: 540px;
  }

  .video_image-wrapper {
    height: auto;
  }

  .nav-link {
    flex: none;
    align-self: baseline;
    font-size: 10px;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: space-between;
    justify-items: center;
  }

  .button-search-text {
    display: none;
  }

  .biografia_component {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .slider-2 {
    display: flex;
  }

  .header18_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .header18_lightbox-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ovo-play {
    width: 23px;
  }

  .ovo-borda {
    width: 89px;
  }

  .blog-post3-header_component {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .blog-post3-content_content {
    margin-bottom: 3rem;
  }

  .blog-post3-newsletter_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .blog-post3-newsletter_content {
    margin-right: 0;
  }

  .blog-post3-related_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog-post3-related_heading {
    margin-right: 3rem;
  }

  .blog-post3-related_button-row {
    flex: none;
  }

  .blog-post3-related_list {
    grid-template-columns: 1fr 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .gallery14_image-wrapper {
    padding-top: 66.66%;
  }

  .entrevista_content-text {
    padding-right: 20px;
  }

  .section_relacionados {
    height: auto;
    background-position: 0 0;
    background-size: cover;
  }

  .blog67_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog67_heading {
    margin-right: 3rem;
  }

  .blog67_button-row {
    flex: none;
  }

  .blog67_component {
    padding-left: 0;
    padding-right: 0;
  }

  .blog67_mask {
    width: 50%;
  }

  .blog67_arrow.left {
    right: 10%;
  }

  .play-video {
    width: 23px;
  }

  .menu-icon_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_dropdown-link {
    flex-direction: row;
  }

  .menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar7_bottom-bar-left {
    margin-bottom: 1rem;
  }

  .navbar_dropdown-content {
    flex-direction: column;
  }

  .navbar_dropdown-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar7_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .navbar7_menu-dropdown {
    width: 100%;
  }

  .menu-icon_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar7_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar7_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar7_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar7_menu {
    height: 100dvh;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .navbar7_bottom-bar {
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

  .menu-icon {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar7_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar7_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar_menu_link_principal {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .text-size-small.hide-mobile-landscape {
    display: none;
  }

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

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large.episodios {
    padding-top: 30rem;
  }

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

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

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .button.is-navbar4-button {
    padding: .25rem 1rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blogpost01_title-wrapper {
    margin-bottom: 3rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .blogpost01_author-image-wrapper {
    margin-right: .75rem;
  }

  .blogpost01_author-image {
    width: 3rem;
    height: 3rem;
    min-height: 3rem;
    min-width: 3rem;
  }

  .button-secondary-gray {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary-gray:hover {
    background-color: #fff;
  }

  .blogpost01_content {
    margin-bottom: 2rem;
  }

  .badge {
    padding: .125rem .5rem;
  }

  .blogpost01_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .header-content_wrapper {
    grid-column-gap: 0rem;
  }

  .social-wrapper {
    grid-column-gap: 5px;
  }

  .logo-img {
    width: 160px;
  }

  .navbar_header {
    min-height: 4rem;
  }

  .header_component {
    grid-row-gap: 3rem;
  }

  .biografia_image {
    height: 340px;
  }

  .video-destaque_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .video_card-content {
    padding: 1.5rem;
  }

  .blog66_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog66_heading {
    margin-right: 0;
  }

  .blog66_button-row {
    width: 100%;
    justify-content: flex-start;
  }

  .blog66_button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .episodios_component {
    padding-bottom: 6rem;
  }

  .episodios_mask {
    width: 80%;
  }

  .episodios_slide {
    padding-right: 1.5rem;
  }

  .blog66_arrow.left {
    right: 3.5rem;
  }

  .header36_component {
    padding-top: 4rem;
  }

  .gallery22_mask {
    width: 50%;
  }

  .gallery22_slide {
    padding-right: 1.5rem;
  }

  .gallery22_arrow.is-left {
    right: 3.5rem;
  }

  .section_parceiros.interna {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .logo1_component {
    flex-direction: column;
    padding-top: 1rem;
  }

  .logo1_logo {
    max-height: 3rem;
  }

  .hero-img2 {
    top: 80px;
  }

  .logo-row {
    grid-column-gap: 40px;
    grid-row-gap: 2rem;
  }

  .nav-wrapper {
    overflow: auto;
  }

  .nav-link.footer {
    font-size: 1.25rem;
  }

  .footer_top-wrapper {
    justify-content: space-between;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
    padding-bottom: 1rem;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .footer-bottom-links {
    flex-direction: column;
  }

  .jupiter-logo {
    width: 30vw;
  }

  .footer_nav-wrapper {
    justify-content: flex-start;
  }

  .biografia_component {
    grid-row-gap: 3rem;
  }

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

  .ovo-play {
    width: 60px;
  }

  .video-title.orange {
    font-size: 3rem;
  }

  .blog-post3-header_component {
    grid-row-gap: 3rem;
  }

  .blog-post3-content_content {
    margin-bottom: 2rem;
  }

  .blog-post3-content_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .blog-post3-newsletter_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-post3-newsletter_content {
    margin-right: 0;
  }

  .blog-post3-related_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-post3-related_heading {
    margin-right: 0;
  }

  .blog-post3-related_button-row {
    width: 100%;
    justify-content: flex-start;
  }

  .blog-post3-related_button-row.hide-mobile-landscape {
    display: none;
  }

  .blog-post3-related_button-row.mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .blog-post3-related_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .gallery14_slider {
    padding-bottom: 3rem;
  }

  .gallery14_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gallery14_arrow.hide-mobile-landscape {
    display: none;
  }

  .entrevista_content-text {
    padding-left: 20px;
  }

  .section_outros_episodios {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding-left: 0;
    padding-right: 0;
  }

  .blog67_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog67_heading {
    margin-right: 0;
  }

  .blog67_button-row {
    width: 100%;
    justify-content: flex-start;
  }

  .blog67_button-row.hide-mobile-landscape {
    display: none;
  }

  .blog67_button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .blog67_component {
    padding-bottom: 6rem;
  }

  .blog67_mask {
    width: 80%;
  }

  .blog67_slide {
    padding-right: 1.5rem;
  }

  .blog67_arrow {
    top: -15%;
  }

  .blog67_arrow.left {
    right: 12%;
  }

  .navbar_dropdown-link-list {
    max-width: none;
    grid-row-gap: .5rem;
    padding-left: 0;
  }

  .navbar7_component {
    min-height: 4rem;
  }

  .navbar_dropdown-wrapper {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar7_menu {
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    font-size: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-global.post-content {
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

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

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large.episodios {
    padding-top: 26rem;
  }

  .padding-section-large.bio, .padding-section-large.header {
    padding-top: 4rem;
  }

  .text-size-large.bio {
    width: 100%;
  }

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

  .heading-style-h2.text-style-allcaps {
    font-size: 2rem;
  }

  .button.busca-header {
    padding: 0;
  }

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

  .blogpost01_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .blogpost01_author-wrapper {
    margin-bottom: 1rem;
  }

  .blogpost01_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blogpost01_share-wrapper {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .blogpost01_tag-list-wrapper {
    width: 100%;
  }

  .blogpost01_tag-list {
    justify-content: flex-start;
  }

  .logo {
    align-items: center;
  }

  .header-content_wrapper {
    grid-column-gap: 5px;
  }

  .logo-img {
    width: 140px;
  }

  .navbar_header {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .navbar_open_menu {
    height: 100vh;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .menu-icon4 {
    width: auto;
    height: auto;
  }

  .section_header {
    background-position: 0 100%;
    background-size: contain;
  }

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

  .biografia_image-wrapper {
    position: relative;
  }

  .biografia_image {
    height: 320px;
  }

  .episodios_mask {
    width: 95%;
  }

  .blog66_slide-nav {
    height: auto;
  }

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

  .swiper-wrapper.first-swiper-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .slide {
    height: auto;
  }

  .text-f-13, .text-f-13.all-caps.light-grey-font {
    font-size: 1.2em;
  }

  .title-convidado {
    font-size: 1.5em;
  }

  .slide-img {
    min-height: 450px;
    min-width: 300px;
  }

  .carousel-arrows {
    margin-top: 2.5em;
  }

  .carousel-arrow-w.arrow-previous {
    margin-left: 1em;
  }

  .carousel-arrow-w.arrow-next, .carousel-arrow.arrow-next, .carousel-arrow.arrow-next {
    margin-right: 1em;
  }

  .section_parceiros.interna {
    margin-left: 0;
    margin-right: 0;
  }

  .logo1_component {
    justify-content: center;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .hero-img2 {
    top: 50px;
    left: 120px;
  }

  .hero_text-wrapper {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1rem;
  }

  .section_bio {
    height: auto;
  }

  .profissao-convidado {
    font-size: .625rem;
  }

  .hero_image-wrapper {
    width: 250px;
    height: 250px;
  }

  .text-row {
    flex-direction: column;
  }

  .logo-row {
    grid-row-gap: 2.5rem;
    flex-direction: column;
  }

  .header-wrapper {
    height: 70px;
  }

  .nav-wrapper {
    justify-content: space-between;
  }

  .nav-link {
    font-size: 1rem;
  }

  .nav-link.footer {
    font-size: 1.125rem;
  }

  .footer_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer_legal-link {
    font-size: .875rem;
  }

  .footer_nav-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .search-icon {
    width: 16px;
    height: 16px;
  }

  .hero-text {
    font-size: 1.25rem;
  }

  .biografia_component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .slide-2 {
    height: auto;
  }

  .heading-2 {
    font-size: 3.25em;
  }

  .carousel-arrow-right.arrow-next {
    margin-right: 1em;
  }

  .header_social-icon {
    width: 18px;
    height: 18px;
  }

  .header_entrevista_component {
    padding-top: 4rem;
  }

  .header18_content-wrapper {
    grid-template-columns: 1fr;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .header18_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .ovo-play {
    width: 23px;
    height: auto;
  }

  .ovo-borda {
    width: 89px;
  }

  .video-title {
    font-size: 2rem;
  }

  .video-title.orange {
    display: none;
  }

  .blog-post3-header_component {
    grid-template-columns: 1fr;
  }

  .blog-post3-header_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .blog-post3-content_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post3-content_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .blog-post3-content_tag-list-wrapper {
    width: 100%;
  }

  .blog-post3-content_tag-list {
    justify-content: flex-start;
  }

  .blog-post3-content_author-wrapper {
    margin-bottom: 1rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .entrevista_content-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gallery_component {
    margin-top: 4rem;
  }

  .section_outros_episodios {
    margin-left: 0;
    margin-right: 0;
  }

  .blog67_component {
    padding-bottom: 0;
  }

  .blog67_mask {
    width: 95%;
  }

  .blog67_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .blog67_arrow {
    width: 2rem;
    height: 2rem;
  }

  .blog67_arrow.left {
    width: 2rem;
    height: 2rem;
    right: 10%;
  }

  .play-video {
    width: 23px;
    height: auto;
  }

  .episodios_bg-wrapper {
    padding-left: 20px;
    padding-right: .5rem;
  }

  .navbar_dropdown-link, .navbar_dropdown-link-list {
    padding-left: 0;
  }

  .navbar7_bottom-bar-left {
    grid-template-rows: auto auto;
    grid-template-columns: max-content;
  }

  .navbar_dropdown-wrapper {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar7_bottom-bar {
    align-items: flex-start;
  }

  .navbar7_bottom-bar-right {
    width: 100%;
    flex-direction: column;
  }

  .navbar_menu_link_principal {
    padding-left: 0;
  }

  .heading-3 {
    font-size: 1.5rem;
  }

  .logo-trocando-ideia-interna {
    width: 80%;
  }
}

#w-node-f5fd39c0-c9b8-550d-2a3a-b23c1f5cdeca-e6dd75c4 {
  align-self: center;
  justify-self: end;
}

#w-node-_45a44fbe-f51a-11ea-46b6-c063c4c09c2c-c4c09c27 {
  justify-self: start;
}

#w-node-_45a44fbe-f51a-11ea-46b6-c063c4c09c2e-c4c09c27 {
  justify-self: end;
}

#w-node-_14faa728-3a3d-5f15-08f1-cdbbb8dd5c58-e6dd75c7 {
  align-self: end;
  justify-self: end;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-e6dd75c8 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-e6dd75c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-e6dd75c8 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-e6dd75c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-e6dd75c8 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-e6dd75c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-e6dd75c8 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-e6dd75c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-e6dd75c8 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-e6dd75c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-e6dd75c8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-e6dd75c8 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-e6dd75c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-e6dd75c8 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_45a44fbe-f51a-11ea-46b6-c063c4c09c2c-c4c09c27, #w-node-_45a44fbe-f51a-11ea-46b6-c063c4c09c2e-c4c09c27 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_14faa728-3a3d-5f15-08f1-cdbbb8dd5c58-e6dd75c7 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_45a44fbe-f51a-11ea-46b6-c063c4c09c2c-c4c09c27 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


