:root {
  --dim-grey-2: #4a4b52;
  --dark-slate-grey: #004732;
  --black-7: #002017;
  --antique-white: #ddd7c4;
  --grey: #73757f;
  --alice-blue: #f2f8fa;
  --dark-backgrund: #121316;
  --old-lace: #f1ecde;
  --black-5: #1a1c24;
  --azure-2: #d3e5e9;
  --black-6: rgba(18, 19, 22, .45);
  --gainsboro: #d0dcda;
  --dim-grey: #484858;
  --light-slate-grey: #91919c;
  --sea-green: #389176;
  --goldenrod: #dfad5b;
  --gold: #fedf61;
  --crimson: #cc2534;
  --deep-sky-blue: #53add0;
  --pink: #eebdcd;
  --black: #1c1c20;
  --azure: #d3e5e9;
  --black-2: #0f0f0f;
  --black-3: #0d0e13;
  --black-4: #15161d;
  --amarelo: #ffc466;
  --dark-goldenrod: #946a26;
}

.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-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: #333;
  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 {
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  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.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

p {
  color: var(--dim-grey-2);
  margin-bottom: 0;
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

.form-message-success {
  padding: 1.25rem;
}

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

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

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  overflow: visible;
}

.button.button-dark {
  color: #fff;
  background-color: #000;
}

.heading-medium {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-large {
  color: var(--dark-slate-grey);
  font-family: Inter, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-large.center {
  color: var(--black-7);
  text-align: center;
  margin-bottom: 2.5rem;
}

.heading-large.center.enleve-se {
  font-family: Inter, sans-serif;
  font-style: italic;
  font-weight: 200;
  display: none;
}

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

.text-size-large {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
}

.text-size-large.text-color-white {
  color: var(--antique-white);
  font-family: Inter, sans-serif;
  font-weight: 200;
}

.text-size-large.text-color-white.link-topo {
  text-decoration: underline;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  padding-top: .6rem;
  padding-bottom: .6rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
}

.text-size-regular.servico {
  text-align: left;
  border-bottom: 1px solid rgba(0, 32, 23, .1);
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-size-regular.servico.bold {
  text-align: left;
  font-weight: 700;
}

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

.text-size-regular.depoimento.bold {
  color: #a68c5a;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 0;
}

.text-size-regular.bold {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.text-size-regular.depoimento-small {
  color: var(--grey);
  font-family: Inter, sans-serif;
  font-size: .8rem;
  line-height: 0;
}

.text-size-regular.depoimento-small.bold {
  color: #a68c5a;
  font-weight: 700;
}

.text-size-regular.depoimento-big {
  width: 30ch;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.text-size-regular.nome-dra {
  font-weight: 300;
}

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

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

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

.icon-small {
  height: 2rem;
}

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

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

.background-color-grey {
  background-color: rgba(168, 193, 216, .2);
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

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

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

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

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0;
}

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

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

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

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

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

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

.icon-large {
  height: 4rem;
}

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

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

.heading-xlarge {
  font-family: Inter, sans-serif;
  font-size: 6.5rem;
  font-weight: 500;
  line-height: 1.15;
}

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

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

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

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

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

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

.container-large {
  width: auto;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-large.depoimento {
  width: auto;
}

.container-large.topo {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

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

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

.fs-styleguide_classes {
  display: none;
}

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

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

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

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

.page-padding {
  width: 100%;
  color: var(--alice-blue);
  border-radius: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
}

.page-padding.depoimentos {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

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

.show-tablet {
  display: none;
}

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

.text-color-grey {
  color: var(--dim-grey-2);
}

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

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

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

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

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

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

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

.utility_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_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  background-color: var(--dark-backgrund);
  color: #000;
}

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

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

.button-secondary {
  color: #386eec;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  height: 1.875rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: hidden;
}

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

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

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

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

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 9rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

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

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

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

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

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

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

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

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

.padding-bottom.padding-xhuge {
  border-radius: 0;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

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

.heading-small {
  color: var(--old-lace);
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-xsmall {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.fs-styleguide_message-outer {
  min-height: 100vh;
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.fs-styleguide_message-inner {
  width: 100%;
  color: #000;
  background-color: #fff;
  border-radius: 5vw 5vw 0 0;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding-top: 15vh;
  padding-bottom: 20vh;
  display: flex;
}

.fs-styleguide_messege-content {
  max-width: 35rem;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: .1rem;
  display: flex;
}

.icon.dark-icon-color {
  color: #000;
}

.home-hero {
  z-index: 25;
  height: 100vh;
  min-height: 100vh;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

.navbar {
  z-index: 10000;
  background-color: rgba(21, 22, 29, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-wrapper {
  height: 5rem;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px #3b3b4b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: stretch;
  justify-items: stretch;
  font-size: 1.125rem;
  display: grid;
}

.nav-brand {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.nav-left {
  align-items: flex-start;
  display: flex;
  position: static;
}

.underline-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  border-bottom: 1px none var(--black-5);
  color: #fff;
  align-items: center;
  padding-bottom: 0;
  display: none;
}

.underline-link.underline-link-dark {
  color: #000;
}

.hero-wrapper {
  height: 300vh;
  position: relative;
}

.hero-bottom {
  z-index: 15;
  width: 100%;
  max-width: 70vw;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: static;
}

.hero-image-strip {
  z-index: 10;
  width: 100%;
  grid-column-gap: 26vw;
  grid-row-gap: 26vw;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  justify-items: center;
  padding-top: 70vh;
  display: flex;
}

.hero-image-strip.right-side {
  z-index: 25;
  align-items: flex-end;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-image-strip.left {
  position: relative;
}

.hero-image {
  width: 25vw;
  height: 25vw;
  min-height: 25vw;
  border-radius: .5rem;
  position: relative;
  left: 0%;
  overflow: hidden;
}

.hero-image.two {
  margin-top: -45vw;
  left: 65vw;
}

.hero-image.three {
  margin-bottom: -5vw;
  left: -5vw;
}

.hero-image.four {
  top: 0%;
  left: -1vw;
}

.hero-image.nine {
  margin-top: -45vw;
  left: -65vw;
}

.hero-image.ten {
  margin-top: 0%;
  margin-bottom: -45%;
  left: 140%;
}

.hero-image.twelve {
  margin-top: -150%;
}

.hero-image.thirteen {
  margin-top: -50vw;
  left: -70vw;
}

.hero-image.fourteen {
  left: 1vw;
}

.image-fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.overlay {
  z-index: 10;
  background-color: rgba(18, 19, 22, .43);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.overlay-light {
  background-color: rgba(18, 19, 22, .03);
}

.hero-trigger {
  margin-top: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.strip-wrapper {
  z-index: 5;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.strip-wrapper.right {
  z-index: 25;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.preview-intro {
  z-index: 25;
  width: 100%;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.preview-description {
  max-width: 30rem;
}

.preview-hero {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
}

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

.speaker-text {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  padding-bottom: .55rem;
  display: flex;
}

.speaker-item-preview {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--azure-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 0;
  display: flex;
}

.image-portrait {
  width: 50%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  margin-top: 14rem;
  padding-left: 4rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section-speakers {
  z-index: 25;
  background-color: var(--old-lace);
  display: none;
  position: relative;
  overflow: hidden;
}

.portrait-image {
  width: 20vw;
  height: 29vw;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.speaker-name {
  z-index: 10;
  flex: 1;
  padding-top: 5.5rem;
  position: relative;
  overflow: hidden;
}

.speaker-list {
  width: 100%;
  border-top: 1px solid #d3e5e9;
  margin-bottom: 9rem;
  position: relative;
}

.number {
  margin-top: .5rem;
  font-family: Gambetta, sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 500;
}

.preview-title {
  max-width: 32rem;
}

.sticky-top {
  height: 4rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sticky-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  justify-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.sticky-content.servicos {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-columns: auto auto auto;
}

.sticky-top-side {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.sticky-top-side.depoimentos {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.sticky-intro {
  max-width: 35rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sticky-image {
  height: 85%;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.sticky-image.depoimento {
  height: auto;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 0;
}

.sticky-card-item {
  flex-direction: column;
  display: flex;
}

.sticky-cover {
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-cover.depoimento {
  height: auto;
}

.text-span {
  font-family: Gambetta, sans-serif;
  font-size: 6vw;
  font-style: italic;
  font-weight: 400;
}

.action-content {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: end;
  justify-items: stretch;
  margin-top: 8.2em;
  margin-bottom: 8.2em;
  padding-bottom: 0;
  display: grid;
}

.preview-teacher-title {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5em;
  margin-left: -3vw;
  padding-right: 2em;
  display: flex;
}

.preview-teacher-description {
  max-width: 30rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.hero-home-heading {
  z-index: 10;
  position: relative;
}

.preview-teacher-top {
  padding-left: 6vw;
}

.heading-xhuge {
  width: auto;
  color: var(--antique-white);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(230deg, #d5b36e, #7c6a49);
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 5vw;
  font-weight: 300;
  line-height: .9;
}

.heading-xhuge.depoimento {
  height: 50px;
}

.special {
  color: var(--dark-slate-grey);
  font-family: Gambetta, sans-serif;
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
}

.agenda-hero-component {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 9rem;
  display: flex;
  position: relative;
}

.heading-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-top: 3rem;
  display: grid;
}

.heading-item {
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  margin-top: 1vw;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
}

.section-hero-speakers {
  background-color: var(--dark-backgrund);
  flex-direction: column;
}

.section-sticky {
  flex: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.page-sections {
  z-index: 10;
  box-shadow: 0 30px 72px -8px var(--black-6);
  background-color: #fff;
  border-radius: 0;
  font-family: Satoshi, sans-serif;
  position: relative;
}

.nav-link-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
  position: relative;
}

.nav-right {
  grid-column-gap: 2.5rem;
  display: flex;
}

.section-benefits {
  background-color: #fff;
  border-radius: 0;
  display: flex;
  overflow: hidden;
}

.benefits-base {
  min-height: 40rem;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: flex;
}

.benefits-strip {
  width: 100%;
  max-width: 72rem;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .9fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.benefits-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  margin-top: -1rem;
  margin-bottom: -1rem;
  display: flex;
}

.benefit-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.looping-text {
  grid-column-gap: 15vw;
  grid-row-gap: 15vw;
  letter-spacing: -.1rem;
  white-space: nowrap;
  padding-right: 15vw;
  font-size: 10vw;
  font-weight: 500;
  display: flex;
}

.benefits-text-strip {
  color: var(--dark-slate-grey);
  margin-top: -4rem;
  margin-bottom: 2rem;
  display: none;
}

.strip-phrase {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: space-between;
  align-items: center;
  font-size: 5vw;
  line-height: 1.2;
  display: flex;
}

.strip-link {
  border-bottom: 1px solid var(--gainsboro);
  justify-content: center;
  align-items: center;
  margin-top: 1vw;
  padding-bottom: .3rem;
  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;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.strip-content {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  white-space: nowrap;
  display: flex;
}

.number-wrapper {
  width: 14vw;
  padding-left: 4vw;
  display: flex;
}

.faq-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.faq-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: end;
  display: grid;
}

.faq-item {
  cursor: pointer;
}

.faq-top {
  border: 1px solid var(--azure-2);
  background-color: #fff;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: .8rem;
  display: flex;
}

.faq-text {
  align-items: center;
  padding: 0 1rem 0 2rem;
  display: flex;
}

.faq-icon {
  width: 4.75rem;
  height: 4.75rem;
  min-height: 4.75rem;
  min-width: 4.75rem;
  background-color: var(--dark-backgrund);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-bottom {
  overflow: hidden;
}

.faq-bottom-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  padding-left: 2.8rem;
  display: grid;
}

.lottie-icon {
  width: 1.1rem;
  height: 1.1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-faq {
  border-bottom-right-radius: 5vw;
  border-bottom-left-radius: 5vw;
  position: relative;
}

.intro-centered {
  max-width: 40rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-footer-action {
  border-bottom: 1px solid var(--black-5);
  background-color: var(--dark-backgrund);
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.name-item {
  height: 9.5vw;
  letter-spacing: 0;
  text-transform: none;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.footer-action-heading {
  letter-spacing: 0;
  text-transform: none;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1;
}

.name-block {
  height: 7.5vw;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 100px;
  margin-left: 3vw;
  padding-left: 4vw;
  padding-right: 4vw;
}

.name-list {
  mix-blend-mode: difference;
  flex-direction: column;
  align-items: center;
  margin-top: -1vw;
  margin-bottom: 1vw;
  display: flex;
}

.name-title {
  height: 8vw;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: end;
  display: flex;
}

.name-list-wrapper {
  overflow: hidden;
}

.footer-action-component {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 4rem;
  display: grid;
}

.action-description {
  max-width: 17rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-link {
  color: #fff;
  display: flex;
}

.footer-block {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.footer-brand {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.footer-row {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  display: none;
}

.footer-link {
  font-size: 1.1rem;
}

.footer-component {
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.agenda-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--azure-2);
  outline-color: var(--azure-2);
  outline-offset: 0px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 1rem;
  outline-width: 1px;
  outline-style: none;
  flex-direction: column;
  margin-top: -2rem;
  padding: 4.75rem 2rem 2.75rem;
  display: flex;
}

.agenda-item.top {
  margin-top: 0;
  padding-top: 2.75rem;
}

.agenda-day-title {
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

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

.preview-agenda {
  grid-column-gap: 6rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.preview-agenda-content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.preview-background {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section-last-year {
  z-index: 25;
  position: relative;
}

.preview-image-base {
  height: 100%;
  max-height: 100vh;
  border-radius: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

.preview-image {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.agenda-top-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.agenda-detail {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  align-items: center;
  display: flex;
}

.text-color-light {
  color: var(--grey);
}

.preview-agenda-days {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.agenda-bottom {
  max-width: 30rem;
  padding-left: 3rem;
  overflow: hidden;
}

.preview-agenda-description {
  max-width: 30rem;
}

.agenda-list-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.about-description {
  max-width: 30rem;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.agenda-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.agenda-icon {
  width: 1rem;
  height: 2rem;
  min-width: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.agenda-bottom-content {
  padding-top: 2.5rem;
}

.sticky-anchor {
  height: 0;
  position: relative;
  top: -12rem;
}

.agenda-time {
  height: 2rem;
  align-items: center;
  display: flex;
}

.preview-speakers {
  overflow: hidden;
}

.footer-wrapper {
  width: 100%;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-column {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: space-between;
  line-height: 0;
  display: flex;
}

.footer-column.instagram {
  display: none;
}

.social-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  display: flex;
}

.social-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--old-lace);
  color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  display: flex;
}

.social-icon.hidden {
  display: none;
}

.footer-bottom {
  border-top: 1px none var(--black-5);
  color: rgba(255, 255, 255, .7);
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: .875rem;
  font-weight: 300;
  display: flex;
}

.preview-legal {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  display: none;
}

.legal-link {
  transition: color .4s;
}

.legal-link:hover {
  color: #fff;
}

.action-wrapper {
  z-index: 5;
  color: #fff;
  text-align: left;
  position: relative;
}

.action-intro {
  max-width: 40rem;
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.preview-paralax {
  background-image: url('../images/image67-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.agenda-cards {
  flex-direction: column-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.agenda-sidebar {
  max-width: 15rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
}

.anchor-link {
  color: var(--dim-grey-2);
  align-items: center;
  padding-left: 0;
  font-size: 1.5rem;
  font-weight: 400;
  transition: color .45s cubic-bezier(.215, .61, .355, 1), padding .45s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.anchor-link.w--current {
  color: #000;
  padding-left: 1.25rem;
}

.sidebar-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.anchor-link-dot {
  width: .75rem;
  height: .15rem;
  background-color: #000;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.anchor-link-text {
  z-index: 15;
  background-color: #fff;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.agenda-grid {
  grid-column-gap: 6.5rem;
  grid-row-gap: 6.5rem;
  flex-direction: column;
  display: flex;
}

.agenda-day {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3.5rem;
  display: flex;
}

.agenda-description {
  max-width: 15rem;
}

.section-days-agenda {
  z-index: 25;
  background-color: #fff;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  position: relative;
}

.specker-list-item {
  width: 100%;
  border-bottom: 1px solid var(--azure-2);
  padding-top: 0;
  padding-bottom: 0;
}

.speaker-column {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.speaker-column-content {
  z-index: 20;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
  position: relative;
}

.speaker-column-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.speaker-column-bkg {
  width: 17vw;
  height: 24vw;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.section-speakers-columns {
  z-index: 10;
  background-color: #fff;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  position: relative;
  overflow: hidden;
}

.story-component {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-direction: column;
  display: flex;
}

.story-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.story-image {
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.story-cntent {
  max-width: 35rem;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
}

.story-title {
  width: 100%;
  max-width: 45rem;
}

.team-basic {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 68px;
  display: grid;
}

.team-circles {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.team-avatar {
  z-index: 20;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}

.team-intro {
  max-width: 37rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

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

.last-year-intro {
  max-width: 30rem;
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.video-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox-link {
  width: 6rem;
  height: 6rem;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-icon {
  width: 1.2rem;
  height: 1.2rem;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checklist {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.checklist-item {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  align-items: center;
  display: flex;
}

.shecklist-icon {
  width: 2rem;
  height: 2rem;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.info-grid {
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  border-top: 1px solid var(--azure-2);
  border-bottom: 1px solid var(--azure-2);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

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

.info-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.speaker-portrait {
  width: 30vw;
  height: 42vw;
  max-height: 60rem;
  max-width: 40rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.speaker-last-name {
  z-index: 15;
  position: relative;
}

.speaker-cms-hero {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: flex;
}

.speaker-description {
  max-width: 20rem;
  text-align: left;
  padding-top: 2.5rem;
}

.scroll-arrow {
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.sticky-base {
  height: 90vh;
  max-height: 53rem;
  background-color: #fff;
  border: 1px solid #d3e5e9;
  border-bottom-style: none;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  justify-content: center;
  margin-top: -8rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-base.sticky-second-base {
  margin-top: -12rem;
  margin-bottom: 4rem;
  top: 4rem;
}

.sticky-base.sticky-first-base {
  height: auto;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  margin-top: -8rem;
  margin-bottom: 8rem;
  padding-top: 5em;
  padding-bottom: 5em;
}

.sticky-base.sticky-first-base.servicos {
  background-color: var(--old-lace);
  border-radius: 0;
  align-items: center;
  margin-top: -8rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sticky-base.sticky-first-base.enlevese {
  height: auto;
  max-height: 100%;
  background-color: var(--old-lace);
  border-radius: 0;
  margin-top: -8em;
  margin-bottom: 8rem;
  overflow: hidden;
}

.sticky-description.enleve-se {
  border-radius: 0;
}

.hero-home-info {
  z-index: 25;
  border-top: 1px #484858;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  line-height: 1.35;
  display: flex;
  position: static;
}

.preview-agenda-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.benefits-component {
  background-color: #121316;
  border-radius: 0;
}

.speakers-row-guide {
  z-index: 25;
  border-top: 1px #d3e5e9;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-top: 7rem;
  padding-bottom: 1.75rem;
  padding-left: 14vw;
  display: flex;
  position: relative;
}

.banner-description {
  max-width: 32rem;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-hero-home {
  background-color: #121316;
  flex-direction: column;
  justify-content: flex-end;
}

.agenda-list {
  border: 1px #d3e5e9;
  border-radius: 1rem;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding-top: 0;
  display: flex;
}

.section-banner {
  position: relative;
}

.speaker-title-image {
  z-index: 10;
  width: 30vw;
  height: 30vw;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.speaker-title-image.speaker-image-large {
  width: 30vw;
}

.faq-intro {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  padding-bottom: 4.5rem;
  display: flex;
}

.hero-home-content {
  z-index: 15;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black-7);
  color: #000;
  flex-direction: row;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: -100vh;
  padding-bottom: 4rem;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.preview-agenda-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  outline-offset: 0px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d3e5e9;
  border-radius: 1rem;
  outline: 1px #d3e5e9;
  flex-direction: column;
  margin-top: -2rem;
  padding: 4.5rem 2rem 2.5rem;
  display: flex;
}

.preview-agenda-item.top {
  margin-top: 0;
  padding-top: 2.5rem;
}

.section-sticky-cards {
  z-index: 25;
  background-color: #121316;
  margin-top: -8rem;
  margin-bottom: 8rem;
  position: relative;
}

.section-sticky-cards.videos {
  display: none;
}

.section-sticky-cards.banners {
  background-color: var(--antique-white);
  display: flex;
}

.section-footer {
  background-color: var(--dark-slate-grey);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Ativo-4.svg');
  background-position: 50% 10vh;
  background-repeat: no-repeat;
  background-size: 30%;
  background-clip: border-box;
}

.button-text-item {
  min-height: auto;
  color: var(--old-lace);
  text-align: right;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  display: flex;
}

.button-text-item.txt-top {
  font-weight: 400;
}

.section-questions {
  z-index: 25;
  background-color: #fff;
  border-radius: 5vw;
  position: relative;
}

.section-galeria {
  background-color: var(--old-lace);
  border-radius: 0;
  align-items: center;
  display: flex;
}

.section-preview-agenda {
  display: none;
}

.section-hero-agenda, .section-hero-faq, .section-hero-about {
  background-color: var(--dark-backgrund);
}

.section-speaker-bio {
  z-index: 25;
  background-color: #fff;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  position: relative;
}

.hero-basic-trigger {
  height: 10vh;
  margin-top: 100vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-enleve-se {
  height: auto;
  border: 1px rgba(0, 0, 0, 0);
  padding: 3em 2em;
}

.div-enleve-se.topo {
  width: 100%;
  height: auto;
  border-radius: 0;
  padding: 0;
}

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

.grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.grid.hidden {
  display: none;
}

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

.div-image.enleve-se {
  height: 240px;
  border-radius: 0;
}

.imagem-dra {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  object-position: 50% 20%;
}

.div-curriculo {
  padding-left: 6em;
  padding-right: 6em;
}

.button-2 {
  width: auto;
  min-width: auto;
  background-color: var(--dark-slate-grey);
  color: var(--alice-blue);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 2.6em;
  font-size: 1rem;
  font-weight: 400;
  display: block;
  overflow: visible;
}

.button-2.button-dark {
  color: #fff;
  background-color: #000;
}

.image-3 {
  height: 1.6em;
}

.depoimento-grid {
  width: auto;
  max-width: 1200px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  justify-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.image-4 {
  width: 9.8em;
}

.telefone {
  color: var(--antique-white);
  font-family: Inter, sans-serif;
  font-size: .9rem;
}

.enleve-se-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  justify-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.enleve-se-grid.servicos {
  grid-template-columns: auto auto;
}

.img-depoimento {
  width: 3.8em;
}

.depoimento-nome {
  grid-column-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.section-doutoras {
  margin-top: -8em;
}

.nome-dra {
  color: var(--dark-slate-grey);
  font-size: 1.3rem;
  font-weight: 400;
}

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

.bold-text {
  display: flex;
}

.nome-dra2 {
  border-style: none;
  border-width: 1px;
  border-color: var(--dark-slate-grey) var(--dark-slate-grey) black;
  color: var(--dark-slate-grey);
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  position: static;
  top: auto;
  bottom: 10%;
  left: 5%;
  right: 0%;
}

.divisoria {
  height: 1px;
  background-color: rgba(18, 19, 22, .12);
  margin-top: 14px;
  margin-bottom: 14px;
}

.enleve-segrid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.enleve-se-grid-interna {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e6e1d1;
  border-radius: 1rem;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.enleve-se-grid-interna.lp {
  background-color: #ede0b5;
}

.text-block, .text-block-2 {
  font-family: Inter, sans-serif;
  font-style: italic;
  font-weight: 200;
}

.h3-enleve-se {
  color: var(--dark-slate-grey);
  font-family: Inter, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}

.text-block-3 {
  color: var(--antique-white);
  font-family: Inter, sans-serif;
  font-size: .9rem;
}

.text-block-4 {
  color: var(--old-lace);
}

.text-block-4.endereco-bottoom {
  line-height: 1.6;
}

.slider {
  width: auto;
  height: auto;
}

.slider.banners {
  width: auto;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
}

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

.slide-nav {
  height: auto;
  justify-content: center;
  padding-top: 10px;
  display: none;
}

.slide-nav.banners {
  display: flex;
}

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

.mask {
  height: auto;
  border-radius: 0;
}

.mask.galeria {
  height: 75vh;
}

.img-enlevese {
  height: 18em;
}

.grid-videos-servicos {
  width: 60vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
}

.div-thumb-video {
  height: 14em;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/dentist.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.titulo-video-servicos {
  border-style: none;
  border-width: 1px;
  border-color: var(--dark-slate-grey) var(--dark-slate-grey) black;
  color: var(--old-lace);
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-5 {
  background-color: var(--black-5);
  background-image: url('../images/dentist.png');
  background-position: 0 0;
  background-size: auto;
}

.titulo_play {
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 5%;
  right: 0%;
}

.play {
  display: flex;
}

.img-play {
  width: 1.6em;
  margin-right: 5px;
}

.text-assista {
  color: #fff;
  font-size: 1rem;
}

.link-diferenciais {
  color: var(--dark-slate-grey);
  margin-right: 1em;
  padding-right: 0;
  text-decoration: underline;
}

.link-diferenciais.waze, .left-arrow, .right-arrow {
  display: none;
}

.link-banner {
  width: 100%;
  cursor: pointer;
}

.div-banner {
  width: 100%;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #334c37;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.txt-banner {
  padding-left: 3rem;
  padding-right: 3rem;
}

.titulo-banner {
  border-style: none;
  border-width: 1px;
  border-color: var(--dark-slate-grey) var(--dark-slate-grey) black;
  color: var(--old-lace);
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.8em;
  font-weight: 500;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-banner {
  width: 25ch;
  color: var(--old-lace);
  font-size: 1rem;
}

.text-banner.link {
  color: #1ece9a;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
}

.grid-topo {
  grid-template-rows: auto;
  margin-top: 5em;
  display: none;
}

.image-6 {
  width: 2em;
}

.imagem-menu {
  display: block;
}

.menu-aberto {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: var(--dark-slate-grey);
  padding-left: 10rem;
  padding-right: 10rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block {
  width: 1.4em;
  display: none;
}

.link-block-2 {
  width: auto;
}

.bt-fixo-mobile {
  justify-content: center;
  align-items: center;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 286px;
  bottom: 0;
}

.button-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-3:active {
  background-color: #43464d;
}

.button-3.bt-fixo-mob {
  z-index: 5;
  width: auto;
  letter-spacing: 0;
  text-transform: none;
  background-color: #3dd37a;
  border-radius: 4em;
  padding: 2vw 3vw;
  font-size: 1.1em;
  line-height: 19px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: 0;
}

.button-3.bt-fixo-mob:hover {
  background-color: #23ac5b;
}

.text-block-6 {
  letter-spacing: 1px;
  flex-direction: column;
  font-weight: 700;
  display: inline-block;
}

.text-block-6.bt-comece {
  letter-spacing: 0;
  padding-left: 1vw;
  font-size: 1.1em;
}

.nav {
  display: none;
}

.nav-trigger {
  z-index: 9999;
  cursor: pointer;
  position: fixed;
  top: 1rem;
  right: 1rem;
}

.img-burger-menu {
  width: 2rem;
}

.nav-overlay {
  z-index: 999;
  background-color: var(--dark-slate-grey);
  justify-content: flex-end;
  align-items: center;
  padding-right: 4rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-close-menu {
  width: 2rem;
  display: none;
}

.icon-menu {
  margin-right: 6px;
}

.grid-depoimentos {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  padding-left: 5vw;
  padding-right: 5vw;
}

.img-zap-bottom {
  width: 1.3rem;
  margin-right: 6px;
}

.img-banner2 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.body-lp {
  background-color: #fff6d7;
  font-family: Inter, sans-serif;
}

.section-topo {
  margin-top: 0;
  padding-top: 1rem;
}

.logo-dor-na-face {
  color: var(--dark-slate-grey);
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}

.txt-descricao {
  width: 47ch;
  color: var(--dark-slate-grey);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
}

.div-intro-lp {
  justify-content: center;
  display: flex;
}

.div-intro-lp.txt {
  margin-top: -30px;
}

.div-intro-lp.imagem {
  width: 20em;
  height: 20em;
  object-fit: fill;
  border-radius: 20em;
  overflow: hidden;
}

.image-7 {
  width: 420px;
  height: 420px;
  background-image: linear-gradient(to bottom, var(--old-lace), white);
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 240px;
}

.div-img-dor-face {
  width: 30em;
  height: 30em;
  background-image: linear-gradient(to bottom, var(--alice-blue), white);
  object-fit: cover;
  border-radius: 40em;
  overflow: hidden;
}

.section-conteudo {
  padding-top: 5em;
  padding-bottom: 5em;
}

.section-conteudo.quiz {
  background-color: var(--dark-slate-grey);
}

.section-conteudo.dtm {
  padding-top: 3em;
  padding-bottom: 6em;
}

.section-conteudo.intro {
  padding-top: 2.7em;
  padding-bottom: 2.7em;
}

.section-conteudo.space {
  height: 7rem;
  padding-top: 0;
}

.grid-quiz {
  max-width: 42em;
  grid-row-gap: 0px;
  border: 1px solid #02241a;
  border-radius: 20px;
  grid-template-columns: 1fr;
  margin-top: 1.7em;
  margin-bottom: 1.7em;
  overflow: hidden;
}

.div-img-quiz {
  border: 1px none var(--grey);
  object-fit: fill;
  background-image: linear-gradient(#ffc466, #ffc466);
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.div-img-quiz.resultado {
  padding-top: 28px;
  padding-bottom: 20px;
}

.image-8 {
  object-fit: fill;
}

.txt-pergunta-s {
  color: var(--grey);
  text-align: center;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 700;
}

.txt-pergunta-s.btn {
  color: #fff;
}

.txt-pergunta-s.btn:hover {
  color: var(--dark-slate-grey);
}

.txt-pergunta-s.resultado {
  color: var(--dim-grey);
}

.txt-pergunta-g {
  color: var(--dark-slate-grey);
  text-align: center;
  padding: 14px 1.4em;
  font-size: 1.5rem;
  font-weight: 500;
}

.txt-pergunta-g.resultado {
  padding-top: 8px;
  padding-bottom: 8px;
}

.bt-quiz {
  border: 2px solid var(--light-slate-grey);
  color: var(--light-slate-grey);
  text-transform: uppercase;
  border-radius: 9px;
  margin-left: .6rem;
  margin-right: .2rem;
  padding: 1.2em 2.7em;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
}

.bt-quiz:hover {
  border-color: var(--dark-slate-grey);
  background-color: var(--sea-green);
  color: var(--old-lace);
}

.div-block-2 {
  justify-content: center;
  margin-top: 13px;
  display: flex;
}

.div-txt-quiz {
  border: 1px none var(--grey);
  background-color: #fff6d7;
  border-radius: 0 0 20px 20px;
  padding-top: 1.8rem;
  padding-bottom: 3.5rem;
}

.container-quiz {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  text-align: center;
  padding-bottom: 1.3rem;
}

.heading-large-2 {
  color: #004732;
  font-family: Inter, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-small-2 {
  color: #f1ecde;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4;
}

.text-block-7 {
  color: #f1ecde;
}

.text-block-7.endereco-bottoom {
  line-height: 1.6;
}

.section-footer-2 {
  -webkit-text-fill-color: inherit;
  background-color: #004732;
  background-image: url('../images/Ativo-4.svg');
  background-position: 50% 10vh;
  background-repeat: no-repeat;
  background-size: 30%;
  background-clip: border-box;
}

.social-icon-2 {
  width: 2.5rem;
  height: 2.5rem;
  color: #000;
  background-color: #f1ecde;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  display: flex;
}

.social-icon-2.hidden {
  display: none;
}

.footer-bottom-2 {
  color: rgba(255, 255, 255, .7);
  border-top: 1px #1a1c24;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: .875rem;
  font-weight: 300;
  display: flex;
}

.page-padding-2 {
  width: 100%;
  color: #f2f8fa;
  border-radius: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
}

.txt-lp {
  color: var(--dim-grey-2);
}

.txt-lp.quiz, .txt-lp.white {
  color: #fff;
}

.titulo-lp {
  color: var(--dim-grey);
}

.titulo-lp.quiz {
  color: #fff6d7;
}

.titulo-lp.white {
  color: var(--old-lace);
  padding-bottom: 19px;
}

.container-txt-lp {
  max-width: 45rem;
  background-color: #077454;
  border-radius: 20px;
  padding: 3rem 2.4rem;
}

.div-intro {
  background-image: url('../images/bg-intro.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-intro {
  border: 1px #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bt-qui-intro {
  color: #946a26;
  text-transform: uppercase;
  background-color: #ffc466;
  border: 2px solid #dfad5b;
  border-radius: 9px;
  margin-top: 1em;
  margin-left: .6rem;
  margin-right: .2rem;
  padding: 1.2em 2.7em;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
}

.bt-qui-intro:hover {
  color: #fff;
  background-color: #dfad5b;
  border-color: #dfad5b;
}

.container {
  height: 100%;
  max-width: 1440px;
}

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

.txt-pergunta-m {
  color: var(--dim-grey);
  text-align: center;
  text-transform: none;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  font-size: 1rem;
  font-weight: 500;
}

.txt-pergunta-m.btn {
  color: #fff;
}

.txt-pergunta-m.btn:hover {
  color: var(--dark-slate-grey);
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

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

  .text-size-regular.servico {
    justify-content: center;
    display: flex;
  }

  .text-size-regular.servico.ultimo {
    border-bottom-width: 0;
  }

  .text-size-regular.depoimento-big {
    width: auto;
  }

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

  .heading-xlarge {
    font-size: 5rem;
  }

  .container-large {
    width: 90vw;
  }

  .container-large.enlevese {
    width: 70%;
  }

  .container-large.servicos {
    width: 60vw;
  }

  .page-padding {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .show-tablet {
    display: block;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .nav-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    justify-items: center;
  }

  .nav-brand {
    padding-left: 0;
  }

  .nav-left {
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: var(--dark-slate-grey);
    border-radius: .5rem;
    justify-content: space-between;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2.7rem;
    padding-right: 2.7rem;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .hero-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
  }

  .hero-image {
    width: 30vw;
    height: 30vw;
    min-height: 30vw;
  }

  .hero-image.three {
    left: -10vw;
  }

  .hero-image.thirteen {
    left: -65vw;
  }

  .speaker-text {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: column;
    padding-bottom: 0;
  }

  .speaker-item-preview {
    width: 40vw;
    height: 100%;
    max-width: 45vw;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-style: none;
    flex-direction: column-reverse;
    padding-top: 4.5rem;
    padding-left: 0;
  }

  .image-portrait {
    width: 100%;
    height: auto;
    justify-content: flex-start;
    margin-top: 0;
    padding-left: 0;
    position: relative;
  }

  .portrait-image {
    width: 40vw;
    height: 58vw;
  }

  .speaker-name {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }

  .speaker-list {
    grid-column-gap: 2.5vw;
    grid-row-gap: 0vw;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 7rem;
    display: flex;
  }

  .sticky-card {
    height: 100%;
    min-height: auto;
  }

  .sticky-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .sticky-content.servicos {
    grid-row-gap: 0rem;
    grid-template-columns: auto;
    margin-top: -4em;
    padding-top: 0;
  }

  .sticky-intro {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .sticky-intro.depoimentos {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .sticky-image {
    min-height: 60vh;
  }

  .sticky-image.depoimento {
    height: auto;
    min-height: auto;
    border-radius: 0;
  }

  .sticky-cover {
    height: auto;
  }

  .text-span {
    font-size: 5rem;
  }

  .action-content {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .preview-teacher-title {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-left: 0;
  }

  .preview-teacher-top {
    padding-left: 0;
  }

  .heading-xhuge {
    font-size: 4.5rem;
  }

  .agenda-hero-component {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .heading-grid {
    text-align: center;
    grid-template-columns: auto;
  }

  .heading-item {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .nav-link-wrapper {
    height: 100vh;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-end;
    position: relative;
  }

  .nav-right {
    display: none;
  }

  .benefits-strip {
    grid-template-columns: 1fr .5fr 1fr;
  }

  .number-wrapper {
    width: 7rem;
    padding-left: 0;
  }

  .faq-top {
    padding: .5rem;
  }

  .faq-icon {
    width: 4rem;
    height: 4rem;
    min-height: 4rem;
    min-width: 4rem;
  }

  .intro-centered {
    max-width: 35rem;
  }

  .name-item {
    height: 5rem;
    font-size: 3rem;
  }

  .footer-action-heading {
    font-size: 3rem;
  }

  .name-block {
    height: 4rem;
    margin-left: 0;
  }

  .footer-action-component {
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: auto;
    justify-items: center;
    padding-top: 1rem;
  }

  .action-description {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2rem;
  }

  .nav-link {
    color: rgba(241, 236, 222, .54);
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 0;
    line-height: 1.5;
    text-decoration: underline;
  }

  .footer-block {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .footer-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .agenda-day-title {
    grid-column-gap: 4rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .preview-agenda {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .preview-agenda-content {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .preview-agenda-days {
    width: 100%;
  }

  .menu-button {
    background-color: rgba(200, 200, 200, 0);
    padding: 0;
    display: flex;
  }

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

  .menu-icon {
    width: 2rem;
    display: flex;
  }

  .sticky-anchor {
    top: 0;
  }

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

  .action-intro {
    max-width: 35rem;
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .agenda-sidebar {
    display: none;
  }

  .agenda-grid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .specker-list-item {
    width: 38vw;
    border-bottom-style: none;
    flex-direction: column-reverse;
    display: flex;
  }

  .speaker-column {
    grid-column-gap: 4rem;
    grid-row-gap: 6rem;
    justify-items: center;
    padding-top: 4rem;
  }

  .speaker-column-content {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .speaker-column-image {
    position: relative;
  }

  .speaker-column-bkg {
    width: 38vw;
    height: 54vw;
  }

  .story-component {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .story-grid {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .story-image {
    min-height: 100vw;
  }

  .story-cntent {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
  }

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

  .team-circles {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
  }

  .last-year {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .last-year-intro {
    grid-column-gap: 9rem;
    grid-row-gap: 9rem;
  }

  .info-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
  }

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

  .speaker-portrait {
    width: 50vw;
    height: 72vw;
  }

  .speaker-cms-hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .speaker-description {
    text-align: center;
    padding-top: 0;
    padding-bottom: 2.5rem;
  }

  .sticky-base {
    height: auto;
    max-height: none;
    min-height: auto;
    margin-top: 0;
    position: relative;
  }

  .sticky-base.sticky-second-base {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .sticky-base.sticky-first-base {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .sticky-base.sticky-first-base.servicos {
    margin-top: 0;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sticky-base.sticky-first-base.enlevese {
    height: 100%;
    max-height: 100%;
    margin-top: 0;
  }

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

  .speakers-row-guide {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
  }

  .speaker-title-image {
    width: 35vw;
    height: 35vw;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .speaker-title-image.speaker-image-large {
    width: 35vw;
    height: 35vw;
  }

  .faq-intro {
    padding-bottom: 3.5rem;
  }

  .hero-home-content {
    padding-top: 4rem;
    padding-bottom: 20vh;
  }

  .section-sticky-cards {
    background-color: #fff;
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .section-sticky-cards.banners {
    border-radius: 0;
  }

  .section-footer {
    opacity: 1;
    background-position: 88% 10vh;
    background-size: 40%;
  }

  .nav-responsive {
    flex-direction: column;
    display: flex;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .imagem-dra {
    height: 40vh;
  }

  .div-curriculo {
    padding: 4.4em 5.5em;
  }

  .depoimento-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .image-4 {
    width: 8.6em;
  }

  .enleve-se-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .enleve-segrid {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

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

  .text-block-4.endereco-bottoom {
    line-height: 1.5;
  }

  .div-foto {
    display: none;
  }

  .slider {
    height: auto;
  }

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

  .slide-nav {
    font-size: 1rem;
    line-height: 1.5;
  }

  .slide-nav.banners {
    padding-top: 10px;
  }

  .padding-vertical2 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .mask {
    overflow: hidden;
  }

  .grid-videos-servicos {
    width: auto;
    justify-items: stretch;
  }

  .div-banner {
    height: 64vh;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .txt-banner {
    padding: 0 4.2rem 3rem;
  }

  .img-banner {
    height: 20rem;
    object-fit: cover;
  }

  .text-banner {
    width: 30ch;
  }

  .grid-topo {
    grid-template-rows: auto;
    justify-items: start;
    margin-top: 2em;
    margin-bottom: 0;
  }

  .image-6 {
    width: 1.4em;
  }

  .imagem-menu {
    width: 1.5em;
    display: block;
  }

  .menu-aberto {
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: var(--dark-slate-grey);
    padding-left: 2em;
    padding-right: 2em;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .link-block, .bt-fixo-mobile {
    display: none;
  }

  .button-3 {
    justify-content: center;
  }

  .button-3.bt-fixo-mob {
    width: auto;
    border-radius: 18vw;
    margin-top: 0;
    margin-bottom: -23px;
    padding: 1em 1.4em;
    display: inline-block;
  }

  .text-block-6.bt-comece {
    font-size: .9em;
  }

  .nav {
    display: block;
  }

  .nav-trigger {
    background-color: var(--dark-slate-grey);
    border-radius: 20px;
    padding: 8px;
  }

  .img-burger-menu {
    width: 1.6rem;
  }

  .nav-overlay {
    display: none;
  }

  .img-close-menu {
    width: 1.6rem;
  }

  .icon-menu {
    width: 1.2rem;
    margin-right: 4px;
  }

  .endereco-menu {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .grid-depoimentos {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .img-banner2 {
    object-fit: cover;
  }

  .slide {
    overflow: visible;
  }

  .logo-dor-na-face {
    font-size: 2rem;
  }

  .txt-descricao {
    width: 80%;
    font-size: 1.1rem;
  }

  .section-conteudo.space {
    height: 2rem;
    display: none;
  }

  .grid-quiz {
    max-width: 90%;
  }

  .txt-pergunta-g {
    padding-left: 1.4em;
  }

  .bt-quiz {
    border-style: none;
    border-color: var(--goldenrod);
    background-color: var(--sea-green);
    color: var(--old-lace);
  }

  .bt-quiz:hover {
    border-color: var(--goldenrod);
    background-color: var(--sea-green);
    color: var(--old-lace);
  }

  .heading-large-2 {
    font-size: 3rem;
  }

  .text-block-7.endereco-bottoom {
    line-height: 1.5;
  }

  .section-footer-2 {
    opacity: 1;
    background-position: 88% 10vh;
    background-size: 40%;
  }

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

  .container-txt-lp {
    max-width: 80%;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

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

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

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

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

  .text-size-regular.servico {
    text-align: center;
    justify-content: center;
  }

  .text-size-regular.depoimento-big {
    text-align: left;
    font-size: 1rem;
    line-height: 1.3;
  }

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

  .heading-xlarge {
    font-size: 4.5rem;
  }

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

  .page-wrapper {
    overflow: visible;
  }

  .container-large {
    height: 50vh;
  }

  .container-large.depoimento, .container-large.enlevese {
    height: auto;
  }

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

  .page-padding.depoimentos {
    padding-left: 3.4em;
    padding-right: 3.4em;
  }

  .page-padding.enlevese {
    height: auto;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .show-mobile-landscape {
    display: block;
  }

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-small {
    font-size: 1.875rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_message-outer {
    padding: 0;
  }

  .fs-styleguide_message-inner {
    border-radius: 0;
  }

  .fs-styleguide_messege-content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .nav-left {
    align-items: stretch;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .hero-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .preview-description {
    max-width: 25rem;
  }

  .speaker-item-preview {
    width: auto;
    max-width: none;
    padding-top: 2.5rem;
  }

  .portrait-image {
    width: 60vw;
    height: 88vw;
  }

  .speaker-name {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }

  .speaker-list {
    flex-direction: column;
    margin-bottom: 4rem;
  }

  .sticky-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 4.5rem;
  }

  .sticky-content.servicos {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: auto;
    justify-items: center;
    padding-bottom: 0;
  }

  .sticky-intro {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-span {
    font-size: 3.5rem;
  }

  .preview-teacher-title {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .heading-xhuge {
    font-size: 3rem;
  }

  .nav-link-wrapper {
    position: relative;
  }

  .benefits-base {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .benefits-strip {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .benefits-item {
    margin-top: 0;
    margin-bottom: 0;
  }

  .looping-text {
    font-size: 12vw;
  }

  .benefits-text-strip {
    margin-top: 0;
    margin-bottom: 0;
  }

  .faq-text {
    padding-left: 1.5rem;
  }

  .faq-icon {
    width: 3rem;
    height: 3rem;
    min-height: 3rem;
    min-width: 3rem;
  }

  .faq-bottom-content {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .lottie-icon {
    width: .9rem;
    height: .9rem;
  }

  .name-item {
    height: 4.5rem;
    font-size: 2.5rem;
  }

  .footer-action-heading {
    font-size: 2.5rem;
  }

  .name-block {
    height: 3.75rem;
  }

  .footer-action-component {
    grid-row-gap: 1.75rem;
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .footer-row {
    flex-wrap: wrap;
    align-items: center;
  }

  .agenda-content {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr;
  }

  .agenda-top-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .agenda-list-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-anchor.enlevese {
    height: auto;
  }

  .preview-legal {
    flex-direction: column;
  }

  .agenda-grid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .agenda-day {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 2rem;
  }

  .specker-list-item {
    width: 60vw;
  }

  .speaker-column {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-top: 2.5rem;
  }

  .speaker-column-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-top: 1.5rem;
  }

  .speaker-column-bkg {
    width: 60vw;
    height: 80vw;
  }

  .story-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .story-cntent {
    padding-bottom: 2rem;
  }

  .team-circles {
    flex-wrap: wrap;
    display: flex;
  }

  .info-grid {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .infro-item-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .speaker-portrait {
    width: 70vw;
    height: 102vw;
  }

  .sticky-base.sticky-first-base {
    padding-top: 2.1em;
    padding-bottom: 2.1em;
  }

  .sticky-base.sticky-first-base.servicos, .sticky-base.sticky-first-base.enlevese {
    height: auto;
  }

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

  .sticky-description.depoimentos {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .preview-agenda-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .speakers-row-guide {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .speaker-title-image.speaker-image-large {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .faq-intro {
    padding-bottom: 2.5rem;
  }

  .section-sticky-cards {
    margin-top: 0;
  }

  .section-sticky-cards.banners, .section-sticky-cards.depoimentos {
    margin-top: -8rem;
  }

  .section-footer {
    background-position: 88% 20vh;
  }

  .imagem-dra {
    height: 40vh;
  }

  .depoimento-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 0;
  }

  .image-4 {
    width: 7.9em;
  }

  .enleve-se-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 4.5rem;
  }

  .section-doutoras {
    margin-top: 0;
  }

  .slider {
    height: 50vh;
  }

  .image-galery {
    width: auto;
    height: 50vh;
    object-fit: cover;
  }

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

  .mask, .div-banner {
    height: auto;
  }

  .txt-banner {
    padding-top: 1.6rem;
  }

  .img-banner {
    height: 17rem;
  }

  .bt-fixo-mobile {
    display: none;
  }

  .button-3.bt-fixo-mob {
    width: auto;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    padding-right: 1.4em;
    display: inline-block;
    position: relative;
  }

  .text-block-6.bt-comece {
    font-size: 1em;
    font-weight: 600;
  }

  .nav-overlay {
    padding-right: 1rem;
  }

  .logo-dor-na-face {
    font-size: 1.7rem;
  }

  .txt-descricao {
    font-size: 16px;
  }

  .div-img-dor-face {
    width: 60%;
    height: 60%;
  }

  .section-conteudo.space {
    display: block;
  }

  .txt-pergunta-s {
    font-size: 12px;
  }

  .txt-pergunta-g {
    font-size: 20px;
  }

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

  .heading-small-2 {
    font-size: 1.875rem;
  }

  .section-footer-2 {
    background-position: 88% 20vh;
  }

  .page-padding-2 {
    margin-top: 0;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .txt-lp.quiz {
    font-size: 14px;
  }

  .txt-lp.white {
    font-size: 15px;
  }

  .txt-pergunta-m {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .heading-large {
    font-size: 1.8rem;
  }

  .text-size-large, .text-size-large.text-color-white {
    font-size: 1rem;
  }

  .text-size-regular.servico {
    font-size: .9rem;
  }

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

  .show-mobile-portrait {
    display: block;
  }

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

  .heading-xlarge {
    font-size: 3rem;
  }

  .container-large {
    width: auto;
    height: auto;
  }

  .container-large.enlevese {
    width: 90%;
  }

  .container-large.servicos {
    width: 80vw;
  }

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

  .page-padding.depoimentos {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }

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

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

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

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

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

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

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

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

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

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

  .padding-bottom.padding-xhuge.galeria {
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
  }

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

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

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

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

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

  .heading-small {
    font-size: 1.8rem;
  }

  .nav-left {
    width: 100vw;
  }

  .hero-wrapper {
    height: 110vh;
  }

  .hero-bottom {
    width: auto;
    justify-content: center;
    margin-top: -8rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-image-strip.right-side {
    height: 50vh;
    max-height: 50vh;
    padding-top: 57vh;
  }

  .hero-image-strip.left {
    height: 110vh;
    max-height: 110vh;
  }

  .hero-image {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
  }

  .hero-image.two {
    margin-top: -67vw;
    left: 53vw;
  }

  .hero-image.three {
    margin-top: -29vw;
    left: -4vw;
  }

  .hero-image.four {
    margin-top: 10vw;
    top: -21%;
  }

  .hero-image.nine {
    margin-top: -57vw;
    left: -53vw;
  }

  .hero-image.thirteen {
    margin-top: -51vw;
    left: -55vw;
  }

  .hero-image.fourteen {
    margin-top: -148px;
  }

  .hero-trigger {
    margin-top: 92vh;
  }

  .speaker-item-preview {
    padding-top: 2.5rem;
  }

  .portrait-image {
    width: 90vw;
    height: 128vw;
  }

  .speaker-name {
    padding-top: .75rem;
    padding-bottom: 2.5rem;
  }

  .speaker-list {
    margin-bottom: 1rem;
  }

  .sticky-content.servicos {
    margin-top: 0;
  }

  .text-span {
    font-size: 2.5rem;
  }

  .heading-xhuge {
    padding-left: 0;
    padding-right: 0;
    font-size: 2rem;
    line-height: 1.15;
  }

  .agenda-hero-component {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .heading-grid {
    margin-top: 2.5rem;
  }

  .benefits-base {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .looping-text {
    font-size: 18vw;
  }

  .benefits-text-strip {
    margin-top: 0;
    margin-bottom: 0;
  }

  .faq-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    border-radius: .5rem;
    flex-direction: column;
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
  }

  .faq-text {
    padding-left: 1.25rem;
    padding-right: .75rem;
  }

  .faq-icon {
    width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
    min-width: 2.5rem;
  }

  .faq-bottom-content {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .name-item {
    height: 3.25rem;
    font-size: 2rem;
  }

  .footer-action-heading {
    font-size: 2rem;
  }

  .name-block {
    height: 3rem;
  }

  .footer-action-component {
    padding-top: 1rem;
  }

  .footer-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .agenda-item {
    padding: 3.75rem 1rem 1.75rem;
  }

  .agenda-item.top {
    padding-top: 1.75rem;
  }

  .agenda-content {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .preview-image-base {
    min-height: 135vw;
  }

  .preview-agenda-days {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .agenda-bottom {
    padding-left: 2rem;
  }

  .agenda-list-title {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 1.5rem;
  }

  .agenda-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .agenda-bottom-content {
    padding-top: 1rem;
  }

  .footer-wrapper {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
  }

  .footer-column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .action-intro {
    grid-column-gap: 9rem;
    grid-row-gap: 9rem;
  }

  .agenda-grid {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .agenda-day {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 1.5rem;
  }

  .specker-list-item {
    width: 90vw;
  }

  .speaker-column-bkg {
    width: 90vw;
    height: 125vw;
  }

  .story-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .story-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .team-basic {
    padding-top: 0;
  }

  .team-avatar {
    width: 3.5rem;
    height: 3.5rem;
  }

  .speaker-portrait {
    width: 90vw;
    height: 132vw;
  }

  .sticky-base.sticky-first-base {
    padding-top: 3.3em;
    padding-bottom: 3.3em;
  }

  .sticky-base.sticky-first-base.servicos {
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
  }

  .speaker-title-image {
    width: 11em;
    height: 11em;
  }

  .speaker-title-image.speaker-image-large {
    width: 46vw;
    height: 34vw;
  }

  .faq-intro {
    padding-bottom: 2.5rem;
  }

  .hero-home-content {
    padding-bottom: 30vh;
  }

  .preview-agenda-item {
    padding: 3.75rem 1rem 1.75rem;
  }

  .preview-agenda-item.top {
    padding-top: 1.75rem;
  }

  .section-sticky-cards {
    margin-top: 0;
  }

  .section-sticky-cards.diferenciais {
    margin-bottom: 0;
  }

  .section-sticky-cards.banners {
    height: auto;
    margin-top: -8rem;
    padding-bottom: 0;
  }

  .section-sticky-cards.depoimentos {
    margin-bottom: 0;
  }

  .section-footer {
    background-position: 100% 32vw;
    background-size: 63%;
  }

  .section-galeria {
    justify-content: center;
    align-items: center;
  }

  .div-enleve-se {
    height: auto;
    padding-top: 2.1em;
    padding-bottom: 2.1em;
  }

  .imagem-dra {
    height: 30vh;
  }

  .div-curriculo {
    padding: 2em 1em;
  }

  .image-4 {
    width: 7em;
  }

  .h3-enleve-se {
    font-size: 1.5rem;
  }

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

  .text-block-4 {
    font-size: 1rem;
  }

  .text-block-5 {
    font-size: .7rem;
  }

  .slider, .image-galery {
    height: 44vh;
  }

  .slide-nav.banners {
    background-color: #334c37;
  }

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

  .mask {
    height: auto;
  }

  .txt-banner {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .text-banner {
    width: auto;
  }

  .bt-fixo-mobile {
    z-index: 999;
    height: 5.9em;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(255, 255, 255, 0));
    align-items: center;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button-3.bt-fixo-mob {
    width: auto;
    background-color: var(--dark-slate-grey);
    justify-content: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 32px;
    display: flex;
  }

  .button-3.bt-fixo-mob:hover {
    background-color: #017955;
  }

  .text-block-6.bt-comece {
    color: var(--old-lace);
    padding-left: 8px;
    font-size: 16px;
    line-height: 130%;
  }

  .img-burger-menu, .img-close-menu {
    width: 1.4rem;
  }

  .txt-descricao {
    width: 82%;
    font-size: 14px;
  }

  .div-img-dor-face {
    width: 70vw;
    height: 70vw;
  }

  .section-conteudo.dtm {
    padding-top: .1em;
    padding-bottom: 2.5em;
  }

  .grid-quiz {
    grid-template-columns: auto;
  }

  .div-img-quiz {
    width: auto;
  }

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

  .txt-pergunta-g {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 1.1;
  }

  .txt-pergunta-g.resultado {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.2;
  }

  .bt-quiz {
    background-color: var(--sea-green);
    color: var(--old-lace);
    border-style: none;
    justify-content: center;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .bt-quiz:hover {
    background-color: var(--sea-green);
    color: var(--old-lace);
    border-style: none;
  }

  .bt-quiz:active {
    border-style: none;
    border-color: var(--goldenrod);
    background-color: var(--sea-green);
    color: var(--old-lace);
  }

  .div-block-2 {
    flex-direction: column;
  }

  .div-txt-quiz {
    padding-bottom: 2.1rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-quiz {
    align-items: center;
  }

  .heading-large-2, .heading-small-2 {
    font-size: 1.8rem;
  }

  .text-block-7 {
    font-size: 1rem;
  }

  .section-footer-2 {
    background-position: 100% 32vw;
    background-size: 63%;
  }

  .footer-bottom-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .page-padding-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .txt-lp.quiz {
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
  }

  .txt-lp.quiz.marque-consulta {
    width: 30ch;
    padding-left: 0;
    padding-right: 0;
  }

  .txt-lp.white {
    font-size: 14px;
  }

  .container-txt-lp {
    max-width: 90%;
    padding: 2.4rem 1.2rem;
  }

  .bt-qui-intro {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
    margin-right: 12px;
    display: flex;
  }

  .txt-pergunta-m {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4c25-937f9d6a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4c28-937f9d6a, #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4c32-937f9d6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_649ff429-7bec-4be8-9ab4-cb4600710de3-937f9d6a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_808a7ab1-d809-4a1c-2d27-fab1d6306e4c-937f9d6a, #w-node-_11302009-314a-90ba-890c-873e2f45a366-937f9d6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-deb726b7-e57d-7899-3f2b-089488c48993-937f9d6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-deb726b7-e57d-7899-3f2b-089488c48995-937f9d6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_74c95e23-ab13-6d29-c831-00e17480685c-937f9d6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74c95e23-ab13-6d29-c831-00e17480685e-937f9d6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_98dfa5c4-f53c-2c9a-c11f-df3a9c4fc8eb-937f9d6a {
  justify-self: start;
}

#w-node-_98dfa5c4-f53c-2c9a-c11f-df3a9c4fc8ec-937f9d6a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_98dfa5c4-f53c-2c9a-c11f-df3a9c4fc8e9-937f9d6a {
  align-self: start;
  justify-self: center;
}

#w-node-_98dfa5c4-f53c-2c9a-c11f-df3a9c4fc8f0-937f9d6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90ba87ed-d67e-58a2-b0fc-f1a9586ad05e-937f9d6a {
  justify-self: start;
}

#w-node-_90ba87ed-d67e-58a2-b0fc-f1a9586ad05f-937f9d6a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_90ba87ed-d67e-58a2-b0fc-f1a9586ad05c-937f9d6a {
  align-self: start;
  justify-self: center;
}

#w-node-_90ba87ed-d67e-58a2-b0fc-f1a9586ad063-937f9d6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d94f926-6325-71bd-4a99-ac4772bdd8d2-937f9d6a {
  justify-self: start;
}

#w-node-_8d94f926-6325-71bd-4a99-ac4772bdd8d3-937f9d6a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-aa31e7f6-3b50-8710-a5ae-8748d067d05c-937f9d6a, #w-node-_04fbd4b1-1c6e-6ad7-350a-57413d51b7f6-937f9d6a, #w-node-_3eac7f35-2022-9604-4142-b0108b7893eb-937f9d6a, #w-node-d9b39ac6-b97c-be3e-b7be-5f4264ef3786-937f9d6a, #w-node-aa27f56e-6e3c-14d9-ee20-941a110de2c7-937f9d6a, #w-node-_6a5785e2-7deb-d804-3fea-fb52ebaf94c2-937f9d6a, #w-node-c5eda864-bc35-8779-204a-6842b0890fe3-937f9d6a, #w-node-d92d3d76-b3f5-c938-b240-f5870917590b-937f9d6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e208db34-3a9b-1029-9b0e-c02ccde72097-937f9d6a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e208db34-3a9b-1029-9b0e-c02ccde72099-937f9d6a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_709b92a8-bca9-b75b-107f-7b28ae347810-937f9d6a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_055a2bbb-9b8d-9e05-0fd7-a046024b429c-937f9d6a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d1ddd8af-5170-b349-5837-61c573e0e43b-937f9d6a {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-d1ddd8af-5170-b349-5837-61c573e0e43d-937f9d6a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4ca6-937f9d6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4ca8-937f9d6a {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4ca9-937f9d6a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4cab-937f9d6a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
  justify-self: start;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4cb2-937f9d6a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4d1c-937f9d6a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4d21-937f9d6a, #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4d2f-937f9d6a, #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4d47-937f9d6a, #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4d67-937f9d6a, #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4d7f-937f9d6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86bf3a3d-00ff-81cc-78fb-3d9e61fbf5ce-61fbf5c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_38a87566-d4ad-de39-9144-52828fb7260a-8fb72609 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38a87566-d4ad-de39-9144-52828fb7260d-8fb72609, #w-node-b2db7896-7d27-7889-e63e-3fbf25840cdd-8fb72609 {
  align-self: center;
  justify-self: start;
}

#w-node-_38a87566-d4ad-de39-9144-52828fb72620-8fb72609 {
  align-self: center;
  justify-self: center;
}

#w-node-_38a87566-d4ad-de39-9144-52828fb72625-8fb72609 {
  align-self: center;
  justify-self: end;
}

#w-node-_5bf182a1-a648-40b9-8891-8617d5db2629-1d7f9d7c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_52d2b93e-33cb-363d-5d30-0141d48cfd2c-1d7f9d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52d2b93e-33cb-363d-5d30-0141d48cfd2e-1d7f9d7c {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: center;
}

#w-node-_52d2b93e-33cb-363d-5d30-0141d48cfd32-1d7f9d7c {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_52d2b93e-33cb-363d-5d30-0141d48cfd35-1d7f9d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_52d2b93e-33cb-363d-5d30-0141d48cfd38-1d7f9d7c {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
  justify-self: end;
}

#w-node-_0f54d9e3-e94b-66a0-435f-a415100cbd21-1d7f9d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_4bf3e35f-c70c-ede5-5542-249b93f6521f-1d7f9d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717467e8-017c-706a-622a-3c27693732e8-1d7f9d7c, #w-node-_717467e8-017c-706a-622a-3c27693732e9-1d7f9d7c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_717467e8-017c-706a-622a-3c27693732ef-1d7f9d7c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_03320d21-6113-01ee-2d38-6a535f7a5f39-1d7f9d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685ae778-bcae-1d74-2f3a-0760408ddf18-1d7f9d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f8547afc-3231-e03f-40ae-5435499024a9-1d7f9d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-dd096339-a46f-0cf1-0037-4f88db5f8bad-1d7f9d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_60cf97f3-0832-5ea2-74ff-e41f8e99dee2-1d7f9d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1c84043f-3372-7c76-e2b5-f673b50a5429-1d7f9d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c84043f-3372-7c76-e2b5-f673b50a542a-1d7f9d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1c84043f-3372-7c76-e2b5-f673b50a542c-1d7f9d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1c84043f-3372-7c76-e2b5-f673b50a542e-1d7f9d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1c84043f-3372-7c76-e2b5-f673b50a5430-1d7f9d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3a853e09-2fa4-f741-219c-9f5eb82e284e-1d7f9d7c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3a853e09-2fa4-f741-219c-9f5eb82e2854-1d7f9d7c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c2464a9d-428d-2abd-3cd4-4ac6ca55ea63-1d7f9d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c2464a9d-428d-2abd-3cd4-4ac6ca55ea65-1d7f9d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc65e02e-b67f-9502-8380-fb489279ed46-1d7f9d7c, #w-node-_3d5f9081-564f-9ef9-3be1-13cea2307661-1d7f9d7c, #w-node-e019eb22-69c1-d1dc-fe90-dc8879d9a90e-1d7f9d7c, #w-node-_1c55725b-3b29-c193-74cc-d3fa0725599a-1d7f9d7c, #w-node-fff720ab-2f76-7087-6995-2072da478a9e-1d7f9d7c, #w-node-_53a0b4f8-e4ce-3845-98c6-c55e325ae054-1d7f9d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8d350e8-96a0-1537-9c18-c5a6c9bd9cbd-c9bd9cb7, #w-node-_01144015-a621-694c-7d86-4e4c59262596-5926258f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_01144015-a621-694c-7d86-4e4c5926259c-5926258f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_01144015-a621-694c-7d86-4e4c592625a1-5926258f, #w-node-_01144015-a621-694c-7d86-4e4c592625a2-5926258f, #w-node-_01144015-a621-694c-7d86-4e4c592625ad-5926258f, #w-node-_01144015-a621-694c-7d86-4e4c592625b8-5926258f, #w-node-_01144015-a621-694c-7d86-4e4c592625c3-5926258f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bf182a1-a648-40b9-8891-8617d5db2629-157f9d7d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0b5fcf56-4a18-a359-af09-070179d2f61f-157f9d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b5fcf56-4a18-a359-af09-070179d2f621-157f9d7d {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: center;
}

#w-node-_0b5fcf56-4a18-a359-af09-070179d2f625-157f9d7d {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_0b5fcf56-4a18-a359-af09-070179d2f628-157f9d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_0b5fcf56-4a18-a359-af09-070179d2f62b-157f9d7d {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
  justify-self: end;
}

#w-node-d53c09c4-bc1a-b671-e03c-a54809ec69a7-157f9d7d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6425c4af-5c54-9889-32eb-1b1a1a697deb-157f9d7d {
  align-self: start;
}

#w-node-_6425c4af-5c54-9889-32eb-1b1a1a697dfc-157f9d7d, #w-node-_6425c4af-5c54-9889-32eb-1b1a1a697e07-157f9d7d, #w-node-_6425c4af-5c54-9889-32eb-1b1a1a697e1f-157f9d7d, #w-node-_6425c4af-5c54-9889-32eb-1b1a1a697e37-157f9d7d, #w-node-_6425c4af-5c54-9889-32eb-1b1a1a697e4f-157f9d7d, #w-node-_6425c4af-5c54-9889-32eb-1b1a1a697e67-157f9d7d, #w-node-_6425c4af-5c54-9889-32eb-1b1a1a697e81-157f9d7d, #w-node-_6425c4af-5c54-9889-32eb-1b1a1a697e99-157f9d7d, #w-node-_6425c4af-5c54-9889-32eb-1b1a1a697eb1-157f9d7d, #w-node-_6425c4af-5c54-9889-32eb-1b1a1a697ec9-157f9d7d, #w-node-_6425c4af-5c54-9889-32eb-1b1a1a697ee1-157f9d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71741108-93d5-0522-c891-65f6bf3a07e4-157f9d7d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1d358048-1f7a-3d8d-dc67-fc0da52ee830-157f9d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1d358048-1f7a-3d8d-dc67-fc0da52ee832-157f9d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_08488776-cb08-0d4b-359b-b745f554fb96-2d7f9d7f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_08488776-cb08-0d4b-359b-b745f554fb98-2d7f9d7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08488776-cb08-0d4b-359b-b745f554fb9a-2d7f9d7f {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: center;
}

#w-node-_08488776-cb08-0d4b-359b-b745f554fba1-2d7f9d7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_4469b2f4-e110-b72d-3b81-2e5e0fdf9f8b-2d7f9d7f {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_89226b8b-7e5b-4c85-bdde-f91a0b4889b6-2d7f9d7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-_2eeee7b4-5bd4-c72b-7755-6f2597cc968e-2d7f9d7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_2eeee7b4-5bd4-c72b-7755-6f2597cc9690-2d7f9d7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a7ec348-9791-9a90-49c0-cfcc58579fca-2d7f9d7f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9a7ec348-9791-9a90-49c0-cfcc58579fd0-2d7f9d7f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5bf182a1-a648-40b9-8891-8617d5db2629-257f9d82 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def17-257f9d82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def19-257f9d82 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: center;
}

#w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def1d-257f9d82 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def20-257f9d82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def23-257f9d82 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
  justify-self: end;
}

#w-node-ef0c327b-6d5e-3027-2bf7-76159dbb25a2-257f9d82, #w-node-ef0c327b-6d5e-3027-2bf7-76159dbb25a3-257f9d82, #w-node-ef0c327b-6d5e-3027-2bf7-76159dbb25ae-257f9d82, #w-node-ef0c327b-6d5e-3027-2bf7-76159dbb25b9-257f9d82, #w-node-ef0c327b-6d5e-3027-2bf7-76159dbb25c4-257f9d82, #w-node-b6f9577d-6c98-1007-930d-3ae6eb86c9e0-257f9d82, #w-node-fb4bef71-5915-e680-2d21-be4dd3f21aa2-257f9d82, #w-node-b269f42a-28bb-6206-032a-95b9cab92554-257f9d82, #w-node-_63b11446-2629-a09d-3129-8361a91564ce-257f9d82, #w-node-_3bc76cac-4d43-8ae8-0aa6-4c6fafd82db8-257f9d82, #w-node-d3799a4d-8f52-3fb0-90b0-eb508961d70f-257f9d82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bf182a1-a648-40b9-8891-8617d5db2629-7a7f9d89 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_090f473b-f4f5-cd9e-a638-a67b1faf8eb0-7a7f9d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2200ea71-bf14-bc29-3d7e-92babb3168e4-7a7f9d89 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: center;
}

#w-node-_440a641a-6e55-788f-2377-9e7b087163d0-7a7f9d89 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f88ab49b-cb6f-6d3e-4844-4c83ca912c89-7a7f9d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_17ad39d1-7679-75ca-96ab-489214382134-7a7f9d89 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
  justify-self: end;
}

#w-node-a031ffff-40e3-ed56-cc65-9bc804f1ba87-7a7f9d89 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a031ffff-40e3-ed56-cc65-9bc804f1ba8d-7a7f9d89 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-fd631855-5daf-002d-94e8-5055ad34a61d-7a7f9d89 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fd631855-5daf-002d-94e8-5055ad34a623-7a7f9d89 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1ba40228-a7ee-3699-bae3-e0cc34ba2ddd-1f648430, #w-node-dfb29784-a9dd-a0fc-94a9-50a9bdea583d-1f648430, #w-node-_877c0b1e-c381-d561-3877-14db850e4262-1f648430, #w-node-_877c0b1e-c381-d561-3877-14db850e4264-1f648430, #w-node-_2be8b605-12f5-9d89-3ce4-6dab32f5b422-1f648430, #w-node-_2be8b605-12f5-9d89-3ce4-6dab32f5b424-1f648430, #w-node-_2be8b605-12f5-9d89-3ce4-6dab32f5b425-1f648430, #w-node-_2be8b605-12f5-9d89-3ce4-6dab32f5b42c-1f648430, #w-node-_2be8b605-12f5-9d89-3ce4-6dab32f5b42f-1f648430, #w-node-_2be8b605-12f5-9d89-3ce4-6dab32f5b436-1f648430, #w-node-_2be8b605-12f5-9d89-3ce4-6dab32f5b438-1f648430 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_889095d1-d6cb-b8ee-5c11-7db1af505252-1f648430 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_889095d1-d6cb-b8ee-5c11-7db1af505255-1f648430, #w-node-_889095d1-d6cb-b8ee-5c11-7db1af505265-1f648430 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8b2c448b-2a28-c408-0809-cc737e4fef21-1f648430 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_808a7ab1-d809-4a1c-2d27-fab1d6306e4c-937f9d6a, #w-node-_11302009-314a-90ba-890c-873e2f45a366-937f9d6a {
    justify-self: stretch;
  }

  #w-node-deb726b7-e57d-7899-3f2b-089488c48995-937f9d6a {
    justify-self: center;
  }

  #w-node-_74c95e23-ab13-6d29-c831-00e17480685e-937f9d6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_98dfa5c4-f53c-2c9a-c11f-df3a9c4fc8e9-937f9d6a, #w-node-_90ba87ed-d67e-58a2-b0fc-f1a9586ad05c-937f9d6a {
    justify-self: start;
  }

  #w-node-e208db34-3a9b-1029-9b0e-c02ccde72099-937f9d6a, #w-node-_709b92a8-bca9-b75b-107f-7b28ae347810-937f9d6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_055a2bbb-9b8d-9e05-0fd7-a046024b429c-937f9d6a {
    grid-column: 1 / 2;
  }

  #w-node-d1ddd8af-5170-b349-5837-61c573e0e43b-937f9d6a {
    grid-column-start: 1;
  }

  #w-node-d1ddd8af-5170-b349-5837-61c573e0e43d-937f9d6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4ca8-937f9d6a, #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4cab-937f9d6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4cb2-937f9d6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4d1c-937f9d6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86bf3a3d-00ff-81cc-78fb-3d9e61fbf5ce-61fbf5c7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_38a87566-d4ad-de39-9144-52828fb72620-8fb72609 {
    justify-self: center;
  }

  #w-node-_6016278e-a8fd-852c-1b4d-a6661d0cf3b6-8fb72609, #w-node-_52d2b93e-33cb-363d-5d30-0141d48cfd2e-1d7f9d7c, #w-node-_52d2b93e-33cb-363d-5d30-0141d48cfd32-1d7f9d7c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_52d2b93e-33cb-363d-5d30-0141d48cfd35-1d7f9d7c {
    justify-self: center;
  }

  #w-node-_52d2b93e-33cb-363d-5d30-0141d48cfd38-1d7f9d7c {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_717467e8-017c-706a-622a-3c27693732e8-1d7f9d7c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0b5fcf56-4a18-a359-af09-070179d2f621-157f9d7d, #w-node-_0b5fcf56-4a18-a359-af09-070179d2f625-157f9d7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0b5fcf56-4a18-a359-af09-070179d2f628-157f9d7d {
    justify-self: center;
  }

  #w-node-_0b5fcf56-4a18-a359-af09-070179d2f62b-157f9d7d {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-d53c09c4-bc1a-b671-e03c-a54809ec69a7-157f9d7d, #w-node-_08488776-cb08-0d4b-359b-b745f554fb9a-2d7f9d7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_08488776-cb08-0d4b-359b-b745f554fba1-2d7f9d7f {
    justify-self: center;
  }

  #w-node-_4469b2f4-e110-b72d-3b81-2e5e0fdf9f8b-2d7f9d7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_89226b8b-7e5b-4c85-bdde-f91a0b4889b6-2d7f9d7f {
    justify-self: center;
  }

  #w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def19-257f9d82, #w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def1d-257f9d82 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def20-257f9d82 {
    justify-self: center;
  }

  #w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def23-257f9d82 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2200ea71-bf14-bc29-3d7e-92babb3168e4-7a7f9d89, #w-node-_440a641a-6e55-788f-2377-9e7b087163d0-7a7f9d89 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f88ab49b-cb6f-6d3e-4844-4c83ca912c89-7a7f9d89 {
    justify-self: center;
  }

  #w-node-_17ad39d1-7679-75ca-96ab-489214382134-7a7f9d89 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_889095d1-d6cb-b8ee-5c11-7db1af505255-1f648430, #w-node-_889095d1-d6cb-b8ee-5c11-7db1af505265-1f648430 {
    justify-self: stretch;
  }

  #w-node-_8b2c448b-2a28-c408-0809-cc737e4fef21-1f648430 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_649ff429-7bec-4be8-9ab4-cb4600710de3-937f9d6a {
    align-self: center;
    justify-self: center;
  }

  #w-node-_808a7ab1-d809-4a1c-2d27-fab1d6306e4c-937f9d6a, #w-node-_11302009-314a-90ba-890c-873e2f45a366-937f9d6a {
    justify-self: stretch;
  }

  #w-node-_8d94f926-6325-71bd-4a99-ac4772bdd8d2-937f9d6a {
    justify-self: start;
  }

  #w-node-_38a87566-d4ad-de39-9144-52828fb7260d-8fb72609 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_889095d1-d6cb-b8ee-5c11-7db1af505252-1f648430 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_889095d1-d6cb-b8ee-5c11-7db1af505255-1f648430, #w-node-_889095d1-d6cb-b8ee-5c11-7db1af505265-1f648430 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_04fbd4b1-1c6e-6ad7-350a-57413d51b7f6-937f9d6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3eac7f35-2022-9604-4142-b0108b7893eb-937f9d6a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d9b39ac6-b97c-be3e-b7be-5f4264ef3786-937f9d6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-aa27f56e-6e3c-14d9-ee20-941a110de2c7-937f9d6a, #w-node-c5eda864-bc35-8779-204a-6842b0890fe3-937f9d6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4d18-937f9d6a {
    order: 9999;
  }

  #w-node-_38a87566-d4ad-de39-9144-52828fb72620-8fb72609 {
    justify-self: start;
  }

  #w-node-_1ba40228-a7ee-3699-bae3-e0cc34ba2ddd-1f648430 {
    justify-self: stretch;
  }

  #w-node-dfb29784-a9dd-a0fc-94a9-50a9bdea583d-1f648430 {
    justify-self: center;
  }

  #w-node-_877c0b1e-c381-d561-3877-14db850e4262-1f648430 {
    justify-self: stretch;
  }

  #w-node-_877c0b1e-c381-d561-3877-14db850e4264-1f648430 {
    justify-self: center;
  }

  #w-node-_2be8b605-12f5-9d89-3ce4-6dab32f5b422-1f648430 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2be8b605-12f5-9d89-3ce4-6dab32f5b424-1f648430 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2be8b605-12f5-9d89-3ce4-6dab32f5b425-1f648430 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2be8b605-12f5-9d89-3ce4-6dab32f5b42c-1f648430, #w-node-_2be8b605-12f5-9d89-3ce4-6dab32f5b436-1f648430 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-Bold.eot') format('embedded-opentype'), url('../fonts/Gambetta-Bold.woff') format('woff'), url('../fonts/Gambetta-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Gambetta-BoldItalic.woff') format('woff'), url('../fonts/Gambetta-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Gambetta-MediumItalic.woff') format('woff'), url('../fonts/Gambetta-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-SemiboldItalic.eot') format('embedded-opentype'), url('../fonts/Gambetta-SemiboldItalic.woff') format('woff'), url('../fonts/Gambetta-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-Regular.eot') format('embedded-opentype'), url('../fonts/Gambetta-Regular.woff') format('woff'), url('../fonts/Gambetta-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-LightItalic.eot') format('embedded-opentype'), url('../fonts/Gambetta-LightItalic.woff') format('woff'), url('../fonts/Gambetta-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-Light.eot') format('embedded-opentype'), url('../fonts/Gambetta-Light.woff') format('woff'), url('../fonts/Gambetta-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-Italic.eot') format('embedded-opentype'), url('../fonts/Gambetta-Italic.woff') format('woff'), url('../fonts/Gambetta-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-Medium.eot') format('embedded-opentype'), url('../fonts/Gambetta-Medium.woff') format('woff'), url('../fonts/Gambetta-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-Semibold.eot') format('embedded-opentype'), url('../fonts/Gambetta-Semibold.woff') format('woff'), url('../fonts/Gambetta-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.eot') format('embedded-opentype'), url('../fonts/Satoshi-Black.woff') format('woff'), url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-BlackItalic.woff') format('woff'), url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.eot') format('embedded-opentype'), url('../fonts/Satoshi-Bold.woff') format('woff'), url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-BoldItalic.woff') format('woff'), url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.eot') format('embedded-opentype'), url('../fonts/Satoshi-Italic.woff') format('woff'), url('../fonts/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.eot') format('embedded-opentype'), url('../fonts/Satoshi-Medium.woff') format('woff'), url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-LightItalic.woff') format('woff'), url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.eot') format('embedded-opentype'), url('../fonts/Satoshi-Light.woff') format('woff'), url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-MediumItalic.woff') format('woff'), url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.eot') format('embedded-opentype'), url('../fonts/Satoshi-Regular.woff') format('woff'), url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}