:root {
  --scrollbarBG: #fff;
  --thumbBG: #c4c4c4;
  --primary-color: rgb(130, 0, 150);
  --active-unfocused-icons: #8d8d8d;
  --iOS-active-unfocused-icons: #9a99a2;
  --active-focused-icons: #272727;
  --active-focused-icons-escuro: #838383;
  --inactive-icons: #c7c7c7;
  --text-high-emphasis: #242424;
  --text-low-emphasis: #bdbdbd;
  --text-error-color: #b00020;
  --text-valid-color: #009f23;
  --cor-conteudo-site: #f7f7f7;
  --branco: #ffffff;
  --laranja: #ff8e11;
  --dark-color-site: #18214d;
  --laranja: #ff8e11;
  --laranja-gradiente: linear-gradient(
    180deg,
    #feb523 0%,
    #fe8e10 54.69%,
    #fe6d00 100%
  );
  --gradiant-primary-secondary: linear-gradient(
    180deg,
    #9c00b4 22.4%,
    #78008b 100%
  );
}

/* Fix auto fill */
input:-webkit-autofill {
  animation-name: onAutoFillStart;

  transition: background-color 50000s ease-in-out 0s;
}
input:not(:-webkit-autofill) {
  animation-name: onAutoFillCancel;
}

@keyframes onAutoFillStart {
  from {
    /**/
  }
  to {
    /**/
  }
}
@keyframes onAutoFillCancel {
  from {
    /**/
  }
  to {
    /**/
  }
}

#landingMarket {
  margin-top: 36px;
  text-align: center;
  background: var(--branco);
}

#landingMarket_header {
  width: 100%;
  background: linear-gradient(270deg, #9c00b4 22.4%, #78008b 100%);
  display: flex;
  gap: 27px;
  padding: 50px 0;
  margin-top: 68px;
}

#landingMarket_header > div {
  max-width: 790px;
  padding: 0 16px;
}

#landingMarket_header p,
#landingMarket_header h1,
#landingMarket_header h3 {
  margin: 0;
}

#landingMarket_header p {
  color: var(--laranja);
  font-weight: 700;
  margin-left: 8px;
}

#landingMarket_header h1 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 40px;
  margin: 30px 0;
}

#landingMarket_header h3 {
  font-size: 18px;
  font-weight: 500;
}

#landingMarket_header h1,
#landingMarket_header h3 {
  color: var(--branco);
  text-align: center;
}

#landingMarket > button:first-child {
  width: 262px;
}

#landingMarket_info {
  margin: 45px 0;
  padding: 0 30px;
  color: var(--dark-color-site);
  display: flex;
  flex-direction: column;
}

#landingMarket_info .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.landingMarket_info-title {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}

.landingMarket_info-title + p {
  font-size: 18px;
  font-weight: 500;
}

#landingMarket_tools {
  padding: 0 30px;
  min-width: 100%;
}

#landingMarket_tools > p {
  font-weight: 600;
  font-size: 22px;
  color: var(--dark-color-site);
}

#landingMarket_tools h2 {
  font-weight: 800;
  font-size: 40px;
  color: var(--dark-color-site);
  margin-bottom: 50px;
}

.landingMarket_tools-type {
  margin-bottom: 65px;
}

.landingMarket_tools-type h4 {
  font-weight: 800;
  font-size: 26px;
  color: var(--dark-color-site);
}

.landingMarket_tools-cat {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px 16px;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 18px;
}

.landingMarket_tools-cat p {
  margin: 0;
}

.landingMarket_tools-cat--info {
  max-width: 130px;
  min-height: 230px;
}

#landingMarket_form {
  padding: 0 30px;
  max-width: 100%;
}

#landingMarket_form h2 {
  margin-bottom: 30px;
  color: var(--primary-color);
}

#landingMarket_form h4 {
  font-size: 26px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 36px;
}

/* #formPartnerContact .col {
  max-width: 100%;
  padding: 0;
} */

.formImg__group {
  position: relative;
  width: 100%;
  height: 55px;
  margin-bottom: 36px;
}

.formImg__group input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-style: 16px;
  font-weight: 700;
  border: 1px solid var(--active-unfocused-icons) !important;
  border-radius: 4px;
  outline: none;
  padding: 1rem;
  padding-left: 49px;
  background: none;
  z-index: 1;
}

.formImg__group svg {
  position: relative;
  left: 15px;
  z-index: 1;
}

.formImg__group label {
  position: absolute;
  left: 49px;
  top: 15px !important;
  font-size: 16px !important;
  font-weight: 600;
  color: var(--active-unfocused-icons) !important;
  padding: 0 0.25rem;
  background-color: var(--branco) !important;
  transition: 0.3s;
}

.formImg__group input:focus ~ label,
.formImg__group .formInputNoImg:focus ~ label {
  top: -0.5rem !important;
  left: 49px;
  height: 16px;
  color: var(--primary-color) !important;
  font-size: 12px !important;
  z-index: 10;
}
.formImg__group input:not(:placeholder-shown):not(:focus) ~ label,
.formImg__group .formInputNoImg:not(:placeholder-shown):not(:focus) ~ label {
  top: -0.5rem !important;
  left: 49px;
  height: 16px;
  color: var(--primary-color) !important;
  font-size: 12px !important;
  z-index: 10;
}
.formImg__group input:focus,
.formImg__group input:not(:placeholder-shown):not(:focus),
.formImg__group .formInputNoImg:focus,
.formImg__group .formInputNoImg:not(:placeholder-shown):not(:focus) {
  border: 2px solid var(--primary-color) !important;
  border-radius: 4px;
}

.formImg__group .formInputNoImg:focus ~ label,
.formImg__group .formInputNoImg:not(:placeholder-shown):not(:focus) ~ label {
  left: 15px;
}

.formImg__group input:focus + svg path {
  position: relative;
  left: 20px;
  fill: var(--primary-color);
}

.formImg__group input:not(:placeholder-shown) input:not(:focus) + svg path {
  fill: var(--primary-color) !important;
}

.formImg__input:not(:placeholder-shown).formImg__input:not(:focus) + svg path,
.is-autofilled + svg path {
  fill: var(--primary-color);
}

.formImg__group .upContactLabel {
  top: -0.5rem !important;
  left: 125px;
  height: 16px;
  color: var(--primary-color) !important;
  font-size: 12px !important;
  z-index: 10;
}

[for="element_59"] + .warning-incorrectInput {
  position: absolute;
  left: 5px;
  top: 60px;
}

.iti {
  min-width: 100%;
}

.formImg__group .contactSvg {
  left: 15px;
  position: absolute;
}

.contactSvg + .iti .iti__selected-flag {
  background-color: transparent;
  margin-left: 44px;
}

.contactSvg--active path {
  fill: var(--primary-color);
}

.contactSvg + .iti .iti__selected-dial-code {
  font-size: 12px;
  font-weight: 600;
}

.iti input {
  padding-left: 130px !important;
}

.iti + label {
  left: 130px;
}

.warning-incorrectInput {
  color: #b00020 !important;
  font-size: 10px;
  font-weight: 600;
  position: relative;
  top: 37px;
  left: 0;
  min-width: 288px;
  text-align: start;
}

#landingMarket_form-disclaimer {
  margin-bottom: 70px;
  color: var(--active-unfocused-icons);
}

#landingMarket_form-disclaimer p:first-child {
  font-weight: 800;
}

#landingMarket_form-contacts {
  margin-top: 80px;
  margin-bottom: 140px;
  color: var(--dark-color-site);
}

#landingMarket_form-contacts h3 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 35px;
}

#landingMarket_form-contacts p,
#landingMarket_form-contacts a {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 700;
}

#landingMarket_form-contacts a {
  text-decoration: underline;
}

.catButton {
  padding: 0;
}

#landingCatInfo .modal-header {
  border: none;
  padding-left: 11px;
  padding-bottom: 0;
}

#landingCatInfo .modal-content {
  max-width: 360px;
  box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 0 16px;
}

#landingCatInfo h5 {
  color: var(--dark-color-site);
  font-size: 20px;
  font-weight: 800;
}

#landingCatInfo p {
  color: var(--dark-color-site);
  font-size: 16px;
  font-weight: 500;
}

#landingCatInfo .modal-footer {
  border: none;
  margin-bottom: 20px;
}

#landingCatInfo .modal-footer button {
  max-width: 200px;
  height: 60px;
  border-radius: 8px;
}

#sygSystem {
  padding: 0 30px;
  margin: 80px 0;
}

#sygSystem h3 {
  color: var(--Dark-Color-Site, #18214D);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "Nunito Sans";
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 60px;
}

#sygSystem h3 span {
  font-style: italic;
  font-weight: 500;
}

#sygSystem p {
  text-align: start;
  font-size: 18px;
}


#sygSystem p span{
  font-weight: 800;
}

#sygSystemGroup {
  display: flex;
  flex-direction: column;
  gap: 55px;
  margin-top: 85px;
}

.sygSystemCardRow {
  display: flex;
  flex-wrap: wrap;          
  justify-content: center;
  gap: 30px;
}

.sygSystemCard {
  padding: 25px;
  border-radius: 20px;
  border: 1px solid var(--active-unfocused-icons, #8D8D8D);
}

.sygSystemCardRow .sygSystemCard {
  width: 100%;
}

#formPartnerContact .row{
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 50px;
}

@media (min-width: 767px) {
  #landingMarket {
    margin-top: 66px;
  }

  #landingMarket_header h1 {
    font-size: 72px;
    line-height: 80px;
  }
}

@media (min-width: 951px) {
  #landingMarket_header {
    width: 100%;
    margin: 0;
  }

  #landingMarket_header h3 {
    font-size: 24px;
  }

  #landingMarket_header + button {
    margin-top: 66px;
  }

  #landingMarket_info {
    flex-direction: row;
  }

  #landingMarket_tools {
    padding: 0 110px;
  }

  #formPartnerContact .row{
    display: grid;
    grid-template-columns: repeat(2, 350px);
    margin-bottom: 50px;
  }

  #formPartnerContact button {
    width: 50%;
  }

  .landingMarket_tools-group:not(:nth-of-type(2)) {
    flex-wrap: wrap;
    justify-content: center;
  }

  .landingMarket_tools-cat--info {
    max-width: 150px;
  }

  #sygSystem {
    padding: 0 80px;
  }
  #sygSystem h3 {
    font-size: 72px;
  }

  .sygSystemCardRow .sygSystemCard {
    width: 360px;
  }
}

@media (min-width: 992px) {
  .landingMarket_tools-group {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .landingMarket_tools-group:not(:nth-of-type(2)) {
    justify-content: space-between;
  }
}

/* landing Consumer */

#consumerCarousel {
  margin: 105px 0 25px 0;
  padding: 0 24px 20px;
}

#consumerCarousel .carousel-item > .row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#consumerCarousel .carousel-item .row img {
  width: 100%;
  max-height: 600px;
}

#consumerCarousel .carousel-item h2 {
  color: var(--dark-color-site);
  font-size: 40px;
  font-weight: 800;
}

#consumerCarousel .carousel-item p {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 800;
  margin: 28px 0;
  max-width: 433px;
}

#consumerCarousel .slide-buttons .row,
.consumerBlock .slide-buttons .row {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 395px;
  gap: 43px;
}

#consumerCarousel .slide-buttons .row .col,
.consumerBlock .slide-buttons .row .col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

/* #consumerCarousel .slide-buttons .row .col:nth-child(2),
.consumerBlock .slide-buttons .row .col:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
} */

#consumerCarousel .slide-buttons button,
.consumerBlock .slide-buttons button {
  height: 44px;
  font-size: 11px;
  font-weight: 600;
  width: 100%;
}

#consumerCarousel .slide-buttons .col:nth-child(1) button,
.consumerBlock .slide-buttons .col:nth-child(1) button {
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 0px 0px #820096;
  box-shadow: 2px 2px 0px 0px #820096;
  background: var(--branco);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

#consumerCarousel .slide-buttons .col:nth-child(2) button,
.consumerBlock .slide-buttons .col:nth-child(2) button {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
  border-radius: 10px;
  color: var(--branco);
  background: var(--primary-color);
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#consumerCarousel .carousel-indicators {
  gap: 14px;
}

#consumerCarousel .carousel-indicators button {
  background: var(--primary-color);
  border: none;
  width: 55px;
  height: 8px;
  opacity: 0.1;
}

#consumerCarousel .carousel-indicators .active {
  opacity: 0.5;
}

.consumerBlock .row h2 {
  font-size: 32px;
  font-weight: 800;
  color: var(--dark-color-site);
  margin: 0;
  line-height: normal;
}

.consumerBlock .row h4 + p {
  font-size: 14px;
  color: var(--dark-color-site);
  margin: 0;
  line-height: normal;
}

.consumerBlock-purple {
  color: var(--primary-color) !important;
}

#consumerBlockGiftcards {
  max-width: unset;
  width: 100%;
  background: linear-gradient(180deg, #9c00b4 22.4%, #78008b 100%);
  padding: 0 32px;
}

#consumerBlockGiftcards .row {
  padding-left: 24px;
}

#consumerBlockGiftcards .col:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#consumerBlockGiftcards .col:first-child h2 {
  font-size: 26px;
}

#consumerBlockGiftcards img {
  width: 100%;
}

#consumerBlockGiftcards h2,
#consumerBlockGiftcards p {
  color: var(--branco) !important;
}

.consumerBlock__blockImg {
  display: flex;
  justify-content: center;
}

.consumerBlock__blockImg img {
  width: 270px;
}

#welcomeVideo {
  width: 100%;
  height: 215px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 16px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 16px 35px rgba(0, 0, 0, 0.15);
}

.vjs-poster,
.vjs-poster img {
  border-radius: 30px;
}

.player {
  position: unset;
  overflow: unset;
  max-height: unset;
  padding: 0 24px;
}

.consumerBlock .card-body h4 {
  font-size: 10px;
  color: var(--dark-color-site);
}

.consumerBlock .card-body p {
  font-size: 12px;
  font-weight: 600;
  color: var(--dark-color-site);
}

.consumerBlock .card-body h6 {
  font-size: 12px;
  margin: 0;
}

.consumerBlock-formatColumn .row {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.consumerBlock-formatColumn .col + .consumerBlock__blockImg {
  order: -1;
}

.row-items-sygpoints {
  color: var(--branco);
  font-size: 14px;
  font-weight: 800;
  background: linear-gradient(180deg, #feb523 0%, #fe8e10 54.69%, #fe6d00 100%);
  border-radius: 6px;
  padding: 4px 7px;
  display: flex;
  align-items: center;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
  width: fit-content;
  margin-top: 14px;
}

.row-items-sygpoints svg {
  margin-left: 5px;
}

.player-card__body .partner-logo {
  width: 34px;
  height: 34px;
}

.vjs-poster img {
  object-fit: none;
}

#blockCampanhasRow .col,
#blockCampanhasRow .col > .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}

#blockCampanhas .blockCampanhas-card {
  width: 272px;
  min-height: 452px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  display: block;
}

#blockCampanhas .blockCampanhas-card img {
  width: 100%;
  border-radius: 16px 16px 0 0;
}

#blockCampanhas .blockCampanhas-card h5,
#blockCampanhas .blockCampanhas-card h4,
#blockCampanhas .blockCampanhas-card h4 + p {
  padding: 0 30px;
  color: var(--dark-color-site);
}

#blockCampanhas .blockCampanhas-card h5 {
  font-weight: 800;
  font-size: 14px;
}

#blockCampanhas .blockCampanhas-card h4 + p {
  font-size: 14px !important;
}

.blockCampanhas-img {
  min-height: 272px;
  margin-bottom: 10px;
}

.blockCampanhas-img .blockCampanhas-info {
  z-index: 10;
  position: relative;
  width: 50%;
  top: 28px;
  padding-left: 23px;
}

.blockCampanhas-img .blockCampanhas-info p {
  margin: 0;
  color: var(--branco);
  font-weight: 800;
}

.blockCampanhas-img .blockCampanhas-info p:first-child {
  font-size: 20px !important;
  padding: 0;
}

.blockCampanhas-img .blockCampanhas-info p span {
  font-size: 46px !important;
  background: var(
    --laranja-gradiente,
    linear-gradient(180deg, #feb523 0%, #fe8e10 54.69%, #fe6d00 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0;
  line-height: 46px;
}

.blockCampanhas-img .blockCampanhas-info p:not(:first-child) {
  font-size: 16px !important;
  padding: 0;
}

.blockCampanhas-img img {
  position: absolute;
  top: 0;
}

.blockCampanhas-img img + p {
  z-index: 10;
  position: absolute;
  margin: 0;
  color: var(--branco);
  top: 129px;
  right: 47px;
  width: 19%;
  font-size: 10px;
  text-align: center;
  line-height: 12px;
}

.blockCampanhas-img img + p span {
  background: var(
    --laranja-gradiente,
    linear-gradient(180deg, #feb523 0%, #fe8e10 54.69%, #fe6d00 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0;
}

#consumerBlockResume img {
  width: 100%;
}

@media (min-width: 575px) {
  #welcomeVideo {
    height: 350px;
  }

  #consumerBlockGiftcards .col:first-child h2 {
    font-size: 40px;
  }

  .consumerBlock-formatColumn .row {
    flex-direction: row;
  }

  .consumerBlock-formatColumn .col + .consumerBlock__blockImg {
    order: unset;
  }
}

@media (min-width: 950px) {
  #consumerCarousel {
    max-width: 1000px;
  }
  #consumerCarousel .carousel-item > .row {
    flex-direction: row;
  }

  #consumerCarousel .carousel-item h2 {
    font-size: 64px;
  }

  #blockCampanhas {
    max-width: 1300px;
  }

  #blockCampanhas .blockCampanhas-card h5 {
    margin-top: 25px;
  }

  #consumerCarousel .slide-buttons button,
  .consumerBlock .slide-buttons button {
    height: 55px;
    font-size: 18px;
    padding: 0 15px;
  }

  #blockCampanhasRow .col {
    flex-direction: row;
  }

  #consumerBlockResume {
    display: flex;
    flex-direction: row;
  }

  #consumerBlockResume img {
    width: 295px;
  }

  .consumerBlock {
    max-width: 1000px;
  }

  .consumerBlock .card-body h4 {
    font-size: 24px;
  }

  .consumerBlock .card-body p {
    font-size: 28px;
  }

  .consumerBlock .card-body h6 {
    font-size: 28px;
  }

  .body-card-videos-sygs .row-items-sygpoints svg {
    width: 24px;
    height: 24px;
  }

  .player-card__body .partner-logo {
    width: 80px;
    height: 80px;
  }

  .consumerBlock__blockImg img {
    width: unset;
  }

  .consumerBlock .row > .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .consumerBlock .row > .col:first-child h2 {
    font-size: 70px !important;
  }

  .consumerBlock .row > .col h2 {
    font-size: 36px !important;
  }
  .consumerBlock .row > .col h4 + p {
    font-size: 22px !important;
  }

  #consumerBlockGiftcards .row {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }

  #consumerBlockGiftcards img {
    width: unset;
    max-width: 425px;
  }

  .details-player {
    max-width: 800px;
    margin: 0 auto;
  }

  #welcomeVideo {
    height: 360px;
  }

  .blockCampanhas-img .blockCampanhas-info p span {
    font-size: 56px !important;
    background: var(
      --laranja-gradiente,
      linear-gradient(180deg, #feb523 0%, #fe8e10 54.69%, #fe6d00 100%)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0;
    line-height: 46px;
  }
}

@media (min-width: 1200px) {
  .blockCampanhas-img .blockCampanhas-info p:first-child {
    font-size: 24px !important;
    padding: 0;
  }

  #blockCampanhasRow .col > .row {
    flex-direction: row;
  }
}

@media (min-width: 1600px) {
  #consumerCarousel {
    max-width: 1300px;
  }

  #consumerBlockGiftcards .row {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
  }

  .consumerBlock {
    max-width: 1300px;
  }

  .consumerBlock .row > .col:first-child h2 {
    font-size: 85px !important;
  }

  .details-player {
    max-width: 1000px;
    margin: 0 auto;
  }

  #consumerCarousel .carousel-item h2 {
    font-size: 72px;
  }

  #welcomeVideo {
    height: 415px;
  }
}

#socialMedia p {
  color: #dd00ff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

#socialMedia div {
  display: flex;
  gap: 24px;
}

#socialMedia a {
  width: 24px;
  height: 24px;
}
