body {
  margin: 0; }

@font-face {
  font-family: 'Amithen';
  src: url("//www.ifloraimg.co.uk/kernel/client/images/fonts/amithen/bfont-full/amithen/webfonts/amithen.eot");
  src: url("//www.ifloraimg.co.uk/kernel/client/images/fonts/amithen/bfont-full/amithen/webfonts/amithen.eot?#iefix") format("embedded-opentype"), url("//www.ifloraimg.co.uk/kernel/client/images/fonts/amithen/bfont-full/amithen/webfonts/amithen.woff2") format("woff2"), url("//www.ifloraimg.co.uk/kernel/client/images/fonts/amithen/bfont-full/amithen/webfonts/amithen.woff") format("woff"), url("//www.ifloraimg.co.uk/kernel/client/images/fonts/amithen/bfont-full/amithen/webfonts/amithen.ttf") format("truetype"), url("//www.ifloraimg.co.uk/kernel/client/images/fonts/amithen/bfont-full/amithen/webfonts/amithen.svg#youworkforthem") format("svg");
  font-weight: normal;
  font-style: normal; }

[v-cloak] {
  display: none; }

.fade-enter-active {
  transition: opacity 1s 0.5s; }

.fade-leave-active {
  display: none; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.plop-enter-active, .plop-leave-active {
  transition: all .3s; }

.plop-enter, .plop-leave-to {
  opacity: 0;
  position: absolute;
  width: 100%;
  transform: scale(0); }

.plop2-enter-active {
  transition: all 0.3s; }

.plop2-leave-active {
  transition: all .3s; }

.plop2-enter, .plop2-leave-to {
  opacity: 0;
  transform: scale(0); }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes moveUp {
  from {
    transform: translateY(250%); }
  to {
    transform: translateY(0); } }

#quiz {
  /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
  /* Grouping content
   ========================================================================== */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* Text-level semantics
   ========================================================================== */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* Embedded content
   ========================================================================== */
  /**
 * Remove the border on images inside links in IE 10.
 */
  /* Forms
   ========================================================================== */
  /**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
  /**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
  /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
  /**
 * Correct the inability to style clickable types in iOS and Safari.
 */
  /**
 * Remove the inner border and padding in Firefox.
 */
  /**
 * Restore the focus styles unset by the previous rule.
 */
  /**
 * Correct the padding in Firefox.
 */
  /**
 * 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.
 */
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
  /* Interactive
   ========================================================================== */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /*
 * Add the correct display in all browsers.
 */
  /* Misc
   ========================================================================== */
  /**
 * Add the correct display in IE 10+.
 */
  /**
 * Add the correct display in IE 10.
 */
  padding: 5%;
  margin: auto;
  text-align: center;
  font-family: Gotham, sans-serif;
  font-weight: 500;
  max-width: 1140px;
  position: relative; }
  #quiz h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  #quiz hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */ }
  #quiz pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }
  #quiz a {
    background-color: transparent; }
  #quiz abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */ }
  #quiz b,
  #quiz strong {
    font-weight: bolder; }
  #quiz code,
  #quiz kbd,
  #quiz samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }
  #quiz small {
    font-size: 80%; }
  #quiz sub,
  #quiz sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #quiz sub {
    bottom: -0.25em; }
  #quiz sup {
    top: -0.5em; }
  #quiz img {
    border-style: none; }
  #quiz button,
  #quiz input,
  #quiz optgroup,
  #quiz select,
  #quiz textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */ }
  #quiz button,
  #quiz input {
    /* 1 */
    overflow: visible; }
  #quiz button,
  #quiz select {
    /* 1 */
    text-transform: none; }
  #quiz button,
  #quiz [type="button"],
  #quiz [type="reset"],
  #quiz [type="submit"] {
    -webkit-appearance: button; }
  #quiz button::-moz-focus-inner,
  #quiz [type="button"]::-moz-focus-inner,
  #quiz [type="reset"]::-moz-focus-inner,
  #quiz [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  #quiz button:-moz-focusring,
  #quiz [type="button"]:-moz-focusring,
  #quiz [type="reset"]:-moz-focusring,
  #quiz [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }
  #quiz fieldset {
    padding: 0.35em 0.75em 0.625em; }
  #quiz legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }
  #quiz progress {
    vertical-align: baseline; }
  #quiz textarea {
    overflow: auto; }
  #quiz [type="checkbox"],
  #quiz [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #quiz [type="number"]::-webkit-inner-spin-button,
  #quiz [type="number"]::-webkit-outer-spin-button {
    height: auto; }
  #quiz [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }
  #quiz [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  #quiz ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }
  #quiz details {
    display: block; }
  #quiz summary {
    display: list-item; }
  #quiz template {
    display: none; }
  #quiz [hidden] {
    display: none; }
  #quiz .main .qNum {
    font-family: Amithen, sans-serif;
    font-weight: 100;
    font-size: 60px;
    color: #B49A4E;
    background-image: url("../img/swipe.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    padding-bottom: 10px;
    width: 240px;
    margin: auto;
    margin-bottom: 30px; }
  #quiz .main .qText {
    font-size: 18px;
    font-weight: 700;
    padding: 0 5%;
    margin-bottom: 10px;
    height: 44px; }
  #quiz .main .options-cont {
    position: relative;
    margin-bottom: 30px; }
  #quiz .main .options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #quiz .main .options .option {
      margin: 15px 3px;
      cursor: pointer;
      transform: scale(1);
      transition: transform 0.3s;
      width: 100px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      #quiz .main .options .option .oText {
        font-size: 12px;
        padding: 2px;
        margin-top: 5px; }
      #quiz .main .options .option .oImg {
        width: 100%; }
      #quiz .main .options .option .line {
        height: 7px;
        width: 100%;
        background: #006256; }
    #quiz .main .options .option:hover {
      transform: scale(0.95); }
  #quiz .main .progress {
    font-family: GothamBook, sans-serif; }
    #quiz .main .progress .pText {
      color: #AFA9A9;
      font-size: 15px;
      margin-bottom: 10px; }
    #quiz .main .progress .bar {
      border-radius: 15px;
      background: #D8D8D8; }
      #quiz .main .progress .bar .fill {
        font-size: 16px;
        border-radius: 15px;
        background: #006256;
        color: white;
        box-sizing: border-box;
        height: 27px;
        padding-right: 10px;
        text-align: right;
        transition: all 0.3s;
        display: flex;
        justify-content: flex-end;
        align-items: center; }
  #quiz .results .matched {
    font-family: Amithen, sans-serif;
    font-weight: 100;
    font-size: 45px;
    color: #B49A4E;
    background-image: url("../img/swipe.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    padding: 0 20px;
    padding-bottom: 15px;
    width: 240px;
    margin: auto;
    margin-bottom: 10px;
    line-height: 48px;
    position: relative;
    transform: translateY(250%);
    animation: moveUp 0.6s ease-in-out 2s forwards; }
    #quiz .results .matched #dot0 {
      opacity: 0;
      animation: fadeIn 0.3s linear 1s forwards; }
    #quiz .results .matched #dot1 {
      opacity: 0;
      animation: fadeIn 0.3s linear 1.3s forwards; }
    #quiz .results .matched #dot2 {
      opacity: 0;
      animation: fadeIn 0.3s linear 1.6s forwards; }
  #quiz .results .load {
    opacity: 0;
    animation: fadeIn 1s linear 2.6s forwards; }
  #quiz .results img {
    width: 80%;
    max-width: 250px; }
  #quiz .results h2 {
    font-family: Gotham, sans-serif;
    text-align: center;
    padding: 0 5%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
  #quiz .results p {
    font-family: GothamBook, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    padding: 0 5%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
  #quiz .results .buttons {
    display: flex;
    flex-direction: column;
    align-items: center; }
    #quiz .results .buttons button {
      background: #B49A4E;
      color: white;
      padding: 10px;
      font-family: GothamBook, sans-serif;
      font-size: 16px;
      line-height: 15px;
      width: 150px;
      border: 0;
      height: 41px;
      margin: 5px;
      cursor: pointer;
      position: relative;
      top: 0;
      transition: all 0.1s; }
    #quiz .results .buttons button:hover {
      background: #917c3d; }
    #quiz .results .buttons button:active {
      top: 3px; }
    #quiz .results .buttons .social {
      margin: 5px; }
      #quiz .results .buttons .social a {
        margin: 5px;
        position: relative;
        top: 0;
        transition: top 0.1s; }
        #quiz .results .buttons .social a img {
          width: 85px; }
      #quiz .results .buttons .social a:hover {
        top: 3px; }
      #quiz .results .buttons .social a:active {
        top: 5px; }
  @media only screen and (min-width: 820px) {
    #quiz .results .load {
      display: flex; }
      #quiz .results .load > div {
        width: 50%; }
      #quiz .results .load img {
        max-width: 387px; }
    #quiz .main {
      margin-top: 50px; }
      #quiz .main .qNum {
        font-size: 72px;
        padding-bottom: 10px;
        width: 277px;
        margin-bottom: 40px; }
      #quiz .main .qText {
        font-size: 24px;
        padding: 0 5%;
        margin-bottom: 10px;
        height: 44px; }
      #quiz .main .options-cont {
        min-height: 224px;
        margin-bottom: 60px; }
      #quiz .main .options .option {
        margin: 15px 8px;
        width: 130px; }
        #quiz .main .options .option .line {
          height: 12px; }
      #quiz .main .progress .pText {
        font-size: 20px;
        margin-bottom: 10px; }
      #quiz .main .progress .bar {
        max-width: 608px;
        margin: auto; }
        #quiz .main .progress .bar .fill {
          font-size: 18px;
          height: 27px;
          padding-right: 10px;
          text-align: right;
          transition: all 0.3s; }
    #quiz .results .matched {
      font-size: 68px;
      padding: 0 20px;
      padding-bottom: 20px;
      width: 720px;
      margin-bottom: 30px;
      line-height: 94px;
      background-size: 100% 25%; }
    #quiz .results img {
      width: 90%; }
    #quiz .results p {
      max-width: 492px;
      font-size: 16px;
      line-height: 28px;
      padding: 0 5%;
      margin-bottom: 30px;
      margin-left: auto;
      margin-right: auto; }
    #quiz .results h2 {
      max-width: 492px;
      text-align: left; }
    #quiz .results .buttons button {
      margin: 10px; }
    #quiz .results .buttons .social {
      margin: 20px; }
      #quiz .results .buttons .social a {
        margin: 10px; } }
  @media only screen and (min-width: 930px) {
    #quiz .main .options-cont {
      min-height: 259px;
      margin-bottom: 60px; }
    #quiz .main .options .option {
      width: 150px; }
      #quiz .main .options .option .oText {
        font-size: 16px;
        padding: 2px;
        margin-top: 5px; } }
  @media only screen and (min-width: 1210px) {
    #quiz .main .options-cont {
      min-height: 290px;
      margin-bottom: 50px; }
    #quiz .main .options .option {
      width: 200px; } }
