/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./styles/_scss/styles.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "American Typewriter";
  src: url("https://www.maddencdn.com/content/fonts/american_typewriter/americantypewriter.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "American Typewriter Bold";
  src: url("https://www.maddencdn.com/content/fonts/american_typewriter/AmericanTypewriter-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Amithen";
  src: url("https://www.maddencdn.com/content/fonts/amithen/Amithen.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Brayden";
  src: url("https://www.maddencdn.com/content/fonts/brayden/Brayden-Sans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Resetting margin and padding */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  font-size: 16px;
  font-family: "Brayden", sans-serif;
  line-height: 1.5;
  background-color: #fff;
  min-height: 100vh;
}
body.index {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url(../scripts/b613214acb16a29356c1.jpg) center no-repeat;
  background-size: cover;
  background-position: center bottom;
}
body.quiz header {
  background-color: #94b5d5;
}

*, *::before, *::after {
  box-sizing: border-box;
}

header {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  padding: 1.75rem 0.5rem 1rem 0.5rem;
  min-height: 130px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header {
    padding: 2.75rem 0.5rem 1.25rem 0.5rem;
  }
}
header .logo {
  width: 350px;
  height: auto;
  max-width: 60%;
  display: flex;
  align-items: center;
  gap: 30px;
  padding-left: 8px;
  padding-top: 6px;
}
header .logo .img {
  width: calc(70% - 100px);
  min-width: 100px;
}
header .logo .title {
  display: block;
  width: 70%;
}
@media screen and (max-width: 767px) {
  header .logo .title {
    max-width: 150px;
    margin: auto;
  }
}
header .exitQuiz {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 2em;
  color: #fff;
  background-color: #709E95;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 0px 5px 0px 15px;
  border-radius: 20px;
  transition: background-color 0.4s;
}
@media screen and (max-width: 767px) {
  header .exitQuiz {
    font-size: 1.25rem;
    margin-top: -1.5rem;
    padding: 0px 0px 0px 10px;
  }
}
header .exitQuiz .close {
  font-size: 0.8em;
  font-weight: 700;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  header .exitQuiz .close {
    padding-top: 0.15rem;
    margin-left: 0;
  }
}
header .exitQuiz:hover {
  background-color: #94b5d5;
}

.progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: #709E95;
  height: 25px;
  margin-bottom: 20px;
  overflow: hidden;
}
.progress-container .progress-bar {
  position: relative;
  height: 100%;
  background-color: #DAC1AD;
  width: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 1.25rem;
}
.progress-container .progress-bar:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 10px 0 0;
  border-color: #DAC1AD transparent transparent transparent;
  transform: rotate(0deg);
}

h2 {
  font-size: 1.5em;
  font-family: "American Typewriter Bold", sans-serif;
  font-weight: 800;
}

#intro_container {
  padding: 0 2em 5em 2em;
}
#intro_container .headline {
  width: 500px;
  max-width: 80%;
  margin: 0 auto;
  display: block;
  position: relative;
  top: -80px;
}
@media screen and (max-width: 980px) {
  #intro_container .headline {
    top: 0;
  }
}
#intro_container .startBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin: 1em auto 1em auto;
  padding: 10px;
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  border: 4px solid #fff;
  transition: all 0.35s;
  line-height: 0.8;
}
#intro_container .startBtn:hover {
  background: #94b5d5;
}
@media screen and (max-width: 900px) {
  #intro_container .startBtn {
    margin-top: 3em;
  }
}

#quiz_container {
  position: relative;
  z-index: 200;
  margin-top: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 2em 4em 2em;
}
@media screen and (max-width: 767px) {
  #quiz_container {
    margin-top: -5px;
  }
}

.quiz-container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  padding: 0 1.5em;
}
.quiz-container #questionNum {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #709E95;
  padding: 0px 20px;
  letter-spacing: 0.5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .quiz-container #questionNum {
    top: -13px;
  }
}
.quiz-container #question {
  position: relative;
  z-index: 10;
  display: none;
  color: #000;
  font-size: 1.7em;
  margin: 1em auto;
}
.quiz-container #choices {
  position: relative;
  z-index: 10;
  margin: 2em auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.quiz-container #choices .choice {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 800px;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .quiz-container #choices .choice {
    flex-direction: column;
    gap: 0;
  }
}
.quiz-container #choices .choice .img {
  border-radius: 20px;
  width: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 20vh;
}
@media screen and (max-width: 767px) {
  .quiz-container #choices .choice .img {
    max-height: 200px;
    object-fit: cover;
    object-position: top;
    width: 99.5%;
  }
}
.quiz-container #choices .choice .img img {
  object-fit: cover;
  width: 100%;
}
.quiz-container #choices .choice .answer {
  text-align: left;
  display: flex;
  align-items: center;
  width: 55%;
  margin-left: -5%;
  position: relative;
  z-index: 5;
  border-radius: 25px;
  color: #000;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ededed;
  transition: all 0.3s;
  padding: 10px;
  gap: 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .quiz-container #choices .choice .answer {
    width: 100%;
    margin: -2.75rem 0 0 0;
  }
}
.quiz-container #choices .choice .answer:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #709E95;
  color: #fff;
  width: 30px;
  flex: 0 0 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}
.quiz-container #choices .choice:nth-of-type(1) .answer:before {
  content: "A";
}
.quiz-container #choices .choice:nth-of-type(2) .answer:before {
  content: "B";
}
.quiz-container #choices .choice:nth-of-type(3) .answer:before {
  content: "C";
}
.quiz-container #choices .choice:hover .answer {
  color: #fff;
  background-color: #94b5d5;
}

#prevQuestion {
  position: fixed;
  z-index: 250;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Brayden", sans-serif;
  background: #77A6D4;
  color: #fff;
  padding: 0 1.4em 0 1.3em;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  border: 0;
  min-width: 275px;
}
#prevQuestion .arrow {
  display: block;
  font-size: 1.5em;
  margin-right: 10px;
  transform: scaleX(-1);
  max-height: 50px;
}
#prevQuestion:hover {
  background: #426C92;
}

.result-container {
  display: none;
  position: absolute;
  z-index: 300;
  top: 40px;
  left: 50%;
  max-width: 900px;
  width: 85%;
  text-align: center;
  transform: translateX(-50%);
}
.result-container.show:before {
  opacity: 1;
}
.result-container.show:after {
  opacity: 1;
}
.result-container .heading {
  font-size: 3.125rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.result-container .ctabtn {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #77A6D4;
  border: 2px solid #fff;
  padding: 5px 3rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  margin: 2em auto;
  width: 285px;
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .result-container .ctabtn {
    font-size: 1.5rem;
    margin: 0 auto 1rem auto;
  }
}
.result-container .ctabtn:hover {
  color: #fff;
  background-color: #43897B;
}
.result-container .retake {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}
.result-container .retake:hover {
  text-decoration: underline;
}

#foottrack {
  position: absolute;
  width: 100%;
  height: 10%;
  opacity: 0;
  left: 0;
  top: calc(100% - 5px);
  z-index: 250;
  transition: all 0.5s;
  overflow: hidden;
  background: #709E95 url(../scripts/b44e2cbd94fc79b223f2.svg) center repeat;
}
#foottrack.slide {
  height: 120%;
  top: 0;
  min-height: 900px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #foottrack.slide {
    min-height: 680px;
  }
}
#foottrack:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  transition: all 0.5s;
}

#phoneBooth {
  margin: -1rem auto 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  max-width: 95%;
}
@media screen and (max-width: 767px) {
  #phoneBooth {
    justify-content: flex-start;
    width: 240px;
  }
}
#phoneBooth .phonebooth {
  position: relative;
  z-index: 5;
  width: 100px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #phoneBooth .phonebooth {
    width: 70px;
  }
}
#phoneBooth .text {
  position: relative;
  z-index: 6;
  font-size: 1.95rem;
  color: #fff;
  display: inline-block;
  min-width: 460px;
}
@media screen and (max-width: 900px) {
  #phoneBooth .text {
    line-height: 1.95rem;
    left: -6px;
    min-width: 260px;
  }
}
@media screen and (max-width: 767px) {
  #phoneBooth .text {
    position: relative;
    z-index: 6;
    font-size: 1.25rem;
    color: #fff;
    display: inline-block;
    max-width: 160px;
    line-height: 1;
    min-width: 0;
    left: 0;
  }
}
#phoneBooth .bannerBg {
  position: absolute;
  top: 50%;
  right: -140px;
  z-index: 1;
  width: 520px;
  height: 90px;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  #phoneBooth .bannerBg {
    display: none;
  }
}
#phoneBooth .bannerBgMobile {
  display: none;
  position: absolute;
  top: 49%;
  left: 53px;
  z-index: 1;
  width: 325px;
  height: 80px;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  #phoneBooth .bannerBgMobile {
    left: 50px;
    display: block;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  #phoneBooth .bannerBgMobile {
    width: 200px;
    left: 40px;
  }
}

#results {
  display: inline-block;
  color: #DAC1AD;
  text-align: center;
  font-size: 8rem;
  font-weight: 400;
  font-family: "Amithen", sans-serif;
  margin: 0 10px;
}

#matchingParagraph {
  color: #fff;
  margin: 2em auto;
  text-align: left;
  max-width: 800px;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "American Typewriter", sans-serif;
}
@media screen and (max-width: 767px) {
  #matchingParagraph {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    margin-top: 0;
  }
}
#matchingParagraph p {
  line-height: 1.5;
}
#matchingParagraph strong {
  display: block;
  margin-top: 20px;
  font-weight: 700;
}

@media screen and (max-width: 900px) {
  #quiz_container:before, #quiz_container:after {
    display: none;
  }
  h1 {
    font-size: 2em;
  }
  #results {
    font-size: 4em;
    line-height: 1;
    display: block;
    transform: rotate(-7deg);
  }
  .heading span.pretext {
    margin-left: -17rem;
  }
  .heading span.posttext {
    margin-left: 17rem;
    top: -3rem;
    position: relative;
  }
  #foottrack {
    top: 700px;
  }
  #foottrack.slide {
    height: 130%;
  }
  .result-container:before {
    top: auto;
    bottom: 0;
    width: 100px;
    height: 100px;
  }
  .result-container:after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  #foottrack {
    top: 650px;
  }
  #foottrack.slide {
    top: 0px;
  }
  #intro_container .startBtn {
    width: 80px;
    height: 80px;
    font-size: 1.5em;
  }
  .quiz-container {
    padding: 0;
  }
  .quiz-container:after {
    top: 100px;
    right: -30px;
  }
  .quiz-container #question {
    font-size: 1.75rem;
    line-height: 1.3;
    margin: 0;
  }
  .quiz-container #choices {
    margin-top: 16px;
  }
  .result-container {
    top: 50px;
  }
  .result-container .heading {
    font-size: 2rem;
    line-height: 0;
    padding-bottom: 2rem;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .result-container .heading span.pretext {
    display: block;
    margin-left: -11.5rem;
  }
  .result-container .heading span.posttext {
    display: block;
    margin-left: 17rem;
    margin-top: -1rem;
    line-height: 0;
    top: 0;
  }
  .result-container .result-header-container {
    display: flex;
    flex-direction: column-reverse;
  }
  #results {
    font-size: 7rem;
    display: block;
    line-height: 0.9;
    padding-top: 2rem;
    transform: rotate(-7deg);
  }
}
