@charset "UTF-8";
/* MIXINS, CLASSES E OUTROS ESTILOS PADRAO DO PROJETO */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= AJUSTES =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#wrapper {
  transition: all 0.8s;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover, a:visited, a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}

button:visited, button:focus {
  outline: none !important;
  box-shadow: none !important;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: none;
}

img {
  max-width: 100%;
}

.form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(199, 204, 207, 0.6);
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= CLASSES =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* -=-=-=-=-=-= Classes Personalizadas -=-=-=-=-=-= */
#i_load {
  margin-left: 6px;
}

.campo_select {
  position: relative;
}
.campo_select select {
  -webkit-appearance: none;
}
.campo_select i {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 18px;
  padding: 11px 13px 0;
  pointer-events: none;
  cursor: pointer;
  z-index: 10;
}
.campo_select svg {
  position: absolute;
  top: 40px;
  right: 10px;
  pointer-events: none;
  cursor: pointer;
  z-index: 10;
}

.configBGPadrao {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.configBGCol {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.lh_120 {
  line-height: 120%;
}

/* Display flex no carousel */
.carousel_flex .owl-carousel .owl-stage {
  display: flex;
}

/* Cria o efeito Parallax */
.parallax {
  width: 100%;
  position: relative;
  min-height: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* SweetAlert */
.swal-text, .swal-footer {
  text-align: center;
}

/* -=-=-=-=-=-= Botão Whatsapp Pulsante -=-=-=-=-=-= */
.button-whats a {
  background: #2db741 url(../../imagens/whatsapp-icon.png) no-repeat 55% 45%;
  background-size: 60%;
  position: fixed;
  right: 17px;
  bottom: 25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  z-index: 9;
}
.button-whats .pulsate-css {
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  border: 3px solid #2db741;
  border-radius: 30px;
  height: 18px;
  width: 18px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
}
.button-whats .effect {
  position: fixed;
  right: 12px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: #2db741;
  border-radius: 50%;
  z-index: 8;
}

/* -=-=-=-=-=-= Ajuste em Classes Existente -=-=-=-=-=-= */
.loading-ajaxLoad {
  text-align: center;
}
.loading-ajaxLoad img {
  padding-top: 20px;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

/* Legenda Magnific Popup */
.mfp-title {
  font-size: 1.6rem;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= MIXIN =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* -=-=-=-=-=-= Estilo Padrao para Botao =-=-=-=-=-=- */
/* -=-=-=-=-=-= Estilo Dots Padrao para owl-carrousel =-=-=-=-=-=- */
/* -=-=-=-=-=-= Funcao para ajustar fontes grandes =-=-=-=-=-=- */
/*=-=-=-=-=-=-=-=-=-=-=-=-= Botão voltar ao topo -=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* VARIAVEIS PADRAO DO PROJETO */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Fontes =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Cores =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* Padrao */
/* Projeto */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Globais =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
html {
  Font-family: Bodoni MT, Bodoni 72, Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif;
  font-size: 62.5%;
  line-height: 120%;
  position: relative;
  color: #e6dec6;
  overflow-x: hidden;
  transition: all 0.8s;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  width: 100%;
}

body {
  background: #e6dec6 url("../../imagens/logo_empresa_branca.webp") no-repeat;
  background-position: center 35vh;
  color: #000000;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-= CONTEUDO -=-=-=-=-=-=-=-=-=-=-=-=-=*/
#body-content-initial {
  min-height: 70vh;
}
#body-content-initial .loading {
  color: #e6dec6;
}

#body-content {
  min-height: 30vh;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-= Botão voltar ao topo -=-=-=-=-=-=-=-=-=-=-=-=-=*/
#back-top {
  position: fixed;
  bottom: 105px;
  right: 17px;
  z-index: 200;
}
#back-top a {
  position: relative;
  width: 50px;
  display: flex;
  transition: 1s;
}
#back-top a span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFFFFF;
}
#back-top a i {
  position: absolute;
  font-size: 5rem;
  color: #e7dfc9;
  left: 50%;
  transform: translate(-50%, -50%);
}
#back-top svg {
  z-index: 9;
  position: relative;
  top: -12px;
  left: 13px;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Nav Bar -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
a.anchor {
  display: block;
  position: relative;
  top: -80px;
  z-index: -999;
  visibility: hidden;
}

header {
  position: relative;
  height: 82px;
  font-family: "Spartan", sans-serif;
}
header .navbar {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 82px;
  padding: 0;
  background-color: #FFFFFF;
  box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.5);
  /* Parte Fixa durante a rolagem */
}
header .navbar .navbar-brand {
  padding: 0;
  margin-right: 10%;
}
header .navbar .navbar-brand img {
  height: 65px;
}
header .navbar .navbar-nav {
  width: 100%;
}
header .navbar .navbar-nav .nav-item {
  height: 82px;
  display: flex;
  align-items: center;
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 1.8rem;
  color: #000000;
  line-height: 120%;
  font-weight: 300;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  border-bottom: 1px solid;
}
header .navbar .navbar-nav .nav_cad {
  background-color: #0c9f2f;
  padding: 0 20px;
  border: 1px solid #0c9f2f;
  cursor: pointer;
}
header .navbar .navbar-nav .nav_cad .nav-link {
  font-size: 2rem;
  color: #FFFFFF;
  font-weight: 400;
}
header .navbar .navbar-nav .nav_cad:hover {
  background-color: #FFFFFF;
}
header .navbar .navbar-nav .nav_cad:hover .nav-link {
  color: #0c9f2f;
  border-bottom: none;
}
header .navbar.fix {
  position: fixed;
}
header .ad {
  height: 0;
  width: 100%;
  position: absolute;
  top: 1px;
  z-index: -2;
}

/* -=-=-=-=-=-= Padrao para Setas do Carousel =-=-=-=-=-=- */
.sec_btn button {
  background-color: #0c9f2f;
  color: #FFFFFF;
  font-size: 2.2rem;
  padding: 12px 35px;
  border-radius: 8px;
  border: 1px solid #0c9f2f;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 0;
  line-height: 120%;
}
.sec_btn button:hover {
  background-color: #FFFFFF;
  color: #0c9f2f;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Logo =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_logo {
  padding-top: 20px;
  background: #FFFFFF;
}
#section_logo .sec_logo img {
  height: 80px;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Sobre Lucros =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_sobre_lucros {
  position: relative;
  padding: 50px 0;
  background: #FFFFFF;
}
#section_sobre_lucros .sec_titulo {
  font-family: "Spartan", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  padding-bottom: 25px;
}
#section_sobre_lucros .videoWrapper {
  margin-bottom: 0;
  max-height: 415px;
}
#section_sobre_lucros .videoWrapper iframe {
  aspect-ratio: 16/9;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Cadastre-se =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_cadastre {
  position: relative;
  padding: 50px 0;
  font-family: "Spartan", sans-serif;
}
#section_cadastre .sec_titulo {
  font-family: "Spartan", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
}
#section_cadastre .alert {
  font-size: 1.6rem;
}
#section_cadastre .form_cadastre_se {
  padding-top: 20px;
}
#section_cadastre .form_cadastre_se .form-group {
  margin-bottom: 12px;
}
#section_cadastre .form_cadastre_se label {
  font-size: 1.5rem;
  color: #000000;
}
#section_cadastre .form_cadastre_se .form-control {
  font-size: 1.5rem;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  color: #000000;
  height: 40px;
}
#section_cadastre .form_cadastre_se .form-control::-moz-placeholder {
  color: #AAAAAA;
}
#section_cadastre .form_cadastre_se .form-control::placeholder {
  color: #AAAAAA;
}
#section_cadastre .form_cadastre_se .campo_select i {
  top: 28px;
  color: #999999;
}
#section_cadastre .form_cadastre_se .form-check input[type=checkbox] {
  opacity: 0;
}
#section_cadastre .form_cadastre_se .form-check input[type=checkbox]:checked + label:before {
  background: url("../../imagens/square-lined-check-mark.svg") no-repeat;
  content: "";
  width: 30px;
}
#section_cadastre .form_cadastre_se .form-check .form-check-label {
  font-size: 1.6rem;
  display: flex;
}
#section_cadastre .form_cadastre_se .form-check .form-check-label:before {
  background: url("../../imagens/square-lined.svg") no-repeat;
  margin-right: 10px;
  font-size: 18px;
  cursor: pointer;
  content: "";
  width: 30px;
}
#section_cadastre .form_cadastre_se .form-check .form-check-label p {
  margin-bottom: 0;
}
#section_cadastre .form_cadastre_se .form_info {
  font-size: 1.4rem;
  padding-top: 20px;
}
#section_cadastre .form_cadastre_se .btn_cadastrar button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0c9f2f;
  color: #FFFFFF;
  font-size: 2.2rem;
  padding: 14px 15px 10px;
  border-radius: 8px;
  border: 1px solid #0c9f2f;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 120%;
}
#section_cadastre .form_cadastre_se .btn_cadastrar button:hover {
  background-color: #FFFFFF;
  color: #0c9f2f;
}
#section_cadastre .form_cadastre_se .btn_cadastrar_cpf button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0c9f2f;
  color: #FFFFFF;
  font-size: 1.5rem;
  padding: 10px 25px 10px;
  border-radius: 8px;
  border: 1px solid #0c9f2f;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 120%;
}
#section_cadastre .form_cadastre_se .btn_cadastrar_cpf button:hover {
  background-color: #FFFFFF;
  color: #0c9f2f;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Beneficios =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_beneficio {
  position: relative;
  padding: 50px 0;
  background: #FFFFFF;
  font-family: "Spartan", sans-serif;
  font-size: 2rem;
  font-weight: 300;
}
#section_beneficio li {
  list-style-image: url("../../imagens/check-mark-12.svg");
}
#section_beneficio strong {
  font-weight: 500;
}
#section_beneficio .sec_titulo {
  font-family: "Spartan", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  padding-bottom: 25px;
}
#section_beneficio .dep_btn button {
  background-color: #0c9f2f;
  color: #FFFFFF;
  font-size: 2.2rem;
  padding: 14px 15px 10px;
  border-radius: 8px;
  border: 1px solid #0c9f2f;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 120%;
}
#section_beneficio .dep_btn button:hover {
  background-color: #FFFFFF;
  color: #0c9f2f;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Depoimentos =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_depoimentos {
  position: relative;
  background-color: #f1f1f1;
  padding: 50px 0;
}
#section_depoimentos .sec_titulo {
  font-family: "Spartan", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
}
#section_depoimentos .sec_lista {
  font-family: "Montserrat", sans-serif;
  font-display: optional;
  color: #333333;
  padding-top: 42px;
}
#section_depoimentos .sec_lista .vid_item {
  pointer-events: none;
}
#section_depoimentos .sec_dep_galeria {
  padding-top: 45px;
}
#section_depoimentos .sec_dep_galeria .item_dep .dep_descricao {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 140%;
}
#section_depoimentos .sec_dep_galeria .item_dep .dep_img {
  position: relative;
  height: 110px;
  width: 110px;
  border-radius: 100%;
  margin: 15px auto 0;
}
#section_depoimentos .sec_dep_galeria .item_dep .dep_titulo {
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 25px;
}
#section_depoimentos .sec_dep_galeria .item_dep .dep_info {
  font-size: 1.5rem;
  font-weight: 300;
}
#section_depoimentos .sec_dep_galeria .item_dep .dep_nota {
  width: 100px;
  display: inline-flex;
  margin-top: 10px;
}
#section_depoimentos .sec_dep_galeria .owl-dots {
  margin-top: 30px;
}
#section_depoimentos .sec_dep_galeria .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 1px solid #333333;
}
#section_depoimentos .sec_dep_galeria .owl-dots .active span {
  background-color: #333333;
}
#section_depoimentos .sec_dep_galeria .owl-nav {
  position: absolute;
  width: 100%;
  top: 31%;
}
#section_depoimentos .sec_dep_galeria .owl-nav [class*=owl-] {
  position: absolute;
  margin: 0;
}
#section_depoimentos .sec_dep_galeria .owl-nav [class*=owl-] svg {
  height: 25px;
}
#section_depoimentos .sec_dep_galeria .owl-nav .owl-prev {
  left: -90px;
}
#section_depoimentos .sec_dep_galeria .owl-nav .owl-next {
  right: -90px;
}
#section_depoimentos .dep_btn button {
  background-color: #0c9f2f;
  color: #FFFFFF;
  font-size: 2.2rem;
  padding: 12px 35px;
  border-radius: 8px;
  border: 1px solid #0c9f2f;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 0;
  line-height: 120%;
}
#section_depoimentos .dep_btn button:hover {
  background-color: #FFFFFF;
  color: #0c9f2f;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Quebra de Objecao =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_quebra_objecao {
  position: relative;
  padding: 50px 0;
  background: #FFFFFF;
  font-family: "Spartan", sans-serif;
  font-size: 2rem;
  font-weight: 300;
}
#section_quebra_objecao strong {
  font-weight: 500;
}
#section_quebra_objecao .sec_titulo {
  font-family: "Spartan", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  padding-bottom: 25px;
}
#section_quebra_objecao .dep_btn button {
  background-color: #0c9f2f;
  color: #FFFFFF;
  font-size: 2.2rem;
  padding: 14px 15px 10px;
  border-radius: 8px;
  border: 1px solid #0c9f2f;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 120%;
}
#section_quebra_objecao .dep_btn button:hover {
  background-color: #FFFFFF;
  color: #0c9f2f;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Banners =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_banner {
  position: relative;
  box-shadow: 0 10px 14px -7px rgba(0, 0, 0, 0.5);
}
#section_banner .banner {
  height: 500px;
}
#section_banner .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 15px;
}
#section_banner .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
}
#section_banner .owl-dots .active span {
  background-color: #FFFFFF;
}
#section_banner .owl-nav {
  position: absolute;
  width: 100%;
  top: 45%;
}
#section_banner .owl-nav [class*=owl-] {
  position: absolute;
  margin: 0;
}
#section_banner .owl-nav [class*=owl-] svg {
  height: 25px;
}
#section_banner .owl-nav .owl-prev {
  left: -15px;
}
#section_banner .owl-nav .owl-next {
  right: -15px;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Como Funciona =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_como_funciona {
  position: relative;
  background-color: #f1f1f1;
  padding: 50px 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
#section_como_funciona .sec_titulo {
  font-family: "Spartan", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
}
#section_como_funciona .accordion {
  font-family: "Montserrat", sans-serif;
  font-display: optional;
  padding-top: 70px;
}
#section_como_funciona .accordion .card {
  background-color: #FFFFFF;
  border: none;
  border-radius: 6px;
  margin-bottom: 30px;
}
#section_como_funciona .accordion .card .card-header {
  background-color: #FFFFFF;
  border-bottom: none;
  border-radius: 7px;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0;
  cursor: pointer;
}
#section_como_funciona .accordion .card .card-header a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
}
#section_como_funciona .accordion .card .card-header span i {
  padding-right: 15px;
}
#section_como_funciona .accordion .card .card-header i {
  font-size: 1.6rem;
}
#section_como_funciona .accordion .card .card-body {
  font-size: 2rem;
  font-weight: 300;
  padding: 34px 55px 32px;
  border-top: 1px solid #EEEEEE;
}
#section_como_funciona .accordion .card .card-body strong {
  font-weight: bold;
}
#section_como_funciona .sec_btn button {
  background-color: #0c9f2f;
  color: #FFFFFF;
  font-size: 2.2rem;
  padding: 12px 35px;
  border-radius: 8px;
  border: 1px solid #0c9f2f;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 0;
  line-height: 120%;
}
#section_como_funciona .sec_btn button:hover {
  background-color: #FFFFFF;
  color: #0c9f2f;
}
#section_como_funciona .sec_btn button:hover {
  background-color: transparent;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Pagina Obrigado =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section-obrigado {
  background: url(../../imagens/fundo-obrigado.jpg) no-repeat center center;
  background-size: cover;
  font-family: "Spartan", sans-serif;
  font-display: optional;
  width: 100%;
  min-height: 100vh;
}
#section-obrigado .container {
  min-height: 100vh;
}
#section-obrigado .container .row {
  min-height: 100vh;
}
#section-obrigado svg {
  margin-bottom: 45px;
}
#section-obrigado svg path {
  color: #068A25;
}
#section-obrigado h1 {
  color: #000000;
  font-weight: 700;
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#section-obrigado h3 {
  color: #000000;
  font-weight: 600;
  font-size: 3rem;
}
#section-obrigado p {
  color: #000000;
  font-weight: 500;
  font-size: 2rem;
}
#section-obrigado .sec_logo img {
  margin-top: 35px;
  height: 110px;
}
#section-obrigado .alert b, #section-obrigado .alert strong {
  font-size: 2rem;
}
#section-obrigado .alert p {
  color: #856404;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Footer =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
footer {
  position: relative;
  background: #e6dec6;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  padding: 20px 0 38px;
  color: #000000;
}
footer .footer_logo img {
  height: 77px;
  filter: brightness(0.5);
}
footer .footer_redes_sociais {
  padding-top: 38px;
}
footer .footer_redes_sociais a {
  border: 2px solid #FFFFFF;
  border-radius: 100%;
  margin-right: 14px;
}
footer .footer_redes_sociais a .rs_item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  width: 31px;
  height: 31px;
  border: 1px solid #4f4c42;
  border-radius: 100%;
}
footer .footer_redes_sociais a .rs_item i {
  font-size: 1.8rem;
  color: #9f9885;
}
footer .footer_redes_sociais a .rs_item svg {
  height: 15px;
  filter: brightness(0.5);
}
footer .footer_redes_sociais a:last-child {
  margin-right: 0;
}
footer .footer_info {
  padding-top: 56px;
  font-size: 1.3rem;
}
footer .footer_by {
  padding-top: 15px;
}
footer .footer_by .logo_ja {
  height: 25px;
}/*# sourceMappingURL=stylo.css.map */