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

.margin-bottom-elements {
  margin-bottom: 13px;
}

.big-margin-bottom-elements {
  margin-bottom: 30px;
}

#capybara-template {
  font-weight: 400;
  font-size: 21px;
  line-height: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000000;
}
#capybara-template footer {
  width: 100%;
}

.logo-cont {
  width: 100%;
  height: 6.4rem;
  display: flex;
  background-color: white;
  box-sizing: content-box;
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  .logo-cont {
    height: 9.4rem;
    padding: 0;
  }
}
@media (max-width: 549px) {
  .logo-cont {
    height: 6.4rem;
    justify-content: center;
  }
}

.constrain-logo-cont {
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1201px) {
  .constrain-logo-cont {
    width: 117rem;
  }
}
@media only screen and (max-width: 549px) {
  .constrain-logo-cont {
    margin: unset;
  }
}
@media (max-width: 549px) {
  .constrain-logo-cont {
    justify-content: flex-start;
    height: 60px;
  }
}

.logo-bar-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 549px) {
  .logo-bar-container {
    width: auto;
  }
}

.logo-placeholder {
  max-width: 15.7rem;
  overflow: hidden;
  object-fit: contain;
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  .logo-placeholder {
    height: auto;
  }
}
@media only screen and (max-width: 549px) {
  .logo-placeholder {
    width: 12rem;
    max-width: 20rem;
    display: block;
  }
}

#capybara-template .footer_boxed_area {
  margin-top: 0px;
}

#no-margin-top-footer {
  margin-top: 0px;
}

#capybara-template-container {
  max-width: 940px;
  padding: 15px 10px;
  position: relative;
}
#capybara-template-container header {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
}
#capybara-template-container p {
  margin-bottom: 35px;
}
@media (max-width: 459px) {
  #capybara-template-container p {
    margin-bottom: 23px;
    padding: 0px 6px;
  }
}
#capybara-template-container .myaccordion__input:checked ~ .myaccordion__label::after {
  background-image: url('data:image/svg+xml;utf8,<svg width="100" height="50" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 100,0 50,50" style="fill:black;" /></svg>');
  transform: translateY(-50%) rotate(0.5turn);
}
#capybara-template-container .myaccordion__input:checked ~ .myaccordion__label {
  color: black !important;
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  #capybara-template-container {
    padding: 15px;
  }
}
@media (max-width: 549px) {
  #capybara-template-container {
    padding: 10px;
  }
}

#capybara-template-container_countries {
  width: 940px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px;
  flex-wrap: wrap;
}
#capybara-template-container_countries p {
  margin-bottom: 0px;
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  #capybara-template-container_countries {
    padding: 2px 6px;
  }
}
@media (max-width: 549px) {
  #capybara-template-container_countries {
    padding: 2px 6px;
  }
}

#native-top-bar {
  width: 100%;
  background-color: #ededed;
  display: flex;
  align-items: center;
  color: black;
  font-size: 12px;
  justify-content: center;
}

#countries-text-row {
  display: flex;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #ededed;
  font-size: 12px;
  justify-content: center;
  color: black;
  overflow: hidden;
  box-shadow: -1px 3px 6px 0 rgba(32, 33, 36, 0.28);
}

.mobile-layout-countries {
  display: flex;
  align-items: center;
}
@media (max-width: 549px) {
  .mobile-layout-countries {
    display: flex;
    align-items: center;
  }
}

#flag-icon {
  font-size: 25px;
  padding: 5px;
  margin: 0 10px 0 0;
  max-height: 20px;
}

#attention-yellow-box {
  background-color: #fffcd9;
  padding: 13px 15px;
  min-height: auto;
  margin-bottom: 25px;
  display: flex;
  border: 1px solid #efe781;
  border-radius: 8px 8px 8px 8px;
  font-size: 16px;
  color: #333333;
}
#attention-yellow-box p {
  margin-bottom: 0px;
}

#headlines_row {
  line-height: 55px;
  font-size: 41px;
  font-weight: 900;
  display: inline-block;
  color: #333333;
}
#headlines_row #headlines_row-headlines {
  display: inline;
}
#headlines_row #headlines_row-headlines p {
  display: contents;
}
@media screen and (max-width: 940px) and (min-width: 550px) {
  #headlines_row #headlines_row-headlines {
    text-align: center;
  }
}
@media (max-width: 549px) {
  #headlines_row #headlines_row-headlines {
    text-align: center;
  }
}
#headlines_row .highlighted {
  display: inline;
  border-radius: 1em 0 1em 0;
  background-image: linear-gradient(-100deg, rgba(255, 224, 0, 0.3), rgba(255, 224, 0, 0.7) 95%, rgba(255, 224, 0, 0.1));
}
@media (max-width: 549px) {
  #headlines_row {
    font-size: 26px;
    line-height: 36px;
  }
}

#ratings-info-row {
  display: flex;
  font-size: 12px;
  align-items: center;
}
#ratings-info-row #stars-rev {
  margin-right: 5px;
}
#ratings-info-row #rating-info-row_text {
  color: #007185;
  font-weight: 700;
}

.circular-display-image {
  border-radius: 100%;
  position: relative;
  width: 35px;
  height: 35px;
  object-fit: cover;
  margin-left: 5px;
}

#blog-info-row {
  font-size: 14px;
  line-height: 27px;
  color: #6f6f6f;
  display: flex;
  align-items: center;
}

.section-title-highlighted {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}
.section-title-highlighted span p {
  background-color: #f0ff00;
  background-position: 0 0;
  transition: 1.5s ease-in-out;
  margin-bottom: 0px;
}
@media (max-width: 459px) {
  .section-title-highlighted {
    font-size: 23px;
  }
}

#section-title-blue {
  background-color: #f0f5ff;
  font-weight: 600;
  font-size: 32px;
  line-height: 57px;
  color: #4267b2;
  padding: 5px 32px;
}
#section-title-blue p {
  margin-bottom: 0px;
}
@media (max-width: 549px) {
  #section-title-blue {
    font-size: 25px;
    line-height: 37px;
    text-align: center;
  }
}

#title-highlighted {
  background-color: #f0ff00;
  padding: 5px;
  background-position: 0 0;
  transition: 1.5s ease-in-out;
}
#title-highlighted p {
  margin-bottom: 0px;
}

#highlighted-text {
  border-radius: 1em 0 1em 0;
  background-image: linear-gradient(-100deg, rgba(255, 224, 0, 0.3), rgba(255, 224, 0, 0.7) 95%, rgba(255, 224, 0, 0.1));
  padding: 5px;
  background-position: 0 0;
  transition: 1.5s ease-in-out;
}
#highlighted-text p {
  margin-bottom: 0px;
}

#numbered-list-display {
  display: grid;
  row-gap: 10px;
}
@media screen and (max-width: 1011px) and (min-width: 550px) {
  #numbered-list-display {
    transform: scale(0.9);
  }
}
@media (max-width: 549px) {
  #numbered-list-display {
    row-gap: 40px;
    padding-top: 55px !important;
    padding: 10px;
  }
}

#list-text-container {
  background-color: #f8f8f8;
  border-radius: 6px 6px 6px 6px;
  padding: 20px 16px 16px 70px;
  position: relative;
  margin-bottom: 20px;
  margin-left: 20px;
}
#list-text-container p {
  margin-bottom: 0px;
}
@media (max-width: 549px) {
  #list-text-container {
    padding: 46px 16px 16px 16px;
    margin-left: 0px;
  }
}

#list-number-circle {
  display: flex;
  width: 67px;
  height: 67px;
  border-radius: 100%;
  background-color: #4366b1;
  position: absolute;
  left: -3.5%;
  top: 30%;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 600;
  font-size: 32px;
}
@media (max-width: 549px) {
  #list-number-circle {
    top: -10%;
    left: 40%;
  }
}

#testimonials-display {
  display: grid;
  grid-template-columns: auto auto auto;
  font-size: 16px;
  margin: 20px 0px;
  justify-items: center;
  row-gap: 3rem;
  column-gap: 3rem;
}
#testimonials-display p {
  margin-bottom: 0px;
}
#testimonials-display #testimonial-card {
  padding: 5px 0px;
  display: flex;
  flex-direction: column;
  width: 280px;
  border: 1px solid #dadada;
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  #testimonials-display #testimonial-card {
    width: auto;
    margin-left: 5px;
  }
}
@media (max-width: 549px) {
  #testimonials-display #testimonial-card {
    width: auto;
  }
}
#testimonials-display #testimonial-card_title {
  text-align: center;
}
#testimonials-display #testimonial-card_image {
  height: 205px;
  width: 100%;
  object-fit: contain;
}
#testimonials-display #testimonial-card_text {
  padding: 10px 15px 15px;
}
#testimonials-display #testimonial-card_date {
  text-align: start;
  padding: 0 15px;
  font-size: 12px;
  color: #333333;
}
#testimonials-display #testimonial-card_info {
  padding: 0 15px;
  font-size: 12px;
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  #testimonials-display {
    grid-template-columns: auto;
    justify-items: center;
    row-gap: 20px;
  }
}
@media (max-width: 549px) {
  #testimonials-display {
    grid-template-columns: auto;
    justify-items: center;
    row-gap: 20px;
  }
}

#final-section-container {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  background-color: #fffcd9;
  padding: 35px 50px 25px;
}
#final-section-container p {
  margin-bottom: 25px;
}
@media (max-width: 549px) {
  #final-section-container {
    padding: 25px 10px;
  }
}

#final-section-container_text-image-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
}
@media (max-width: 549px) {
  #final-section-container_text-image-row {
    flex-direction: column-reverse;
  }
}

#text-image-row_image {
  max-width: 268px;
}

#capybara-template-container .meter {
  margin: 0px;
  height: 10px;
}
#capybara-template-container .meter #progress-bar {
  border-radius: 0px;
}

#button_final {
  margin: 0px;
  font-size: 28px;
  margin-right: 0px !important;
  position: sticky;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 549px) {
  #button_final {
    font-size: 21px;
  }
}

#icon-text-column_container {
  min-height: 50px;
  margin: 0 0 35px;
  display: flex;
  justify-content: space-between;
}
#icon-text-column_container p {
  margin-bottom: 0px;
}
#icon-text-column_container #icon-text-column_card {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  width: 33%;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 10px;
  border-radius: 4px;
  align-items: center;
  margin: 0 15px 0 0;
}
@media (max-width: 549px) {
  #icon-text-column_container #icon-text-column_card {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 549px) {
  #icon-text-column_container {
    flex-direction: column;
    align-items: center;
    margin: 0 0 25px;
  }
}

#capybara-template .sticky-button-container {
  display: block;
}

#button-container {
  display: flex;
  justify-content: center;
}

.sticky-final-button-container {
  display: none;
  top: inherit;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.69);
  position: fixed;
  z-index: 10;
  text-align: center;
}

#button-sticky-bottom {
  width: 20%;
  font-size: 17px;
  margin-right: 0px !important;
  position: sticky;
  bottom: 0;
  z-index: 1;
  box-shadow: none;
  margin: 12px 0px 10px 0px;
}
@media screen and (max-width: 956px) and (min-width: 550px) {
  #button-sticky-bottom {
    width: 40%;
  }
}
@media (max-width: 549px) {
  #button-sticky-bottom {
    font-size: 21px;
    left: 5%;
    width: 90%;
  }
}

#table-container-new {
  display: grid;
  font-size: 20px;
  line-height: 25px;
}
#table-container-new p {
  margin-bottom: 0px;
}
@media screen and (max-width: 956px) and (min-width: 550px) {
  #table-container-new {
    font-size: 14px;
    overflow-x: scroll;
  }
}
@media (max-width: 549px) {
  #table-container-new {
    font-size: 14px;
    overflow-x: scroll;
  }
}

.first-column-table-styling {
  justify-content: flex-start !important;
  text-align: start !important;
}
.first-column-table-styling p {
  padding: 0px !important;
}
@media (max-width: 459px) {
  .first-column-table-styling {
    font-size: 12px;
    padding: 0px 5px !important;
  }
}

.mobile-first-col {
  width: 103%;
}

#columns-container {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  position: relative;
  flex-direction: column;
}
@media (max-width: 549px) {
  #columns-container {
    width: 100%;
  }
}
#columns-container #content-container_inner {
  text-align: center;
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
  padding: 10px 5px;
  min-width: 90px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 752px) {
  #columns-container #content-container_inner {
    min-width: 0px;
    min-width: 3rem;
    height: 70px;
  }
}
#columns-container #columns-container_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid #dadada;
  font-weight: 550;
  color: #3a3a3a;
  padding: 5px 5px 10px 5px;
  justify-content: space-between;
  flex: 1;
}
#columns-container #columns-container_inner #title-column-text {
  padding: 5px 0px 17px 0px;
}
#columns-container #columns-container_inner #column-image {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  #columns-container #columns-container_inner #column-image {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 549px) {
  #columns-container #columns-container_inner #column-image {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 549px) {
  #columns-container #columns-container_inner {
    width: initial;
    max-width: 130px;
    height: 165px;
    min-height: 165px;
    padding: 4px 8px 12px 8px;
  }
}

#content-container {
  display: flex;
  justify-content: space-around;
  border: 1px solid #dadada;
}
#content-container #content-container_container-inner {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#content-container #content-container_inner {
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
  padding: 10px 5px;
  min-width: 90px;
}

#rows-container {
  display: flex;
  border: 1px solid #dadada;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#rows-container #rows-container_inner {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  border-bottom: 1px solid #dadada;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  font-weight: 550;
  color: #3a3a3a;
  padding: 5px 5px 5px 10px;
  line-height: 20px;
}

#empty-container {
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
}

.highlight-table-column {
  border-bottom: 2.5px solid #2ea35d;
  border-right: 2.5px solid #2ea35d !important;
  border-top: 2.5px solid #2ea35d !important;
  border-left: 2.5px solid #2ea35d !important;
  background-color: #f4ffee;
  box-shadow: -2px -2px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 459px) {
  .highlight-table-column {
    width: 94%;
  }
}

.highlight-table-column-inner {
  border-left: 2.5px solid #2ea35d;
  border-right: 2.5px solid #2ea35d !important;
  background-color: #f4ffee;
}

.highlight-table-column-inner-last {
  border-bottom: 2.5px solid #2ea35d !important;
}

.shadow-horizontal-bottom {
  box-shadow: -2px 7px 12px rgba(0, 0, 0, 0.1);
}

#scale-table {
  display: block;
}
@media (max-width: 549px) {
  #scale-table {
    transform: scale(1);
  }
}

#scale-table-mobile {
  display: none;
}
@media (max-width: 549px) {
  #scale-table-mobile {
    display: block;
    transform: scale(0.8);
  }
}

.video-embeded {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.video-embeded iframe {
  width: inherit;
}

#table-outer-container {
  border: 1px solid #dadada;
}
@media screen and (max-width: 956px) and (min-width: 917px) {
  #table-outer-container {
    width: 90rem;
  }
}
@media screen and (max-width: 916px) and (min-width: 878px) {
  #table-outer-container {
    width: 85rem;
  }
}
@media screen and (max-width: 877px) and (min-width: 808px) {
  #table-outer-container {
    width: 78rem;
  }
}
@media screen and (max-width: 807px) and (min-width: 778px) {
  #table-outer-container {
    width: 75rem;
  }
}
@media screen and (max-width: 777px) and (min-width: 725px) {
  #table-outer-container {
    width: 67rem;
  }
}
@media screen and (max-width: 534px) and (min-width: 510px) {
  #table-outer-container {
    width: 50rem;
  }
}
@media screen and (max-width: 509px) and (min-width: 492px) {
  #table-outer-container {
    width: 40rem;
  }
}
@media screen and (max-width: 493px) and (min-width: 476px) {
  #table-outer-container {
    width: 46rem;
  }
}
@media screen and (max-width: 475px) and (min-width: 455px) {
  #table-outer-container {
    width: 43rem;
  }
}
@media screen and (max-width: 454px) and (min-width: 414px) {
  #table-outer-container {
    width: 40rem;
  }
}
@media screen and (max-width: 413px) and (min-width: 401px) {
  #table-outer-container {
    width: 37rem;
  }
}
@media screen and (max-width: 400px) and (min-width: 388px) {
  #table-outer-container {
    width: 34rem;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 387px) and (min-width: 355px) {
  #table-outer-container {
    width: 34rem;
  }
}
@media (max-width: 354px) {
  #table-outer-container {
    width: 31rem;
  }
}

#scroll-sign {
  display: none;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.5411764706);
  margin-left: 15px;
}
@media (max-width: 456px) {
  #scroll-sign {
    display: block;
  }
}

.footer-boxed-area-capyB {
  display: flex;
  justify-content: center;
}

.popup {
  z-index: 99;
  align-items: center;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(39, 37, 37, 0.82);
  transition: all 0.4s;
  display: none;
}

.pop-up-card {
  display: grid;
  grid-template-columns: 40% 60%;
  max-width: 760px;
  min-width: 700px;
  position: absolute;
  background: white;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  min-height: 460px;
}
@media only screen and (max-width: 459px) {
  .pop-up-card {
    grid-template-columns: auto;
    max-width: 320px;
    min-width: 320px;
    max-height: 760px;
    top: 50%;
  }
}

.left-column-pop {
  padding: 30px 8px;
  background-color: #2b2c44;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: white;
}
@media only screen and (max-width: 459px) {
  .left-column-pop {
    padding: 20px;
    min-height: 243px;
  }
}
.left-column-pop #discount-text {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
}
@media only screen and (max-width: 459px) {
  .left-column-pop #discount-text {
    font-size: 25px;
  }
}
.left-column-pop #save-up-text {
  font-size: 36px;
  color: #ffffff;
  line-height: 1;
  font-weight: 600;
}
@media only screen and (max-width: 459px) {
  .left-column-pop #save-up-text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 25px;
    padding: 10px 0px;
  }
}
.left-column-pop #colored-text {
  display: block;
  color: #00c249;
}
.left-column-pop #percentage-text {
  font-size: 70px;
}
@media only screen and (max-width: 459px) {
  .left-column-pop #percentage-text {
    font-size: 55px;
  }
}
.left-column-pop #asterisk-text {
  color: white;
  font-size: 18px;
}
@media only screen and (max-width: 459px) {
  .left-column-pop #asterisk-text {
    font-size: 12px;
  }
}
.left-column-pop .no-underline {
  padding-bottom: 10px;
}
@media only screen and (max-width: 459px) {
  .left-column-pop .no-underline {
    padding-bottom: 0px;
  }
}

.right-column-pop {
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  color: black;
}
@media only screen and (max-width: 459px) {
  .right-column-pop {
    padding: 20px;
  }
}
.right-column-pop #headline-right {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
}
@media only screen and (max-width: 459px) {
  .right-column-pop #headline-right {
    font-size: 22px;
  }
}
.right-column-pop #product-image-pop {
  max-height: 155px;
  max-width: 200x;
}
@media only screen and (max-width: 459px) {
  .right-column-pop #product-image-pop {
    max-height: 113px;
    max-width: 150px;
    margin: 15px;
  }
}
.right-column-pop #button-pop {
  background-color: #00c249;
  width: 100%;
  border-radius: 24px;
  border: none;
  padding: 10px 15px;
  color: white;
  font-size: 28px;
  font-weight: 600;
  margin-top: 8px;
}
@media only screen and (max-width: 459px) {
  .right-column-pop #button-pop {
    font-size: 18px;
  }
}
.right-column-pop #close {
  border: none;
  background: transparent;
  font-size: 18px;
  font-weight: 600;
  color: #707070;
}
@media only screen and (max-width: 459px) {
  .right-column-pop #close {
    font-size: 12px;
    padding-top: 10px;
  }
}

.pop-up-card-email {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 780px;
  min-width: 780px;
  position: absolute;
  background: white;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  min-height: 550px;
  border-radius: 14px;
  padding: 20px;
}
@media only screen and (max-width: 459px) {
  .pop-up-card-email {
    grid-template-columns: auto;
    max-width: 350px;
    min-width: 350px;
    max-height: 760px;
    top: 50%;
  }
}
.pop-up-card-email #progress-text {
  display: block;
  margin-top: 30px;
  font-size: 14px;
  color: hwb(0 0% 100%/0.63);
}
.pop-up-card-email #text-area-email {
  margin-top: 20px;
  font-size: 32px;
  line-height: 1.4;
}
@media only screen and (max-width: 459px) {
  .pop-up-card-email #text-area-email {
    font-size: 22px;
  }
}
.pop-up-card-email .button-email-pop:hover {
  background-color: #57304e;
}
.pop-up-card-email #legals-text {
  font-size: 14px;
  padding: 10px 30px 0px;
}
.pop-up-card-email .form-popup {
  margin-top: 20px;
}

/* Full-width input fields */
input[type=email] {
  width: 90%;
  padding: 10px;
  margin: 5px 0 22px 0;
  border: none;
  border-radius: 8px;
  background: #efefef;
  font-size: 22px;
}
@media only screen and (max-width: 459px) {
  input[type=email] {
    font-size: 16px;
  }
}

input[type=email]::placeholder {
  color: #9f9f9f;
}

input::after {
  border: none !important;
  box-sizing: content-box !important;
}

input[type=email]:focus {
  border: 2px solid rgba(100, 58, 91, 0.6431372549);
  outline: none;
}

.meter {
  box-sizing: content-box;
  height: 20px;
  /* Can be anything */
  position: relative;
  margin: 20px 10px 20px 10px;
  /* Just for demo spacing */
  background: #efefef;
  border-radius: 25px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #643a5b;
  background-image: linear-gradient(center bottom, #643a5b 37%, #643a5b 69%);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.meter > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.animate > span:after {
  display: none;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.close-button {
  width: 37px;
  height: 37px;
  border-radius: 100%;
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.2784313725);
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
}

.success-button-submit {
  background-color: #efefef !important;
  color: rgb(49, 55, 61) !important;
}

.success-progress-text {
  color: green;
  font-weight: bold;
}/*# sourceMappingURL=capybara-style.css.map */