@font-face {
  font-family: "Vremena Grotesk";
  src: url("../fonts/VremenaGroteskMedium.woff");
}
html, body, h1, h2, h3, p, span, ul, li, small, input, select, textarea {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

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

.img-fluid {
  max-width: 100%;
  height: auto;
}

img.mobile {
  display: block;
}
@media (min-width: 768px) {
  img.mobile {
    display: none;
  }
}

img.desktop {
  display: none;
}
@media (min-width: 768px) {
  img.desktop {
    display: block;
  }
}

h1, h2 {
  font-family: "Vremena Grotesk", sans-serif;
  font-style: normal;
  font-weight: bold;
}

ul, li, p, span, small, strong {
  font-family: "DM Sans", sans-serif;
}

button {
  border: none;
  background-color: transparent;
  background: #D1343D 0% 0% no-repeat padding-box;
  border-radius: 28px;
  opacity: 1;
  text-align: left;
  font: normal normal bold 16px/30px "Vremena Grotesk";
  font-style: normal;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  padding: 10px 35px 8px;
}
button:hover {
  background-color: #A70B14;
}

header {
  position: fixed;
  width: 100%;
  background: url("../img/texture.png") rgb(245, 234, 234);
  background-size: cover;
  background-blend-mode: color-burn;
  padding: 10px 0;
  height: 78px;
  z-index: 99;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header__logo {
  flex: 0 0 20%;
}
@media (max-width: 768px) {
  header .header__logo {
    flex: 0 0 30%;
    margin: 0 auto;
    text-align:center;
    left: -5%;
    position: relative;
  }
}
header .header__logo img {
  width: 60px;
}
header .header__menu {
  flex: 1 1 80%;
  margin-left: auto;
  justify-content: flex-end;
}
header .header__menu ul {
  display: flex;
  column-gap: 50px;
  align-items: center;
}
header .header__menu ul li {
  text-align: left;
  font: normal normal normal 18px/28px "DM Sans";
  letter-spacing: 0px;
  color: #D1343D;
  text-transform: capitalize;
  opacity: 1;
}
header .header__menu ul li.self-diagnose {
  background: #D1343D 0% 0% no-repeat padding-box;
  border-radius: 28px;
  opacity: 1;
  color: #fff;
  padding: 10px 35px 8px;
  font: normal normal bold 16px/30px "Vremena Grotesk";
  font-style: normal;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  cursor: pointer;
  font-style: normal;
}
header .header__menu ul li.self-diagnose:hover {
  background-color: #A70B14;
}
header .header__burger-menu .navbar-toggler {
  border: 0;
}
header .header__burger-menu .navbar-toggler:focus {
  box-shadow: none;
}
header .header__burger-menu .navbar-toggler span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(202,55,63, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
header .header__mobile-menu .offcanvas {
  max-width: 80%;
}
header .header__mobile-menu .offcanvas-backdrop {
  opacity: 0.7;
  background-color: #fff;
}
header .header__mobile-menu .offcanvas-header {
  position: relative;
  background-color: #F5E8E8;
  justify-content: center;
}
header .header__mobile-menu .offcanvas-header img {
  width: 80px;
  margin: 0 auto;
}
header .header__mobile-menu .offcanvas-header button.btn-close {
  position: absolute;
  right: -10%;
  background-image: url("../img/icon-ion-close.svg");
}
header .header__mobile-menu .offcanvas-header button.btn-close:focus {
  border: none;
  box-shadow: none;
}
header .header__mobile-menu .offcanvas-body {
  background-color: #F5E8E8;
}
header .header__mobile-menu .offcanvas-body ul {
  height: 75vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
header .header__mobile-menu .offcanvas-body ul li {
  text-align: center;
  font: normal normal normal 18px/28px "DM Sans";
  letter-spacing: 0px;
  color: #D1343D;
  text-transform: capitalize;
  opacity: 1;
  margin: 0;
}
header .header__mobile-menu .offcanvas-body ul li.self-diagnose {
  align-self: flex-end;
  margin-top: auto;
  background: #D1343D 0% 0% no-repeat padding-box;
  border-radius: 28px;
  opacity: 1;
  color: #fff;
  padding: 10px 20px 8px;
  font: normal normal bold 16px/30px "Vremena Grotesk";
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  cursor: pointer;
  font-style: normal;
}
header .header__mobile-menu .offcanvas-body ul li.self-diagnose:hover {
  background-color: #A70B14;
}
header .header__mobile-menu .offcanvas-body__social-media {
  display: flex;
  column-gap: 30px;
  justify-content: center;
  margin-top: 20px;
}
header .header__mobile-menu .offcanvas-body__social-media img {
  width:30px;
  height:30px;
}
#primary.content-area {
  min-height: 100vh;
  padding: 78px 0 50px;
}

footer {
  background: url("../img/texture.png") rgb(206, 59, 68);
  background-size: cover;
  background-blend-mode: color-burn;
  padding: 0;
}
footer .footer__top {
  border-bottom: 1px solid #D3D5E8;
  padding: 20px 0;
}
footer .footer__top .container {
  display: flex;
}
@media (max-width: 768px) {
  footer .footer__top .container {
    flex-direction: column;
  }
}
footer .footer__top .container .footer__top__logo {
  flex: 0 0 20%;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  footer .footer__top .container .footer__top__logo {
    flex: 0 0 100%;
    width: 80%;
    margin: 0 auto;
  }
}
footer .footer__top .container .footer__top__logo img {
  width: 150px;
  margin: 0 auto;
}
footer .footer__top .container .footer__top__logo .self-diagnosis {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 28px;
  opacity: 1;
  text-align: center;
  font: normal normal bold 16px/30px "Vremena Grotesk";
  letter-spacing: 0px;
  color: #D1343D;
  opacity: 1;
  width: 100%;
  padding: 10px 0 8px;
  margin: 5px 0 15px;
}
footer .footer__top .container .footer__top__logo .self-diagnosis:hover {
  background-color: #A70B14;
  color: #fff;
}
footer .footer__top .container .footer__top__logo .social-media__container a {
  margin-right: 20px;
}
footer .footer__top .container .footer__top__logo .social-media__container a:last-child {
  margin: 0;
}
footer .footer__top .container .footer__top__logo .social-media__container a img {
  width: 30px;
}
footer .footer__top .container .footer__top__links {
  padding-top: 30px;
  flex: 0 0 30%;
  display: flex;
  column-gap: 50px;
}
@media (max-width: 768px) {
  footer .footer__top .container .footer__top__links {
    flex: 0 0 100%;
    width: 80%;
    margin: 0 auto;
  }
}
footer .footer__top .container .footer__top__links ul {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  footer .footer__top .container .footer__top__links .links, footer .footer__top .container .footer__top__links .about {
    text-align: center;
  }
}
@media (max-width: 768px) {
  footer .footer__top .container .footer__top__links .links li, footer .footer__top .container .footer__top__links .about li {
    text-align: center;
  }
}
footer .footer__top .container .footer__top__links span, footer .footer__top .container .footer__top__links ul li {
  text-align: left;
  font: normal normal normal 18px/28px "DM Sans";
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  margin-top: 15px;
}
@media (max-width: 768px) {
  footer .footer__top .container .footer__top__links span, footer .footer__top .container .footer__top__links ul li {
    text-align:center;
  }
}
footer .footer__top .container .footer__top__links span {
  font-weight: bold;
}
footer .footer__top .container .footer__top__newsletter {
  padding-top: 30px;
  flex: 0 0 25%;
}
footer .footer__top .container .footer__top__newsletter p {
  text-align: left;
  font: normal normal normal 12px/16px "DM Sans";
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  margin-top: 10px;
}
footer .footer__top .container .footer__top__newsletter p.title {
  font: normal normal bold 18px/28px "DM Sans";
  margin-top: 0;
}
footer .footer__top .container .footer__top__newsletter .form label {
  position: relative;
  width: 100%;
}
footer .footer__top .container .footer__top__newsletter .form input {
  padding: 10px;
  border-radius: 5px;
  border: 0;
  box-shadow: none;
  margin-top: 10px;
  width: 100%;
}
footer .footer__top .container .footer__top__newsletter .form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 38px;
  padding: 0;
  margin: 0;
  background: #403D3D 0% 0% no-repeat padding-box;
  border-radius: 5px;
  font-size: 30px;
  color: #fff;
}
footer .footer__top .container .footer__top__newsletter .form .wpcf7-form-control-wrap input {
  margin: 0;
}
footer .footer__top .container .footer__top__newsletter .form .wpcf7-not-valid-tip {
  color: #fff;
}
footer .footer__top .container .footer__top__newsletter .form .wpcf7-response-output {
  margin-top: 0;
  border: 1px solid #fff;
}
footer .footer__bottom .container {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  font: normal normal normal 14px/22px "DM Sans";
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
@media (max-width: 768px) {
  footer .footer__bottom .container {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  footer .footer__bottom .container .footer__bottom__copyright {
    flex: 0 0 100%;
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  footer .footer__bottom .container .footer__bottom__links {
    flex: 0 0 100%;
    width: 80%;
    margin: 0 auto;
  }
}
footer .footer__bottom .container .footer__bottom__links ul {
  display: flex;
  column-gap: 50px;
}
@media (max-width: 768px) {
  footer .footer__bottom .container .footer__bottom__links ul {
    text-align: center;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  footer .footer__bottom .container .footer__bottom__links ul li {
    text-align: center;
    margin: 0;
  }
}

#quizModal .modal-dialog {
  width: 90%;
  max-width: 90%;
  margin-top: 10%;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 768px) {
  #quizModal .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 10% 0;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  #quizModal .modal-dialog {
    margin-top: 3%;
  }
}
#quizModal .modal-body {
  display: flex;
  padding: 0;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 768px) {
  #quizModal .modal-body {
    flex-direction: column;
  }
}
#quizModal .modal-body .modal-image {
  flex: 0 0 40%;
  width: 40%;
  max-width: 40%;
}
@media (max-width: 768px) {
  #quizModal .modal-body .modal-image {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
#quizModal .modal-body .modal-image img {
  border-radius: 7px 0 0 7px;
}
@media (max-width: 768px) {
  #quizModal .modal-body .modal-image img {
    border-radius: 10px 10px 0 0;
  }
}
#quizModal .modal-body .modal-content {
  background-color: #F5E8E8;
  padding: 100px 50px;
  justify-content: center;
  border-radius: 0 8px 8px 0;
}
@media (max-width: 768px) {
  #quizModal .modal-body .modal-content {
    padding: 50px 20px 50px 15px;
  }
}
#quizModal .modal-body .modal-content .modal-content__default p.title {
  text-align: left;
  font: normal normal bold 46px/60px "Vremena Grotesk";
  letter-spacing: 0px;
  color: #D1343D;
  opacity: 1;
}
@media (max-width: 768px) {
  #quizModal .modal-body .modal-content .modal-content__default p.title {
    font-size: 38px;
    line-height: 52px;
  }
}
#quizModal .modal-body .modal-content .modal-content__default p.content {
  text-align: left;
  font: normal normal normal 18px/28px "DM Sans";
  letter-spacing: 0px;
  color: #161616;
  opacity: 1;
}
@media (max-width: 768px) {
  #quizModal .modal-body .modal-content .modal-content__default p.content {
    font-size: 16px;
    line-height: 24px;
  }
}
#quizModal .modal-body .modal-content .modal-content__default button.start {
  margin-top: 20px;
}
#quizModal .modal-body .modal-content .modal-content__default button.start:hover {
  background-color: #A70B14;
}
#quizModal .modal-body .modal-content .modal-content__default button.start svg {
  color: #fff;
  margin-left: 10px;
  width: 20px;
  height: 16px;
}
#quizModal .modal-body .modal-content .modal-content__quiz {
  display: none;
}
#quizModal .modal-body .modal-content .modal-content__quiz .mlw_qmn_new_question {
  text-align: left;
  font: normal normal bold 24px/30px "Vremena Grotesk";
  letter-spacing: 0px;
  color: #161616;
  opacity: 1;
}
#quizModal .modal-body .modal-content .modal-content__quiz .qmn_radio_answers {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  #quizModal .modal-body .modal-content .modal-content__quiz .qmn_radio_answers {
    gap: 10px;
  }
}
#quizModal .modal-body .modal-content .modal-content__quiz .qmn_radio_answers .qmn_mc_answer_wrap {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
}
@media (max-width: 768px) {
  #quizModal .modal-body .modal-content .modal-content__quiz .qmn_radio_answers .qmn_mc_answer_wrap {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
#quizModal .modal-body .modal-content .modal-content__quiz .qmn_radio_answers .qmn_mc_answer_wrap input[type=radio] {
  display: none;
}
#quizModal .modal-body .modal-content .modal-content__quiz .qmn_radio_answers .qmn_mc_answer_wrap label.qsm-input-label {
  text-align: center;
  font: normal normal normal 18px/28px "DM Sans";
  letter-spacing: 0px;
  color: #161616;
  opacity: 1;
  border: 1px solid #D1343D;
  opacity: 1;
  background-color: transparent;
  padding: 10px 25px;
  width: 100%;
  max-width: 100%;
}
#quizModal .modal-body .modal-content .modal-content__quiz .qmn_radio_answers .qmn_mc_answer_wrap label.qsm-input-label:active, #quizModal .modal-body .modal-content .modal-content__quiz .qmn_radio_answers .qmn_mc_answer_wrap label.qsm-input-label:visited, #quizModal .modal-body .modal-content .modal-content__quiz .qmn_radio_answers .qmn_mc_answer_wrap label.qsm-input-label:focus, #quizModal .modal-body .modal-content .modal-content__quiz .qmn_radio_answers .qmn_mc_answer_wrap label.qsm-input-label:hover, #quizModal .modal-body .modal-content .modal-content__quiz .qmn_radio_answers .qmn_mc_answer_wrap label.qsm-input-label:target, #quizModal .modal-body .modal-content .modal-content__quiz .qmn_radio_answers .qmn_mc_answer_wrap label.qsm-input-label.selected {
  background-color: #D1343D;
  color: #fff;
}
#quizModal .modal-body .modal-content .modal-content__quiz input[type=text] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #D1343D;
  margin-top: 5px;
}
#quizModal .modal-body .modal-content .modal-content__quiz input[type=text]:focus, #quizModal .modal-body .modal-content .modal-content__quiz input[type=text]:hover {
  outline: 0;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #D1343D;
}
#quizModal .modal-body .modal-content .qsm-pagination {
  border: none !important;
  outline: 0;
  box-shadow: none;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  #quizModal .modal-body .modal-content .qsm-pagination {
    justify-content: space-between;
    margin: 0;
  }
}
#quizModal .modal-body .modal-content .qsm-pagination a.qsm-btn, #quizModal .modal-body .modal-content .qsm-pagination input[type=submit] {
  background: #D1343D 0% 0% no-repeat padding-box !important;
  border-radius: 28px;
  color: #fff;
  text-align: center;
  font: normal normal bold 16px/30px "Vremena Grotesk";
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  padding: 10px 25px 8px;
}
@media (max-width: 768px) {
  #quizModal .modal-body .modal-content .qsm-pagination a.qsm-btn, #quizModal .modal-body .modal-content .qsm-pagination input[type=submit] {
    margin: 0;
  }
  #quizModal .modal-body .modal-content .qsm-pagination a.qsm-btn.qsm-previous, #quizModal .modal-body .modal-content .qsm-pagination input[type=submit].qsm-previous {
    margin-right: 40px;
  }
}
#quizModal .modal-body .modal-content .qsm-pagination a.qsm-btn:hover, #quizModal .modal-body .modal-content .qsm-pagination input[type=submit]:hover {
  background-color: #A70B14 !important;
}
#quizModal .modal-body .modal-content .qsm-pagination a.qsm-next svg {
  margin-left: 10px;
}
#quizModal .modal-body .modal-content .qsm-pagination a.qsm-previous svg {
  margin-right: 10px;
  transform: rotate(180deg);
}
#quizModal .modal-body .modal-content .qsm_questions_answers_section {
  display: none;
}
#quizModal .modal-body .modal-content .qsm-results-page p {
  margin-bottom: 10px;
}
#quizModal .modal-body .modal-content input[type=submit]#qsm_retake_button {
  background: #D1343D 0% 0% no-repeat padding-box !important;
  border-radius: 28px;
  color: #fff;
  text-align: center;
  font: normal normal bold 16px/30px "Vremena Grotesk";
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  padding: 10px 25px 8px;
  margin-top: 10px;
}
#quizModal .modal-body .modal-content input[type=submit]#qsm_retake_button:hover {
  background-color: #A70B14 !important;
}
#quizModal .modal-body .modal-content input[type=submit]#qsm_retake_button svg {
  margin-right: 10px;
  transform: rotate(180deg);
}/*# sourceMappingURL=main.css.map */