@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.main {
  background-color: #f9f9f9;
  max-width: 946px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  border: 2px solid #cccccc;
  padding: 40px 15px;
  font-family: Arial, sans-serif;
  line-height: 24px;
  margin-top: 10px;
}
@media (max-width: 980px) {
  .main {
    margin: 0 20px;
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .main {
    margin: 0 10px;
    margin-top: 10px;
  }
}

.title {
  font: normal normal 900 48px/68px Arial;
  text-align: center;
  letter-spacing: 0px;
  color: #d32f2f;
  text-shadow: 1px 1px 1px #000000;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .title {
    font-size: 38px;
    line-height: 44px;
  }
}
.title-under {
  font: normal normal bold 40px/45px Arial;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .title-under {
    font-size: 32px;
    line-height: 38px;
  }
}

.author {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.author-left {
  display: flex;
  gap: 20px;
  align-items: center;
  font-weight: bold;
}
.author-left img {
  max-width: 40px;
}

.blue-title {
  border-top: 2px solid #1976d2;
  border-bottom: 2px solid #1976d2;
  text-align: center;
  font: normal normal bold 32px/37px Arial;
  color: #1976d2;
  padding: 10px;
}
@media (max-width: 600px) {
  .blue-title {
    font-size: 24px;
    line-height: 28px;
  }
}

.biggreen + .blue-title {
  padding-right: 7px;
}

.symptoms {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.symptoms-el {
  padding-left: 20px;
  display: flex;
  gap: 28px;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
}
.symptoms-el-icon {
  background-color: #dddddd;
  border-radius: 2px;
  padding: 10px 5px;
  font-size: 26px;
}

.redbox {
  background-color: #ffcdd2;
  border: 3px dashed #d32f2f;
  font: normal normal bold 20px/23px Arial;
  letter-spacing: 0px;
  color: #b71c1c;
  padding: 25px;
  padding-right: 15px;
  text-align: center;
}

.professor {
  border: 1px solid #90caf9;
  background-color: #e3f2fd;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.professor img {
  max-width: 174px;
}
@media (max-width: 600px) {
  .professor {
    flex-direction: column;
  }
}

.yellow {
  background-color: #fff9c4;
  border: 3px solid #fbc02d;
  text-align: center;
  font: normal normal bold 20px/23px Arial;
  color: #d32f2f;
  padding: 20px;
}

.list {
  list-style-type: disc;
  padding-left: 30px;
}

.bigyellow {
  border: 3px solid #fbc02d;
  background-color: #fff9c4;
  text-align: center;
  padding: 40px 60px;
}
@media (max-width: 600px) {
  .bigyellow {
    padding: 40px 20px;
  }
}
.bigyellow-title {
  font: normal normal bold 32px/37px Arial;
  letter-spacing: 0px;
  color: #d32f2f;
  margin-bottom: 20px;
}
.bigyellow-title-under {
  margin-bottom: 40px;
}
.bigyellow-center {
  font: normal normal bold 24px/24px Arial;
}
.bigyellow-center span {
  color: #10911e;
}
.bigyellow-center {
  margin-bottom: 20px;
}
.bigyellow-list {
  margin: 0 auto;
  max-width: 530px;
  list-style-type: decimal;
  text-align: left;
}
.bigyellow-list li::marker {
  font-weight: bold;
}

.bigblue {
  background-color: #e3f2fd;
  border: 3px solid #1976d2;
  padding: 40px 20px;
}
.bigblue span {
  text-decoration: line-through;
  color: #d32f2f;
}
.bigblue-title {
  text-align: center;
  font: normal normal bold 32px/37px Arial;
  letter-spacing: 0px;
  color: #10911e;
  margin-bottom: 20px;
}
.bigblue-professor {
  display: flex;
  gap: 20px;
  align-items: center;
  border: 1px solid #cccccc;
  background-color: #eeeeee;
  padding: 20px;
}
@media (max-width: 600px) {
  .bigblue-professor {
    flex-direction: column;
  }
}
.bigblue-professor img {
  max-width: 125px;
}

.biggreen {
  border: 3px solid #10911e;
  background-color: #c8e6c9;
  text-align: center;
  padding: 40px 0;
}
.biggreen-title {
  font: normal normal bold 32px/37px Arial;
  letter-spacing: 0px;
  color: #10911e;
  margin-bottom: 20px;
}
.biggreen-list {
  font-weight: bold;
}
.biggreen-list p {
  margin-bottom: 10px;
}

.testimony {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.testimony-el {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.testimony-el:last-of-type {
  border-bottom: none;
}
.testimony-el img {
  max-width: 70px;
}

.link {
  text-decoration: underline;
  font: normal normal bold 30px/34px Arial;
  color: #10911e;
  padding-bottom: 40px;
  border-bottom: 5px solid #cccccc;
  margin-bottom: 80px;
}
.link:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.comments-title {
  font: normal normal bold 26px/24px Arial;
}
.comments-el {
  margin-bottom: 40px;
}
.comments-el-author {
  font-weight: bold;
  margin-bottom: 10px;
}

.summary {
  font-family: arial, sans-serif;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  border: 2px solid #10911e;
  background-color: #f0fff1;
  max-width: 946px;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 20px;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 980px) {
  .summary {
    margin: 0 20px;
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .summary {
    margin: 0 10px;
    margin-top: 10px;
  }
}
.summary-title {
  font: normal normal 900 48px/68px Arial;
  letter-spacing: 0px;
  color: #d32f2f;
  text-shadow: 1px 1px 1px #000000;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .summary-title {
    font-size: 38px;
    line-height: 44px;
  }
}
.summary-title-under {
  text-align: center;
  font: normal normal normal 25px/29px Arial;
}
.summary-title-under span {
  color: #10911e;
}
.summary-title-under {
  margin-bottom: 6px;
}
.summary-product {
  text-align: center;
  margin-bottom: 12px;
}
.summary-product-img {
  max-width: 296px;
}
.summary-product-under {
  text-align: center;
  font: normal normal bold 24px/24px Arial;
  margin-bottom: 19px;
}
.summary-button {
  background-color: #d32f2f;
  text-align: center;
  padding: 20px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  color: white;
  font-weight: bold;
  font-size: 27px;
  line-height: 35px;
  border-radius: 2px;
  border: 2px dashed #000000;
  cursor: pointer;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .summary-button {
    font-size: 22px;
    line-height: 26px;
  }
}
.summary-button-hidden {
  display: none;
  text-align: center;
  font: normal normal 900 48px/68px Arial;
  letter-spacing: 0px;
  color: #d32f2f;
  text-shadow: 1px 1px 1px #000000;
  border: 2px dashed #000000;
  background-color: #fff;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10px 20px;
}
@media (max-width: 500px) {
  .summary-button-hidden {
    font-size: 32px;
    line-height: 38px;
  }
}
.summary-text {
  text-align: center;
  margin-bottom: 7px;
}
.summary-badge {
  margin-top: 20px;
  text-align: center;
}
.summary-badge-img {
  max-width: 375px;
}
@media (max-width: 400px) {
  .summary-badge-img {
    max-width: 100%;
  }
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #111111;
  color: white;
  padding: 20px;
  z-index: 10000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  font-family: "Roboto", sans-serif;
}
.cookie-banner.show {
  transform: translateY(0);
}
.cookie-banner .cookie-banner-content {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .cookie-banner .cookie-banner-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.cookie-banner .cookie-banner-text {
  flex: 1;
  font-size: 13px;
  line-height: 20px;
}
.cookie-banner .cookie-banner-text p {
  margin: 0;
  color: white;
}
.cookie-banner .cookie-banner-text a {
  color: #85ccb1;
  text-decoration: underline;
}
.cookie-banner .cookie-banner-text a:hover {
  color: #85a9b3;
}
.cookie-banner .cookie-banner-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .cookie-banner .cookie-banner-buttons {
    justify-content: flex-end;
    flex-shrink: 0;
  }
}

.cookie-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.cookie-btn-accept {
  background-color: #19ae30;
  color: white;
}
.cookie-btn-accept:hover {
  background-color: #158026;
}
.cookie-btn-essential {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: white;
}
.cookie-btn-essential:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.cookie-btn-settings {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: white;
}
.cookie-btn-settings:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.cookie-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.cookie-modal-overlay.show {
  opacity: 1;
}

.cookie-modal {
  background-color: white;
  color: #333;
  width: 100%;
  max-width: 600px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  font-family: "Roboto", sans-serif;
}
.cookie-modal-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie-modal-header h2 {
  margin: 0;
  font-size: 20px;
  color: #2e3641;
}
.cookie-modal-close {
  background: none;
  border: none;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  color: #999;
}
.cookie-modal-close:hover {
  color: #333;
}
.cookie-modal-body {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}
.cookie-modal-body p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}
.cookie-modal-footer {
  padding: 20px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
}

.cookie-category {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}
.cookie-category:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cookie-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.cookie-category-title {
  font-weight: 700;
  font-size: 16px;
  color: #2e3641;
}
.cookie-category-desc {
  font-size: 13px;
  line-height: 18px;
  color: #777;
  margin: 0;
}

/* Switch Styles */
.cookie-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
.cookie-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookie-switch input:checked + .cookie-slider {
  background-color: #19ae30;
}
.cookie-switch input:focus + .cookie-slider {
  box-shadow: 0 0 1px #19ae30;
}
.cookie-switch input:checked + .cookie-slider:before {
  transform: translateX(20px);
}
.cookie-switch input:disabled + .cookie-slider {
  opacity: 0.5;
  cursor: not-allowed;
}

.cookie-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}
.cookie-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.terms {
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #7f919e;
  margin-bottom: 10px;
}
.terms label {
  cursor: pointer;
}
.terms input[type=checkbox] {
  margin-top: 2px;
  margin-left: 0px;
  cursor: pointer;
  flex-shrink: 0;
}
.terms a {
  color: #7f919e;
  text-decoration: underline;
}
.terms .terms-error {
  color: #e70000;
  font-size: 14px;
  margin: 8px 0;
  display: none;
}
.terms .terms-error.show {
  display: block;
}

.clause {
  font-size: 14px;
  line-height: 20px;
  color: #7f919e;
  margin-bottom: 10px;
}
.clause a {
  color: #7f919e;
  text-decoration: underline;
}
.clause a:hover {
  color: #7f919e;
}

.disclaimer {
  font-size: 14px;
  line-height: 20px;
  color: #7f919e;
  margin-bottom: 10px;
}/*# sourceMappingURL=style.css.map */