:root {
  --primary-white: white;
  --black: black;
  --javy-red: #c8202f;
  --primary-black: #010101;
  --white: white;
  --light-grey: #f4f4f4;
  --cream-javy: #fff3d9;
  --inactive-state: #d4d2e4;
  --deactivated-gray: #777;
  --primary: #010101;
  --javy-yellow: #fbaa19;
  --lighter-cream: #fff6ee;
  --secondary: #3d348b;
  --javy-cream: #ffedd7;
  --javy-green: #29af5c;
  --cream-light: #fff9e6;
  --nice-green: #2ea07c;
  --deactivated: #79749f;
  --primary-gold: #fa0;
  --primary-cosmic: #3d348b;
  --primary-cream: #fff9e6;
  --original-dark: #fa0;
  --original-light: #fffcd9;
  --vanilla-dark: #00cddc;
  --vanilla-light: #e0fafa;
  --mocha-dark: #93471d;
  --mocha-light: #fce5d9;
  --caramel-dark: #c96614;
  --caramel-light: #ffe7ca;
  --creamer-new: #f7f5ed;
  --deactivated-gray-2: #cbcbcb;
  --new-cream: #fffef9;
  --dark-secondary: #2a2552;
  --accent-color: #3aecba;
  --dark-grey: #b0b0b0;
  --border-cream: #eee7d0;
  --green-juninho: #45ff8f;
  --super-blue: #09d2ff;
  --brand--main: #f12c4c;
}

body {
  background-color: var(--primary-white);
  color: #000;
  letter-spacing: -.02em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

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

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

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  line-height: 1.2;
}

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

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

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

p {
  margin-bottom: 0;
}

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

ul {
  margin-bottom: 0;
}

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

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

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

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

strong {
  font-weight: 700;
}

blockquote {
  border-left: 4px solid var(--javy-red);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

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

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

.hide {
  display: none;
}

.button-text {
  grid-column-gap: .5rem;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}

.faq-item {
  border-radius: 20px;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.button-style {
  z-index: 5;
  color: #000;
  text-align: center;
  background-color: #fcac44;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  padding: 15px 48px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .25s;
  display: flex;
  position: relative;
}

.button-style:hover {
  background-color: #ffc540;
}

.button-style:active {
  background-color: #eaa300;
}

.button-style:focus {
  background-color: #ffc540;
}

.button-style.telegram {
  grid-column-gap: .5rem;
  color: var(--primary-black);
  background-color: #32afed;
}

.button-style.telegram.pulsing-telegram {
  color: var(--black);
  background-color: #ffd900;
  font-weight: 800;
}

.arrow-containers {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 5rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -5rem;
}

.arrow-containers.is-left {
  top: 0%;
  bottom: 0%;
  left: -5rem;
  right: auto;
}

.arrow-right-animate {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  transform: rotate(0);
}

.arrow-right-animate.is-left {
  transform: rotate(0);
}

.button-styles {
  display: none;
}

.div-block-885 {
  color: #fff;
  text-align: center;
  background-color: #f84b04;
  flex-flow: column;
  max-width: 435px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
  display: flex;
}

.bg-orange {
  background-color: #ffb799;
}

.heading-2 {
  color: #fff;
  font-size: 4rem;
  line-height: 1;
}

.text-block-160 {
  margin-top: -.5rem;
  font-size: 1.75rem;
  font-weight: 500;
}

.div-block-886 {
  flex-flow: column;
  margin-top: -3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.pb_container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  align-items: center;
  display: flex;
  position: relative;
}

.pb_container.is-small {
  color: #000;
  background-color: rgba(255, 217, 0, .53);
  justify-content: center;
  align-items: center;
  padding: .7rem 1rem;
  font-size: 1.25rem;
}

.pb_ring {
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pb_ring--inner-circle {
  background-color: #053321;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.pb_ring--inner-circle.is-warning {
  background-color: #000;
}

.pageblock-component {
  position: relative;
  overflow: hidden;
}

.pageblock-component.is-rounded {
  border-radius: 0;
  margin-left: -1rem;
  margin-right: -1rem;
}

.pb_ring--inner-border {
  opacity: 0;
  border: 1px solid #000;
  border-radius: 20px;
  width: 24px;
  height: 24px;
  animation: 1s ease-out infinite pulsate;
  position: absolute;
}

.pb_ring--inner-border.is-warning {
  color: #000;
  border-color: #8f0000;
}

.spacer-biutton {
  margin-top: 1rem;
}

.div-block-887 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.heading02 {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
}

.div-block-888, .div-block-889 {
  margin-top: 2rem;
}

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

.div-block-890 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.link-block {
  color: var(--white);
  text-decoration: underline;
}

.price-comparisons-5 {
  grid-column-gap: .5rem;
  align-items: center;
  font-size: 1.35rem;
  font-weight: 600;
  display: flex;
}

.price-comparisons-5.left-mobile {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-weight: 500;
}

.price-texts-2 {
  color: #fff;
  font-weight: 800;
}

.text-comparison-6 {
  color: #fff;
  font-weight: 400;
  text-decoration: line-through;
}

.text-save-2 {
  color: #fff;
  background-color: #000;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .85rem;
  font-weight: 800;
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.5rem;
  }

  .div-block-885 {
    max-width: 100%;
    overflow: hidden;
  }

  .pb_container {
    text-align: left;
  }

  .price-comparisons-5, .price-comparisons-5.left-mobile {
    justify-content: center;
    align-items: center;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  .button-style {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pb_container {
    font-size: .7rem;
    line-height: 1.3;
  }

  .spacer-biutton {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-save-2 {
    font-size: .75rem;
  }
}


