/* ====================
  Main CSS
==================== */
/* --------------------
  Import Mixins
--------------------*/
/* ====================
   Mixins
==================== */
/* --------------------
   Colors
-------------------- */
/* --------------------
  Import Fonts
--------------------*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
/* Hide tutorial  */
/*[class*="hint"],
[class*="helper--"] {
	display: none;
}*/
/* --------------------
  General Layout
--------------------*/
html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
html {
  font-size: 10px;
}
body {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Gotham, Arial, "sans-serif";
}
body.start {
  height: auto;
}
body > .container {
  flex-basis: 100%;
}
img,
video {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}
button:focus {
  outline: none;
}
a.link-external {
  color: #4A4A4A;
  padding: 0.5rem 1rem;
  border-top: 1px solid #CED3D3;
  border-bottom: 1px solid #CED3D3;
  margin: 1rem 0 2rem;
}
a.link-external:hover {
  text-decoration: none;
}
a.link-external::after {
  content: url("../img/general/link-external-small.svg");
  margin-left: 1rem;
}
/*.start > .container {
  min-height: 100rem;
}*/
.clear-left {
  clear: left;
}
/* Text Sizes */
.text-20 {
  font-size: 2rem;
}
.text-25 {
  font-size: 2.5rem;
}
.text-30 {
  font-size: 3rem;
}
/* Lists */
ul.outside,
.list-outside {
  list-style-position: outside;
  padding-left: 1.8rem;
}
/* Margins */
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mt-4 {
  margin-top: 4rem;
}
.mt-5 {
  margin-top: 5rem;
}
/* Interaction */
.hide {
  display: none !important;
}
/* ====================
  Login
==================== */
@keyframes login {
  0% {
    background-color: #C4D4EB;
  }
  33% {
    background-color: #C4E2CD;
  }
  66% {
    background-color: #FCEEB3;
  }
  100% {
    background-color: #DEB4D5;
  }
}
.login {
  background-color: #C4E2CD;
  background-size: cover;
  animation: login 8s ease-out infinite alternate;
}
.login .card {
  background-color: #ffffff;
  padding: 2rem;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.34);
}
.login .card img {
  width: 70%;
  margin: 0 auto;
}
.login .card label,
.login .card input[type="text"],
.login .card input[type="password"] {
  background-color: transparent;
  width: 100%;
  padding: 0.5rem;
}
.login .card input {
  border: none;
  border-bottom: 1px solid #E6E6E6;
  border-radius: 0;
}
.login .card ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #CED3D3;
}
.login .card ::-moz-placeholder {
  /* Firefox 19+ */
  color: #CED3D3;
}
.login .card :-ms-input-placeholder {
  /* IE 10+ */
  color: #CED3D3;
}
.login .card :-moz-placeholder {
  /* Firefox 18- */
  color: #CED3D3;
}
.login .card input:-internal-autofill-previewed,
.login .card input:-internal-autofill-selected,
.login .card textarea:-internal-autofill-previewed,
.login .card textarea:-internal-autofill-selected,
.login .card select:-internal-autofill-previewed,
.login .card select:-internal-autofill-selected {
  background-color: transparent !important;
}
.login .card button {
  height: 5rem;
  background-color: transparent;
  border: 1px solid #4A4A4A;
  border-radius: 2.5rem;
  transition: all 0.5s ease;
}
.login .card button:hover {
  background-color: #4A4A4A;
  color: #E6E6E6;
  transition: all 0.5s ease-out;
}
.login .card a {
  color: #000;
}
.login .card .text-underline {
  text-decoration: underline;
}
/* ====================
  Profile
==================== */
.profile .modal-dialog {
  max-width: 38rem;
  margin: 1rem auto 0;
}
.profile label {
  margin-top: 0.5rem;
}
.profile input {
  background-color: #E6E6E6;
  color: #4A4A4A;
  border: none;
  padding: 0.5rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.rank-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.rank-icon img {
  height: 10rem;
}
#achievements {
  font-size: 1.3rem;
}
#achievements .inactive img {
  filter: grayscale(1);
  opacity: 0.3;
}
.achievement-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem 0;
}
/* ====================
  Overview Chapters
==================== */
.overview-chapters a {
  color: #000;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.overview-chapters figure {
  height: 92px;
  width: 92px;
  padding: 2rem;
  border-radius: 50%;
  margin: 0 auto 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.32);
}
.overview-chapters figure img,
.overview-chapters figure svg {
  max-height: 100%;
  overflow: visible;
}
.overview-chapters figcaption {
  text-align: center;
  font-size: 1.8rem;
}
.overview-chapters .inactive {
  cursor: default;
}
.overview-chapters .inactive:hover {
  text-decoration: none;
}
.overview-chapters .inactive figure {
  background-color: #f3f3f3;
  box-shadow: none;
}
.overview-chapters .inactive figcaption {
  color: #CED3D3;
}
.bg-general-knowledge {
  display: flex;
  justify-content: center;
  background: #C4D4EB;
}
.bg-resources {
  display: flex;
  justify-content: center;
  background: #C4E2CD;
}
.bg-fragrance-development {
  display: flex;
  justify-content: center;
  background: #DEB4D5;
}
.bg-production {
  display: flex;
  justify-content: center;
  background: #FBB5B5;
}
.bg-sales-training {
  display: flex;
  justify-content: center;
  background: #FCEEB3;
}
.bg-interactive {
  display: flex;
  justify-content: center;
  background: #4A4A4A;
}
.bg-interactive h3 {
  color: #fff;
}
.coming-soon {
  background-color: #f3f3f3;
  font-size: 1.2rem;
  text-align: center;
  padding: 2px 5px;
  border-radius: 12px;
}
.progress img {
  float: left;
  height: 64px;
  width: 64px;
  margin-right: 1rem;
}
.progress .bar {
  width: 75%;
  height: 1rem;
  background: #c4d4eb;
}
.btn-info {
  height: 3rem;
  width: 3rem;
  background-color: transparent;
  color: #4A4A4A;
  font-size: 1.8rem;
  padding-top: 1px;
  border: 1px solid #4A4A4A;
  border-radius: 50%;
}
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled):active {
  background-color: transparent;
  color: #4A4A4A;
  border: 1px solid #4A4A4A;
  box-shadow: none;
}
.link-imprint,
.link-terms-of-use {
  font-size: 1.4rem;
  cursor: pointer;
}
/* ====================
  Chapters
==================== */
.introduction img {
  border-radius: 1rem;
  width: 100%;
}
.introduction .btn-introduction-video {
  height: 4.5rem;
  background: transparent;
  color: #94b8eb;
  padding: 0.25rem 1rem 0.5rem 0.3rem;
  border: 2px solid #94b8eb;
  border-radius: 2.75rem;
  margin-left: -0.25rem;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: all 0.25s ease-out;
}
.introduction .btn-introduction-video img,
.introduction .btn-introduction-video svg {
  float: left;
  height: 3.5rem;
  width: 3.5rem;
  fill: #94b8eb;
  border: 2px solid #94b8eb;
  border-radius: 2rem;
  margin-right: 0.5rem;
  transition: all 0.25s ease-out;
}
.introduction .btn-introduction-video span {
  display: inline-block;
  margin-top: 0.6rem;
}
.introduction .btn-introduction-video:hover {
  background: #94b8eb;
  color: #fff;
  transition: all 0.25s ease-out;
}
.introduction .btn-introduction-video:hover svg {
  fill: #fff;
  border: 2px solid #fff;
  transition: all 0.25s ease-out;
}
.card-stack {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 25rem;
  color: #4A4A4A;
  border-radius: 1rem;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.16);
}
.card-stack h3 {
  text-align: center;
}
.card-stack figure div {
  background-size: auto 60px;
  background-repeat: no-repeat;
  background-position: center center;
}
.card-stack:hover {
  color: #4A4A4A;
  text-decoration: none;
}
/* ====================
  Modal
==================== */
.modal-open .modal {
  padding-right: 0 !important;
}
.modal-content {
  /*max-height: 60rem;*/
  border: none;
  border-radius: 1rem;
}
.start .modal-content {
  min-height: 60rem;
}
.modal-header {
  border-bottom: none;
}
.modal-header .close {
  font-size: 3rem;
  font-weight: lighter;
  padding: 1rem 1rem 0 0;
}
.modal-body {
  padding: 0 0 1rem;
}
.modal-body video {
  width: 100%;
}
#cooperationModal .container {
  flex-basis: 70%;
}
/* ====================
	EXAM
==================== */
.bg-exam {
  background-color: #fdfdfd;
}
.exam-question {
  background-color: #d7e2f1;
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  padding: 4rem 2rem;
}
/* ====================
  MEDIA QUERIES
==================== */
/* ====================
  XS - iPhone Portrait
==================== */
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 2rem;
    text-align: center;
  }
  /* Text Sizes */
  .text-20 {
    font-size: 1.7rem;
  }
  .text-25 {
    font-size: 2rem;
  }
  .text-30 {
    font-size: 2.33rem;
  }
}
/* ====================
    SM - iPhone Landscape
==================== */
/* ====================
   MD - Tablet Portrait
==================== */
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.5rem;
    text-align: center;
  }
  .modal-dialog,
  .modal-content {
    max-width: 720px;
  }
  #cooperationModal .modal-dialog,
  #cooperationModal .modal-content,
  #imprintModal .modal-dialog,
  #imprintModal .modal-content,
  #termsOfUseModal .modal-dialog,
  #termsOfUseModal .modal-content {
    max-width: 380px;
  }
}
/* ====================
   LG - Tablet Landscape
==================== */
@media only screen and (min-width: 992px) {
  body.start {
    height: 100%;
  }
  body > .container {
    height: 100%;
  }
  .card-stack {
    min-height: 36rem;
  }
  .overview-chapters figure {
    height: 13rem;
    width: 13rem;
    padding: 3rem;
  }
  .modal-dialog,
  .modal-content {
    max-width: 960px;
  }
}
/* ====================
   XL - Laptops
==================== */
@media only screen and (min-width: 1200px) {
  body {
    font-size: 1.7rem;
  }
  .overview-chapters a {
    font-size: 1.7rem;
  }
  .overview-chapters figure {
    height: 16rem;
    width: 16rem;
    padding: 3rem;
  }
  .modal-dialog,
  .modal-content {
    max-width: 1140px;
  }
}
/* ====================
   XXL - Desktop
==================== */
/* ====================
   Imports
==================== */
/* LESS Components */
#accordion .pointer {
  cursor: pointer;
}
.accordion-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: scroll;
}
.accordion-brand .card-header h2:after {
  display: inline-block;
  content: '›';
  transform: rotate(-90deg);
  margin-left: 0.5rem;
}
.accordion-brand .card-header.collapsed h2:after {
  display: inline-block;
  content: '›';
  transform: rotate(90deg);
  margin-left: 1rem;
}
.accordion-brand .accordion-body {
  padding: 0 1rem;
}
/* Navigation CSS */
.navbar {
  justify-content: center;
}
.navbar button {
  background-color: transparent;
  border: none;
}
.navbar-profile {
  position: absolute;
  top: 5px;
  right: 0;
}
[class^="flag"] {
  display: none;
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  background-color: #f65454;
  border: 3px solid #fff;
  border-radius: 50%;
}
.flag-profile {
  top: -0.2rem;
  left: 0;
}
.flag-certificate {
  top: 0.3rem;
  left: -0.7rem;
  height: 0.9rem;
  width: 0.9rem;
  border: 0;
}
.show {
  display: block;
}
.navbar-brand img,
.navbar-profile img {
  height: 30px;
  width: auto;
}
.navbar-light .navbar-toggler {
  border: none;
}
.navbar-toggler-icon {
  height: 3rem;
  width: 3rem;
}
.navbar-collapse {
  position: absolute;
  top: 4rem;
  right: 1rem;
  z-index: 2;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0rem 0.5rem 1rem;
}
.navbar-light .navbar-nav .nav-item {
  color: #4A4A4A;
  text-align: right;
  transition: color 0.25s ease-out;
}
.navbar-light .navbar-nav .nav-item:hover {
  color: #CED3D3;
  transition: color 0.25s ease-out;
}
.navbar-light .navbar-nav .nav-item:first-child:hover {
  color: #4A4A4A;
}
.navbar-light .navbar-nav .nav-item .username {
  font-size: 1.2rem;
}
.back-button {
  position: absolute;
  top: 1rem;
  left: 5px;
  margin-top: -0.5rem;
  margin-left: 0.5rem;
}
.card-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 3rem;
  font-weight: lighter;
}
/* ====================
	CONGRATULATIONS
==================== */
@keyframes heading {
  0% {
    transform: scale(0);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.certificate .close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 3rem;
  font-weight: lighter;
  z-index: 10;
}
.certificate h1 {
  font-size: 4rem;
  font-weight: bold;
  animation: heading 0.5s ease-out;
}
.certificate [class^="button"] {
  border: none;
  background-color: #789cd1;
  color: #fff;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  border-radius: 1rem;
  transition: background-color 0.5s ease-out;
}
.certificate [class^="button"]:hover {
  background-color: #9eb8de;
  transition: background-color 0.5s ease-out;
}
.certificate label,
.certificate .zipcode {
  flex: 1;
  margin-right: 1rem;
}
.certificate input {
  flex: 3;
  background-color: #E6E6E6;
  padding: 0.5rem;
  border: none;
  border-radius: 0.5rem;
  margin: -0.5rem 0 1rem;
}
.certificate .zip-code input {
  flex: initial;
}
.certificate .city {
  flex: 3;
}
.certificate .button-close {
  padding: 1rem 2rem;
  margin-top: 2rem;
}
.certificate .not-now {
  color: #4A4A4A;
  font-size: 1.5rem;
  text-decoration: underline !important;
  margin: 1rem 0 2rem;
}
.certificate .preview {
  background-color: #f3f3f3;
  color: #4A4A4A;
  text-align: center;
  padding: 4rem 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  margin-top: 2rem;
}
/* ====================
  MEDIA QUERIES
==================== */
/* ====================
  XS - iPhone Portrait
==================== */
/* ====================
    SM - iPhone Landscape
==================== */
/* ====================
   MD - Tablet Portrait
==================== */
/* ====================
   LG - Tablet Landscape
==================== */
/* ====================
   XL - Laptops
==================== */
@media only screen and (min-width: 1200px) {
  nav .collapse.show,
  nav .collapsing {
    position: absolute;
    top: 5rem;
  }
  nav .profile .collapse.show,
  nav .profile .collapsing {
    top: 0;
  }
}
/* ====================
   XXL - Desktop
==================== */
/* CARDS CSS */
.card-icon {
  border: 4px solid #4A4A4A;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1rem;
}
.card-icon img {
  height: 80px;
  width: 80px;
  padding: 1rem;
}
.bg-interactive .card-icon {
  border-color: #fff;
}
.card {
  min-height: 550px;
  max-height: 600px;
  min-width: 310px;
  max-width: 310px;
  border: none;
  border-radius: 1rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.16);
  /*margin: 0 1rem;*/
}
.card-header {
  background-color: #fff;
  padding: 1rem 0 0;
  border-bottom: none;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}
.card-header h2 {
  margin: 0 1rem 0.5rem;
}
.card-header figure {
  padding: 0 1rem;
}
.card-header:first-child {
  border-radius: calc(10px - 1px) calc(10px - 1px) 0 0;
}
.card-type-overview .card-title {
  text-align: center;
}
.card-body {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 1rem;
}
.card-body figure svg {
  width: 10rem;
}
.card-body #accordion,
.card-body #accordion2 {
  margin-right: -10px;
  margin-left: -10px;
}
.card-body #accordion div,
.card-body #accordion2 div {
  padding: 0 1rem;
}
.card-body .pointer {
  cursor: pointer;
}
.card-text:last-child {
  margin-bottom: 1rem;
}
.card img,
.card video,
.card svg {
  max-width: 100%;
}
/* CARD TYPES */
.card-type-bar {
  position: absolute;
  top: -1px;
  right: -1px;
  height: 1rem;
  width: 15rem;
  border-radius: 0 calc(10px - 1px) 0 0;
}
.card-type-content .card-type-bar {
  /*background-color: #0093FF;*/
}
.card-type-quiz .card-type-bar {
  /*background-color: #E3A7E0;*/
}
.card-type-video .card-type-bar {
  /*background-color: #A2D5BC;*/
}
h2.title-brand {
  background-color: #000;
  color: #fff;
  padding: 5px 10px 5px;
  margin: 0;
}
h2.title-brand.fragrance-counseling {
  background-color: #fceeb3;
  color: #4A4A4A;
}
h2.title-brand.resources {
  background-color: #C4E2CD;
  color: #4A4A4A;
}
h2.title-brand.interactive {
  background-color: #4A4A4A;
  color: #fff;
}
/* CARD CONTENT */
.icon {
  height: 11rem;
  width: 11rem;
  padding: 1.5rem;
  border-radius: 50%;
  margin: 0 auto;
}
.bg-yellow {
  background: #f8d851;
}
.arrow {
  font-size: 6rem;
}
.turn45 {
  transform: rotate(45deg);
}
.tipp {
  background: #f8d851;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
/* LIMBIC SYSTEM */
.limbic-system {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 254px;
  overflow: hidden;
  background-color: #b9e8f9;
}
.head {
  fill: #e0dcda;
}
.skull {
  fill: #edebe8;
}
.brain {
  fill: #f7d7e9;
}
.throat {
  fill: #ddb8c0;
}
.mucosa {
  fill: #a3aed1;
}
.frontal-sinus {
  fill: #ddd9d3;
}
.olfactory-bulb {
  fill: #ccb4db;
}
.molecule {
  fill: #fff;
}
/* INFOGRAPHIC RESOURCE CATEGORIES */
.infographic-resource-categories {
  text-align: center;
}
.infographic-resource-categories [class*="col"] {
  padding: 0 1rem;
}
.infographic-resource-categories img {
  background: #C4E2CD;
  border-radius: 50%;
}
.infographic-resource-categories .col-6 img {
  padding: 1rem;
}
.infographic-resource-categories svg line {
  stroke: #C4E2CD;
  stroke-width: 4px;
  stroke-linecap: round;
}
.infographic-resource-categories .col-3 p {
  font-size: 1.2rem;
}
/* Regions */
.sounds {
  width: 100%;
  padding: 1rem;
}
/* OVERVIEW CARD */
.card-type-overview .card-header,
.card-type-final .card-header {
  text-align: center;
}
.card-type-overview figure,
.card-type-final figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.card-type-overview figure .icon-border,
.card-type-final figure .icon-border {
  height: 15rem;
  width: 15rem;
  padding: 1.5rem;
  border: 4px solid #4A4A4A;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.card-type-overview figure .icon-border img,
.card-type-final figure .icon-border img,
.card-type-overview figure .icon-border svg,
.card-type-final figure .icon-border svg {
  max-height: 100%;
  max-width: 100%;
}
.card-type-overview figure figcaption,
.card-type-final figure figcaption {
  text-align: center;
}
.card-type-overview .list-overview,
.card-type-final .list-overview {
  list-style: none;
  list-style-position: outside;
  padding-left: 3rem;
  margin-left: 0rem;
}
.card-type-overview .list-overview li,
.card-type-final .list-overview li {
  display: flex;
  margin-bottom: 1rem;
}
.card-type-overview .list-overview span,
.card-type-final .list-overview span {
  display: block;
  float: left;
  height: 2.5rem;
  width: 2.5rem;
  padding: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.card-type-overview .list-overview span.completed,
.card-type-final .list-overview span.completed {
  content: url(../img/general/icon-done.svg);
  border-radius: 50%;
}
.card-type-overview .list-overview span.uncompleted,
.card-type-final .list-overview span.uncompleted {
  background: #d6d6d6;
  border-radius: 50%;
}
/* CAROUSEL */
.carousel {
  margin-right: -1rem;
  margin-left: -1rem;
}
.carousel-indicators {
  position: relative;
  right: inherit;
  bottom: inherit;
  left: inherit;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  margin: 1rem;
}
.carousel-indicators li {
  width: auto;
  height: auto;
  text-indent: inherit;
  padding: 0 0.5rem;
  border-radius: 0.5rem;
  margin: -0.2rem 0.3rem;
  cursor: default;
}
/* INTERACTIVE SALES CONVERSATION */
.interactive-sales-conversation .card-body {
  overflow-y: hidden;
}
.interactive-sales-conversation .overflow-scroll {
  overflow-y: scroll;
  margin-top: -0.5rem;
  padding-top: 0.5rem;
}
.interactive-sales-conversation #introduction {
  width: 100%;
  margin-left: -1rem;
  padding: 0 2rem;
  justify-content: space-around;
}
.interactive-sales-conversation [id^="introduction"],
.interactive-sales-conversation [id^="greeting"],
.interactive-sales-conversation [id^="response"] {
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.interactive-sales-conversation [id^="greeting"],
.interactive-sales-conversation [id^="response"] {
  display: none;
  opacity: 0;
}
.interactive-sales-conversation .speech-bubble {
  position: relative;
  align-self: flex-start;
  width: 30rem;
  background: #404040;
  color: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-top: 2rem;
}
.interactive-sales-conversation .spike {
  position: absolute;
  right: 10rem;
  bottom: -3rem;
  fill: #404040;
}
.interactive-sales-conversation .mascot {
  align-self: flex-end;
  width: 15rem;
  margin: 2rem 0;
}
.interactive-sales-conversation .start-button {
  align-self: center;
  margin-bottom: 2rem;
}
.interactive-sales-conversation .start-button button {
  background: transparent;
  color: #94b8eb;
  padding: 0.5rem 2rem 0.5rem;
  border: 2px solid #94b8eb;
  border-radius: 2rem;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: all 0.25s ease-out;
}
.interactive-sales-conversation .start-button button:hover {
  background: #94b8eb;
  color: #fff;
  transition: all 0.25s ease-out;
}
.interactive-sales-conversation .videobox {
  margin-left: -1rem;
}
.interactive-sales-conversation .videobox video {
  width: 100%;
}
.interactive-sales-conversation .replies {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  margin-right: 1rem;
}
.interactive-sales-conversation .replies button {
  background-color: #e5e5e5;
  cursor: pointer;
  text-align: left;
  padding: 1rem 1rem;
  border: none;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  transition: background 0.25s ease-out;
}
.interactive-sales-conversation .replies button:hover {
  background-color: #CED3D3;
  transition: background 0.25s ease-out;
}
.interactive-sales-conversation .replies button.try-again {
  align-self: flex-start;
  background-color: transparent;
  color: #94b8eb;
  border: 1px solid #94b8eb;
  border-radius: 23px;
  transition: all 0.25s ease-out;
}
.interactive-sales-conversation .replies button.try-again:hover {
  background-color: #94b8eb;
  color: #fff;
  transition: all 0.25s ease-out;
}
.interactive-sales-conversation .achieved {
  overflow: auto;
  padding-right: 1rem;
}
/* AUDIO CARD */
.audiobox {
  margin: 1.5rem 0;
}
.audiobox img {
  margin-top: 1.5rem;
  margin-right: 1rem;
}
.audiobox audio {
  width: 100%;
}
/* QUIZ CARD */
.card-type-quiz {
  /*.card-body {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		overflow-y: auto;
	}	*/
}
.card-type-quiz h2 {
  font-size: 2.5rem;
}
.card-type-quiz h3 {
  font-size: 2rem;
}
.card-type-quiz fieldset {
  margin-top: 1rem;
}
.card-type-quiz .answer-field {
  display: flex;
  border-bottom: 1px solid #E6E6E6;
}
.card-type-quiz .answer-field.correct {
  background-color: #C4E2CD;
}
.card-type-quiz .answer-field.wrong {
  background-color: #faa;
}
.card-type-quiz .answer-field.selected {
  background-color: #d7e2f1;
}
.card-type-quiz .answer-field input[type="radio"],
.card-type-quiz .answer-field label {
  cursor: pointer;
}
.card-type-quiz .answer-field input[type="radio"] {
  margin: 0 1rem;
}
.card-type-quiz .answer-field label {
  padding: 1rem 0;
  width: 100%;
}
.card-type-quiz .answer-field .note-if-wrong {
  display: none;
  font-size: 1.2rem;
}
.card-type-quiz .answer-field:first-child {
  border-top: 1px solid #E6E6E6;
}
/* FINAL CARD */
.card-type-final .card-title {
  font-size: 2.5rem;
}
.card-type-final .card-header svg {
  width: 10rem;
}
.card-type-final figcaption {
  padding: 0 1rem;
}
#icon-badge-big .ribbon {
  fill: #0579aa;
}
#icon-badge-big .star-shape,
#icon-badge-big .check {
  fill: #e2bf2d;
}
#icon-badge-big .circle-shape {
  fill: #f4d74a;
}
.bg-exam #mouth {
  transform-origin: center !important;
}
.bg-exam #ribbon,
.bg-exam #star-shape,
.bg-exam #circle-shape,
.bg-exam #check {
  transform-origin: center !important;
}
.back-to-chapter,
.back-to-start {
  display: block;
  background: #C4D4EB;
  color: #fff;
  text-align: center;
  padding: 1rem;
  border-radius: 2.5rem;
  transition: all 0.25s ease-out;
}
.back-to-chapter:hover,
.back-to-start:hover {
  background: #789cd1;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.back-to-chapter {
  margin: 4rem 0 2rem;
}
.back-to-start {
  margin: 2rem 0;
}
.general-knowledge .completed,
.bg-general-knowledge .completed {
  background: #789cd1;
}
.general-knowledge .ribbon,
.bg-general-knowledge .ribbon {
  fill: #789cd1;
}
.bg-resources h1 {
  text-align: center;
}
.bg-resources .completed {
  background: #80c093;
}
.bg-resources #ribbon {
  fill: #5db076;
}
.bg-resources .back-to-chapter,
.bg-resources .back-to-start {
  background: #C4E2CD;
  transition: all 0.25s ease-out;
}
.bg-resources .back-to-chapter:hover,
.bg-resources .back-to-start:hover {
  background: #80c093;
  transition: all 0.25s ease-out;
}
.bg-fragrance-development .completed {
  background: #ce91c1;
}
.bg-fragrance-development #ribbon {
  fill: #ce91c1;
}
.bg-fragrance-development .back-to-chapter,
.bg-fragrance-development .back-to-start {
  background: #DEB4D5;
  transition: all 0.25s ease-out;
}
.bg-fragrance-development .back-to-chapter:hover,
.bg-fragrance-development .back-to-start:hover {
  background: #ce91c1;
  transition: all 0.25s ease-out;
}
.bg-production .completed {
  background: #f88585;
}
.bg-production #ribbon {
  fill: #f88585;
}
.bg-production .back-to-chapter,
.bg-production .back-to-start {
  background: #FBB5B5;
  transition: all 0.25s ease-out;
}
.bg-production .back-to-chapter:hover,
.bg-production .back-to-start:hover {
  background: #f88585;
  transition: all 0.25s ease-out;
}
.bg-sales-training .completed {
  background: #f8d851;
}
.bg-sales-training #ribbon {
  fill: #f6cd20;
}
.bg-sales-training .back-to-chapter,
.bg-sales-training .back-to-start {
  background: #fae382;
  transition: all 0.25s ease-out;
}
.bg-sales-training .back-to-chapter:hover,
.bg-sales-training .back-to-start:hover {
  background: #f8d851;
  transition: all 0.25s ease-out;
}
/* ACCOMPLISHED MASCOT ANIMATION */
.accomplished {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  z-index: 10;
}
.accomplished .eyes-closed {
  opacity: 0;
}
/* DONE BADGE */
.icon-done-badge {
  display: none;
  position: absolute;
  height: 60px;
  bottom: -4rem;
  right: 1.5rem;
  z-index: 9999;
}
.swiper-slide-active .icon-done-badge {
  display: block;
}
/* ====================
  MEDIA QUERIES
==================== */
/* === XXS iPhone SE === */
@media only screen and (max-width: 349px) {
  h1 {
    font-size: 1.4rem;
  }
  .navbar .back-button img,
  .navbar .navbar-profile img {
    height: 2rem;
    width: 2rem;
  }
  h2 {
    font-size: 1.7rem;
  }
  .card {
    min-height: 12rem;
    max-height: 39rem;
    font-size: 1.5rem;
  }
  .card-type-overview figure .icon-border,
  .card-type-final figure .icon-border {
    height: 8rem;
    width: 8rem;
  }
  .card-header img {
    clip-path: inset(3rem 0rem 3rem 0rem);
    margin: -3rem 0;
  }
}
/* ====================
  XS - iPhone Portrait
==================== */
@media only screen and (min-width: 350px) {
  .card {
    min-height: 460px;
    max-height: 600px;
    min-width: 280px;
    max-width: 310px;
  }
  .interactive-sales-conversation .speech-bubble {
    width: 25rem;
  }
  .interactive-sales-conversation .mascot {
    margin: 0;
  }
}
/* ====================
    SM - iPhone Landscape
==================== */
@media only screen and (min-width: 576px) {
  .interactive-sales-conversation .speech-bubble {
    width: 30rem;
  }
  .interactive-sales-conversation .mascot {
    margin: 1rem 0;
  }
}
/* ====================
   MD - Tablet Portrait
==================== */
/* ====================
   LG - Tablet Landscape
==================== */
@media only screen and (min-width: 992px) {
  /* INFOGRAPHI RESOURCE CATEGORIES */
  .infographic-resource-categories .col-3 p {
    font-size: 1.5rem;
  }
}
/* ====================
   XL - Laptops
==================== */
@media only screen and (min-width: 1200px) {
  .card {
    min-height: 550px;
    max-height: 700px;
    min-width: 380px;
    max-width: 380px;
  }
  .interactive-sales-conversation {
    margin-top: -0.6rem;
  }
}
/* ====================
   XXL - Desktop
==================== */
@media only screen and (min-width: 1400px) {
  .card {
    min-height: 700px;
  }
}
/* Swiper CSS */
.swiper-container {
  width: 100%;
}
.swiper-wrapper {
  height: auto;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  height: auto;
}
.swiper-pagination {
  position: inherit;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
[class*="swiper-button"] {
  display: none;
}
/* ####################
  MEDIA QUERIES
#################### */
/* ====================
  XS - iPhone Portrait
==================== */
/* ====================
    SM - iPhone Landscape
==================== */
/* ====================
   MD - Tablet Portrait
==================== */
/* ====================
   LG - Tablet Landscape
==================== */
/* ====================
   XL - Laptops
==================== */
@media only screen and (min-width: 1200px) {
  [class*="swiper-button"] {
    display: block;
  }
}
/* ====================
   XXL - Desktop
==================== */
/* VERTICAL SLIDER */
.swiper-container-v {
  height: 100%;
  width: 100%;
}
.swiper-container-v .swiper-slide {
  display: flex;
  flex-direction: column;
}
/*.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .swiper-container-v {
      background: #eee;
    }*/
/* CSS Progress */
#svg,
.psvg {
  transform: rotate(-90deg);
}
#svg circle,
.psvg circle {
  stroke: #f4f8fd;
  stroke-width: 4px;
}
#svg #bar,
.psvg .bar {
  stroke: #4A4A4A;
  stroke-dashoffset: 263.894;
  transition: stroke-dashoffset 1s cubic-bezier(0.42, 0, 0.67, 1.5);
}
#cont {
  display: block;
  height: 88px;
  width: 88px;
  border-radius: 100%;
  position: relative;
}
#cont:after {
  position: absolute;
  display: block;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  content: url(../img/general/icon-basics.svg);
  margin-top: -40px;
  margin-left: -40px;
  border-radius: 100%;
  line-height: 1.5;
  font-size: 1rem;
}
/* New Progress Animation */
.progress-circle svg {
  transform: rotate(-90deg);
}
.fragrance-stories:after {
  position: absolute;
  display: block;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  content: url(../img/general/icon-fragrance-stories.svg);
  margin-top: -60px;
  margin-left: -40px;
  line-height: 1.5;
  font-size: 1rem;
}
.progress-meter,
.progress-value {
  fill: none;
  stroke-width: 4px;
}
.progress-meter {
  stroke: #D1DDEF;
}
.progress-value {
  stroke: #4A4A4A;
}
/*.progress-value {
  stroke-dasharray: 263.894;
  stroke-dashoffset: 105.557;
  animation: progress 1s;
}

@keyframes progress {
    from {
        stroke-dashoffset: 263.894;
    }
    to {
        stroke-dashoffset: 105.557;
    }
}*/
/* ANIMATIONS */
#gear {
  transform-origin: 21% 19%;
}
#flask {
  transform-origin: 30% 50%;
}
#mask-liquid {
  transform-origin: 0 100%;
}
#icon-sales-training,
#blinks {
  transform-origin: 50% 50%;
}
#icon-interactive {
  transform-origin: 0 90%;
}
#icon-idea {
  transform-origin: 50% 50%;
}
#circle1,
#circle2,
#circle3 {
  transform-origin: 6% 8%;
}
/* SLIDESHOW CSS */
/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}
/* Hide the images by default */
.mySlides {
  display: none;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.32);
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.word-selection {
  margin: 1rem 1.5rem;
}
.dot {
  display: inline-block;
  background-color: transparent;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  margin: 0.25rem 0.5rem 0.25rem 0;
  transition: background-color 0.6s ease;
}
.word-selection .active,
.dot:hover {
  background-color: #f8d851;
}
/* Fading animation */
.fade-in {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/* INTERACTIVE CSS */
/* Memogame */
body.bg-interactive {
  color: #fff;
}
body.bg-interactive .navbar-light .navbar-brand {
  color: #fff;
}
body.bg-interactive .modal-content {
  color: #000;
}
body.bg-interactive .memogame-wrapper {
  width: 360px;
  margin: 2rem auto;
}
body.bg-interactive .memo-card {
  float: left;
  height: 10rem;
  width: 10rem;
  background: #000;
  cursor: pointer;
  border-radius: 1rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  margin: 1rem;
}
/* Mystery Images */
body.bg-interactive .card {
  color: #404040;
}
body.bg-interactive .card .card-title {
  text-align: left;
}
body.bg-interactive .card .mystery-image-box {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  background-image: url("../img/chapters/interactive/mystery-images/cactus.png");
  background-size: cover;
  padding-top: 100%;
}
body.bg-interactive .card .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.bg-interactive .card [class^="alert"] {
  display: none;
  position: absolute;
  bottom: 0rem;
  height: 4rem;
  opacity: 0;
  padding: 0.75rem 5rem 0;
  border-radius: 2rem;
  transition: all 0.5s ease-out;
}
body.bg-interactive .card [class^="alert"].show {
  display: block;
  bottom: 3rem;
  opacity: 1;
  transition: all 0.25s ease-in;
}
body.bg-interactive .card .alert-wrong {
  background-color: #FBB5B5;
}
body.bg-interactive .card .alert-right {
  background-color: #C4E2CD;
}
body.bg-interactive .card .wrapper-solution {
  position: absolute;
  bottom: 1rem;
  display: flex;
  justify-content: center;
}
body.bg-interactive .card .solution {
  background-color: rgba(196, 212, 235, 0.9);
  color: #fff;
  text-align: center;
  opacity: 1;
  padding: 0.5rem 2rem;
  margin: 0 1rem;
  border-radius: 1rem;
}
body.bg-interactive .card .button-text {
  background-color: #789cd1;
  color: #fff;
  padding: 0.6rem 2rem;
  border: none;
  border-radius: 3rem;
  margin-bottom: 2rem;
}
body.bg-interactive .card .button-submit {
  background-color: #789cd1;
  border: none;
  border-radius: 2rem;
}
body.bg-interactive .card .answer-selection {
  padding: 4rem 0 6rem;
}
body.bg-interactive .card .answer-selection form {
  width: 100%;
}
body.bg-interactive .card .answer-selection input {
  height: 4rem;
  width: 90%;
  background-color: #f0f0f0;
  padding: 0 2rem;
  border: none;
  border-radius: 2rem;
  margin-right: 1rem;
}
body.bg-interactive .card .answer-selection input:focus {
  outline: none;
}
body.bg-interactive .card .correct {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.bg-interactive .card .hide {
  display: none !important;
}
/* True or False */
.card-type-true-or-false {
  position: absolute;
  transform: translate(-50%, 0);
}
.card-question-1,
.card-question-2 {
  opacity: 0;
  transform: rotate(0deg);
  z-index: 5;
  transition: opacity 0.6s ease-out;
}
.card-response {
  opacity: 1;
  /*transform:
		scale(0.9)
		translate(-55.4%, 0);*/
  z-index: 10;
  transition: opacity 0.6s ease-out;
}
.card-front {
  opacity: 1;
  transform: scale(1) translate(-50%, 0);
  z-index: 15;
}
.card-congratulations {
  /*transform:
		scale(0.9)
		translate(-55.4%, 0);*/
  z-index: 1;
}
.question-true-or-false,
.text-false,
.text-true {
  font-size: 2.5rem;
}
.button-container {
  display: flex;
  justify-content: space-around;
  margin: 1rem 0;
}
.button-false,
.button-true {
  height: 7rem;
  width: 7rem;
  border: none;
  border-radius: 3.5rem;
}
.button-false {
  background-color: #FBB5B5;
}
.button-true {
  background-color: #C4E2CD;
}
.icon-false,
.icon-true {
  height: 7rem;
  width: 7rem;
  padding: 9px;
  border-radius: 3.5rem;
}
.icon-false {
  background-color: #f88585;
}
.icon-true {
  background-color: #a2d1b0;
}
.animation-true {
  transform: rotate(10deg) scale(0.85) translate(50%, 0);
  opacity: 0;
  transition: all 0.6s ease-out;
  z-index: 5;
}
.animation-false {
  transform: rotate(-10deg) scale(0.85) translate(-150%, 0);
  opacity: 0;
  transition: all 0.6s ease-out;
  z-index: 5;
}
.animation-hide {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
/* Resource Quiz */
.drag-wrapper,
.drop-wrapper {
  height: 12rem;
  width: 12rem;
  border: 1px #fff dashed;
  padding: 0.5rem;
  border-radius: 50%;
}
.drag-wrapper {
  margin-bottom: 3.7rem;
}
.drag-item {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
}
.drag-item div {
  text-transform: uppercase;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.bg-agave {
  background: url("../chapters/interactive/resource-quiz/img/agave.jpg");
}
.bg-bay {
  background: url("../chapters/interactive/resource-quiz/img/bay.jpg");
}
.bg-caladium {
  background: url("../chapters/interactive/resource-quiz/img/caladium.jpg");
}
.drop-figure {
  margin-bottom: 0.5rem;
}
.drop-field {
  height: 100%;
  width: 100%;
  background: #000;
  border-radius: 50%;
}
.timer {
  padding-bottom: 2rem;
}
.timer-bar-bg,
.timer-bar {
  height: 8px;
  width: 100%;
  background: #404040;
  border-radius: 4px;
}
.timer-bar {
  width: 90%;
  background: #56BE6A;
}
.timer-bar.yellow {
  background: #D9CC54;
}
.timer-bar.red {
  background: #f65454;
}
.overlay-resource-quiz {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(74, 74, 74, 0.95);
  opacity: 0;
  display: none;
  justify-content: center;
  align-items: center;
}
.overlay-resource-quiz .message {
  text-align: center;
}
.overlay-resource-quiz .btn-white {
  background: #fff;
  color: #4A4A4A;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  border: none;
  border-radius: 3rem;
}
.overlay-resource-quiz.show {
  display: flex;
  animation: fadeIn 0.5s forwards ease-out;
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}
/* Masterquiz */
.card-type-chapter figure img {
  height: 20rem;
  width: 20rem;
  border: 8px solid #4A4A4A;
  border-radius: 50%;
}
.card-type-chapter figure figcaption {
  font-weight: bold;
  margin-top: 4rem;
  color: #4A4A4A;
}
/* ====================
  MEDIA QUERIES
==================== */
/* ====================
  XS - iPhone Portrait
==================== */
/* ====================
    SM - iPhone Landscape
==================== */
@media only screen and (min-width: 576px) {
  body.bg-interactive .memogame-wrapper {
    width: 570px;
  }
  body.bg-interactive .memo-card {
    height: 150px;
    width: 150px;
    margin: 2rem;
  }
  /* Resource Quiz */
  .drag-wrapper,
  .drop-wrapper {
    height: 12rem;
    width: 12rem;
  }
}
/* ====================
   MD - Tablet Portrait
==================== */
@media only screen and (min-width: 768px) {
  /* True or False */
  .button-container {
    margin: 3rem 0;
  }
  /* Resource Quiz */
  .drag-wrapper,
  .drop-wrapper {
    height: 22rem;
    width: 22rem;
  }
  .drag-item {
    font-size: 2rem;
  }
}
/* ====================
   LG - Tablet Landscape
==================== */
/* ====================
   XL - Laptops
==================== */
/* ====================
   XXL - Desktop
==================== */
/* Creative Workshop */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dancingscript/v24/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3Sup5.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-fCZJ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDXbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Viaoda Libre';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/viaodalibre/v15/vEFW2_lWCgoR6OKuRz9kcRV5aGgc.ttf) format('truetype');
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.playfair-display {
  font-family: 'Playfair Display', serif;
}
.viaoda-libre {
  font-family: 'Viaoda Libre', cursive;
}
.merriweather {
  font-family: 'Merriweather', serif;
}
.dancing-script {
  font-family: 'Dancing Script', cursive;
}
body.creative-workshop {
  overflow-x: hidden;
}
.menu-creative-workshop {
  position: fixed;
  top: 4rem;
  left: 1rem;
  max-width: 95%;
  z-index: 10;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  /* general border and heading for selection */
  /* hide & show selections */
  /* select flacon */
  /* slider */
  /* select color */
  /* select label */
  /* selection text */
}
.menu-creative-workshop .scroll {
  overflow-x: hidden;
  overflow-y: scroll;
}
.menu-creative-workshop .menu-icon {
  padding: 7px 17px;
  cursor: pointer;
}
.menu-creative-workshop .menu-icon span {
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 3px;
  background-color: #4A4A4A;
  margin: 2px 0;
  /*transition: all 0.6s ease-out;*/
}
.menu-creative-workshop .tools {
  display: none;
  opacity: 0;
  padding: 1rem;
  /*transition: opacity 0.6s ease-out;*/
}
.menu-creative-workshop .tools > div {
  flex: 1 1 10rem;
}
.menu-creative-workshop .tools figure {
  margin: 0 5px;
  cursor: pointer;
}
.menu-creative-workshop .tools figure .tool-image {
  /*height: 10rem;
				width: 10rem;*/
  text-align: center;
  padding: 1rem;
  border: 2px solid #fff;
  border-radius: 50%;
}
.menu-creative-workshop .tools figure .tool-image img {
  max-height: 100%;
}
.menu-creative-workshop .tools figcaption {
  font-size: 1.6rem;
  text-align: center;
}
.menu-creative-workshop .tools .tool-text .tool-image {
  padding: 2rem;
}
.menu-creative-workshop.show {
  /* animate menu-icon */
  /* show tools */
}
.menu-creative-workshop.show .menu-icon span:first-child {
  height: 4px;
  width: 32px;
  transform: rotate(45deg) translate(5px, 10px);
  /*transition: all 0.6s ease-out;*/
}
.menu-creative-workshop.show .menu-icon span:nth-child(2) {
  opacity: 0;
}
.menu-creative-workshop.show .menu-icon span:last-child {
  height: 4px;
  width: 32px;
  transform: rotate(-45deg) translate(0px, -4.5px);
  /*transition: all 0.6s ease-out;*/
}
.menu-creative-workshop.show .tools {
  display: flex;
  opacity: 1;
  /*transition: opacity 0.6s ease-out;*/
}
.menu-creative-workshop .selection {
  max-height: 50vh;
  border-top: 1px solid #4A4A4A;
  padding: 1rem 0 2rem;
  margin: 2rem 2rem;
}
.menu-creative-workshop .selection h2 {
  text-align: center;
}
.menu-creative-workshop .selection ul {
  margin: 0;
}
.menu-creative-workshop .selection-flacon,
.menu-creative-workshop .selection-color,
.menu-creative-workshop .selection-label,
.menu-creative-workshop .selection-text {
  display: none;
}
.menu-creative-workshop .selection-flacon.show,
.menu-creative-workshop .selection-color.show,
.menu-creative-workshop .selection-label.show,
.menu-creative-workshop .selection-text.show {
  display: flex;
}
.menu-creative-workshop .selection-flacon ul {
  max-width: 44rem;
  padding: 0;
  margin-left: -1rem;
  margin-right: -1rem;
}
.menu-creative-workshop .selection-flacon ul li {
  flex: 0 1 40%;
  list-style: none;
  text-align: center;
  padding: 1.6rem;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 1rem 1rem;
  cursor: pointer;
  transition: border 0.2s ease-out;
}
.menu-creative-workshop .selection-flacon ul li img {
  max-height: 100%;
}
.menu-creative-workshop .slider {
  -webkit-appearance: none;
  height: 4px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  outline: none;
  border-radius: 2px;
}
.menu-creative-workshop .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #4A4A4A;
  cursor: pointer;
}
.menu-creative-workshop .container-slider-strength {
  width: 50%;
}
.menu-creative-workshop .slider-size-x,
.menu-creative-workshop .slider-pos-x {
  flex-basis: 50%;
  padding-right: 1rem;
}
.menu-creative-workshop .slider-size-y,
.menu-creative-workshop .slider-pos-y {
  flex-basis: 50%;
  /*padding-left: 1rem;*/
  padding-right: 1rem;
}
.menu-creative-workshop .slider-pos-x {
  display: none;
}
.menu-creative-workshop .selection-color .slider-color {
  -webkit-appearance: none;
  height: 20px;
  width: 100%;
  background: linear-gradient(to right, blue, magenta, red, orange, yellow, lime, cyan, blue);
  outline: none;
}
.menu-creative-workshop .selection-color .slider-color::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 30px;
  border: 4px solid #fff;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}
.menu-creative-workshop .selection-label ul {
  max-width: 44rem;
  padding: 0;
  margin-left: -1rem;
  margin-right: -1rem;
}
.menu-creative-workshop .selection-label ul li {
  flex: 0 1 19%;
  list-style: none;
  text-align: center;
  padding: 1rem;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 1rem 0.5rem;
  cursor: pointer;
  transition: border 0.2s ease-out;
}
.menu-creative-workshop .selection-label ul li img {
  max-height: 100%;
}
.menu-creative-workshop .selection-text input,
.menu-creative-workshop .selection-text select {
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
.menu-creative-workshop .selection-text input option,
.menu-creative-workshop .selection-text select option {
  background-color: rgba(0, 0, 0, 0.25);
}
.menu-creative-workshop .selection-text .font-color {
  display: none;
  height: 2rem;
  width: 3rem;
  background-color: #4A4A4A;
  border-radius: 4px;
  cursor: pointer;
}
.menu-creative-workshop .selection-text #font {
  flex-basis: 50%;
}
.bg-creative-workshop {
  background-image: radial-gradient(#f9f9f9, #dedede);
}
.perfume-flacon {
  height: 80vh;
  width: 90vw;
  background: url("../img/chapters/production/creative-workshop/flacon-01.png") no-repeat center;
  background-size: contain;
}
.perfume-label {
  position: relative;
  height: auto;
  width: 100%;
}
.perfume-label img {
  position: absolute;
}
.perfume-text {
  width: 100%;
  color: #4A4A4A;
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
  padding: 2rem;
  z-index: 5;
}
.perfume-shadow {
  height: 75px;
  width: 600px;
  max-width: 90vw;
  background-image: radial-gradient(rgba(43, 43, 43, 0.2), rgba(0, 0, 0, 0) 70%);
}
.selection-bg-pattern {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
}
.selection-bg-pattern .bg-pattern {
  height: 4rem;
  width: 4rem;
  cursor: pointer;
  margin-right: 1rem;
}
.selection-bg-pattern .bg-pattern img {
  border: 2px solid #fff;
  border-radius: 50%;
}
.btn-save-image {
  display: none;
  position: absolute;
  bottom: 6rem;
  left: 50%;
  height: 4rem;
  background-color: transparent;
  padding: 0 2rem;
  border: 2px solid #4A4A4A;
  border-radius: 2rem;
  transform: translate(-50%);
}
aside {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.5s ease-in;
}
aside h3 {
  margin-top: 2rem;
}
aside ul li {
  flex: 0 1 50%;
  list-style: none;
  padding: 1rem;
}
aside ul li div {
  height: 20rem;
  border: 1px solid #E6E6E6;
}
aside ul li div canvas {
  /*max-height: 100%;
				max-width: 100%;*/
}
aside .design-gallery-button {
  display: none;
  position: absolute;
  left: 0;
  bottom: 10rem;
  background-color: #fff;
  font-size: 3rem;
  font-weight: bold;
  padding: 2rem;
  cursor: pointer;
  transform: translateX(-100%);
}
aside .design-gallery-button.active {
  transform: rotate(180deg) translateX(0%);
}
aside.show {
  transform: translateX(0);
  transition: transform 0.5s ease-out;
}
/* ====================
  MEDIA QUERIES
==================== */
/* ====================
    SM - iPhone Landscape
==================== */
@media only screen and (min-width: 576px) {
  .menu-creative-workshop {
    color: #000;
    background-color: rgba(229, 229, 229, 0.8);
    max-width: 44rem;
    top: 6rem;
    /*.tools figure .tool-image {
			padding: 2rem;
		}*/
  }
  .menu-creative-workshop .selection-flacon ul li {
    flex: 0 1 45%;
  }
  .menu-creative-workshop .selection-label ul li {
    padding: 1.6rem;
    flex: 0 1 20%;
  }
  .menu-creative-workshop .selection-text input,
  .menu-creative-workshop .selection-text select {
    color: #4A4A4A;
    border-bottom: 1px solid #4A4A4A;
  }
  .menu-creative-workshop .selection-text input option,
  .menu-creative-workshop .selection-text select option {
    background-color: #E6E6E6;
  }
  .menu-creative-workshop .slider {
    background: #CED3D3;
  }
  .menu-creative-workshop .slider::-webkit-slider-thumb {
    border: none;
    background: #4A4A4A;
  }
  .perfume-flacon {
    height: 800px;
    width: 500px;
  }
  .selection-bg-pattern {
    bottom: 6rem;
  }
  aside {
    width: 40vw;
  }
  aside ul li {
    flex: 0 1 33%;
  }
  aside .design-gallery-button {
    bottom: 4rem;
  }
  aside .design-gallery-button.active {
    transform: rotate(180deg) translateX(100%);
  }
}
/* Virtual Lab */
.bg-flask {
  background: url("../chapters/fragrance-development/virtual-lab/img/flask.svg") no-repeat top center;
  text-align: center;
}
.hint-virtual-lab {
  display: none;
  position: absolute;
  top: 6rem;
  left: 50%;
  width: 20rem;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  border-radius: 1rem;
  transform: translateX(-50%);
}
.icon-info {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  height: 2rem;
  width: 2rem;
  background: transparent;
  border: 1px solid #4A4A4A;
  border-radius: 2rem;
}
.icon-info span {
  display: block;
  margin-top: -4px;
}
.resource-1 {
  top: 0;
  left: 0;
  display: none;
}
.resource-2 {
  top: 38px;
  left: 0;
  display: none;
}
.resource-3 {
  top: 125px;
  left: 0;
  display: none;
}
.resource-4 {
  bottom: 0;
  left: 0;
  display: none;
}
.modal-sm {
  max-width: 30rem;
}
.modal-dialog {
  margin: 0.5rem auto;
}
.icon-border {
  padding: 0.5rem;
  border: 2px solid #4A4A4A;
  border-radius: 50%;
}
.overlay-virtual-lab {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(74, 74, 74, 0.95);
  opacity: 0;
  display: none;
  justify-content: center;
  align-items: center;
}
.overlay-virtual-lab .message {
  text-align: center;
}
.overlay-virtual-lab .btn-white {
  background: #fff;
  color: #4A4A4A;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  border: none;
  border-radius: 3rem;
}
.overlay-virtual-lab.show {
  display: flex;
  animation: fadeIn 0.5s forwards ease-out;
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}
.helper--animation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
@media (min-width: 1025px) {
  .helper--animation.animation-3,
  .helper--animation.animation-4,
  .helper--animation.animation-5,
  .helper--animation.animation-6 {
    left: 50%;
    pointer-events: none;
    min-height: 700px;
    max-height: 700px;
    min-width: 380px;
    max-width: 380px;
    transform: translate(-50%);
  }
}
.helper--animation.animation-3 .skip--helper,
.helper--animation.animation-4 .skip--helper,
.helper--animation.animation-5 .skip--helper,
.helper--animation.animation-6 .skip--helper {
  bottom: -10px;
}
.helper--animation .skip--helper {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background-color: #2e2e2e;
  border-radius: 20px;
  padding: 5px 15px;
  color: white;
  opacity: 0;
  z-index: 9999999;
  pointer-events: all;
  cursor: pointer;
}
.helper--animation .bg--fader {
  width: 100%;
  height: 100%;
  background-color: rgba(240, 240, 240, 0.66);
  display: none;
  opacity: 0;
}
.helper--animation .helper--textbox {
  background: #2e2e2e;
  border-radius: 0.4em;
  padding: 12px;
  position: fixed;
  right: 80px;
  bottom: 270px;
  left: 50px;
  display: none;
  opacity: 0;
  min-height: 100px;
}
@media (min-width: 1024px) {
  .helper--animation .helper--textbox {
    max-width: 250px;
    margin-left: auto;
  }
}
.helper--animation .helper--textbox:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 80%;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top-color: #2e2e2e;
  border-bottom: 0;
  margin-left: -13.5px;
  margin-bottom: -30px;
  border-right: 0;
}
.helper--animation .helper--textbox .helper-text {
  color: white;
  display: none;
}
.helper--animation.animation-1 .mascot {
  max-width: 180px;
  position: fixed;
  right: 20px;
  bottom: 0px;
  transform: translate(0%, 100%);
}
.helper--animation.animation-2 .mascot {
  max-width: 180px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0;
}
.helper--animation.animation-3 {
  z-index: 2;
}
.helper--animation.animation-3 .mascot {
  max-width: 180px;
  position: fixed;
  right: 25px;
  bottom: -10px;
}
.helper--animation.animation-3 .skip--helper {
  opacity: 1;
}
.helper--animation.animation-3 .helper--textbox {
  background: #2e2e2e;
  border-radius: 0.4em;
  padding: 12px;
  position: fixed;
  right: 80px;
  bottom: 200px;
  left: 50px;
  display: block;
  opacity: 1;
  min-height: 60px;
}
.helper--animation.animation-3 .helper--textbox:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 80%;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top-color: #2e2e2e;
  border-bottom: 0;
  margin-left: -13.5px;
  margin-bottom: -30px;
  border-right: 0;
}
.helper--animation.animation-3 .helper--textbox .helper-text-01 {
  display: block;
}
.helper--animation.animation-4 {
  z-index: 2;
}
.helper--animation.animation-4 .mascot-2 {
  max-width: 180px;
  position: fixed;
  right: 25px;
  bottom: -10px;
  display: none;
  opacity: 0;
}
.helper--animation.animation-4 .helper--textbox-2 {
  background: #2e2e2e;
  border-radius: 0.4em;
  padding: 12px;
  position: fixed;
  right: 80px;
  bottom: 200px;
  left: 50px;
  display: none;
  opacity: 0;
  min-height: 60px;
}
.helper--animation.animation-4 .helper--textbox-2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 80%;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top-color: #2e2e2e;
  border-bottom: 0;
  margin-left: -13.5px;
  margin-bottom: -30px;
  border-right: 0;
}
.helper--animation.animation-4 .helper--textbox-2 .helper-text-01 {
  display: block;
  color: white;
}
.helper--animation.animation-5 {
  z-index: 2;
}
.helper--animation.animation-5 .mascot-4 {
  max-width: 180px;
  position: fixed;
  right: 25px;
  bottom: -10px;
  display: none;
  opacity: 0;
}
.helper--animation.animation-5 .helper--textbox-4 {
  background: #2e2e2e;
  border-radius: 0.4em;
  padding: 12px;
  position: fixed;
  right: 80px;
  bottom: 200px;
  left: 50px;
  display: none;
  opacity: 0;
  min-height: 60px;
}
.helper--animation.animation-5 .helper--textbox-4:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 80%;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top-color: #2e2e2e;
  border-bottom: 0;
  margin-left: -13.5px;
  margin-bottom: -30px;
  border-right: 0;
}
.helper--animation.animation-5 .helper--textbox-4 .helper-text-01 {
  display: block;
  color: white;
}
.helper--animation.animation-5 .helper--textbox-4 .helper-text-02 {
  display: none;
  color: white;
}
.helper--animation.animation-5 .helper--textbox-4 .helper-text-03 {
  display: none;
  color: white;
}
.helper--animation.animation-5 .helper--textbox-4 .helper-text-04 {
  display: none;
  color: white;
}
.helper--animation.animation-6 {
  z-index: 2;
}
.helper--animation.animation-6 .mascot-5 {
  max-width: 180px;
  position: fixed;
  right: 25px;
  bottom: -10px;
  display: none;
  opacity: 0;
}
.helper--animation.animation-6 .helper--textbox-5 {
  background: #2e2e2e;
  border-radius: 0.4em;
  padding: 12px;
  position: fixed;
  right: 80px;
  bottom: 200px;
  left: 50px;
  display: none;
  opacity: 0;
  min-height: 60px;
}
.helper--animation.animation-6 .helper--textbox-5:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 80%;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top-color: #2e2e2e;
  border-bottom: 0;
  margin-left: -13.5px;
  margin-bottom: -30px;
  border-right: 0;
}
.helper--animation.animation-6 .helper--textbox-5 .helper-text-01 {
  display: block;
  color: white;
}
.helper--animation.animation-6 .helper--textbox-5 .helper-text-02 {
  display: none;
  color: white;
}
.helper--animation.animation-6 .helper--textbox-5 .helper-text-03 {
  display: none;
  color: white;
}
.helper--animation.animation-6 .helper--textbox-5 .helper-text-04 {
  display: none;
  color: white;
}
.overview-chapters figure.helper {
  background-color: #f3f3f3;
  box-shadow: none;
  transition: all 0.5s ease;
}
.overview-chapters figure.helper path {
  fill: #e6e6e6;
  stroke: #e6e6e6;
  transition: all 0.5s ease;
}
.overview-chapters figure.helper .blinks {
  fill: #e6e6e6;
  stroke: #e6e6e6;
  transition: all 0.5s ease;
}
.overview-chapters figure.helper .cls-1 {
  fill: #e6e6e6;
  stroke: #e6e6e6;
  transition: all 0.5s ease;
}
.overview-chapters figure.helper + figcaption {
  color: #CED3D3;
}
.p-relative {
  position: relative;
}
.hint.hint-00 {
  background-color: #2e2e2e;
  border-radius: 0.4em;
  padding: 4px;
  color: white;
  position: absolute;
  opacity: 0;
  text-align: center;
  right: 5px;
  top: 50px;
  max-width: 150px;
}
.hint.hint-00:before {
  content: '';
  position: absolute;
  top: 0;
  right: 9px;
  margin-top: -12px;
  border-right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 15px 7px;
  border-color: transparent transparent #2e2e2e transparent;
}
.hint.hint-01 {
  background-color: #2e2e2e;
  border-radius: 0.4em;
  padding: 4px;
  color: white;
  position: absolute;
  opacity: 0;
  text-align: center;
  left: 50%;
  top: -20px;
}
.hint.hint-01:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -12px;
  border-right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7px 0 7px;
  transform: translate(-50%, 0%);
  border-color: #2e2e2e transparent transparent transparent;
}
.hint.hint-02 {
  background-color: #2e2e2e;
  border-radius: 0.4em;
  padding: 4px;
  color: white;
  position: absolute;
  opacity: 0;
  text-align: center;
  -webkit-transform: translate(0%, 100%);
  transform: translate(-50%, 100%);
  bottom: -20px;
  max-width: 200px;
  left: 50%;
}
.hint.hint-02:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 7px 15px 7px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  border-color: transparent transparent #2e2e2e transparent;
  margin-top: -12px;
}
.hint.hint-03 {
  background-color: #2e2e2e;
  border-radius: 0.4em;
  padding: 4px;
  color: white;
  position: absolute;
  opacity: 0;
  text-align: center;
  max-width: 200px;
  left: 15px;
  top: -10px;
  transform: translate(0%, -100%);
}
.hint.hint-03:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -12px;
  border-right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7px 0 7px;
  transform: translate(-50%, 0%);
  border-color: #2e2e2e transparent transparent transparent;
}
.hint.hint-04 {
  background-color: #2e2e2e;
  border-radius: 0.4em;
  padding: 4px;
  color: white;
  position: absolute;
  opacity: 0;
  text-align: center;
  top: -20px;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  left: 50%;
  min-width: 150px;
}
.hint.hint-04:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -12px;
  border-right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7px 0 7px;
  transform: translate(-50%, 0%);
  border-color: #2e2e2e transparent transparent transparent;
}
.hint.hint-05 {
  background-color: #2e2e2e;
  border-radius: 0.4em;
  padding: 4px;
  color: white;
  position: absolute;
  opacity: 0;
  text-align: center;
  top: -20px;
  -webkit-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
  left: 50%;
  min-width: 100px;
}
.hint.hint-05:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -12px;
  border-right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7px 0 7px;
  transform: translate(-50%, 0%);
  border-color: #2e2e2e transparent transparent transparent;
}
.hint.hint-06 {
  background-color: #2e2e2e;
  border-radius: 0.4em;
  padding: 4px;
  color: white;
  position: absolute;
  opacity: 0;
  text-align: center;
  top: 54%;
  -webkit-transform: translate(0%, -100%);
  transform: translate(-80%, -100%);
  z-index: 99;
  max-width: 200px;
  left: 50%;
}
.hint.hint-06:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -12px;
  border-right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7px 0 7px;
  transform: translate(-50%, 0%);
  border-color: #2e2e2e transparent transparent transparent;
}
.hint.hint-07 {
  background-color: #2e2e2e;
  border-radius: 0.4em;
  padding: 4px;
  color: white;
  position: absolute;
  opacity: 0;
  text-align: center;
  z-index: 99;
  max-width: 200px;
  bottom: 3rem;
  right: 1.5rem;
}
.hint.hint-07:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 90%;
  margin-bottom: -12px;
  border-right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7px 0 7px;
  transform: translate(-50%, 0%);
  border-color: #2e2e2e transparent transparent transparent;
}
.hint.hint-08 {
  background-color: #2e2e2e;
  border-radius: 0.4em;
  padding: 4px;
  color: white;
  position: absolute;
  opacity: 0;
  text-align: center;
  z-index: 99;
  max-width: 200px;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.hint.hint-08:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -12px;
  border-right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7px 0 7px;
  transform: translate(-50%, 0%);
  border-color: #2e2e2e transparent transparent transparent;
}
.hint.hint-09 {
  background-color: #2e2e2e;
  border-radius: 0.4em;
  padding: 4px;
  color: white;
  position: absolute;
  opacity: 0;
  text-align: center;
  z-index: 99;
  max-width: 200px;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.hint.hint-09:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -12px;
  border-right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7px 0 7px;
  transform: translate(-50%, 0%);
  border-color: #2e2e2e transparent transparent transparent;
}
.hint.hint-10 {
  background-color: #2e2e2e;
  border-radius: 0.4em;
  padding: 4px;
  color: white;
  position: absolute;
  opacity: 0;
  text-align: center;
  z-index: 99;
  max-width: 200px;
  bottom: 3rem;
  right: 1.5rem;
}
.hint.hint-10:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 90%;
  margin-bottom: -12px;
  border-right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7px 0 7px;
  transform: translate(-50%, 0%);
  border-color: #2e2e2e transparent transparent transparent;
}
.hint.hint-11 {
  background-color: #2e2e2e;
  border-radius: 0.4em;
  padding: 4px;
  color: white;
  position: absolute;
  opacity: 0;
  text-align: center;
  z-index: 99;
  max-width: 200px;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -100%);
}
.hint.hint-11:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -12px;
  border-right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7px 0 7px;
  transform: translate(-50%, 0%);
  border-color: #2e2e2e transparent transparent transparent;
}
.hint.hint-12 {
  background-color: #2e2e2e;
  border-radius: 0.4em;
  padding: 4px;
  color: white;
  position: absolute;
  opacity: 0;
  text-align: center;
  z-index: 99;
  max-width: 200px;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -100%);
}
.hint.hint-12:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -12px;
  border-right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7px 0 7px;
  transform: translate(-50%, 0%);
  border-color: #2e2e2e transparent transparent transparent;
}
.bg-general-knowledge.helper {
  background-color: lightgray;
}
.bg-general-knowledge.helper path {
  fill: #afafaf;
  stroke: #afafaf;
}
