@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mrdehaviland;
  src: url('../fonts/MrDeHaviland-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --preto-sec: #242424f5;
  --white: white;
  --light-grey: var(--black);
  --gray100: #f2f4f7;
  --amarelo_plt: #ecce54;
  --dourado-platinum: #a99168;
  --laranja1: #f8a428;
  --preto-platinum: #171616;
  --platinum: #fdc284;
  --gray300: #d0d5dd;
  --azul-sec: #7460ef;
  --color: white;
  --grey: #47423e;
  --icon-color: var(--gray400);
  --gray50: #f9fafb;
  --gray400: #98a2b3;
  --laranja3: #fddeb0;
  --roxo-sec: #7460ef;
  --roxo: #7014c9;
  --gray200: #eaecf0;
  --gray600: #475467;
  --laranja2: #391500;
  --verde: #007e26;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

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

h3 {
  color: var(--preto-sec);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

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

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.hide {
  display: none;
}

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

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

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

.max-width-medium.align-center {
  max-width: 30rem;
}

.max-width-medium.align-center.gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

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

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

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

.container-large.footer {
  padding-bottom: 6rem;
}

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

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

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

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

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

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

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

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-medium {
  color: var(--black);
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.margin-bottom.margin-small.aprovado {
  flex-direction: column;
}

.margin-bottom.margin-small.aba3 {
  justify-content: flex-start;
}

.margin-bottom.margin-small.title {
  display: flex;
}

.margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-xsmall.numbers {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.margin-bottom.margin-xsmall.vert {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
}

.margin-bottom.margin-xsmall.vert.aviso {
  font-size: .5rem;
}

.margin-bottom.margin-xsmall.pricing {
  justify-content: flex-start;
  align-items: flex-end;
}

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

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

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.text-size-medium.text-color-white.text-color-black {
  text-transform: uppercase;
  font-weight: 600;
}

.text-size-medium.text-weight-bold {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  width: 100%;
  display: flex;
}

.text-size-medium.text-weight-bold.subhead {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
}

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

.rl-styleguide-message-delete-this {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.margin-top-auto {
  margin-top: auto;
}

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

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

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

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

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

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

.icon-embed-medium.orange-color {
  opacity: 1;
  color: var(--gray100);
  width: 2rem;
  height: 2rem;
}

.icon-embed-medium.orange-color.plus {
  width: 2rem;
}

.icon-embed-medium.orange-color.absolute {
  color: var(--amarelo_plt);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

.heading-style-h5.text-title-card {
  color: #89f9ff;
}

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

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

.form-checkbox-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label {
  margin-bottom: 0;
}

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

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  border: 1px none var(--black);
  background-color: var(--dourado-platinum);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/aco-escovado.webp');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  padding: .75rem 1.5rem;
  font-weight: 700;
  box-shadow: 0 2px 11px #ffffffb5;
}

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

.button.is-link.is-alternate {
  color: var(--white);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  background-color: var(--laranja1);
  color: var(--white);
  background-image: none;
  width: 80%;
  box-shadow: 0 4px 14px #3b3b3bb5;
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
  width: 300px;
}

.button.is-secondary.is-alternate.black {
  box-shadow: 0 6px 18px -1px var(--white);
  color: var(--white);
  background-color: #000;
  background-image: none;
  font-weight: 700;
}

.button.is-secondary.is-alternate.black:hover {
  transform: scale(1.1);
}

.button.is-secondary.is-alternate.black.cta1 {
  box-shadow: 0 3px 13px -1px var(--white);
  color: var(--preto-platinum);
  background-image: url('../images/aco-escovado.webp');
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  border: 2px solid #fff;
  width: 600px;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.button.is-secondary.is-alternate.black.ultmcta {
  width: 100%;
}

.button.is-secondary.is-alternate.black.dourado {
  color: var(--preto-platinum);
  background-image: linear-gradient(207deg, #c7a641, #be8a25);
}

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

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.cta3 {
  background-color: var(--black);
  box-shadow: 0 4px 14px 0 var(--white);
  color: var(--white);
  border-style: none;
}

.button.cta3.black {
  border: 2px solid var(--black);
  color: var(--black);
  background-image: url('../images/aco-escovado.webp');
  background-position: 0 0;
  background-size: auto;
}

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

.heading-style-h4 {
  color: var(--white);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

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

.form-radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.rl-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

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

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

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

.form-input::placeholder {
  color: #0009;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-image: none;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

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

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: none;
}

.button-group.is-center {
  justify-content: center;
}

.button-group.is-center.cta2 {
  display: flex;
}

.button-group.cta3 {
  justify-content: center;
  display: flex;
}

.text-color-white {
  color: var(--white);
  text-align: left;
}

.text-color-white.last-head {
  color: var(--black);
}

.text-color-white.align-center.projeto {
  font-size: 1.5rem;
}

.text-color-white.subt {
  text-transform: uppercase;
  margin-top: -1.2rem;
  font-size: 2.5rem;
}

.text-color-white.blackt {
  color: var(--black);
}

.background-color-white {
  background-color: var(--white);
  font-size: 2rem;
}

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

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

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

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--black);
}

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

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

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

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

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

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

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

.text-align-center.ultima-div {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
}

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

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  position: relative;
}

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

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

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

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.text-rich-text blockquote {
  margin-top: 1.5rem;
  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, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

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

.icon-height-xsmall {
  height: 1.5rem;
}

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

.padding-section-large {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 0;
  display: flex;
}

.padding-section-large.svertical {
  flex-flow: column;
}

.padding-section-large.section-hero {
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.is-black {
  background-color: var(--black);
}

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

.is-gray {
  background-color: var(--light-grey);
}

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

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

.section_home_0_hero-header {
  display: inline-block;
}

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

.home_1_feature_image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: none;
}

.home_1_feature_image.equipe {
  display: inline-block;
}

.home_1_feature_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.home_1_feature_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.home_1_feature_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-self: center;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.home_1_feature_item-list.cardvertical {
  grid-template-columns: 1fr;
}

.home_1_feature_image-wrapper {
  position: relative;
}

.section_home_1_feature {
  background-image: url('../images/BG6_PlatinumGold_webp.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 100vh;
}

.home_1_feature_item.hd {
  border: 1px solid var(--gray300);
  flex-flow: column;
  height: 100%;
  min-height: 320px;
  padding: 12px;
  display: flex;
}

.home_1_feature_item.hd.cardvertical {
  min-height: 240px;
}

.home_1_feature_item.hd.materias {
  border-style: solid;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: auto;
  min-height: 0;
}

.home_4_features-list_item {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.home_4_features-list_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home_4_features-list_list {
  grid-column-gap: 7.75rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 60%;
  display: grid;
}

.home_4_features-list_list._3feat {
  grid-column-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home_4_features-list_list._3feat._2 {
  display: none;
}

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

.home_3_benefits_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.home_3_benefits_image-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.home_3_benefits_image-wrapper.midsec {
  justify-content: flex-start;
  align-items: center;
}

.home_3_benefits_text-wrapper {
  color: var(--white);
}

.home_3_benefits_image {
  width: 50%;
  height: 100%;
  display: none;
}

.home_3_benefits_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_3_benefits_component.grid2 {
  grid-column-gap: 5rem;
  grid-template-columns: 1fr 1.5fr;
}

.section_home_3_benefits {
  flex-flow: column;
  display: flex;
}

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

.home_5_cta_component.ctaplat {
  grid-template-rows: auto auto;
}

.home_5_cta_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.home_5_cta_button-row.ultmctarow {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.home_5_cta_card {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  background-color: var(--dourado-platinum);
  background-image: url('../images/aco-escovado.webp');
  background-position: 0 100%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 3rem;
  display: grid;
  position: relative;
}

.home_5_cta_card.preco {
  border: 1px dashed var(--white);
  background-color: #a9916800;
  background-image: none;
}

.home_5_cta_background-video-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video-overlay-layer {
  z-index: 1;
  background-color: var(--azul-sec);
  position: absolute;
  inset: 0%;
}

.section_home_5_cta {
  position: relative;
}

.home_5_cta_content {
  flex: 1;
}

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

.home_6_testimonial_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.home_6_testimonial_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.home_6_testimonial_rating-icon {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.home_6_testimonial_component {
  column-count: 3;
  column-gap: 2rem;
}

.home_6_testimonial_content {
  border: 1px solid var(--color);
  color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  display: inline-block;
}

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

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

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

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

.home_7_gallery_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_7_gallery_image-wrapper {
  background-color: #000;
  width: 100%;
}

.home_7_gallery_lightbox-link {
  width: 100%;
  height: 100%;
  position: relative;
}

.home_8_features-list_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.home_8_features-list_timeline-wrapper {
  position: relative;
}

.home_8_features-list_progress-bar {
  background-color: #f0dab43d;
  width: 2px;
  height: 100%;
}

.home_8_features-list_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home_8_features-list_timeline-icon-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: -1rem;
  padding: 1rem;
  display: flex;
  position: relative;
}

.home_8_features-list_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.home_8_features-list_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.home_8_features-list_progress-bar-wrapper {
  background-color: #00000026;
  width: 2px;
  height: 75%;
  position: absolute;
  top: 10%;
  left: 2.4375rem;
  right: auto;
}

.section_home_9_cta {
  overflow: hidden;
}

.home_10_faq_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home_10_faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.home_10_faq_answer {
  overflow: hidden;
}

.home_10_faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.home_10_faq_list {
  border-bottom: 1px solid var(--white);
}

.home_10_faq_list.first-col {
  border-bottom-color: var(--color);
}

.home_10_faq_question {
  border-top: 1px solid var(--white);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.image-overlay-layer {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

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

.section_home_11_cta {
  background-color: #fff;
  background-image: url('../images/topography-platinum.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
  position: relative;
}

.home_11_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.home_11_cta_background-image-wrapper {
  z-index: -1;
  background-color: #fff;
  background-image: url('../images/topography-platinum.svg');
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.flex-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
}

.button-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: stretch stretch;
  margin-top: 120px;
  display: grid;
}

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

.lines {
  z-index: -1;
  opacity: .85;
  color: var(--grey);
  width: 100%;
  height: 100%;
  position: absolute;
}

.previous-button {
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  transition: opacity .2s, transform .4s cubic-bezier(.68, -.55, .265, 1.55), box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.previous-button:hover {
  transform: scale(.9);
  box-shadow: 0 2px 20px -8px #92631f;
}

.previous-button:active {
  opacity: .5;
  transform: scale(.8);
}

.image {
  object-fit: contain;
  border-radius: 14px;
  height: 90%;
}

.carousel_cell {
  cursor: pointer;
  background-image: none;
  border: 2px solid #7014c926;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 120px;
  margin-top: 10px;
  margin-left: 10px;
  padding-left: 4px;
  padding-right: 4px;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: absolute;
  box-shadow: inset 0 -4px 20px 7px #ffffffb0;
}

.carousel_cell:hover {
  transform: translate(0, -57px);
  box-shadow: inset 0 0 20px 40px #ffffffb0;
}

.carousel_cell._3 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(80deg)rotateZ(0)translate3d(0, 0, 288px);
}

.carousel_cell._8 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(280deg)rotateZ(0)translate3d(0, 0, 288px);
}

.carousel_cell._4 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(120deg)rotateZ(0)translate3d(0, 0, 288px);
}

.carousel_cell._1 {
  transform-style: preserve-3d;
  background-image: none;
  border-color: #ffffff26;
  border-radius: 12px;
  transform: translate3d(0, 0, 288px);
}

.carousel_cell._6 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(200deg)rotateZ(0)translate3d(0, 0, 288px);
}

.carousel_cell._9 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(320deg)rotateZ(0)translate3d(0, 0, 288px);
}

.carousel_cell._2 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(40deg)rotateZ(0)translate3d(0, 0, 288px);
}

.carousel_cell._5 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(160deg)rotateZ(0)translate3d(0, 0, 288px);
}

.carousel_cell._7 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(240deg)rotateZ(0)translate3d(0, 0, 288px);
}

.section-videos {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block {
  z-index: 1;
  background-image: linear-gradient(357deg, #000, var(--icon-color) 79%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 83px;
  font-family: Merriweather, serif;
  font-size: 65px;
  line-height: 1em;
  position: relative;
}

.next-button {
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  transition: opacity .2s, transform .4s cubic-bezier(.68, -.55, .265, 1.55), box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.next-button:hover {
  transform: scale(.9);
  box-shadow: 0 2px 20px -8px #92631f;
}

.next-button:active {
  opacity: .5;
  transform: scale(.8);
}

.carousel {
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: transform .8s cubic-bezier(.68, -.55, .265, 1.55);
  position: absolute;
  transform: translate(0)rotateX(-8deg)rotateY(0)rotateZ(0);
}

.scene {
  perspective: 800px;
  perspective-origin: 50%;
  width: 210px;
  height: 140px;
  position: relative;
}

.fa-icon {
  color: var(--amarelo_plt);
  -webkit-text-stroke-color: var(--dourado-platinum);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 3rem;
}

.fa-icon.numbers {
  color: var(--dourado-platinum);
  border: 1px solid #bfbfbf47;
  border-radius: 0;
  justify-content: center;
  padding-left: 0;
  font-size: 2rem;
  display: flex;
}

.fa-icon.numbers.arrow {
  color: var(--white);
  border-style: none;
  border-color: #ffffff47;
  padding-left: 4px;
  padding-right: 4px;
}

.fa-icon.platinum {
  font-size: 4rem;
}

.text-span {
  color: var(--white);
  -webkit-text-stroke-color: var(--icon-color);
  font-size: 2rem;
}

.heading1 {
  color: var(--white);
  display: flex;
}

.heading1.aprovados {
  text-align: center;
  font-size: 3rem;
}

.heading1.header {
  color: var(--white);
  font-size: 3rem;
}

.heading1.header.capslock {
  color: var(--dourado-platinum);
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.heading1.titulomobile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.image-2 {
  max-width: 100%;
  max-height: none;
  display: inline-block;
}

.text-block-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: block;
  position: static;
  inset: auto 0% 0% auto;
}

.text-block-2.absoluto {
  margin-bottom: -50px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-block-2.absoluto.coach {
  display: none;
}

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

.heading.materiasp {
  text-transform: uppercase;
  font-weight: 500;
}

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

.div-block-27 {
  flex-direction: column;
  width: 100%;
  height: 10rem;
  display: flex;
}

.div-block-27.vagas {
  height: auto;
}

.pop-up {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up.lista-vagas, .pop-up.lista-vagas.pacotes {
  display: flex;
}

.pop-up.lista-vagas.pacotes.por-area {
  z-index: 99;
  display: none;
}

.pop-up.lista-vagas.pacotes.por-area.youtube, .pop-up.lista-vagas.pacotes.por-area.desconto {
  display: none;
}

.text-economize {
  text-align: center;
  font-size: .75rem;
}

.button-2 {
  color: #141527;
  text-align: center;
  background-color: #f09e59;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 6.6875rem;
  height: 3rem;
  font-size: 1rem;
  display: flex;
  box-shadow: 0 2px 5px #383838e3;
}

.button-2.menor {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  width: 8rem;
  font-size: .8rem;
  font-weight: 400;
}

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

.button-2.sec-button.popup {
  color: #141527;
  background-color: #fff;
  font-weight: 600;
}

.button-2.sec-button.popup.menor {
  background-color: #f09e59;
  font-weight: 400;
}

.button-2.sec-button.popup.menor.assinatura {
  color: #fff;
  background-color: #141527;
  width: 8rem;
}

.button-2.sec-button.popup.menor.assinatura.grande {
  color: #000;
  background-image: url('../images/aco-escovado.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 0;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 -3px 10px #9e9e9eb5;
}

.text-block-8 {
  background-color: var(--black);
  opacity: .38;
  color: #c9c9c9;
  text-align: center;
  cursor: pointer;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px 5px #00000073;
}

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

.bold-text-5.pacote {
  font-size: 1.2rem;
  font-weight: 600;
}

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

.div-block-19 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-19.exit {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 24px;
}

.div-block-19.exit.por-area {
  justify-content: flex-end;
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.text-span-11 {
  font-size: 1rem;
  font-weight: 400;
}

.video-container {
  border-bottom: 1px solid #7070702e;
  flex-direction: row;
  width: 100%;
  height: 2.5rem;
  display: flex;
}

.video-container.areas {
  border-bottom: 1px solid #b8b8b83d;
  height: 3rem;
  display: flex;
}

.video-container.areas.autorizados {
  height: 4rem;
}

.video-container.areas.rotulo {
  border-bottom-width: 2px;
  border-bottom-color: #0000003d;
  height: 360px;
}

.text-span-12 {
  font-size: 1rem;
  font-weight: 400;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 100%;
  display: flex;
}

.div-block-29.areas {
  justify-content: flex-start;
  width: 95vw;
}

.div-block-29.areas.autorizados {
  flex-direction: column;
  justify-content: space-between;
  width: 50vw;
  position: relative;
}

.div-block-29.areas.autorizados.first-block {
  justify-content: center;
}

.div-block-29.areas.autorizados.interesse {
  border: 1px #000;
}

.div-block-29.lista {
  text-align: center;
  width: 50vw;
}

.div-block-29.lista.orgao {
  width: 50vw;
}

.div-block-29.lista.orgao.interesse {
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
}

.element-popup {
  z-index: 99;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  order: 0;
  justify-content: space-between;
  width: 35rem;
  height: auto;
  max-height: 90vh;
  padding: 1rem;
  display: flex;
  position: fixed;
  box-shadow: -4px 2px 8px 2px #1b1b1bde;
}

.element-popup.desconto {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.div-block-43 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-popup {
  z-index: 2;
  cursor: pointer;
  background-color: #696969ed;
  order: 0;
  width: 100%;
  min-height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.div-block-21 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-21.lista-vagas, .div-block-21.lista-vagas.pacotes {
  overflow: auto;
}

.text-block-7 {
  color: #141527;
  text-align: center;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-7.pacotes {
  font-size: 2rem;
  line-height: 100%;
}

.bold-text-9 {
  font-size: 1.2rem;
  font-weight: 600;
}

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

.youtube-2, .html-embed {
  display: flex;
}

.div-block-44 {
  cursor: pointer;
  background-color: #74ca5a;
  height: 48px;
  display: none;
}

.pause {
  background-color: #b32d2d;
  height: 48px;
  display: none;
}

.image-3 {
  aspect-ratio: 600 / 750;
  border-radius: 10px;
  width: 250px;
  position: static;
}

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

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

.text {
  text-align: left;
  flex-direction: column;
  width: 30%;
  display: flex;
}

.contorno {
  width: 30%;
}

.text-span-14, .bold-text-10, .text-span-15 {
  color: var(--white);
}

.div-block-45 {
  display: none;
}

.unsplash-image {
  opacity: .51;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.text-block-9 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-10 {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.flex-block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
}

.vertical-header {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.image-4 {
  display: none;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.gap-row-28px {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.grid-1-column.gap-row-28px.mg-top-110px {
  margin-top: 110px;
}

.grid-1-column.gap-row-28px.mg-top-110px.mg-top-0-mbl {
  grid-column-gap: 28px;
  margin-top: 60px;
}

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

.grid-2-columns.align-top {
  align-items: start;
}

.grid-2-columns.align-top._2-col-mbl {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.image-5 {
  border-radius: 12px;
}

.body {
  background-color: var(--preto-platinum);
}

.paragraph-6, .paragraph-7 {
  color: var(--white);
}

.lottie-animation {
  width: 72px;
  height: 72px;
  transform: rotate(180deg);
}

.flex-block-3 {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-11 {
  color: #e0e0e0;
  text-align: center;
  background-image: url('../images/aco-escovado.webp');
  background-position: 0 0;
  background-size: auto;
  font-family: Roboto, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-11.text-with-bg {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/aco-escovado.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: scroll;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
}

.image-6 {
  max-width: 60%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-7 {
  max-width: 60%;
  padding-top: 0;
  position: absolute;
  inset: -328px 0% 0% auto;
}

.image-8 {
  object-fit: contain;
  width: 100%;
  height: 80%;
  position: static;
  inset: 13% auto auto 0%;
}

.image-8.imgsmall {
  width: 50%;
}

.text-block-12 {
  font-size: 2.5rem;
}

.nums {
  border: 1px solid var(--dourado-platinum);
  color: var(--dourado-platinum);
  text-align: center;
  width: 3.75rem;
  font-size: 2.5rem;
}

.sobre-o-curso_8_hero-header_image-list-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: -62.7%;
  display: grid;
}

.sobre-o-curso_8_hero-header_images-layout {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sobre-o-curso_8_hero-header_component {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.sobre-o-curso_8_hero-header_content-bottom {
  justify-content: flex-start;
  width: 100vw;
  margin-bottom: 3rem;
  display: flex;
  overflow: hidden;
}

.sobre-o-curso_8_hero-header_image-list-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  display: grid;
}

.sobre-o-curso_8_hero-header_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sobre-o-curso_8_hero-header_image-wrapper {
  width: 26rem;
  padding-top: 75%;
  position: relative;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.sobre-o-curso_8_hero-header_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-3.max-width-full {
  text-transform: uppercase;
  order: 1;
  font-weight: 700;
  box-shadow: 0 -5px 11px 6px #fff3;
}

.button-3.max-width-full.super-light {
  box-shadow: 0 -5px 7px 1px #fff3;
}

.text-block-13 {
  color: var(--white);
}

.text-block-13.preco {
  color: var(--platinum);
  text-align: center;
  font-size: 2rem;
}

.text-block-13.preco.aviso {
  color: var(--dourado-platinum);
  font-size: 1rem;
}

.text-span-16 {
  text-decoration: line-through;
}

.flex-block-4 {
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
}

.bold-text-12, .text-span-17, .text-span-18 {
  color: var(--white);
}

.section {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--icon-color);
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.heading-3 {
  text-align: center;
  padding: 0;
}

.image-9 {
  opacity: .73;
}

.banner-text {
  color: var(--preto-sec);
  text-align: center;
}

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

.container-2 {
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  height: 77vh;
  min-height: 570px;
  display: flex;
}

.button-4 {
  background-color: var(--white);
  text-align: center;
  background-image: linear-gradient(90deg, #c7a641 8%, #ecce54 14%, #c18d26 37%, #be8a25 75%);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.button-4:hover {
  border: 1px solid var(--laranja1);
  font-size: 1.1rem;
}

.button-4.btnpopup {
  background-image: linear-gradient(90deg, #551f00, #f6a227 39%, #f8a428 78%, #f8a428);
  width: 100%;
}

.button-4.gold {
  color: var(--preto-platinum);
  font-weight: 700;
}

.flex-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-block-14 {
  text-align: center;
  align-self: stretch;
}

.paragraph-8 {
  align-self: flex-end;
}

.flex-block-19 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: center;
  align-self: center;
  align-items: center;
}

.home_benefits-2_image {
  width: 100%;
  height: 100%;
}

.home_benefits-2_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 12px;
  display: flex;
}

.home_benefits-2_item.shadow-medium {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  height: 100%;
  padding: 1.5rem;
}

.home_benefits-2_item.shadow-medium.card-saude {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #eee;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 280px;
  min-width: 120px;
  padding: 0 0 1.5rem;
  overflow: hidden;
}

.home_benefits-2_image-wrapper {
  width: 100%;
  position: relative;
}

.home_feature_arrow-2 {
  background-color: #08172d;
  border: 1px #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.home_feature_arrow-2.is-left {
  background-color: #08172d;
  border-style: none;
  right: 4rem;
}

.home_feature_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.button-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #89f9ff;
  border-style: none;
  border-radius: 5px;
  align-self: center;
  margin-top: 16px;
  padding: .75rem 1.5rem;
  text-decoration: none;
  position: static;
  box-shadow: 2px 2px 5px -1px #4c2fa6;
}

.button-5.is-primary {
  box-shadow: none;
  color: #000;
  background-color: #fff;
  font-weight: 700;
}

.button-5.is-primary:hover {
  background-color: #89f9ff;
}

.button-5.is-primary.second-btn {
  color: #fff;
  background-color: #08172d;
  width: 80%;
}

.button-5.is-primary.second-btn:hover {
  background-color: #153564;
}

.div-block-46 {
  width: 100%;
  margin-top: 16px;
  padding-bottom: 16px;
}

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

.bold-text-13 {
  font-size: 2rem;
  line-height: 1;
}

.text-span-20 {
  color: #ccc;
}

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

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

.div-block-47 {
  border-top: 1px solid #08172d;
  border-radius: 1px;
  width: 100%;
  height: 0;
}

.home_feature_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 5rem;
  display: none;
  position: relative;
}

.flex-block-20 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  background-color: #08172d;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  overflow: hidden;
}

.flex-block-21 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.home_feature_slide {
  width: 312px;
  height: 100%;
  padding-right: 2rem;
}

.flex-block-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin: 1.5rem;
}

.div-block-48 {
  border-right: 1px solid var(--gray50);
  opacity: .3;
  width: 2px;
  height: 20rem;
}

.flex-block-22 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.flex-block-23 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.div-block-49 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.icon-div {
  position: relative;
}

.icon-div.heroicon {
  display: none;
}

.image-10 {
  max-width: 72%;
  position: static;
  inset: auto 0% 0%;
}

.div-block-50 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-span-21, .text-span-22 {
  color: var(--gray400);
  font-size: 2rem;
  line-height: 2;
}

.text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28 {
  color: var(--laranja1);
}

.paragraph-10 {
  color: var(--black);
  text-transform: uppercase;
  font-weight: 600;
}

.paragraph-10.p-price {
  color: var(--white);
}

.div-block-51 {
  z-index: 1;
  width: 20%;
  position: absolute;
}

.image-11 {
  width: 36px;
}

.flex-block-24 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: stretch;
  width: 100%;
  max-width: 940px;
}

.bold-text-14 {
  color: var(--gray100);
}

.bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19 {
  color: var(--laranja1);
}

.text-span-29 {
  font-size: 1.2rem;
}

.grid-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  position: absolute;
  inset: auto 0% 0%;
}

.bold-text-20 {
  color: var(--laranja1);
}

.bold-text-21, .bold-text-22, .bold-text-23 {
  color: var(--amarelo_plt);
}

.bold-text-24 {
  color: var(--laranja1);
}

.text-block-15 {
  text-align: center;
  background-color: #e60000;
  border-radius: 100px;
  width: 1.8rem;
  font-size: 1.2rem;
  line-height: 1.5;
  text-decoration: none;
  position: absolute;
  inset: -.6rem -.6rem auto auto;
}

.text-block-15.off {
  background-color: var(--amarelo_plt);
  color: var(--black);
  background-image: linear-gradient(90deg, #c7a641 26%, #be8a25 81%);
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
  inset: -.6rem auto auto -1rem;
}

.text-block-16, .text-block-17 {
  font-size: 3rem;
}

.text-span-30, .text-span-31 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/aco-escovado.webp');
  background-position: 0 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-32 {
  font-size: 1.5rem;
  font-weight: 700;
}

.text-span-33 {
  text-decoration: underline;
}

.text-block-18 {
  font-size: 3rem;
}

.text-block-19 {
  color: var(--laranja1);
  font-size: 3rem;
  font-weight: 700;
}

.text-block-20 {
  text-align: center;
  padding-bottom: 2rem;
  font-size: 1.5rem;
}

.text-span-34 {
  color: var(--laranja3);
  font-size: 2rem;
}

.text-span-35 {
  color: var(--laranja1);
  font-size: 2rem;
  font-weight: 700;
}

.text-span-36 {
  color: var(--laranja3);
}

.text-span-37 {
  color: var(--laranja1);
  font-weight: 700;
}

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

.heading-4.hprice.cheio {
  font-size: 1.5rem;
  overflow: visible;
}

.text-span-38, .text-span-39, .text-span-40 {
  color: var(--laranja1);
}

.bold-text-25, .bold-text-26, .bold-text-27 {
  color: var(--amarelo_plt);
}

.text-span-41 {
  font-size: 1.2rem;
  text-decoration: line-through;
}

.text-span-42, .text-span-43 {
  font-size: 1.2rem;
}

.text-span-44 {
  color: var(--amarelo_plt);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(97deg, #c7a641 6%, #be8a25 58%);
  -webkit-background-clip: text;
  background-clip: text;
}

.pr {
  color: #be8a25;
  font-size: 1.2rem;
}

.text-span-45 {
  text-decoration: line-through;
}

.text-span-46 {
  font-size: 2rem;
  font-weight: 600;
}

.flex-block-25 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-end;
}

.bold-text-28 {
  color: var(--amarelo_plt);
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.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-size-medium.text-weight-bold {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: stretch;
  }

  .text-size-medium.text-weight-bold.subhead {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

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

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

  .button.is-secondary.is-alternate.black.cta1 {
    margin-top: 1rem;
  }

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

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

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

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

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .home_0_hero-header_image {
    height: auto;
    max-height: none;
  }

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

  .home_0_hero-header_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .home_1_feature_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home_1_feature_content {
    height: auto;
  }

  .home_1_feature_item-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .home_4_features-list_list {
    grid-column-gap: 2rem;
  }

  .home_4_features-list_list._3feat {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .home_3_benefits_image-wrapper {
    height: 700px;
  }

  .home_3_benefits_image {
    width: 20%;
  }

  .home_3_benefits_component {
    grid-column-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    min-height: auto;
    display: flex;
  }

  .home_5_cta_button-row {
    flex: none;
  }

  .home_5_cta_card {
    grid-column-gap: 3rem;
    padding: 2rem;
  }

  .home_5_cta_content {
    margin-right: 3rem;
  }

  .home_6_testimonial_component {
    column-count: 2;
  }

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

  .home_8_features-list_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .home_8_features-list_timeline-step {
    grid-column-gap: 24px;
  }

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

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

  .heading1.header {
    font-size: 2.5rem;
  }

  .text-block-2.absoluto {
    margin-bottom: -40px;
  }

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

  .pop-up.lista-vagas.pacotes, .pop-up.lista-vagas.pacotes.por-area {
    display: none;
  }

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

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

  .text-span-14, .text-span-15 {
    line-height: 1.1;
  }

  .image-4 {
    display: none;
  }

  .flex-block-3 {
    inset: auto 0% 0%;
  }

  .image-6 {
    inset: 0% auto auto 0%;
  }

  .image-7 {
    inset: 0% 0% auto auto;
  }

  .image-8 {
    inset: auto 0% 0%;
  }

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

  .home_feature_mask {
    width: 50%;
  }

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

  .flex-block-25 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 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-size-medium {
    font-size: 1rem;
  }

  .text-size-medium.text-weight-bold {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: row;
  }

  .text-size-medium.text-weight-bold.subhead {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .home_0_hero-header_component {
    padding-top: 4rem;
  }

  .home_1_feature_component, .home_4_features-list_list, .home_3_benefits_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

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

  .home_5_cta_content {
    margin-right: 0;
  }

  .home_6_testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .home_6_testimonial_component {
    column-count: 1;
  }

  .home_6_testimonial_content {
    padding: 1.5rem;
  }

  .home_6_testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .home_7_gallery_component, .home_7_gallery_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home_8_features-list_component {
    grid-template-columns: 1fr;
  }

  .home_8_features-list_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .home_8_features-list_progress-bar-wrapper {
    left: 2rem;
  }

  .home_10_faq_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .home_10_faq_icon-wrapper {
    width: 1.75rem;
  }

  .home_10_faq_list.first-col {
    border-bottom-style: none;
  }

  .home_10_faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home_11_cta_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .pop-up.lista-vagas.pacotes, .pop-up.lista-vagas.pacotes.por-area {
    display: none;
  }

  .text-economize {
    line-height: .75rem;
  }

  .element-popup {
    width: 30rem;
    height: auto;
  }

  .div-block-21.lista-vagas.pacotes {
    overflow: auto;
  }

  .bold-text-10 {
    justify-content: center;
    align-items: center;
    line-height: 1.1;
    display: flex;
  }

  .grid-1-column.gap-row-28px {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-1-column.gap-row-28px.mg-top-110px.mg-top-0-mbl {
    margin-top: 0;
  }

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

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

  .sobre-o-curso_8_hero-header_image-wrapper {
    width: 18rem;
  }

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

  .home_feature_arrow-2.is-left {
    right: 3.5rem;
  }

  .home_feature_mask {
    width: 80%;
  }

  .home_feature_slide {
    padding-right: 1.5rem;
  }
}

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

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

  .page-wrapper {
    overflow: hidden;
  }

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

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

  .margin-bottom.margin-small.aba3 {
    flex-direction: row;
  }

  .margin-bottom.margin-xsmall {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    display: flex;
  }

  .margin-bottom.margin-xsmall.numbers {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
  }

  .margin-bottom.margin-xsmall.vert {
    text-align: center;
  }

  .margin-bottom.margin-xsmall.pricing {
    justify-content: center;
    align-items: center;
  }

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

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

  .text-size-medium.text-weight-bold {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-direction: column;
  }

  .text-size-medium.text-weight-bold.subhead {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .button.is-secondary.is-alternate.black {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3.5rem;
    padding: .5rem 0;
    font-size: .8rem;
    display: flex;
  }

  .button.is-secondary.is-alternate.black.cta1 {
    width: 100%;
    margin-top: 0;
  }

  .button.is-secondary.is-alternate.black.ultmcta {
    align-self: center;
    height: 100%;
  }

  .text-color-white.last-head {
    color: var(--black);
  }

  .text-color-white.align-center {
    font-weight: 700;
  }

  .text-color-white.align-center.projeto {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-color-white.subt {
    margin-top: .6rem;
    font-size: 1.6rem;
  }

  .text-color-white.blackt {
    font-size: 1.5rem;
  }

  .icon-embed-xsmall {
    color: var(--platinum);
  }

  .padding-section-large.svertical {
    align-items: stretch;
  }

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

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

  .home_1_feature_image {
    border-radius: 16px;
  }

  .home_1_feature_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .home_1_feature_item-list {
    grid-template-columns: 1fr;
    display: none;
  }

  .home_1_feature_item-list.cardvertical {
    flex-flow: column;
    display: flex;
  }

  .section_home_1_feature {
    background-image: url('../images/BG6_platinumgold_mobile_webp.webp');
    background-position: 50% 100%;
    height: calc(100vh - 32px);
  }

  .home_1_feature_item.hd.materias {
    padding: 0;
  }

  .home_4_features-list_list {
    grid-template-columns: 1fr;
  }

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

  .home_3_benefits_item-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .home_3_benefits_image-wrapper {
    height: 520px;
  }

  .home_3_benefits_image-wrapper.midsec {
    height: 480px;
  }

  .home_3_benefits_image-wrapper.divtutoryimg {
    height: 320px;
  }

  .home_3_benefits_text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
  }

  .home_3_benefits_image {
    width: 50%;
  }

  .home_3_benefits_content {
    justify-content: flex-start;
    display: flex;
  }

  .home_3_benefits_content.gridpc {
    display: none;
  }

  .home_3_benefits_content.divcarousel {
    flex-flow: column;
  }

  .home_3_benefits_component {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .home_3_benefits_component.grid2 {
    grid-row-gap: 2rem;
  }

  .home_5_cta_button-row {
    justify-content: space-around;
  }

  .home_5_cta_button-row.ultmctarow {
    align-content: stretch;
    height: 3rem;
  }

  .home_5_cta_card {
    grid-template-columns: minmax(200px, 100%);
  }

  .home_6_testimonial_client {
    align-items: center;
  }

  .home_6_testimonial_component {
    display: none;
  }

  .home_8_features-list_component, .home_10_faq_component, .home_11_cta_component {
    grid-template-columns: 1fr;
  }

  .image {
    border-radius: 14px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .carousel_cell {
    background-image: none;
    border-radius: 12px;
  }

  .section-videos {
    justify-content: center;
    height: 100%;
  }

  .text-block {
    text-transform: uppercase;
    margin-bottom: 36px;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 40px;
  }

  .fa-icon.numbers {
    justify-content: center;
  }

  .fa-icon.platinum {
    font-size: 2rem;
  }

  .heading1 {
    text-align: center;
    font-size: 2rem;
    display: block;
  }

  .heading1.aprovados {
    font-size: 2.5rem;
  }

  .heading1.header.capslock {
    font-size: 1rem;
  }

  .heading1.titulomobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-2 {
    justify-content: center;
    display: flex;
  }

  .text-block-2.absoluto {
    margin-bottom: -20px;
    inset: auto 0% 0% auto;
  }

  .text-block-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    display: flex;
  }

  .heading {
    text-align: center;
  }

  .heading.materiasp {
    font-size: 1rem;
  }

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

  .pop-up.lista-vagas, .pop-up.lista-vagas.pacotes, .pop-up.lista-vagas.pacotes.por-area {
    display: none;
  }

  .pop-up.lista-vagas.pacotes.por-area.youtube {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .button-2 {
    width: 6.6875rem;
    height: 3rem;
  }

  .button-2.menor {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-direction: row;
    width: 96%;
    height: 3rem;
    padding-left: 1px;
    padding-right: 1px;
    font-size: .8rem;
    line-height: .9rem;
  }

  .button-2.sec-button.popup.menor {
    width: 90%;
    font-weight: 400;
    line-height: 1rem;
  }

  .button-2.sec-button.popup.menor.assinatura {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-5.pacote {
    font-weight: 500;
  }

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

  .text-popup.mobile-text {
    text-align: left;
    font-size: .75rem;
    line-height: 1rem;
  }

  .text-span-11 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: .8rem;
    line-height: .9rem;
    display: flex;
  }

  .video-container.areas.autorizados {
    height: 5rem;
    padding-right: 0;
  }

  .video-container.areas.rotulo {
    height: 200px;
    padding-right: 4px;
  }

  .text-span-12 {
    font-size: .8rem;
    line-height: .9rem;
  }

  .div-block-29 {
    flex-direction: column;
    width: 50vw;
  }

  .div-block-29.areas.autorizados, .div-block-29.areas.autorizados.first-block {
    width: 50vw;
  }

  .div-block-29.areas.autorizados.interesse {
    border-left-style: none;
    border-right-style: none;
    width: 50vw;
  }

  .div-block-29.lista, .div-block-29.lista.orgao, .div-block-29.lista.orgao.interesse {
    width: 60vw;
  }

  .element-popup {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    width: 97vw;
    height: auto;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .bg-popup {
    height: 100%;
  }

  .div-block-21 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-21.lista-vagas.pacotes {
    overflow: auto;
  }

  .text-block-7.pacotes {
    border: 1px #000;
    font-size: 1.6rem;
  }

  .bold-text-9 {
    font-weight: 600;
  }

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

  .text, .contorno {
    width: 100%;
  }

  .text-span-14, .bold-text-10, .text-span-15 {
    line-height: 1.1;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
    text-align: center;
  }

  .text-block-10 {
    font-size: 1rem;
  }

  .flex-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

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

  .grid-1-column.gap-row-28px {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-2-columns.align-top._2-col-mbl {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .text-block-11 {
    font-size: 6rem;
  }

  .text-block-11.text-with-bg {
    font-size: 3.5rem;
  }

  .image-6 {
    max-width: 40%;
    transform: rotate(-9deg);
  }

  .image-7 {
    max-width: 50%;
    transform: rotate(9deg);
  }

  .sobre-o-curso_8_hero-header_image-wrapper {
    width: 60vw;
  }

  .text-block-13.preco {
    font-size: 1.5rem;
  }

  .text-block-13.preco.aviso, .bold-text-11 {
    text-align: center;
  }

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

  .image-9 {
    width: 24px;
  }

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

  .container-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    min-height: 400px;
  }

  .container-2.cont2b {
    width: 0%;
    height: 0;
    min-height: 0;
  }

  .home_benefits-2_item.shadow-medium.card-saude {
    min-width: 80px;
  }

  .home_feature_arrow-2 {
    inset: auto 28% 0% auto;
  }

  .home_feature_arrow-2.is-left {
    inset: auto 46% 0% auto;
  }

  .home_feature_arrow-2.is-left.area-geral {
    display: flex;
  }

  .home_feature_arrow-2.is-left.area-geral.larrow {
    right: 26%;
  }

  .home_feature_arrow-2.area-geral {
    border-style: solid;
    border-color: var(--white);
    background-color: #08172d00;
    flex: 0 auto;
    display: flex;
    right: 6%;
  }

  .home_feature_slide-nav {
    left: 6%;
  }

  .button-5.is-primary {
    width: 100%;
    font-size: .9rem;
  }

  .button-5.is-primary.second-btn {
    padding-left: .125rem;
    padding-right: .125rem;
  }

  .home_feature_mask {
    flex: 0 auto;
    width: 66%;
  }

  .home_feature_component {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .flex-block-8 {
    margin-left: .125rem;
    margin-right: .125rem;
  }

  .div-block-48 {
    display: none;
  }

  .flex-block-22 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .text-span-21, .text-span-22 {
    font-size: 1.4rem;
  }

  .paragraph-10 {
    font-size: .95rem;
  }

  .div-block-51 {
    width: 33%;
  }

  .text-block-15 {
    top: -.7rem;
    right: -.7rem;
  }

  .text-block-15.off {
    inset: -1rem 0% auto;
  }

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

  .text-block-19 {
    font-size: 2rem;
  }

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

  .text-span-46 {
    font-size: 1rem;
  }
}

#w-node-ca3e29f5-b7b9-6583-6e37-efa48b54cce2-e7c44370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-ec3b5c83-e7fb-6952-e6e1-829fa1105254-e7c44370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-e7c44373 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-e7c44373, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-e7c44373, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-e7c44373 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-e7c44373, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-e7c44373, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-e7c44373 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-e7c44373, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-e7c44373, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-e7c44373 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-e7c44373, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-e7c44373, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-e7c44373 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-e7c44373, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-e7c44373, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-e7c44373 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-e7c44373, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-e7c44373, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-e7c44373 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-e7c44373, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-e7c44373, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-e7c44373 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-e7c44373, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-e7c44373, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-e7c44373 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-e7c44373, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-e7c44373 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-e7c44373 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-e7c44373 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-e7c44373, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-e7c44373, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-e7c44373, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-e7c44373 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-e7c44373, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-e7c44373, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-e7c44373 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-e7c44373, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-e7c44373, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-e7c44373 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-e7c44373, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-e7c44373, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-e7c44373 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-e7c44373, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-e7c44373, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-e7c44373 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-e7c44373, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-e7c44373, #w-node-ee961e8d-845a-edc3-3307-509470022457-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-e7c44373 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-e7c44373, #w-node-ee961e8d-845a-edc3-3307-50947002245b-e7c44373, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-e7c44373 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-e7c44373, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-e7c44373, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-e7c44373 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-e7c44373, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-e7c44373, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-e7c44373 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-e7c44373, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-e7c44373, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-e7c44373 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-e7c44373, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-e7c44373, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-e7c44373 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-e7c44373, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-e7c44373, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-e7c44373 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-e7c44373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-e7c44373 {
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_9963c3e1-726c-a54e-a441-ec7ad75ac2ff-e7c44370 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mrdehaviland';
  src: url('../fonts/MrDeHaviland-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}