/*! 
https://serp.co/tools/css-reset/
<link rel="stylesheet" href="https://css.serp.co/css-reset/normalize.css/">
*/
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

button {
  cursor: pointer;
  background-color: #173276;
}
button:hover {
  background-color: #2e498e;
}
button:active {
  background-color: #173276;
}

.answer-overlay {
  position: absolute;
  top: 110px;
  left: 15px;
  width: 270px;
  height: 375px;
  border-radius: 8px;
  background-color: #fbeedd;
  box-shadow: 1px 3px 7px 1px rgba(0, 0, 0, 0.4);
}

.pip-live {
  background-color: #1b2f73 !important;
}

.hide-frame, .hide {
  display: none !important;
}

.red {
  border: 2px solid red !important;
}

button, button * {
  overflow: hidden;
  cursor: pointer !important;
}

@keyframes whatDoes-anim {
  from {
    opacity: 0;
    top: 300px;
  }
  to {
    opacity: 1;
    top: 289px;
  }
}
@keyframes dementia-anim {
  from {
    opacity: 0;
    top: 350px;
  }
  to {
    opacity: 1;
    top: 330px;
  }
}
@keyframes lookLike-anim {
  from {
    opacity: 0;
    top: 390px;
  }
  to {
    opacity: 1;
    top: 370px;
  }
}
@keyframes itMayNotBe-anim {
  from {
    opacity: 0;
    top: 436px;
  }
  to {
    opacity: 1;
    top: 416px;
  }
}
@keyframes button01-frame01-anim {
  from {
    opacity: 0;
    top: 466px;
  }
  to {
    opacity: 1;
    top: 456px;
  }
}
@keyframes question-frame02-anim {
  from {
    opacity: 0;
    top: 227px;
  }
  to {
    opacity: 1;
    top: 207px;
  }
}
@keyframes button01-frame02-anim {
  from {
    opacity: 0;
    top: 388px;
  }
  to {
    opacity: 1;
    top: 378px;
  }
}
@keyframes button02-frame02-anim {
  from {
    opacity: 0;
    top: 438px;
  }
  to {
    opacity: 1;
    top: 428px;
  }
}
@keyframes question-frame04-anim {
  from {
    opacity: 0;
    top: 200px;
  }
  to {
    opacity: 1;
    top: 190px;
  }
}
@keyframes button01-frame04-anim {
  from {
    opacity: 0;
    top: 330px;
  }
  to {
    opacity: 1;
    top: 320px;
  }
}
@keyframes button02-frame04-anim {
  from {
    opacity: 0;
    top: 380px;
  }
  to {
    opacity: 1;
    top: 370px;
  }
}
@keyframes question-frame06-anim {
  from {
    opacity: 0;
    top: 200px;
  }
  to {
    opacity: 1;
    top: 190px;
  }
}
@keyframes button01-frame06-anim {
  from {
    opacity: 0;
    top: 330px;
  }
  to {
    opacity: 1;
    top: 320px;
  }
}
@keyframes button02-frame06-anim {
  from {
    opacity: 0;
    top: 380px;
  }
  to {
    opacity: 1;
    top: 370px;
  }
}
.sprite {
  background-size: 965px 1500px;
  background-image: url("images/spritesheet.png");
  display: block;
  overflow: hidden !important;
  background-repeat: no-repeat;
}

body {
  background-color: aliceblue;
}
body #container {
  width: 300px;
  height: 600px;
  border: 1px solid gray;
  background-color: white;
  background-position: 0 0;
  background-repeat: no-repeat;
}
body #container footer {
  width: 300px;
  height: 44px;
  background-color: white;
  display: block;
  position: absolute;
  top: 556px;
}
body #container footer .canada-logo {
  width: 72px;
  height: 16px;
  display: block;
  position: absolute;
  right: 2px;
  top: 14px;
  background-position: -198px -601px;
  background-size: 965px 1500px;
  background-image: url("images/spritesheet.png");
  overflow: hidden;
}
body #container .frame01 {
  z-index: 100;
  width: 300px;
  height: 600px;
  position: absolute;
}
body #container .frame01 .cover-img {
  position: absolute;
  width: 300px;
  height: 247px;
  background-position: 0px -872px;
  background-repeat: no-repeat;
}
body #container .frame01 .coleurs {
  width: 90px;
  height: 180px;
  background-position: 0px -601px;
  top: 236px;
  left: 210px;
  position: absolute;
  opacity: 0.8;
}
body #container .frame01 .what-does {
  width: 232px;
  height: 27px;
  background-position: 0 -1119px;
  top: 239px;
  left: 34px;
  position: absolute;
  animation: whatDoes-anim 0.6s ease-out forwards;
  animation-delay: 0;
  opacity: 0;
}
body #container .frame01 .dementia {
  width: 232px;
  height: 30px;
  background-position: 0 -1159px;
  top: 290px;
  left: 34px;
  position: absolute;
  animation: dementia-anim 0.6s ease-out forwards;
  animation-delay: 0.1s;
  opacity: 0;
}
body #container .frame01 .look-like {
  width: 232px;
  height: 28px;
  background-position: 0 -1199px;
  left: 35px;
  position: absolute;
  animation: lookLike-anim 0.6s ease-out forwards;
  animation-delay: 0.2s;
  opacity: 0;
}
body #container .frame01 .it-may-not-be {
  width: 232px;
  height: 20px;
  background-position: 0 -1245px;
  left: 35px;
  position: absolute;
  top: 436px;
  animation: itMayNotBe-anim 0.6s ease-out forwards;
  animation-delay: 0.3s;
  opacity: 0;
}
body #container .frame01 button.next-question {
  width: 240px;
  height: 40px;
  display: block;
  border: none;
  position: absolute;
  left: 30px;
  border-radius: 20px;
  top: 466px;
  animation: button01-frame01-anim 0.6s ease-out forwards;
  animation-delay: 0.8s;
  opacity: 0;
  cursor: pointer;
}
body #container .frame01 button.next-question div.caption {
  width: 180px;
  height: 16px;
  display: block;
  border: 0px solid yellow;
  background-position: -312px 0px;
  position: absolute;
  top: 11px;
  left: 32px;
}
body #container .frame01 .reference-img {
  left: 0;
  top: 0;
  width: 300px;
  height: 600px;
  background-image: url("images/REF_Frame01.jpg");
  background-size: 300px 600px;
  overflow: hidden;
  opacity: 0.1;
}
body #container .frame02 {
  width: 300px;
  height: 600px;
  position: absolute;
}
body #container .frame02 .header-img {
  position: absolute;
  width: 300px;
  height: 119px;
  background-position: -313px -102px;
  background-repeat: no-repeat;
}
body #container .frame02 .coleurs {
  width: 90px;
  height: 180px;
  background-position: 0px -601px;
  top: 160px;
  left: 210px;
  position: absolute;
  opacity: 0.8;
}
body #container .frame02 .true-or-false {
  width: 216px;
  height: 17px;
  background-position: -313px -459px;
  top: 153px;
  left: 44px;
  position: absolute;
}
body #container .frame02 .horiz-rule {
  display: block;
  height: 1px;
  width: 128px;
  position: absolute;
  top: 188px;
  left: 86px;
  background-color: #bdc3d2;
}
body #container .frame02 .question {
  width: 260px;
  height: 156px;
  background-position: -313px -563px;
  top: 207px;
  left: 26px;
  position: absolute;
}
body #container .frame02 button.true {
  width: 240px;
  height: 40px;
  display: block;
  border: none;
  position: absolute;
  top: 378px;
  left: 30px;
  border-radius: 20px;
}
body #container .frame02 button.true div.caption {
  width: 180px;
  height: 16px;
  display: block;
  border: 0px solid yellow;
  background-position: -312px -64px;
  position: absolute;
  top: 11px;
  left: 26px;
}
body #container .frame02 button.false {
  width: 240px;
  height: 40px;
  display: block;
  border: none;
  position: absolute;
  top: 428px;
  left: 30px;
  border-radius: 20px;
}
body #container .frame02 button.false div.caption {
  width: 180px;
  height: 16px;
  display: block;
  border: 0px solid yellow;
  background-position: -312px -80px;
  position: absolute;
  top: 11px;
  left: 26px;
}
body #container .frame02 .pips {
  position: absolute;
  display: block;
  width: 300px;
  height: 16px;
  top: 500px;
  display: flex;
  justify-content: center;
}
body #container .frame02 .pips .pip {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  margin: 0 4px;
}
body #container .frame02 .pips .pip.one {
  border: 1px solid #1b2f73;
  background-color: #1b2f73;
}
body #container .frame02 .pips .pip.two {
  border: 1px solid #1b2f73;
  background-color: transparent;
}
body #container .frame02 .pips .pip.three {
  border: 1px solid #1b2f73;
  background-color: transparent;
}
body #container .frame02 .pip-caption {
  width: 184px;
  height: 9px;
  background-position: -313px -536px;
  top: 526px;
  left: 59px;
  position: absolute;
}
body #container .frame02 .answer-overlay .false {
  width: 216px;
  height: 30px;
  background-position: -313px -506px;
  top: 39px;
  left: 44px;
  position: absolute;
}
body #container .frame02 .answer-overlay .horiz-rule {
  display: block;
  height: 1px;
  width: 118px;
  position: absolute;
  top: 81px;
  left: 78px;
  background-color: #bdc3d2;
}
body #container .frame02 .answer-overlay .answer {
  width: 250px;
  height: 172px;
  background-position: -614px -96px;
  top: 98px;
  left: 13px;
  position: absolute;
}
body #container .frame02 .answer-overlay button.next-question {
  width: 230px;
  height: 40px;
  display: block;
  border: none;
  position: absolute;
  top: 278px;
  left: 20px;
  border-radius: 20px;
}
body #container .frame02 .answer-overlay button.next-question div.caption {
  width: 180px;
  height: 16px;
  display: block;
  border: 0px solid yellow;
  background-position: -312px -16px;
  position: absolute;
  top: 11px;
  left: 28px;
}
body #container .frame02 .reference-img {
  left: 0;
  top: 0;
  width: 300px;
  height: 600px;
  background-image: url("images/REF_Frame02-overlay.jpg");
  background-size: 300px 600px;
  overflow: hidden;
  opacity: 0.1;
}
body #container .frame02.animated .question {
  top: 227px;
  animation: question-frame02-anim 0.6s ease-out forwards;
  animation-delay: 0s;
  opacity: 0;
}
body #container .frame02.animated button.true {
  top: 388px;
  opacity: 0;
  animation: button01-frame02-anim 0.4s ease-out forwards;
  animation-delay: 0.2s;
}
body #container .frame02.animated button.false {
  top: 438px;
  opacity: 0;
  animation: button02-frame02-anim 0.4s ease-out forwards;
  animation-delay: 0.3s;
}
body #container .frame03 {
  width: 300px;
  height: 600px;
  position: absolute;
}
body #container .frame03 .header-img {
  position: absolute;
  width: 300px;
  height: 119px;
  background-position: -313px -221px;
  background-repeat: no-repeat;
}
body #container .frame03 .coleurs {
  width: 90px;
  height: 180px;
  background-position: 0px -601px;
  top: 160px;
  left: 210px;
  position: absolute;
  opacity: 0.8;
}
body #container .frame03 .true-or-false {
  width: 216px;
  height: 17px;
  background-position: -313px -459px;
  top: 153px;
  left: 44px;
  position: absolute;
}
body #container .frame03 .horiz-rule {
  display: block;
  height: 1px;
  width: 128px;
  position: absolute;
  top: 188px;
  left: 86px;
  background-color: #bdc3d2;
}
body #container .frame03 .question {
  width: 260px;
  height: 156px;
  background-position: -313px -718px;
  top: 194px;
  left: 26px;
  position: absolute;
}
body #container .frame03 button.true {
  width: 240px;
  height: 40px;
  display: block;
  border: none;
  position: absolute;
  top: 330px;
  left: 30px;
  border-radius: 20px;
}
body #container .frame03 button.true div.caption {
  width: 180px;
  height: 16px;
  display: block;
  border: 0px solid yellow;
  background-position: -312px -64px;
  position: absolute;
  top: 11px;
  left: 26px;
}
body #container .frame03 button.false {
  width: 240px;
  height: 40px;
  display: block;
  border: none;
  position: absolute;
  top: 380px;
  left: 30px;
  border-radius: 20px;
}
body #container .frame03 button.false div.caption {
  width: 180px;
  height: 16px;
  display: block;
  border: 0px solid yellow;
  background-position: -312px -80px;
  position: absolute;
  top: 11px;
  left: 26px;
}
body #container .frame03 .pips {
  position: absolute;
  display: block;
  width: 300px;
  height: 16px;
  top: 500px;
  display: flex;
  justify-content: center;
}
body #container .frame03 .pips .pip {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  margin: 0 4px;
}
body #container .frame03 .pips .pip.one {
  border: 1px solid #1b2f73;
  background-color: transparent;
}
body #container .frame03 .pips .pip.two {
  border: 1px solid #1b2f73;
  background-color: #1b2f73;
}
body #container .frame03 .pips .pip.three {
  border: 1px solid #1b2f73;
  background-color: transparent;
}
body #container .frame03 .pip-caption {
  width: 184px;
  height: 9px;
  background-position: -313px -545px;
  top: 526px;
  left: 59px;
  position: absolute;
}
body #container .frame03 .answer-overlay .true {
  width: 216px;
  height: 30px;
  background-position: -313px -476px;
  top: 28px;
  left: 44px;
  position: absolute;
}
body #container .frame03 .answer-overlay .horiz-rule {
  display: block;
  height: 1px;
  width: 118px;
  position: absolute;
  top: 70px;
  left: 78px;
  background-color: #bdc3d2;
}
body #container .frame03 .answer-overlay .answer {
  width: 250px;
  height: 188px;
  background-position: -614px -290px;
  top: 86px;
  left: 13px;
  position: absolute;
}
body #container .frame03 .answer-overlay button.next-question {
  width: 230px;
  height: 40px;
  display: block;
  border: none;
  position: absolute;
  top: 294px;
  left: 20px;
  border-radius: 20px;
}
body #container .frame03 .answer-overlay button.next-question div.caption {
  width: 180px;
  height: 16px;
  display: block;
  border: 0px solid yellow;
  background-position: -312px -16px;
  position: absolute;
  top: 11px;
  left: 28px;
}
body #container .frame03 .reference-img {
  left: 0;
  top: 0;
  width: 300px;
  height: 600px;
  background-image: url("images/REF_Frame03-overlay.jpg");
  background-size: 300px 600px;
  overflow: hidden;
  opacity: 0.1;
}
body #container .frame03.animated .question {
  top: 200px;
  animation: question-frame04-anim 0.6s ease-out forwards;
  animation-delay: 0s;
  opacity: 0;
}
body #container .frame03.animated button.true {
  top: 330px;
  opacity: 0;
  animation: button01-frame04-anim 0.4s ease-out forwards;
  animation-delay: 0.2s;
}
body #container .frame03.animated button.false {
  top: 380px;
  opacity: 0;
  animation: button02-frame04-anim 0.4s ease-out forwards;
  animation-delay: 0.3s;
}
body #container .frame04 {
  width: 300px;
  height: 600px;
  position: absolute;
}
body #container .frame04 .header-img {
  position: absolute;
  width: 300px;
  height: 119px;
  background-position: -313px -340px;
  background-repeat: no-repeat;
}
body #container .frame04 .coleurs {
  width: 90px;
  height: 180px;
  background-position: 0px -601px;
  top: 160px;
  left: 210px;
  position: absolute;
  opacity: 0.8;
}
body #container .frame04 .true-or-false {
  width: 216px;
  height: 17px;
  background-position: -313px -459px;
  top: 153px;
  left: 44px;
  position: absolute;
}
body #container .frame04 .horiz-rule {
  display: block;
  height: 1px;
  width: 128px;
  position: absolute;
  top: 188px;
  left: 86px;
  background-color: #bdc3d2;
}
body #container .frame04 .question {
  width: 260px;
  height: 156px;
  background-position: -313px -873px;
  top: 190px;
  left: 26px;
  position: absolute;
}
body #container .frame04 button.true {
  width: 240px;
  height: 40px;
  display: block;
  border: none;
  position: absolute;
  top: 320px;
  left: 30px;
  border-radius: 20px;
}
body #container .frame04 button.true div.caption {
  width: 180px;
  height: 16px;
  display: block;
  border: 0px solid yellow;
  background-position: -312px -64px;
  position: absolute;
  top: 11px;
  left: 26px;
}
body #container .frame04 button.false {
  width: 240px;
  height: 40px;
  display: block;
  border: none;
  position: absolute;
  top: 370px;
  left: 30px;
  border-radius: 20px;
}
body #container .frame04 button.false div.caption {
  width: 180px;
  height: 16px;
  display: block;
  border: 0px solid yellow;
  background-position: -312px -80px;
  position: absolute;
  top: 11px;
  left: 26px;
}
body #container .frame04 .pips {
  position: absolute;
  display: block;
  width: 300px;
  height: 16px;
  top: 500px;
  display: flex;
  justify-content: center;
}
body #container .frame04 .pips .pip {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  margin: 0 4px;
}
body #container .frame04 .pips .pip.one {
  border: 1px solid #1b2f73;
  background-color: transparent;
}
body #container .frame04 .pips .pip.two {
  border: 1px solid #1b2f73;
  background-color: transparent;
}
body #container .frame04 .pips .pip.three {
  border: 1px solid #1b2f73;
  background-color: #1b2f73;
}
body #container .frame04 .pip-caption {
  width: 184px;
  height: 9px;
  background-position: -313px -554px;
  top: 526px;
  left: 59px;
  position: absolute;
}
body #container .frame04 .answer-overlay .true {
  width: 216px;
  height: 30px;
  background-position: -313px -476px;
  top: 28px;
  left: 44px;
  position: absolute;
}
body #container .frame04 .answer-overlay .horiz-rule {
  display: block;
  height: 1px;
  width: 118px;
  position: absolute;
  top: 70px;
  left: 78px;
  background-color: #bdc3d2;
}
body #container .frame04 .answer-overlay .answer {
  width: 250px;
  height: 188px;
  background-position: -614px -484px;
  top: 86px;
  left: 11px;
  position: absolute;
}
body #container .frame04 .answer-overlay button.next-question {
  width: 230px;
  height: 40px;
  display: block;
  border: none;
  position: absolute;
  top: 282px;
  left: 20px;
  border-radius: 20px;
}
body #container .frame04 .answer-overlay button.next-question div.caption {
  width: 180px;
  height: 16px;
  display: block;
  border: 0px solid yellow;
  background-position: -312px -32px;
  position: absolute;
  top: 11px;
  left: 28px;
}
body #container .frame04 .reference-img {
  left: 0;
  top: 0;
  width: 300px;
  height: 600px;
  background-image: url("images/REF_Frame04-overlay.jpg");
  background-size: 300px 600px;
  overflow: hidden;
  opacity: 0.1;
}
body #container .frame04.animated .question {
  top: 200px;
  animation: question-frame06-anim 0.6s ease-out forwards;
  animation-delay: 0s;
  opacity: 0;
}
body #container .frame04.animated button.true {
  top: 330px;
  opacity: 0;
  animation: button01-frame06-anim 0.4s ease-out forwards;
  animation-delay: 0.2s;
}
body #container .frame04.animated button.false {
  top: 380px;
  opacity: 0;
  animation: button02-frame06-anim 0.4s ease-out forwards;
  animation-delay: 0.3s;
}
body #container .frame05 {
  width: 300px;
  height: 600px;
  position: absolute;
}
body #container .frame05 .header-lockup {
  position: absolute;
  width: 300px;
  height: 180px;
  background-position: -614px -962px;
  background-repeat: no-repeat;
}
body #container .frame05 .score-container {
  display: block;
  position: absolute;
  width: 180px;
  height: 27px;
  top: 43px;
  left: 80px;
}
body #container .frame05 .score-container .zero {
  width: 210px;
  height: 27px;
  background-position: -668px -846px;
  top: 0px;
  left: 0px;
  position: absolute;
}
body #container .frame05 .score-container .one {
  width: 210px;
  height: 27px;
  background-position: -668px -872px;
  top: 0px;
  left: 0px;
  position: absolute;
}
body #container .frame05 .score-container .two {
  width: 210px;
  height: 27px;
  background-position: -668px -899px;
  top: 0px;
  left: 0px;
  position: absolute;
}
body #container .frame05 .score-container .three {
  width: 210px;
  height: 27px;
  background-position: -668px -926px;
  top: 0px;
  left: 0px;
  position: absolute;
}
body #container .frame05 .coleurs {
  width: 90px;
  height: 180px;
  background-position: 0px -601px;
  top: 160px;
  left: 210px;
  position: absolute;
  opacity: 0.8;
}
body #container .frame05 section.carousel .pips {
  position: absolute;
  display: block;
  width: 300px;
  height: 16px;
  top: 200px;
  display: flex;
  justify-content: center;
}
body #container .frame05 section.carousel .pips .pip {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  margin: 0 6px;
}
body #container .frame05 section.carousel .pips .pip.one {
  border: 1px solid #1b2f73;
  transition: background-color 0.3s linear;
}
body #container .frame05 section.carousel .pips .pip.two {
  border: 1px solid #1b2f73;
  transition: background-color 0.3s linear;
}
body #container .frame05 section.carousel .pips .pip.three {
  border: 1px solid #1b2f73;
  transition: background-color 0.3s linear;
}
body #container .frame05 section.carousel .arrow-left {
  position: absolute;
  display: block;
  top: 250px;
  left: 10px;
  z-index: 1000;
  cursor: pointer;
}
body #container .frame05 section.carousel .arrow-right {
  position: absolute;
  display: block;
  top: 250px;
  left: 270px;
  z-index: 1000;
  cursor: pointer;
}
body #container .frame05 section.carousel .carousel-viewport {
  position: absolute;
  width: 300px;
  height: 100px;
  top: 218px;
  overflow-x: hidden;
}
body #container .frame05 section.carousel .carousel-viewport .carousel-strip {
  display: flex;
  height: 90px;
  flex-wrap: nowrap;
  position: absolute;
  left: -900px;
}
body #container .frame05 section.carousel .carousel-viewport .carousel-strip .slide-001 {
  position: relative;
  display: block;
  width: 300px;
  height: 70px;
  top: 14px;
  background-position: -580px -1156px;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
body #container .frame05 section.carousel .carousel-viewport .carousel-strip .slide-002 {
  position: relative;
  display: block;
  width: 300px;
  height: 70px;
  top: 14px;
  background-position: -578px -1236px;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
body #container .frame05 section.carousel .carousel-viewport .carousel-strip .slide-003 {
  position: relative;
  display: block;
  width: 300px;
  height: 70px;
  top: 14px;
  background-position: -578px -1310px;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
body #container .frame05 button.learn-more {
  width: 160px;
  height: 34px;
  display: block;
  border: none;
  position: absolute;
  top: 328px;
  left: 70px;
  border-radius: 20px;
}
body #container .frame05 button.learn-more div.caption {
  width: 120px;
  height: 16px;
  display: block;
  border: 0px solid yellow;
  background-position: -342px -48px;
  position: absolute;
  top: 9px;
  left: 18px;
}
body #container .frame05 .video-container {
  display: block;
  position: absolute;
  width: 300px;
  height: 174px;
  background-color: #1b2f73;
  top: 382px;
}
body #container .frame05 .video-container video {
  position: absolute;
  top: 8px;
  left: 10px;
}
body #container .frame05 .reference-img {
  left: 0;
  top: 0;
  width: 300px;
  height: 600px;
  background-image: url("images/REF_Frame05.jpg");
  background-size: 300px 600px;
  overflow: hidden;
  opacity: 0.1;
}

/*# sourceMappingURL=styles.css.map */
