:root {
  --dark-slate-blue: #084da7;
  --dark-slate-blue-2: #073a7d;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.img-menu-topo.mobile {
  display: none;
}

.div-sociais.top.mobile {
  display: none;
}


.nav-link1-2 {
  color: #010101;
  border-radius: .375rem;
  padding: .5rem .625rem;
  font-size: .875rem;
  font-weight: 700;
  transition: all .4s;
}

.nav-link1-2:hover {
  background-color: #f3f3f7;
}

.label {
  letter-spacing: .09375rem;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1rem;
}

.nav-menu-3 {
  align-items: center;
  padding-left: .9375rem;
  padding-right: .9375rem;
  display: flex;
}

.img-prod-painel {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  width: 3.75rem;
  height: 3.75rem;
}

.section-3 {
  background-color: #fcfcfc;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.section-3.section-painel {
  background-color: #f3f5fb;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

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

.conteiner-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.conteiner-2.white {
  background-color: #fff;
  border-radius: .5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  box-shadow: 45px 45px 8.75rem -3rem #393b6a1f;
}

.nav-dropdown1-link-2 {
  color: #000;
  width: 100%;
  font-size: .8125rem;
}

.nav-dropdown1-link-2:hover {
  background-color: #eaeaf1;
}

.heading-product-painel {
  margin-top: .3125rem;
  margin-bottom: .3125rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.heading-product-painel.center {
  text-align: center;
}

.btnoesquisa {
  border-radius: .5rem;
  height: 3rem;
  margin-left: .625rem;
  font-size: .8125rem;
  line-height: .8125rem;
}

.btnoesquisa.cor-1 {
  background-color: #258ffb;
  transition: all .4s;
}

.btnoesquisa.cor-1:hover {
  background-color: #2373c5;
}

.pb-1 {
  color: #919191;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.25rem;
  font-size: .75rem;
  line-height: 1.5rem;
  display: flex;
  position: relative;
}

.foto-galeria {
  flex-direction: column;
  align-items: center;
  margin-left: .625rem;
  margin-right: .625rem;
  display: flex;
}

.logo-pb {
  width: 1.125rem;
  margin-left: .625rem;
  margin-right: .3125rem;
}

.section-4 {
  background-color: #fff;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.img-galeria {
  max-width: 9.375rem;
  margin-bottom: .625rem;
}

.divsair {
  border: .0625rem solid #e6e6e6;
  border-radius: .375rem;
  padding: .75rem;
  font-size: .6875rem;
  transition: all .4s;
  display: flex;
}

.divsair:hover {
  background-color: #fcfcfc;
}

.nav-bar-2 {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  height: 5.5rem;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 1.25rem #0000001a;
}

.dropdown1-2.w--open {
  background-color: #fff;
  border-radius: .375rem;
  font-size: .8125rem;
  box-shadow: 0 6px 1.5rem #30364d38;
}

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

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 12.5rem;
  margin-bottom: 1.25rem;
}

.navigation-2 {
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding-left: .5rem;
  padding-right: .9375rem;
  display: flex;
}

.input-contato-2 {
  background-color: #fff;
  border: .0625rem solid #c8cbd8;
  border-radius: .375rem;
  flex: 1;
  height: 3rem;
  margin-bottom: 1.875rem;
  padding: .4375rem 1.5rem .5rem;
}

.input-contato-2:focus {
  background-color: #fff;
  border-width: .125rem;
}

.btn-opcoes {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form-pesq {
  display: flex;
}

.brand-2 {
  background-color: #ec1f24;
  border-bottom-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  justify-content: center;
  align-items: center;
  height: 8.125rem;
  padding-left: .875rem;
  padding-right: .875rem;
  display: flex;
}

.brand-2._3 {
  background-color: #fff;
  height: auto;
}

.clear20 {
  width: 100%;
  height: 1.25rem;
}

.form-contato-2 {
  padding-top: 1.25rem;
}

.clear80 {
  height: 5rem;
}

.label-sub {
  font-size: .6875rem;
  font-weight: 400;
}

.galeria-fotos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: .625rem;
  display: grid;
}

.button-1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .75rem 1.5rem;
  display: flex;
}

.button-1.cor-1 {
  color: #fff;
  border-radius: .5rem;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.5rem;
  transition: all .4s;
}

.button-1.cor-1:hover {
  background-color: #d5918c;
}

.button-1.cor-1.topo {
  background-color: #7891f9;
}

.button-1.cor-1.topo:hover {
  background-color: #617ef7;
}

.button-1.cor-1.topo.suporte {
  background-color: #258ffb;
  background-image: url('../images/whatsapp.svg');
  background-position: 1.25rem;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  padding-left: 3.125rem;
}

.button-1.cor-1.topo.suporte:hover {
  background-color: #2373c5;
}

.button-1.button-form {
  max-width: 8.125rem;
}

.button-1.button-form.cor-1 {
  background-color: #258ffb;
  max-width: 100%;
}

.button-1.button-form.cor-1:hover {
  background-color: #2373c5;
}

.button-1.button-form.cor-1.btnpainel {
  max-width: 100%;
  margin-right: 0;
}

.button-1.button-form.cor-1.btnpainel._2 {
  background-color: #258ffb;
  flex: 0 auto;
  max-width: 100%;
  margin-right: 0;
}

.button-1.button-form.cor-1.btnpainel {
  background-color: #258ffb;
  max-width: 100%;
  margin-right: 2.5rem;
}

.button-1.button-form.cor-1.btnpainel:hover {
  background-color: #2373c5;
}

.div-block-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrapper-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
}

.logo-admin {
  width: 4.375rem;
}

.btm-excluir-painel {
  color: #000;
  background-color: #fff;
  background-image: url('../images/delete.svg');
  background-position: .625rem;
  background-repeat: no-repeat;
  background-size: .8125rem;
  border: .0625rem solid #e6e6e6;
  border-radius: .5rem;
  padding-left: 1.875rem;
  font-size: .6875rem;
  line-height: 1rem;
  transition: all .4s;
}

.btm-excluir-painel:hover {
  background-color: #f3f5fa;
}

.div-block-12 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu1-buttons-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-15 {
  grid-template-rows: auto;
  grid-template-columns: 3.75rem 1fr 12.5rem;
  margin-bottom: .625rem;
}

.nav-right-2 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.btn-edit-painel {
  color: #000;
  background-color: #fff;
  background-image: url('../images/edit.svg');
  background-position: .625rem;
  background-repeat: no-repeat;
  background-size: .8125rem;
  border: .0625rem solid #e6e6e6;
  border-radius: .5rem;
  margin-right: .625rem;
  padding-left: 1.875rem;
  font-size: .6875rem;
  line-height: 1rem;
  transition: all .4s;
}

.btn-edit-painel:hover {
  background-color: #f1f3f8;
}

.ico-sair {
  width: .9375rem;
  margin-right: .3125rem;
}

.pb-txt {
  color: #000;
  margin-right: .75rem;
  font-weight: 600;
}

.id-painel {
  color: #949494;
  font-size: .6875rem;
  line-height: 1rem;
}

.form-login {
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.slide-ads-master {
  background-color: #fff;
  width: 100%;
  height: auto;
}

.slide-nav {
  opacity: .25;
  font-size: 9px;
}

.img-ads-master {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 170px;
}

.seta {
  font-size: 13px;
}

.navigation-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

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

.logo-link-large {
  margin-right: 24px;
}

.navigation-button {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-button:hover {
  background-color: #282556;
}

.logo {
  width: 160px;
}

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

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-link {
  color: #160042;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: #160042;
  background-color: #f3f5fb;
}

.navigation-link.w--current {
  color: var(--dark-slate-blue);
}

.img-menu-topo {
  object-fit: cover;
  border-radius: 8px;
  width: 180px;
  height: 120px;
}

.navigation-3 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.navigation-avatar-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.banner-regular {
  grid-column-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #160042;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

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

.navigation-toggle {
  color: #160042;
  letter-spacing: -.01em;
  border-radius: 50px;
  align-items: center;
  height: 100%;
  padding: 12px 40px 12px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-toggle:hover {
  background-color: #f3f5fb;
}

.paragraph-small {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.text-weight-medium {
  font-weight: 600;
}

.navigation-text-link {
  color: #642eff;
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.navigation-avatar-website {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.navigation-dropdown-small {
  height: 100%;
  position: static;
}

.navigation-column {
  grid-row-gap: 9px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navigation-link-icon {
  grid-column-gap: 44px;
  color: #160042;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-link-icon:hover {
  background-color: #f7f9fd;
}

.banner-badge {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #282556;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.banner-badge:hover {
  background-color: #393b6a;
}

.navigation-icon {
  background-color: #f7f9fd;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 10px;
  display: flex;
}

.navigation-avatar-name {
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.avatar-regular {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-arrow {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.navigation-icon-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.navigation-base {
  padding: 16px;
}

.navigation-cta-block-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f7f9fd;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 24px;
  padding: 16px;
  display: flex;
}

.navigation-icon-arrow {
  margin-right: 15px;
}

.paragraph-regular {
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

.navigation-list-small {
  z-index: 99;
  min-width: 100%;
}

.navigation-list-small.w--open {
  background-color: #fff;
  border-radius: 16px;
  min-width: auto;
  max-width: 370px;
  position: absolute;
  top: 110px;
  overflow: hidden;
  box-shadow: 45px 45px 140px -48px #393b6a1f;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-container-regular {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-content-list-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
}

.f-h2-heading {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.f-content-image-wrapper-large {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 460px;
  overflow: hidden;
}

.f-content-list-item {
  grid-column-gap: 16px;
  color: #160042;
  align-items: center;
  display: flex;
}

.f-button-neutral {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #282556;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

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

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: center;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large {
  color: #040404;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large {
  padding: 60px 5%;
  position: relative;
}

.f-section-large._2 {
  padding-bottom: 0;
}

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

.client-link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.button-link-large {
  grid-column-gap: 16px;
  color: #000;
  letter-spacing: -.02em;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
  display: flex;
}

.button-outline-large {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e0e0e0;
  border-radius: 99px;
  padding: 24px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  transition: background-color .2s, color .2s;
}

.button-outline-large:hover {
  color: #fff;
  background-color: #000;
}

.button-outline-large:focus {
  border-color: #141414;
}

.caption {
  letter-spacing: -.02em;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.caption.text-color-gray-500 {
  color: #666;
}

.paragraph-large {
  letter-spacing: -.015em;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.8;
}

.icon-link {
  color: #141414;
  border: 1px solid #e0e0e0;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.wrap-h-x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.content-image-v3 {
  height: 320px;
  margin-bottom: 20px;
  overflow: hidden;
}

.content-bottom-detail {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

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

.h4-heading {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.h2-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.wrap-v-regular {
  flex-direction: column;
  display: flex;
}

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

.paragraph-small-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small-2.text-weight-bold {
  font-size: 13px;
  font-weight: 500;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.image-cover {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-button-wrap-l {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.content-grid-a {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.content-card-l {
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  transition: all .3s;
}

.content-card-l:hover {
  box-shadow: 0 24px 64px #d9d9d97a;
}

.title-wrapper-s {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 440px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-tag-wrap {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.overline {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.content-top-detail {
  color: #160042;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.img-valorize-comercio {
  border-radius: 8px;
  width: 100%;
}

.sec-ads-corpo {
  background-color: #f3f5fb;
  padding-top: 60px;
  padding-bottom: 60px;
}

.quick-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.slide-ads-corpo {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slide-nav-2 {
  opacity: .25;
  font-size: 9px;
}

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

.img-servicos-municipais {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 325px;
}

.img-servicos-municipais._2 {
  height: 520px;
}

.heading-2 {
  margin-top: 0;
}

.traco {
  background-color: #160042;
  border-radius: 8px;
  width: 120px;
  height: 3px;
}

.grid-agenda {
  grid-template-rows: auto;
  grid-template-columns: 100px 1fr;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 24px;
}

.txt-info2 {
  color: #111;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 22px;
}

.txt-info2._2 {
  background-color: #f3f5fb;
  border-radius: 12px;
}

.txt-info2._2._3 {
  text-align: center;
  font-size: 30px;
}

.text-span-4 {
  font-size: 17px;
}

.info-agenda {
  margin-top: 10px;
  font-size: 14px;
}

.button-standard {
  border: 2px solid var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-standard:hover {
  border-color: var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: #fff;
}

.grid-18 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.paragraph-footer {
  color: #fff;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.footer-link {
  color: #fffc;
  letter-spacing: -.01em;
  border: 1px solid #0000;
  border-radius: 10px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: #fff;
  border: 1px solid #fff;
}

.footer-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-logo {
  width: 200px;
  margin-bottom: 32px;
}

.section-footer {
  background-color: var(--dark-slate-blue);
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-large-2 {
  z-index: 5;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.round-social {
  color: #111;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  transition: all .4s;
  display: flex;
}

.round-social:hover {
  background-color: var(--dark-slate-blue-2);
  color: #fff;
}

.round-social._2 {
  color: #111;
  background-color: #f7f7f7;
  text-decoration: none;
}

.round-social._2:hover {
  color: #fff;
  background-color: #0b239c;
}

.footer-link-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

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

.div-sociais.rodape {
  margin-top: 40px;
}

.div-sociais.top {
  margin-left: 40px;
}

.ico-social2 {
  width: 40px;
  height: 40px;
}

.ico-social2._2 {
  width: 27px;
  height: 27px;
}

.ico-social2._3 {
  color: #111;
  transition: all .4s;
}

.ico-social2._3:hover {
  color: #fff;
}

.sec-copy {
  opacity: .75;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .4s;
}

.sec-copy:hover {
  opacity: 1;
}

.pb-1-2 {
  color: #9b9b9b;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  position: relative;
}

.brand-pb {
  color: #707683;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.txt-logo {
  color: #191a1f;
  font-size: 11px;
  line-height: 16px;
}

.text-span {
  font-size: 12px;
  font-weight: 600;
}

.logo-2 {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 5px;
}

.banner-announcement {
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.paragraph-regular-2 {
  font-size: 16px;
  line-height: 24px;
}

.banner-badge-primary {
  color: #111;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 2px #2d0896;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  transition: color .3s, background-color .3s;
  display: flex;
  position: relative;
}

.banner-badge-primary:hover {
  color: #642eff;
  background-color: #fff;
}

.icon {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-changelog-top {
  grid-column-gap: 40px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.f-breadcrumb-seperator {
  color: #e4e6f1;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-container-x-small {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-changelog-divider {
  background-color: #f3f5fb;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 64px;
}

.f-changelog-thumbnail {
  border-radius: 12px;
  margin-bottom: 32px;
  overflow: hidden;
}

.f-h5-heading {
  color: var(--dark-slate-blue-2);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.f-breadcrumb-link {
  color: #757575;
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-breadcrumb-link:hover {
  color: var(--dark-slate-blue);
}

.f-breadcrumb-link.w--current {
  color: #160042;
}

.f-breadcrumb-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.div-compartilhe {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.a-filter-icon-button-2 {
  color: #000;
  background-color: #f4f4f6;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.a-filter-icon-button-2:hover {
  color: #527e9d;
}

.a-filter-icon-button-2._2 {
  color: #241e20;
  width: auto;
  margin-bottom: 20px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  text-decoration: none;
}

.a-filter-icon-button-2._2:hover {
  background-color: var(--dark-slate-blue-2);
  color: #fff;
}

.ico-compartilhar {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.grid-galeria {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.img-espaco {
  text-align: center;
  background-color: #ececec;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  display: flex;
}

.sp-controla-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.true-media-player-single-track {
  display: none;
}

.sp-artist-name {
  color: #fff;
  font-size: .9rem;
  font-weight: 500;
}

.sp-artist-name.small {
  margin-top: 5px;
  font-size: .6rem;
}

.sp-example-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.sp-media-player-bar-wrapper {
  color: #ffffff73;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.progress-bar {
  background-color: #fff;
  width: 50%;
  height: 3px;
  position: relative;
}

.sp-details-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-paragraph {
  color: #ffffffbf;
  margin-bottom: 25px;
  font-size: 1.15rem;
  font-weight: 200;
  line-height: 2;
}

.sp-track-wrapper {
  background-color: var(--dark-slate-blue-2);
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  border-radius: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  position: relative;
}

.sp-pause {
  cursor: pointer;
  width: 30px;
  margin-right: 10px;
}

.section-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.5;
}

.sp-track {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sp-elapsed {
  flex-direction: row;
  display: flex;
}

.example-badge {
  color: #15e6cd;
  text-transform: uppercase;
  background-color: #15e6cd1a;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 7px 10px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
}

.sp-title-wrapper {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.sp-play {
  cursor: pointer;
  width: 30px;
  margin-right: 10px;
}

.true-progress-head {
  background-color: #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -3px 0% auto auto;
}

.sp-progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.example-wrapper {
  grid-column-gap: 100px;
  display: flex;
}

.example {
  -webkit-backdrop-filter: blur(120px);
  backdrop-filter: blur(120px);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 50px;
  display: flex;
}

.sp-progress-bar-background {
  background-color: #f0f0f00f;
}

.sp-title {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
}

.container-2 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.sp-thumbnail {
  border-radius: 4px;
  width: 50px;
  height: 50px;
}

.section-button {
  color: #fff;
  background-color: #4968be;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 50px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 50px -20px #4968be;
}

.section-button:hover {
  background-color: #4968becc;
}

.sp-track-div {
  z-index: 9;
  background-color: #080808;
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
  margin-bottom: 10px;
  margin-right: 10px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.sp-track-div.no-fixed {
  max-width: 500px;
  position: static;
}

.flex-audios-box {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex-audios-box.one {
  justify-content: flex-start;
  align-items: center;
}

.div-title-audio {
  background-color: #f0f0f0;
  border-radius: 8px;
  width: 500px;
  max-width: 500px;
  padding: 16px;
}

.audio-title {
  font-size: 18px;
  font-weight: 500;
}

.audio-description {
  margin-top: 10px;
  margin-bottom: 10px;
}

.audio-description.shared {
  margin-bottom: 5px;
}

.shared-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-2 {
  background-color: var(--dark-slate-blue-2);
  color: #fff;
  border-radius: 10px;
  width: 32px;
  height: 32px;
  padding: 4px;
}

@media screen and (max-width: 991px) {
  .nav-link1-2 {
    width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .nav-menu-3 {
    flex-direction: column;
    width: 100%;
    height: auto;
    position: relative;
  }

  .nav-bar-2 {
    height: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-2 {
    z-index: 101;
    background-color: #fff;
    width: 100%;
    height: auto;
    inset: 4rem 0% auto;
  }

  .form-pesq {
    flex-direction: column;
  }

  .brand-2 {
    height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu-button-4 {
    color: #000;
    order: 1;
  }

  .menu-button-4.w--open {
    color: #000;
    background-color: #eaeaf1;
    margin-left: .625rem;
  }

  .menu-button-4.menu-painel {
    order: 0;
  }

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

  .button-1 {
    border-radius: .5rem;
    height: 3rem;
    font-weight: 600;
  }

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

  .logo-admin {
    width: 3.75rem;
  }

  .nav-menu1-buttons-2 {
    grid-template-columns: auto auto;
  }

  .nav-dropdown1-2 {
    width: 100%;
  }

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

  .nav-right-2.nav-right-painel {
    order: 1;
    padding-right: 1.25rem;
  }

  .navigation-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation {
    position: relative;
  }

  .logo-link-large {
    margin-right: 0;
  }

  .menu-button {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-link {
    width: 100%;
  }

  .navigation-3 {
    position: relative;
  }

  .navigation-avatar-wrapper {
    margin-right: 14px;
  }

  .navigation-toggle {
    justify-content: flex-start;
    width: 100%;
  }

  .navigation-toggle.w--open {
    color: #160042;
    background-color: #f7f9fd;
    width: 100%;
  }

  .navigation-dropdown-small {
    width: 100%;
  }

  .navigation-list-small.w--open {
    max-width: none;
    height: 400px;
    margin-left: 0;
    position: static;
    overflow: auto;
  }

  .f-content-image-wrapper-large {
    max-width: 100%;
  }

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

  .content-image-v3 {
    height: 150px;
    margin-bottom: 0;
  }

  .grid-two-column {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .content-card-l {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 200px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sec-ads-corpo {
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .section-footer {
    padding-bottom: 140px;
  }

  .footer-link-wrapper {
    flex-wrap: wrap;
  }

  .brand-pb {
    flex: 1;
    justify-content: center;
  }

  .f-changelog-thumbnail {
    margin-bottom: 16px;
  }

  .sp-elapsed,
  .sp-duration {
    display: flex;
  }

  .example-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .example-wrapper.example-two {
    flex-direction: column;
  }

  .example {
    padding: 75px 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-3.section-painel {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .conteiner-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .conteiner-2.white {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .banner-regular {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .f-section-large,
  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading {
    font-size: 44px;
  }

  .grid-two-column,
  .content-grid-a {
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    margin-bottom: 60px;
  }

  .div-sociais.top {
    display: none;
  }

  .banner-announcement {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .sp-track-wrapper {
    padding: 20px;
  }

  .section-heading {
    font-size: 25px;
  }

  .example {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 479px) {
  .img-prod-painel {
    width: 5rem;
    height: 5rem;
  }

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

  .pb-1 {
    flex-direction: column;
  }

  .logo-pb {
    margin-left: 0;
    margin-right: 0;
  }

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

  .input-contato-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .brand-2 {
    justify-content: flex-start;
  }

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

  .button-1.cor-1.topo {
    display: none;
  }

  .button-1.cor-1.topo.suporte {
    background-position: .625rem;
    width: 6.5625rem;
    height: 2.5rem;
    padding-left: 2.5rem;
    font-size: .8125rem;
    line-height: .8125rem;
    display: block;
    position: static;
    inset: auto .3125rem .3125rem auto;
  }

  .nav-menu1-buttons-2 {
    grid-template-columns: auto auto;
  }

  .grid-15 {
    grid-template-columns: 5rem 1fr;
  }

  .nav-right-2 {
    flex-direction: row;
  }

  .pb-txt {
    margin-right: 0;
  }

  .navigation-button {
    display: none;
  }

  .logo {
    width: 100px;
  }

  .img-menu-topo {
    display: none;
  }

  .img-menu-topo.mobile {
    width: auto;
    height: 100px;
    display: block;
  }

  .navigation-avatar-wrapper {
    display: none;
  }

  .f-section-large {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wrap-h-x-small {
    display: none;
  }

  .content-image-v3 {
    height: 130px;
  }

  .h4-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .content-card-l {
    grid-template-columns: 120px 1fr;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .content-top-detail {
    padding-left: 0;
    padding-right: 0;
  }

  .img-servicos-municipais._2 {
    height: 325px;
  }

  .txt-info2._2,
  .button-standard {
    text-align: center;
  }

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

  .footer-link {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .footer-logo {
    width: 130px;
  }

  .section-footer {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .round-social._2 {
    width: 30px;
    height: 30px;
  }

  .footer-link-wrapper {
    flex-direction: column;
  }

  .div-sociais.top {
    margin-left: 10px;
  }

  .div-sociais.top.mobile {
    display: block;
  }

  .ico-social2._2 {
    width: 20px;
    height: 20px;
  }

  .ico-social2._3 {
    width: 30px;
    height: 30px;
  }

  .sec-copy {
    padding-bottom: 141px;
  }

  .pb-1-2 {
    flex-direction: column;
  }

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

  .text-span {
    font-size: 12px;
  }

  .logo-2 {
    width: 20px;
  }

  .f-h5-heading {
    font-size: 24px;
    line-height: 1.2;
  }

  .f-breadcrumb-wrapper {
    display: none;
  }

  .div-compartilhe {
    flex-direction: column;
  }

  .a-filter-icon-button-2._2 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .grid-galeria {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .sp-controla-wrapper {
    flex: 0 auto;
  }

  .sp-artist-name {
    font-size: .8rem;
  }

  .sp-artist-name.small {
    width: 80%;
  }

  .sp-media-player-bar-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .example-badge {
    font-size: 10px;
  }

  .section-button {
    height: 45px;
  }

  .sp-track-div {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .sp-track-div.no-fixed {
    background-color: #08080800;
  }
}

#w-node-df237b2f-d448-7ca9-e97f-6a6db552068f-8dd1bafc,
#w-node-b48328a2-ee0b-d458-7f46-0c1186efe95a-8dd1bafc,
#w-node-aeccdf51-a73b-d723-4024-6dad81e8446d-8dd1bafc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0aaf4dd6-6514-dd46-a076-413868145cbb-8dd1bafc {
  align-self: start;
}

#w-node-_0aaf4dd6-6514-dd46-a076-413868145cc0-8dd1bafc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_44f7ef95-6fb3-5e64-b552-9749622fbd48-8dd1bafc {
  align-self: start;
}

#w-node-_44f7ef95-6fb3-5e64-b552-9749622fbd4d-8dd1bafc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c074a657-a621-a2e3-9ddb-867f58e37987-8dd1bafc {
  align-self: start;
}

#w-node-c074a657-a621-a2e3-9ddb-867f58e3798c-8dd1bafc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_57f04a14-55d1-371a-e4e7-85e27d508c2b-8dd1bafc {
  align-self: start;
}

#w-node-_57f04a14-55d1-371a-e4e7-85e27d508c30-8dd1bafc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_734d3b1e-e301-af7f-cc86-f74c296d4889-8dd1bafc,
#w-node-d85a722b-16da-8915-72b8-c81aec994ca5-8dd1bafc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df85ec5a-00db-2799-7d40-b12ce13c0550-e13c054e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-df85ec5a-00db-2799-7d40-b12ce13c0551-e13c054e,
#w-node-df85ec5a-00db-2799-7d40-b12ce13c055d-e13c054e,
#w-node-_96ba40f5-2b5c-c673-f2ba-64ddea7ef872-ea7ef861 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7297b152-eb03-1ebf-e8fc-f241cdc0474b-95f0e456 {
  place-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-df85ec5a-00db-2799-7d40-b12ce13c0550-e13c054e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-df85ec5a-00db-2799-7d40-b12ce13c0551-e13c054e,
  #w-node-df85ec5a-00db-2799-7d40-b12ce13c055d-e13c054e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7297b152-eb03-1ebf-e8fc-f241cdc04749-95f0e456 {
    align-self: center;
  }

  #w-node-_7297b152-eb03-1ebf-e8fc-f241cdc047c1-95f0e456 {
    grid-area: 2 / 1 / 3 / 3;
  }
}