:root {
  --sat: env(safe-area-inset-bottom);
}

.background {
  padding: 0;
}

body, html {
  height: 100%;
  width: 100%;
  font-size: 16px;
}

#mainWrapper {
  max-height: 100vh;
  height: 100%;
  position: relative;
}

#mainWrapper.quiz-drag-drop-type {
  height: 100%;
  max-height: 90vh;
  padding-bottom: 50px;
}

@media (min-width: 769px) {
  #mainWrapper.quiz-drag-drop-type {
    max-height: 100vh;
  }
}
#mainWrapper #start-btn,
#mainWrapper .test,
#mainWrapper .buttons button,
#mainWrapper .button.test,
#mainWrapper .finish {
  display: block;
  margin: 0 auto;
  height: 2.5rem;
  outline: 0;
  border: 2px solid black;
  transition: 0.5s all;
  background: none;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  width: 6.125rem;
  margin-top: 25px;
  margin-bottom: 25px;
}

#mainWrapper #slideCounter {
  position: absolute;
  top: 10px;
  right: 10px;
}

#mainWrapper #nav-btns {
  position: absolute;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  justify-content: space-evenly;
  gap: 0.5em;
  grid-template-areas: "upper-left upper-middle upper-right" "lower-left lower-middle lower-right";
  padding-bottom: 1rem;
  padding-bottom: max(1rem, 1rem + env(safe-area-inset-bottom));
  padding-left: 1rem;
  padding-left: max(1rem, env(safe-area-inset-left));
  padding-right: 1rem;
  padding-top: 5px;
  padding-right: max(1rem, env(safe-area-inset-right));
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

#mainWrapper #nav-btns::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
  pointer-events: none;
  z-index: 50;
}

#mainWrapper.products-education #nav-btns::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
}

#mainWrapper.products-education #nav-btns button {
  background-color: rgba(205, 124, 18, 0.3);
}

#mainWrapper .upper-left {
  grid-area: upper-left;
}

#mainWrapper .upper-middle {
  grid-area: upper-middle;
}

#mainWrapper .upper-right {
  grid-area: upper-right;
}

#mainWrapper .lower-left {
  grid-area: lower-left;
}

#mainWrapper .lower-middle {
  grid-area: lower-middle;
}

#mainWrapper .lower-right {
  grid-area: lower-right;
}

#mainWrapper #nav-btns > div {
  display: flex;
  justify-content: center;
}

#mainWrapper #nav-btns button {
  outline: 0;
  height: 2.5rem;
  width: 5rem;
  border: 2px solid black;
  transition: 0.5s opacity;
  background: none;
  padding: 8px 15px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

#mainWrapper #nav-btns button.blocked {
  pointer-events: none;
  opacity: 0.05;
  background-color: rgba(255, 255, 255, 0);
}

#mainWrapper #nav-btns button.hidden {
  pointer-events: none;
  opacity: 0;
}

#mainWrapper #additional_notice {
  grid-area: lower-mid-right;
}

#mainWrapper #btn-back .material-symbols-outlined,
#mainWrapper #btn-next .material-symbols-outlined {
  font-size: 2rem;
}

#mainWrapper .material-symbols-outlined {
  pointer-events: none;
}

#mainWrapper nav,
#mainWrapper h1,
#mainWrapper h2,
#mainWrapper h3,
#mainWrapper h4,
#mainWrapper h5,
#mainWrapper #btn-check-answers {
  font-family: "Bebas Neue", cursive;
  width: 100%;
}

#mainWrapper mark {
  background-color: #f4d21e;
}

#mainWrapper p,
#mainWrapper div {
  font-family: "Lato", cursive;
  font-size: 1rem;
}

#mainWrapper #next-btn:disabled {
  filter: grayscale(1);
}

#mainWrapper.ingredients-education .main .logo {
  display: none;
}

#mainWrapper .bigger {
  text-align: center;
}

#mainWrapper ul {
  margin: 0;
  padding: 14px;
  padding-bottom: 0;
}

#mainWrapper.ingredients-education .additional_content {
  font-size: 0.8125rem;
  text-align: left;
  height: 45%;
  max-height: 45%;
  overflow: hidden;
  position: relative;
  padding: 0 10px;
}

/* .ingredients-education .additional_content>div {
  max-height: 100%;
} */
#mainWrapper.products-education .additional_content {
  font-size: 0.8125rem;
  text-align: left;
  height: 45%;
  padding: 0 10px;
  overflow: auto;
}

#mainWrapper .additional_content h2 {
  text-align: center;
}

#mainWrapper .checkbox-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  border: 2px solid black;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

#mainWrapper .checkbox-checkmark {
  width: 7.5px;
  height: 15px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-bottom: 2px;
  display: none;
}

#mainWrapper .checkbox-container.checked {
  background-color: rgb(237, 156, 47);
}

#mainWrapper .checkbox-container.checked .checkbox-checkmark {
  display: block;
}

#mainWrapper .product {
  height: auto;
  width: 6.125rem;
}

#mainWrapper .placeholders {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  padding: 15px 0;
}

#mainWrapper div.logo {
  height: 50px;
  position: relative;
  z-index: 100;
  width: auto;
}

#mainWrapper div.logo img {
  margin: 0 auto;
  height: 100%;
  max-width: 100% !important;
  display: block;
}

#mainWrapper .preSlide .logo {
  display: none;
}

#mainWrapper .honikan-container {
  padding: 30px;
}

#mainWrapper .placeholders > div {
  border: 1px dashed black;
  height: 6.6875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.initialized {
  padding: 0 20px;
}

#mainWrapper .single-option {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 50px 6fr;
  width: 100%;
  max-width: 85%;
  padding: 5px 0;
  text-align: left;
  align-items: center;
  position: relative;
}

#mainWrapper #quiz-container {
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
}

#mainWrapper.products-education #quiz-container {
  height: calc(100% - 6.125rem);
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 50px;
}

#mainWrapper.ingredients-education #quiz-container {
  height: calc(100% - 6.125rem);
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 30px;
}

#mainWrapper.ingredients-education.slide-21 .normal-slide {
  padding-bottom: 30px;
}

#mainWrapper.products-education #nav-btns {
  background-color: unset;
}

#mainWrapper .drag-drop-container {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 600px;
  margin: 0 auto 0;
  padding: 0;
  pointer-events: none;
  touch-action: auto;
}

#mainWrapper .preSlide > div:not(.logo) {
  height: calc(90% - 6.125rem);
}

#mainWrapper.ingredients-education .preSlide .headline-wrapper {
  height: 30%;
}

#mainWrapper .slide-33 .headline-wrapper {
  display: none;
}

#mainWrapper .slide-33 .additional_content img {
  position: absolute;
  left: 0;
  max-height: unset;
  width: 100%;
}

#mainWrapper .slide-37 .additional_content {
  height: auto;
}

#mainWrapper .slide-22 #slideCounter {
  display: none;
}

#mainWrapper .child-container {
  display: flex;
  flex-direction: column;
}

#mainWrapper .slide-21 .mainImage {
  height: 30%;
  max-width: 100%;
  width: auto;
}

#mainWrapper.ingredients-education.slide-21 .headline-wrapper {
  height: 11%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mainWrapper .slide-38 .headline-wrapper {
  display: flex;
  align-items: center;
}

#mainWrapper .slide-39 .headline-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

#mainWrapper .test {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  height: 2.5rem;
  outline: 0;
  border: 2px solid black;
  transition: 0.5s all;
  background: none;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  width: 75px;
  bottom: 1rem;
  bottom: max(1rem, env(safe-area-inset-bottom));
}

#mainWrapper .buttons button,
#mainWrapper button.test,
#mainWrapper .wrong-answer-notice button {
  background-color: rgb(237, 156, 47);
  font-family: "Bebas Neue", cursive;
  padding: 5px 10px;
  color: black;
  width: 200px;
  max-width: 75%;
  margin: 0 auto;
}

#mainWrapper .wrong-answer-notice button {
  width: 150px !important;
  border: 0;
}

#mainWrapper .quiz-text-type #next-btn {
  justify-self: flex-end;
}

#mainWrapper.slide-0 .preSlide {
  display: none;
}

#mainWrapper.ingredients-education button,
#mainWrapper.slide-0 button,
#mainWrapper .test,
#mainWrapper.products-education button,
#mainWrapper .finish {
  font-family: "Bebas Neue", cursive;
  color: black;
  outline: 0;
  transition: 0.5s all;
  background: none;
  padding: 5px 10px;
  width: 75px;
}

#mainWrapper.ingredients-education button:hover {
  text-decoration: underline;
  transition: 0.5s all;
}

#mainWrapper .slide-22 .normal-slide,
#mainWrapper .slide-34 .normal-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#mainWrapper .slide-34 .additional_content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

#mainWrapper .slide-23 .additional_content {
  text-align: center;
}

#mainWrapper h4 {
  text-align: center;
}

#mainWrapper .indicator {
  position: absolute;
  top: 65%;
  height: 30px;
  width: 30px;
  right: 5px;
}

#mainWrapper .normal-slide .mainImage.big {
  height: initial;
  max-width: 100%;
  max-height: 40vh;
  width: auto;
  margin: 0 auto;
  display: block;
  margin-top: 40px;
}

#mainWrapper button {
  font-size: 1.125rem;
}

#mainWrapper .text-danger,
#mainWrapper .text-primary,
#mainWrapper .text-success {
  position: absolute;
  left: -25px;
  font-size: 20px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 20px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  padding-left: 5px;
}

#mainWrapper .text-danger {
  background-color: red;
}

#mainWrapper .text-primary {
  background-color: blue;
}

#mainWrapper .text-success {
  background-color: green;
}

#mainWrapper.ingredients-education.quiz-text-type ul {
  margin-top: 15px;
}

#mainWrapper.ingredients-education.quiz-text-type ul li,
#mainWrapper.products-education ul li {
  list-style: disc;
  text-align: left;
  padding: 6px;
  font-size: 0.8125rem;
}

#mainWrapper.ingredients-education.quiz-text-type .answer-notice ul li,
#mainWrapper.ingredients-education.quiz-truth-or-false-type .answer-notice ul li,
#mainWrapper.products-education .answer-notice ul li {
  list-style: decimal;
  text-align: left;
  padding: 6px;
  font-size: 0.625rem;
}

#mainWrapper .question {
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

#mainWrapper .quiz-checkbox-type .headline-wrapper h2 {
  color: white;
  text-shadow: 0 2px 0 rgb(66, 68, 90);
}

#mainWrapper .csr .yellow-bar {
  background: rgb(255, 189, 1);
  background: linear-gradient(90deg, rgb(255, 189, 1) 0%, rgb(255, 181, 0) 100%);
}

#mainWrapper .csr .yellow-bar p {
  font-size: 2.2rem;
  text-transform: uppercase;
}

#mainWrapper .csr .yellow-bar p.white {
  color: white;
  margin-left: 40%;
  margin-top: -35px;
}

#mainWrapper .csr .yellow-bar p.black {
  margin-left: 20%;
  color: black;
}

@media (min-width: 769px) {
  #mainWrapper .csr .yellow-bar p.white {
    margin-left: 50%;
  }
  #mainWrapper .csr .yellow-bar p.black {
    margin-left: 40%;
  }
}
#mainWrapper .csr .img-wrapper {
  height: inherit;
  position: relative;
  max-height: 100%;
}

#mainWrapper .csr .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
  width: 100%;
  max-height: 100% !important;
}

#mainWrapper .csr .red-bar {
  background: #c40000;
  color: white;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px;
}

.absolute-bee {
  position: absolute;
  bottom: 0;
  height: 80%;
  width: auto;
  left: 50%;
  z-index: 100;
}

.absolute-bee img {
  max-width: 150px;
  height: auto;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

#mainWrapper .csr p {
  font-family: "Bebas Neue";
}

#mainWrapper .csr .red-bar p {
  text-align: center;
  font-size: 1.2rem;
}

#mainWrapper .csr .red-bar p:last-child {
  margin-top: -20px;
  font-size: 1.4rem;
}

#mainWrapper.products-education.slide-33 {
  overflow: hidden;
  padding-bottom: 0;
}

#mainWrapper.products-education.slide-33 #quiz-container .normal-slide {
  padding-bottom: 0 !important;
}

#mainWrapper.ingredients-education .question,
#mainWrapper.ingredients-education .headline-wrapper,
#mainWrapper .answer-notice {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  background-image: url("bg-honikan-hex-horizontal.webp");
  padding: 20px 10px;
  background-position: center center;
  background-size: cover;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#mainWrapper .headline-wrapper h3 {
  font-size: 1.125rem;
}

#mainWrapper .true-false-buttons {
  display: none;
}

#mainWrapper #additional-notices {
  display: none;
}

#mainWrapper.ingredients-education.quiz-truth-or-false-type .true-false-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(6.125rem, 1fr));
}

#mainWrapper.products-education.quiz-checkbox-type #check-answers-btn {
  display: block;
}

#mainWrapper .slide-1 #additional-notices {
  display: none !important;
}

#mainWrapper.ingredients-education .mainImage {
  height: 20%;
  max-height: 200px;
  max-width: 100%;
  width: auto;
}

#mainWrapper.products-education .mainImage {
  height: 40%;
  max-height: 200px;
  max-width: 100%;
  width: auto;
}

#mainWrapper .product img {
  width: auto;
}

#mainWrapper ul li {
  list-style: none;
}

#mainWrapper .buttons {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
}

#mainWrapper .quiz-text-type .buttons,
#mainWrapper .quiz-truth-or-false-type.ghost-slide .buttons {
  display: flex;
  flex-direction: column;
}

#mainWrapper .left-dropzone,
#mainWrapper .right-dropzone {
  flex: 1;
  min-height: 6.125rem;
  margin: 0;
  padding: 10px;
}

#mainWrapper .welcome-screen {
  padding: 10px;
  background-image: url("bg-honikan-hex-vertical.webp");
  background-position: top;
  background-size: cover;
  width: 100%;
}

#mainWrapper .welcome-screen h1 {
  text-align: center;
}

/* #mainWrapper .welcome-screen img:last-of-type {
   position: absolute;
   left: 50vw;
   transform: translateX(-50%);
   bottom: 5vw;
   width: 50vw;
   max-width: 250px;
   display: block;
   margin-left: auto;
   margin-right: auto;
 }
 */
#mainWrapper .additional_content ul {
  padding-top: 0;
  margin-left: 5px;
}

#mainWrapper h2 {
  font-size: calc(1.225rem + 0.5vw) !important;
}

#mainWrapper .slide-22 div,
#mainWrapper .slide-22 p {
  text-align: center;
}

#mainWrapper .custom-headline {
  font-size: 2.1875rem;
}

#mainWrapper .slide-22 .normal-slide {
  height: auto;
}

#mainWrapper .custom-headline b {
  font-size: 2.625rem;
}

#mainWrapper.products-education .quiz-text-type .headline-wrapper {
  height: 22%;
}

#mainWrapper.products-education .quiz-text-type .additional_content {
  height: 38%;
}

#mainWrapper .normal-slide,
#mainWrapper .ghost-slide {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 768px) {
  #mainWrapper .normal-slide,
#mainWrapper .ghost-slide {
    height: 100%;
  }
}
#mainWrapper .custom-headline,
#mainWrapper .quiz-checkbox-type .normal-slide > h2,
#mainWrapper .quiz-checkbox-type .ghost-slide > h2,
#mainWrapper .quiz-checkbox-type .ghost-slide .custom-headline {
  color: white;
  text-shadow: 0 2px 0 rgb(66, 68, 90);
}

#mainWrapper .wrong-answer-notice {
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

#mainWrapper .small-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0;
}

#mainWrapper.slide-1 .wrap img {
  max-height: 50vh;
}

#mainWrapper .slide-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0 50px;
}

.wrap img {
  border: 6px black solid;
}

.custom-source {
  font-size: 0.8rem !important;
}

#mainWrapper .bullet {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0;
}

#mainWrapper .bullet img {
  width: 60px;
  height: auto;
}

#mainWrapper .small-wrapper img {
  width: 60px;
  height: auto;
}

#mainWrapper .small-wrapper p {
  margin-left: 10px;
}

#mainWrapper .bullet p {
  margin-left: 10px;
}

#mainWrapper .wrong-answer-notice,
#mainWrapper .answer-notice {
  border: 2px solid black;
  margin: 30px auto;
  padding: 10px;
  background-color: rgb(237, 156, 47);
  background-image: url("bg-honikan-hex-horizontal.webp");
  background-position: center center;
  background-size: cover;
  max-width: 100%;
  position: absolute;
  bottom: 7.1875rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 80vw;
  z-index: 100;
  left: 0;
  right: 0;
}

#mainWrapper .draggable-option {
  display: inline-block;
  touch-action: none;
  cursor: move;
  border: 1px black dashed;
}

#mainWrapper .background {
  height: 100%;
}

#mainWrapper .additional_content img {
  margin: 0 auto;
  display: block;
  max-height: 8.125rem;
}

@media (min-width: 768px) {
  #mainWrapper .additional_content img {
    margin: 0 auto;
    display: block;
    max-height: 10.625rem;
  }
}
#mainWrapper .main {
  height: 100%;
}

#mainWrapper .notice-source {
  font-weight: bolder;
  font-size: 0.625rem;
  font-style: italic;
}

#mainWrapper nav {
  height: 6.25rem;
}

#mainWrapper.slide-2 #quiz-container .normal-slide, #mainWrapper.slide-3 #quiz-container .normal-slide, #mainWrapper.slide-4 #quiz-container .normal-slide, #mainWrapper.slide-15 #quiz-container .normal-slide, #mainWrapper.slide-16 #quiz-container .normal-slide, #mainWrapper.slide-19 #quiz-container .normal-slide {
  display: initial;
}

#mainWrapper.slide-15 #quiz-container .normal-slide .tobehidden {
  display: none;
}

#mainWrapper.slide-2 .normal-slide img, #mainWrapper.slide-3 .normal-slide img {
  max-height: 50vh !important;
  width: 100%;
  max-width: 100vw;
  height: auto;
  width: auto;
}

#mainWrapper.slide-2 .normal-slide h2,
#mainWrapper.slide-3 .normal-slide h2 {
  font-size: calc(2.225rem + 0.4vw) !important;
}

#mainWrapper #quiz-container .normal-slide, #mainWrapper #quiz-container .ghost-slide {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 769px) {
  #mainWrapper #quiz-container .normal-slide, #mainWrapper #quiz-container .ghost-slide {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
#mainWrapper.products-education {
  background-image: url("bg-honikan-hex-vertical.webp");
  background-position: center center;
  background-size: cover;
}

#mainWrapper img {
  max-width: 100%;
}

#mainWrapper .blocked {
  pointer-events: none;
  opacity: 0.05;
}

#mainWrapper h1:last-of-type,
#mainWrapper h2:last-of-type,
#mainWrapper h3:last-of-type,
#mainWrapper h4:last-of-type,
#mainWrapper h5:last-of-type,
#mainWrapper p:last-of-type {
  margin-bottom: 0;
}

#mainWrapper .slide-33 #nav-btns button {
  border-color: white;
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
}

#mainWrapper .falseortrue {
  text-align: center;
  margin-top: 2.1875rem;
}

#mainWrapper .send-to-sdf {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}

#mainWrapper .send-to-sdf button {
  outline: 0;
  height: 2.5rem;
  border: 2px solid black;
  transition: 0.5s opacity;
  background: none;
  padding: 8px 15px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

#mainWrapper .options {
  position: relative;
  z-index: 500;
}

@media screen and (max-height: 568px) {
  /* Adjust the font size for smaller screens */
  body {
    font-size: 14px;
  }
  /* Reduce the size of certain buttons and elements */
  #mainWrapper .buttons button,
#mainWrapper button.test,
#mainWrapper .wrong-answer-notice button {
    width: 9.375rem;
  }
  /* Adjust button heights and font sizes */
  #mainWrapper #nav-btns button {
    height: 2rem;
    width: 4rem;
    font-size: 0.75rem;
  }
  /* Adjust the size of certain headings */
  #mainWrapper h1, #mainWrapper h2, #mainWrapper h3, #mainWrapper h4, #mainWrapper h5 {
    font-size: 1.125rem;
  }
  /* Make certain elements more compact for smaller screens */
  #mainWrapper #nav-btns button {
    height: 2rem;
    width: 4rem;
    font-size: 0.75rem;
  }
  #mainWrapper .welcome-screen .logo {
    max-height: 6.25rem; /* Adjust this value as needed */
    width: auto !important;
  }
  #mainWrapper .bees {
    max-width: 100%;
  }
  #mainWrapper img {
    max-width: 50% !important;
    height: auto;
  }
  #mainWrapper .options img {
    max-width: 100% !important;
  }
  #mainWrapper.products-education .additional_content {
    overflow: initial;
  }
  #mainWrapper.ingredients-education .mainImage {
    width: 100%;
  }
  #mainWrapper.products-education .mainImage {
    width: 100%;
  }
}
@media (min-width: 769px) {
  #mainWrapper .product {
    height: auto;
    width: auto;
  }
  #mainWrapper.quiz-drag-drop-type #quiz-container img {
    max-height: 4.875rem;
  }
  #mainWrapper .placeholders > div {
    border: 1px dashed black;
    height: 4.6875rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #mainWrapper .placeholders {
    grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
  }
  #mainWrapper label {
    display: block;
  }
  #mainWrapper h4 {
    font-size: 1.3rem;
  }
  #mainWrapper h1, #mainWrapper h2 {
    font-size: calc(1.225rem + 0.4vw) !important;
  }
  #mainWrapper #quiz-container {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
  }
  #mainWrapper.products-education .additional_content {
    height: auto;
  }
  #mainWrapper .drag-drop-container {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 700px;
    margin: 20px auto 0;
    padding: 20px;
    flex-direction: row;
  }
  #mainWrapper .child-container {
    flex-direction: row;
  }
  #mainWrapper.ingredients-education.quiz-text-type ul li,
#mainWrapper.products-education ul li,
#mainWrapper.ingredients-education ul li {
    list-style: disc;
    text-align: left;
    padding: 4px;
    font-size: 0.9375rem;
  }
  #mainWrapper p, #mainWrapper div {
    font-size: 0.9375rem;
  }
  #mainWrapper .falseortrue {
    font-size: 1rem;
  }
}
#mainWrapper.ingredients-education #productsSlideCounter {
  display: none;
}

#mainWrapper.products-education #ingredientsSlideCounter {
  display: none;
} /*# sourceMappingURL=styles.css.map */
@media (min-width: 1125px) {
  #mainWrapper .drag-drop-container {
    max-width: 1100px;
  }
  #mainWrapper p, #mainWrapper div {
    font-size: 1.115rem;
  }
  #mainWrapper .falseortrue {
    font-size: 1.6rem;
  }
  #mainWrapper.ingredients-education.quiz-text-type ul li, #mainWrapper.products-education ul li, #mainWrapper.ingredients-education ul li {
    font-size: 1.175rem;
  }
  #mainWrapper.slide-4 #quiz-container img {
    max-height: 14.875rem;
  }
  #mainWrapper.quiz-drag-drop-type #quiz-container img {
    max-height: 6.875rem;
  }
}/*# sourceMappingURL=styles-standalone.css.map */