/* line 1, app/assets/stylesheets/address.scss */
.address {
  font-size: 0.8em;
}
/* line 1, app/assets/stylesheets/cookies.scss */
.cookie-consent {
  border-radius: 30px;
  position: fixed;
  bottom: 8px;
  right: 20px;
  width: 360px;
  padding-top: 7px;
  height: 100px;
  color: #fff;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  background: #292929;
  z-index: 120;
  cursor: pointer;
  border-radius: 3px;
}

/* line 20, app/assets/stylesheets/cookies.scss */
.cookie-consent #consent_button {
  margin-top: 10px;
  margin-left: 5px;
  float: right;
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/cookies.scss */
.cookie-consent a {
  color: white;
  text-decoration: underline;
}

/* line 30, app/assets/stylesheets/cookies.scss */
.cookie-consent a:hover {
  color: #eee;
}
/* line 1, app/assets/stylesheets/feature.scss */
.features {
  font-size: 1.3em;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}

/* line 7, app/assets/stylesheets/feature.scss */
.card-feature {
  filter: drop-shadow(5px 5px 6px #888);
  min-height: 12rem;
  margin-right: 20px;
  margin-bottom: 20px;
}

/* line 12, app/assets/stylesheets/feature.scss */
.card-feature .card-body {
  padding: 30px;
  background-color: #e6e3e2;
}

/* line 16, app/assets/stylesheets/feature.scss */
.card-feature .card-title {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  /* line 23, app/assets/stylesheets/feature.scss */
  .card-feature {
    margin: 0px;
    width: 100%;
  }
}
/* line 1, app/assets/stylesheets/news.scss */
.news {
  max-width: 760px;
  margin: 0 auto;
}

/* line 5, app/assets/stylesheets/news.scss */
.news h1 {
  margin-bottom: 56px;
}

/* line 9, app/assets/stylesheets/news.scss */
.news h2 {
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: 24px;
  margin-top: 56px;
}

/* line 17, app/assets/stylesheets/news.scss */
.news h2 span {
  color: #7b8490;
  display: block;
  font-size: clamp(1.25rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 18px;
}

/* line 27, app/assets/stylesheets/news.scss */
.news p {
  color: #20242a;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.65;
  margin-bottom: 28px;
}

/* line 34, app/assets/stylesheets/news.scss */
.news hr {
  margin: 56px 0;
}
/* line 2, app/assets/stylesheets/platforms.scss */
.platforms {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin: 32px auto;
  max-width: 520px;
}

/* line 11, app/assets/stylesheets/platforms.scss */
.platforms img {
  display: block;
  filter: grayscale(100%);
  max-height: 54px;
  max-width: 64px;
  opacity: 0.55;
}
/* line 1, app/assets/stylesheets/prices.scss */
.regular-price {
  font-size: 2.2em;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  text-decoration-color: black;
}

/* line 6, app/assets/stylesheets/prices.scss */
.regular-price sup {
  font-size: 0.5em;
}

/* line 10, app/assets/stylesheets/prices.scss */
.saving-price {
  font-size: 2.2em;
  font-weight: bold;
  color: #0eb53b;
}

/* line 14, app/assets/stylesheets/prices.scss */
.saving-price span {
  color: red;
}

/* line 17, app/assets/stylesheets/prices.scss */
.saving-price sup {
  font-size: 0.6em;
}

/* line 22, app/assets/stylesheets/prices.scss */
.credit-cards {
  margin-bottom: 10px;
}
/* line 4, app/assets/stylesheets/product.scss */
.product {
  max-width: 500px;
  margin-bottom: 15px;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  /* line 11, app/assets/stylesheets/product.scss */
  .product {
    max-width: 100%;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  /* line 18, app/assets/stylesheets/product.scss */
  .product {
    filter: drop-shadow(5px 5px 6px #888);
    max-width: 100%;
  }
}
/* line 1, app/assets/stylesheets/profile-picture.scss */
.profile {
  max-width: 120px;
  border-radius: 50%;
  float: left;
  margin-right: 50px;
}
/* line 1, app/assets/stylesheets/sidebar.scss */
#sidebar {
  padding-left: 0;
  margin-top: 40px;
}

/* line 5, app/assets/stylesheets/sidebar.scss */
#sidebar li {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 8, app/assets/stylesheets/sidebar.scss */
#sidebar li a {
  color: #555;
}

/* line 11, app/assets/stylesheets/sidebar.scss */
#sidebar li a:hover {
  color: #403d39;
  text-decoration: none;
}
/* line 5, app/assets/stylesheets/support.scss */
.thumbnail {
  max-width: 200px;
  margin-top: 15px;
  margin-right: 50px;
}

/* line 11, app/assets/stylesheets/support.scss */
.card-img {
  padding-bottom: 20px;
}
/* line 3, app/assets/stylesheets/testimonials.scss */
.carousel-item figure blockquote {
  font-size: 0.9em;
}

/* line 6, app/assets/stylesheets/testimonials.scss */
.carousel-item figure figcaption {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 9, app/assets/stylesheets/testimonials.scss */
.carousel-item figure figcaption span {
  display: block;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  /* line 18, app/assets/stylesheets/testimonials.scss */
  .carousel-inner {
    border-radius: 10px;
    border: 1px silver solid;
    padding: 30px;
  }
  /* line 25, app/assets/stylesheets/testimonials.scss */
  .carousel-inner .carousel-item figure blockquote {
    font-size: 1.2em;
    min-height: 180px;
  }
  /* line 29, app/assets/stylesheets/testimonials.scss */
  .carousel-inner .carousel-item figure figcaption {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.4em;
  }
  /* line 33, app/assets/stylesheets/testimonials.scss */
  .carousel-inner .carousel-item figure figcaption span {
    font-size: 0.8em;
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  /* line 44, app/assets/stylesheets/testimonials.scss */
  .carousel-item {
    min-height: 60vh;
  }
}

/* line 49, app/assets/stylesheets/testimonials.scss */
.carousel-indicators {
  filter: invert(100%);
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
