@font-face {
  font-family: "Panton";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Panton-Light.woff") format("woff");
}

@font-face {
  font-family: "Panton";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Panton-Regular.woff") format("woff");
}

@font-face {
  font-family: "Panton";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Panton-Italic.woff") format("woff");
}

@font-face {
  font-family: "Panton";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Panton-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Panton";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/Panton-SemiBoldItalic.woff") format("woff");
}

@font-face {
  font-family: "Panton";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Panton-Bold.woff") format("woff");
}

@font-face {
  font-family: "Panton";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Panton-BoldItalic.woff") format("woff");
}

@font-face {
  font-family: "Panton";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Panton-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: "Panton";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/Panton-ExtraBoldItalic.woff") format("woff");
}

@font-face {
  font-family: "Panton";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Panton-Black.woff") format("woff");
}

@font-face {
  font-family: "Panton";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/Panton-BlackItalic.woff") format("woff");
}

@font-face {
  font-family: "Hanson";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Hanson-Bold.otf") format("opentype");
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1em;
  margin: 0;
}

body,
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "Panton";
  font-size: 24px;
}

section#intro {
  padding: 30px 0;
  background-color: #000;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1920px auto;
}

#logo-gt {
  width: 280px;
}

#politics {
  padding: 30px 0;
}

#politics p:not(.autoshopping-logo__title):not(.autoshopping-logo__city) {
  font-size: 16px;
  margin: 15px 0;
  text-align: left;
  font-weight: 400;
}

section#form {
  background-color: #ffffff;
  padding: 50px 0;
}

section#form h2 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 50px;
}

section#form h2 > strong {
  font-weight: 900;
}

#form input:not([type="submit"]) {
  display: block;
  background-color: #eeeff1;
  border: none;
  width: 100%;
  margin-bottom: 20px;
  height: 48px;
  padding: 0 15px;
  color: #001e4d;
  font-size: 18px;
}

#form input::-webkit-input-placeholder {
  color: #748192;
}

#form input::-moz-placeholder {
  color: #748192;
}

#form input:-ms-input-placeholder {
  color: #748192;
}

#form input::-ms-input-placeholder {
  color: #748192;
}

#form input::placeholder {
  color: #748192;
}

#form input[type="submit"],
.cta {
  font-family: "Hanson";
  color: #000 !important;
  background-color: #dbe40d;
  width: 100%;
  margin-bottom: 20px;
  height: 48px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

section#form small {
  display: block;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-size: 18px;
}

section#gallery {
  padding-top: 30px;
  background-color: #000;
}

section#gallery h2 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 28px;
  color: #fff;
  margin-bottom: 30px;
}

.autoshopping-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
}

.autoshopping-logo__title {
  font-weight: 900;
  font-style: italic;
  line-height: 1em;
  color: #fff;
  margin: 0;
}

.autoshopping-logo__highlight {
  color: #dbe40d;
}

.autoshopping-logo__year {
  font-family: "Hanson";
  font-weight: 700;
  font-size: 0.614em;
  color: #fff;
  text-align: center;
  line-height: 1.1em;
  letter-spacing: 0.3em;
  margin: 0;
}

footer {
  padding: 60px 0;
  background-color: #ffffff;
}

footer h3 {
  text-align: center;
  margin: 0 0 30px 0;
  font-weight: 600;
  color: #001e4d;
}

#brands {
  background-color: #000;
  background-image: url(../img/fundo-preto-com-textura--2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
}

@supports (background-image: url("../img/fundo-preto-com-textura--2.avif")) {
  #brands {
    background-image: url("../img/fundo-preto-com-textura--2.avif");
  }
}

@supports (background-image: url("../img/fundo-preto-com-textura--2.webp")) {
  #brands {
    background-image: url("../img/fundo-preto-com-textura--2.webp");
  }
}

#brands h2 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}

#brands h2 > strong {
  font-family: "hanson";
  color: #dbe40d;
  font-size: 0.95em;
}

.brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brands .brand {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 20px;
}

.brands .brand img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1199.98px) {
  section#gallery {
    background-size: 300px auto;
  }
}

@media (max-width: 991.98px) {
  section#gallery {
    padding-top: 40px;
  }

  .autoshopping-logo-wrapper {
    margin: 50px 0;
    font-size: 80px;
  }

  .autoshopping-logo__city svg {
    width: 139.2px;
    height: 39.2px;
    margin-right: 20px;
  }
}

@media (max-width: 767.98px) {
  #logo-gt {
    width: 230px;
  }

  #politics h1,
  #politics h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 50px 0 30px 0;
    white-space: break-spaces;
  }

  #politics h3,
  #politics p:not(.autoshopping-logo__title):not(.autoshopping-logo__city) {
    font-size: 16px;
  }

  section#gallery {
    padding-top: 30px;
  }

  section#form h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  section#gallery h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .autoshopping-logo-wrapper {
    font-size: 40px;
  }

  .autoshopping-logo__city svg {
    width: 69.6px;
    height: 19.6px;
    margin-right: 10px;
  }

  footer {
    padding: 30px 0;
  }

  footer h3 {
    font-size: 26px;
    margin: 0 0 30px 0;
  }

  section#gallery {
    background-size: 180px auto;
  }
}

#loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#loader:not(.show) {
  display: none;
}

#loader svg {
  width: 100px;
  height: 100px;
  margin: 20px;
  display: inline-block;
}

#obrigado,
#obrigado section#intro {
  height: 100vh;
}

#obrigado h1 {
  text-align: center;
  color: #dbe40d;
}

#obrigado section#intro {
  padding: 50px 0;
}


.subfooter {
  padding: 20px 15px;
  background-color: #d8d9dd;
}

.subfooter a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  color: #001e4d;
  margin: 0;
}

#cookies-alert {
  padding: 15px;
  background-color: rgba(0, 30, 77, 0.9);
  min-height: 90px;
  height: 90px;
  color: #fff;
  font-weight: 100;
  letter-spacing: 2px;
  text-align: justify;
  position: fixed;
  width: 100%;
  z-index: 9999;
  font-size: 0.8em;
  bottom: -130px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#cookies-alert.open {
  -webkit-transform: translate(0, -130px);
  -ms-transform: translate(0, -130px);
  transform: translate(0, -130px);
}

#cookies-alert p {
  margin-bottom: 0;
  font-size: 16px;
}

#cookies-alert a {
  color: #dbe40d;
  text-decoration: none;
}

#cookies-alert button {
  color: #dbe40d;
  background-color: transparent;
  border: 2px solid #dbe40d;
  text-transform: capitalize;
  padding: 0 20px;
  width: 200px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}

@media (max-width: 575.98px) {
  #cookies-alert {
    font-size: 0.7rem !important;
    min-height: 180px;
    height: 180px;
    bottom: -180px;
    font-size: 1em;
  }

  #cookies-alert p {
    margin-bottom: 0;
    font-size: 14px;
  }

  #cookies-alert.open {
    -webkit-transform: translate(0, -180px);
    -ms-transform: translate(0, -180px);
    transform: translate(0, -180px);
  }

  #cookies-alert .col-md-4 {
    margin-top: 15px;
  }

  #cookies-alert .col-md-4 > .d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #cookies-alert a {
    width: auto;
    margin-bottom: 10px;
    margin-top: 5px;
    text-decoration: underline;
  }

  footer a {
    font-size: 2.2em !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #cookies-alert {
    min-height: 200px;
    height: 200px;
    bottom: -200px;
    font-size: 1.2em;
  }

  #cookies-alert.open {
    -webkit-transform: translate(0, -200px);
    -ms-transform: translate(0, -200px);
    transform: translate(0, -200px);
  }

  #cookies-alert .col-md-4 {
    margin-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #cookies-alert {
    min-height: 100px;
    height: 100px;
  }

  #cookies-alert.open {
    -webkit-transform: translate(0, -130px);
    -ms-transform: translate(0, -130px);
    transform: translate(0, -130px);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #cookies-alert {
    min-height: 100px;
    height: 100px;
  }

  #cookies-alert.open {
    -webkit-transform: translate(0, -130px);
    -ms-transform: translate(0, -130px);
    transform: translate(0, -130px);
  }
}

.sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sponsor {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sponsors:nth-child(1) .sponsor,
.sponsors:nth-child(2) .sponsor {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.sponsor img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 575.98px) {
  .sponsor {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 30px;
  }

  .sponsors:nth-child(1) .sponsor {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sponsors:nth-child(2) .sponsor {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .sponsor img {
    width: 180px;
  }
}


header {
  padding: 40px 0;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.separator {
  display: block;
  width: 2px;
  background-color: #fff;
  height: 100px;
}

#intro {
  position: relative;
}

.intro-title {
  font-size: 50px;
  position: relative;
  z-index: 5;
}

.intro-title p,
.intro-title h2 {
  margin: 0;
  text-align: center;
}

.intro-title p {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 0.35em;
  letter-spacing: 0.8em;
  font-weight: 600;
}

.intro-title h2 {
  font-family: "Hanson";
  font-weight: 700;
  font-size: 1em;
  color: #dbe40d;
}

#intro p {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin: 15px 0;
  position: relative;
  z-index: 5;
}

#intro h3 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  margin: 15px 0;
  position: relative;
  letter-spacing: 0.4em;
  z-index: 5;
}

#event-description {
  position: relative;
  z-index: 5;
  margin-top: -30px;
}

#speaker-picture {
  max-width: 450px;
  z-index: 5;
  position: relative;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0)),
    color-stop(30%, rgba(0, 0, 0, 1))
  );
  -webkit-mask-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 30%
  );
  mask-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0)),
    color-stop(30%, rgba(0, 0, 0, 1))
  );
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 30%);
}

#event-date-box {
  margin-top: 50px;
  padding: 30px 0;
  border-bottom: 2px solid #dbe40d;
}

#date-container {
  font-size: 74px;
  color: #fff;
}

#date {
  display: block;
  text-align: center;
  font-family: "hanson";
  font-weight: 700;
  line-height: 1.1em;
  font-size: 1em;
  margin: 0px;
}

#location {
  display: block;
  text-align: center;
  font-family: "hanson";
  font-weight: 700;
  line-height: 1.2em;
  font-size: 0.45em;
  margin: 30px 0;
}

#arrows {
  position: absolute;
  pointer-events: none;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url('../img/bg-triangle-left.png'), url('../img/bg-triangle-right.png');
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top 30px right, top 470px left -20px;
  background-size: 400px auto, 400px auto;
  z-index: 4;
}

@media (max-width: 1199.98px) {
  #arrows {
    background-size: 300px auto, 300px auto;
  }
}

@media (max-width: 991.98px) {

  #arrows {
    background-position: top 130px right, top 670px left -20px;
    background-size: 200px auto, 200px auto;
  }

  #logo-gt {
    width: 220px;
  }

  .autoshopping-logo {
    font-size: 34px;
  }

  .separator {
    height: 80px;
}

#date-container {
  font-size: 52px;
}

#brands h2 {
  font-size: 30px;
}
}

@media (max-width: 767.98px) {
  #arrows {
    background-position: top 180px right, top 710px left -20px;
    background-size: 180px auto, 180px auto;
  }
  .header-content {
    flex-direction: column;
  }

  header {
    padding: 20px 0;
  }

  #logo-gt {
    width: 200px;
  }

  .autoshopping-logo {
    font-size: 30px;
  }

  .separator {
    width: 180px;
    height: 2px;
    margin: 20px 0;
  }

  section#form {
    padding: 30px 0;
}

#form input[type="submit"],
.cta {
  font-size: 22px;
}

.intro-title {
  font-size: 36px;
}

.intro-title h2 {
  line-height: 1.3em;
}

#intro p {
  font-size: 16px;
}

#speaker-picture {
  width: 340px;
}


#intro h3 {
  font-size: 26px;
  letter-spacing: 0.1em;
}

#date-container {
  font-size: 26px;
}

#calendar-icon,
#calendar-icon > image {
  width: 50px;
  height: auto;
}

#location {
  font-size: 0.6em;
  margin-bottom: 30px;
}

#brands h2 {
  font-size: 24px;
}

.brands .brand {
  flex: 0 0 50%;
  max-width: 50%;
  justify-content: center;
}

.brands .brand img {
  max-width: 120px;
}

#date-section {
  background-size: auto 100%;
}

.cta {
  line-height: 1.1em;
  font-size: 20px;
}
}

.responsive-iframe {
  border: 10px solid #FFF;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 50px;
}

.responsive-iframe > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#push-button {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 20px auto 50px auto;
  padding: 5px 20px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-decoration: none;
  border-radius: 30px;
  max-width: 450px;
}

@media (max-width: 767.98px) {
  .responsive-iframe {
    margin-top: 0;
    border: 5px solid #FFF;
  }

  #push-button {
    font-size: 20px;
    max-width: 300px;
  }

  #push-button img {
    width: 30px;
    height: auto;
  }

  #event-date-box {
    margin-top: 0px;
    padding-top: 0;
  }
}

.webalert_view_container {
  min-height: 0 !important;
  height: 0 !important;
}

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

.webalert_container {
  position: fixed;
  top: -100%;
  z-index: 6000001;
  padding: 12px 15px;
  width: 400px;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.32);
  background-color: #09274D;
  transition: top 0.3s;
  border-left: 5px solid #dbe40d;
}

.webalert_container_show {
  top: 55px;
}

.webalert_container, .webalert_container * {
  box-sizing: border-box;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.webalert_container_logo_icon {
  width: 88px;
  height: 31.53px;
  top: 20px;
  left: 20px;
}

.webalert_container_description {
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #fff;
  margin: 16px 0 0;
  font-style: normal;
}

.webalert_container_subdescription {
  padding: 0;
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  letter-spacing: normal;
  color: #fff;
  margin: 8px 0 0;
}

.webalert_container_button_wrapper {
  display: flex;
  justify-content: end;
  margin: 16px 0 0 0;
}

.webalert_container_button_no--close {
  top: 0 !important;
  position: absolute !important;
  border: none !important;
  right: 0 !important;
  color: #fff !important;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzA5MTIxRiIgZD0ibTcgNS41ODYgNC45NS00Ljk1IDEuNDE0IDEuNDE0TDguNDE0IDdsNC45NSA0Ljk1LTEuNDE0IDEuNDE0TDcgOC40MTRsLTQuOTUgNC45NUwuNjM2IDExLjk1IDUuNTg2IDcgLjYzNiAyLjA1IDIuMDUuNjM2IDcgNS41ODZaIi8+PC9zdmc+) no-repeat center !important;
  width: 40px !important;
  height: 40px !important;
}

.webalert_container_button {
  line-height: 16px;
  border-radius: 8px;
  padding: 8px 16px;
  border: solid 1px #cccccc;
  background-color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0.96px;
  text-align: center;
  transition: opacity 0.3s;
  font-style: normal;
  font-weight: 700;
  height: 36px;
  transition: opacity 0.3s;
}

.webalert_container_click {
  cursor: pointer;
}

.webalert_container_button_no {
  background-color: #fff;
  border: 1px solid #fff;
  background: #fff;
  color: #fff;
}

.webalert_container_button_yes {
  border-width: 0;
  background: #dbe40d;
  color: #000;
  margin-left: 8px;
}

.webalert_container .autoshopping-logo {
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .webalert_container {
    width: 320px;
  }
}

.box-accept-optin {
  position: fixed;
  top: 10px;
  left: 90px;
  z-index: 6000000;
  -webkit-animation: fakeType 0.5s ease-in-out;
  animation: fakeType 0.5s ease-in-out;
}

.box-accept-optin .arrow-accept-optin {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #1f91ff;
  left: 24px;
  position: relative;
}

.box-accept-optin .text-accept-optin {
  width: 200px;
  font-size: 16px;
  color: #fff;
  padding: 16px;
  background-color: #1f91ff;
  border-radius: 16px;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  .box-accept-optin {
    top: 10px;
    left: auto;
    right: 2px;
  }

  .box-accept-optin .arrow-accept-optin {
    left: 155px;
  }
  
}

.contact-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  right: 30px;
  z-index: 998;
  pointer-events: none;
}

.contact-bar .contact-bar__line {
  height: 250px;
  width: 2px;
  background-color: #dbe40d;
  margin-bottom: 15px;
}

.contact-bar .contact-bar__dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #dbe40d;
  margin-bottom: 20px;
}

.contact-bar .contact-bar__item {
  color: #dbe40d;
  margin-bottom: 5px;
  pointer-events: all;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  border-radius: 50%;
}

.contact-bar .contact-bar__item::before {
  content: '';
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #FFF;
  z-index: 1;
}

.contact-bar .contact-bar__item svg {
  z-index: 2;
  position: relative;
  display: block;
  transform: scale(1.05);
}

@media (max-width: 575.98px) {
  .contact-bar {
    right: 15px;
  }

  .contact-bar .contact-bar__line {
    height: 170px;
  }

}